* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
   
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
        /* //// ESTILOS Y ANIMACIONES GENERALES */
body{
    width: 100%;
    height: 100vh;
    animation: animscroll 4.5s linear;
}

.menu-toggle, .menu-icon {
  display: none;
}

.scroller{
    height: auto;
    position: relative;
    background-color: #002256af;
    
/*     background-image: linear-gradient(120deg, hsla(216, 100%, 17%, 0.686) 0%, 
    hsla(80, 56%, 51%, 0.686) 100%); */
    overflow-x: hidden;
    z-index: -2;
}

.sector{
  width: 100%;
  height: 0.2vh;
  border: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0),
  rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  opacity: 1;
}


#video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 110%;
    height: 100vh;
    overflow: hidden;
    z-index: -3;
  }

  video {
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  } 



/* //// ESTILOS Y ANIMACIONES BARRA - MENU //////// */
.barra{
    background-color: #00193e;
    color: white;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    position: fixed;
    top: 0%; left: 0%;
    height: 5vh;
    animation: animbarra 4.5s linear;
    z-index: 5;
}


.menu{
    width: auto;
    margin-right: 2%;
    text-decoration: none;
    color: white;
    font-size: 2vh;
    font-weight: 300;
    transition: 0.2s;
    
}

.barra .home img{
    position: absolute;
    top:0%; left:4%;
    display: flex;
    width: 6%;
    
}

.menu:hover{
    color: #008AF1;
}

/* //// ESTILOS Y ANIMACIONES HOME-PANTALLA PRINCIPAL //////// */

#home{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    color: white;
  
}

.contenedor{
    padding-bottom: 10vh;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    width: 90%;
    height: 90vh;
    justify-content: left;
    align-items: center;
    color: #002357;
    position: relative;
}

.caratula{
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: 3%;
    width: 15%;
    height: 50%;
    border-radius: 15px;
    animation: animacion 2s ease-in;
}

.sep1{
    margin: 0 3%;
    width: 3px;
    height: 70%;
    border: none;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.95),rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0));
    animation: anim2 3s ease-in;
}


.slogan{
    width:90%;
    font-size: 8vh;
    font-weight: 400;
    color: white;
    margin-bottom: 0;
    animation: anim3 4s forwards;
}

.slogan2{

    position: absolute;
    top: 85vh;
    width:auto;
    font-size: 4vh;
    font-weight: 300;
    font-style: italic;
    color: white;
    text-align: center;
    opacity: 1;
    animation: animbarra 4s forwards 0.5s;
}


/* //// ESTILOS Y ANIMACIONES PRIMERA SECCION //////// */
#seccion1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    color: white;
    opacity: 1;
    
}

.contenedor2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
    margin-top: 2vh;
    /* background-image: linear-gradient(to bottom, hsla(216, 100%, 17%, 0.5),hsla(216, 100%, 17%, 0.8),
    hsla(216, 100%, 17%),hsla(216, 100%, 17%, 0.8),hsla(216, 100%, 17%, 0.5)); */
}


.que{
    position: relative;
    right: 20%;
    font-size: 10vh;
    color: #008AF1;
    opacity: 1;
    font-weight: 300;
}


.sep2{
    width: 75%;
    height: 0.2vh;
    border: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.3));
    margin: 3% 0;

}

.parrafo1{
  position: relative;
  right: -8%;
    font-size: 4vh;
    width: 75%;
    text-align: right;
    opacity: 1;
    font-weight: 300;

}

/* //// ESTILOS Y ANIMACIONES SEGUNDA SECCION //////// */

#seccion2{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  color: white;
  opacity: 1;
}

.cont2{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  border-radius: 20px;
  width: 90%;
  height: 70%;
  margin-bottom: 10vh;
}

.titulo{
  position: relative;
  top:8%;
  font-size: 10vh;
  height: 50%;
  color: #008AF1;
  opacity: 1;
  font-weight: 300;
  margin-left: 2%;
  margin-right: 50%;
}

