*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter,Arial,sans-serif;
    color:#182033;
    background:#fff;
}
a{text-decoration:none}
.navbar{
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(15,23,42,.07);
    padding:13px 0;
}
.navbar-brand{
    font-weight:900;
    color:var(--p);
    letter-spacing:-.03em;
}
.navbar-brand img{
    width:46px;
    height:46px;
    object-fit:contain;
    margin-right:10px;
}
.nav-link{
    color:#475467;
    font-weight:650;
}
.nav-link:hover{color:var(--a)}
.btn-main{
    background:var(--a);
    color:#fff;
    border:1px solid var(--a);
    font-weight:800;
    border-radius:13px;
}
.btn-main:hover{
    background:var(--p);
    color:#fff;
    border-color:var(--p);
}
.btn-soft{
    background:rgba(255,255,255,.1);
    color:#fff;
    border:1px solid rgba(255,255,255,.24);
    border-radius:13px;
}
.btn-soft:hover{background:#fff;color:var(--p)}
.hero-modern{
    position:relative;
    overflow:hidden;
    padding:110px 0 92px;
    background:
        radial-gradient(circle at 85% 20%,rgba(255,255,255,.12),transparent 24%),
        linear-gradient(135deg,var(--p),#07142f);
    color:#fff;
}
.hero-orb{
    position:absolute;
    border-radius:50%;
    filter:blur(2px);
}
.hero-orb-one{
    width:470px;
    height:470px;
    background:var(--a);
    opacity:.18;
    right:-160px;
    top:-170px;
}
.hero-orb-two{
    width:300px;
    height:300px;
    background:#63d5ff;
    opacity:.08;
    left:-140px;
    bottom:-120px;
}
.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:9px 14px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.2);
    background:rgba(255,255,255,.08);
    color:rgba(255,255,255,.88);
    font-weight:750;
    font-size:.9rem;
    margin-bottom:25px;
}
.hero-modern h1{
    margin:0;
    max-width:850px;
    font-size:clamp(2.6rem,5vw,4.6rem);
    line-height:.98;
    letter-spacing:-.065em;
    font-weight:900;
}
.hero-modern h1 span{
    display:block;
    color:rgba(255,255,255,.58);
}
.hero-copy{
    margin:25px 0 0;
    max-width:720px;
    color:rgba(255,255,255,.75);
    font-size:1.15rem;
    line-height:1.7;
}
.hero-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:30px;
}
.hero-trust{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    margin-top:42px;
}
.hero-trust div{
    display:flex;
    flex-direction:column;
}
.hero-trust strong{
    font-size:1.7rem;
    font-weight:900;
}
.hero-trust span{
    color:rgba(255,255,255,.6);
    font-size:.88rem;
}
.hero-panel{
    border:1px solid rgba(255,255,255,.15);
    border-radius:30px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(22px);
    box-shadow:0 35px 90px rgba(0,0,0,.24);
    overflow:hidden;
}
.hero-panel-top{
    display:flex;
    gap:7px;
    padding:15px 18px;
    border-bottom:1px solid rgba(255,255,255,.1);
}
.mini-dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:rgba(255,255,255,.28);
}
.hero-panel-content{padding:30px}
.ai-icon{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:19px;
    background:var(--a);
    font-size:2rem;
    margin-bottom:20px;
}
.hero-panel h3{
    font-weight:850;
    margin-bottom:24px;
}
.learning-step{
    display:flex;
    gap:14px;
    padding:15px 0;
    border-top:1px solid rgba(255,255,255,.1);
}
.learning-step span{
    color:rgba(255,255,255,.42);
    font-weight:850;
}
.learning-step div{
    display:flex;
    flex-direction:column;
}
.learning-step small{color:rgba(255,255,255,.55)}
.panel-link{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#fff;
    margin-top:22px;
    padding:15px 17px;
    border-radius:15px;
    background:rgba(255,255,255,.1);
}
.intro-strip{
    position:relative;
    margin-top:-28px;
    z-index:4;
}
.intro-item{
    display:flex;
    align-items:center;
    gap:15px;
    height:100%;
    padding:22px;
    background:#fff;
    border:1px solid #e8ecf2;
    border-radius:20px;
    box-shadow:0 18px 55px rgba(15,23,42,.09);
}
.intro-item i{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:var(--bg);
    color:var(--a);
    font-size:1.45rem;
}
.intro-item div{
    display:flex;
    flex-direction:column;
}
.intro-item span{
    color:#667085;
    font-size:.9rem;
}
.section-modern{padding:92px 0}
.section-muted{background:#f8fafc}
.section-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:30px;
}
.section-heading.centered{
    justify-content:center;
    text-align:center;
}
.section-kicker{
    display:block;
    color:var(--a);
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.09em;
    font-size:.76rem;
    margin-bottom:10px;
}
.section-heading h2{
    max-width:850px;
    margin:0;
    color:var(--p);
    font-size:clamp(1.85rem,3vw,3rem);
    line-height:1.05;
    letter-spacing:-.055em;
    font-weight:900;
}
.section-description{
    max-width:750px;
    color:#667085;
    font-size:1.05rem;
    line-height:1.7;
    margin-top:18px;
}
.section-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--p);
    font-weight:800;
    white-space:nowrap;
}
.course-card{
    height:100%;
    border:1px solid #e7ebf1;
    border-radius:26px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 16px 50px rgba(15,23,42,.055);
    transition:.25s ease;
}
.course-card:hover{
    transform:translateY(-6px);
    box-shadow:0 25px 70px rgba(15,23,42,.11);
}
.course-cover{
    position:relative;
    height:230px;
    overflow:hidden;
}
.course-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.course-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,var(--p),var(--a));
    color:#fff;
    font-size:4rem;
}
.course-tag{
    position:absolute;
    left:17px;
    top:17px;
    background:rgba(255,255,255,.92);
    color:var(--p);
    border-radius:999px;
    padding:7px 12px;
    font-size:.77rem;
    font-weight:850;
}
.course-body{padding:24px}
.course-body h3{
    font-size:1.08rem;
    font-weight:850;
    color:#182033;
}
.course-body p{
    min-height:72px;
    color:#667085;
    line-height:1.6;
}
.course-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-top:22px;
}
.course-price{
    color:var(--a);
    font-size:1.12rem;
    font-weight:900;
}
.course-button{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:var(--p);
    font-weight:800;
}
.class-card{
    height:100%;
    padding:25px;
    background:#fff;
    border:1px solid #e7ebf1;
    border-radius:24px;
    box-shadow:0 14px 40px rgba(15,23,42,.045);
}
.class-icon{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:var(--bg);
    color:var(--a);
    font-size:1.6rem;
    margin-bottom:20px;
}
.class-card small{color:#98a2b3}
.class-card h3{
    font-size:1.2rem;
    font-weight:850;
    margin:7px 0 25px;
}
.class-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
}
.class-footer span{
    color:var(--a);
    font-weight:900;
}
.class-footer a{
    color:var(--p);
    font-weight:800;
}
.service-card{
    display:block;
    height:100%;
    padding:27px;
    color:#182033;
    background:#fff;
    border:1px solid #e7ebf1;
    border-radius:24px;
    transition:.2s ease;
}
.service-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 55px rgba(15,23,42,.09);
}
.service-card>i{
    font-size:2rem;
    color:var(--a);
}
.service-card h3{
    margin-top:18px;
    font-size:1.14rem;
    font-weight:850;
}
.service-card p{
    color:#667085;
    min-height:56px;
}
.service-card span{
    color:var(--p);
    font-weight:800;
}
.section-gradient{
    background:linear-gradient(135deg,var(--p),#07152f);
}
.section-heading.light h2{color:#fff}
.light-link{color:#fff}
.event-card-modern{
    height:100%;
    padding:27px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:24px;
    background:rgba(255,255,255,.07);
    color:#fff;
}
.event-date{
    color:rgba(255,255,255,.6);
    margin-bottom:15px;
}
.event-card-modern h3{font-weight:850}
.event-card-modern p{color:rgba(255,255,255,.67)}
.event-card-modern a{color:#fff;font-weight:800}
.news-card-modern{
    height:100%;
    padding:27px;
    border:1px solid #e7ebf1;
    border-radius:24px;
    background:#fff;
}
.news-meta{
    color:#98a2b3;
    font-size:.82rem;
    margin-bottom:15px;
}
.news-card-modern h3{
    font-size:1.2rem;
    font-weight:850;
}
.news-card-modern p{
    color:#667085;
    min-height:72px;
}
.news-card-modern a{
    color:var(--p);
    font-weight:800;
}
.final-cta{padding:30px 0 90px}
.final-cta-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:48px;
    border-radius:32px;
    color:#fff;
    background:linear-gradient(135deg,var(--a),#9c1020);
}
.final-cta-box h2{
    max-width:780px;
    font-size:clamp(2rem,4vw,3.6rem);
    font-weight:900;
    letter-spacing:-.05em;
}
.final-cta-box p{
    max-width:680px;
    color:rgba(255,255,255,.75);
}
.empty-state{
    padding:30px;
    border:1px dashed #d0d5dd;
    border-radius:20px;
    color:#667085;
    text-align:center;
}
.pagehero{
    padding:80px 0;
    background:linear-gradient(135deg,var(--p),#07152f);
    color:#fff;
}
.pagehero h1{
    font-size:clamp(2.5rem,5vw,5rem);
    font-weight:900;
}
footer{
    margin-top:0;
    padding:38px 0;
    background:#07152f;
    color:rgba(255,255,255,.66);
}
@media(max-width:991px){
    .hero-modern{padding:85px 0 75px}
    .section-modern{padding:70px 0}
    .section-heading{
        align-items:flex-start;
        flex-direction:column;
    }
    .hero-panel{margin-top:20px}
    .final-cta-box{
        align-items:flex-start;
        flex-direction:column;
        padding:32px;
    }
}
@media(max-width:767px){
    .hero-modern h1{font-size:3.1rem}
    .hero-trust{gap:20px}
    .intro-strip{margin-top:-18px}
    .course-bottom,
    .class-footer{
        align-items:flex-start;
        flex-direction:column;
    }
}

.course-button{border:0;background:transparent;padding:0;cursor:pointer}
.course-cover img{display:block;width:100%;height:100%;object-fit:cover}
.course-modal{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:22px}
.course-modal.is-open{display:flex}
.course-modal-backdrop{position:absolute;inset:0;background:rgba(7,21,47,.72);backdrop-filter:blur(8px)}
.course-modal-dialog{position:relative;z-index:2;width:min(980px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:26px;box-shadow:0 35px 100px rgba(0,0,0,.28)}
.course-modal-close{position:absolute;right:16px;top:16px;z-index:5;width:42px;height:42px;border:0;border-radius:50%;background:rgba(7,21,47,.9);color:#fff;font-size:1.8rem;line-height:1}
.course-modal-media{height:300px;overflow:hidden;background:linear-gradient(135deg,var(--p),var(--a))}
.course-modal-media img{width:100%;height:100%;object-fit:cover}
.course-modal-content{padding:30px}
.course-modal-kicker{display:inline-block;color:var(--a);font-size:.74rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.course-modal-content h2{margin:0 0 16px;color:var(--p);font-size:clamp(1.7rem,3vw,2.5rem);font-weight:900;letter-spacing:-.04em}
.course-modal-description{color:#475467;line-height:1.75}
.course-modal-description img,.course-modal-section img{max-width:100%;height:auto}
.course-modal-section{margin-top:22px;padding-top:20px;border-top:1px solid #eaecf0;color:#475467}
.course-modal-section h4{color:var(--p);font-size:1.02rem;font-weight:850}
.course-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;padding-top:22px;border-top:1px solid #eaecf0}
.course-modal-price{color:var(--a);font-size:1.28rem;font-weight:900}
body.modal-open{overflow:hidden}
@media(max-width:767px){
.course-modal{padding:10px}.course-modal-media{height:210px}.course-modal-content{padding:22px}.course-modal-footer{align-items:stretch;flex-direction:column}.hero-modern h1{font-size:2.55rem}
}


.course-cover.image-failed,
.course-modal-media.image-failed{
    position:relative;
    background:linear-gradient(135deg,var(--p),var(--a));
}

.course-cover.image-failed::after,
.course-modal-media.image-failed::after{
    content:"\F2DB";
    font-family:"bootstrap-icons";
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:4rem;
}

.course-modal-description img,
.course-modal-section img{
    display:block;
    max-width:100%;
    height:auto;
    margin:18px auto;
    border-radius:14px;
}


/* Páginas públicas: talleres, certificaciones y pagos */
.public-hero{
    position:relative;
    overflow:hidden;
    padding:105px 0 95px;
    color:#fff;
    background:
        radial-gradient(circle at 88% 15%,rgba(255,255,255,.13),transparent 22%),
        linear-gradient(135deg,var(--p),#07152f);
}
.public-hero::after{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    right:-220px;
    bottom:-260px;
    border-radius:50%;
    background:var(--a);
    opacity:.18;
}
.public-hero-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);
    align-items:center;
    gap:70px;
}
.public-kicker{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:9px 14px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:rgba(255,255,255,.9);
    font-size:.86rem;
    font-weight:800;
    margin-bottom:22px;
}
.public-hero h1{
    max-width:820px;
    font-size:clamp(2.7rem,5.2vw,5.2rem);
    line-height:1;
    letter-spacing:-.06em;
    font-weight:900;
}
.public-hero p{
    max-width:720px;
    margin-top:24px;
    color:rgba(255,255,255,.74);
    font-size:1.08rem;
    line-height:1.75;
}
.public-hero-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:28px;
}
.btn-public-soft{
    border:1px solid rgba(255,255,255,.25);
    background:rgba(255,255,255,.08);
    color:#fff;
    border-radius:13px;
}
.btn-public-soft:hover{
    background:#fff;
    color:var(--p);
}
.public-hero-card,
.credential-preview,
.payment-security-card{
    padding:30px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:28px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    box-shadow:0 35px 85px rgba(0,0,0,.22);
}
.public-hero-icon,
.payment-shield{
    width:66px;
    height:66px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    border-radius:20px;
    background:var(--a);
    color:#fff;
    font-size:2rem;
}
.public-hero-card h3,
.payment-security-card h3{
    font-size:1.35rem;
    font-weight:850;
}
.public-check-list{
    list-style:none;
    padding:0;
    margin:22px 0 0;
}
.public-check-list li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 0;
    color:rgba(255,255,255,.72);
    border-top:1px solid rgba(255,255,255,.09);
}
.public-check-list i{color:#7ce3a1}
.public-feature-strip{
    position:relative;
    z-index:5;
    margin-top:-30px;
}
.public-feature{
    display:flex;
    align-items:center;
    gap:15px;
    height:100%;
    padding:22px;
    border:1px solid #e6eaf0;
    border-radius:20px;
    background:#fff;
    box-shadow:0 18px 55px rgba(15,23,42,.09);
}
.public-feature>i{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    border-radius:15px;
    background:var(--bg);
    color:var(--a);
    font-size:1.4rem;
}
.public-feature div{
    display:flex;
    flex-direction:column;
}
.public-feature span{
    color:#667085;
    font-size:.9rem;
}
.public-section{padding:90px 0}
.public-soft{background:#f8fafc}
.public-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:40px;
}
.public-heading>div{max-width:780px}
.public-heading>p{
    max-width:470px;
    margin:0;
    color:#667085;
    line-height:1.7;
}
.public-section-label{
    display:block;
    color:var(--a);
    font-size:.76rem;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.09em;
    margin-bottom:9px;
}
.public-heading h2,
.payment-instructions-card h2{
    margin:0;
    color:var(--p);
    font-size:clamp(2rem,3.8vw,3.5rem);
    line-height:1.06;
    letter-spacing:-.05em;
    font-weight:900;
}
.centered-heading{
    justify-content:center;
    text-align:center;
}
.event-premium-card,
.cert-premium-card,
.payment-method-card{
    height:100%;
    padding:28px;
    border:1px solid #e5e9ef;
    border-radius:26px;
    background:#fff;
    box-shadow:0 17px 50px rgba(15,23,42,.055);
    transition:.25s ease;
}
.event-premium-card:hover,
.cert-premium-card:hover,
.payment-method-card:hover{
    transform:translateY(-5px);
    box-shadow:0 25px 70px rgba(15,23,42,.1);
}
.event-premium-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    margin-bottom:20px;
}
.event-date-badge{
    display:flex;
    align-items:center;
    gap:9px;
    color:var(--p);
    font-weight:800;
}
.event-date-badge i{color:var(--a)}
.event-mode{
    padding:6px 10px;
    border-radius:999px;
    background:var(--bg);
    color:var(--p);
    font-size:.76rem;
    font-weight:800;
}
.event-premium-card h3,
.cert-premium-card h3,
.payment-method-card h3{
    color:#182033;
    font-size:1.35rem;
    font-weight:850;
}
.event-description,
.cert-card-description{
    color:#667085;
    line-height:1.7;
    max-height:145px;
    overflow:hidden;
}
.event-description img,
.cert-card-description img{
    max-width:100%;
    height:auto;
}
.event-details{
    display:grid;
    gap:10px;
    margin-top:22px;
    padding-top:18px;
    border-top:1px solid #edf0f4;
}
.event-details div{
    display:flex;
    align-items:center;
    gap:10px;
    color:#475467;
}
.event-details i{color:var(--a)}
.event-card-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
    margin-top:25px;
}
.event-card-footer>span{
    color:#98a2b3;
    font-size:.85rem;
}
.public-empty{
    padding:55px 30px;
    border:1px dashed #ccd3dd;
    border-radius:26px;
    background:#fff;
    text-align:center;
}
.public-empty>i{
    color:var(--a);
    font-size:3rem;
}
.public-empty h3{
    margin-top:16px;
    color:var(--p);
    font-weight:850;
}
.public-empty p{color:#667085}
.public-cta-section{padding:25px 0 90px}
.public-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:45px;
    padding:45px;
    border-radius:30px;
    color:#fff;
    background:linear-gradient(135deg,var(--a),#97101e);
}
.public-cta span{
    font-size:.77rem;
    text-transform:uppercase;
    letter-spacing:.09em;
    font-weight:850;
}
.public-cta h2{
    max-width:760px;
    margin:8px 0;
    font-size:clamp(2rem,3.5vw,3.4rem);
    font-weight:900;
    letter-spacing:-.05em;
}
.public-cta p{
    max-width:700px;
    margin:0;
    color:rgba(255,255,255,.74);
}
.credential-preview{
    position:relative;
    overflow:hidden;
    background:rgba(255,255,255,.1);
}
.credential-preview::after{
    content:"";
    position:absolute;
    right:-45px;
    bottom:-55px;
    width:170px;
    height:170px;
    border-radius:50%;
    border:26px solid rgba(255,255,255,.06);
}
.credential-seal{
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#fff;
    color:var(--a);
    font-size:2.8rem;
    margin-bottom:22px;
}
.credential-preview small{
    color:rgba(255,255,255,.55);
    text-transform:uppercase;
    letter-spacing:.1em;
    font-weight:800;
}
.credential-preview h3{
    font-size:1.65rem;
    font-weight:900;
    margin:8px 0;
}
.credential-preview p{
    margin:0;
    font-size:.94rem;
}
.credential-code{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:24px;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.7);
}
.credential-code i{font-size:2rem}
.cert-card-icon{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:17px;
    background:var(--bg);
    color:var(--a);
    font-size:1.8rem;
    margin-bottom:20px;
}
.cert-card-label{
    display:block;
    color:#98a2b3;
    font-size:.76rem;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-weight:800;
}
.cert-card-data{
    display:grid;
    gap:9px;
    margin-top:20px;
    padding-top:17px;
    border-top:1px solid #edf0f4;
}
.cert-card-data div{
    display:flex;
    align-items:center;
    gap:10px;
    color:#475467;
}
.cert-card-data i{color:var(--a)}
.cert-card-button{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:24px;
    color:var(--p);
    font-weight:850;
}
.process-card{
    position:relative;
    height:100%;
    padding:26px;
    border:1px solid #e5e9ef;
    border-radius:24px;
    background:#fff;
}
.process-card>span{
    position:absolute;
    top:20px;
    right:20px;
    color:#d0d5dd;
    font-size:1.5rem;
    font-weight:900;
}
.process-card>i{
    color:var(--a);
    font-size:2rem;
}
.process-card h3{
    margin-top:18px;
    font-size:1.15rem;
    font-weight:850;
}
.process-card p{
    margin-bottom:0;
    color:#667085;
}
.payment-step{
    display:flex;
    gap:14px;
    padding:14px 0;
    border-top:1px solid rgba(255,255,255,.1);
}
.payment-step>span{
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    font-weight:850;
}
.payment-step div{
    display:flex;
    flex-direction:column;
}
.payment-step small{color:rgba(255,255,255,.55)}
.payment-options-section{background:#fff}
.payment-method-icon{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:17px;
    background:var(--bg);
    color:var(--a);
    font-size:1.8rem;
    margin-bottom:20px;
}
.payment-method-label{
    display:block;
    color:#98a2b3;
    font-size:.76rem;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-weight:800;
}
.bank-data{
    display:grid;
    gap:11px;
    margin-top:24px;
}
.bank-data div{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:12px 0;
    border-bottom:1px solid #edf0f4;
}
.bank-data span{color:#667085}
.bank-data b{
    color:var(--p);
    text-align:right;
}
.payment-method-card>p{
    color:#667085;
    line-height:1.7;
    margin:22px 0;
}
.payment-warning{
    margin-top:20px;
    padding:14px;
    border:1px solid #f4c7ca;
    border-radius:14px;
    background:#fff5f5;
    color:#9f1d29;
}
.payment-instructions-card,
.payment-help-card{
    height:100%;
    padding:32px;
    border:1px solid #e5e9ef;
    border-radius:26px;
    background:#fff;
}
.payment-instructions{
    margin:22px 0;
    color:#475467;
    line-height:1.75;
}
.payment-help-card{
    background:linear-gradient(135deg,var(--p),#07152f);
    color:#fff;
}
.payment-help-card>i{
    font-size:2.4rem;
    color:#fff;
}
.payment-help-card h3{
    margin-top:20px;
    font-weight:850;
}
.payment-help-card p{
    color:rgba(255,255,255,.68);
    line-height:1.7;
}
.payment-help-card a{
    color:#fff;
    font-weight:850;
}
@media(max-width:991px){
    .public-hero{padding:80px 0 75px}
    .public-hero-grid{
        grid-template-columns:1fr;
        gap:35px;
    }
    .public-heading{
        align-items:flex-start;
        flex-direction:column;
        gap:15px;
    }
    .public-heading>p{max-width:760px}
    .public-section{padding:68px 0}
    .public-cta{
        align-items:flex-start;
        flex-direction:column;
        padding:32px;
    }
}
@media(max-width:767px){
    .public-hero h1{font-size:2.65rem}
    .public-feature-strip{margin-top:-20px}
    .event-premium-top,
    .event-card-footer,
    .bank-data div{
        align-items:flex-start;
        flex-direction:column;
    }
    .bank-data b{text-align:left}
}


.centralia-whatsapp-float{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:99999;
    display:flex;
    align-items:center;
    gap:9px;
    padding:13px 17px;
    border-radius:999px;
    background:#25D366;
    color:#fff;
    font-weight:850;
    box-shadow:0 18px 45px rgba(37,211,102,.34);
    transition:.2s ease;
}
.centralia-whatsapp-float:hover{
    background:#1fb858;
    color:#fff;
    transform:translateY(-3px);
}
.centralia-whatsapp-float i{
    font-size:1.35rem;
}
.receipt-whatsapp-strip{
    padding:36px 0 0;
}
.receipt-whatsapp-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    padding:28px;
    border:1px solid #b8edc9;
    border-radius:26px;
    background:#effdf4;
}
.receipt-whatsapp-icon{
    width:62px;
    height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
    border-radius:19px;
    background:#25D366;
    color:#fff;
    font-size:2rem;
}
.receipt-whatsapp-box>div:nth-child(2){
    flex:1;
}
.receipt-whatsapp-box span{
    color:#15803d;
    font-size:.76rem;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.receipt-whatsapp-box h2{
    margin:5px 0 8px;
    color:#14532d;
    font-size:clamp(1.45rem,2.6vw,2.35rem);
    font-weight:900;
    letter-spacing:-.04em;
}
.receipt-whatsapp-box p{
    margin:0;
    color:#3f6b4f;
}
@media(max-width:767px){
    .centralia-whatsapp-float{
        width:58px;
        height:58px;
        right:16px;
        bottom:16px;
        justify-content:center;
        padding:0;
    }
    .centralia-whatsapp-float span{
        display:none;
    }
    .receipt-whatsapp-box{
        align-items:flex-start;
        flex-direction:column;
    }
    .receipt-whatsapp-box .btn{
        width:100%;
    }
}


/* Portal de noticias tipo revista */
.magazine-hero{
    padding:88px 0 70px;
    color:#fff;
    background:
        radial-gradient(circle at 85% 15%,rgba(255,255,255,.12),transparent 22%),
        linear-gradient(135deg,var(--p),#07152f);
}
.magazine-hero-inner{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
    align-items:end;
    gap:60px;
}
.magazine-kicker{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:8px 13px;
    margin-bottom:20px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:999px;
    background:rgba(255,255,255,.08);
    font-size:.82rem;
    font-weight:850;
}
.magazine-hero h1{
    max-width:820px;
    margin:0;
    font-size:clamp(2.7rem,5vw,5rem);
    line-height:1;
    letter-spacing:-.06em;
    font-weight:900;
}
.magazine-hero p{
    max-width:750px;
    margin:22px 0 0;
    color:rgba(255,255,255,.7);
    font-size:1.05rem;
    line-height:1.7;
}
.magazine-search{
    display:flex;
    align-items:center;
    gap:10px;
    padding:9px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:16px;
    background:rgba(255,255,255,.1);
    backdrop-filter:blur(14px);
}
.magazine-search i{
    margin-left:9px;
    color:rgba(255,255,255,.7);
}
.magazine-search input{
    min-width:0;
    flex:1;
    border:0;
    outline:0;
    background:transparent;
    color:#fff;
}
.magazine-search input::placeholder{color:rgba(255,255,255,.55)}
.magazine-search button{
    border:0;
    border-radius:11px;
    padding:11px 16px;
    background:var(--a);
    color:#fff;
    font-weight:800;
}
.magazine-categories{
    border-bottom:1px solid #e7ebf1;
    background:#fff;
}
.magazine-category-scroll{
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding:16px 0;
    scrollbar-width:none;
}
.magazine-category-scroll::-webkit-scrollbar{display:none}
.magazine-category-scroll a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    white-space:nowrap;
    padding:9px 13px;
    border:1px solid #e3e7ed;
    border-radius:999px;
    color:#475467;
    font-size:.86rem;
    font-weight:750;
}
.magazine-category-scroll a.active,
.magazine-category-scroll a:hover{
    border-color:var(--p);
    background:var(--p);
    color:#fff;
}
.magazine-category-scroll span{
    opacity:.65;
}
.magazine-main{padding:55px 0 90px}
.magazine-featured-grid{
    display:grid;
    grid-template-columns:minmax(0,1.7fr) minmax(300px,.7fr);
    gap:35px;
    align-items:start;
}
.magazine-main-story{
    overflow:hidden;
    border:1px solid #e5e9ef;
    border-radius:28px;
    background:#fff;
    box-shadow:0 18px 55px rgba(15,23,42,.07);
}
.magazine-main-image{
    position:relative;
    display:block;
    height:420px;
    overflow:hidden;
    background:linear-gradient(135deg,var(--p),var(--a));
}
.magazine-main-image img,
.magazine-card-image img,
.article-featured-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.magazine-featured-label{
    position:absolute;
    left:20px;
    top:20px;
    padding:8px 12px;
    border-radius:999px;
    background:var(--a);
    color:#fff;
    font-size:.76rem;
    font-weight:850;
}
.magazine-main-content{padding:30px}
.magazine-meta{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    color:#98a2b3;
    font-size:.8rem;
}
.magazine-main-content h2{
    margin:15px 0;
    font-size:clamp(1.8rem,3vw,3rem);
    line-height:1.08;
    letter-spacing:-.045em;
    font-weight:900;
}
.magazine-main-content h2 a,
.magazine-card h3 a,
.magazine-popular-item h3 a{
    color:#182033;
}
.magazine-main-content p,
.magazine-card p{
    color:#667085;
    line-height:1.7;
}
.magazine-read-more,
.magazine-card-footer a{
    color:var(--p);
    font-weight:850;
}
.magazine-sidebar{
    padding:25px;
    border:1px solid #e5e9ef;
    border-radius:25px;
    background:#f8fafc;
}
.magazine-sidebar-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:15px;
    border-bottom:2px solid var(--p);
    color:var(--p);
    font-weight:900;
}
.magazine-popular-item{
    display:grid;
    grid-template-columns:44px 1fr;
    gap:14px;
    padding:20px 0;
    border-bottom:1px solid #e3e7ed;
}
.magazine-popular-item:last-child{border-bottom:0}
.popular-number{
    color:#d0d5dd;
    font-size:1.5rem;
    font-weight:900;
}
.magazine-popular-item small{
    color:var(--a);
    font-size:.72rem;
    font-weight:800;
    text-transform:uppercase;
}
.magazine-popular-item h3{
    margin:6px 0;
    font-size:1rem;
    line-height:1.35;
    font-weight:850;
}
.magazine-popular-item div div{
    color:#98a2b3;
    font-size:.78rem;
}
.magazine-latest{margin-top:70px}
.magazine-section-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:25px;
    margin-bottom:28px;
}
.magazine-section-heading span{
    color:var(--a);
    font-size:.75rem;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.magazine-section-heading h2{
    margin:7px 0 0;
    color:var(--p);
    font-size:clamp(2rem,3.5vw,3.3rem);
    font-weight:900;
    letter-spacing:-.05em;
}
.magazine-card{
    height:100%;
    overflow:hidden;
    border:1px solid #e5e9ef;
    border-radius:23px;
    background:#fff;
    transition:.23s ease;
}
.magazine-card:hover{
    transform:translateY(-5px);
    box-shadow:0 22px 60px rgba(15,23,42,.09);
}
.magazine-card-image{
    display:block;
    height:210px;
    overflow:hidden;
    background:linear-gradient(135deg,var(--p),var(--a));
}
.magazine-card-body{padding:22px}
.magazine-card h3{
    margin:12px 0;
    font-size:1.15rem;
    line-height:1.35;
    font-weight:850;
}
.magazine-card-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    margin-top:18px;
}
.magazine-card-footer span{
    color:#98a2b3;
    font-size:.8rem;
}
.magazine-image-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:3.5rem;
}
.magazine-main-image.image-failed::after,
.magazine-card-image.image-failed::after,
.article-featured-image.image-failed::after{
    content:"\F4A3";
    font-family:"bootstrap-icons";
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:4rem;
}
.article-hero{
    padding:70px 0 55px;
    background:#f8fafc;
    border-bottom:1px solid #e5e9ef;
}
.article-container{max-width:980px}
.article-breadcrumb{
    display:flex;
    gap:8px;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:20px;
    color:#98a2b3;
    font-size:.85rem;
}
.article-breadcrumb a{color:#667085}
.article-category{
    color:var(--a);
    font-size:.78rem;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.09em;
}
.article-hero h1{
    margin:12px 0 18px;
    color:var(--p);
    font-size:clamp(2.5rem,5vw,4.8rem);
    line-height:1.02;
    letter-spacing:-.06em;
    font-weight:900;
}
.article-summary{
    max-width:860px;
    color:#667085;
    font-size:1.15rem;
    line-height:1.7;
}
.article-meta-line{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-top:25px;
    color:#667085;
    font-size:.88rem;
}
.article-main{padding:45px 0 85px}
.article-featured-image{
    position:relative;
    height:min(580px,60vw);
    overflow:hidden;
    margin:0 0 45px;
    border-radius:28px;
    background:linear-gradient(135deg,var(--p),var(--a));
}
.article-layout{
    display:grid;
    grid-template-columns:70px minmax(0,1fr);
    gap:35px;
}
.article-share-rail{
    position:sticky;
    top:110px;
    align-self:start;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
}
.article-share-rail>span{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    color:#98a2b3;
    font-size:.72rem;
    text-transform:uppercase;
    letter-spacing:.1em;
    margin-bottom:8px;
}
.article-share-rail a,
.article-share-rail button{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #e2e6ec;
    border-radius:50%;
    background:#fff;
    color:#475467;
}
.article-share-rail button{cursor:pointer}
.article-share-rail a:hover,
.article-share-rail button:hover{
    border-color:var(--p);
    background:var(--p);
    color:#fff;
}
.article-body{
    max-width:780px;
    color:#344054;
    font-size:1.06rem;
    line-height:1.9;
}
.article-body h2,
.article-body h3,
.article-body h4{
    color:var(--p);
    font-weight:900;
    letter-spacing:-.03em;
    margin-top:1.8em;
}
.article-body img{
    display:block;
    max-width:100%;
    height:auto;
    margin:25px auto;
    border-radius:18px;
}
.article-body blockquote{
    padding:20px 24px;
    border-left:4px solid var(--a);
    background:#f8fafc;
    color:#475467;
    font-size:1.1rem;
}
.article-bottom-share{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:25px;
    margin-top:50px;
    padding:24px;
    border:1px solid #e5e9ef;
    border-radius:20px;
    background:#f8fafc;
}
.article-bottom-share>div:first-child{
    display:flex;
    flex-direction:column;
}
.article-bottom-buttons{
    display:flex;
    gap:9px;
    flex-wrap:wrap;
}
.article-bottom-buttons a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:9px 12px;
    border:1px solid #e1e5eb;
    border-radius:10px;
    background:#fff;
    color:#475467;
    font-size:.84rem;
    font-weight:750;
}
.related-news-section{
    padding:75px 0;
    background:#f8fafc;
}
@media(max-width:991px){
    .magazine-hero-inner,
    .magazine-featured-grid{
        grid-template-columns:1fr;
    }
    .magazine-main-image{height:350px}
}
@media(max-width:767px){
    .magazine-hero{padding:70px 0 55px}
    .magazine-hero h1{font-size:2.65rem}
    .magazine-search{margin-top:15px}
    .magazine-section-heading,
    .article-bottom-share{
        align-items:flex-start;
        flex-direction:column;
    }
    .article-hero h1{font-size:2.45rem}
    .article-layout{grid-template-columns:1fr}
    .article-share-rail{
        position:static;
        flex-direction:row;
        justify-content:flex-start;
    }
    .article-share-rail>span{
        writing-mode:initial;
        transform:none;
        margin:0 6px 0 0;
    }
}


/* =========================================================
   CENTRALIA V69 · NOTICIAS EN INDEX TIPO PORTAL DE IA
   ========================================================= */

.home-news-zone{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 85% 10%,rgba(99,213,255,.08),transparent 22%),
        linear-gradient(180deg,#0a1734 0%,#07142f 100%);
    color:#fff;
}

.home-news-bg-grid{
    position:absolute;
    inset:0;
    opacity:.24;
    pointer-events:none;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size:42px 42px;
    mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 95%);
}

.home-news-header{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:40px;
    margin-bottom:34px;
}

.home-news-header>div:first-child{
    max-width:850px;
}

.home-news-brand{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:13px;
    color:#6ddcff;
    font-size:.76rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.1em;
}

.home-news-header h2{
    margin:0;
    max-width:850px;
    color:#fff;
    font-size:clamp(2rem,3.6vw,3.55rem);
    line-height:1.05;
    letter-spacing:-.055em;
    font-weight:900;
}

.home-news-header p{
    max-width:760px;
    margin:17px 0 0;
    color:rgba(255,255,255,.67);
    font-size:1.04rem;
    line-height:1.7;
}

.home-news-topics{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-top:20px;
}

.home-news-topics span{
    padding:7px 11px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    background:rgba(255,255,255,.055);
    color:rgba(255,255,255,.72);
    font-size:.74rem;
    font-weight:700;
}

.home-news-all{
    display:inline-flex;
    align-items:center;
    gap:8px;
    flex:0 0 auto;
    padding:11px 15px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:13px;
    color:#fff;
    font-weight:800;
}

.home-news-all:hover{
    color:#07142f;
    background:#fff;
}

.home-news-layout{
    display:grid;
    grid-template-columns:minmax(0,1.5fr) minmax(320px,.7fr);
    gap:22px;
}

.home-news-featured{
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    border-radius:27px;
    background:rgba(255,255,255,.07);
    box-shadow:0 25px 70px rgba(0,0,0,.2);
}

.home-news-featured-image{
    position:relative;
    display:block;
    height:360px;
    overflow:hidden;
    background:linear-gradient(135deg,var(--p),var(--a));
}

.home-news-featured-image img,
.home-news-mini-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}

.home-news-featured:hover img,
.home-news-mini:hover img{
    transform:scale(1.035);
}

.home-news-featured-badge{
    position:absolute;
    left:20px;
    top:20px;
    padding:8px 12px;
    border-radius:999px;
    background:var(--a);
    color:#fff;
    font-size:.72rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.home-news-featured-content{
    padding:28px;
}

.home-news-meta{
    display:flex;
    align-items:center;
    gap:13px;
    flex-wrap:wrap;
    color:rgba(255,255,255,.52);
    font-size:.77rem;
}

.home-news-featured-content h3{
    margin:14px 0 12px;
    color:#fff;
    font-size:clamp(1.55rem,2.5vw,2.4rem);
    line-height:1.1;
    letter-spacing:-.04em;
    font-weight:900;
}

.home-news-featured-content p{
    color:rgba(255,255,255,.67);
    line-height:1.7;
}

.home-news-read,
.home-news-mini-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#7ee1ff;
    font-weight:850;
}

.home-news-read:hover,
.home-news-mini-link:hover{
    color:#fff;
}

.home-news-side{
    display:grid;
    gap:18px;
}

.home-news-mini{
    display:grid;
    grid-template-columns:150px 1fr;
    min-height:185px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.11);
    border-radius:22px;
    background:rgba(255,255,255,.065);
    transition:.24s ease;
}

.home-news-mini:hover{
    transform:translateY(-4px);
    background:rgba(255,255,255,.09);
}

.home-news-mini-image{
    display:block;
    min-height:100%;
    overflow:hidden;
    background:linear-gradient(135deg,var(--p),var(--a));
}

.home-news-mini-content{
    padding:19px;
}

.home-news-mini-content h3{
    margin:9px 0 8px;
    font-size:1rem;
    line-height:1.35;
    font-weight:850;
}

.home-news-mini-content h3 a{
    color:#fff;
}

.home-news-mini-content p{
    margin-bottom:12px;
    color:rgba(255,255,255,.58);
    font-size:.88rem;
    line-height:1.55;
}

.home-news-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:3.5rem;
    background:linear-gradient(135deg,var(--p),var(--a));
}

.home-news-featured-image.image-failed::after,
.home-news-mini-image.image-failed::after{
    content:"\F4A3";
    font-family:"bootstrap-icons";
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:3.5rem;
    background:linear-gradient(135deg,var(--p),var(--a));
}

.home-news-mini-image{
    position:relative;
}

.home-news-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-top:24px;
    padding:18px 20px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:18px;
    background:rgba(255,255,255,.045);
}

.home-news-footer>div{
    display:flex;
    align-items:center;
    gap:10px;
    color:rgba(255,255,255,.62);
}

.home-news-footer>div i{
    color:#6ddcff;
}

.home-news-footer a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#fff;
    font-weight:850;
}

