@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&family=Prosto+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&family=Michroma&family=Prosto+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akronim&family=Alegreya+SC:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&family=Lugrasimo&family=Michroma&family=Prosto+One&display=swap');

*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body{
    opacity: 1;
    animation: entrada .4s ease-in forwards;
    background: linear-gradient(90deg,#250055,#5200a3,#6600ff,#3e00b3,#070055);
}


.puerta-contenedor {
      position: fixed;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      z-index: 2;
      overflow: hidden;
      display: flex;
    }


    .puerta {
      width: 50%;
      height: 100%;
      background-image: linear-gradient(rgba(0, 0, 0, 0.623), rgba(255, 255, 255, 0), rgb(0, 0, 0)), url(imagenes/inicioL.webp);
      background-size: cover;
      transition: transform 3s ease;
    }

    .puerta.right {
      background-image:linear-gradient(rgba(0, 0, 0, 0.623), rgba(255, 255, 255, 0), rgb(0, 0, 0)), url(imagenes/inicioR.webp);
      background-size: cover;
    }

    .puerta-contenedor.abierto .left {
      transform: translateX(-100%);
    }

    .puerta-contenedor.abierto .right {
      transform: translateX(100%);
    }

    .puerta-contenedor.abierto ~ .contenido {
      opacity: 1;
    }




.nav{
    display: flex;
    align-items: center;
    justify-content: right;
    background-color: rgb(2, 8, 94);
    height: 48px;
    z-index: 2;
    animation: entrada 7s ease-in forwards;
}

.nav a{
    text-decoration: none;
    color: #fff;
    z-index: 3;
    cursor: pointer;
    background:linear-gradient(45deg,rgb(49, 85, 245), rgba(1, 1, 119, 0.671), rgba(1, 1, 119, 0));
    border-radius: 20px 0px 0px 0px;
    width: 320px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 15px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.fa-location-dot{
    margin-right: 10px;
    color: rgb(247, 231, 14);
}

.fa-phone{
    color: rgb(236, 241, 241);
    margin-right: 10px;
}

.fa-envelope{
    margin-right: 10px;
    color: #ffffff;
}

.fa-clock{
    margin-right: 10px;
    color: #ffffff;
}

li{
    list-style: none;
    font-size: 1.1rem;
    color: #ffffff;
}

.correo:hover{
    color: rgb(255, 196, 0);
}

.telefono:hover{
    color: rgb(255, 196, 0);
}

.direccion:hover{
   color: rgb(255, 196, 0);
}

.reloj:hover{
  color: rgb(255, 196, 0);
}





.bi-search{
  color: white;
  font-size: 1.5rem;
  transition: transform .4s ease;
}

.bi-search:hover{
  transform: scale(1.1);
  cursor: pointer;
  transform: scale(1.3) rotate(-45deg);
}





.inicio{
  transition: top 1s ease;
  position: fixed;
  z-index: 1;
  width: 100%;
}

.navbar{
  position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(34, 12, 94);
    z-index: 1;
    opacity: 0;
    animation: entrada 3s ease-in forwards;
    border-top: 1px solid rgba(167, 167, 167, 0.192);
}

.navbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px; 
  width: 100%;
  background: linear-gradient(to right, #00d5ff,rgb(23, 23, 241), #c4021b, #e23307);
  margin-top: 20px;
}

.primero{
  width: 75%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.primero img{
  width: 16rem;
  margin-top: -20px;
}


.segundo{
  width: 20rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}



.logo{
    width: 330px;
    margin-bottom: 35px;
    transition: transform 0.3s ease;
    z-index: 2;
    margin-left: 20px;
}

.logo h1{
  color: #ffffff;
  font-family: "Michroma";
  font-size: 2.5rem;
  font-weight: 900;
  text-shadow: 2px 2px 2px #c4021b;
}

.logo h2{
  color: #c4021b;
  font-family: "Prosto One";
  text-transform: uppercase;
  text-shadow: 0px 0px 10px #f72b2b; 
}


.logos{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logos i{
  color: rgb(255, 196, 0);
  font-size: 1.5rem;
  transition: .3s ease;
}

.logos i:hover{
  color: #fff;

}




.menu{
    display: flex;
    width: 40rem;
    align-items: center;
    justify-content: space-between;
}

.menu-list{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.menu-list a{
  text-transform: uppercase;
    font-size: 1.3rem;
    font-family: "Alegreya SC";
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: 0.5s;
}

.menu a:hover{
  text-decoration: 3px underline rgb(255, 196, 0);
}


.menu-list:hover a:not(:hover){
    opacity: .5;
}





.cabeza{
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.733), rgba(255, 0, 0, 0)), url(imagenes/abatible.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: left;
    animation: entrada 2s ease-in forwards;
    gap: 10px;
}



.titulo{
    width: 70%;
    height: 80vh;
    margin-top: 150px;
    color: #00d5ff;
    opacity: 0;
    animation: entrada 4s ease-in forwards;
    padding: 50px;
}

.titulo p{
    font-family: "Michroma";
    margin-top: 50px;
    color: #fff;
}

.titulo h1{
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: "Michroma";
}

.titulo h2{
    font-size: 1.5rem;
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: #fff;
}

.botones{
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 100px;
}

.titulo button{
  width: 220px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #f72828, #ff534d);
  /* border: none; */
  border-radius: 25px 0px 25px 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.titulo button::before{
    content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-30deg);
  transition: left 0.5s ease;
}

.titulo button:hover::before {
  left: 130%;
}


.titulo button:hover {
  transform: scale(1.05);
}



@keyframes entrada{
    to{
        opacity: 1;
    }
}


.virtud{
    width: 100%;
    height: 35vh;
    display: flex;
    align-items:center;
    justify-content: center;
    gap: 10px;
}

.virtud div{
    width: 400px;
    height: 250px;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-bottom: 10px solid rgb(255, 196, 0);
    box-shadow: 0px 5px 20px rgb(0, 0, 0);
}


.candado{
  border-radius: 50px 0px 0px 50px;
}



.rayo{
  border-radius: 0px 50px 50px 0px;
}

.virtud img{
    width: 100px;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.engrane img{
  transition: transform 2s ease-in-out;
}

.engrane img:hover{
  transform: rotate(360deg);
  filter: brightness(0) saturate(100%) invert(55%) sepia(75%) saturate(2100%) hue-rotate(90deg);
}

.candado img{
  transition: transform .1s ease;
}

.candado img:hover{
  transform: scale(1.2);
  filter: brightness(0) saturate(100%) invert(55%) sepia(75%) saturate(2100%) hue-rotate(90deg);
}

.rayo img{
  transition: transform .2s ease-in-out;
}

.rayo img:hover{
  transform: scaleY(1.3);
  filter: brightness(0) saturate(100%) invert(55%) sepia(75%) saturate(2100%) hue-rotate(90deg);
}

.virtud h1{
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 100;
    color: #1396ca;
}

.candado, .rayo, .engrane{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease-out;
}

.candado.visible, .rayo.visible, .engrane.visible{
    opacity: 1;
    transform: translateY(0);
}

.galeria{
  display: flex;
  width: 1400px;
  height: 500px;
  margin-left: 60px;
  margin-top: 80px;
  box-shadow: 0px 0px 50px black;
}

.galeria img{
  width: 0px;
  flex-grow: 2;
  object-fit: cover;
  opacity: .9;
  transition: 1s ease;
  border-radius: 10px;
}

.galeria img:hover{
  cursor: crosshair;
  width: 600px;
  opacity: 1;
  filter: contrast(120%);
}

.mapa{
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

iframe{
  width: 90%;
  height: 60vh;
  border-radius: 40px;
  box-shadow: 0px 10px 50px;
}


.medio{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-out;
}

.iz{
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s ease-out;
}

.der{
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-out;
}

.medio.visible{
  opacity: 1;
  transform: translateY(0);
}

.iz.visible, .der.visible{
  opacity: 1;
  transform: translateX(0);
}


#estadisticas{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
  overflow: hidden;
}

.numero{
  color: rgb(255, 196, 0);
}

.contador{
  width: 480px;
  height: 100%;
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  font-family: "Michroma";
  padding: 30px;
  background: linear-gradient( #00000013, rgba(0, 0, 0, 0.747));
  border-radius: 50px 50px 0px 0px;
  text-align: center;
}

.contador img{
  width: 25rem;
  height: 15rem;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 0px;
  transition: transform 0.4s ease;
}

.contador img:hover{
  transform: scale(1.1);
}

.contador p{
  font-size: 1.2rem;
  color: #fff;
  font-family:monospace;
  font-weight: 100;
}

.separador{
  height: 600px;
  border: 1px solid #1396ca;
  margin-top: 50px;
}




.marcas {
  overflow: hidden;
  width: 100%;
  height: 11vh;
  display: flex;
  align-items: center;
}

.carrusel {
  display: flex;
  width: 200%; 
  animation: mover 20s linear infinite;
}

.track {
  display: flex;
  width: 50%;
  justify-content: space-around;
}

.carrusel img {
  height: 70px;
  object-fit: cover;
  margin: 0 30px;
  background-color: #fff;
}


@keyframes mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.corrediza{
  width: 100%;
  height: 90vh;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-top: 10px double rgb(255, 196, 0);
  border-bottom: 10px double rgb(255, 196, 0);
}

.corrediza video{
  border-radius: 80px / 400px;
  box-shadow: 10px 10px 20px;
}

.corrediza2{
  width: 40%;
  height: 55vh;
  text-align: center;
}

.corrediza2 span{
  color: rgb(255, 196, 0);
  font-size: 2rem;
  font-family: "Michroma";
}

.corrediza2 h1{
  color: #fff;
  font-size: 3.5rem;
  font-family: "Michroma";
  text-shadow: 0px 10px 20px black;
}

.corrediza2 p{
  color: #fff;
  padding: 30px;
  font-size: 20px;
  font-weight: 100;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.raya{
  width: 100%;
  height: 2px;
  background-color: rgb(255, 196, 0);
  margin-top: 20px;
}

  .comunicacion{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 3s ease-out;
  }

  .comunicacion.visible{
    opacity: 1;
    transform: translateY(0);
  }

  .preguntas{
    width: 60%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .preguntas h1{
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-family: "Michroma";
    text-shadow: 0px 5px 10px black;
    margin-top: -50px;
  }

  .preguntas details {
  margin-bottom: 5px;
  padding: 15px;
  cursor: pointer;
  border-bottom: 2px solid #1396ca;
  transition: 2s ease-in-out;
  overflow: hidden;
  transition: border-color 0.5s ease-in-out;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.preguntas details[open]{
  border-color: rgb(255, 196, 0);
}

.preguntas summary {
  font-weight: bold;
  font-size: 1.1rem;
  color: #fff;
}




.preguntas p {
  margin-top: 10px;
  color: #ffffff;
}

  .preguntas.visible{
    opacity: 1;
    transform: translateY(0);
  }


  .contacto{
    width: 500px;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    opacity: 0;
    transform: translateY(100px);
    transition: all 3s ease-out;
    border-radius: 0px 0px 80px 0px;
    box-shadow: 15px 10px 50px rgb(0, 0, 0);
  }

  .contacto.visible{
    opacity: 1;
    transform: translateY(0);
  }

  .contacto h1{
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    font-family: "Michroma";
  }

  .contacto h2{
    color: #ffffff;
    font-size: 1.5rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }

  .contacto h3{
    color: #ffd000;
    font-size: 1.5rem;
  }

  .contacto span{
    color: #d6d6d6;
    text-align: center;
  }


h2 {
    margin-bottom: 20px;
    font-size: 1.2rem;
}


  footer{
    width: 100%;
    height: 60vh;
    background-color: rgba(0, 0, 0, 0.329);
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: "Prosto One";
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .lista{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .lista a{
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 15px;
    transition: 1s ease-in-out;
  }

  .lista a:hover{
    color: #ffd000;
    text-decoration:underline;
  }


  .centro{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .centro p{
    color: #d8d8d8;
    margin: 10px;
  }

  .mail:hover{
    color: #fff;
    cursor: pointer;
  }

  .age:hover{
    color: #fff;
    cursor: pointer;
  }


  .centro img{
    width: 150px;
    margin-bottom: 20px;
  }

  .centro a{
    text-decoration: none;
  }

  .centro span{
    color: #ffd000;
    font-family: "Akronim";
    font-size: 1.5rem;
  }

  .centro span:hover{
    color: #f01616;
    cursor: pointer;
  }

  .redess{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .redess a{
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 15px;
    transition: 1s ease-in-out;
  }

  .redess a:hover{
    color: #ffd000;
    text-decoration:underline;
  }





.abrir-menu{
  display: none;
}

.cerrar-menu{
  display: none;
}

.redes-menu{
  display: none;
}


@media  (min-width: 0px) and (max-width: 500px){

  body{
    width: 100%;
    background: linear-gradient(#250055,#5200a3,#6600ff,#3e00b3,#070055);
  }
  .puerta-contenedor{
    width: 100%;
    height: 100%;
  }

  .puerta.left{
    background-position: right;
  }

  .puerta.right{
    background-position: left;
  }

  .nav a{
    display: none;
  }

  .inicio{
    width: 100%;
  }

  .navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .primero{
    width: 100%;
    display: flex;
    justify-content: space-between;
    img{
      width: 60%;
    }
  }

  

  .segundo{
    display: none;
  }

  .abrir-menu, .cerrar-menu, .redes-menu{
    display: block;
    border: 0;
    font-size: 3.5rem;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
  }

  .redes-menu i{
    font-size: 3rem;
    color: #ffd000;
  }

  .cerrar-menu{
    font-size: 2rem;
    
  }


  .menu{
    opacity: 0;
    visibility: hidden;

    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 100vmax rgba(2, 8, 94, 0.685);
    padding: 2rem;
  }

  .menu.visible{
    opacity: 1;
    visibility: visible;
  }

  .menu-list{
    width: 100%;
    margin-top: 50px;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background: linear-gradient(#250055,#5200a3,#6600ff,#3e00b3,#070055);

div{
      display: flex;
      width: 100%;
      justify-content: space-evenly;
    }
  }



  .menu-list li a{
    color: #fff;
    font-size: 2rem;
  }


  .logos{
    display: none;    
  }


  .cabeza{
    width: 100%;
    height: 800px;
    mask-image: linear-gradient( black 95%, transparent);
  }

  .titulo{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 0;
    padding: 0;
    gap: 10px;

    h1{
      font-size: 2rem;
      font-weight: 900;
    }

    h2{
      font-size: 1rem;
      font-weight: 500;
      width: 80%;
    }

    p{
      margin-top: 0;
      font-size: 1rem;
    }
  }

  .botones{
    width: 100%;
    margin-left: 0;
    justify-content: space-evenly;

    button{
      width: 150px;
      border-radius: 30px;
      border: none;
    }
  }



  #estadisticas{
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 3rem;
    div{
      width: 90%;
      height: 100%;
      border-radius: 30px;
      font-size: 2rem;
      }
      img{
        width: 100%;
      }
    }
  

  .separador{
    display: none;
  }

.virtud{
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 20px;
  div{
    width: 80%;
    border-radius: 50px;
    box-shadow: 0px 10px 30px;
    h1{
      font-weight: 900;
    }
  }
}




  .corrediza{
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
    gap: 10rem;
    margin-bottom: 5rem;
    video{
      width: 90%;
      box-shadow: 0px 10px 40px;
      margin-bottom: 3rem;
    }
  }

  .corrediza2{
    width: 100%;
    h1{
      font-size: 3rem;
    }
    p{
      font-weight: 300;
    }
  }


  .comunicacion{
    width: 100%;
    height: 100%;
    gap: 3rem;
    flex-direction: column;
  }

  .preguntas{
    width: 90%;
    height: 100%;
  }

  .contacto{
    width: 90%;
    text-align: center;
  }

  .marcas{
    display: none;
  }




  .mapa{
    width: 100%;
    margin-top: 0px;
  }

  iframe{
    width: 90%;
  }

  .footer{
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .lista{
    width: 100%;
    margin-top: 10px;
  }

  .centro{
    width: 100%;
    order: 3;
  }


  .redess{
    width: 100%;
    margin-top: 10px;
  }
}



/* para tablets */

@media (min-width: 501px) and (max-width: 1200px) {
  body{
    width: 100%;
    background: linear-gradient(#250055,#5200a3,#6600ff,#3e00b3,#070055);
  }

  .puerta-contenedor{
    width: 100%;
    height: 100%;
  }

  .puerta.left{
    background-position: right;
  }

  .puerta.right{
    background-position: left;
  }

  .nav a{
    display: none;
  }

  .inicio{
    position: absolute;
    width: 100%;
  }

  .navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
  }

  .primero{
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-evenly;

    img{
      width: 20rem;
    }
  }

  .segundo{
    display: none;
  }

  .abrir-menu, .cerrar-menu, .redes-menu{
    display: block;
    border: 0;
    font-size: 3.5rem;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
  }

  .redes-menu i{
    font-size: 3rem;
    color: #ffd000;
  }

  .cerrar-menu{
    font-size: 2rem;
  }


  .menu{
    opacity: 0;
    visibility: hidden;

    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 100vmax rgba(2, 8, 94, 0.685);
    padding: 2rem;
  }

  .menu.visible{
    opacity: 1;
    visibility: visible;
  }

  .menu-list{
    width: 100%;
    margin-top: 50px;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background: linear-gradient(#250055,#5200a3,#6600ff,#3e00b3,#070055);

    div{
      display: flex;
      width: 50%;
      justify-content: space-evenly;
    }
  }


  .menu-list li a{
    color: #fff;
    font-size: 2rem;
  }

  .logos{
    display: none;    
  }

  .cabeza{
    width: 100%;
    height: 100%;
  }

  .titulo{
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;

    h2{
      font-weight: 600;
    }

    p{
      font-weight: 900;
    }
  }

  .botones{
    width: 100%;
    margin: 0;
    justify-content: space-evenly;
  }

  #estadisticas{
    width: 100%;
    flex-direction: column;
    height: 100%;
    gap: 1rem;
    padding: 2rem;

    div{
      height: 100%;
      border-radius: 30px;
    }
  }

  .separador{
    display: none;
  }

  .virtud{
    width: 100%;
    padding: 1rem;

    h1{
      font-weight: 900;
    }
  }

  .corrediza{
    width: 100%;
    height: 80%;
    flex-direction: column-reverse;
    padding: 5rem;
    video{
      width: 80%;
      box-shadow: 0px 10px 40px;
    }
  }

  .corrediza2{
    width: 80%;
  }

  .comunicacion{
    width: 100%;
    height: 100%;
    flex-direction: column;
  }

  .preguntas{
    width: 90%;
  }

  .contacto{
    width: 80%;
  }

  .marcas{
    display: none;
  }

  .footer{
    flex-direction: column;
    align-items: center;
    min-height: auto;
    width: 100%;
    height: 100%;
  }

  .lista{
    width: 100%;
    margin-top: 10px;
  }

  .centro{
    order: 3;
  }


  .redess{
    width: 100%;
    margin-top: 10px;
  }
}