@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300&display=swap');


body{
  color: #686868 !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:1.1em;
  margin:0;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 400;
}

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

.headerFijo{
  background: #FFF;
  position: fixed;
  z-index:1000;
  top:0;
  transition: all .5s;
}

#idioma{
  position: absolute;
  right: 0;
  width: 30%;
}

header{
  background-color:transparent;
  letter-spacing: 1px;
  width:100%;
  
  transition: all .5s;
}

.preHeader{
  border-bottom-color: rgba(40,38,43,0.1);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: .9em;
  padding:1px 0;
  overflow: hidden;
  width:100%;
  
  /*transition: all .5s;*/
}

.preHeader i{
  font-size: 1.3em;
  margin-left:10px;
}

.preContHeader{
  margin: auto;
  max-width:1150px;
  width:calc(100% - 20px);
  
  /*transition: all .5s;*/
}

.contHeader{
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: space-between;
  padding:10px 10px 25px 10px;
  max-width:1150px;
  width:calc(100% - 20px);
  
  /*transition: all .5s;*/
}

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

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

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

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

.footerCont p{
  color:#FFF;
  font-weight: 200;
  margin:10px 0;
}

.footerCont h3{
  font-weight: 300;
  font-size:1.5em;
  margin:12px 0 0 0;
  
  
  background-image: url(../images/title.png);
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom:12px;
}

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

.backGrisSection{
  background:#f4f4f4;
}

.backBlanco{
  background-color: #FFF;
}

.backAzul{
  background-color: #2e99ce;
}

.backAzul2{
  background-color: #4bb5ed;
}


.backAzul3{
  background-color: #8ac0e0;
}



.backNegro{
  background-color: #000;
}

.fBlanco{
  color:#FFF !important;
}

.fNegro{
  color:#000 !important;
}

.fAzul{
  color:#4bb5ed;
}

.fGris{
  color:#d0d0d0;
}

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

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

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

.wIcon{
  width: 25% !important;
}

.wIcon2{
  width: 15% !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;
}

.margenAutoLados{
  margin: 0 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;
}

.alignRight{
  align-items: 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%;
}

.hGroup2{
  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:60%;
  position:relative;
}

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

.menuD li{
  color:#686868;
  font-size: 1.1em;
  letter-spacing: 0px;
  list-style: none;
  transition: all .5s;
}

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

.menuD ul li:hover > ul{
  /*display: block;*/
  height: auto;
  padding: 5px 10px;
  
  transition: all .5s;
}

.menuD ul ul{
  background:#4ca7d2;
  /*display: none;*/
  height: 0;
  flex-direction: column;
  padding: 0;
  position: absolute;
  top:25px;
  overflow: hidden;
  z-index: 1000;
  width:15%;
  box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  transition: all .5s;
}

.menuD ul ul li{
  color:#FFF;
  font-size: .8em;
  padding:7px 0;
}

.menuM{
  display: none;
  font-size: 2.5em;
}

.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{
  font-weight: 300; 
}

.banner{
  background-image: url(../images/back_1-1.jpg);
  background-position: top center;
  background-size: 100%;
}

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

.banner h2{
  font-size: 4.5em;
  line-height: 65px;
  margin-bottom:.3em;
}

.banner p{
  font-size: 1.3em;
  font-weight: 400;
}

.cuadrosIndex p{
  color:#FFF;
}

.cuadrosIndex h2, .cuadrosIndex h3{
  font-size: 2em;
}


.cuadrosIndex h2, .cuadrosIndex h3{
  color:#FFF;
  font-weight: 300;
  margin:0;
}

.cuadrosIndex h2 span, .cuadrosIndex h3 span{
  font-weight: 600;
}

.cuadrosIndex input[type="text"]{
  background: #fff;
  border: none !important;
  height: 3em !important;
  width: 100%;
  text-indent: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #929299;
  font-size: 14px !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none !important;
  margin-bottom: 20px;
}

.tituloSeccion{
  font-size: 2.7em;
  font-weight: 300;
  
  background-image: url(../images/line.png);
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom:12px;
}

.botonMas{
  background-color:#4fb5ea;
  color:#FFF;
  padding:5px 60px;
  text-transform: uppercase;
}

.botonConoceM{
  border:1px solid #FFF;
  color:#FFF;
  padding:5px 30px;
  text-transform: uppercase;
  text-align: center;
  max-width: 100%;
}

/**** secciones ****/

.sanoair p, .sanovac p{
  font-weight: 300;
}

.sanoair h2, .sanovac h2{
  background-image: url(../images/line.png);
  background-position: left bottom;
  background-size: 18%;
  background-repeat: no-repeat;
  font-size: 3em;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.sanoair h3, .sanovac h3{
  font-size:2em;
  margin:10px 0;
  border-bottom: solid 2px #e8e8e8;
}

.sanoair h2 span, .sanovac h2 span{
  color: #4bb4ec!important;
  font-weight: 700 !important;
}

.bordeGrisDown{
  border-bottom: 3px solid #e8e8e8;
}

.seccionJusta{
  margin:auto;
  max-width: 1200px;
  width: 100%;
}

.bannerTituloSec{
  align-items: center;
  display: flex;
  color:#FFF;
  background-image: url(../images/bg-img-1.png);
  background-position: center;
  background-size: cover;
  height: 200px;
  padding:0 1%;
  width: 98%;
}

/**** SOLUCIONES ****/

.soluciones h2{
  font-weight: 600;
  font-size: 2em;
}

.soluciones p{
  font-weight: 300;
  line-height: 30px;
}

.soluciones ul{
  list-style:none;
}

.soluciones li{
  background-image: url(../images/bullet-biozanic.png); 
  background-repeat: no-repeat;
  background-position: left 11px;
  padding:10px 30px;
  font-size: 1.1em;
  margin:10px 0;
}


/**** CONTACTO ****/

#contactoBio input[type="text"]{
  border: none;
  background: #f5f5f5;
  height: 3em;
  width: 99%;
}

#contactoBio input[type="button"], #solCita input[type="button"]{
  border: none;
  color:#FFF;
  background: #3c8fb6;
  padding: 10px 30px;
}

#contactoBio textarea{
  border: none;
  background: #f5f5f5;
  height: 9em;
  resize: none;
  width: 99%;
}

/**** PRODUCTOS ****/

.cProductos h3, .cProductos h2, .cProductos p{
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.cProductos ul{
  padding:0 30px;
}

.tituloProductos{
  background: rgb(79,181,234);
  background: linear-gradient(180deg, rgba(79,181,234,1) 0%, rgba(20,97,138,1) 100%);
  min-height: 100px;
  justify-content: center;
}

.borderGrisProd{
  border-right:1px solid #e6e6e6;
  
}

/**** PARALLAX *****/

.parallaxBiozanic{
  background-position:70% center;
}

.parallaxParent {
  height: 500px;
  overflow: hidden;
}
.parallaxParent > * {
  height: 300%;
  position: relative;
  top: -300%;
}

.parallax-window {
  min-height: 540px;
  background: transparent;
  position: relative;
}

main {
  position: relative;
}

/*****/

.sMovil{
  display: none;
}

.nMovil{
  display: flex;
}

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

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

  .logo{
    width:50%;
  }

  .hGroup, .footerCont{
    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;
  }
  
  .wIcon, .wIcon2{
    margin: 30px auto;
    width: 80% !important;
  }
  
  .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%;
  }
  
  #idioma{
    position:inherit;
  }

}
