:root {
            --primary: #2ecc71;
            --secondary: #9b59b6;
            --accent: #f1c40f;
            --dark: #34495e;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: var(--dark);
            padding-top: 0;
        }
        
        /* Carrusel con dimensiones fijas */
        .hero-carousel-container {
            position: relative;
            width: 100%;
            overflow: hidden;
            height: 70vh;
            min-height: 500px;
            max-height: 800px;
        }
        
        .hero-carousel {
            height: 100%;
            position: relative;
        }
        
        .carousel-inner {
            height: 100%;
        }
        
        .carousel-item {
            height: 100%;
            position: relative;
        }
        
        .image-container {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 1920px;
            max-height: 1080px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
        
        .carousel-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
            z-index: 1;
        }
        
        .carousel-caption {
            position: absolute;
            bottom: 30%;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 2;
        }
        
        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 5px;
        }
        
        /* Navbar sobre carrusel */
        .navbar-over-carousel {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background-color: rgba(0, 0, 0, 0.5) !important;
        }
        
        .navbar-brand .logo-icon {
            color: var(--primary);
            font-size: 1.8rem;
            margin-right: 10px;
        }
        
        .nav-link {
            font-weight: 500;
            color: white !important;
        }
        
        .nav-link:hover {
            color: var(--primary) !important;
        }
        
        /* Sección después del carrusel */
        .section-after-carousel {
            margin-top: -80px;
            position: relative;
            z-index: 10;
            background-color: white;
            border-radius: 20px 20px 0 0;
            box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
        }
        
        /* Botones */
        .btn-keto {
            background-color: var(--primary);
            color: white;
            font-weight: bold;
            padding: 12px 30px;
            border-radius: 30px;
            transition: all 0.3s;
            border: none;
        }
        
        .btn-keto:hover {
            background-color: #27ae60;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        /* Tarjetas de beneficios */
        .benefit-card {
            border-radius: 10px;
            transition: all 0.3s;
            height: 100%;
            border: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .icon-wrapper {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 2rem;
        }
        
        .weight-loss { background-color: rgba(46, 204, 113, 0.1); color: var(--primary); }
        .diabetes { background-color: rgba(155, 89, 182, 0.1); color: var(--secondary); }
        .heart { background-color: rgba(231, 76, 60, 0.1); color: #e74c3c; }
        .brain { background-color: rgba(52, 152, 219, 0.1); color: #3498db; }
        .energy { background-color: rgba(241, 196, 15, 0.1); color: var(--accent); }
        .inflammation { background-color: rgba(26, 188, 156, 0.1); color: #1abc9c; }
        
        /* Testimonios */
        .testimonial-card {
            border-left: 5px solid var(--primary);
            border-radius: 8px;
        }
        
        /* Footer */
        footer {
            background-color: var(--dark);
            color: white;
        }
        /* Estilos generales del banner */
        .banner-keto {
            background: linear-gradient(135deg, #6a3093 0%, #a044ff 100%); /* Degradado morado */
            color: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            margin: 20px auto;
            max-width: 800px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            font-family: 'Arial', sans-serif;
            border: 2px solid #4CAF50; /* Borde verde keto */
        }
        
        .banner-keto h2 {
            font-size: 28px;
            margin-bottom: 10px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        }
        
        .banner-keto p {
            font-size: 16px;
            margin-bottom: 20px;
        }
        
        .btn-keto {
            background-color: #4CAF50; /* Verde keto */
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 50px;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
            font-weight: bold;
        }
        
        .btn-keto:hover {
            background-color: #45a049;
            transform: scale(1.05);
        }
        
        /* Efecto opcional para destacar */
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        
        .btn-keto.pulse {
            animation: pulse 2s infinite;
        }

        /*Para videos Locales*/
        /* Estilos generales (conservan el diseño keto) */
        .seccion-videos {
            background-color: #f9f9f9;
            padding: 30px 0;
            margin: 40px 0;
            border-radius: 10px;
            border-top: 3px solid #4CAF50;
        }

        .contenedor-videos {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }

        /* Contenedor de video local */
        .contenedor-video {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            background: #000; /* Fondo negro para mejor contraste */
        }

        .video-local {
            width: 100%;
            display: block;
            border-radius: 5px;
        }

        /* Botones de controles personalizados (opcional) */
        video::-webkit-media-controls {
            background: linear-gradient(transparent, rgba(0,0,0,0.5));
        }

        /* Responsive */
        @media (max-width: 768px) {
            .video-card {
                max-width: 100%;
            }
        }
        /* Estilos para la sección de dieta personalizada */
        .personalized-keto-section {
            background-color: #f8f9fa;
            background-image: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7)), url('https://nuestrosistema.com.mx/ketolover/assets/img/keto-bg.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }

        .personalized-keto-content {
            padding: 2rem;
            background-color: rgba(255,255,255,0.9);
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .benefits-list li {
            font-size: 1.05rem;
            padding: 0.5rem 0;
        }

        .personalized-results {
            background-color: #f0f7ff;
            border-left: 4px solid var(--primary);
        }

        /* Estilos para el formulario */
        .form-container {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .form-header {
            padding: 1.5rem;
            background: var(--primary);
            color: white;
            text-align: center;
        }

        .form-header h2 {
            margin-bottom: 0.5rem;
            font-weight: 700;
        }

        .form-header p {
            margin-bottom: 0;
            opacity: 0.9;
        }

        form {
            padding: 1.5rem;
        }

        .form-section {
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid #eee;
        }

        .form-section-title {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            color: var(--primary);
            font-weight: 600;
        }

        .form-section-title i {
            margin-right: 0.5rem;
            font-size: 1.1rem;
        }

        .form-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -0.75rem;
        }

        .form-col {
            flex: 1;
            padding: 0 0.75rem;
            min-width: 200px;
        }

        .form-group {
            margin-bottom: 1rem;
        }

        label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 500;
            color: #555;
        }

        .required-field::after {
            content: " *";
            color: #dc3545;
        }

        .form-control {
            width: 100%;
            padding: 0.75rem;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 1rem;
            transition: border 0.3s;
        }

        .form-control:focus {
            border-color: var(--primary);
            outline: none;
            box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
        }

        .calculated-field {
            background-color: #f8f9fa;
            cursor: not-allowed;
        }

        .radio-group {
            display: flex;
            gap: 1.5rem;
        }

        .radio-option {
            display: flex;
            align-items: center;
        }

        .radio-option input {
            margin-right: 0.5rem;
        }

        .btn-submit {
            width: 100%;
            padding: 1rem;
            background: var(--primary);
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }

        .btn-submit:hover {
            background: #0b5ed7;
        }

        @media (max-width: 768px) {
            .form-col {
                flex: 100%;
                margin-bottom: 1rem;
            }
            
            .radio-group {
                flex-direction: column;
                gap: 0.5rem;
            }
        }
:root {
            --primary: #6c5ce7;
            --secondary: #a29bfe;
            --success: #00b894;
            --info: #0984e3;
            --warning: #fdcb6e;
            --danger: #d63031;
        }
        
        /* Estilos mejorados para el carrusel */
        .hero-carousel-container {
            position: relative;
            height: 100vh;
            max-height: 800px;
            overflow: hidden;
        }
        
        .hero-carousel {
            height: 100%;
        }
        
        .carousel-inner {
            height: 100%;
        }
        
        .carousel-item {
            height: 100%;
            transition: transform 0.8s ease-in-out;
        }
        
        .image-container {
            height: 100%;
            position: relative;
        }
        
        .carousel-item img {
            object-fit: cover;
            height: 100%;
            width: 100%;
            filter: brightness(0.7);
        }
        
        .carousel-caption {
            bottom: 30%;
            left: 0;
            right: 0;
            padding: 0 15%;
            text-align: left;
        }
        
        .carousel-caption h1 {
            font-size: 3.5rem;
            text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
            margin-bottom: 1.5rem;
            animation: fadeInUp 0.8s ease;
        }
        
        .carousel-caption .lead {
            font-size: 1.5rem;
            text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
            margin-bottom: 2rem;
            animation: fadeInUp 1s ease;
        }
        
        .carousel-cta {
            background-color: var(--primary);
            color: white;
            border: none;
            padding: 12px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s;
            animation: fadeInUp 1.2s ease;
            display: inline-block;
        }
        
        .carousel-cta:hover {
            background-color: #5649c0;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        .carousel-indicators {
            bottom: 50px;
        }
        
        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 8px;
            border: none;
            opacity: 0.7;
            transition: all 0.3s;
        }
        
        .carousel-indicators button.active {
            background-color: var(--primary);
            opacity: 1;
            transform: scale(1.3);
        }
        
        .carousel-control-custom {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            z-index: 10;
        }
        
        .carousel-control-prev-custom,
        .carousel-control-next-custom {
            background: rgba(255,255,255,0.2);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            transition: all 0.3s;
            backdrop-filter: blur(5px);
        }
        
        .carousel-control-prev-custom:hover,
        .carousel-control-next-custom:hover {
            background: var(--primary);
            transform: scale(1.1);
        }
        
        /* Animaciones */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Estilos para el navbar sobre el carrusel */
        .navbar-over-carousel {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background-color: transparent !important;
            padding-top: 20px;
            transition: all 0.3s;
        }
        
        .navbar-over-carousel.scrolled {
            background-color: var(--primary) !important;
            padding-top: 10px;
            padding-bottom: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        /* Resto de tus estilos existentes... */
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f8f9fa;
        }
        
        .navbar {
            background-color: #000000 !important;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            font-weight: 700;
            font-size: 1.5rem;
        }
        
        .logo-icon {
            color: white !important;
            margin-right: 8px;
        }
        
        .btn-keto {
            background-color: var(--primary);
            color: white;
            font-weight: 600;
            padding: 0.5rem 1.5rem;
            border-radius: 50px;
            border: none;
            transition: all 0.3s;
        }
        
        .btn-keto:hover {
            background-color: #5649c0;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        .personalized-keto-section {
            padding: 4rem 0;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        }
        
        .personalized-keto-content {
            padding: 2rem;
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }
        
        .personalized-keto-content h2 {
            color: var(--primary);
            font-weight: 800;
            margin-bottom: 1.5rem;
        }
        
        .personalized-keto-content .lead {
            color: #555;
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }
        
        .benefits-list h4 {
            color: var(--primary);
            font-weight: 700;
            margin-top: 1.5rem;
        }
        
        .benefits-list ul li {
            margin-bottom: 0.8rem;
            color: #555;
            font-size: 1rem;
        }
        
        .personalized-results {
            background-color: #f0f7ff;
            border-left: 4px solid var(--primary);
            margin-top: 2rem;
        }
        
        .personalized-results h5 {
            color: var(--primary);
            font-weight: 600;
        }
        
        /* Estilos mejorados para el formulario */
        .form-container {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border: 1px solid #eee;
        }
        
        .form-header {
            padding: 1.5rem;
            background: var(--primary);
            color: white;
            text-align: center;
        }
        
        .form-header h2 {
            margin-bottom: 0.5rem;
            font-weight: 700;
            font-size: 1.8rem;
        }
        
        .form-header p {
            margin-bottom: 0;
            opacity: 0.9;
            font-size: 1rem;
        }
        
        form {
            padding: 2rem;
        }
        
        .form-section {
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid #eee;
        }
        
        .form-section:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .form-section-title {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
            color: var(--primary);
            font-weight: 600;
            font-size: 1.2rem;
        }
        
        .form-section-title i {
            margin-right: 0.8rem;
            font-size: 1.2rem;
        }
        
        .form-group {
            margin-bottom: 1.5rem;
        }
        
        label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 500;
            color: #555;
        }
        
        .required-field::after {
            content: " *";
            color: var(--danger);
        }
        
        .form-control {
            width: 100%;
            padding: 0.75rem 1rem;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s;
        }
        
        .form-control:focus {
            border-color: var(--primary);
            outline: none;
            box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.1);
        }
        
        .calculated-field {
            background-color: #f8f9fa;
            cursor: not-allowed;
        }
        
        .radio-group {
            display: flex;
            gap: 1.5rem;
            padding: 0.5rem 0;
        }
        
        .radio-option {
            display: flex;
            align-items: center;
        }
        
        .radio-option input {
            margin-right: 0.5rem;
        }
        
        .btn-submit {
            width: 100%;
            padding: 1rem;
            background: var(--primary);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            margin-top: 1rem;
        }
        
        .btn-submit:hover {
            background: #5649c0;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(108, 92, 231, 0.2);
        }
        
        footer {
            background-color: #343a40;
            color: white;
            padding: 3rem 0;
        }
        
        footer h5 {
            font-weight: 600;
            margin-bottom: 1.5rem;
            font-size: 1.2rem;
            color: white;
        }
        
        footer ul li {
            margin-bottom: 0.8rem;
        }
        
        footer a, footer p, footer li, footer .text-muted {
            color: white !important;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        footer a:hover {
            color: #ddd !important;
        }
        
        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(255,255,255,0.1);
            border-radius: 50%;
            transition: all 0.3s;
            color: white !important;
        }
        
        .social-icons a:hover {
            background-color: var(--primary);
            transform: translateY(-3px);
        }
        
        /* Sección de videos */
        .seccion-videos {
            padding: 4rem 0;
            background-color: #f8f9fa;
        }
        
        .titulo-seccion {
            text-align: center;
            margin-bottom: 1rem;
            color: var(--primary);
            font-weight: 700;
        }
        
        .icono {
            font-size: 1.5rem;
        }
        
        .subtitulo {
            text-align: center;
            color: #666;
            margin-bottom: 3rem;
            font-size: 1.2rem;
        }
        
        .video-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-bottom: 2rem;
            transition: transform 0.3s;
        }
        
        
        .titulo-video {
            padding: 1.5rem;
            background-color: var(--primary);
            color: white;
            margin: 0;
            font-size: 1.3rem;
        }
        
        .contenedor-iframe {
            position: relative;
            padding-bottom: 56.25%; /* Relación 16:9 */
            height: 0;
            overflow: hidden;
        }
        
        .contenedor-iframe iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        
        /* Estilo para el botón de CTA */
        .btn-keto.pulse {
            animation: pulse 2s infinite;
            padding: 15px 30px;
            font-size: 1.2rem;
        }
        
        @keyframes pulse {
            0% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(108, 92, 231, 0.7);
            }
            70% {
                transform: scale(1.05);
                box-shadow: 0 0 0 10px rgba(108, 92, 231, 0);
            }
            100% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(108, 92, 231, 0);
            }
        }
        
        @media (max-width: 768px) {
            .radio-group {
                flex-direction: column;
                gap: 0.5rem;
            }
            
            .personalized-keto-content,
            .form-container {
                margin-bottom: 2rem;
            }
            
            .hero-carousel-container {
                height: 80vh;
            }
            
            .carousel-caption {
                bottom: 20%;
                padding: 0 10%;
            }
            
            .carousel-caption h1 {
                font-size: 2.2rem;
            }
            
            .carousel-caption .lead {
                font-size: 1.1rem;
            }
            
            .carousel-cta {
                padding: 10px 20px;
                font-size: 1rem;
            }
        }
