/* Sass Document */
*::-moz-selection {
  background: #f1f1f2;
  color: #666; }
*::selection {
  background: #f1f1f2;
  color: #666; }

body {
  font-size: 15px;
  line-height: 23px;
  font-family: 'Quesat-Regular';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  color: #273851;
  padding: 0;
  margin: 0;
}

  @font-face {
  	font-family: 'DarkmodeOff_Black';
  	font-style: normal;
  	font-weight: normal;
  	src: local('DarkmodeOff_Black'), url('DarkmodeOff_Black.woff') format('woff');
  }
  @font-face {
  	font-family: 'DarkmodeOff_Bold';
  	font-style: normal;
  	font-weight: normal;
  	src: local('DarkmodeOff_Bold'), url('DarkmodeOff_Bold.woff') format('woff');
  }
  @font-face {
  	font-family: 'Quesat-Regular';
  	font-style: normal;
  	font-weight: normal;
  	src: local('Galvji'), url('Galvji.woff') format('woff');
  }

.clearer{
  clear: both;
  display: block;
}

/* MENÚ */
#cabecera{
  width: 90%;
  margin: 20px 5% 0 5%;
  height: auto;
  display: table;
  z-index: 1000;
  padding-bottom:10px;
  font-family: 'DarkmodeOff_Bold';
}
#cabecera_1{
  width: 20%;
  float: left;
  text-align:left;
}
#cabecera_1 img{
  width: 170px;
}
#cabecera_2{
  width: 60%;
  float: left;
  height: auto;
  display: table;
  padding: 0 0 0 20%;
}
#cabecera_2 ul{
  width: 100%;
  list-style: none;
  margin-top:30px;
}
#cabecera_2 ul li{
  width: 20%;
  float: left;
  text-align: center;
  font-size: 15px;
}
#cabecera_2 ul li a{
  text-decoration: none;
  color: #008F4C;
}
#fijo{
  width:100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  border-bottom: thin dotted #FFF;
  display: none;
  background:#f8f9f9;
}
#cabecera_fija{
  width: 90%;
  margin: 20px 5% 20px 5%;
  height: auto;
  display: table;
  font-family: 'DarkmodeOff_Bold';
}
#cabecera_fija_1{
  width: 30%;
  float: left;
  text-align:left;
}
#cabecera_fija_1 img{
  width: 170px;
}
#cabecera_fija_2{
  width: 60%;
  float: left;
  height: auto;
  display: table;
  padding: 0 0 0 20%;
}
#cabecera_fija_2 ul{
  width: 100%;
  list-style: none;
  margin-top:30px;
}
#cabecera_fija_2 ul li{
  width: 20%;
  float: left;
  text-align: center;
  font-size: 15px;
}
#cabecera_fija_2 ul li a{
  text-decoration: none;
  color: #FFF;
}

#cabecera_movil{
  display: none;
}

/* INICIO */
#bloque_inicio{
  width: 100%;
  height: auto;
  display: table;
  position: relative;
}
#bloque_inicio_izq{
  width: 40%;
  padding: 0 5%;
  float: left;
  z-index: 2000;
  position: relative;
}
#bloque_inicio_izq img{
  width: 90%;
}

.feature {
   animation: fadeIn 3s;

}

.slider {
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 80vh;
   animation: slide 10s infinite;
}


@keyframes slide {
   0%{
      background-image: url(../images/img_home1.png);
   }

   25%{
      background-image: url(../images/img_home1.png);
   }

   25.1%{
      background-image: url(../images/img_home2.png);
   }

   50%{
      background-image: url(../images/img_home2.png);
   }
   50.01%{
      background-image: url(../images/img_home3.png);
   }

   75%{
      background-image: url(../images/img_home3.png);
   }


}




