* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    height: 100%;
    width: 100%;
    background-color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .fondos {
    background-image: url(/img/-fondo.webp);
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 10vh;
  }
  
  .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    flex-wrap: wrap;
  }
  
  .logo {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 20px;
  }
  
  .nav {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  
  .nav a {
    color: rgba(0, 0, 0, 0.913);
    font-size: 15px;
    text-decoration: none;
  }
  
  .header2 {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 50px 20px;
  }
  
  .contenedor1 {
    max-width: 800px;
    padding: 30px;
    border-radius: 20px;
    color: white;
  }
  
  .contenedor1 h2 {
    font-size: 35px;
  }
  
  .parrafo {
    font-size: 50px;
    color: rgb(166, 74, 74);
    margin: 10px 0;
  }
  
  .parrafo1 {
    margin: 20px 0;
    font-size: 18px;
  }
  
  .formulario {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }
  
  input {
    display: flex;
    padding: 10px;
    width: 50%;
    border: none;
    border-radius: 15px;
  }
  
  button {
    padding: 10px;
    width: 20%;
    border: none;
    border-radius: 15px;
    background-color: #ff4747;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  button:hover {
    background-color: #cc3a3a;
  }
  
 
  @media (max-width: 768px) {
    .contenedor {
      flex-direction: column;
      align-items: flex-start;
      padding: 20px;
    }
  
    .nav {
      justify-content: center;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      margin-top: 10px;
    }
  
    .contenedor1 h2 {
      font-size: 28px;
    }
  
    .parrafo {
      font-size: 32px;
    }
  
    .parrafo1 {
      font-size: 16px;
    }
  
    .formulario {
      flex-direction: column;
    }
  }
  .menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
  }
  
  
  @media (max-width: 768px) {
    .menu-toggle {
      display: block;
    }
  
    .nav {
      display: none; 
    }
  
    .nav.active {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 10px;
    }
  }
  
  
  

  .advantages {
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: rgba(241, 241, 241, 0.066);
    padding: 40px 20px;
  }
  
  .contenedor2 {
    max-width: 1200px;
    width: 100%;
  }
  
  h3 {
    font-size: 30px;
    padding: 20px 0;
    color: black;
  }
  
  .parrafo2 {
    margin: 0 20px 40px 20px;
    font-size: 18px;
    color: #333;
  }
  
  .advantages1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .advantages2,
  .advantages3,
  .advantages4 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 20px;
    width: 280px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .ventana1 {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
  }
  
  h4 {
    margin: 10px 0;
    font-size: 20px;
    color: #222;
  }
  
  .advantages1 p {
    font-size: 16px;
    color: #555;
  }
  
  @media (max-width: 768px) {
    .advantages1 {
      flex-direction: column;
      align-items: center;
    }
  
    .ventana1 {
      height: 180px;
      width: 180px;
    }
  
    h3 {
      font-size: 24px;
    }
  
    .parrafo2 {
      font-size: 16px;
    }
  
    h4 {
      font-size: 18px;
    }
  
    .advantages2,
    .advantages3,
    .advantages4 {
      width: 90%;
    }
  }

  

  .card {
    background-color: rgba(108, 108, 108, 0.331);
    display: flex;
    
    justify-content: center;
    gap: 20px;
    padding: 30px 15px;
    text-align: center;
  }
  
  .card1,
  .card2,
  .card3 {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
    max-width: 400px;
    color: #00ffcc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  
  .card1 {
    background: linear-gradient(135deg, #1a1a1a, #3a3a3a, #005f73);
  }
  
  .card2 {
    background: linear-gradient(135deg, #0f2027, #2c5364);
    color: #00ffe7;
  }
  
  .card3 {
    background: linear-gradient(135deg, #1a1a1a, #3a3a3a, #005f73);
  }
  
  .icono {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .titulocard {
    font-size: 20px;
    margin: 5px 0;
  }
  
  .parrafo3,
  .card1 p,
  .card2 p,
  .card3 p {
    font-size: 14px;
    padding: 5px 0;
  }
  
  
  @media (max-width: 768px) {
    .card1,
    .card2,
    .card3 {
      flex-direction: column;
      align-items: center;
      text-align: center;
      max-width: 100%;
    }
  
    .icono {
      margin-right: 0;
      margin-bottom: 10px;
    }
  
    .titulocard {
      font-size: 18px;
    }
  
    .parrafo3,
    .card1 p,
    .card2 p,
    .card3 p {
      font-size: 13px;
    }
  }

  
  .contenedor3 {
    background-image: url(/img/fondo1.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    height: 50vh;
  }
  
  .contenido {
    max-width: 800px;
    color: #00ffcc;
    font-family: 'Press Start 2P', cursive;
    text-align: left;
    margin-bottom: 40px;
  }
  
  .contenido p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    padding: 20px 50px 0 0;
    color: #c1ffff;
  }
  
  .lista {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 900px;
  }
  
  .item1,
  .item2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
    gap: 30px;
  }
  
  .icono1,
  .icono2,
  .icono3,
  .icono4 {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    border-radius: 10px;
    transition: transform 0.3s ease;
  }
  
  .icono1:hover,
  .icono2:hover,
  .icono3:hover,
  .icono4:hover {
    transform: scale(1.05);
  }
  
  .texto {
    font-size: 18px;
    color: #0edcb2;
    font-family: Arial, sans-serif;
  }
  
  .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  @media (max-width: 768px) {
    .contenido {
      font-size: 14px;
      padding: 0 10px;
      text-align: left;
    }
  
    .texto {
      font-size: 16px;
    }
  
    .img {
      width: 45px;
      height: 45px;
    }
  
    .lista {
      padding: 0 10px;
    }
  
    .item1,
    .item2 {
      justify-content: flex-start;
    }
  }
  

  .contenido1 {
    padding: 50px 20px;
    background-color: #ededed;
  }
  
  .imagenes4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .img2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
  }
  
  .img1 {
    border-radius: 20px;
    width: 250px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .img1:hover {
    transform: scale(1.05);
  }
  
  .line {
    width: 100%;
    height: 5px;
    margin: 50px auto;
    background-color: rgb(204, 164, 31);
  }
  
  .contenido2 {
    padding: 20px;
  }
  
  .ecenarios {
    display: flex;
    
    gap: 200px;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .ecena {
    font-size: 28px;
    color: #222;
    text-align: left;
    font-family: 'Arial Black', sans-serif;
  }
  
  .parrafo4 {
    color: #1c1d1d;
    font-size: 16px;
    line-height: 1.6;
  }
  
  
  @media (max-width: 768px) {
    .img1 {
      width: 100%;
      height: auto;
    }
  
    .img2 {
      gap: 10px;
    }
  
    .ecenarios {
      padding: 0 10px;
    }
  
    .ecena {
      font-size: 22px;
    }
  
    .parrafo4 {
      font-size: 15px;
    }
  }
  


  .contenido3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #143949;
  }
  
  .fondo6 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .fila-imagenes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  
  
  .fondo6 img {
    object-fit: cover;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }
  
  .fondo6 img:hover {
    transform: scale(1.02);
  }
  
 
  .imagen1, .imagen4 {
    width: 600px;
    height: 350px;
  }
  
  .imagen2, .imagen3 {
    width: 320px;
    height: 350px;
  }
  
 
  @media (max-width: 1024px) {
    .imagen1, .imagen2, .imagen3, .imagen4 {
      width: 100%;
      height: auto;
    }
  
    .fila-imagenes {
      flex-direction: column;
      align-items: center;
    }
  }
  


.seccion8 {
  padding: 30px;
  display: flex;
  justify-content: center;
  background: linear-gradient(135deg, #0f0f0f, #1b1b1b, #0a1a1f);
}

.contenedor8 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border: 4px solid #08e4b8;
  background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  box-shadow: 0 0 25px #0ff;
  max-width: 1100px;
  width: 100%;
  padding: 30px;
  gap: 40px;
}

.imgubi {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.ubicacion {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 15px #08e4b8;
  object-fit: cover;
}

.contactos {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #00ffe7;
  font-family: 'Orbitron', sans-serif;
  padding-left: 20px;
}

.contacto {
  font-size: 32px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #f72585;
  text-shadow: 0 0 5px #ff007f, 0 0 10px #00ffe7;
}

.span1,
.numero {
  font-weight: bold;
  font-size: 18px;
  color: #08e4b8;
  text-shadow: 0 0 2px #08e4b8;
}

.EMAIL,
.numeros {
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(0, 255, 231, 0.1);
  padding: 6px 12px;
  border-left: 4px solid #f72585;
  border-radius: 4px;
}

@media screen and (max-width: 900px) {
  .contenedor8 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .imgubi,
  .contactos {
    flex: 1 1 100%;
    padding: 0;
  }

  .contactos {
    padding-left: 0;
  }
}

.footer1 {
    background-color: #f0f0f0;
    padding: 20px 0;
}

.contenedor0{
    display: flex;
    justify-content: center;  
    align-items: center;      
    gap: 50px;                
    flex-wrap: wrap;          
}

.Logo {
    font-weight: bold;
    font-size: 24px;
}

.nav0 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.nav0 a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}


  