:root {
  --color-logo: #2854a4;
  --fondo-top-direcciones: #2854a4; /* rgb(29, 29, 29); */
  --fondo-pie:black;

  --fondo-menu: white;
  --fondo-cuadro-servicios-uno: #5073b4;

  --fondo-unidad:#ddd;
  --fondo-unidad-seleccionada:  rgb(39, 39, 39);
  --color-unidad-seleccionada: white;
  --color-titulo-unidad-seleccionada: rgb(39, 39, 39);
  --fondo-boton-enviar:  #2854a4;
}


html {
  font-size: 14px;
}

body {
    font-size: 1rem;
/*    font-family: Helvetica,Arial,sans-serif; */
    font-family: Oswald, sans-serif, Helvetica, Arial;
    background-image: url('../images/fondo.png');
}

div {
  margin:0px;
  padding:0px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/*********************************************************************/
/* THUMBS SLIDERS  */
/********************************************************************/
.button-container{
  display:inline-block;
  position:relative;
  }
.button-container a{
  position: absolute;
  bottom:4rem;
  right:4rem;
  background-color:#8F0005;
  border-radius:1.5rem;
  color:white;
  text-transform:uppercase;
  padding:1em 1.5rem;
}

.clickPROMO {
  background-color:black;
  color:white;
}

.clickPROMO:Hover {
  background-color:rgb(51, 51, 51);
/*  transition:opacity 0.5s */
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;

}
/*********************************************************************/
/* PRE-LOADING IMAGES  */
/********************************************************************/
  img.lazy {
    width: 100%;
/*    height: 467px; */
    display: block;
    /* Opcionalmente se muestar el GIF */
    background-image: url('../images/cargando.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*********************************************************************/
/* ICONOS REDES SOCIALES  */
/********************************************************************/
.iconosRS a {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: 100px;
	overflow: hidden;
	background-image: url(../images/redessociales.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iconosRS #facebook {
	background-position: 0px 0px;
}
.iconosRS #facebook:hover {
    background-position: 0px -46px;
}
.iconosRS #twitter {
	background-position: -38px 0px;
}
.iconosRS #twitter:hover {
	background-position: -38px -46px;
}
.iconosRS #instagram {
	background-position: -76px 0px;
}
.iconosRS #instagram:hover {
	background-position: -76px -46px;
}

/*********************************************************************/
/* MENU NAV */
/********************************************************************/
.navbar-toggler{
  background-color: var(--fondo-menu);
  color:white;
}

.navbar {
  background-color: var(--fondo-menu);
/*  position: absolute; */
  width:100%;
  z-index: 1000;
}

/*
.navbar-danger{
    background-color: var(--color-logo);
    color:white;
  }
*/

p {
  font-size: 1rem;
}


.servicios p a {
  color:white;
  background-color: transparent;
}

.clearfixcontainercolor {
  background-color:black;
  color:white;
}

.topDirecciones {
/*  background: var(--fondo-top-direcciones); */
  background-color: var(--fondo-top-direcciones);   /* black; */
   opacity:0.9;
  color:white;
  font-size: 0.8rem;

}

.menu {
  /* background-color: rgb(29, 29, 29); */
  background-color:red;
  font-size: 1.1rem;
  left:0;
  right:0;
}

.menuOpciones {
  background-color:white;
  background:white;
  font-size: 1.2rem;
  float:right;
  height:80px;

}


.menuOpciones li {

  font-size: 1.1rem;
 /* left:0;
  right:0; */
  padding:15px;


}

.menuOpciones a {
  text-decoration: none;
  color:#2854a4;
  padding:15px;

}

.menuOpciones li:hover {
  background-color: var(--color-logo);
/*  opacity: 0.9;  */
  color:white;
  font-size: 1.1rem;
  left:0;
  right:0;
  padding:15px;
  -webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
  transition: all 0.8s ease;

}

#sliderMAIN {
  /*  display:none; */
    position:relative;
/*
    height:600px;
    width:100%;
*/
}

  #sliderMAIN img {
/*    height:700px; */
    width:100%;
 }


.myslider {
  position: fixed;
  display: table;
  height: 70%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top:0;
  left:0;
  z-index: -1;
}


.toogleBUTTON {
  color: white;
}

.bg {
/*  background: url("../images/carBlack1440.jpg") no-repeat center center fixed; */
  position: fixed;

  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top:0;
  left:0;
  z-index: -1;

}
/*********************************************************************/
/* CARGANDO PAGINA  */
/*********************************************************************/




/*********************************************************************/
/* FIN MENU*/
/*********************************************************************/
.separador {
  position:relative;
  display:inline-block;
  border: 0 0 5px 0;
  border-color:green solid;
  color:yellow;

  -webkit-border: 0 0 5px 0;
  -moz-border: 0 0 5px 0;
  -o-border: 0 0 5px 0;
}


.pie {
  font-size: 1rem;
  background-color:var(--fondo-pie);   /* black; */
/*  opacity: 0.7; */
  color:white;
  left:0;
  right:0;
}

.escribenos {
    background-color: yellow;
    opacity: 0.8;
    color:black;
}

