body{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: hidden;
    background: #222C58;
    color: white;
}
ul{
    padding: 0; margin: 0;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: #3DAC4D;
}


p{
    font-family: neoSansLight;
    font-size: 17px;
    color: black;
}

#contMenSup{
    position: absolute;
    width: 100vw;
    height: 134px;
    left: 0px;
    top: 0px;
    margin: 0;
    z-index: 10;
}

#menu1{
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: right;
    font-family: nunitoLight;
    font-size: 14px;
    color: #232D58;
}

#menu1 h2{
  font-family: bebas;
  font-size: 30px;
  color: #232D58;
}

#menu1 i{
  font-size: 30px;
}

#menu1 li{
    list-style: none;
    padding-left: 20px;
    float: left;
}

#menu2{
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: right;
    font-family: neoSans;
    font-size: 16px;
    color: #232D58;;

}
#menu2 li{
    list-style: none;
    padding-left: 20px;
    float: left;
}

#menu2Izq{
    padding: 20px;
    font-family: nunito;
    font-size: 16px;
    color: white;
}

.logo{
    position: absolute;
    top: -50px;
}

.logo img{
  transition: all .3s;
}


.isotipo{
    position: relative;
    left: 60px;
    top: -40%;
    width: 55px;
    height: 55px;
    visibility: hidden;
  }


#barritas i{
    position: relative;
    top: -70px;
    left: 20px;
    cursor: pointer;
    z-index: 20;
}

#banner{
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    overflow-X: hidden;
}



.velo{
  position: absolute;
  width: 100vw;
  height: 100%;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(14, 15, 44, 0.5) 100%);
  z-index: 2;
  border-bottom: solid 3px #3DAC4D;
  margin: 0;
}

#minvu ul{
  padding-bottom: 15px;
}

.slider{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slider li{
  float: left;
}


.slider img{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.titGrande{
  font-family:axeloan;
  color: #222C58;
  font-size: calc(1.5rem + 2.5vmin + 3vmax);
  line-height: 1;
  margin-bottom: 20px;

}
.CentralV{
  width: auto;
  padding: 10px;
  background: #3DAC4D;
  color: white;
  font-family: neoSansLight;
  font-size: calc(0.4rem + 0.9vmin + 1.8vmax);
  line-height: 1;
  margin-bottom: 20px;

}
.Parrafo{
  font-size: 17px;
  font-family: neoSansLight;
  color: white;
  line-height: 2;
  min-width: 350px;
  max-width: 60%;
  margin-bottom: 10%;

}



.boton{
  position: relative;
  margin-top: 30px;
  width: 280px;
  height: auto;
  background: #3DAC4D;
  border-radius: 30px;
  padding: 10px;
  color: white;
  font-family: nunitoLight;
  font-size: 15px;
  text-align: center;
  top: -11px;
  transition: all .3s;
  cursor: pointer;
  border: solid 1px white;
  z-index: 8;
  margin-bottom: 40px;
}

.boton img{
  position: relative;
  /* left: 79%; */
  scale: 0.7;
  transition: all 0.3s;
}

.boton:hover{
  background: #2154A3;
  border: solid 1px white;
  color: white;
  top: -11px;
}

.boton:hover img{
  scale: 1;
}





.botonBlanco{
  position: relative;
  margin-top: 30px;
  width: 280px;
  height: auto;
  background: white;
  border-radius: 30px;
  padding: 10px;
  color: #222C58;
  font-family: nunitoLight;
  font-size: 15px;
  text-align: center;
  top: -11px;
  transition: all .3s;
  cursor: pointer;
  border: solid 2px #ccc;
  z-index: 8;
}

.botonBlanco img{
  position: relative;
  /* left: 79%; */
  scale: 0.7;
  transition: all 0.3s;
}

.botonBlanco:hover{
  background: #2154A3;
  border: solid 2px white;
  color: white;
  scale: 1.1;
  letter-spacing: 3px;
  top: -11px;
}

.botonBlanco:hover img{
  scale: 1;
}


.botonEnviar{
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: auto;
  background: #3DAC4D;
  border-radius: 20px;
  padding: 10px;
  color: white;
  font-family: nunitoLight;
  font-size: 15px;
  text-align: center;
  top: -11px;
  transition: all .3s;
  cursor: pointer;
  border: solid 1px white;
  z-index: 8;
}

.botonEnviar img{
  position: relative;
  /* left: 79%; */
  scale: 0.7;
  transition: all 0.3s;
}

.botonEnviar:hover{
  background: #2154A3;
  border: solid 1px white;
  color: white;
  top: -11px;
}

.botonEnviar:hover img{
  scale: 1;
}


  .limite{
    position: relative;
    width: auto;
    max-width: 1500px;
    min-height: 100vh;
    height: auto;
    left: 50%;
    margin-top: 300px;
    padding: 30px;
    transform: translateX(-50%);
  }

  .limite2{
    position: relative;
    width: auto;
    max-width: 1500px;
    min-height: 100vh;
    height: auto;
    left: 50%;
    margin-top: 100px;
    padding: 30px;
    transform: translateX(-50%);
  }

  #racoGrande img{
    width: 100%;
    max-width: 600px;
  }

  .beneficios h2{
    font-family: bebas;
    font-size: calc(1.5rem + 2.5vmin + 3vmax);
    color: white;
    line-height: 0.7;
  }

  .beneficios h3{
    font-family: bebasBold;
    font-size: calc(1rem + 1.7vmin + 2.5vmax);
    color: white;
    white-space: nowrap;
    line-height: 1;
  }
  .beneficios h4{
    font-family: bebasLight;
    font-size: calc(1.5rem + 2.5vmin + 3vmax);
    color: #3DAC4C;
    line-height: 0.7;
  }

  .bloqueBlanco{
    position: relative;
    width: 26px;
    height: 65px;
    background: white;
    left: -50px;
    margin-bottom: -65px;
  }

#imgIcons li{
  text-align: center;
  padding-bottom: 20px;
}


