        /* Modern Styles for Mundo de Posibilidades - Disposiciones Corporales */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            scroll-padding-top: 90px;
        }

        :root {
            /* Colores de Disposiciones Corporales */
            --agua: #1B9AAA;
            /* Azul agua - Fluidez y adaptabilidad */
            --aire: #8E44AD;
            /* Púrpura aire - Expansión y ligereza */
            --tierra: #E67E22;
            /* Naranja tierra - Estabilidad y fuerza */
            --fuego: #E74C3C;
            /* Rojo fuego - Pasión y transformación */
            --neutro: #F8F9FA;
            /* Gris muy claro */
            --texto: #2C3E50;
            /* Texto principal */
            --sombra: rgba(0, 0, 0, 0.1);
        }

        body {
            font-family: 'Poppins', sans-serif;
            line-height: 1.7;
            color: var(--texto);
            background: linear-gradient(135deg, var(--neutro) 0%, #ffffff 50%, var(--neutro) 100%);
            overflow-x: hidden;
        }

        /* Skip Link para accesibilidad */
        .skip-link {
            position: absolute;
            top: -40px;
            left: 0;
            background: var(--fuego);
            color: white;
            padding: 8px 16px;
            text-decoration: none;
            font-weight: 600;
            z-index: 10000;
            border-radius: 0 0 4px 0;
        }

        .skip-link:focus {
            top: 0;
        }

        /* Elementos de fondo representando las disposiciones */
        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background:
                radial-gradient(circle at 10% 20%, rgba(27, 154, 170, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 90% 80%, rgba(142, 68, 173, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 40% 60%, rgba(230, 126, 34, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(231, 76, 60, 0.05) 0%, transparent 50%);
            pointer-events: none;
            z-index: -1;
        }

        .navbar {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            box-shadow: 0 4px 30px var(--sombra);
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 70px;
        }

        .nav-logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .nav-logo img {
            height: 180px;
            width: auto;
        }

        .menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.5rem;
            color: #333;
            cursor: pointer;
            padding: 10px;
            z-index: 1001;
            position: relative;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 30px;
        }

        .nav-link {
            text-decoration: none;
            color: #333;
            font-weight: 400;
            transition: color 0.3s;
        }

        .nav-link {
            position: relative;
            transition: all 0.3s ease;
        }

        .nav-link::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            width: 0;
            height: 2px;
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }

        .nav-link[data-element="agua"]:hover {
            color: var(--agua);
        }

        .nav-link[data-element="agua"]:hover::after {
            width: 80%;
            background: linear-gradient(90deg, var(--agua), rgba(27, 154, 170, 0.3));
        }

        .nav-link[data-element="aire"]:hover {
            color: var(--aire);
        }

        .nav-link[data-element="aire"]:hover::after {
            width: 80%;
            background: linear-gradient(90deg, var(--aire), rgba(142, 68, 173, 0.3));
        }

        .nav-link[data-element="tierra"]:hover {
            color: var(--tierra);
        }

        .nav-link[data-element="tierra"]:hover::after {
            width: 80%;
            background: linear-gradient(90deg, var(--tierra), rgba(230, 126, 34, 0.3));
        }

        .nav-link[data-element="fuego"]:hover {
            color: var(--fuego);
        }

        .nav-link[data-element="fuego"]:hover::after {
            width: 80%;
            background: linear-gradient(90deg, var(--fuego), rgba(231, 76, 60, 0.3));
        }

        .hero-banner {
            background: linear-gradient(135deg,
                    var(--agua) 0%,
                    var(--aire) 30%,
                    var(--tierra) 70%,
                    var(--fuego) 100%);
            color: white;
            padding: 150px 20px 100px;
            text-align: center;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .hero-banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background:
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)" opacity="0.6"><animate attributeName="r" values="1;3;1" dur="4s" repeatCount="indefinite"/></circle><circle cx="80" cy="30" r="1.5" fill="rgba(255,255,255,0.15)" opacity="0.8"><animate attributeName="r" values="1;2.5;1" dur="3s" repeatCount="indefinite"/></circle><circle cx="30" cy="70" r="2.5" fill="rgba(255,255,255,0.1)" opacity="0.5"><animate attributeName="r" values="1.5;3.5;1.5" dur="5s" repeatCount="indefinite"/></circle><circle cx="70" cy="80" r="1" fill="rgba(255,255,255,0.2)" opacity="0.7"><animate attributeName="r" values="0.5;2;0.5" dur="3.5s" repeatCount="indefinite"/></circle></svg>') repeat;
            animation: float 20s ease-in-out infinite;
        }

        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .floating-element {
            position: absolute;
            opacity: 0.1;
        }

        .floating-element:nth-child(1) {
            top: 20%;
            left: 10%;
        }

        .floating-element:nth-child(2) {
            top: 60%;
            right: 15%;
        }

        .floating-element:nth-child(3) {
            bottom: 30%;
            left: 20%;
        }

        .floating-element:nth-child(4) {
            top: 40%;
            right: 30%;
        }

        .hero-content {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 25px;
            font-family: 'Dancing Script', cursive;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            position: relative;
        }

        .hero-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: linear-gradient(90deg,
                    var(--agua) 0%,
                    var(--aire) 33%,
                    var(--tierra) 66%,
                    var(--fuego) 100%);
            border-radius: 2px;
            opacity: 0.8;
        }

        .hero-subtitle {
            font-size: 1.3rem;
            margin-bottom: 20px;
            font-style: italic;
            opacity: 0.95;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .hero-description {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.98;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
        }

        .hero-buttons {
            display: flex;
            flex-direction: column;
            gap: 15px;
            align-items: center;
        }

        .hero-cta {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 15px 30px;
            text-decoration: none;
            border-radius: 25px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            font-weight: 500;
            transition: all 0.3s;
        }

        .hero-cta:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
        }

        .hero-cta--whatsapp {
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            border-color: rgba(255, 255, 255, 0.5);
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
        }

        .hero-cta--whatsapp:hover {
            background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
            box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
            transform: translateY(-3px);
        }

        /* Countdown Timer */
        .countdown-container {
            margin: 25px 0;
            padding: 20px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .countdown-label {
            font-size: 1rem;
            margin-bottom: 15px;
            opacity: 0.9;
            font-weight: 500;
        }

        .countdown {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        .countdown-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 70px;
            padding: 10px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .countdown-value {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1;
            color: white;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .countdown-label-small {
            font-size: 0.75rem;
            text-transform: uppercase;
            margin-top: 5px;
            opacity: 0.9;
            font-weight: 500;
        }

        /* Botones de compartir en redes sociales */
        .social-share {
            margin-top: 30px;
            padding: 20px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .social-share-label {
            font-size: 0.95rem;
            margin-bottom: 12px;
            opacity: 0.9;
            font-weight: 500;
        }

        .social-share-buttons {
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .social-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            color: white;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1.2rem;
        }

        .social-btn--facebook {
            background: linear-gradient(135deg, #1877F2 0%, #0C63D4 100%);
        }

        .social-btn--twitter {
            background: linear-gradient(135deg, #1DA1F2 0%, #0C85D0 100%);
        }

        .social-btn--whatsapp {
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
        }

        .social-btn--linkedin {
            background: linear-gradient(135deg, #0077B5 0%, #00669C 100%);
        }

        .social-btn--copy {
            background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
        }

        .social-btn:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .social-btn:active {
            transform: translateY(-1px) scale(1);
        }

        .main-content {
            margin-top: 0;
        }

        .content-section-full {
            padding: 50px 0;
        }

        .content-section-full:nth-child(even) {
            background: #f9f9f9;
        }

        .content-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-title {
            font-size: 2.5rem;
            background: linear-gradient(45deg, var(--agua), var(--aire), var(--tierra), var(--fuego));
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 20px;
            text-align: center;
        }

        .section-description {
            font-size: 1.1rem;
            text-align: center;
            margin-bottom: 40px;
            color: #666;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .event-details {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }

        .event-item {
            text-align: center;
            padding: 30px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .event-item i {
            font-size: 2rem;
            color: #4a90e2;
            margin-bottom: 15px;
        }

        .event-item h3 {
            color: #2c5530;
            margin-bottom: 10px;
        }

        .event-overview {
            position: relative;
            margin: 30px 0;
            padding: 48px 40px;
            border-radius: 28px;
            background: linear-gradient(135deg, rgba(27, 154, 170, 0.78), rgba(142, 68, 173, 0.78));
            color: #ffffff;
            overflow: hidden;
            box-shadow: 0 18px 45px rgba(27, 41, 64, 0.24);
        }

        .event-overview::before {
            content: '';
            position: absolute;
            inset: -25%;
            background:
                radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.22), transparent 55%),
                radial-gradient(circle at 84% 8%, rgba(255, 255, 255, 0.18), transparent 45%);
            opacity: 0.55;
            pointer-events: none;
        }

        .event-overview__header {
            max-width: 720px;
            margin: 0 auto 36px;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .event-overview__title {
            font-size: 2.2rem;
            margin-bottom: 12px;
            color: #ffffff;
            text-shadow: 0 6px 18px rgba(9, 20, 29, 0.45);
        }

        .event-overview__intro {
            margin: 0;
            font-size: 1.05rem;
            color: rgba(255, 255, 255, 0.82);
            line-height: 1.7;
        }

        .event-overview__grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 28px;
            margin-bottom: 38px;
            position: relative;
            z-index: 1;
        }

        .event-highlight {
            position: relative;
            min-height: 220px;
            border-radius: 24px;
            overflow: hidden;
            isolation: isolate;
            box-shadow: 0 14px 32px rgba(10, 24, 38, 0.28);
        }

        .event-highlight::before {
            content: '';
            position: absolute;
            inset: 0;
            background: var(--event-bg, linear-gradient(135deg, rgba(10, 52, 68, 0.55), rgba(42, 9, 52, 0.55)));
            background-size: cover;
            background-position: center;
            filter: saturate(1.1) brightness(1.05);
            transform: scale(1.05);
        }

        .event-highlight::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(10, 38, 61, 0.18), rgba(83, 23, 105, 0.22));
        }

        .event-highlight__content {
            position: relative;
            z-index: 1;
            height: 100%;
            display: flex;
            align-items: flex-end;
            padding: 28px;
        }

        .event-highlight__glass {
            width: 100%;
            background: rgba(255, 255, 255, 0.16);
            border: 1px solid rgba(255, 255, 255, 0.32);
            border-radius: 22px;
            padding: 24px;
            backdrop-filter: blur(18px) saturate(1.2);
            -webkit-backdrop-filter: blur(18px) saturate(1.2);
            box-shadow: 0 16px 28px rgba(9, 22, 30, 0.2);
            color: #ffffff;
        }

        .event-highlight__label {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-transform: uppercase;
            letter-spacing: 0.07em;
            font-size: 0.88rem;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.82);
            margin-bottom: 14px;
        }

        .event-highlight__label i {
            font-size: 1rem;
        }

        .event-highlight__heading {
            margin: 0 0 10px;
            font-size: 1.45rem;
            color: #ffffff;
        }

        .event-highlight__text {
            margin: 0;
            font-size: 1rem;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.88);
        }

        /* Event Schedule / Cronograma Styles */
        .event-schedule {
            position: relative;
            z-index: 1;
            background: rgba(255, 255, 255, 0.12);
            border-radius: 24px;
            padding: 28px 20px 32px;
            border: 1px solid rgba(255, 255, 255, 0.24);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }

        .event-schedule__title {
            margin: 0 0 8px;
            font-size: 1.5rem;
            text-align: center;
            color: #ffffff;
            text-shadow: 0 6px 16px rgba(9, 22, 34, 0.35);
        }

        .event-schedule__title i {
            margin-right: 8px;
        }

        .event-schedule__subtitle {
            margin: 0 0 32px;
            text-align: center;
            color: rgba(255, 255, 255, 0.76);
            font-size: 0.95rem;
            line-height: 1.5;
        }

        /* Timeline */
        .timeline {
            position: relative;
            max-width: 900px;
            margin: 0 auto;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 70px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(180deg, 
                rgba(27, 154, 170, 0.5) 0%,
                rgba(142, 68, 173, 0.5) 25%,
                rgba(231, 76, 60, 0.5) 50%,
                rgba(230, 126, 34, 0.5) 75%,
                rgba(27, 154, 170, 0.5) 100%
            );
            border-radius: 2px;
        }

        .timeline-item {
            position: relative;
            display: grid;
            grid-template-columns: 60px 20px 1fr;
            gap: 16px;
            margin-bottom: 24px;
            padding-bottom: 8px;
        }

        .timeline-time {
            font-size: 0.85rem;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.9);
            text-align: right;
            padding-top: 8px;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }

        .timeline-marker {
            position: relative;
            width: 20px;
            height: 20px;
            background: white;
            border: 3px solid rgba(27, 154, 170, 0.8);
            border-radius: 50%;
            margin-top: 6px;
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
            z-index: 2;
        }

        .timeline-item:nth-child(2) .timeline-marker {
            border-color: rgba(231, 76, 60, 0.8);
        }

        .timeline-item:nth-child(3) .timeline-marker {
            border-color: rgba(142, 68, 173, 0.8);
        }

        .timeline-item:nth-child(4) .timeline-marker {
            border-color: rgba(230, 126, 34, 0.8);
        }

        .timeline-item:nth-child(5) .timeline-marker {
            border-color: rgba(231, 76, 60, 0.8);
        }

        .timeline-item:nth-child(6) .timeline-marker {
            border-color: rgba(27, 154, 170, 0.8);
        }

        .timeline-item:nth-child(7) .timeline-marker {
            border-color: rgba(142, 68, 173, 0.8);
        }

        .timeline-content {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 16px;
            padding: 18px 20px;
            box-shadow: 0 8px 24px rgba(16, 34, 49, 0.15);
            transition: all 0.3s ease;
            display: flex;
            gap: 14px;
            align-items: flex-start;
        }

        .timeline-content:hover {
            transform: translateX(4px);
            box-shadow: 0 12px 32px rgba(16, 34, 49, 0.22);
        }

        .timeline-icon {
            flex-shrink: 0;
            width: 42px;
            height: 42px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.1rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .timeline-title {
            margin: 0 0 6px 0;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--texto);
            line-height: 1.3;
        }

        .timeline-description {
            margin: 0;
            font-size: 0.88rem;
            color: rgba(44, 62, 80, 0.7);
            line-height: 1.4;
        }

        .timeline-speaker {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 10px;
            padding-top: 12px;
            border-top: 1px solid rgba(44, 62, 80, 0.1);
        }

        .timeline-speaker-img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid rgba(231, 76, 60, 0.3);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .timeline-speaker-name {
            margin: 0;
            font-size: 0.92rem;
            font-weight: 600;
            color: var(--texto);
        }

        .timeline-speaker-role {
            margin: 2px 0 0;
            font-size: 0.72rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            color: rgba(44, 62, 80, 0.6);
        }

        /* Tickets Announcement */
        .tickets-announcement {
            margin-top: 40px;
            text-align: center;
            padding: 32px 24px;
            background: linear-gradient(135deg, rgba(27, 154, 170, 0.15) 0%, rgba(142, 68, 173, 0.15) 100%);
            border-radius: 20px;
            border: 2px dashed rgba(27, 154, 170, 0.5);
            position: relative;
            overflow: hidden;
        }

        .tickets-announcement::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(27, 154, 170, 0.15) 0%, transparent 70%);
            animation: pulse-soft 3s ease-in-out infinite;
        }

        @keyframes pulse-soft {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.1); opacity: 0.8; }
        }

        .tickets-announcement__icon {
            position: relative;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 64px;
            height: 64px;
            background: linear-gradient(135deg, var(--agua) 0%, var(--aire) 100%);
            border-radius: 50%;
            margin-bottom: 16px;
            box-shadow: 0 8px 24px rgba(27, 154, 170, 0.4);
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-8px); }
        }

        .tickets-announcement__icon i {
            font-size: 1.8rem;
            color: white;
        }

        .tickets-announcement__title {
            position: relative;
            z-index: 2;
            margin: 0 0 8px;
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--texto);
            text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
        }

        .tickets-announcement__text {
            position: relative;
            z-index: 2;
            margin: 0;
            font-size: 0.95rem;
            color: rgba(44, 62, 80, 0.85);
            font-style: italic;
            font-weight: 500;
        }

        .tickets-announcement__price {
            position: relative;
            z-index: 2;
            margin: 8px 0 16px;
            font-size: 2rem;
            font-weight: 700;
            color: var(--agua);
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        /* Botón de entradas */
        .tickets-button {
            position: relative;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 24px;
            margin-top: 8px;
            font-size: 1rem;
            font-weight: 600;
            color: white;
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            border: none;
            border-radius: 25px;
            text-decoration: none;
            box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .tickets-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
            background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
        }

        .tickets-button:active {
            transform: translateY(0px);
        }

        .tickets-button i {
            font-size: 1.1rem;
        }

        /* Conference items with background images */
        .timeline-content--conference {
            flex-direction: column;
            padding: 0;
            overflow: hidden;
        }

        .timeline-conference-info {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 16px 18px;
            background: rgba(255, 255, 255, 0.98);
        }

        .timeline-conference-info .timeline-icon {
            flex-shrink: 0;
        }

        .timeline-conference-info .timeline-title {
            margin: 0;
            color: var(--texto);
            font-size: 1.05rem;
        }

        .timeline-conference-image-wrapper {
            width: 100%;
            height: 180px;
            overflow: hidden;
            position: relative;
        }

        .timeline-conference-image {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            will-change: transform;
            transform-origin: center center;
        }

        .timeline-content--conference .timeline-speaker {
            padding: 14px 18px 16px;
            margin: 0;
            border-top: none;
        }

        @media (max-width: 768px) {
            .countdown-container {
                padding: 15px;
            }

            .countdown-value {
                font-size: 1.5rem;
            }

            .countdown-item {
                min-width: 60px;
                padding: 8px;
            }

            .social-share {
                padding: 15px;
            }

            .social-btn {
                width: 42px;
                height: 42px;
                font-size: 1.1rem;
            }

            .event-overview {
                margin: 24px -20px 28px;
                width: calc(100% + 40px);
                border-radius: 0;
                padding: 32px 24px;
            }

            .event-overview__title {
                font-size: 1.9rem;
            }

            .event-highlight__content {
                padding: 20px;
            }

            .event-highlight__glass {
                padding: 22px 18px;
                text-align: center;
            }

            .event-schedule {
                padding: 20px 14px 24px;
                margin: 0 -10px;
                border-radius: 18px;
            }

            .event-schedule__title {
                font-size: 1.3rem;
            }

            .event-schedule__subtitle {
                font-size: 0.88rem;
                margin-bottom: 24px;
            }

            .timeline::before {
                left: 54px;
                width: 2px;
            }

            .timeline-item {
                grid-template-columns: 45px 16px 1fr;
                gap: 10px;
                margin-bottom: 18px;
            }

            .timeline-time {
                font-size: 0.75rem;
                padding-top: 6px;
            }

            .timeline-marker {
                width: 16px;
                height: 16px;
                border-width: 2px;
                margin-top: 5px;
            }

            .timeline-content {
                padding: 14px 16px;
                border-radius: 14px;
                flex-direction: column;
                gap: 10px;
            }

            .timeline-icon {
                width: 38px;
                height: 38px;
                font-size: 1rem;
                border-radius: 10px;
            }

            .timeline-title {
                font-size: 0.95rem;
                margin-bottom: 4px;
            }

            .timeline-description {
                font-size: 0.82rem;
            }

            .timeline-speaker {
                gap: 10px;
                margin-top: 8px;
                padding-top: 10px;
            }

            .timeline-speaker-img {
                width: 36px;
                height: 36px;
            }

            .timeline-speaker-name {
                font-size: 0.85rem;
            }

            .timeline-speaker-role {
                font-size: 0.68rem;
            }

            .timeline-conference-info {
                padding: 12px 14px;
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }

            .timeline-conference-info .timeline-title {
                font-size: 0.95rem;
            }

            .timeline-conference-image-wrapper {
                height: 140px;
            }

            .timeline-content--conference .timeline-speaker {
                padding: 12px 14px 14px;
            }

            .tickets-announcement {
                margin-top: 28px;
                padding: 24px 18px;
                border-radius: 16px;
            }

            .tickets-announcement__icon {
                width: 56px;
                height: 56px;
                margin-bottom: 12px;
            }

            .tickets-announcement__icon i {
                font-size: 1.5rem;
            }

            .tickets-announcement__title {
                font-size: 1.2rem;
            }

            .tickets-announcement__text {
                font-size: 0.88rem;
            }
        }

        .talks-section {
            margin: 60px 0;
            padding: 40px;
            background: #f8f8f8;
            border-radius: 15px;
        }

        .talks-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .talk-item {
            background: white;
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .talk-title {
            font-size: 1.1rem;
            margin: 0;
            padding: 15px;
            text-align: center;
            color: white;
            font-weight: 600;
        }

        .talk-item:nth-child(1) .talk-title {
            background: var(--aire);
        }

        .talk-item:nth-child(2) .talk-title {
            background: var(--fuego);
        }

        .talk-image {
            width: 100%;
            height: 120px;
            object-fit: cover;
            margin-bottom: 0;
        }

        .event-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 15px;
            margin: 30px 0;
        }

        .info-card {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .info-card i {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }

        .info-card:nth-child(1) i {
            color: var(--agua);
        }

        .info-card:nth-child(2) i {
            color: var(--tierra);
        }

        .info-card:nth-child(3) i {
            color: var(--fuego);
        }

        .info-card h4 {
            color: #2c2c2c;
            margin-bottom: 8px;
            font-size: 1rem;
        }

        .map-container {
            margin: 30px 0;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .map-container iframe {
            width: 100%;
            height: 300px;
            border: none;
        }

        .event-cta-section {
            text-align: center;
            margin: 50px 0;
            padding: 40px;
            background: linear-gradient(135deg, #2c5530 0%, #4a90e2 100%);
            color: white;
            border-radius: 15px;
        }

        .event-cta-title {
            font-size: 1.8rem;
            margin-bottom: 15px;
        }

        .event-cta-text {
            font-size: 1.1rem;
            margin-bottom: 25px;
            opacity: 0.9;
        }

        .event-cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .cta-button {
            padding: 12px 25px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s;
        }

        .cta-button.primary {
            background: white;
            color: #2c5530;
        }

        .cta-button.secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* Indicación de click para instituciones */
        .institution-click-hint {
            text-align: center;
            padding: 15px 20px;
            background: linear-gradient(135deg, rgba(27, 154, 170, 0.1), rgba(142, 68, 173, 0.1));
            border-radius: 10px;
            margin: 20px 0;
            font-size: 0.95rem;
            color: var(--texto);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            animation: pulse-hint 2s ease-in-out infinite;
        }

        .institution-click-hint i {
            font-size: 1.2rem;
            color: var(--agua);
        }

        @keyframes pulse-hint {
            0%, 100% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.02);
                opacity: 0.9;
            }
        }

        .institutions-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 40px;
            align-items: start;
        }

        .institution-item {
            background: white;
            border-radius: 12px;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            overflow: hidden;
            height: auto;
        }

        /* Colores por elemento */
        .institution-item[data-element="agua"] .institution-header {
            background: linear-gradient(135deg, rgba(27, 154, 170, 0.05) 0%, rgba(27, 154, 170, 0.02) 100%);
        }

        .institution-item[data-element="agua"] .institution-header:hover {
            background: linear-gradient(135deg, rgba(27, 154, 170, 0.12) 0%, rgba(27, 154, 170, 0.06) 100%);
        }

        .institution-item[data-element="agua"] h3 i,
        .institution-item[data-element="agua"] .institution-toggle-icon {
            color: var(--agua);
        }

        .institution-item[data-element="agua"] .institution-needs {
            background: rgba(27, 154, 170, 0.03);
            border-top-color: rgba(27, 154, 170, 0.2);
        }

        .institution-item[data-element="agua"] .institution-needs h4 {
            color: var(--agua);
        }

        .institution-item[data-element="tierra"] .institution-header {
            background: linear-gradient(135deg, rgba(230, 126, 34, 0.05) 0%, rgba(230, 126, 34, 0.02) 100%);
        }

        .institution-item[data-element="tierra"] .institution-header:hover {
            background: linear-gradient(135deg, rgba(230, 126, 34, 0.12) 0%, rgba(230, 126, 34, 0.06) 100%);
        }

        .institution-item[data-element="tierra"] h3 i,
        .institution-item[data-element="tierra"] .institution-toggle-icon {
            color: var(--tierra);
        }

        .institution-item[data-element="tierra"] .institution-needs {
            background: rgba(230, 126, 34, 0.03);
            border-top-color: rgba(230, 126, 34, 0.2);
        }

        .institution-item[data-element="tierra"] .institution-needs h4 {
            color: var(--tierra);
        }

        .institution-item[data-element="fuego"] .institution-header {
            background: linear-gradient(135deg, rgba(231, 76, 60, 0.05) 0%, rgba(231, 76, 60, 0.02) 100%);
        }

        .institution-item[data-element="fuego"] .institution-header:hover {
            background: linear-gradient(135deg, rgba(231, 76, 60, 0.12) 0%, rgba(231, 76, 60, 0.06) 100%);
        }

        .institution-item[data-element="fuego"] h3 i,
        .institution-item[data-element="fuego"] .institution-toggle-icon {
            color: var(--fuego);
        }

        .institution-item[data-element="fuego"] .institution-needs {
            background: rgba(231, 76, 60, 0.03);
            border-top-color: rgba(231, 76, 60, 0.2);
        }

        .institution-item[data-element="fuego"] .institution-needs h4 {
            color: var(--fuego);
        }

        .institution-item[data-element="aire"] .institution-header {
            background: linear-gradient(135deg, rgba(142, 68, 173, 0.05) 0%, rgba(142, 68, 173, 0.02) 100%);
        }

        .institution-item[data-element="aire"] .institution-header:hover {
            background: linear-gradient(135deg, rgba(142, 68, 173, 0.12) 0%, rgba(142, 68, 173, 0.06) 100%);
        }

        .institution-item[data-element="aire"] h3 i,
        .institution-item[data-element="aire"] .institution-toggle-icon {
            color: var(--aire);
        }

        .institution-item[data-element="aire"] .institution-needs {
            background: rgba(142, 68, 173, 0.03);
            border-top-color: rgba(142, 68, 173, 0.2);
        }

        .institution-item[data-element="aire"] .institution-needs h4 {
            color: var(--aire);
        }

        .institution-item:hover {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transform: translateY(-2px);
        }

        .institution-collapsible .institution-header {
            padding: 20px 25px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s ease;
        }

        .institution-title-group {
            flex: 1;
        }

        .institution-collapsible h3 {
            color: var(--texto);
            margin: 0 0 8px 0;
            font-size: 1.15rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .institution-collapsible .location {
            color: rgba(44, 62, 80, 0.7);
            font-size: 0.9rem;
            font-weight: 500;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .institution-toggle-icon {
            font-size: 1.2rem;
            transition: transform 0.3s ease;
            flex-shrink: 0;
        }

        .institution-collapsible.active .institution-toggle-icon {
            transform: rotate(180deg);
        }

        .institution-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .institution-collapsible.active .institution-content {
            max-height: 1000px;
        }

        .institution-description {
            padding: 15px 25px 20px;
            margin: 0;
            color: rgba(44, 62, 80, 0.8);
            line-height: 1.6;
            font-size: 1rem;
        }

        .institution-needs {
            padding: 20px 25px 25px;
            /* Background y border definidos en los estilos por elemento */
        }

        .institution-needs h4 {
            margin: 0 0 15px 0;
            /* Color definido en los estilos por elemento */
            font-size: 1rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .institution-needs ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .institution-needs li {
            padding: 8px 0;
            color: rgba(44, 62, 80, 0.85);
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 0.95rem;
        }

        .institution-needs li i {
            color: var(--tierra);
            margin-top: 3px;
            flex-shrink: 0;
        }

        .institution-needs--achieved {
            background: rgba(46, 204, 113, 0.05);
            border-top-color: rgba(46, 204, 113, 0.3);
        }

        .institution-needs--achieved h4 {
            color: #27ae60;
        }

        .institution-needs--achieved li i {
            color: #27ae60;
        }

        .achievement-badge {
            margin: 15px 0 0;
            padding: 10px 15px;
            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
            color: white;
            border-radius: 20px;
            text-align: center;
            font-weight: 600;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 12px rgba(46, 204, 113, 0.3);
        }

        .achievement-badge i {
            animation: starPulse 2s ease-in-out infinite;
        }

        @keyframes starPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.2); }
        }

        .institution-item h3 {
            color: #2c5530;
            margin-bottom: 10px;
        }

        .institution-item .location {
            color: #4a90e2;
            font-weight: 500;
            margin-bottom: 10px;
        }

        /* Indicación de click para sponsors */
        .sponsor-click-hint {
            text-align: center;
            padding: 12px 20px;
            background: linear-gradient(135deg, rgba(230, 126, 34, 0.1), rgba(231, 76, 60, 0.1));
            border-radius: 10px;
            margin: 25px auto;
            max-width: 600px;
            font-size: 0.95rem;
            color: var(--texto);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            animation: pulse-hint 2s ease-in-out infinite;
        }

        .sponsor-click-hint i {
            font-size: 1.2rem;
            color: var(--tierra);
        }

        .sponsors-carousel {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
            margin: 30px 0;
            min-height: 300px;
            position: relative;
        }

        .sponsor-carousel-item {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            width: 180px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 0.6s ease forwards;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .sponsor-carousel-item::after {
            content: '👁️ Ver más';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(135deg, var(--tierra), var(--fuego));
            color: white;
            padding: 8px;
            font-size: 0.75rem;
            font-weight: 600;
            text-align: center;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .sponsor-carousel-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .sponsor-carousel-item:hover::after {
            transform: translateY(0);
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .sponsor-carousel-item img {
            max-width: 100%;
            max-height: 80px;
            object-fit: contain;
        }

        /* Responsive para móvil - 2 columnas */
        @media (max-width: 768px) {
            .sponsor-click-hint {
                font-size: 0.85rem;
                padding: 10px 15px;
                margin: 20px 10px;
            }

            .sponsor-click-hint i {
                font-size: 1rem;
            }

            .sponsors-carousel {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
                margin: 20px 0;
                padding: 0 10px;
            }

            .sponsor-carousel-item {
                width: 100%;
                height: 100px;
                padding: 15px;
            }

            .sponsor-carousel-item::after {
                font-size: 0.7rem;
                padding: 6px;
            }
        }

        .sponsor-item {
            background: white;
            padding: 25px;
            border-radius: 12px;
            text-align: center;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            min-height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #f0f0f0;
        }

        .sponsor-item:hover {
            transform: translateY(-3px);
        }

        .sponsor-item img {
            max-width: 100%;
            max-height: 80px;
            width: auto;
            height: auto;
            object-fit: contain;
        }

        /* Modal de información de auspiciantes */
        .sponsor-modal {
            position: fixed;
            inset: 0;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 30px 16px;
            background: rgba(15, 44, 24, 0.25);
            backdrop-filter: blur(12px) saturate(1.4);
            -webkit-backdrop-filter: blur(12px) saturate(1.4);
            z-index: 2000;
        }

        .sponsor-modal.is-active {
            display: flex;
        }

        .sponsor-modal__dialog {
            position: relative;
            max-width: 520px;
            width: 100%;
            padding: 32px;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.92);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
            backdrop-filter: blur(6px) saturate(1.6);
            -webkit-backdrop-filter: blur(6px) saturate(1.6);
        }

        .sponsor-modal__close {
            position: absolute;
            top: 16px;
            right: 16px;
            border: none;
            background: rgba(44, 85, 48, 0.1);
            color: #2c5530;
            font-size: 1.6rem;
            line-height: 1;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.25s ease, transform 0.25s ease;
        }

        .sponsor-modal__close:hover {
            background: rgba(44, 85, 48, 0.25);
            transform: scale(1.05);
        }

        .sponsor-modal__body {
            display: flex;
            align-items: center;
            gap: 28px;
        }

        .sponsor-modal__logo {
            flex: 0 0 160px;
            background: rgba(44, 85, 48, 0.08);
            border-radius: 18px;
            padding: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .sponsor-modal__logo img {
            max-width: 100%;
            max-height: 120px;
            object-fit: contain;
        }

        .sponsor-modal__info {
            flex: 1;
        }

        .sponsor-modal__title {
            font-size: 1.6rem;
            color: #2c5530;
            margin-bottom: 12px;
        }

        .sponsor-modal__description {
            font-size: 1rem;
            color: rgba(44, 62, 80, 0.85);
            line-height: 1.6;
        }

        .sponsor-modal__links {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 22px;
        }

        .sponsor-modal__link {
            display: none;
            align-items: center;
            gap: 10px;
            padding: 10px 18px;
            border-radius: 999px;
            background: linear-gradient(135deg, #2c5530 0%, #4a90e2 100%);
            color: white;
            font-weight: 600;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .sponsor-modal__link.is-active {
            display: inline-flex;
        }

        .sponsor-modal__link:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 24px rgba(44, 85, 48, 0.25);
        }

        .sponsor-modal__link i {
            font-size: 1.1rem;
        }

        .sponsor-modal__note {
            display: none;
            margin-top: 18px;
            font-size: 0.92rem;
            color: #2c5530;
            opacity: 0.85;
        }

        .sponsor-modal__note.is-visible {
            display: block;
        }

        @media (max-width: 768px) {
            .sponsor-modal__dialog {
                padding: 26px 20px;
            }

            .sponsor-modal__body {
                flex-direction: column;
                text-align: center;
            }

            .sponsor-modal__logo {
                width: 160px;
                margin: 0 auto;
            }

            .sponsor-modal__links {
                justify-content: center;
            }
        }

        body.modal-open {
            overflow: hidden;
        }

        /* ECOA Logo Animated */
        .ecoa-logo-animated {
            max-height: 150px;
            margin: 30px 0;
            display: inline-block;
            animation: logoFloat 4s ease-in-out infinite;
            transition: transform 0.3s ease;
            filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
        }

        .ecoa-logo-animated:hover {
            animation-play-state: paused;
            transform: scale(1.1) rotate(5deg);
            filter: drop-shadow(0 12px 24px rgba(27, 154, 170, 0.3));
        }

        @keyframes logoFloat {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            25% {
                transform: translateY(-10px) rotate(2deg);
            }
            50% {
                transform: translateY(0px) rotate(0deg);
            }
            75% {
                transform: translateY(-5px) rotate(-2deg);
            }
        }

        .footer {
            background: #2c5530;
            color: white;
            padding: 40px 20px 20px;
            text-align: center;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .footer-logo img {
            height: 130px;
            width: auto;
        }

        .footer-brand {
            font-size: 1.3rem;
            margin-bottom: 5px;
        }

        /* Estilos para el contador de visitas */
        #contador-visitas {
            background: linear-gradient(45deg, var(--agua), var(--aire));
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: none;
        }

        .float-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(45deg, var(--fuego), var(--aire));
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s;
            z-index: 1000;
        }

        .float-btn:hover {
            background: linear-gradient(45deg, var(--aire), var(--fuego));
            transform: translateY(-3px) rotate(360deg);
        }

        /* Responsive */
        /* Efectos hover para conferencias */
        .conference-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2) !important;
        }

        .conference-card:hover img {
            transform: scale(1.05);
        }

        /* Efectos para botones de contacto */
        .contact-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
        }

        @media (max-width: 768px) {
            .menu-toggle {
                display: block;
            }

            .nav-menu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: white;
                flex-direction: column;
                padding: 20px 0;
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                z-index: 1000;
            }

            .nav-menu.active {
                display: flex;
            }

            .nav-item {
                text-align: center;
                padding: 10px 0;
            }

            .hero-title {
                font-size: 2.2rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .event-cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .footer-logo {
                flex-direction: column;
                text-align: center;
            }

            /* Responsive para móviles */
            .hero-title {
                font-size: 2rem !important;
            }

            .section-title {
                font-size: 1.8rem !important;
            }

            /* Ajustes para sección del evento en móvil */
            .content-section {
                padding: 0 15px !important;
            }

            .content-section-full {
                padding: 40px 0;
            }

            .section-description {
                margin-bottom: 30px;
            }

            .ecoa-logo-animated {
                max-height: 120px;
                margin: 20px 0;
            }

            .institutions-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .institution-click-hint {
                font-size: 0.85rem;
                padding: 12px 15px;
                margin: 15px 0;
            }

            .institution-click-hint i {
                font-size: 1rem;
            }

            .institution-collapsible .institution-header {
                padding: 15px 18px;
            }

            .institution-collapsible h3 {
                font-size: 1rem;
            }

            .institution-description {
                padding: 12px 18px 16px;
                font-size: 0.9rem;
            }

            .institution-needs {
                padding: 15px 18px 20px;
            }

            .institution-needs h4 {
                font-size: 0.95rem;
            }

            .institution-needs li {
                font-size: 0.88rem;
                padding: 6px 0;
            }

            .achievement-badge {
                font-size: 0.85rem;
                padding: 8px 12px;
            }
        }