* {
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}




  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: rgba(131, 186, 228, 0.278);
   
  }
  
  header {
    display: flex;
    justify-content: space-between;
    padding: 1px;
       color: #0090d2;
       background-color: white;
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
      
       color: white;
       z-index: 1000; /* Asegura que el menú esté por encima de otros elementos */
   
       
  }
  
  header .logo img {
    height: 80px;
  }

  nav{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  }
  
  nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
   
  }
  
  nav ul li {
    margin-left: 20px;
  }
  
  nav ul li a {
    color: #0090d2;
    text-decoration: none;
    font-weight: bold;
  }
  
  /* Hero Section */
  .hero {
    
    background-size: cover;
    color: #0090d2;
    text-align: center;
    padding: 100px 20px;
  }
  
  .hero h1 {
    font-size: 3em;
    color: #0090d2;
  }
  
  .hero p {
    font-size: 1.5em;
    margin: 20px 0;
    color: #0090d2;

  }
  
  .hero .cta {
    background-color:#0090d2;
    border: none;
    padding: 10px 20px;
    color: white;
    font-size: 1.2em;
   
  }
  
  /* Services Section */
  .services, .how-it-works, .testimonials, .cta-final {
    
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 50px 20px;
    text-align: center;
    color: #0090d2;
    border-radius: 50px;
  }
  
  .services h2, .how-it-works h2, .testimonials h2, .cta-final h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
  }
  
  .service-item, .step {
    display: inline-table;
    width: 22%;
    margin: 10px;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 50px;
  }
  
  footer {
    background-color: #0090d29f;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 50px;
  }
  
  footer a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
  }
  
  footer .social-icons {
    margin-top: 10px;
  }
  
  footer .social-icons a {
    margin: 0 10px;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    header {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    nav ul {
      flex-direction: column;
      margin-top: 10px;
    }
  
    nav ul li {
      margin-left: 0;
      margin-top: 10px;
    }
  
    .hero {
      padding: 80px 20px;
    }
  
    .hero h1 {
      font-size: 2.5em;
    }
  
    .hero p {
      font-size: 1.2em;
    }
  
    .hero .cta {
      font-size: 1em;
      padding: 10px 15px;
    }
  
    .services h2, .how-it-works h2, .testimonials h2 {
      font-size: 2em;
    }
  
    .service-item, .step {
      width: 90%;
      margin: 10px auto;
    }
  
    footer .social-icons a {
      margin: 0 5px;
    }
  }
  
  @media (max-width: 480px) {
    .hero h1 {
      font-size: 2em;
    }

    .hero p {
      font-size: 1em;
    }
  
    .services h2, .how-it-works h2, .testimonials h2 {
      font-size: 1.8em;
    }
  
    .cta-final h2 {
      font-size: 1.8em;
    }
  
    .cta {
      font-size: 1em;
      padding: 10px 20px;
    }
  }

  .testimonios {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background: white;
    margin: 20px auto;
    width: 80%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #0090d2;
    border-radius: 50px;
}
.carrusel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slide {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
    padding: 50px;
  
    border-radius: 5px;
    width: 50%;
    color: #0090d2;
    border-radius: 50px;
}
.prev, .next {
  
    border: none;
   
    cursor: pointer;
    margin: 10px;
    color: #0090d2;
}
.icono{
  width: 100%;
}
.redes{
  width: 5%;
}
.wp{
  width: 5%;
  z-index: 1000;
  bottom: 30%;
  right: 10%;
  position: fixed;
}
.logos{
 
  display: flex;
  justify-content: center;
  
  
}
.logo{
  width: 80%;
}

.service-item button{
  background-color: #0090d2;
  color: white;
  border-radius: 10%;
  padding: 5%;
  border-color: white;
}

.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  background-color: #f4f4f4;
}

.video-container {
  position: relative;
  width: 80%;
  max-width: 800px;
  text-align: center;
}

video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#mute-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}

#mute-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