.contVideo{
  position: relative;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  overflow: hidden;
  border-top: solid 3px #3DAC4D;
  border-bottom: solid 3px #3DAC4D;
}


.video{
  position: absolute;
  margin-top: 0px;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -10;
  opacity: 0.7;
}
.veloBlanco{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.5);
  z-index: 1;
}

.veloBlanco img{
  position: absolute;
  width: 100%;
  max-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  padding: 50px;
}



.superRaco{
  position: absolute;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: 246px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  background-image: url(../imagenes/superRaco.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.detTecnico{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background: #F4F4F4;
  padding: 50px;
  border-bottom: solid 3px #3DAC4D;
}

.detTecnico h2{
  font-family: bebas;
  font-size: calc(1.5rem + 2.5vmin + 3vmax);
  color: #222C58;
  line-height: 0.7;
}

.detTecnico h3{
  font-family: bebasBold;
  font-size: calc(1rem + 1.7vmin + 2.5vmax);
  color: #3DAC4D;
  white-space: nowrap;
  line-height: 1;
}
.detTecnico p{
  font-family: neoSansLight;
  font-size: 17px;
  color: #222C58;
  line-height: 1.7;
}


.bloqueVerde{
  position: relative;
  width: 26px;
  height: 65px;
  background: #3DAC4C;
  left: -50px;
  margin-bottom: -65px;
}
.datos img{ padding-right:  20px;}
.datos li{ color: #222C58; padding-bottom: 10px;}


.contImagenDet{
  width: 100%;
  margin-top: 150px;
  margin-left: 50px;
  margin-right: 80px;
  max-width: 576px;
  background: #222C58;
  border-radius: 10px;
}

.contImagenDet img{
  position: relative;
  width: 100%;
  max-width: 576px;
  /* padding-top: 30px;
  padding-left: 30px; */
  left: 30px;
  top: 30px;
}


.fotoIzq{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fotoIzq img{
  position: relative;
  object-fit: cover;
  width: auto;
  height: 100%;
  object-position: 0% 00%;
}


.infoCentral{
  position: relative;
  padding: 50px;
}

.infoCentral h2{
  font-family: bebas;
  font-size: calc(1.5rem + 2.5vmin + 3vmax);
  color: white;
  line-height: 0.7;
}

.infoCentral h3{
  font-family: bebasBold;
  font-size: calc(1rem + 1.7vmin + 2.5vmax);
  color: #3DAC4D;
  line-height: 1;
}
.infoCentral p{
  font-family: neoSansLight;
  font-size: 17px;
  color: white;
  /* line-height: 1.7; */
  /* width: 100%;
  max-width: 800px; */
}

.especial{
  font-size: 20px;
  color: #3DAC4D;
}



.caracteristicas{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background: #3DAC4C;
  padding: 50px;
}

.bloqueAzul{
  position: relative;
  width: 26px;
  height: 65px;
  background: #222C58;
  left: -50px;
  margin-bottom: -65px;
}

.caracteristicas h2{
  font-family: bebas;
  font-size: calc(1.5rem + 2.5vmin + 3vmax);
  color: white;
  line-height: 0.7;
}

.caracteristicas h3{
  font-family: bebasBold;
  font-size: calc(1rem + 1.7vmin + 2.5vmax);
  color: #222C58;
  line-height: 1;
}
.caracteristicas p{
  font-family: neoSansLight;
  font-size: 17px;
  color: white;
  /* line-height: 1.7; */
  /* width: 100%;
  max-width: 800px; */
}

.caracteristicas i{
  padding-right: 15px;
}

.descCar li{
  text-align: right;
  padding-bottom: 50px;
}

.especialAzul{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #222C58;
}


.fotoCar img{
  /* position: absolute; */
  width: 100%;
  max-width: 675px;
  right: -50px;
}


.fondo2{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  border-bottom: solid 2px #3DAC4C;
}

.backFondo{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.backFondo img{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: 0% 00%;
}

.veloAzul{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(35, 45, 88, .6);
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  z-index: 2;
  display: flex;
}


.fondo2 h2{
  font-family: bebasBold;
  font-size: calc(1.5rem + 2.5vmin + 3vmax);
  color: #3DAC4C;
  line-height: 0.9;
}

.fondo2 h3{
  font-family: bebasLight;
  font-size: calc(1rem + 1.3vmin + 2.5vmax);
  color: white;
  line-height: 1;
}
.fondo2 p{
  font-family: neoSansLight;
  font-size: 17px;
  color: white;
  /* line-height: 1.7; */
  width: 100%;
  max-width: 1200px;
}

.veloAzul img{
  width: 100%;
  max-width: 246px;
  height: auto;
  object-fit: cover;
  padding-bottom: 20px;
}

.matRaco{
  text-align: right;
}



.contacto{
  position: relative;
  width: 100%;
  max-width: 1500px;
  min-height: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  background: url(../fondos/contacto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}


.contacto h2{
  font-family: neoSansBold;
  font-size: calc(0.75rem + 1vmin + 1.6vmax);
  color: white;
  line-height: 0.9;
}

.contacto h3{
  font-family: neoSansLight;
  font-size: calc(0.5rem + 1vmin + 1.5vmax);
  color: white;
  line-height: 1;
}
.contacto p{
  font-family: neoSansLight;
  font-size: 20px;
  color: white;
  /* line-height: 1.7; */
}

.contacto li{ padding-bottom: 10px;}
.contacto li img{ padding-right: 15px;}


.formPart1{
  padding-bottom: 50px;
}


.formulario{
  position: relative;
  left: 50%;
  transform: translateX(-50%);

  min-height: 400px;
  height: auto;
  padding: 40px;
  background: white;
  border-radius: 13px;
  border: solid 3px #767F8E;
  z-index: 100;
  margin-right: 30px;
}

.formulario ul{
  padding-top: 25px;
}

.formulario li{
  font-family: nunitoLight;
  font-size: 13px;
  margin-bottom: 20px;
}


.formulario h2{
  font-family: neoSansBold;
  font-size: 30px;
  color: #222C58;
  line-height: 0.9;
}

.formulario h3{
  font-family: neoSansLight;
  font-size: 20px;
  color: #222C58;
  line-height: 1;
}

.cajaTxt{
  position: relative;
  padding: 15px;
  width: 100%;
  height: auto;
  font-family: neoSansLight;
  color: #222C58;
  font-size: 17px;
  background: #f4f4f4;
  border-radius: 10px;
  border: none;
  outline:none;
}
.cajaTxt2{
  position: relative;
  padding: 15px;
  width: 100%;
  height: auto;
  font-family: neoSansLight;
  color: #222C58;
  font-size: 17px;
  background: #f4f4f4;
  border-radius: 10px;
  border: none;
  outline:none;
}


.btnEnviar{
  position: relative;
  width: 250px;
  padding: 10px;
  color: white;
  font-family: nunito;
  font-size: 20px;
  background: #0057B8;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
  border: none;
  transition: all .3s;
}


.btnEnviar:hover{
  background: #22405B;
  color: #F8D605;
}



.pie1{
  position: relative;
  /* width: 100vw; */
  min-height: 290px;
  height: auto;
  background: #3DAC4C;
}

.pie1 a{
  transition: all .3s;
}

.pie1 a:hover{
  color: #222C58;
}

.limitePie{
  position: relative;
  width: 100%;
  max-width: 1500px;
  height: auto;
  padding: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.pie1 h2{
  font-family: neoSansBold;
  font-size: calc(0.5rem + 1vmin + 1.5vmax);
  color: white;
  line-height: 0.9;
}

.pie1 h3{
  font-family: neoSans;
  font-size: 20px;
  color: white;
  line-height: 1;
}
.pie1 h4{
  font-family: neoSansLight;
  font-size: 20px;
  color: white;
  line-height: 1;
}

.redesPie li{
  float: left;
  padding-right: 15px;
}
.redesPie i{
  position: relative;
  top: -15px;
  padding-top: 10px;
}


.menuFooter a{
  color: #222C58;
  transition: all .3s;
}
.menuFooter a:hover{
  color: white;
  letter-spacing: 3px;
}


.pie2{
  position: relative;
  width: 100vw;
  min-height: 50px;
  height: auto;
  background: #171E39;
  padding: 20px;
  color: whitesmoke;
  font-family: neoSansLight;
  font-size: 14px;
}

.pie2 img{
  position: relative;
  top: -15px;
  padding-right: 20px;
}


.btnPrecios{
  position: fixed;
  right: -100px;
  top: 50%;
  width: 200px;
  height: 60px;
  background: #171E39;
  color: white;
  font-family: neoSansBold;
  font-size: 18px;
  text-align: left;
  padding-top: 15px;
  z-index: 15;
  padding-left: 30px;
  transition: all .3s;
  cursor: pointer;
}

.btnPrecios:hover{
  right: 0px;
  background: #3DAC4C;
}


.bloque{
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.contPrecios{
  position: absolute;
  width: 100%;
  max-width: 835px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
.contPrecios img{
  width: 100%;
  height: auto;
}

.cerrar{
  position: absolute;
  width: 50px;
  height: 50px;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: white;
  cursor: pointer;
  transition: all .3s;
}

.cerrar:hover{
  transform: rotate(180deg);
}


#mapa{
  position: relative;
  width: 100vw;
  height: 80vh;
  border-top: solid 3px #3DAC4C;
}





/* MEDIA QUERIES */

@media (max-width: 767px) {
  #alternativo{
    display: none;
  }
  .limite{
    margin-top: 50px;
    padding: 20px;
  }
  .detTecnico{
    padding: 0px;
  }
  .detTecnico img{ padding-right: 5px;}
  .caracteristicas{
    padding: 20px;
  }
  .Parrafo{
    line-height: 1.2;
    margin-bottom: 0px;
  }

  .boton{
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (orientation: portrait) and (max-width: 460px){
  .slider img{
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: auto;
    /* object-fit: cover; */
  }
}










  
  .btnConversemos{
    position: relative;
    width: 170px;
    height: auto;
    background: white;
    border-radius: 30px;
    padding: 10px;
    color: #2154A3;
    font-family: nunitoLight;
    font-size: 15px;
    text-align: center;
    top: -11px;
    transition: all .3s;
    cursor: pointer;
    border: solid 1px;
  }

  .btnConversemos img{
    position: relative;
    /* left: 79%; */
    scale: 0.7;
    transition: all 0.3s;
  }

  .btnConversemos:hover{
    background: #2154A3;
    border: solid 1px white;
    color: white;
    top: -11px;
  }

  .btnConversemos:hover img{
    scale: 1;
  }



  





  .btnConversemos3{
    position: relative;
    margin-top: 30px;
    width: 280px;
    height: auto;
    background: #2154A3;
    border-radius: 30px;
    padding: 10px;
    color: white;
    font-family: nunitoLight;
    font-size: 15px;
    text-align: center;
    top: -11px;
    transition: all .3s;
    cursor: pointer;
    border: solid 2px;
    z-index: 8;
  }

  .btnConversemos3 img{
    position: relative;
    /* left: 79%; */
    scale: 0.7;
    transition: all 0.3s;
  }

  .btnConversemos3:hover{
    background: white;
    border: solid 2px #2154A3;
    color: #2154A3;
    top: -11px;
  }

  .btnConversemos3:hover img{
    scale: 1;
  }

  #fondoMenu{
    width: 100vw;
    height: 75px;
  }


  .fondoBlanco{
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.7s;
  }

  .submenu{
    position: absolute;
    width: 150px;
    height: auto;
    /* padding: 15px; */
    /* margin-top: 20px; */
    background: #22405B;
    color: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 5;
    visibility: hidden;
  }
 
  .submenu li{
    font-family: nunitoLight;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    transition: all .3s;
    border-top: solid 1px #264764;
  }
  .submenu li:hover{
    background-color: white;
    color: coral;
  }



  .fraseMedia{
    position: absolute;
    width: 100vw;
    height: auto;
    padding-left: 90px;
    top: 50%;
    z-index: 6;
  }
 
  hr {
    /* margin: 30px 0; */
    height: 1px;
    border: none;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, white));
  }

h1{
    font-family: nunitoBold;
    font-size: calc(0.7rem + 1vmin + 2.5vmax);
    color: white;
    /* white-space: nowrap; */
    line-height: 1;
}
h2{
    font-family: nunitoLight;
    font-size: calc(0.4rem + 0.6vmin + 1.6vmax);
    color: white;
    line-height: 1;
    /* white-space: nowrap; */
}
h3{
    font-family: nunitoLight;
    font-size: 20px;
    color: white;
    line-height: 1;
    /* white-space: nowrap; */
}

p{
  font-family: neoSansLight;
  font-size: 17px;
  color: white;
  line-height: 2;
}

.titulos{
  font-family: nunitoBold;
  font-size: calc(0.4rem + 0.6vmin + 1.6vmax);
  color: #0C3892;
  font-weight: 600;
  line-height: 1;
}

.salto{
    height: 100px;
}

.saltoPeke{
  height: 50px;
}


.franjaTits{
  position: relative;
  height: auto;
  width: 100vw;
  padding: 15px;
  padding-left: 90px;
  border-bottom: solid 1px #E8E8E8;
  background: #FBFBFB;
}

.miniTits{
  font-family: nunitoLight;
  font-size: 15px;
  color: #202020;
}

.padIzq{
  padding-left: 90px;
}
.padDer{
  padding-right: 90px;
}
.mitDer{
  border-right: solid 1px #F4F4F4;
}

.mediaLinea{
  position: relative;
  margin-top: 20px;
  width: 40%;
  height: 3px;
  background: #0C3892;
}
.mediaLinea2{
  position: relative;
  margin-top: 20px;
  width: 40%;
  height: 3px;
  background: #0C3892;
}

.contLimit{
  width: 100%;
  height: auto;
  padding: 90px;
}

#iconos{
  padding-top: 200px;
  padding-bottom: 150px;
}
#iconos li{
  list-style: none;
  padding-bottom: 10px;
}

#iconos h2{
  font-family: nunito;
  font-size: 20px;
  color: #000;
}
#iconos p{
  font-family: nunitoLight;
  font-size: 17px;
  color: #0C3892;
}

#anim2{
  width: 100%;
  max-width: 700px;
}

#anim1, .mediaLinea, #anim2{
  visibility: hidden;
}