.vert{
  
  width: 0.2%;
  height: 50%;
  border: none;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0),
  rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  opacity: 1;
}

.imagen1{
  width: 40%;
  position: absolute;
  top: 212.5vh; left: 52.5%;
  object-fit: contain;
  filter: contrast(100%);
  filter: grayscale(70%);
  filter: hue-rotate(10deg);
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
  /* box-shadow: 0px 0px 35px 4px #008AF1; */
}
.imagen2{
  width: 45%;
  position: absolute;
  left: 50%;
  object-fit: contain;
  filter: contrast(100%);
  filter: grayscale(70%);
  filter: hue-rotate(10deg);
  filter: blur(5px);
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0px 0px 35px 4px #008AF1; */
  z-index: -1;
}


.contenido{
  position: relative;
  /* transform: translateX(40%); */
  font-size: 4vh;
  width: 50%;
  text-align: left;
  opacity: 1;
  font-weight: 300;
  overflow-x: hidden;
  margin-top: 15vh;
  z-index: 4;

}

/* //// ESTILOS Y ANIMACIONES TERCER SECCION //////// */
#seccion3{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  color: white;

}

.titulo4{
  order:1;
  position: relative;
  top:8%;
  width: 40%;
  font-size: 10vh;
  height: 50%;
  color: #008AF1;
  opacity: 1;
  font-weight: 300;
  margin-left: 50%;
  margin-right: 2%;
  text-align: right;
}

.imagen3{
  width: 40%;
  position: absolute;
  top: 312.5vh; left: 7.5%;
  object-fit: contain;
  filter: contrast(100%);
  filter: grayscale(70%);
  filter: hue-rotate(10deg);
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
  /* box-shadow: 0px 0px 35px 4px #008AF1; */
}
.imagen4{
  width: 45%;
  position: absolute;
  left: 5%;
  object-fit: contain;
  filter: contrast(100%);
  filter: grayscale(70%);
  filter: hue-rotate(10deg);
  filter: blur(5px);
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0px 0px 35px 4px #008AF1; */
  z-index: -1;
}

/* //// ESTILOS Y ANIMACIONES CUARTA SECCION //////// */
#seccion4{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  color: white;

}

.titulo2{
  order:1;
  position: relative;
  top:8%;
  width: 20%;
  font-size: 10vh;
  height: 50%;
  color: #008AF1;
  opacity: 1;
  font-weight: 300;
  margin-left: 70%;
  margin-right: 2%;
  text-align: right;
}

.vert2{
  order: 2;
  width: 0.2%;
  height: 50%;
  border: none;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0),
  rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  opacity: 1;
}

.contenido2{
  position: relative;
  left: 47%;
  margin-top: 18vh;
  font-size: 4vh;
  width: 45%;
  text-align: right;
  opacity: 1;
  font-weight: 300;
  order: 3;
}

.imagen5{
  width: 40%;
  position: absolute;
  top: 412.5vh; left: 7.5%;
  object-fit: contain;
  filter: contrast(100%);
  filter: grayscale(70%);
  filter: hue-rotate(10deg);
  border-radius: 10px;
  overflow: hidden;
}

/* //// ESTILOS Y ANIMACIONES QUINTA SECCION //////// */
#seccion5{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  color: white;

}

.titulo3{

  position: relative;
  top:14%;
  width: 20%;
  font-size: 13vh;
  height: 50%;
  color: #008AF1;
  opacity: 1;
  font-weight: 300;
  margin-left: 2%;
  margin-right: 40%;
  text-align: left;
}

.imagen7{
  width: 40%;
  position: absolute;
  top: 512.5vh; left: 52.5%;
  object-fit: contain;
  filter: contrast(100%);
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
  /* box-shadow: 0px 0px 35px 4px #008AF1; */
}


.contenido3{
  position: relative;
  /* transform: translateX(40%); */
  font-size: 3.5vh;
  width: 50%;
  text-align: left;
  opacity: 1;
  font-weight: 300;
  overflow-x: hidden;
  margin-top: 12vh;
  z-index: 4;

}

