/* /Components/Layout/MainLayout.razor.rz.scp.css */
.klipo-layout[b-4ns3csn9g3] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.klipo-main[b-4ns3csn9g3] {
    flex: 1;
}

/* Footer */
.klipo-footer[b-4ns3csn9g3] {
    background-color: #1a1a4e;
    color: #ffffff;
    padding: 40px 0 30px;
}

.footer-inner[b-4ns3csn9g3] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 30px;
    gap: 20px;
}

.footer-col[b-4ns3csn9g3] {
    flex: 1;
}

.footer-center[b-4ns3csn9g3] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo[b-4ns3csn9g3] {
    max-width: 160px;
    opacity: 0.7;
}

.footer-list[b-4ns3csn9g3] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li[b-4ns3csn9g3] {
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.footer-list a[b-4ns3csn9g3] {
    color: #ccccdd;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-list a:hover[b-4ns3csn9g3] {
    color: #ffffff;
}

.footer-list-right[b-4ns3csn9g3] {
    text-align: right;
}

.footer-copyright[b-4ns3csn9g3] {
    color: #888899;
    margin-top: 12px;
    font-size: 0.85rem;
}

.footer-email[b-4ns3csn9g3] {
    color: #ccccdd;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .footer-inner[b-4ns3csn9g3] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-list-right[b-4ns3csn9g3] {
        text-align: center;
    }

    .footer-center[b-4ns3csn9g3] {
        margin: 20px 0;
    }
}

/* Error UI */
#blazor-error-ui[b-4ns3csn9g3] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4ns3csn9g3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Header */
.klipo-header[b-but6ufu162] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.34s ease;
}

.header-inner[b-but6ufu162] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 70px;
}

.header-logo a[b-but6ufu162] {
    display: flex;
    align-items: center;
}

.header-logo img[b-but6ufu162] {
    height: 48px;
    width: auto;
}

/* Nav toggle for mobile */
.nav-toggle[b-but6ufu162] {
    display: none;
}

.nav-toggle-label[b-but6ufu162] {
    display: none;
    cursor: pointer;
    width: 36px;
    height: 30px;
    position: relative;
    z-index: 1001;
}

.nav-toggle-label span[b-but6ufu162],
.nav-toggle-label span[b-but6ufu162]::before,
.nav-toggle-label span[b-but6ufu162]::after {
    display: block;
    background: #1a1a4e;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s ease;
}

.nav-toggle-label span[b-but6ufu162] {
    top: 50%;
    transform: translateY(-50%);
}

.nav-toggle-label span[b-but6ufu162]::before {
    content: '';
    top: -10px;
}

.nav-toggle-label span[b-but6ufu162]::after {
    content: '';
    top: 10px;
}

/* Navigation */
.header-nav[b-but6ufu162] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-links[b-but6ufu162] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.nav-links li a[b-but6ufu162],
.nav-links li[b-but6ufu162]  a {
    color: #1a1a4e;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-family: 'Lexend Deca', sans-serif;
}

.nav-links li a:hover[b-but6ufu162],
.nav-links li[b-but6ufu162]  a:hover {
    color: #6c3fa0;
    background: rgba(108, 63, 160, 0.06);
}

.nav-links li[b-but6ufu162]  a.active {
    color: #6c3fa0;
    background: rgba(108, 63, 160, 0.1);
}

/* Group labels */
.nav-group-label[b-but6ufu162] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #6c3fa0;
    letter-spacing: 0.06em;
    padding: 8px 10px 2px;
    pointer-events: none;
    font-family: 'Lexend Deca', sans-serif;
}

/* Auth buttons */
.nav-auth[b-but6ufu162] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-user-menu[b-but6ufu162] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-link-item[b-but6ufu162] {
    color: #1a1a4e;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.nav-link-item:hover[b-but6ufu162] {
    color: #6c3fa0;
    background: rgba(108, 63, 160, 0.06);
}

.nav-user-name[b-but6ufu162] {
    font-weight: 600;
    color: #6c3fa0;
}

.btn-header[b-but6ufu162] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 22px;
    border-radius: 24px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    font-family: 'Lexend Deca', sans-serif;
    white-space: nowrap;
}

.btn-header-outline[b-but6ufu162] {
    color: #1a1a4e;
    border-color: #1a1a4e;
    background: transparent;
}

.btn-header-outline:hover[b-but6ufu162] {
    background: #1a1a4e;
    color: #ffffff;
}