@media(max-width:991px){
    .home-news-header{
        align-items:flex-start;
        flex-direction:column;
    }

    .home-news-layout{
        grid-template-columns:1fr;
    }

    .home-news-side{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .home-news-mini{
        grid-template-columns:1fr;
    }

    .home-news-mini-image{
        min-height:180px;
    }
}

@media(max-width:767px){
    .home-news-featured-image{
        height:250px;
    }

    .home-news-side{
        grid-template-columns:1fr;
    }

    .home-news-footer{
        align-items:flex-start;
        flex-direction:column;
    }

    .home-news-all{
        width:100%;
        justify-content:center;
    }
}


/* CENTRALIA V91 · CATÁLOGO PÚBLICO Y CERTIFICACIONES OFICIALES */
.catalog-hero,
.certification-hero{
    position:relative;
    overflow:hidden;
    padding:92px 0 78px;
    color:#fff;
    background:
        radial-gradient(circle at 86% 16%,rgba(255,255,255,.14),transparent 24%),
        radial-gradient(circle at 15% 90%,rgba(99,213,255,.08),transparent 22%),
        linear-gradient(135deg,var(--p),#07152f);
}

.catalog-hero h1,
.certification-hero h1{
    max-width:900px;
    margin:13px 0 15px;
    color:#fff;
    font-size:clamp(2.7rem,5vw,5rem);
    line-height:1;
    letter-spacing:-.06em;
    font-weight:900;
}

.catalog-hero p,
.certification-hero p{
    max-width:800px;
    margin:0;
    color:rgba(255,255,255,.7);
    font-size:1.08rem;
    line-height:1.72;
}

.catalog-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#7ee1ff;
    font-size:.76rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.1em;
}

.catalog-section,
.certification-section{
    padding:75px 0 95px;
    background:#f4f6f9;
}

.catalog-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:30px;
    margin-bottom:30px;
}