/* //// ESTILOS Y ANIMACIONES SEXTA SECCION //////// */

#seccion6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    color: black;
}

.container{
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  flex-wrap:wrap;
  width: 100%;
  height: 80vh;
  opacity: 1;
  
}
.beneficio{
  position: absolute;
  top: 4vh;
  font-size: 8vh;
  color: #008AF1;
  opacity: 1;
  font-weight: 300;
}

.sepben{
  position: absolute;
  top: 10vh;
  width: 80%;
  height: 0.2vh;
  border: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3),
  rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.3));
  margin: 3% 0;

}

.card{
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:50%;
  height: 15vh;
  opacity: 1;
  transition: 0.5s;
  font-weight: 300;
}

#card1{
  position: absolute;
  top: 15vh;
}
#card2{
  position: absolute;
  top:30vh;
}
#card3{
  position: absolute;
  top:45vh;
}
#card4{
  position: absolute;
  top:60vh;
}


.face1{
  font: inherit;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: hwb(0 100% 0%);
  font-size: 3.5vh;
  font-weight: 300;
  z-index: 1;
  opacity: 1;
  transition: 0.5s;
  

}

h3{
  font-weight: 400;
}
/* .container .card:hover .face1{
  cursor: pointer;
  transform: translateX(-250%);
} */

.face2{
  display: flex;
  width:100%;
  position:absolute;
  height:15vh;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0;
  color: white;
  font-size: 2.5vh;
  font-weight: 300;
  text-align: center;
  transition: 0.5s;
}

.card:hover .face1{
  color: #008AF1;
  opacity: 0;
}
.card:hover .face2{
  opacity: 1;
}

/* .vert3{
  position: absolute;
  left: 15%;
  opacity: 1;
  width: 0.1%;
  height: 100%;
  border: none;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0),
  rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  transition: 0.5s;
} */

/* .container .card .face1:hover ~ .card .face2{
    transform: translateX(-50%);
    opacity: 1;
} */

/* .container .card .face1:hover ~ .card .vert3{
  left: 50%;
  opacity: 1;
} */

/* //// ESTILOS Y ANIMACIONES SEPTIMA SECCION //////// */
#seccion7{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    color: white;
    position: relative;
}

.contenedor4{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    width: 90%;
    height: 80vh;
    padding-top: 3vh;
}

.serv{
  width: 100%;
  position: relative;
  font-size: 7vh;
  color: #008AF1;
  opacity: 1;
  font-weight:300;
  transition: 1s;
}

.serv2{
  width: 100%;
  position: relative;
  font-size: 7vh;
  color: #008AF1;
  opacity: 1;
  font-weight:300;
  text-align: right;
  transition: 1s;
}

.general{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40vh;
  margin-top: 4vh;
  margin-bottom: 4vh;
  
}

.cuadro1, .cuadro2, .cuadro3, .cuadro4{
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: 1s;
}

.porque{
  position: absolute;
  top:37vh;
  width: 23%;
  text-align: center;
  height: auto;
  font-size: 4vh;
  font-weight: 400;
  transition: 0.5s;
}

.horiz{
  position: absolute;
  top: 42vh;
  width: 23%;
  height: 0.2vh;
  border: none;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0),
  rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  transition: 0.5s;
  margin-top: 1vh;
}


.porque2{
  position: absolute;
  top: 33vh;
  margin-top: 2vh;
  width: 23%;
  text-align: center;
  font-size: 2.3vh;
  font-weight: 300;
  opacity: 0;
  transition: 0.5s;
}

.general2{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 20vh;
  margin-top: 2vh;
  opacity: 1;
}

.general2 img{
  width: 10%;
}

.general2 img:nth-child(5){
  width: 15%;
}
.general2 img:nth-child(6){
  width: 15%;
}
.general2 img:nth-child(7){
  width: 15%;
}