.bienvenido {
/*    font-family: "Mystery Quest"; */
    background-color: silver;
    color:black;
}

.opiniones {
    background-color: rgb(51, 51, 51);
    opacity: 0.8;
    color:white;
}

.promociones {
    background-color: silver;
    color:black;
}


.faqs {

  background-color:rgb(222, 222, 222);
	left:0;
  right:0;

}

.agendacita {

	background-color: rgb(222, 222, 222);
	left:0;
	right:0;
}


.tipoUnidades img:hover {
  height:2rem;
/*  background-color:white; */
}

.inventarios {
/*  background:transparent; */
background: url("../images/carBlack1440Black.png") no-repeat center center fixed;
/*  position: fixed;  */
display: table;
/*  height: 100%; */
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
/*  background-size: cover; */
top:0;
left:0;
/* z-index: -1; */

}

.fondoESTETICA {
    color: white;
    opacity: 0.8;

    background: url("../images/fondoESTETICABlack.png") no-repeat center center fixed;
    position: fixed;
    display: table;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  /*  background-size: cover; */
    top:0;
    left:0;
  }

.cuadroservicios {
  opacity: 0.8;
  background: url("../images/fondoSERVICIOS.jpg") no-repeat center center fixed;
  display: table;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  top:0;
  left:0;
}


.servicios {
  background-color: rgb(222, 222, 222);
	left:0;
	right:0;
}

.servicios a:hover::after {
  content: "";
  left: 0%;
  right: 0%;
  bottom: 0;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

.cuadroserviciosUno {
  background:transparent;
  background-color: black;
  color:white;
  opacity: 0.9;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  align-content: center;
}

.cuadroserviciosUno::Hover {
  background:transparent;
  background-color:#ccc;
  color:black;
  opacity: 0.8;
  padding: 0.5rem;

  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;

  align-content: center;
}

.botonesSHARETOP {
  position:absolute;
  top:10px;
  z-index:100;
}

.cuadroserviciosDos {
  background:transparent;
  background-color: var(--fondo-cuadro-servicios-uno) ;
  color:black;
  opacity: 0.9;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  align-content: center;
}

.cuadroserviciosTres {
  background:transparent;
  background-color:#ccc;
  color:black;
  opacity: 0.8;
  padding: 0.5rem;

  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;

  align-content: center;
}



.cuadroserviciosTres a {
  color:black;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

.botonSERVICIO {
  background-color: red;
  color: white;
  align-content: center;
  width:100%;
  box-shadow: black;
}

[data-toggle="collapse"] .fa:before {
  content: "\f147";
  font-size:1.3rem;
/*  color:rgb(255, 174, 0); */
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f196";
  font-size:1.3rem;
/*  color:rgb(255, 174, 0); */
}

.migajas {
    background-color: rgb(29, 29, 29);
    color:white;
/*    margin: auto; */
    border: 0.8px solid yellow;
    padding: 5px;
}

.myFiltro {
  background-color: rgb(29, 29, 29);
  color:white;
  border: 0.8px solid yellow;
  padding: 5px;
  border-radius:5px;
}

.myLINKSHARE {

  color:blueviolet;
  border:0px;

}

.btnREDSOCIAL {
  background-color:transparent;
  color:silver;
  text-decoration: none;
}

.btnREDSOCIAL:hover {
  background-color:transparent;
  color:red;
  text-decoration: none;
}


.linkREDSOCIAL {
  background-color:red;
  color:black;
  text-decoration: none;
}


.list-groupMARCA .list-group-item {
  background-color: black;
  border-top: 1px solid gray;
  border-left-color: gray;
  border-right-color: gray;
  border-bottom-color: gray;
  color:white;
  width:100%;
  height:2.5rem;

}

.list-groupMARCA .list-group-item:hover {
  background-color: red;
  color:white;
}


.listMARCA {
  background-color:black;
  color:white;
  border-color:black;
}

.listMARCA:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color:red;
  border-color:transparent; /*set the color you want here*/
}


.btnMARCA {
  background-color:transparent;
  color:white;
  border-color;transparent;
}

.btnMARCA:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00b3db;
  border-color: #285e8e; /*set the color you want here*/

  -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;

}


.myModelos {
  background-color: black;
  color:white;
  border: 0.8px solid gray ;
  padding: 5px;
/*  border-radius:5px;   */
  font-size:0.8rem;
  text-align: center;
}


.contacto {
/*    background-color:white; */
    opacity: 0.9;
    left:0;
    right:0;
    padding:10px;
  }

  .hubicacion {
    background-color:white;
    opacity: 0.9;
    left:0;
    right:0;
    padding:20px;
  }


/*---------------------------------*/
/* GALERIA DE IMAGENES DE UNIDADES */
/*---------------------------------*/
.fondoUNIDAD {
    background-color: var(--color-unidad-seleccionada);/* rgb(39, 39, 39); */
    color: white;
    padding:10px;
    opacity:0.8;
}

.vistaUNIDAD {
    background-color: var(--fondo-unidad);
    color: black;
    padding:10px;
    border:2px;
}

