 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }
 
 .js-loading body { opacity: 0; }

 body {
     font-family: 'Monserrat', sans-serif;
     padding-top: 90px;

 }

 /*estilos del footer*/
 footer {
     margin-top: 0 !important;
     background-color: #000000;
     color: white;
     padding: 40px 5%;
 }

 .seccion-anterior-al-footer {
     margin-bottom: 0 !important;
 }


 .footer-container {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     max-width: 1400px;
     margin: 0 auto;
     gap: 30px;
 }


 .footer-brand {
     flex: 1.5;
     min-width: 300px;
 }

 .footer-logo {
     height: 48px;
     margin-bottom: 12px;
 }

 .footer-slogan {
     color: #666;
     font-size: 14px;
     margin-bottom: 25px;
     font-weight: 500;
 }

 .footer-contact {
     display: flex;
     flex-direction: column;
     gap: 15px;
 }

 .contact-row {
     display: flex;
     align-items: flex-start;
     gap: 12px;
 }

 .contact-row i {
     color: #971fbd;
     font-size: 15px;
     margin-top: 2px;
 }

 .contact-row span {
     font-size: 13px;
     line-height: 1.4;
     color: #ddd;
     max-width: 280px;
 }


 .footer-title {
     color: #971fbd;
     font-size: 14px;
     font-weight: 800;
     letter-spacing: 0.5px;
     margin-bottom: 20px;
 }

 .footer-nav {
     flex: 0.8;
 }

 .footer-nav ul {
     list-style: none;
     padding: 0;
 }

 .footer-nav li {
     margin-bottom: 12px;
 }

 .footer-nav a {
     color: #fff;
     text-decoration: none;
     font-size: 13px;
     font-weight: 600;
     transition: 0.3s;
 }

 .footer-nav a:hover {
     color: #971fbd;
 }


 .footer-newsletter {
     flex: 1;
     min-width: 250px;
 }

 .footer-social {
     display: flex;
     gap: 20px;
     margin-bottom: 25px;
 }

 .footer-social a {
     color: #fff;
     font-size: 18px;
 }

 .newsletter-form input {
     width: 100%;
     padding: 10px;
     margin-bottom: 10px;
     border: none;
     border-radius: 4px;
     font-size: 14px;
     background-color: #333;
     color: white;
 }

 .newsletter-form button {
     width: 100%;
     padding: 12px;
     background: #971fbd;
     color: #fff;
     border: none;
     border-radius: 4px;
     font-weight: 800;
     cursor: pointer;
     transition: background 0.3s;
 }

 .footer-copyright {
     text-align: center;
     margin-top: 60px;
     padding-top: 20px;
     border-top: 1px solid #222;
     font-size: 12px;
     color: #ffffff;
 }

 .footer-copyright a {
     color: #971fbd;
     text-decoration: none;
 }


 @media (max-width: 768px) {
     .footer {
         text-align: center;
         padding: 40px 5%;
     }

     .footer-container {
         flex-direction: column;
         align-items: center;
     }

     .contact-row {
         justify-content: center;
         text-align: left;
     }

     .footer-social {
         justify-content: center;
     }
 }

 /*tarjetas para los planes*/

.old-price {
    display: inline-block;
    color: rgba(0, 0, 0, 0.4) !important; 
    text-decoration: line-through !important;
    text-decoration-color: #F17016 !important; 
    font-size: 1.2rem; 
    margin-right: 8px;
    font-weight: 400;
}