#iconos div{
  visibility: hidden;
}


/* SECCION 3 */

.seccion{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  z-index: 5;
}


.izqFondo{
  position: relative;
  background-image: url(../fondos/indexIzq.jpg);
  background-size: cover;
  background-position: center top;
  min-height: 100vh;
  height: auto;
  z-index: 1;
  order: 0;
}

.izqFondoServs{
  position: relative;
  min-height: 100vh;
  height: auto;
  z-index: 1;
}

.izqFondoServs img{
  width: 110%;
  height: 110%;
  object-fit: cover;
  object-position: 50%;
}

.der1{
  position: relative;
  background: #181818;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 2;
  order: 1;
}


.derFondo{
  position: relative;
  min-height: 100vh;
  height: auto;
  background-image: url(../fondos/indexDer.jpg);
  background-size: cover;
  z-index: 1;
  order: 1;
}

.izq1{
  position: relative;
  min-height: 100vh;
  height: auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 2;
  order: 0;
}


.der1Serv{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 2;
}

/* Colores para seccion servicios */

.azulAlim{ background: #2F338E; }
.amarAlim{ background: #FFD842; }
.oscuroCos{ background: #56454A; }
.narCos{ background: #F59146; }
.celesteFar{ background: #27BBC5; }
.fondBalnco{ background: white; }
.colorGris{ color: #333; }
.elecAmar{ background:  #F8D605;}
.grisTenue{ background: #F3F3F3; }



.izqFondoServs{
  position: relative;
  min-height: 100vh;
  height: auto;
  z-index: 1;
}

.izqFondoServs img{
  width: 110%;
  height: 110%;
  object-fit: cover;
  object-position: center 50%;
}

.derFondoServs{
  position: relative;
  min-height: 100vh;
  height: auto;
  z-index: 1;
}

.derFondoServs img{
  width: 110%;
  height: 110%;
  object-fit: cover;
  object-position: left top;
}




.contDescripciones{
  position: relative;
  padding-right: 90px;
  padding-left: 90px;
  height: auto;
  visibility: hidden;
}

.contDescripciones ul{
  width: 100%;
  max-width: 600px;
}

.contDescripciones ul, li{ list-style: none;} .contDescripciones li{ padding-bottom: 10px; }
/* .contDescripciones img{ margin-left: 50%; transform:translateX(-50%) } */
.contDescripciones h2{
  font-family: nunitoBold;
  font-size: calc(0.4rem + 0.6vmin + 1.6vmax);
  color: #fff;
}
.contDescripciones h3{
  font-family: nunitoLight;
  font-size: calc(0.15rem + 0.35vmin + 0.9vmax);
  color: #fff;
}
.contDescripciones p{
  font-family: nunitoLight;
  font-size: 17px;
  color: #fff;
}





.contDescripciones3{
  position: relative;
  padding-right: 90px;
  padding-left: 90px;
  height: auto;
  visibility: hidden;
}

.contDescripciones3 ul{
  width: 100%;
  max-width: 600px;
}

.contDescripciones3 ul, li{ list-style: none;} .contDescripciones3 li{ padding-bottom: 10px; }
/* .contDescripciones img{ margin-left: 50%; transform:translateX(-50%) } */
.contDescripciones3 h2{
  font-family: nunitoBold;
  font-size: calc(0.4rem + 0.6vmin + 1.6vmax);
  color: #333;
}
.contDescripciones3 h3{
  font-family: nunitoLight;
  font-size: calc(0.15rem + 0.35vmin + 0.9vmax);
  color: #181818;
}
.contDescripciones3 p{
  font-family: nunitoLight;
  font-size: 17px;
  color: #181818;
}



/* SECCION 4 */

.contDescripciones2{
  position: relative;
  padding-right: 90px;
  padding-left: 90px;
  /* width: 70%; */
  height: auto;
  visibility: hidden;  
}

.contDescripciones2 ul{
  width: 100%;
  max-width: 600px;
}

.contDescripciones2 ul, li{ list-style: none;} .contDescripciones li{ padding-bottom: 10px; }
/* .contDescripciones img{ margin-left: 50%; transform:translateX(-50%) } */
.contDescripciones2 h2{
  font-family: nunitoBold;
  font-size: calc(0.4rem + 0.6vmin + 1.6vmax);
  color: #0C3892;
}
.contDescripciones2 h3{
  font-family: nunitoLight;
  font-size: calc(0.15rem + 0.35vmin + 0.9vmax);
  color: #fff;
}
.contDescripciones2 p{
  font-family: nunitoLight;
  font-size: 17px;
  color: #181818;
}

.azul{
  color:#0C3892;
}

.contDescripciones2 hr {
  /* margin: 30px 0px; */
  height: 1px;
  border: none;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #0C3892));
}




/* SECCION 5 CERTIFICADOS */

.secCertificados{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  padding: 90px;
  padding-bottom: 150px;
  background: #181818;
}



.secCertificados img{
  max-width: 100%;
  width: 236px;
}

.titCerts{
  font-family: axeloan;
  font-size: calc(0.1rem + 1.5vmin + 4.5vmax);
  line-height: 1;
  color: white;
}
.subtitCerts{
  font-family: bebas;
  font-size: calc(0.5rem + 1vmin + 2.5vmax);
  line-height: 1;
  font-weight: 100;
  color: white;
}

.secCertificados p{
  font-family: nunitoLight;
  font-size: 17px;
  color: #fff;
}

#seccion5 img{ visibility: hidden; padding: 20px; }

#anim5 p{
  position: relative;
  width: 100%;
  max-width:700px;
  left: 50%;
  transform: translateX(-50%);
}


/* SECCION 6 Logo Fondo */

.seccion6{
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

#fondoPie{
  width: 150%;
  height: 150%;
  object-fit: cover;
  object-position: 50%;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

#fondoPie2{
  width: 150%;
  height: 150%;
  object-fit: cover;
  object-position: center;
  filter: blur(4px);
  /* -webkit-filter: blur(8px); */
}

.velo2{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(06, 31, 62, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px;
}
.velo2 img{
  width: 100%;
  max-width: 536px;
  min-width: 220px;
}

.infoAML{
  position: absolute;
  width: 50%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 350px;
  font-family: nunitoLight;
  font-size: calc(0.35rem + 0.5vmin + 0.6vmax);
  color: white;
  text-align: center;
}

.contSec6{
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}


/* SECCION 7 */

.seccion7{
  position: relative;
  width: 100vw;
  min-height: 60vh;
  height: auto;
  background: #F9FBFF;
  padding: 90px;

}

.seccion7 h2{
  /* font-family: nunitoLight; */
  font-family: nunitoBold;
  font-size: calc(0.7rem + 1vmin + 2.5vmax);
  /* font-size: calc(0.4rem + 0.6vmin + 1.6vmax); */
  color: #0C3892;
  line-height: 1;
}
.seccion7 h3{
  font-family: nunitoLight;
  font-size: calc(0.4rem + 0.6vmin + 1.2vmax);
  color: #0C3892;
  line-height: 1;
  text-decoration: underline dotted;
}

.seccion7 p{
  padding-top: 20px;
  width: 100%;
  max-width: 900px;
}

#superFlechas {
  position: relative;

  background-image: url(../imagenes/superFlechasas.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

#superFlechas2 {
  position: absolute;

  background-image: url(../imagenes/superFlechasas.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.fazul{
  position: relative;
  left: -90px;
  top: 0px;
  visibility: hidden;
}
.fgris{
  position: relative;
  left: -60px;
  top: -50px;
  visibility: hidden;
}


.franjita{
  height: 3px;
  background: #0C3892;
  margin-left: 15px;
}

.limiteRel{
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 320px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 100px;
  overflow: hidden;
}

.limiteRel2{
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 320px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 100px;
}

.cajita{
  background: white;
  /* border: solid 1px #F3F3F3; */
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: end;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}

.cajita h2{
  font-family: nunitoBold;
  font-size: 15px;
  color: #0C3892;
  padding-top: 15px;
}


.cajita img{
  width: 100%;
  max-width: 80px;
}

.cajita:hover{
  border-radius: 8px;
}



.cAlimentos{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../imagenes/alimentos.jpg);
  background-size: cover;
  opacity: 0.2;
}

#serv{
  transition: all 0.3s;
}
#detalle{
  position: relative;
  top: 100px;
  transition: all 0.5s;
  font-size: 13px;
  background: #228BE6;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cajita:hover #detalle{
  top: 40px;
}

.cajita:hover #serv{
  padding-bottom: 40px;
}



/* PIE DEL SITIO */

.pie{
  position: relative;
  width: 100vw;
  min-height: 30vh;
  height: auto;
  padding: 90px;
  background: #22405B;
}
.fin{
  width: 100vw;
  min-height: 50px;
  height: auto;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #1C344A;
}

.pie p{
  color: white;
  font-size: 13px;
  line-height: 1.5;
}

.txtPeke{
  color: white;
  font-size: 13px;
}

#lpd{
  text-align: right;
}

.cajaSuscrip{
  position: relative;
  left: 40%;
  width: 60%;
  padding: 10px;
  background: #F2F5FF;
  border-radius: 10px;
  min-height: 60px;
  height: auto;
  color: #2154A3;
  font-family: nunitoLight;
  font-size: 15px;
}
#suscripcion{
  position: absolute;
  left: 15px;
  width: 70%;
  height: 40px;
  background: #F2F5FF;
  border: none;
  outline:none;
  text-align: left;
}
#enviarSus{
  background: #F2F5FF;
  border: none;
  width: 30px;
  height: 30px;
  background-image: url(../imagenes/go.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s;
}
#enviarSus:hover{
  scale: 1.1;
}
#lpd img{
  width: 100%;
  max-width: 646px;
  height: auto;
}

.fin h2{
  font-family: bebas;
  font-size: 30px;
  color: white;
}

#redes li{
  float: left;
  color: white;
  padding-right: 15px;
  font-size: 30px;
}
#redes i{
  position: relative;
  top: -5px;
}