.catalog-heading>div{
    max-width:800px;
}

.catalog-heading>div>span{
    color:var(--a);
    font-size:.76rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.09em;
}

.catalog-heading h2{
    margin:8px 0 0;
    color:var(--p);
    font-size:clamp(2rem,3.6vw,3.45rem);
    line-height:1.08;
    letter-spacing:-.05em;
    font-weight:900;
}

.catalog-heading p{
    margin:12px 0 0;
    color:#667085;
    line-height:1.7;
}

.public-course-grid,
.official-cert-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.public-course-card,
.official-cert-card{
    overflow:hidden;
    border:1px solid #dfe5ed;
    border-radius:25px;
    background:#fff;
    box-shadow:0 16px 45px rgba(15,23,42,.06);
    transition:.24s ease;
}

.public-course-card:hover,
.official-cert-card:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 68px rgba(15,23,42,.11);
}

.public-course-image,
.official-cert-image{
    position:relative;
    height:215px;
    overflow:hidden;
    background:linear-gradient(135deg,var(--p),var(--a));
}

.public-course-image img,
.official-cert-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}

.public-course-card:hover img,
.official-cert-card:hover img{
    transform:scale(1.04);
}

.public-course-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:3.2rem;
}

.public-course-content,
.official-cert-content{
    padding:23px;
}