.old-cents {
    font-size: 0.7em;
    vertical-align: super;
}
.plans-section {
    background: linear-gradient(135deg, #4f1064 0%, #7b1fa2 100%);
    padding: 80px 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    margin: 40px auto;
    width: 95%;
    max-width: 1300px;
    font-family: 'Montserrat', sans-serif;
}

.plans-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.plans-subtitle {
    font-weight: 300;
    font-size: 1.1rem;
    margin-bottom: 50px;
    opacity: 0.9;
}


.plans-container {
    display: flex;
    justify-content: center;
    align-items: stretch; 
    gap: 20px;
    flex-wrap: wrap;
}
.plan-card {
    background: #ffffff;
    color: #333333;
    flex: 1;
    min-width: 280px;
    max-width: 320px; 
    border-radius: 20px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column; 
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
}

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

.plan-heading h3 {
    color: #4f1064;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.plan-heading p {
    font-size: 0.85rem;
    color: #666;
    height: 40px;
    margin-bottom: 20px;
}

.plan-price {
    font-size: 3rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 5px;
}

.plan-price .currency {
    font-size: 1.4rem;
    color: #F17016; 
}

.plan-price .cents {
    font-size: 1.4rem;
    vertical-align: super;
}

.price-frequency {
    font-size: 0.8rem;
    font-weight: 700;
    color: #971fbd;
    margin-bottom: 30px;
}

.plan-features {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
    flex-grow: 1; 
}

.plan-features li {
    padding: 10px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.plan-features li i {
    color: #4caf50; 
    margin-right: 10px;
}

.btn-plan-select {
    background: #F17016;
    color: #ffffff;
    text-decoration: none;
    padding: 15px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: background 0.3s ease;
    text-align: center;
}

.btn-plan-select:hover {
    background: #971fbd;
}


.plan-tag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F17016;
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
 /*header y menu toggle*/

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

.logo img {
    height: 60px;
    vertical-align: middle;
}

.nav-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 20px;
    white-space: nowrap;
}

.nav-menu ul li {
    position: relative;
}

.nav-menu ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    transition: color 0.3s;
}

#main-menu-list li a.active-page,
#main-menu-list li.has-submenu a.parent-active {
    color: #971fbd !important;
    font-weight: 800;
    border-bottom: 2px solid #971fbd;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    z-index: 2000;
    padding: 10px 10px 10px 30px;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.submenu li {
    list-style-type: none;
    margin: 5px 0;
}
.submenu li a:hover {
    background-color: rgba(151, 31, 189, 0.05); 
    color: #971fbd !important;
}

.submenu li a {
    color: #333;
    padding: 8px 10px;
    font-weight: 400;
    border-bottom: none !important;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #971fbd;
    font-size: 24px;
    cursor: pointer;
}


@media (max-width: 1200px) {
    .menu-toggle {
        display: block;
    }

    .nav-menu {
        display: none;
    }

    .nav-menu.sidebar-active {
        display: block !important;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 280px;
        height: 100vh;
        background-color: #000000;
        z-index: 9999 !important;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 30px;
    }

    .nav-menu.sidebar-active ul {
        display: block;
        padding-top: 50px;
        padding-left: 0;
    }

    .nav-menu.sidebar-active ul li a {
        padding: 15px 20px;
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        white-space: normal;
    }

    /* CORREGIDO: Submenu en móvil */
    .nav-menu.sidebar-active .submenu {
        position: static;
        visibility: visible;
        opacity: 1;
        transform: none;
        display: block;
        background-color: rgba(151, 31, 189, 0.05);
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }

    /* CLAVE: Cuando tiene la clase .open, se expande */
    .nav-menu.sidebar-active li.has-submenu.open > .submenu {
        max-height: 1000px;
        padding: 5px 0;
    }

    .nav-menu.sidebar-active .submenu li {
        list-style: none; 
    }

    .nav-menu.sidebar-active .submenu li a {
        padding: 12px 20px 12px 45px;
        color: #ddd;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    /* Flecha indicadora */
    .nav-menu.sidebar-active .has-submenu > a::after {
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-left: auto;
        transition: transform 0.3s ease;
    }

    .nav-menu.sidebar-active .has-submenu.open > a::after {
        transform: rotate(180deg);
    }

    .nav-menu.sidebar-active .submenu li a::before {
        position: absolute;
        left: 25px;
        color: #971fbd;
        font-size: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

    .closebtn {
        position: absolute;
        top: 10px;
        right: 15px;
        color: white;
        font-size: 30px;
        z-index: 2001;
        cursor: pointer;
    }
}


@media (min-width: 1201px) {
    .nav-menu {
        display: block !important;
    }
    .sidebar-logo-container, .sidebar-social-links, .closebtn {
        display: none !important;
    }
}

body.menu-open::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999;
}

 .channels-section-wrapper {
     width: 100%;
     background-color: #f0f0f0;
     padding: 60px 0;
     border-top: 1px solid #eee;
     overflow: hidden;
 }

 .channels-section {
     width: 100%;
     text-align: center;
     padding: 0;
 }

 .channels-section .section-title {
     font-size: 2em;
     font-weight: 700;
     color: #444;
     margin-bottom: 40px;
     padding: 0 20px;
 }

 .logos-container {
     display: flex;
     flex-wrap: nowrap;
     overflow-x: hidden;
     justify-content: flex-start;
     align-items: center;
     gap: 80px;
     padding: 20px 0;
     width: 100%;
 }

 .channel-logo {
     height: 60px;
     width: auto;
     flex-shrink: 0;
     filter: grayscale(100%);
     opacity: 0.6;
     transition: filter 0.3s, opacity 0.3s;
 }

 /*estilos para el faq de preguntas*/


.faq-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #ffffff;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.bg-pulse {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 2px 2px, rgba(125, 25, 159, 0.05) 1px, transparent 0);
    background-size: 40px 40px;
    z-index: 0;
}