#registrada img{
  margin-top: -5px;
  padding-left: 10px;
  height: 30px;
  width: auto;
}



/* ELEMENTOS QUE SALEN EN TODAS LAS SECCIONES */

.btnContactar{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 60px;
  right: -75px;
  top: 75%;
  background: #0C3892;
  border: solid 1px #22405B;
  font-family: nunitoLight;
  font-size: 15px;
  color: white;
  transform: rotate(-90deg);
  z-index: 10;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all .3s;
  cursor: pointer;
  visibility: hidden;
}

.btnContactar:hover{
  background: white;
  color: #0C3892;
  border: solid 1px #E8E8E8;
  right: -60px;
}

#gira{
  margin-left: 15px;
}



.menuIzq{
  position: fixed;
  left: -245px;
  top: 0;
  width: 245px;
  height: 100vh;
  padding-top: 100px;
  color: #222;
  background: #fff;
  font-family: nunito;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 15;
}

.menuIzq1{
  position: relative;
  padding-left: 50px;
  font-size: 30px;
}

.menuIzqDiv{
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: solid 1px #E8E8E8;
}

#menuPart2{
  padding-top: 50px;
}

#menuPart2 li{
  padding-left: 10px;
  font-size: 20px;
  color: #666;
}

#menuPart3 li{
  float: left;
  padding-right: 10px;
}






