        body{
            margin: 0px;
            padding: 0px;
            color: #f6f4fb;
            font-family: Helvetica-light;
        }
        
        h1, h2, h3, h4, h5{
            font-family: Helvetica;
        }
        
        .whatsapp-float {
    position: fixed; /* Para que el elemento se mantenga fijo en la pantalla */
    bottom: 20px;
    right: 20px;
    background-color: #25D366; /* Color verde de WhatsApp */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000; /* Para que esté por encima de otros elementos */
    transition: transform 0.3s ease-in-out; /* Animación suave al pasar el ratón */
}
        
        ul {
            list-style: none;
        }

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float i {
    font-size: 36px;
}
        header{
            display: flex;
            background: #582c94;
            justify-content: center;
            align-content: center;
            width: 100%;
            border-radius: 0px 0px 50px 50px;
           
        }
        header .logo{
            max-width: 15rem;
            height: auto;
            padding-top: 3rem;
            padding-bottom: 2rem;
        }
        
        #hero{
            margin-top: 2rem;
        }
        
         #herodos{
            margin-top: 2rem;
             display: none;
        }
        
        #texto{
           margin-top: 3rem;
            margin-bottom: 3rem;
        }
        
        .textos{
            padding-left: 10vw;
            padding-right: 10vw;
            display: flex;
            justify-content: center;
            align-content: center;
            text-align: center;
            color: #582c94;
        }
        
        .textos i{
            font-weight: bolder;
        }
        
        /* Sección de servicios */
.services-section {
  background-color: #6e2fa0; /* Fondo morado (ajústalo según tu paleta) */
  padding: 2rem 0;
  color: #fff; /* Texto blanco */
    border-radius: 50px;
    margin: 1rem;
}

.services-section h2 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

/* Espaciado general en el formulario */
.services-section .form-label {
  margin-bottom: 0.25rem;
}

.services-section .form-control,
.services-section .form-select {
  border-radius: 4px;
  border: none;
  outline: none;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
  /* Fondo claro y texto oscuro */
  background-color: #fff;
  color: #333;
}

.services-section .form-control::placeholder,
.services-section .form-select::placeholder {
  color: #999;
}

/* Checkboxes */
.services-section .form-check-input {
  margin-top: 0.4rem;
}

.services-section .form-check-label {
  margin-left: 0.5rem;
}
     a{
           color: white;
         text-decoration: none;
        }

/* Botón Enviar mejorado */
.btn-enviar {
  background-color: #f4c542; /* mostaza vibrante */
  color: #3e1260; /* tono oscuro para que no se pierda */
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-enviar:hover {
  background-color: #ffd95c;
  color: #2e0b45; /* sigue oscuro y legible */
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}


        
        .text-left h2{
            font-size:40px;
        }

        #fotos{
          margin-top: 3rem;
            margin-bottom: 3rem;
        }
        
        .benefits-section {
  /* Fondo claro para diferenciar la sección, ajusta a tu gusto */
  background-color: #f9f9f9;
  padding: 50px 0px 0px 0px;
          
}

/* Título de la sección */
.benefits-title {
  font-size: 2rem;
  font-weight: bolder;
  color: #6e2fa0; /* Morado de ejemplo */
  margin-bottom: 1.5rem;
}

/* Listas de beneficios */
.benefits-list {
  list-style: none; /* Quita el estilo por defecto */
  padding: 0;
  margin: 0 0 1rem 0;
    text-align: left;
}

.benefits-list li {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  color: #6e2fa0;
  font-size: 1.2rem;
}

.benefits-list li i {
  color: #f4c542; /* Mostaza llamativo */
  font-size: 1.5rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
        


/* Imagen */
.benefits-image {
  max-width: 100%;
  height: auto;
}

/* Botón */
.btn-benefits {
  background-color: #6e2fa0;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 40px;
  text-decoration: none;
  transition: background-color 0.3s ease;
    font-size: 2rem;
}

.btn-benefits:hover {
  background-color: #592586; /* Un morado más oscuro en hover */
}
        
        .listas{
            display: flex;
            justify-content: center;
            align-content: center;
        }
        
        footer{
           background-color: #532d95;
            width: 100%;
            margin:0px;
            padding-bottom: 100px;
            display: flex;
            justify-content: center;
            align-content: center;
        }
        
        .footer-wave {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
           background-color: #f9f9f9;
           
}

.footer-wave svg {
  position: relative;
  display: block;
  width: 100%;
  
}
        
        .footerimg{
            justify-content: center;
            align-content: center;
            
        }
        
        .footerimg img{
            max-width: 200px;
        }
        
        footer ul li{
            list-style: none;
        }
        
        /* Responsive */
        @media (max-width: 768px){
              #hero{
          display: ;
        }
        
         #herodos{
             display: ;
        }
        }