.cuadros:hover{
  cursor: pointer;
}

.general .cuadro1:hover .porque{
  color: #008AF1;
  top: 26vh;
}

.general .cuadro1:hover .horiz{
  top: 55vh;
}

.general .cuadro1:hover .porque2{
  display: block;
  opacity: 1;
}

.general .cuadro2:hover .porque{
  color: #008AF1;
  top: 26vh;
}

.general .cuadro2:hover .horiz{
  top: 55vh;
}

.general .cuadro2:hover .porque2{
  display: block;
  opacity: 1;
}
.general .cuadro3:hover .porque{
  color: #008AF1;
  top: 26vh;
}

.general .cuadro3:hover .horiz{
  top: 55vh;
}

.general .cuadro3:hover .porque2{
  display: block;
  opacity: 1;
}
.general .cuadro4:hover .porque{
  color: #008AF1;
  top: 26vh;
}

.general .cuadro4:hover .horiz{
  top: 55vh;
}

.general .cuadro4:hover .porque2{
  display: block;
  opacity: 1;
}

/*  /////// CONTACTO ///////  */

#seccion8{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  color: white;
  position: relative;
}

.contenedor4{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  width: 90%;
  height: 80vh;
}

.contitulo{

  font-size: 8vh;
  color: #008AF1;
  opacity: 1;
  font-weight: 300;
}

.sepcon{

  width: 80%;
  height: 0.2vh;
  border: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3),
  rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.3));
  margin: 3% 0;

}

#form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 30vh;
  background-color: #002357c1;
  border-radius: 20px;
}

#form p{
  margin-bottom: 2vh;
  font-size: 3vh;
  font-weight: 300;
  color: #008AF1;
}

.field{

  width: 70%;

}

.field input{
  width: 100%;
  min-width: 15%;
  height: 3vh;
  margin-top: 3%;
}

.field input::placeholder {
  display: block;
  line-height: 1.5;
  font-size: 1.5vh;
}

input[type="submit"] {
  display: block;
  width: 30%;
  height: 3vh;
  font-size: 2.5vh;
  background-color: #008AF1;
  color: rgb(184, 184, 184);
  border: none;
  border-radius: 10px;
  margin-top: 5%;
}

input[type="submit"]:hover{
  cursor: pointer;
  color: white;
}
input[type="submit"]:active{
  box-shadow: inset 0px 0px 38px 0px rgba(0,0,0,0.5);
}

.contacto2{
  display: flex;
  justify-content: space-between;
  width: 80%;
  height: 40vh;
}

.info-mails{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40%;
  height: 30vh;
  background-color: #002357c1;
  border-radius: 20px;
}

.mails{
  display: flex;
  flex-direction: column;
  width: 50%;
}

.mails p{
  margin-top: 1vh;
  font-size: 2.5vh;
  font-weight: 200;
  text-align: center;
}

.iconos{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 10vh;
}

.iconos i{
  font-size: 3em;
  margin-left: 4%;
}

.final{
  width: 20%;
  object-fit: contain;
}

a{
  text-decoration: none;
  color: white;
}

/* //// ANIMACIONES JAVASCRIPT //////// */

@keyframes aparecer {
  0%{
      opacity: 0;
  }
  100%{
      opacity: 1;
  }
}
@keyframes aparecer2 {
  0%{
      opacity: 0;
  }
  100%{
      opacity: 0.3;
  }
}

@keyframes desaparecer {
  0%{
      opacity: 1;
  }
  100%{
      opacity: 0;
  }
}
@keyframes desaparecer2 {
  0%{
      opacity: 0.3;
  }
  100%{
      opacity: 0;
  }
}

@keyframes vert {
  0%,50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes entrar {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 37vh;
    opacity: 1;
  }
}

@keyframes izquierda {
  0%{
    opacity:0;
    transform: translateX(-50%);
  }
  100%{
    opacity: 1;
    transform: translateX(0%);

  }
  
}

