@font-face {
    font-family: 'futuraheavy';
    src: url('../fonts/futura-heavy-webfont.woff2') format('woff2'),
         url('../fonts/futura-heavy-webfont.woff') format('woff'),
         url('../fonts/futura-heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_lightregular';
    src: url('../fonts/futura-light-webfont.woff2') format('woff2'),
         url('../fonts/futura-light-webfont.woff') format('woff'),
         url('../fonts/futura-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_bk_btbook';
    src: url('../fonts/futura_book_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_book_bt-webfont.woff') format('woff'),
         url('../fonts/futura_book_bt-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body{
  font-family: 'futura_bk_btbook';
  margin:0;
}

a, a:hover{
  color:inherit;
  text-decoration: none;
}

h1,h2,h3,h4,h5, h6{
  font-family: 'Lato', sans-serif;
}

strong{
  font-family: 'futuraheavy';
}


header{
  background-color:#1495cf;
  font-family: 'futuraheavy';
  letter-spacing: 1px;
  width:100%;
}

.contHeader{
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: space-between;
  padding:30px 10px 25px 10px;
  max-width:1050px;
  width:calc(100% - 20px);
}

section{
  margin:0 auto 10% auto;
  padding:20px 3%;
  max-width: 1100px;
  width:94%;
}

footer{
  background-color:#1495cf;
  padding:20px 0;
  width:100%;
}

.footerCont{
  color:#FFF;
  display: flex;
  flex-direction: row;
  font-family: 'futura_lightregular';
  font-size: .9em;
  justify-content: flex-end;
  margin: auto;
  letter-spacing: 1px;
  padding:0 10px;
  text-align: right;
  width: calc(100% - 20px);
  max-width: 1050px;
}

.footerCont p{
  color:#FFF;
}

section.sin{
  padding:20px 0;
  width:100%;
}

.backGrisSection{
  background:#f4f4f4;
}

.backBlanco{
  background-color: #FFF;
}

.backAzul{
  background-color: #1495cf;
}

.backAzul2{
  background-color: #2b9fd4;
}


.backAzul3{
  background-color: #3aafe4;
}

.backAzul4{
  background-color:#e7f4fa;
}

.backAzul5{
  background-color:#d1eaf6;
}




.backNegro{
  background-color: #000;
}

.fBlanco{
  color:#FFF !important;
}

.fNegro{
  color:#000 !important;
}

.fAzul{
  color:#1495cf;
}

.fw100{
  font-weight: 100 !important;
}

.fw300{
  font-weight: 300 !important;
}

.fw400{
  font-weight: 400 !important;
}

.w5{
  width: 5% !important;
  transition: all .5s;
}

.w10{
  width: 10% !important;
  transition: all .5s;
}

.w15{
  width: 15% !important;
}

.w20{
  width: 20% !important;
}

.w25{
  width: 25% !important;
}

.w30{
  width: 30% !important;
}

.w35{
  width: 35% !important;
}

.w40{
  width: 40% !important;
}

.w45{
  width: 45% !important;
}

.w50{
  width: 50% !important;
}

.w55{
  width: 55% !important;
}

.w60{
  width: 60% !important;
}

.w65{
  width: 65% !important;
}

.w70{
  width: 70% !important;
}

.w75{
  width: 75% !important;
}

.w80{
  width: 80% !important;
}

.w90{
  width: 90% !important;
}

.w100{
  width: 100% !important;
}

.margenAuto{
  margin: auto;
}

.margenT1{
  margin-top:1%;
}

.margenT3{
  margin-top:3%;
}

.margenT5{
  margin-top:5%;
}

.margenT10{
  margin-top:10%;
}

.margenT13{
  margin-top:13%;
}

.margenT15{
  margin-top:15%;
}

.margenB1{
  margin-bottom: 1%;
}

.margenB3{
  margin-bottom: 3%;
}

.margenB5{
  margin-bottom: 5%;
}

.margenB10{
  margin-bottom: 10%;
}

.margenR1{
  margin-right: 1%;
}

.margenR3{
  margin-right: 3%;
}

.margenR5{
  margin-right: 5%;
}

.margenR10{
  margin-right: 10%;
}

.margenL1{
  margin-left:1%;
}

.margenL3{
  margin-left:3%;
}

.margenL5{
  margin-left:5%;
}

.margenL10{
  margin-left:10%;
}

.margenLM15{
  margin-left:-15%;
}

.sinMargen{
  margin:0 !important;
}

.botonActivo{
  cursor: pointer;
}

.bLine{
  border-bottom: 1px solid #f1f1f1;
}

.rLine{
  border-right: 1px solid #f1f1f1;
}

.lLine{
  border-left: 1px solid #f1f1f1;
}

.tLine{
  border-top: 1px solid #f1f1f1;
}

.centroTodo{
  align-items: center;
  justify-content: center;
  text-align: center;
}

.centroTop{
  align-items: center;
  text-align: center;
}

.alignTop{
  align-items: flex-start;
  justify-content: flex-start !important;
}

.centroIzq{
  align-items: center;
  justify-content: flex-startå
}

.izqCentro{
  align-items: flex-start;
  justify-content: center;
}

.bottomRight{
  align-content: flex-end;
  justify-content: flex-end;
}

.alignBottom{
  justify-content: flex-end;
}

.centroDerecha{
  align-items: flex-end;
  justify-content: center;
}

.derechaCentro{
  align-items: center;
  justify-content: flex-end;
}

.justifyCenter{
  justify-content: center;
}

.justifySpaceBet{
  justify-content: space-between;
}

.pRelative{
  position: relative;
}

.pAbsolute{
  position: absolute;
}

.flexSpaceBet{
  justify-content: space-between;
}

.flexSpaceAr{
  justify-content: space-around;
}

.textARight{
  text-align: right;
}

.textALeft{
  text-align: left;
}

.lineHe30{
  line-height: 30px;
}

.hGroup{
  display: flex;
  flex-direction: row;
  width: 100%;
}

.vGroup{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contPadding20{
  padding:0 20px;
  width: calc(100% - 40px) !important;
}

.contPadding2030{
  padding:30px 20px;
  width: calc(30% - 40px) !important;
}

.contPadding40Todo{
  padding:40px;
  width: calc(100% - 80px) !important;
}

.contPadding5{
  padding: 5px;
  height: 100%;
  width: calc(100% - 10px) !important;
}

.contPadding10PLados{
  margin:auto;
  padding:0 10%;
  width: 80% !important;
}

.contPadding10PTodo{
  padding:5%;
  height:60%;
  width:90%;
}

/***** Logo y Menu *****/

.logo{
  width:25%;
}

.menuD{
  width:70%;
}

.menuD ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding:0;
  margin:0;
}

.menuD li{
  color:#FFF;
  font-size: .8em;
  list-style: none;
  transition: all .5s;
}

.menuD li span{
  color:#a7cee8 !important;
}

.menuM{
  
  display: none;
  font-size: 2.5em;
  color: #29d2c4;
}

.menuMovil{
  display: none;
}

.menuMovil ul{
  background: #efefef;
  padding: 10px;
  text-align: center;
}

.menuMovil li{
  border-bottom: 1px solid #CCC;
  list-style: none;
  margin: 10px 0;
  padding:5px 0;
  text-align: center;
}

.menuMovil li:last-child{
  border-bottom: none;
}

/*** INDEX ****/

.index{
  margin:auto;
  width:100%;
  max-width: 1100px; 
}

.bannerTexto{
  left:5%;
  top:34%;
}

.bannerTexto h2{
  font-size: 2em;
}


/**** EQUIPO ***/

.fondoEquipo{
  background-image: url(../images/equipo-oscar-solis-yohuala.jpg);
  background-size: 50%;
  background-position: right center;
  background-repeat: no-repeat;
  padding:60px 0;
}


/**** TRASTORNOS ****/

.mTrastornos, .mTrastornos ul{
  margin:0;
  padding:0;
}

.mTrastornos li{
  list-style: none;
  margin:0;
  padding:0 0 0 10px;
}

/**** TESTIMONIOS ****/

.cuadroTestimonio{
  margin:auto;
  padding:5%;
  width:80%;
}

/**** PATOLOGIAS E INFOGRAFIAS ***/

.cuadroInfo{
  background-color: #1495cf;
  margin-right:2%;
  padding:20px 20px 10px 20px;
  width: 23%;
}

.cuadroInfo p{
  color:#FFF;
}

/***** NUTRICION *****/

.botonNutri:hover{
  transform: scale(1.05);
  transition: all .3s;
}

.botonActivoN{
  background-color: #1495cf;
}

.botonInactivoN{
  background-color: #8dd0f1;
}

.botonNutriSect{
  color:#FFF;
  cursor: pointer;
  padding:5px 10px;
}

/**** EDUCACION ****/

.tituloEducacion{
  background-color: #1495cf;
  color:#FFF;
  font-family: 'futuraheavy';
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding:5px 0;
  text-indent: 20px;
  width: 100%;
}


/**** CONTACTO ****/

#formContacto input[type="text"]{
  background-color:#f2f2f2;
  border:none;
  height: 2em;
  width: 100%;
}

#formContacto textarea{
  background-color:#f2f2f2;
  border:none;
  height: 7em;
  resize: none;
  width: 100%;
}

#formContacto p{
  margin:.3em;
  width: 100%;
}