.public-course-meta,
.official-cert-tags{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
}

.public-course-meta span,
.official-cert-tags span{
    padding:6px 9px;
    border-radius:999px;
    background:#eef3fb;
    color:var(--p);
    font-size:.72rem;
    font-weight:850;
}

.public-course-meta strong,
.official-cert-tags strong{
    color:var(--a);
    font-size:1rem;
}

.public-course-content h3,
.official-cert-content h3{
    margin:14px 0 10px;
    color:#182033;
    font-size:1.22rem;
    line-height:1.3;
    font-weight:900;
}

.public-course-content p,
.official-cert-content p{
    color:#667085;
    line-height:1.65;
}

.public-course-actions{
    display:flex;
    gap:9px;
    flex-wrap:wrap;
    margin-top:18px;
}

.certification-trust{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:25px;
}

.certification-trust span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 12px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    background:rgba(255,255,255,.07);
    color:rgba(255,255,255,.76);
    font-size:.78rem;
    font-weight:750;
}

.official-cert-seal{
    position:absolute;
    left:16px;
    top:16px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:8px 11px;
    border-radius:999px;
    background:var(--a);
    color:#fff;
    font-size:.72rem;
    font-weight:900;
    box-shadow:0 10px 25px rgba(0,0,0,.16);
}