#bloque_inicio_der{
  width: 45%;
  padding: 0 5% 0 0;
  float: left;
  text-align: left;
}
#bloque_inicio_der h1{
  font-size: 25px;
  color: #F26F21;
  font-family: 'DarkmodeOff_Bold';
  font-family: 'Quesat-Regular';
  line-height:200%;
}
#bloque_inicio_der h2{
  font-size: 17px;
  color: #F26F21;
  font-family: 'DarkmodeOff_Bold';
  font-family: 'Quesat-Regular';
  line-height: 200%;
}
#bloque_inicio_der p{
  font-size: 14px;
  color: #999;
  font-family: 'Quesat-Regular';
  line-height:22px;
}
#verde_inicio{
  width: 100%;
  padding:60px 0 10px 0;
  height: auto;
  display: block;
  background:#008F4C;
  position: absolute;
  bottom:-100px;
  z-index: 1000;
}
#verde_puntos{
  width: 25%;
  padding:40px 0 10px 0;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #FFF;
  line-height: 20px;
}
#verde_puntos img{
  height:40px;
}
#verde_titulo{
  position: absolute;
  top:10px;
  right: 100px;
  text-align: center;
  color: #FFF;
}
#verde_titulo h1{
  line-height: 10px;
  font-size: 25px;
}
#verde_titulo p{
  line-height: 10px;
  font-size: 14px;
}


/* CONSULTORIO */
#bloque_consultorio{
  width: 100%;
  height: auto;
  display: table;
  height:500px;
  min-height: 350px;
  max-height: 550px;
  margin-top:100px;
  background-image:url(../images/img_consultorio.jpg);
  background-size:cover;
}
#bloque_consultorio_izq{
  width: 40%;
  padding: 50px 5%;
  text-align: left;
  height: auto;
}
#bloque_consultorio_izq h1{
  font-size: 25px;
  color: #F26F21;
  font-family: 'Quesat-Regular';
}
#bloque_consultorio_izq p{
  font-size: 14px;
  color: #999;
  font-family: 'Quesat-Regular';
}
#puntos_consultorio{
  width: 100%;
  height: auto;
  padding-top:30px;
}
#puntos_consultorio_izq{
  width: 30%;
  text-align: center;
  float: left;
}
#puntos_consultorio_izq img{
  width: 100%;
}
#puntos_consultorio_der{
  width: 65%;
  padding: 20px 0 0 5%;
  text-align: left;
  float: left;
}
#puntos_consultorio_der img{
  height: 20px;
  float: left;
  margin: 4px 10px;
}


/* SERVICIOS */
#bloque_servicios{
  width: 100%;
  height: auto;
  display: table;
  height:auto;
  position: relative;
}
#bloque_servicios_izq{
  width: 40%;
  padding: 0 5%;
  text-align: center;
  float: left;
}
#bloque_servicios_izq h1{
  font-size: 25px;
  color: #008F4C;
  font-family: 'Quesat-Regular';
  width: 100%;
  text-align:center;
}
#bloque_servicios_izq h2{
  font-size: 17px;
  color: #008F4C;
  font-family: 'Quesat-Regular';
  width: 100%;
  text-align: center;
}
#bloque_servicios_izq p{
  font-size: 20px;
  color: #F26F21;
  font-family: 'DarkmodeOff_Black';
  width: 100%;
  text-align: center;
}
#bloque_servicios_izq img{
  width: 80%;
}
#bloque_servicios_der{
  width: 40%;
  padding: 20px 5% 0 5%;
  float: left;
}
#bloque_servicios_der h1{
  font-size: 25px;
  color: #008F4C;
  font-family: 'Quesat-Regular';
  width: 100%;
  text-align: right;
  padding: 20px 0;
}
#bloque_servicios_der h2{
  font-size: 17px;
  color: #008F4C;
  font-family: 'Quesat-Regular';
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#bloque_servicios_der p{
  font-size: 14px;
  color: #999;
  font-family: 'Quesat-Regular';
}
#servicios_foto{
  width: 100%;
  height: auto;
}
#servicios_foto img{
  width: 100%;
}
#servicios_whats{
  position: absolute;
  bottom:-30px;
  left: 50%;
  z-index: 4000;
}
#servicios_whats img{
  height:60px;
}



