/* ============================
   MOBILE - Hasta 576px
   ============================ */
@media (max-width: 576px) {

  .hero-title {
    font-size: 1.8rem !important;
    text-align: center;
  }

  .hero-subtitle {
    text-align: center;
  }

  .hero-image {
    max-height: 280px;
  }

  /* Centrar botones en mobile */
  .hero-section .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  /* Beneficios */
  .benefit-icon {
    width: 64px;
    height: 64px;
  }

  /* Servicios */
  .service-img {
    height: 200px;
  }

  /* Testimonios */
  .testimonial {
    padding: 1.2rem;
  }

  /* Contacto */
  .contact-img {
    margin-bottom: 1rem;
  }
}

@media (max-width: 1000px) {
  .navbar-collapse {
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px; /* altura del navbar */
    padding: 1rem;
    z-index: 9999;
  }
}