/* Estilos para centrar los videos y ajustar la tabla */
#example td:nth-child(2) {
    text-align: center !important;
}

#example td:nth-child(2) video {
    display: inline-block;
    margin: 0 auto;
}

/* Mover el buscador a la derecha y mejorar su estilo */
.dataTables_filter {
    float: right !important;
    margin-bottom: 1rem;
}

.dataTables_filter label {
    display: flex;
    align-items: center;
}

.dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 0.375rem 0.75rem !important;
    transition: all 0.3s !important;
}

.dataTables_filter input:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.1) !important;
    outline: none !important;
}

/* Ajustar el contenedor superior de la tabla */
.dataTables_wrapper .row:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

/* Asegurar que la tabla sea responsive */
.table-responsive {
    overflow-x: auto;
}

/* Opcional: ajustar el ancho de las columnas */
#example th:nth-child(1) {
    width: 60%;
}

#example th:nth-child(2) {
    width: 40%;
}    
/* Sección mejorada de biblioteca de videos */
.video-library-cta {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    margin: 3rem 0;
}

.video-library-card {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-left: 5px solid var(--primary);
    transition: transform 0.3s;
}

.video-library-card:hover {
    transform: translateY(-5px);
}

.video-library-content h2 {
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
}

.video-library-content h2 i {
    color: var(--primary);
    font-size: 1.5em;
    vertical-align: middle;
}

.video-library-content .lead {
    color: #555;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.video-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.feature-item {
    background: rgba(108, 92, 231, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.btn-video-library {
    background-color: var(--primary);
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(108, 92, 231, 0.3);
}

.btn-video-library:hover {
    background-color: #5649c0;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(108, 92, 231, 0.4);
}

/* Efecto de pulso en el icono de play */
@keyframes pulse-play {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.btn-video-library i {
    animation: pulse-play 2s infinite;
}

@media (max-width: 768px) {
    .video-library-card {
        padding: 1.5rem;
    }
    
    .video-library-content h2 {
        font-size: 1.5rem;
    }
    
    .video-features {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* Estilos para la sección de planes */
.plan-card {
    border-radius: 15px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.popular-plan {
    border: 2px solid var(--primary);
}

.popular-badge {
    position: absolute;
    top: 15px;
    right: -30px;
    background-color: var(--primary);
    color: white;
    padding: 5px 30px;
    font-size: 0.8rem;
    font-weight: bold;
    transform: rotate(45deg);
    z-index: 1;
}

.price {
    line-height: 1.2;
}

.price span:first-child {
    color: inherit;
}

.plan-card ul li {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed #eee;
}

.plan-card ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(162 155 254) !important;
}