@keyframes derecha {
  0%{
    opacity:0;
    transform: translateX(100%);
    overflow-x: hidden;
    
  }
  100%{
    opacity: 1;
    transform: translateX(0%);
    overflow-x: hidden;

  }
  
}

@keyframes derecha2 {
  0%{
    opacity:0;
    transform: translateX(100%);
    overflow-x: hidden;
    
  }
  100%{
    opacity: 1;
    transform: translateX(0);
    overflow-x: hidden;

  }
  
}

@keyframes entrada {
  0%{
  opacity: 0;
  }
  80%{
  opacity: 1;
  }
  100%{
  opacity: 1;
  }
}

@media screen and (max-width: 830px){


  #seccion1 *{
    animation: none;
    transition: none;
    opacity: 1;
  }
  #seccion2 *{
    animation: none;
    transition: none;
    opacity: 1;
  }
  #seccion3 *{
    animation: none;
    transition: none;
    opacity: 1;
  }
  #seccion4 *{
    animation: none;
    transition: none;
    opacity: 1;
  }
  #seccion5 *{
    animation: none;
    transition: none;
    opacity: 1;
  }
  #seccion6 *{
    animation: none;
    transition: none;
    opacity: 1;
  }
  #seccion7 *{
    animation: none;
    transition: none;
    opacity: 1;
  }

  body{
    animation: none;
    transition: none;
    opacity: 1;
  }
  

  .barra{
    animation: none;
    transition: none;
    opacity: 1;
  }

  .caratula{
    animation: none;
    transition: none;
    opacity: 1;
  }
  
  .sep1{
    animation: none;
    transition: none;
    opacity: 1;
  }

  .slogan{
    animation: none;
    transition: none;
    opacity: 1;
  }

  .slogan2{
    animation: none;
    transition: none;
    opacity: 1;
  }

  .imagen1, .imagen3, .imagen5, .imagen7{
    width: 400%;
    height: 100vh;
    
  }
  
  .imagen2, .imagen4{
    display: none;
  }

  
  .menu-toggle {
    display: none;
  }
  
  .menu-icon {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 999;
  }
  
  .menu-icon span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    background-color: white;
  }
  
  .barra {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    background-color: #002357;
    border-right: 1px white solid;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 100px;
  }
  
  .barra a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
  }

  .barra a:hover {
    color: #008AF1;
  }

  .barra .home{
    display: none;
  }
  
  .menu-toggle:checked ~ .barra {
    transform: translateX(0);
  }
  
  .caratula{
    top:-10%;
    animation: none;
    width: auto;
    height: auto;
  }

  .caratula img{
    width: 60%;
  }

  .sep1{
    position: absolute;
    top:57%;
    left:15%;
    width: 70%;
    height: 2px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.95),rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0));
  }

  .slogan{
    position: absolute;
    top:60%;
    left: 5%;
    font-size: 4vh;
    text-align: center;
  }

  .slogan2{
    font-size: 2vh;
    width: 60%;
  }

  .que{
    position: static;
    font-size: 5vh;
  }

  .parrafo1{
    font-size: 2.5vh;
    position: static;
    text-align: center;
  }

  .titulo, .titulo4, .titulo2, .titulo3 {
    order:1;
    width: 70%;
    font-size: 5vh;
    top:3.5%;
    left: 0%;
    margin-left: 2%;
    margin-right: 0%;
    text-align: left;
  }

  .vert, .vert2{
    order:2;
    position: relative;
    top:5%;
    left:5%;
    width: 0.6%;
    height: 12vh;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.95),rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0));
 
  }

  .contenido, .contenido2, .contenido3{
    order:3;
    font-size: 3vh;
    width: 90%;
    left: 5%;
    text-align: center;
    margin-top: 0vh;
  }

  .titulo3{
    font-size: 10vh;
  }

  .contenido3{
    margin-top: -10vh;
  }

  .imagen1{

    left: -150%;
    top: 200vh;
    z-index: -1;
    filter: opacity(20%);

  }

  .imagen3{

    left: -150%;
    top: 300vh;
    z-index: -1;
    filter: opacity(20%);

  }

  .imagen5{

    left: -150%;
    top: 400vh;
    z-index: -1;
    filter: opacity(20%);

  }

  .imagen7{

    left: -150%;
    top: 500vh;
    z-index: -1;
    filter: opacity(20%);

  }

  .beneficio{
    font-size: 3.5vh;
    top: 0;
  }

  .sepben{
    top:3.5vh;
  }

  .card{
    width: 90%;
    height: 20vh;
    opacity: 1;
    text-align: center;
    justify-content: flex-start;
    transition: none;
    transition-delay: 0s;
  }
  .face1{
    opacity: 1;
    margin-top: 1vh;
    font-size: 2vh;
    transition: none;
    transition-delay: 0s;

  }
  .face2{
    font-size: 2vh;
    margin-top: 5vh;
    opacity: 1;
    height: auto;
    border-bottom: 1px rgba(255, 255, 255, 0.568) solid;
    transition: none;
    transition-delay: 0s;

  }

  #card1{
    position: absolute;
    top: 8vh;
  }
  #card2{
    position: absolute;
    top:28vh;
  }
  #card3{
    position: absolute;
    top:48vh;
  }
  #card4{
    position: absolute;
    top:68vh;
  }

  #seccion7{
    align-items: flex-start;
  }

  .contenedor4{
    margin-top: 3vh;
  }

  .general{
    flex-wrap: wrap;
    height: 50vh;
  }

  .general2{
    opacity: 1;
  }

  .cuadro1, .cuadro2, .cuadro3, .cuadro4{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    transition: 0;
  }
  .serv, .serv2{
    font-size: 4vh;
  }

  .porque{
    position: relative;
    top: 0vh;
    font-size: 2vh;
    width: auto;
  }

  .cuadro3, .cuadro4{
    margin-top: 4vh;
  }

  .horiz{
    display: none;
  }

  .porque2{
    position: relative;
    top: 0;
    width: 100%;
    font-size: 1.5vh;
    opacity: 1;
  }
  
  .general .cuadro1:hover .porque{
    color: inherit;
    top: inherit;
  }
  
  .general .cuadro1:hover .horiz{
    top: inherit;
  }
  
  .general .cuadro1:hover .porque2{
    display: block;
    opacity: 1;
  }
  
  .general .cuadro2:hover .porque{
    color: inherit;
    top: inherit;
  }
  
  .general .cuadro2:hover .horiz{
    top: inherit;
  }
  
  .general .cuadro2:hover .porque2{
    display: block;
    opacity: 1;
  }
  .general .cuadro3:hover .porque{
    color: inherit;
    top: inherit;
  }
  
  .general .cuadro3:hover .horiz{
    top: inherit;
  }
  
  .general .cuadro3:hover .porque2{
    display: block;
    opacity: 1;
  }
  .general .cuadro4:hover .porque{
    color: inherit;
    top: inherit;
  }
  
  .general .cuadro4:hover .horiz{
    top: inherit;
  }
  
  .general .cuadro4:hover .porque2{
    display: block;
    opacity: 1;
  }

  .general2 {
    flex-wrap: wrap;
}

  .general2 img {
    width: 30%;
  }

  .general2 img:nth-child(5){
    width: 35%;
  }
  .general2 img:nth-child(6){
    width: 35%;
  }
  .general2 img:nth-child(7){
    width: 35%;
  }

  .contitulo{
    font-size: 5vh;
    margin-top: -3vh;
  }

  .contacto2{
    flex-direction: column;
    height: auto;
  }

  .info-mails{
    margin-top: 5vh;
    width: 100%;
  }

  .mails{
    width: 90%;
  }

  #form{
    width: 100%;
    margin-top: 5vh;
  }

  .sepcon{
    display: none;
  }

  .final{
    width: 50%;
  }



}