/* PAGINA ALIMENTOS */
.contImagenesBanner{
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.contImagenesBanner img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}


#apoyoImg img{
  width: 100%;
  max-width: 480px;
}

.seccionCorta{
  position: relative;
  width: 100vw;
  min-height: 50vh;
  height: auto;
  overflow: hidden;
  z-index: 5;
}
.seccionCorta2{
  position: relative;
  width: 100vw;
  min-height: 50vh;
  height: auto;
  /* overflow: hidden; */
  z-index: 5;
}


.circuloGiratorio{
  position: absolute;
  width: 250px;
  height: 250px;
  right: 50px;
  top: 100px;
  border: dashed 2px rgba(04, 44, 113, 0.05);
  border-radius: 50%;
  z-index: -1;
}


/* PAGINA NOSOTROS */

.seccionNos{
  background: #F4F4F4;
  position: relative;
  width: 100vw;
  min-height: 50vh;
  height: auto;
  overflow: hidden;
  padding: 90px;
}

.fondoNos{
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  background-image: url(../imagenes/superFlechasas.png);
  background-repeat: no-repeat;
  background-size: contain;
}


.seccionNos h2{
  font-family: nunitoBold;
  font-size: calc(0.4rem + 0.6vmin + 1.6vmax);
  color: #222;
  line-height: 1;
  /* white-space: nowrap; */
  padding-bottom: 30px;
}