.btn-header-primary[b-but6ufu162] {
    color: #ffffff;
    background: linear-gradient(135deg, #f5a623, #f7941d);
    border-color: #f5a623;
}

.btn-header-primary:hover[b-but6ufu162] {
    background: linear-gradient(135deg, #f7941d, #e8851a);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(247, 148, 29, 0.35);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .nav-toggle-label[b-but6ufu162] {
        display: block;
    }

    .header-nav[b-but6ufu162] {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        gap: 16px;
    }

    .nav-toggle:checked ~ .header-nav[b-but6ufu162] {
        display: flex;
    }

    .nav-links[b-but6ufu162] {
        flex-direction: column;
        width: 100%;
    }

    .nav-links li a[b-but6ufu162],
    .nav-links li[b-but6ufu162]  a {
        display: block;
        padding: 12px 16px;
    }

    .nav-auth[b-but6ufu162] {
        flex-direction: column;
        width: 100%;
    }

    .nav-user-menu[b-but6ufu162] {
        flex-direction: column;
        width: 100%;
    }

    .btn-header[b-but6ufu162] {
        width: 100%;
        text-align: center;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-injmcm04nx],
.components-reconnect-repeated-attempt-visible[b-injmcm04nx],
.components-reconnect-failed-visible[b-injmcm04nx],
.components-pause-visible[b-injmcm04nx],
.components-resume-failed-visible[b-injmcm04nx],
.components-rejoining-animation[b-injmcm04nx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-injmcm04nx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-injmcm04nx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-injmcm04nx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-injmcm04nx],
#components-reconnect-modal.components-reconnect-retrying[b-injmcm04nx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-injmcm04nx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-injmcm04nx],
#components-reconnect-modal.components-reconnect-failed[b-injmcm04nx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-injmcm04nx] {
    display: block;
}


#components-reconnect-modal[b-injmcm04nx] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-injmcm04nx 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-injmcm04nx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-injmcm04nx 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-injmcm04nx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-injmcm04nx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-injmcm04nx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-injmcm04nx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-injmcm04nx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-injmcm04nx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-injmcm04nx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-injmcm04nx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-injmcm04nx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-injmcm04nx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-injmcm04nx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-injmcm04nx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-injmcm04nx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-injmcm04nx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-injmcm04nx {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== HERO BANNER ===== */
.hero-section[b-05fdo1aiip] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #4a3a8a 0%, #5c3d99 50%, #4a3a8a 100%);
}

.hero-video-bg[b-05fdo1aiip] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-video-bg video[b-05fdo1aiip] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.hero-overlay[b-05fdo1aiip] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  /*  background: linear-gradient(135deg, rgba(80, 50, 160, 0.4) 0%, rgba(100, 60, 180, 0.35) 50%, rgba(80, 50, 160, 0.4) 100%);*/
    z-index: 1;
}

.hero-content[b-05fdo1aiip] {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    width: 100%;
}

.hero-text[b-05fdo1aiip] {
    max-width: 550px;
}