.botonEnviar{
  background-image: url(../images/btnEnviar.png);
  background-size: cover;
  background-position: center;
  height: 30px;
  width: 90px;
}

/*****/

.sMovil{
  display: none;
}

.nMovil{
  display: flex;
}

.Error{
  background-color:#ffa2a2 !important;
}

@media screen and (max-width: 770px) {
  .menuD{
    display: none;
  }
  
  .menuM{
    display: flex;
  }
  
  .menuD2{
    margin:0 0 20px 0;
  }

  .logo{
    width:50%;
  }

  .hGroup{
    flex-direction: column;
  }
  
  .subeCuadroOferta, .subeCuadro{
    margin-top:0;
    padding:0;
  }
  
  .bannerTexto{
    top:15%;
  }
  
  .bannerTexto h2{
    font-size: 1.5em;
  }
  
  .menuOculto{
    height:0;
    padding:0;
    width:calc(100% - 40px);
    transition: all .5s;
  }
  
  .menuD2 ul li:hover>div{
  /*display: block;*/
    height:100%;
    width:calc(100% - 40px);
    opacity:1;
    padding:0px 20px 20px 20px;
    transition: all .5s;
  }
  
  .sMovil{
    display: block;
  }
  
  .nMovil{
    display: none;
  }
  
  .fondoEquipo{
    background-image: none;
  }
  
  .w10, .w20, .w25, .w30, .w35, .w40, .w45, .w50, .w55, .w60, .w70, .w80, .w90{
    width: 100% !important;
  }
  
  .contPadding10PTodo{
    width:90%;
  }
  
  .contPadding2030{
    width: calc(100% - 40px) !important;
  }
  
  .cuadroInfo{
    margin-right:0;
    margin-bottom: 10px;
    width: 90%;
  }

}