.seccionNos h3{
  font-family: nunitoLight;
  font-size: 25px;
  color: #666;
  line-height: 1;
  /* white-space: nowrap; */
}
.seccionNos h4{
  font-family: nunitoBold;
  font-size: 25px;
  color: #0C3892;
  line-height: 1;
  /* white-space: nowrap; */
}
.seccionNos p{
  font-family: nunitoLight;
  font-size: 20px;
  font-style: italic;
  color: #181818;
  line-height: 1;
  /* white-space: nowrap; */
}

.linea{
  width: 300px;
  height: 1px;
  background: #ccc;
}

.linea2{
  position: relative;
  width: 300px;
  height: 1px;
  background: #ccc;
  left:calc(100% - 300px);
}

.resena{
  min-height: 150px;
  width: 100%;
  max-width: 500px;
  height: auto;
}



/* PAGINA TECNOLOGIAS */

.accordion {
  background-color: #f4f4f4;
  color: #0C3892;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: 1px solid #ebebeb;
  outline: none;
  font-family: nunitoBold;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #0C3892;
  color: white;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  border: 1px solid #ebebeb;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}





/* PAGINA CONTACTO */

.secContacto{
  position: relative;
  width: 100vw;
  min-height: 60vh;
  height: auto;
  background: #F4F4F4;
}

.contacto1{
  order: 0;
}

.contacto2{
  order: 1;
}


#contacto h2{
  font-family: nunitoBold;
  font-size: calc(0.7rem + 1vmin + 2vmax);
  color: #000;
}