.hero-text h1[b-05fdo1aiip] {
    font-family: 'Poppins', 'Lexend', sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 20px;
/*    font-style: italic;*/
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.hero-text p[b-05fdo1aiip] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.hero-text p strong[b-05fdo1aiip] {
    color: #f5a623;
}

.hero-shape-bottom[b-05fdo1aiip] {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 3;
    line-height: 0;
}

.hero-shape-bottom svg[b-05fdo1aiip] {
    display: block;
    width: 100%;
    height: 140px;
}

/* ===== ENTEL SECTION ===== */
.entel-section[b-05fdo1aiip] {
    padding: 80px 0;
    background: #ffffff;
}

.entel-inner[b-05fdo1aiip] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.entel-text[b-05fdo1aiip] {
    flex: 1.2;
}

.entel-text p[b-05fdo1aiip] {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 16px;
}

.entel-text strong[b-05fdo1aiip] {
    color: #6c3fa0;
}

.entel-logo-wrap[b-05fdo1aiip] {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.entel-logo-wrap img[b-05fdo1aiip] {
    max-width: 280px;
    width: 100%;
}

.btn-klipo[b-05fdo1aiip] {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
    font-family: 'Lexend Deca', sans-serif;
}

.btn-klipo-orange[b-05fdo1aiip] {
    background: linear-gradient(135deg, #f5a623, #f7941d);
    color: #ffffff;
}

.btn-klipo-orange:hover[b-05fdo1aiip] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(247, 148, 29, 0.4);
    color: #ffffff;
}

/* ===== CURSOS TOP ===== */
.cursos-section[b-05fdo1aiip] {
    position: relative;
    background: linear-gradient(135deg, #1a1a4e 0%, #2d1b69 100%);
    padding: 100px 0 80px;
}

.cursos-shape-top[b-05fdo1aiip],
.cursos-shape-bottom[b-05fdo1aiip] {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    line-height: 0;
}

.cursos-shape-top[b-05fdo1aiip] {
    top: -1px;
}

.cursos-shape-bottom[b-05fdo1aiip] {
    bottom: -1px;
}

.cursos-shape-top svg[b-05fdo1aiip],
.cursos-shape-bottom svg[b-05fdo1aiip] {
    display: block;
    width: 100%;
    height: auto;
}

.cursos-inner[b-05fdo1aiip] {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.cursos-inner h2[b-05fdo1aiip] {
    text-align: center;
    color: #ffffff;
    font-family: 'Lexend', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 50px;
}

.cursos-grid[b-05fdo1aiip] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.curso-card[b-05fdo1aiip] {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.curso-card:hover[b-05fdo1aiip] {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.curso-card-blue[b-05fdo1aiip] {
    background: linear-gradient(135deg, #2196F3, #1976D2);
}

.curso-card-purple[b-05fdo1aiip] {
    background: linear-gradient(135deg, #9C27B0, #7B1FA2);
}

.curso-card-green[b-05fdo1aiip] {
    background: linear-gradient(135deg, #4CAF50, #388E3C);
}

.curso-card-img[b-05fdo1aiip] {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.curso-card-body[b-05fdo1aiip] {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.curso-card-body h3[b-05fdo1aiip] {
    color: #ffffff;
    font-family: 'Lexend', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.curso-card-body p[b-05fdo1aiip] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
    flex: 1;
}

.curso-card-btn[b-05fdo1aiip] {
    display: inline-block;
    padding: 8px 24px;
    border: 2px solid #ffffff;
    border-radius: 24px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.25s ease;
    align-self: center;
}

.curso-card-btn:hover[b-05fdo1aiip] {
    background: #ffffff;
    color: #1a1a4e;
}

/* ===== RECURSOS SECTION ===== */
.recursos-section[b-05fdo1aiip] {
    padding: 80px 0;
    background: #ffffff;
}

.recursos-inner[b-05fdo1aiip] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

.recursos-inner h2[b-05fdo1aiip] {
    font-family: 'Lexend', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a4e;
    margin-bottom: 20px;
}

.recursos-inner p[b-05fdo1aiip] {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

.recursos-inner p strong[b-05fdo1aiip] {
    color: #1a1a4e;
}

/* ===== MODALIDADES (APRENDE) SECTION ===== */
.modalidades-section[b-05fdo1aiip] {
    position: relative;
    background: #f5a623;
    padding: 100px 0 80px;
}

.modalidades-shape-top[b-05fdo1aiip],
.modalidades-shape-bottom[b-05fdo1aiip] {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    line-height: 0;
}

.modalidades-shape-top[b-05fdo1aiip] {
    top: -1px;
}

.modalidades-shape-bottom[b-05fdo1aiip] {
    bottom: -1px;
}

.modalidades-shape-top svg[b-05fdo1aiip],
.modalidades-shape-bottom svg[b-05fdo1aiip] {
    display: block;
    width: 100%;
    height: auto;
}

.modalidades-inner[b-05fdo1aiip] {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.modalidades-text[b-05fdo1aiip] {
    flex: 1;
}

.modalidades-text h2[b-05fdo1aiip] {
    font-family: 'Lexend', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a4e;
    margin-bottom: 16px;
    font-style: italic;
}

.modalidades-text p[b-05fdo1aiip] {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a4e;
    margin-bottom: 10px;
}

.modalidades-text ul[b-05fdo1aiip] {
    color: #1a1a4e;
    font-size: 1rem;
    margin-bottom: 24px;
    padding-left: 20px;
}

.modalidades-text ul li[b-05fdo1aiip] {
    margin-bottom: 4px;
}

.btn-klipo-dark[b-05fdo1aiip] {
    background: #f7941d;
    color: #ffffff;
    border: 2px solid #1a1a4e;
    background: #e8851a;
}

.btn-klipo-dark:hover[b-05fdo1aiip] {
    background: #1a1a4e;
    color: #ffffff;
}

.modalidades-img[b-05fdo1aiip] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modalidades-img img[b-05fdo1aiip] {
    max-width: 400px;
    width: 100%;
    border-radius: 12px;
}

/* ===== REGISTRO SECTION ===== */
.registro-section[b-05fdo1aiip] {
    padding: 80px 0;
    background: #ffffff;
}

.registro-inner[b-05fdo1aiip] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.registro-form-wrap[b-05fdo1aiip] {
    flex: 1;
}

.registro-form-wrap h2[b-05fdo1aiip] {
    font-family: 'Lexend', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a4e;
    margin-bottom: 24px;
}

.registro-desc[b-05fdo1aiip] {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 24px;
}

.btn-registro[b-05fdo1aiip] {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #1a1a4e, #2d1b69);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Lexend Deca', sans-serif;
    transition: all 0.25s ease;
    text-decoration: none;
    text-align: center;
}

.btn-registro:hover[b-05fdo1aiip] {
    background: linear-gradient(135deg, #2d1b69, #1a1a4e);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(26, 26, 78, 0.3);
}

.registro-text[b-05fdo1aiip] {
    flex: 1;
}

.registro-text h2[b-05fdo1aiip] {
    font-family: 'Lexend', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a4e;
    margin-bottom: 16px;
}

.registro-text p[b-05fdo1aiip] {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .cursos-grid[b-05fdo1aiip] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-text h1[b-05fdo1aiip] {
        font-size: 2.2rem;
    }

    .entel-inner[b-05fdo1aiip] {
        flex-direction: column;
        text-align: center;
    }

    .cursos-grid[b-05fdo1aiip] {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .modalidades-inner[b-05fdo1aiip] {
        flex-direction: column;
        text-align: center;
    }

    .modalidades-text ul[b-05fdo1aiip] {
        text-align: left;
        display: inline-block;
    }

    .registro-inner[b-05fdo1aiip] {
        flex-direction: column;
    }
}