.official-cert-data{
    display:grid;
    gap:9px;
    margin-top:17px;
}

.official-cert-data>div{
    display:flex;
    align-items:flex-start;
    gap:11px;
    padding:12px;
    border-radius:14px;
    background:#f8fafc;
}

.official-cert-data i{
    color:var(--a);
    font-size:1.2rem;
}

.official-cert-data span{
    display:flex;
    flex-direction:column;
}

.official-cert-data small{
    color:#98a2b3;
    font-size:.68rem;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.official-cert-data strong{
    color:#344054;
    font-size:.84rem;
}

.catalog-empty{
    padding:60px 25px;
    text-align:center;
    border:1px dashed #cbd3de;
    border-radius:24px;
    background:#fff;
}

.catalog-empty i{
    color:var(--a);
    font-size:3rem;
}

.catalog-empty h2{
    color:var(--p);
    font-weight:900;
}

.catalog-empty p{
    color:#667085;
}

.cert-banner-section{
    padding:34px 0 10px;
    background:#fff;
}

.cert-banner-frame{
    width:min(800px,100%);
    aspect-ratio:4/1;
    margin:0 auto;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 18px 48px rgba(15,23,42,.09);
}

.cert-banner-frame img{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media(max-width:1050px){
    .public-course-grid,
    .official-cert-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:700px){
    .public-course-grid,
    .official-cert-grid{
        grid-template-columns:1fr;
    }

    .catalog-heading{
        align-items:flex-start;
        flex-direction:column;
    }

    .catalog-heading .btn{
        width:100%;
    }
}

/* CENTRALIA V70 · MENÚ PROFESIONAL Y CONTACTO */
.pro-header{
    position:sticky;
    top:0;
    z-index:10000;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(15,23,42,.08);
    box-shadow:0 6px 25px rgba(15,23,42,.035);
}
.pro-header .navbar{
    min-height:78px;
    padding:8px 0;
}
.pro-brand{
    display:flex;
    align-items:center;
    min-width:150px;
}
.pro-brand img{
    display:block;
    width:auto;
    max-width:168px;
    height:58px;
    object-fit:contain;
}
.pro-brand>span{
    color:var(--p);
    font-size:1.15rem;
    font-weight:900;
}
.pro-header .nav-link{
    position:relative;
    color:#344054;
    font-size:.9rem;
    font-weight:700;
    padding:.72rem .68rem!important;
}
.pro-header .nav-link::after{
    content:"";
    position:absolute;
    left:.68rem;
    right:.68rem;
    bottom:.34rem;
    height:2px;
    border-radius:999px;
    background:var(--a);
    transform:scaleX(0);
    transition:.2s ease;
}
.pro-header .nav-link:hover{
    color:var(--p);
}
.pro-header .nav-link:hover::after{
    transform:scaleX(1);
}
.pro-student-button,
.pro-enroll-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:44px;
    padding:0 16px;
    border-radius:13px;
    font-size:.88rem;
    font-weight:850;
}
.pro-student-button{
    border:1px solid #d0d5dd;
    background:#fff;
    color:#344054;
}
.pro-student-button:hover{
    border-color:var(--p);
    color:var(--p);
}
.pro-enroll-button{
    border:1px solid var(--a);
    background:var(--a);
    color:#fff;
    box-shadow:0 10px 25px rgba(227,27,47,.18);
}
.pro-enroll-button:hover{
    border-color:var(--p);
    background:var(--p);
    color:#fff;
}
.pro-toggler{
    width:46px;
    height:43px;
    display:none;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:5px;
    border:1px solid #d8dde5;
    border-radius:12px;
    background:#fff;
    box-shadow:none!important;
}
.pro-toggler span{
    width:21px;
    height:2px;
    border-radius:999px;
    background:var(--p);
}

.contact-hero{
    padding:90px 0 75px;
    color:#fff;
    background:
        radial-gradient(circle at 86% 15%,rgba(255,255,255,.14),transparent 23%),
        linear-gradient(135deg,var(--p),#07152f);
}
.contact-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.3fr) minmax(310px,.7fr);
    align-items:center;
    gap:60px;
}
.contact-kicker,
.contact-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--a);
    font-size:.76rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.09em;
}
.contact-kicker{
    color:#7ee1ff;
}
.contact-hero h1{
    margin:12px 0;
    font-size:clamp(2.8rem,5vw,5rem);
    font-weight:900;
    letter-spacing:-.06em;
}
.contact-hero p{
    max-width:730px;
    color:rgba(255,255,255,.7);
    font-size:1.08rem;
    line-height:1.7;
}
.contact-hero-card{
    padding:28px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:25px;
    background:rgba(255,255,255,.08);
}
.contact-hero-card>i{
    font-size:2.5rem;
    color:#7ee1ff;
}
.contact-hero-card h3{
    margin-top:18px;
    font-weight:850;
}
.contact-section{
    padding:80px 0;
    background:#f5f7fa;
}
.contact-form-card,
.contact-info-card{
    height:100%;
    padding:32px;
    border:1px solid #e1e6ed;
    border-radius:27px;
    background:#fff;
    box-shadow:0 18px 55px rgba(15,23,42,.06);
}
.contact-form-card h2,
.contact-info-card h2{
    margin:8px 0 24px;
    color:var(--p);
    font-size:clamp(1.8rem,3vw,2.8rem);
    font-weight:900;
    letter-spacing:-.045em;
}
.contact-form-card label{
    margin-bottom:7px;
    color:#344054;
    font-weight:750;
}
.contact-form-card .form-control,
.contact-form-card .form-select{
    min-height:52px;
    border-radius:13px;
    border-color:#d7dce4;
}
.contact-form-card textarea.form-control{
    min-height:145px;
}
.contact-info-card{
    color:#fff;
    background:
        radial-gradient(circle at 85% 15%,rgba(255,255,255,.12),transparent 23%),
        linear-gradient(135deg,var(--p),#07152f);
}
.contact-info-card .contact-label{
    color:#7ee1ff;
}
.contact-info-card h2{
    color:#fff;
}
.contact-info-card>p{
    color:rgba(255,255,255,.67);
    line-height:1.7;
}
.contact-whatsapp{
    display:flex;
    align-items:center;
    gap:14px;
    margin:25px 0;
    padding:18px;
    border-radius:18px;
    background:#25D366;
    color:#fff;
}
.contact-whatsapp:hover{
    color:#fff;
    background:#1fb858;
}
.contact-whatsapp>i{
    font-size:2rem;
}
.contact-whatsapp div{
    display:flex;
    flex-direction:column;
}
.contact-whatsapp small{
    color:rgba(255,255,255,.78);
}
.contact-whatsapp strong{
    font-size:1.2rem;
}
.contact-info-list{
    display:grid;
    gap:13px;
}
.contact-info-list div{
    display:flex;
    gap:11px;
    align-items:flex-start;
    padding-top:13px;
    border-top:1px solid rgba(255,255,255,.1);
    color:rgba(255,255,255,.7);
}
.contact-info-list i{
    color:#7ee1ff;
}
.contact-success{
    display:flex;
    align-items:flex-start;
    gap:17px;
    padding:24px;
    border:1px solid #b7e6c7;
    border-radius:20px;
    background:#f0fcf4;
}
.contact-success>i{
    color:#22a34a;
    font-size:2.2rem;
}
.contact-success h3{
    color:#166534;
    font-weight:850;
}
.contact-success p{
    margin:0;
    color:#3f6b4f;
}

@media(max-width:1199.98px){
    .pro-toggler{display:flex}
    .pro-header .navbar-collapse{
        margin-top:10px;
        padding:17px;
        border:1px solid #e4e7ec;
        border-radius:18px;
        background:#fff;
        box-shadow:0 22px 55px rgba(15,23,42,.11);
    }
    .pro-header .nav-link{
        padding:.72rem .4rem!important;
    }
    .pro-header .nav-link::after{display:none}
    .pro-student-button,
    .pro-enroll-button{
        width:100%;
        margin:6px 0 0!important;
    }
}
@media(max-width:991px){
    .contact-hero-grid{
        grid-template-columns:1fr;
        gap:30px;
    }
}
@media(max-width:575px){
    .pro-header .navbar{min-height:68px}
    .pro-brand{min-width:auto}
    .pro-brand img{
        max-width:138px;
        height:50px;
    }
    .contact-hero{
        padding:68px 0 58px;
    }
    .contact-hero h1{
        font-size:2.55rem;
    }
    .contact-form-card,
    .contact-info-card{
        padding:24px;
    }
}