.faq-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.faq-title {
    font-size: 3.5rem;
    text-align: center;
    font-weight: 800;
    color:  #7d199f;
    margin-bottom: 60px;
    letter-spacing: -2px;
}


.faq-item {
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    overflow: hidden; 
}

.fiber-pulse {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #8d33ab,  #7d199f, transparent);
    animation: laser-flow 4s linear infinite;
}

.pulse-delay { animation-delay: 1.5s; }
.pulse-delay-2 { animation-delay: 3s; }

@keyframes laser-flow {
    0% { left: -100%; }
    100% { left: 100%; }
}

.faq-item:hover {
    box-shadow: 0 20px 40px rgba(125, 25, 159, 0.1);
    border-color: #7d199f;
    transform: translateY(-5px);
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
}

.faq-number {
    width: 50px;
    height: 50px;
    background:  #F17016 ;
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-right: 25px;
    font-size: 1.4rem;
    transition: 0.3s;
}

.faq-item:hover .faq-number {
    background: #7d199f;
    box-shadow: 0 0 20px rgba(125, 25, 159, 0.5);
}

.faq-question span:not(.faq-number) {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1a1a;
    flex: 1;
    text-align: left;
}

.faq-question i {
    font-size: 1.5rem;
    color: #7d199f;
    transition: 0.4s;
}

.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 40px 0 105px;
    color: #555;
    font-size: 1.2rem;
    line-height: 1.8;
}

.faq-question.active + .faq-answer {
    max-height: 500px;
    opacity: 1;
    padding-bottom: 35px;
}

.faq-question.active i {
    transform: rotate(180deg);
}

 /*botones de ws y llamada*/
 .fixed-contact-buttons {
     position: fixed;
     bottom: 20px;
     right: 20px;
     z-index: 1000;
     display: flex;
     flex-direction: column;
     gap: 15px;
     align-items: flex-end;
 }

 .floating-btn {
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
     width: 55px;
     height: 55px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     color: white;
     font-size: 1.8em;
     text-decoration: none;
     transition: transform 0.3s ease;
 }

 .floating-btn:hover {
     transform: scale(1.1);
 }

 .whatsapp-btn {
     background-color: #25d366;
 }

 .call-btn {
     background-color: #F17016
 }


 .bg-glow {
     position: absolute;
     width: 600px;
     height: 600px;
     border-radius: 50%;
     z-index: 0;
     pointer-events: none;
     will-change: opacity;
     transform: translateZ(0);
 }

 .glow-purple {
     background: radial-gradient(circle, rgba(74, 16, 110, 0.2) 0%, rgba(74, 16, 110, 0) 70%);
     top: -200px;
     left: -150px;
 }

 .glow-orange {
     background: radial-gradient(circle, rgba(246, 160, 98, 0.2) 0%, rgba(246, 160, 98, 0) 70%);
     bottom: -200px;
     right: -100px;
 }

 .hero-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 31, 31, 0.488);
    z-index: 1;
}

.hero-text {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;

}

.hero-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em; 
    color: white;
    margin-bottom: 0.2em;
    text-transform: uppercase;
}

.hero-text .breadcrumbs {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
}

.breadcrumbs a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumbs a:hover {
    color: #971fbd;
}

.breadcrumb-separator {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #971fbd;
    border-radius: 50%;
    margin: 0 10px;
}

.modal-overlay {
    display: none; 
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 8, 29, 0.85);
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    padding: 20px;
}


