.CertificacionesPage{width:100%;display:flex;flex-direction:column;background-color:var(--brand-dark);color:#fff}.CertificacionesPage .hero-bg{background-image:linear-gradient(180deg,rgba(0,0,0,.65),#000),url(https://images.unsplash.com/photo-1503951914875-452162b0f3f1?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:50%}.CertificacionesPage .cert-hero{min-height:55vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem 4rem}.CertificacionesPage .cert-hero .hero-content{padding:3rem 2rem;border-radius:2.4rem;max-width:80rem;border:1px solid rgba(17,221,153,.15)}.CertificacionesPage .cert-hero .hero-content h1{font-size:3.6rem;font-weight:800;margin-bottom:1.6rem;line-height:1.15}@media screen and (min-width:768px){.CertificacionesPage .cert-hero .hero-content h1{font-size:5.6rem}}.CertificacionesPage .cert-hero .hero-content p{font-size:1.6rem;color:#d1d5db;line-height:1.6}.CertificacionesPage .section-padding{padding:5rem 1.5rem;max-width:120rem;margin:0 auto;width:100%}@media screen and (min-width:768px){.CertificacionesPage .section-padding{padding:7rem 2.4rem}}.CertificacionesPage .section-header{text-align:center;margin-bottom:4rem}.CertificacionesPage .section-header h2{font-size:2.8rem;font-weight:800;margin-bottom:1.2rem}@media screen and (min-width:768px){.CertificacionesPage .section-header h2{font-size:3.6rem}}.CertificacionesPage .section-header p{color:#9ca3af;max-width:60rem;margin:0 auto;font-size:1.5rem;line-height:1.6}.CertificacionesPage .para-quien-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media screen and (min-width:768px){.CertificacionesPage .para-quien-grid{grid-template-columns:repeat(2,1fr)}}.CertificacionesPage .para-quien-grid .pq-card{padding:2.8rem 2.4rem;border-radius:1.8rem;border:1px solid hsla(0,0%,100%,.07)}.CertificacionesPage .para-quien-grid .pq-card h3{font-size:2rem;font-weight:800;margin-bottom:1.2rem;color:var(--brand-neon)}.CertificacionesPage .para-quien-grid .pq-card p{font-size:1.5rem;line-height:1.65;color:#d1d5db}.CertificacionesPage .cert-grid{display:grid;grid-template-columns:1fr;grid-gap:2.4rem;gap:2.4rem;align-items:start}@media screen and (min-width:900px){.CertificacionesPage .cert-grid{grid-template-columns:repeat(2,1fr)}}.CertificacionesPage .cert-card{padding:3rem 2.2rem;border-radius:2rem;border:1px solid rgba(17,221,153,.2);display:flex;flex-direction:column;gap:2.4rem}.CertificacionesPage .cert-card .card-header{text-align:center}.CertificacionesPage .cert-card .card-header h3{font-size:2.4rem;font-weight:800;letter-spacing:.5px}.CertificacionesPage .cert-card .card-header .subtitle{font-size:1.4rem;color:#9ca3af;margin-top:.4rem}.CertificacionesPage .cert-card .card-header .avales{list-style:none;padding:0;margin:1.6rem 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.CertificacionesPage .cert-card .card-header .avales li{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:.5rem 1rem;border-radius:999px;color:#d1d5db;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12)}.CertificacionesPage .cert-card .price-container{text-align:center;padding:1.6rem 0;border-top:1px solid hsla(0,0%,100%,.08);border-bottom:1px solid hsla(0,0%,100%,.08)}.CertificacionesPage .cert-card .price-container .price{display:block;font-size:3.6rem;font-weight:800;color:var(--brand-neon);text-shadow:0 0 10px rgba(17,221,153,.35);line-height:1.1}.CertificacionesPage .cert-card .price-container .price-text{font-size:1.4rem;color:#9ca3af}.CertificacionesPage .cert-card .beneficios{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.CertificacionesPage .cert-card .beneficios li{display:flex;align-items:flex-start;gap:.9rem;font-size:1.45rem;line-height:1.5;color:#d1d5db}.CertificacionesPage .cert-card .beneficios li svg{flex-shrink:0;margin-top:.3rem;color:var(--brand-neon);font-size:1.5rem}.CertificacionesPage .cert-card .tabla-pagos{border-radius:1.2rem;overflow:hidden;border:1px solid hsla(0,0%,100%,.1)}.CertificacionesPage .cert-card .tabla-pagos .tp-head,.CertificacionesPage .cert-card .tabla-pagos .tp-row{display:grid;grid-template-columns:4.5rem 1fr auto;grid-gap:.8rem;gap:.8rem;align-items:center;padding:1.1rem 1.2rem;font-size:1.35rem}.CertificacionesPage .cert-card .tabla-pagos .tp-head{background:rgba(17,221,153,.12);color:var(--brand-neon);font-weight:800;font-size:1.2rem;text-transform:uppercase;letter-spacing:.5px}.CertificacionesPage .cert-card .tabla-pagos .tp-row{border-top:1px solid hsla(0,0%,100%,.06);color:#d1d5db}.CertificacionesPage .cert-card .tabla-pagos .tp-row .monto{font-weight:700;color:var(--brand-neon);white-space:nowrap}.CertificacionesPage .cert-card .tabla-pagos .tp-row.total{background:hsla(0,0%,100%,.05);font-weight:800;color:#fff}.CertificacionesPage .cert-card .cert-cta{display:flex;align-items:center;justify-content:center;gap:.9rem;padding:1.4rem 2rem;border-radius:1.2rem;background:var(--brand-neon);color:#042016;font-size:1.6rem;font-weight:800;text-decoration:none;transition:filter .15s ease,transform .15s ease}.CertificacionesPage .cert-card .cert-cta svg{font-size:2rem}.CertificacionesPage .cert-card .cert-cta:hover{filter:brightness(1.08);transform:translateY(-1px)}.CertificacionesPage .pasos-lista{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2rem;max-width:72rem;margin-inline:auto}.CertificacionesPage .pasos-lista li{display:flex;align-items:flex-start;gap:1.6rem}.CertificacionesPage .pasos-lista li .paso-num{flex-shrink:0;width:4rem;height:4rem;display:grid;place-items:center;border-radius:50%;background:rgba(17,221,153,.15);border:1px solid rgba(17,221,153,.4);color:var(--brand-neon);font-size:1.8rem;font-weight:800}.CertificacionesPage .pasos-lista li h4{font-size:1.7rem;font-weight:700;margin-bottom:.5rem}.CertificacionesPage .pasos-lista li p{font-size:1.45rem;line-height:1.6;color:#9ca3af}