#contacto h3{
  font-family: nunitoLight;
  font-size: calc(0.3rem + 0.6vmin + 1.2vmax);
  color: #000;
  line-height: 1;
  font-weight: 600;
}

#contacto p{
  font-family: nunitoLight;
  font-size: calc(0.15rem + 0.45vmin + 0.9vmax);
  color: #666;
  line-height: 1;
}




.mapa{
  background-image: linear-gradient(to right top, #eeeeee, #f2f2f2, #f6f6f6, #fbfbfb, #ffffff);
}

#contacto hr {
  /* margin: 30px 0px; */
  height: 1px;
  border: none;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #0C3892));
}


.carlos{
  order:1;
}

.infoCarlos{
  order:0;
}




.sitio{
  position: absolute;
  width: 100vw;
  height: auto;
  overflow: hidden;
}




/* estilos para info de formulario */

.campoValido{
  background: rgba(78, 255, 158, 0.15);
}
.campoInvalido{
  background: rgba(250, 91, 63, 0.15);
}
.error{
  position: relative;
  color: crimson;
  text-align: center;
}


/*  DATOS SPINNER DE CARGA */

#enviando{
  position: fixed;
  width: 100vw;
  height: 100%;
  background: rgba(17, 17, 26, 0.7);
  left: 0px;
  top: 0px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-family: roboto;
  color: white;
  z-index: 30;
}