.vistaUNIDAD:Hover {
  background-color: var(--fondo-unidad-seleccionada); /* rgb(39, 39, 39); */
  color: var(--color-unidad-seleccionada); /* white; */
  opacity:0.9;

  -webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.vistaINFO {
  background-color: rgb(39, 39, 39);
  color: white;
  padding: 3px;   /* Espacio en el RECUADRO de INFORMACION */
}


.vistaHINFO {
  background-color:  rgb(39, 39, 39);
  color: white;
  padding-right:30px;
}

.vistaHINFO:hover {

/*  opacity:0.5; */
  background-color:#666;
  color: black;
  -webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;


}


.vistaFOTO {
  background-color:gray;
}

.verUNIDAD {
  background-color:  rgb(29, 29, 29);
  color:white;
}

/*---------------------------------*/
/* FIN GALERIA DE IMAGENES DE UNIDADES */
/*---------------------------------*/


.tituloGRIS {
/*  background-color: rgb(29, 29, 29); */
  background-color: #ccc;
  color:red;
}

.formaSearchMODAL {
  background-color: rgb(29, 29, 29);
  color:white;
}


.nosotros {
  background-color: rgb(222, 222, 222);
  color:black;
}


/********************/
/* ICONOS FLOTANTES */
/********************/
.phone-container {
	position: fixed;
	bottom: 25px;
	left: 25px;
	cursor: pointer;
	z-index: 100;
}

.phone-icon-holder {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #016fb9;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.phone-icon-holder:hover{
	opacity: 0.8;
}

.phone-icon-holder i {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 100%;
	font-size: 25px;
	color: #ffffff;
}

.phone {
	width: 60px;
	height: 60px;
	background: #3633ee;
}

.phone > a {
  text-decoration: none;
}

/****************************************/
/* WHATSAP */
/****************************************/
.whatsapp-container {
	position: fixed;
	bottom: 25px;
	right: 25px;
	cursor: pointer;
	z-index: 1000;
}

.whatsapp-icon-holder {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: rgb(1, 185, 56);
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.whatsapp-icon-holder:hover{
	opacity: 0.8;
}

.whatsapp-icon-holder i {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 100%;
	font-size: 25px;
	color: #ffffff;
}

.whatsapp-ventana-holder {
/*	width: 200px;
	height: 100px;
  border-radius: 100%;
  */
/*
	background: rgb(1, 185, 56);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  */
}

.whatsapp-ventana {
/*	width: 60px;
	height: 60px; */
	background:transparent;
}

.whatsapp {
	width: 60px;
	height: 60px;
	background: rgb(1, 185, 56);
}

.whatsapp > a {
  text-decoration: none;
}
/* FIN - WHATSAP */
/****************************************/


/****************************************/
/* typewriter */
/****************************************/
.typewriter {
  border-right: solid 3px rgba(0,255,0,.75);
  white-space: nowrap;
  overflow: hidden;
/*  font-family: 'Source Code Pro', monospace;   */
  font-size: 28px;
  color: rgba(255,255,255,.70);
}

/* Animation */
.typewriter {
  animation: animated-text 4s steps(29,end) 1s 1 normal both,
             animated-cursor 600ms steps(29,end) infinite;
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 472px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(0,255,0,.75);}
  to{border-right-color: transparent;}
}







/*
.floating-action-button {
  position: relative;
  top: 100px;
  margin-left: 50px;
}
.floating-action-button ul.dropdown-menu {
  box-shadow: none;
  border: 0;
  min-width:0;
  background:transparent
}

.my-floatPHONE{
	margin-top:20px;
}


.floatWhatSap{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:80px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.floatWhatSap:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-floatWhatSap{
	margin-top:16px;
}

*/

/* FIN ICONOS FLOTANTES */


.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
/*
   .card {
      display: inline-block;
    }
*/
  }

  .scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;


    .card {
      flex: 0 0 auto;
/*      margin-right: 3px; */

      border: 2px solid red;
      width: 150px;
      height:500px;
      background: black;

    }


  }

  .card {
    border: 2px solid red;
    width: 150px;
    height:500px;
    background: black;
  }

  .scrolling-wrapper, .scrolling-wrapper-flexbox {
    height: 80px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    &::-webkit-scrollbar {
      display: none;
    }
  }


  .animated-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    background: #ff3f3f;
    position: relative;
}

.animated-btn::before, .animated-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(255, 63, 63, 0.8);
    animation: ripple-1 2s infinite ease-in-out;
    z-index: -1;
}

.animated-btn::after {
    background: rgba(255, 63, 63, 0.6);
    animation: ripple-2 2s infinite ease-in-out;
    animation-delay: 0.5s;
}


.slogan {
  font-size: 4rem;
  color:green;
  position: relative;
  top:50%;
  left:30%;
  animation: txtSlogan 1s;
  z-index:5;
  transition: background 1s;
  -webkit-transition: background 1s;
-moz-transition: background 1s;

  }

  @keyframes txtSlogan {
      from {
          left:0%;
      }
      to {
      left: 30%;
      }
  }



@keyframes ripple-1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}