/* NOSOTROS */
#bloque_nosotros{
  width: 80%;
  height: auto;
  padding: 50px 10%;
  display: table;
  height:auto;
  position: relative;
  background: #008F4C;
  text-align: left;
}
#bloque_nosotros h1{
  color: #F26F21;
  font-size: 25px;
  font-family: 'Quesat-Regular';
  width: 100%;
  text-align: left;
  padding: 20px 0;
}
#bloque_nosotros h2{
  color: #F26F21;
  font-size: 17px;
  font-family: 'Quesat-Regular';
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
#bloque_nosotros p{
  font-size: 14px;
  color: #FFF;
  font-family: 'Quesat-Regular';
}
#nosotros_30{
  width: 27.3%;
  margin: 20px 2%;
  float: left;
  text-align: center;
}


/* FOOTER */
#footer{
  width: 100%;
  height: auto;
  padding: 30px 0;
  background: #FFF;
  text-align: center;
  display: table;
}
#linea_footer{
  width: 36%;
  margin: 10px 2%;
  float: left;
  border-top: solid 2px #F26F21;
}
#titulo_footer{
  width: 20%;
  text-align: center;
  float: left;
  font-size: 25px;
  color: #008F4C;
  font-family: 'DarkmodeOff_Bold';
}
#redes{
  width: 100%;
  padding:20px 0;
  text-align: center;
  display: table;
}
#redes img{
  height:50px;
  margin: 0 10px;

}
#informacion_costado{
  width: 30%;
  float: left;
  text-align: center;
}
#informacion_costado img{
  width: 20%;
}
#informacion_centro{
  width: 40%;
  text-align: center;
  float: left;
  font-size: 16px;
  color: #999;
  font-family: 'Quesat-Regular';
}
#informacion_centro a{
  text-decoration: none;
  color: #666;
}
#aviso_footer_1{
  width: 30%;
  float: left;
  text-align: right;
  font-size: 12px;
  color: #999;
  font-family: 'Quesat-Regular';
}
#aviso_footer_2{
  width: 40%;
  float: left;
  text-align:center;
  font-size: 12px;
  color: #999;
  font-family: 'Quesat-Regular';
}
#aviso_footer_3{
  width: 30%;
  float: left;
  text-align:left;
  font-size: 12px;
  color: #999;
  font-family: 'Quesat-Regular';
}


#verde_inicio_movil, #bloque_servicios_izq_movil{
  display: none;
}











@media only screen and (min-width:300px) and (max-width:1024px){
  .control--slide-home {
    bottom: 20%;}
  .w__salide {
    margin-left: 250px; }
    .w__salide .carousel-cell {
      width: 70%;
      height: 850px; }
    .w__salide .slide--titulo {
      top: 50px;
      left: 80px; }
    .w__salide .slide--caption {
      bottom: 100px;
      left: 80px; }

  .plano--info ul li {
    width: 14%; }

  .plano--titulo ul li {
    width: 14%; }

  .grande {
    font-size: 80px;
    line-height: 100%; }


#cabecera, #cabecera_1, #desktop, #cabecera_2{
  display: none;
}
#cabecera_movil{
  display: table;
  width: 100%;
  height: auto;
  padding:15px 0;
  text-align: center;
  border-bottom: solid 2px #34495e;
  position: fixed;
  top: 0;
  left: 0;
  background:#FFF;
  z-index:5000;
}
#cabecera_movil img{
  height:50px;
  width: auto;
}
#menu_movil{
  position: absolute;
  top: 10px;
  left: 10px;
}
#menu_movil img{
  height:20px;
}
#slide_desktop{
  display: none;
}

#bloque_inicio{
  width: 100%;
  height: auto;
  display: table;
  position: relative;
  margin-top: 50px;
}
#bloque_inicio_izq{
  width: 70%;
  padding: 0 15%;
  text-align: center;
}
#bloque_inicio_izq img{
  width: 50%;
}
#bloque_inicio_der{
  width: 90%;
  padding: 0 5%;
  text-align: left;
  height: 400px;
}
#verde_inicio{
  display: none;
}
#verde_inicio_movil{
  width: 100%;
  padding:20px 0 10px 0;
  height: 200px;
  display: table;
  background:#008F4C;
}
#verde_puntos{
  width: 50%;
  padding:10px 0 10px 0;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #FFF;
  line-height: 20px;
}
#verde_titulo_movil{
  width: 100%;
  color: #FFF;
  padding: 10px 0;
}
#verde_titulo_movil h1{
  line-height: 10px;
  font-size: 25px;
  text-align: center;
  width: 100%;
}
#verde_titulo_movil p{
  line-height: 10px;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