.informe p{
  color: white;
}

.spinner{
  display: flex;
  padding: 20px;
}

.sk-folding-cube {
margin: 20px auto;
width: 40px;
height: 40px;
position: relative;
-webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
        animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
          transform: perspective(140px) rotateX(-180deg);
  opacity: 0; 
} 25%, 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
  opacity: 1; 
} 90%, 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
          transform: perspective(140px) rotateY(180deg);
  opacity: 0; 
} 
}

@keyframes sk-foldCubeAngle {
0%, 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
          transform: perspective(140px) rotateX(-180deg);
  opacity: 0; 
} 25%, 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
  opacity: 1; 
} 90%, 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
          transform: perspective(140px) rotateY(180deg);
  opacity: 0; 
}
}






/* media queries para moviles */

@media (max-width: 1375px){
  .mitDer{
    border: none;
  }
}

@media (max-width: 991px){
  .izq1, .infoCarlos{
    order: 2;
  }
}

@media (max-width: 770px){
  #menu1{
    display: none;
  }
  .btnConversemos{
    display: none;
  }
  .logo img{
    position: relative;
    height: 60px;
    margin-top: 90%;
    left: -50px;
    /* transform: translateY(-50%); */
  }
  .isotipo{
    left: -20px;
  }
  .contacto1{
    display: none;
  }
}

@media (max-width: 680px) {
  .btnConversemos{
    display:none;
  }

  #menu2{
    font-size: 13px;
  }
  .fraseMedia h3{
    font-size: 13px;
  }
  .fraseMedia{
    padding-left: 20px;
  }

  .seccion7{
    padding: 30px;
  }

  .salto{
    height: 60px;
  }

  .contDescripciones, .contDescripciones2, .secCertificados, .seccionNos{
    padding: 30px;
  }

  .seccionNos ul{
    padding-top: 50px;
  }

  .padIzq{ padding-left: 30px; }

  #iconos p{
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
  }

  .pie{
    padding: 30px;
  }
  .fin{
    padding: 30px;
  }

  @media (max-width: 412px){
    .formulario{
      margin-top: -350px;
    }
  }

}



/* fuente adaptable para tamaños de 25px */
/* font-size: calc(0.4rem + 0.7vmin + 0.9vmax); */

/* fuente adaptable para tamaños de 50 a 70px */
/* font-size: calc(4rem + 6vmin + 9vmax); */