  @font-face {
  font-family: Aptos;
  src: url('fonts/fonnts.com-aptos-bold.ttf') format('ttf');
  font-style: normal;
  font-weight: 300 800;
}

#mainNav {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#mainNav.navbar-scrolled {
  transform: translateY(0);
}

    body {
      font-family: 'Montserrat', sans-serif;
      background-color: #f4f6f5;
      color: #333;
      
      /* SOLO DEBUGGING*/
      /* outline: 2px solid red !important; /* Ver límites del body */
    }
    .navbar.bg-light {
      background-color: #8A9A5B !important; 
      color: white !important; /* Color del texto */
    }
    
    .navbar-light .navbar-nav .nav-link {
      color: rgba(255,255,255,0.8) !important;
    }

    .navbar-light .navbar-toggler-icon {
      filter: invert(1); /* Hace el icono del toggler blanco */
    }
    .navbar-brand {
        color: #21422b !important;
    }
    header {
      color: white;
      padding: 4rem 0;
    }
    
    /* Contenedor del hero */
    .hero {
      width: 100%;
      max-width: 100%;
      height: 80vh;
      background-image: url('../assets/wellnesspassLogoCompleto.png');
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }

    /* Para pantallas muy chicas, podés ajustar la altura */
    @media (max-width: 576px) {
      .hero {
        height: 40vh;
      }
    }
    
    .btn-custom {
      background-color: #8A9A5B;
      color: white;
      border-radius: 50px;
      padding: 0.6em 2em;
      font-weight: 600;
    }
    .btn-custom:hover {
      background-color: #738246;
    }
    .icono-beneficio {
      font-size: 2rem;
    }
    section {
      padding: 60px 0;
    }
    footer {
      background-color: #2f2f2f;
      color: white;
      padding: 20px 0;
    }
h2 {
      font-weight: 600;
    }
.form-control {
      border-radius: 12px;
    }
.wellness-section {
      background: #f8fafc;
  }
  
  .section-title {
      color: #2c8437;
      font-size: 2.5rem;
      font-weight: 700;
      letter-spacing: -0.5px;
  }
  
  .lead-text {
      color: #4a5568;
      font-size: 1.1rem;
      line-height: 1.7;
  }
  
  .benefits-list {
      list-style: none;
      padding-left: 0;
      columns: 2;
  }
  
  .benefits-list li {
      padding: 0.5rem 0;
      position: relative;
      padding-left: 1.5rem;
  }
  
  .benefits-list li::before {
      content: "✓";
      color: #2c8437;
      position: absolute;
      left: 0;
  }
  
  .highlight-box {
      background: #e6f3e8;
      border-left: 4px solid #2c8437;
      border-radius: 8px;
  }
  
  .emphasis-text {
      color: #236b2c;
      font-size: 1.5rem;
      font-weight: 600;
      margin: 0.5rem 0;
  }
  
  .image-container {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
  }
  
  .main-image-placeholder {
      height: 600px;
      background: #ddd; /* Sustituir por imagen */
  }
  
  .badge-overlay {
      position: absolute;
      bottom: 20px;
      left: 20px;
      display: flex;
      gap: 10px;
  }
  
  .feature-badge {
      background: rgba(255,255,255,0.95);
      padding: 8px 15px;
      border-radius: 20px;
      font-weight: 600;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  .icon-placeholder {
      width: 32px;
      height: 32px;
      background: #2c8437; /* Sustituir por icono */
      border-radius: 6px;
  }
  
  @media (max-width: 992px) {
      .main-image-placeholder {
          height: 400px;
      }
      
      .benefits-list {
          columns: 1;
      }
      /* 1) Creamos contexto de posicionamiento solo en el .container interior */
  .navbar .container {
    position: relative;
  }

  /* 2) Centramos el logo dentro de ese container */
  .navbar .navbar-brand {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* 3) Aseguramos que el boton hamburguesa quede arriba del logo si se solapan */
  .navbar .navbar-toggler {
    position: relative;
    z-index: 2;
  }

  }

.carousel-control-prev,
.carousel-control-next {
    width: 6%;
    opacity: 0.8;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 1.5rem;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    padding: 1.2rem;
}

.image-container .carousel {
    border-radius: 12px;
    overflow: hidden;
}

/* Animación suave para las transiciones */
.carousel-item {
    transition: transform 1.2s ease-in-out;
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        padding: 0.8rem;
    }
    
    .feature-badge {
        font-size: 0.9rem;
        padding: 6px 12px;
    }
}

.why-section {
  background: #f8fafc;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.scroll-indicator {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1000;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.scroll-indicator:hover {
  opacity: 1;
}

.arrow-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.arrow {
  width: 20px;
  height: 20px;
  border: 2px solid #8A9A5B;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  animation: bounce 2s infinite;
}

.arrow:nth-child(2) { animation-delay: 0.3s; }
.arrow:nth-child(3) { animation-delay: 0.6s; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: rotate(45deg) translateY(0); }
  40% { transform: rotate(45deg) translateY(-10px); }
  60% { transform: rotate(45deg) translateY(-5px); }
}