/* CONSULTORIO */
#bloque_consultorio{
  width: 100%;
  height: auto;
  display: table;
  height:300px;
  min-height: 350px;
  max-height: 550px;
  background-image:url(../images/img_consultorio.jpg);
  background-size:cover;
  margin: 0;
}
#bloque_consultorio_izq{
  width: 90%;
  padding: 50px 5%;
  text-align: center;
  height: auto;

}
#puntos_consultorio{
  width: 100%;
  height: auto;
  padding:30px 0;
}
#puntos_consultorio_izq{
  width: 100%;
  text-align: center;
  float: left;
}
#puntos_consultorio_izq img{
  width: 30%;
}
#puntos_consultorio_der{
  width: 80%;
  padding: 10px 10%;
  text-align: left;
}
#puntos_consultorio_der img{
  height: 20px;
  float: left;
  margin: 4px 10px;
}


/* SERVICIOS */
#bloque_servicios{
  width: 100%;
  height: auto;
  display: table;
  height:auto;
  position: relative;
}
#bloque_servicios_izq{
  display: none;
}
#bloque_servicios_der{
  width: 100%;
  padding:20px 0;
  position: relative;
}
#bloque_servicios_der h1{
  font-size: 25px;
  color: #008F4C;
  font-family: 'Quesat-Regular';
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
#bloque_servicios_der h2{
  font-size: 17px;
  color: #008F4C;
  font-family: 'Quesat-Regular';
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#bloque_servicios_der p{
  font-size: 14px;
  color: #999;
  font-family: 'Quesat-Regular';
  width: 90%;
  padding: 0 5%;
}
#servicios_foto{
  width: 100%;
  height: auto;
}
#servicios_foto img{
  width: 100%;
}
#servicios_whats{
  position: absolute;
  left: 0;
  bottom:10px;
  z-index: 4000;
}
#servicios_whats img{
  height:60px;
}
#bloque_servicios_izq_movil{
  width: 90%;
  padding: 0 5%;
  text-align: center;
  display: table;
}
#bloque_servicios_izq_movil h1{
  font-size: 25px;
  color: #008F4C;
  font-family: 'Quesat-Regular';
  width: 100%;
  text-align:center;
}
#bloque_servicios_izq_movil h2{
  font-size: 17px;
  color: #008F4C;
  font-family: 'Quesat-Regular';
  width: 100%;
  text-align: center;
}
#bloque_servicios_izq_movil p{
  font-size: 20px;
  color: #F26F21;
  font-family: 'DarkmodeOff_Black';
  width: 100%;
  text-align: center;
}
#bloque_servicios_izq_movil img{
  width: 90%;
}


/* NOSOTROS */
#bloque_nosotros{
  width: 90%;
  height: auto;
  padding: 50px 5%;
  display: table;
  height:auto;
  position: relative;
  background: #008F4C;
  text-align: left;
}
#bloque_nosotros h2{
  color: #F26F21;
  font-size: 17px;
  font-family: 'Quesat-Regular';
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
}
#nosotros_30{
  width: 90%;
  margin:5px 5%;
  text-align: center;
}


/* FOOTER */
#linea_footer{
  width: 90%;
  margin: 10px 5%;
  float: left;
  border-top: solid 2px #F26F21;
}
#titulo_footer{
  width: 100%;
  text-align: center;
  float: left;
  font-size: 20px;
  color: #008F4C;
  font-family: 'DarkmodeOff_Bold';
}
#informacion_centro{
  width: 90%;
  padding: 0 5%;
  text-align: center;
  font-size: 14px;
  color: #999;
  font-family: 'Quesat-Regular';
}
#informacion_costado{
  display: none;
}
#aviso_footer_1{
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #999;
  font-family: 'Quesat-Regular';
}
#aviso_footer_2{
  width: 100%;
  text-align:center;
  font-size: 12px;
  color: #999;
  font-family: 'Quesat-Regular';
}
#aviso_footer_3{
  width: 100%;
  text-align:center;
  font-size: 12px;
  color: #999;
  font-family: 'Quesat-Regular';
}



}