.glass-design {
    background: #ffffff !important;
    width: 100%;
    max-width: 1100px;
    max-height: 90vh; 
    margin: 0 auto;
    border-radius: 30px;
    border: none !important;
    box-shadow: 0 40px 100px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    animation: modalAppear 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

@keyframes modalAppear {
    from { opacity: 0; transform: scale(0.9) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}



.modal-header-premium {
    padding: 30px 40px;
    background: #fdfdfd;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.title-group h5 { color: #7029ff; font-weight: 800; letter-spacing: 2px; margin: 0; font-size: 0.7rem; text-transform: uppercase; }
.title-group h2 { color: #1a0b2e; font-weight: 800; margin-top: 5px; font-size: 1.8rem; }
/*buscador para el modal de canales*/
.search-box {
    background: #f4f4f9;
    border-radius: 15px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    transition: 0.3s;
}

.search-box:focus-within { border-color: #7029ff; background: white; box-shadow: 0 10px 20px rgba(112,41,255,0.1); }
.search-box i { color: #a366ff; margin-right: 15px; }
.search-box input { border: none; background: transparent; outline: none; width: 100%; color: #333; font-weight: 500; }

.category-tabs {
    display: flex; 
    overflow-x: auto; 
    overflow-y: hidden; 
    white-space: nowrap; 
    gap: 12px;
    padding: 10px 5px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #6a1b9a #f1f1f1;
}

.category-tabs::-webkit-scrollbar {
    height: 6px; 
}

.category-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.category-tabs::-webkit-scrollbar-thumb {
    background: #6a1b9a;
    border-radius: 10px;
}

.category-tabs::-webkit-scrollbar-thumb:hover {
    background: #4b148c;
}


.tab-btn {
    flex: 0 0 auto; 
}

.tab-btn {
    padding: 10px 22px;
    border-radius: 12px;
    border: none;
    background: #f4f4f9;
    color: #666;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s;
}

.tab-btn.active, .tab-btn:hover { background: #1a0b2e; color: white; transform: translateY(-2px); }


.modal-body-premium {
    flex: 1;
    padding: 30px 40px;
    overflow-y: auto;
    background: #fdfdfd;
}
body.modal-open-active .bubble-tooltip {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.channels-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
    gap: 25px; 
}

.channel-card {
    background: #ffffff;
    border-radius: 20px; 
    position: relative;
    border: 2px solid  #971fbd !important; 
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(112, 41, 255, 0.05);
}

.channel-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(112, 41, 255, 0.2);
}

.card-tag {
    position: absolute;
    top: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #1a0b2e;
    z-index: 2;
}

.chan-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px; 
    padding: 20px;
}

.chan-logo img {
    max-width: 100%; 
    max-height: 80px; 
    object-fit: contain;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}


.chan-info {
    background: #971fbd;
    width: 88%; 
    margin-bottom: 15px;
    padding: 12px 5px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(112, 41, 255, 0.3);
}

.chan-info .name { 
    font-size: 0.9rem; 
    font-weight: 800; 
    color: #ffffff !important; 
    margin: 0; 
    text-transform: uppercase;
}

.cat-label { 
    font-size: 0.65rem; 
    color: rgba(255, 255, 255, 0.8) !important; 
    font-weight: 700; 
    text-transform: uppercase; 
    display: block;
    margin-top: 3px;
}



.modal-footer-premium {
    padding: 25px 40px;
    background: white;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.footer-info { color: #888; font-size: 0.85rem; font-weight: 500; }
.footer-info i { color: #ff6b00; margin-right: 8px; }

.btn-cta-premium {
    background: #ff6b00;
    color: white !important;
    padding: 14px 35px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(112,41,255,0.2);
    transition: 0.3s;
    border: none;
}

.btn-cta-premium:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(112,41,255,0.4); }

@media (max-width: 768px) {
    .modal-overlay { padding: 10px; }
    
    .glass-design { border-radius: 20px; max-height: 95vh; }

    .modal-header-premium { padding: 20px; }
    
    .header-main { flex-direction: column; align-items: stretch; gap: 10px; }
    
    .title-group h2 { font-size: 1.4rem; }

    .category-tabs { margin-top: 20px; }

    .modal-body-premium { padding: 15px; }

    .channels-grid { 
        grid-template-columns: repeat(2, 1fr);
        gap: 12px; 
    }

    .chan-logo { height: 100px; padding: 10px; }
    .chan-info { width: 92%; }
    .chan-info .name { font-size: 0.75rem; }

    .modal-footer-premium { 
        flex-direction: column; 
        gap: 15px; 
        padding: 20px;
        text-align: center;
    }

    .btn-cta-premium { width: 100%; text-align: center; }
}
   