
        /* Estilos específicos para la página de esponsor */
        .sponsor-card {
            background: rgba(42, 10, 74, 0.4);
            border-radius: 15px;
            border-left: 4px solid var(--accent-color);
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            position: relative;
            overflow: hidden;
        }
        
        .sponsor-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 0 15px rgba(181, 126, 220, 0.3);
        }
        
        .sponsor-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(181, 126, 220, 0.1) 0%, transparent 100%);
            z-index: -1;
        }
        
        .benefit-icon {
            font-size: 2.5rem;
            color: var(--accent-color);
            margin-bottom: 15px;
        }
        
        .benefit-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: var(--accent-color);
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .benefit-description {
            font-size: 1.1rem;
            line-height: 1.6;
        }
        
        .sponsor-cta {
            background: rgba(0, 0, 0, 0.3);
            border: 2px solid var(--accent-color);
            border-radius: 15px;
            padding: 30px;
            margin-top: 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 0 25px rgba(181, 126, 220, 0.3);
            animation: glowPulse 3s infinite alternate;
        }
        
        .sponsor-packages {
            margin-top: 50px;
        }
        
        .package-card {
            background: rgba(26, 5, 48, 0.7);
            border-radius: 15px;
            border: 2px solid var(--accent-color);
            padding: 30px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .package-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(181, 126, 220, 0.4);
        }
        
        .package-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--accent-color);
            text-transform: uppercase;
            letter-spacing: 2px;
            text-align: center;
        }
        
        .package-price {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 25px;
            color: #ffffff;
            text-align: center;
        }
        
        .package-features {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
        }
        
        .package-features li {
            padding: 10px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
        }
        
        .package-features li:last-child {
            border-bottom: none;
        }
        
        .package-features i {
            color: var(--accent-color);
            margin-right: 10px;
        }
        
        .btn-sponsor {
            background: var(--accent-color);
            color: var(--dark-purple);
            font-size: 1.2rem;
            font-weight: 600;
            padding: 12px 30px;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            border: none;
            position: relative;
            overflow: hidden;
            z-index: 1;
            display: block;
            width: 100%;
            text-align: center;
            text-decoration: none;
        }
        
        .btn-sponsor:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
            color: var(--text-color);
        }
        
        .testimonial-card {
            background: rgba(42, 10, 74, 0.3);
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .testimonial-text {
            font-size: 1.1rem;
            line-height: 1.8;
            font-style: italic;
            margin-bottom: 20px;
            position: relative;
        }
        
        .testimonial-text::before {
            font-size: 4rem;
            position: absolute;
            top: -20px;
            left: -15px;
            color: rgba(181, 126, 220, 0.2);
            font-family: serif;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
        }
        
        .testimonial-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
            object-fit: cover;
            border: 2px solid var(--accent-color);
        }
        
        .testimonial-info h4 {
            margin: 0;
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--accent-color);
        }
        
        .testimonial-info p {
            margin: 0;
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
        }
        
        .stats-container {
            margin-top: 50px;
            margin-bottom: 50px;
        }
        
        .stat-item {
            text-align: center;
            padding: 20px;
        }
        
        .stat-number {
            font-size: 3.5rem;
            font-weight: 800;
            color: var(--accent-color);
            margin-bottom: 10px;
            line-height: 1;
        }
        
        .stat-label {
            font-size: 1.2rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .stat-plus {
            font-size: 1.2rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
          
        /* Estilos para las nuevas secciones */
        
        /* Sección de Datos Clave */
        .key-data-section {
            padding: 60px 0;
            background: rgba(26, 5, 48, 0.5);
            border-top: 1px solid rgba(181, 126, 220, 0.3);
            border-bottom: 1px solid rgba(181, 126, 220, 0.3);
            margin: 50px 0;
            position: relative;
            overflow: hidden;
        }
        
        .key-data-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('/placeholder.svg?height=800&width=1600') center center;
            background-size: cover;
            opacity: 0.1;
            z-index: -1;
            filter: blur(5px);
        }
        
        .key-data-title {
            font-size: 2.5rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 40px;
            text-align: center;
            color: var(--accent-color);
            text-shadow: 0 0 10px rgba(181, 126, 220, 0.5);
        }
        
        .key-data-card {
            background: rgba(42, 10, 74, 0.6);
            border-radius: 15px;
            border-left: 4px solid var(--accent-color);
            padding: 25px;
            height: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            position: relative;
            overflow: hidden;
            transform: translateY(50px);
            opacity: 0;
        }
        
        .key-data-card.animated {
            transform: translateY(0);
            opacity: 1;
            transition: all 0.6s ease;
        }
        
        .key-data-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 0 15px rgba(181, 126, 220, 0.3);
        }
        
        .key-data-icon {
            font-size: 2.5rem;
            color: var(--accent-color);
            margin-bottom: 15px;
            text-align: center;
        }
        
        .key-data-value {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #ffffff;
            text-align: center;
        }
        
        .key-data-label {
            font-size: 1.1rem;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        /* Sección de Carrusel */
        .carousel-section {
            padding: 60px 0;
            position: relative;
        }
        
        .carousel-title {
            font-size: 2.5rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 40px;
            text-align: center;
            color: var(--accent-color);
            text-shadow: 0 0 10px rgba(181, 126, 220, 0.5);
        }
        
        .sponsor-carousel {
            margin-bottom: 40px;
        }
        
        .carousel-item-custom {
            background: rgba(42, 10, 74, 0.4);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            margin: 10px;
            height: 400px;
            position: relative;
        }
        
        .carousel-img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-bottom: 2px solid var(--accent-color);
        }
        
        .carousel-content {
            padding: 20px;
        }
        
        .carousel-content h4 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: var(--accent-color);
        }
        
        .carousel-content p {
            font-size: 1rem;
            margin-bottom: 0;
        }
        
        .carousel-indicators {
            bottom: -50px;
        }
        
        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(181, 126, 220, 0.5);
            margin: 0 5px;
        }
        
        .carousel-indicators button.active {
            background-color: var(--accent-color);
            transform: scale(1.2);
        }
        
        .carousel-control-prev, .carousel-control-next {
            width: 5%;
            opacity: 0.8;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 50%;
            height: 50px;
            width: 50px;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .carousel-control-prev {
            left: 10px;
        }
        
        .carousel-control-next {
            right: 10px;
        }
        
        /* Sección de Video */
        .video-section {
            padding: 60px 0;
            background: rgba(26, 5, 48, 0.5);
            border-top: 1px solid rgba(181, 126, 220, 0.3);
            border-bottom: 1px solid rgba(181, 126, 220, 0.3);
            margin: 50px 0;
            position: relative;
        }
        
        .video-title {
            font-size: 2.5rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 40px;
            text-align: center;
            color: var(--accent-color);
            text-shadow: 0 0 10px rgba(181, 126, 220, 0.5);
        }
        
        .video-container {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(181, 126, 220, 0.4);
            opacity: 0;
            transform: scale(0.9);
            transition: all 0.8s ease;
        }
        
        .video-container.animated {
            opacity: 1;
            transform: scale(1);
        }
        
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 15px;
        }
        
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(42, 10, 74, 0.6);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            border-radius: 15px;
        }
        
        .video-overlay:hover {
            background: rgba(42, 10, 74, 0.4);
        }
        
        .play-button {
            width: 80px;
            height: 80px;
            background: var(--accent-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 20px rgba(181, 126, 220, 0.8);
            transition: all 0.3s ease;
        }
        
        .play-button i {
            color: var(--dark-purple);
            font-size: 2rem;
            margin-left: 5px;
        }
        
        .video-overlay:hover .play-button {
            transform: scale(1.1);
            box-shadow: 0 0 30px rgba(181, 126, 220, 1);
        }
        
        .video-description {
            margin-top: 30px;
            text-align: center;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.8s ease;
            transition-delay: 0.3s;
        }
        
        .video-description.animated {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .key-data-card {
                margin-bottom: 20px;
            }
            
            .carousel-item-custom {
                height: auto;
            }
            
            .carousel-img {
                height: 200px;
            }
        }
        
        @media (max-width: 768px) {
            .key-data-title, .carousel-title, .video-title {
                font-size: 2rem;
            }
            
            .play-button {
                width: 60px;
                height: 60px;
            }
            
            .play-button i {
                font-size: 1.5rem;
            }
        }

        
        /* Animaciones */
        .sponsor-card, .package-card, .testimonial-card {
            opacity: 0;
            transform: translateY(30px);
        }
        
        .sponsor-card.animated, .package-card.animated, .testimonial-card.animated {
            animation: fadeInUp 0.6s forwards;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Animación para los números estadísticos */
        @keyframes countUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .stat-number {
            animation: countUp 1s forwards;
        }
