 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
        :root{
            --verde : #99ff01;
        }
        html{
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Sansation', sans-serif;
            margin: 0;
            padding: 0;
            height: 100vh;
            overflow: auto;
            background-color: #1a202c; /* Color de fondo */
            
        }
        #header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 2rem;
            z-index: 1000;
            transition: background-color 0.3s ease-in-out;
        }
        #header.scrolled {
            background-color: #000000;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
        .logo-img {
            height: 40px;
            transition: opacity 0.3s ease-in-out;
        }
        .nav-link {
            color: white;
            transition: color 0.3s ease-in-out;
        }
        .nav-link.scrolled {
            color: white; /* Dark gray for scrolled state */
        }
        #hero-section {
            width: 100%;
            height: 100vh;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            
            /* Propiedades para la imagen de fondo */
            background-image: url('../imgs/index.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        #hero-content {
            position: relative;
            z-index: 1;
            max-width: 100%;
            text-align: center;
            position: absolute;
        }
        #hero-content h2 {
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            line-height: 1;
            margin-bottom: 30px;
        }
        #hero-content p {
            font-size: 1.65rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        .buttons {
            display: flex;
            justify-content: center; /* Alinea los botones a la derecha */
            gap: 1rem;
        }
        .btn {
            padding: 0.75rem 3rem;
            font-weight: 600;
            border-radius: 9999px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border: 2px solid transparent;
        }
        .btn-primary {
            background:var(--verde);
            color: black;
            width: 200px;
        }
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }
        .btn-secondary {
            background-color: transparent;
            color: black;
            border-color: #ffffff;
        }
        .btn-secondary:hover {
            background-color: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }
        /* Estilos para la nueva sección de planes */
        .plan-section {
            padding: 2rem 1rem 4rem 1rem;
            text-align: center;
            background-color: #1a202c;
            color: white;
            /* Propiedades para la imagen de fondo */
            background-image: url('imgs/planes.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
        }
        .plan-cards-container {
            display: flex;
            flex-direction: column; /* Stack plans vertically */
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
            align-items: center; /* Center cards horizontally */
        }
        .plan-card {
            background-color: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 1.5rem;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            width: 100%;
            max-width: 1000px; /* Limit max width for better readability */
        }
        .plan-card-content {
            display: flex; /* Use flexbox for alignment */
            align-items: center; /* Center items vertically */
            gap: 1.5rem;
            text-align: left;
        }
        i{
            font-size: 4rem;
        }
        #beneficios-section{
            background: rgba(255,255,255,.25);
        }
        @media (min-width: 640px) {
            .plan-card-content {
                grid-template-columns: 1fr 2fr;
            }
        }
        .plan-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            flex: 1; /* Make this part flexible */
            position: relative; /* Needed for the pseudo-element */
        }
        .plan-description {
            font-size: 1rem;
            line-height: 1.6;
            flex: 2; /* Make this part flexible and larger */
        }
        .plan-title {
            font-size: 1.75rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        .plan-price {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        .plan-btn {
            background: var(--verde);
            color: black;
            padding: 0.75rem 1.5rem;
            border-radius: 9999px;
            font-weight: 600;
            text-align: center;
            transition: background-color 0.3s ease;
        }
        .plan-btn:hover {
            background-color: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }
        .city-section {
            display: none; /* Oculta todas las secciones de ciudad al cargar */
            padding: 50px 0;
            min-height: 50vh; /* Para que sea notorio el scroll */
            text-align: center;
            
            margin-top: 20px;
        }
        .city-section h2{
            font-size: 4rem;
            color: #99ff01;
            font-weight: 600;
        }
        .city-section.active {
            display: block; /* La clase 'active' la mostrará */
        }
        .plan-section img{
            border-radius: 20px;
            margin-bottom: 10px;
        }

        /* Pseudo-element for the vertical divider line */
        @media (min-width: 640px) {
          .plan-info::after {
              content: '';
              position: absolute;
              right: -0.75rem;
              top: 50%;
              transform: translateY(-50%);
              width: 2px;
              height: 80%;
              background-color: rgba(255, 255, 255, 0.5);
          }
        }