@media (max-width: 768px) {
  .scroll-indicator {
    right: 10px;
    bottom: 20px;
  }
  
  .arrow {
    width: 15px;
    height: 15px;
  }
}
.reasons-wrapper {
  display: grid;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.reason-item {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.reason-number {
  color: #2c8437;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.reason-title {
  color: #2c8437;
  margin-bottom: 1rem;
}

.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.2s !important }
.delay-2 { transition-delay: 0.4s !important }

@media (max-width: 768px) {
  .scroll-indicator {
      right: 1rem;
  }
  
  .arrow {
      width: 18px;
      height: 18px;
  }
  
  .reasons-wrapper {
      grid-template-columns: 1fr;
  }
}

/* Seccion Como Funciona */
.paso-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e6f3e8 100%);
  min-height: 100vh;
  padding: 5rem 0;
}

.paso-container {
  max-width: 1200px;
  margin: 0 auto;
}

.paso-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
  margin-bottom: 2rem;
}

.paso-card.active {
  opacity: 1;
  transform: translateY(0);
}

.paso-img {
  height: 250px;
  object-fit: cover;
}

.paso-numero {
  font-size: 3rem;
  font-weight: 700;
  color: #2c8437;
  margin-bottom: 1rem;
}

.paso-contenido {
  padding: 2rem;
}

.paso-card h3 {
    color: #2c8437 !important;
}


.delay-1 { transition-delay: 0.2s !important }
.delay-2 { transition-delay: 0.4s !important }

@media (max-width: 768px) {
  .paso-img {
      height: 200px;
  }
  
  .paso-numero {
      font-size: 2.5rem;
  }
}


/* Versión Mobile - Textos en flechas */
.logo-flechas-sectionMobile {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
}

.mobile-text-card {
  background: #f8fafc;
  border-left: 4px solid #8A9A5B;
  padding: 1.5rem;
  border-radius: 8px;
  position: relative;
  animation: slideIn 0.5s ease-out forwards;
  opacity: 0;
  transform: translateX(-20px);
}

.mobile-text-card:nth-child(1) { animation-delay: 0.2s; }
.mobile-text-card:nth-child(2) { animation-delay: 0.4s; }
.mobile-text-card:nth-child(3) { animation-delay: 0.6s; }
.mobile-text-card:nth-child(4) { animation-delay: 0.8s; }

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .logo-flechas-sectionDesktop {
    display: none;
  }
  
  .logo-flechas-sectionMobile {
    display: flex !important;
    min-height: 100vh;
    padding: 1rem;
    align-items: center;
    justify-content: center;
  }
  }
  
  .mobile-text-card {
    width: fit-content;
    min-width: 280px;
    max-width: 90%;
    margin: 1rem auto;
    padding: 1.2rem;
    background: #fff;
    border: 2px solid #8A9A5B;
    box-shadow: 0 3px 10px rgba(138, 154, 91, 0.15);
    text-align: center;
    box-sizing: border-box;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (min-width: 769px) {
  .mobile-text-section {
    display: none;
  }
}




/* Seccion Cartilla*/

#categoriasContainer {
  justify-items: center;
}

.categoria-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
  transition: all 0.3s;
  text-decoration: none;
  color: #2c8437;
}

#categoriasContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media (max-width: 768px) {
  #categoriasContainer {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }
  
  .categoria-card {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto;
  }
}

#categoriasContainer h3{
    font-family: Aptos, "PT Sans", Calibri, Tahoma, sans-serif; !important;
    color: #2e820e !important;
}

@media (max-width: 768px) {
  .categoria-card h3,
  .categoria-card p {
    text-align: center !important;
  }
}

.categoria-card:hover {
  transform: translateY(-5px);
  /*box-shadow: 0 5px 15px rgba(44, 132, 55, 0.2);*/
}

.categoria-card img {
  height: 120px;
  object-fit: contain;
}

/* Seccion Proveedores*/
.categoria-item {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 20px;
  border-radius: 15px;
}

.categoria-item:hover {
  transform: translateY(-5px);
  background: #f8f9fa;
}

.categoria-logo {
  height: 120px;
  object-fit: contain;
}

.proveedor-card {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.proveedor-card:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Contenedor que centra el video */
    .video-container {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1rem;
    }

    /* Estilos para que el video se adapte */
    .video-container video {
      width: 100%;
      max-width: 800px;   /* ancho máximo en escritorio */
      height: auto;
      border-radius: 8px; /* opcional, bordes redondeados */
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* opcional */
    }

    /* En pantallas pequeñas, que ajuste al 100% */
    @media (max-width: 576px) {
      .video-container {
        padding: 0.5rem;
      }
      .video-container video {
        max-width: 100%;
      }
    }

/* Modal del QR */
#qrCodeContainer {
  padding: 20px;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}

.modal-content {
  border-radius: 15px;
}

.modal-header {
  background: #8A9A5B;
  color: white;
  border-radius: 15px 15px 0 0;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px; /* o right: 20px; si lo prefieres a la derecha */
  width: 60px; /* ancho fijo */
  height: 60px; /* alto igual que el ancho */
  background-color: #25D366;
  color: white;
  border-radius: 50%; /* hace el círculo perfecto */
  font-size: 24px;
  z-index: 999;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;

  display: flex; /* centra el icono */
  justify-content: center;
  align-items: center;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: white;
}

/* Redes sociales en el footer */
.footer .social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer .social-link {
  color: #ffffff; /* blanco por defecto */
  transition: color 0.3s;
}

.footer .social-link.facebook:hover {
  color: #3b5998; /* Facebook azul */
}

.footer .social-link.youtube:hover {
  color: #FF0000; /* YouTube rojo */
}