*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-hue:#00445B;--secondary-hue:#F0F2F5;--tertiary-hue:#E3B705;--text-dark:#1a1a1a;--text-medium:#4a4a4a;--text-light:#6a6a6a;--bg-white:#fff;--bg-cream:#fafbfc;--shadow-sm:0 2px 8px #00445b14;--shadow-md:0 4px 16px #00445b1f}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Work Sans',system-ui,-apple-system,sans-serif;line-height:1.7;color:var(--text-dark);background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation}
a{text-decoration:none;color:inherit;transition:opacity .25s ease}
a:hover{opacity:.75}
a:focus-visible{outline:3px solid var(--tertiary-hue);outline-offset:3px;border-radius:2px}
.header_9kx{background:linear-gradient(180deg,var(--bg-white) 0%,var(--secondary-hue) 100%);box-shadow:var(--shadow-sm);position:relative;z-index:100}
.topRibbon_4ht{background:radial-gradient(circle at top right,#00445B 0%,#003347 100%);padding:12px 0;border-bottom:2px solid var(--tertiary-hue)}
.topRibbon_4ht .container_nav_7pq{max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:flex;justify-content:center;align-items:center;gap:clamp(1.5rem,3vw,2.5rem)}
.navMain_2wz{display:flex;gap:clamp(1.2rem,2.5vw,2rem);list-style:none;align-items:center}
.navMain_2wz li{position:relative}
.navMain_2wz a{color:var(--bg-white);letter-spacing:.3px;padding:.4rem .8rem;border-radius:4px;display:block;white-space:nowrap;transition:background-color .25s ease,color .25s ease;font:500 clamp(0.9rem,1.8vw,1rem) 'Manrope',sans-serif}
.navMain_2wz a:hover{color:var(--tertiary-hue);opacity:1;background:#e3b70533}
.navMain_2wz a:focus-visible{outline:2px solid var(--tertiary-hue);outline-offset:2px}
.submenu_8jk{position:absolute;top:100%;left:0;background:var(--bg-white);box-shadow:var(--shadow-md);border-radius:6px;padding:.6rem 0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s;z-index:200;margin-top:8px}
.navMain_2wz li:hover .submenu_8jk,.navMain_2wz li:focus-within .submenu_8jk{opacity:1;visibility:visible;transform:translateY(0)}
.submenu_8jk a{color:var(--text-dark);padding:.7rem 1.2rem;font-size:.95rem;border-radius:0;transition:background-color .2s ease}
.submenu_8jk a:hover{color:var(--primary-hue);background:var(--secondary-hue)}
.brandBanner_5mx{padding:clamp(2rem,5vw,3rem) 0;background:linear-gradient(90deg,#f0f2f566 0%,#e3b70514 100%)}
.brandBanner_5mx .container_brand_3lr{max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:flex;flex-direction:column;align-items:center;gap:1.2rem}
.logo_holder_6nf{display:flex;justify-content:center;align-items:center;position:relative;z-index:10}
.logo_holder_6nf img{height:120px;width:120px;object-fit:contain;display:block}
.company_details_9rt{text-align:center}
.company_name_1kw{color:var(--primary-hue);letter-spacing:-.5px;margin-bottom:.5rem;font:700 clamp(2rem,5vw,3.2rem) 'Manrope',sans-serif}
.company_tagline_4xs{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:var(--text-medium);letter-spacing:.2px}
@media (max-width: 768px) {
.topRibbon_4ht .container_nav_7pq{flex-direction:column;gap:1rem}
.navMain_2wz{flex-direction:column;gap:.8rem;width:100%;align-items:stretch}
.navMain_2wz a{text-align:center;padding:.6rem 1rem}
.submenu_8jk{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding-left:1.5rem;margin-top:.5rem}
.logo_holder_6nf img{height:90px;width:90px}
}
footer{background:linear-gradient(165deg,var(--primary-hue) 0%,#002a38 100%);color:var(--bg-white);padding:clamp(3rem,6vw,5rem) 0 2rem;margin-top:clamp(4rem,8vw,6rem)}
.footer_container_8mq{max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}
.footer_grid_2np{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(2.5rem,5vw,4rem);margin-bottom:clamp(2.5rem,4vw,3.5rem)}
.footer_section_7kl h3{margin-bottom:1.5rem;color:var(--tertiary-hue);letter-spacing:.5px;font:600 clamp(1.3rem,2.5vw,1.6rem) 'Manrope',sans-serif}
.footer_links_5qw{list-style:none;display:flex;flex-direction:column;gap:.9rem}
.footer_links_5qw a{font-size:clamp(0.95rem,1.8vw,1.05rem);color:#ffffffd9;transition:color .25s ease,padding-left .25s ease;display:inline-block}
.footer_links_5qw a:hover{color:var(--tertiary-hue);padding-left:6px;opacity:1}
.footer_contact_3yx p{font-size:clamp(0.95rem,1.8vw,1.05rem);color:#ffffffd9;margin-bottom:.8rem;line-height:1.7}
.footer_contact_3yx a{color:var(--tertiary-hue);text-decoration:underline;text-underline-offset:3px}
.footer_contact_3yx a:hover{opacity:.8}
.footer_bottom_1hx{border-top:1px solid #ffffff26;padding-top:2rem;text-align:center}
.footer_copyright_9tz{font-size:clamp(0.85rem,1.6vw,0.95rem);color:#ffffffb3;letter-spacing:.3px}
@media (max-width: 640px) {
.footer_grid_2np{grid-template-columns:1fr;gap:2rem}
}
.cookie_wrapper_3zl{position:fixed;bottom:25px;right:25px;max-width:420px;background:var(--bg-white);border-radius:12px;box-shadow:0 8px 32px #00445b2e;padding:1.8rem;z-index:9999;border:2px solid var(--secondary-hue);transform:translateY(0);opacity:1;transition:transform .4s cubic-bezier(0.34,1.56,0.64,1),opacity .4s ease}
.cookie_wrapper_3zl.cookie_hidden_9pl{transform:translateY(150%);opacity:0;pointer-events:none}
.cookie_title_6hk{color:var(--primary-hue);margin-bottom:1rem;letter-spacing:-.2px;font:600 1.3rem 'Manrope',sans-serif}
.cookie_text_4rs{font-size:.95rem;color:var(--text-medium);line-height:1.65;margin-bottom:1.5rem}
.cookie_categories_7mw{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1.5rem;padding:1rem;background:var(--bg-cream);border-radius:8px}
.cookie_category_item_5nx{display:flex;justify-content:space-between;align-items:center;gap:1rem}
.cookie_category_label_2qp{font-size:.9rem;font-weight:500;color:var(--text-dark);flex:1}
.cookie_toggle_8wk{position:relative;width:48px;height:26px;background:#cbd5e0;border-radius:20px;cursor:pointer;transition:background-color .3s ease;flex-shrink:0}
.cookie_toggle_8wk input{opacity:0;width:0;height:0;position:absolute}
.cookie_toggle_slider_1jm{position:absolute;top:3px;left:3px;width:20px;height:20px;background:var(--bg-white);border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}
.cookie_toggle_8wk input:checked ~ .cookie_toggle_slider_1jm{transform:translateX(22px)}
.cookie_toggle_8wk input:checked + .cookie_toggle_8wk{background:var(--primary-hue)}
.cookie_toggle_8wk:has(input:checked){background:var(--primary-hue)}
.cookie_actions_9pm{display:flex;gap:.8rem;flex-wrap:wrap}
.cookie_btn_base_7lt{flex:1;min-width:120px;padding:.75rem 1.2rem;border-radius:6px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:background-color .25s ease,transform .15s ease;font-family:inherit;touch-action:manipulation;min-height:44px}
.cookie_btn_base_7lt:hover{transform:translateY(-1px)}
.cookie_btn_base_7lt:active{transform:translateY(0)}
.cookie_btn_base_7lt:focus-visible{outline:3px solid var(--tertiary-hue);outline-offset:2px}
.cookie_btn_accept_4kn{background:linear-gradient(135deg,var(--primary-hue) 0%,#00576f 100%);color:var(--bg-white)}
.cookie_btn_accept_4kn:hover{background:linear-gradient(135deg,#00576f 0%,var(--primary-hue) 100%)}
.cookie_btn_reject_8mp{background:var(--secondary-hue);color:var(--text-dark)}
.cookie_btn_reject_8mp:hover{background:#e1e4e8}
@media (max-width: 480px) {
.cookie_wrapper_3zl{bottom:15px;right:15px;left:15px;max-width:none;padding:1.5rem}
.cookie_actions_9pm{flex-direction:column}
.cookie_btn_base_7lt{width:100%}
}
@media (prefers-reduced-motion: reduce) {
*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
@media (pointer: coarse) {
.navMain_2wz a,.footer_links_5qw a,.cookie_btn_base_7lt{min-height:44px;display:flex;align-items:center;justify-content:center}
}
.acerca-nosotros-hero{background:linear-gradient(135deg,#F0F2F5 0%,#fff 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.acerca-nosotros-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e3b70514 0%,transparent 70%);border-radius:50%}
.acerca-hero-contenedor{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.acerca-hero-titulo{font-size:2.8rem;color:#00445B;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.acerca-hero-titulo::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#E3B705 0%,#00445B 100%);margin-top:1rem}
.acerca-hero-texto{font-size:1.15rem;color:#495057;line-height:1.7;max-width:700px;margin-bottom:2rem}
.acerca-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-top:3rem}
.acerca-stat-item{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00445b14;transition:transform .3s ease}
.acerca-stat-item:hover{transform:translateY(-5px)}
.acerca-stat-numero{font-size:2.5rem;font-weight:700;color:#E3B705;display:block;margin-bottom:.5rem}
.acerca-stat-etiqueta{font-size:.95rem;color:#00445B;font-weight:500}
.acerca-mision-seccion{padding:5rem 2rem;background:#fff;position:relative}
.acerca-mision-contenedor{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.acerca-mision-contenido h2{font-size:2.2rem;color:#00445B;margin-bottom:1.5rem;font-weight:700;position:relative;padding-left:1.5rem}
.acerca-mision-contenido h2::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:#E3B705;border-radius:3px}
.acerca-mision-texto{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.acerca-valores-lista{list-style:none;padding:0;margin:2rem 0 0}
.acerca-valores-lista li{padding:1rem 0 1rem 3rem;position:relative;font-size:1.05rem;color:#343a40;line-height:1.6;border-left:2px solid #F0F2F5;margin-bottom:1rem}
.acerca-valores-lista li::before{content:'';position:absolute;left:.8rem;top:1rem;width:24px;height:24px;background:#E3B705;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.acerca-mision-imagen{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 12px 24px #00445b26}
.acerca-mision-imagen img{width:100%;height:420px;object-fit:cover;display:block}
.acerca-enfoque-seccion{padding:5rem 2rem;background:linear-gradient(180deg,#F0F2F5 0%,#fff 100%)}
.acerca-enfoque-contenedor{max-width:1200px;margin:0 auto}
.acerca-enfoque-titulo{text-align:center;font-size:2.2rem;color:#00445B;margin-bottom:3rem;font-weight:700}
.acerca-enfoque-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:4rem}
.acerca-enfoque-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #00445b1a;position:relative;transition:all .3s ease}
.acerca-enfoque-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#E3B705 0%,#00445B 100%);border-radius:12px 12px 0 0}
.acerca-enfoque-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00445b26}
.acerca-enfoque-card h3{font-size:1.5rem;color:#00445B;margin-bottom:1rem;font-weight:600}
.acerca-enfoque-card p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1rem}
.acerca-imagen-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.acerca-gallery-item{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00445b1f}
.acerca-gallery-item img{width:100%;height:280px;object-fit:cover;display:block;transition:transform .4s ease}
.acerca-gallery-item:hover img{transform:scale(1.05)}
.acerca-compromiso-seccion{padding:5rem 2rem 6rem;background:#fff;position:relative}
.acerca-compromiso-contenedor{max-width:1100px;margin:0 auto}
.acerca-compromiso-header{text-align:center;margin-bottom:4rem}
.acerca-compromiso-header h2{font-size:2.2rem;color:#00445B;margin-bottom:1.5rem;font-weight:700}
.acerca-compromiso-header p{font-size:1.1rem;color:#495057;line-height:1.7;max-width:750px;margin:0 auto}
.acerca-timeline-wrap{position:relative;padding:2rem 0}
.acerca-timeline-item{display:grid;grid-template-columns:80px 1fr;gap:2rem;margin-bottom:3rem;position:relative}
.acerca-timeline-marker{position:relative;display:flex;flex-direction:column;align-items:center}
.acerca-timeline-circulo{width:50px;height:50px;background:#E3B705;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;box-shadow:0 4px 12px #e3b7054d;z-index:3;position:relative}
.acerca-timeline-linea{width:3px;flex-grow:1;background:linear-gradient(180deg,#E3B705 0%,#F0F2F5 100%);margin-top:.5rem}
.acerca-timeline-item:last-child .acerca-timeline-linea{display:none}
.acerca-timeline-contenido{background:#F0F2F5;padding:2rem;border-radius:10px;border-left:4px solid #00445B;position:relative;margin-top:.5rem}
.acerca-timeline-contenido h3{font-size:1.4rem;color:#00445B;margin-bottom:.8rem;font-weight:600}
.acerca-timeline-contenido p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.acerca-cta-box{margin-top:4rem;text-align:center;padding:3rem;background:linear-gradient(135deg,#00445B 0%,#00556e 100%);border-radius:12px;box-shadow:0 8px 24px #00445b33}
.acerca-cta-box h3{font-size:1.8rem;color:#fff;margin-bottom:1rem;font-weight:700}
.acerca-cta-box p{font-size:1.1rem;color:#F0F2F5;margin-bottom:2rem;line-height:1.6}
.acerca-cta-botones{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.acerca-btn-principal{display:inline-block;padding:1rem 2.5rem;background:#E3B705;color:#00445B;font-weight:600;font-size:1.05rem;border-radius:6px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #e3b7054d;position:relative;z-index:10}
.acerca-btn-principal:hover{background:#d4a804;transform:translateY(-2px);box-shadow:0 6px 16px #e3b70566;color:#00445B}
.acerca-btn-secundario{display:inline-block;padding:1rem 2.5rem;background:none;color:#fff;font-weight:600;font-size:1.05rem;border-radius:6px;text-decoration:none;border:2px solid #fff;transition:all .3s ease;position:relative;z-index:10}
.acerca-btn-secundario:hover{background:#fff;color:#00445B;transform:translateY(-2px)}
@media (max-width: 992px) {
.acerca-mision-contenedor{grid-template-columns:1fr;gap:3rem}
.acerca-enfoque-grid{grid-template-columns:1fr;gap:2rem}
.acerca-imagen-gallery{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.acerca-nosotros-hero{padding:3rem 1.5rem 2.5rem}
.acerca-hero-titulo{font-size:2rem}
.acerca-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}
.acerca-mision-seccion{padding:3rem 1.5rem}
.acerca-mision-contenido h2{font-size:1.8rem}
.acerca-mision-imagen img{height:320px}
.acerca-enfoque-seccion{padding:3rem 1.5rem}
.acerca-enfoque-titulo{font-size:1.8rem}
.acerca-timeline-item{grid-template-columns:60px 1fr;gap:1.5rem}
.acerca-timeline-circulo{width:40px;height:40px;font-size:1rem}
.acerca-compromiso-seccion{padding:3rem 1.5rem 4rem}
.acerca-cta-box{padding:2rem 1.5rem}
.acerca-cta-botones{flex-direction:column;gap:1rem}
.acerca-btn-principal,.acerca-btn-secundario{width:100%;text-align:center}
}
@media (max-width: 480px) {
.acerca-stats-grid{grid-template-columns:1fr}
.acerca-hero-titulo{font-size:1.7rem}
.acerca-stat-numero{font-size:2rem}
}
.metodos-ensenanza-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.7}
.metodos-ensenanza-wrapper *{box-sizing:border-box}
.metodos-hero-principal{background:linear-gradient(135deg,#00445B 0%,#003a4d 100%);padding:90px 20px 80px;position:relative;overflow:hidden}
.metodos-hero-principal::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e3b70526 0%,transparent 70%);border-radius:50%}
.metodos-hero-contenido{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.metodos-hero-contenido h1{color:#fff;font-size:2.8rem;font-weight:700;margin:0 0 25px;line-height:1.2}
.metodos-hero-contenido .subtitulo-hero{color:#E3B705;font-size:1.3rem;font-weight:500;margin-bottom:20px;display:inline-block;border-left:4px solid #E3B705;padding-left:15px}
.metodos-hero-contenido p{color:#F0F2F5;font-size:1.1rem;max-width:680px;margin:0;line-height:1.8}
.metodos-bloque-filosofia{padding:85px 20px;background:#F0F2F5;position:relative}
.metodos-filosofia-grid{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.metodos-filosofia-texto h2{color:#00445B;font-size:2.3rem;font-weight:700;margin:0 0 30px;position:relative;padding-bottom:15px}
.metodos-filosofia-texto h2::after{content:'';position:absolute;bottom:0;left:0;width:70px;height:4px;background:#E3B705}
.metodos-filosofia-texto .intro-parrafo{color:#495057;font-size:1.05rem;margin-bottom:25px;line-height:1.8}
.metodos-lista-valores{list-style:none;padding:0;margin:30px 0 0}
.metodos-lista-valores li{padding:18px 0 18px 45px;position:relative;color:#343a40;font-size:1rem;border-bottom:1px solid #dee2e6}
.metodos-lista-valores li:last-child{border-bottom:none}
.metodos-lista-valores li::before{content:'';position:absolute;left:0;top:18px;width:30px;height:30px;background:#E3B705;color:#00445B;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.metodos-filosofia-imagen{position:relative}
.metodos-filosofia-imagen img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #00445b33}
.metodos-bloque-proceso{padding:90px 20px;background:#fff;position:relative}
.metodos-proceso-contenedor{max-width:1140px;margin:0 auto}
.metodos-proceso-header{text-align:center;margin-bottom:65px}
.metodos-proceso-header h2{color:#00445B;font-size:2.4rem;font-weight:700;margin:0 0 20px}
.metodos-proceso-header p{color:#495057;font-size:1.1rem;max-width:700px;margin:0 auto}
.metodos-etapas-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:50px}
.metodos-etapa-card{background:#fafbfc;border:2px solid #F0F2F5;border-radius:10px;padding:35px 28px;position:relative;transition:all .3s ease}
.metodos-etapa-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00445b26;border-color:#E3B705}
.metodos-etapa-numero{position:absolute;top:-20px;left:28px;width:50px;height:50px;background:linear-gradient(135deg,#00445B 0%,#006080 100%);color:#E3B705;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;box-shadow:0 4px 12px #00445b4d}
.metodos-etapa-card h3{color:#00445B;font-size:1.4rem;font-weight:600;margin:20px 0 15px}
.metodos-etapa-card p{color:#495057;font-size:.98rem;line-height:1.7;margin:0}
.metodos-bloque-practica{padding:90px 20px;background:linear-gradient(to bottom,#F0F2F5 0%,#fff 100%)}
.metodos-practica-layout{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:60px;align-items:start}
.metodos-practica-visual img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 20px 50px #00445b40}
.metodos-practica-contenido h2{color:#00445B;font-size:2.2rem;font-weight:700;margin:0 0 25px}
.metodos-practica-contenido .destacado-amarillo{color:#E3B705;font-weight:600}
.metodos-practica-contenido > p{color:#343a40;font-size:1.05rem;line-height:1.8;margin-bottom:35px}
.metodos-caracteristicas-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:40px}
.metodos-caracteristica-item{background:#fff;padding:25px;border-radius:8px;border-left:4px solid #E3B705;box-shadow:0 3px 10px #0000000d}
.metodos-caracteristica-item h4{color:#00445B;font-size:1.15rem;font-weight:600;margin:0 0 10px}
.metodos-caracteristica-item p{color:#495057;font-size:.95rem;margin:0;line-height:1.6}
.metodos-cta-contacto{text-align:center;margin-top:50px;padding:40px;background:#fafbfc;border-radius:10px}
.metodos-cta-contacto p{color:#343a40;font-size:1.1rem;margin-bottom:25px}
.metodos-boton-principal{display:inline-block;background:#00445B;color:#fff;padding:16px 40px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #00445B}
.metodos-boton-principal:hover{background:#E3B705;border-color:#E3B705;color:#00445B;transform:translateY(-2px);box-shadow:0 8px 20px #e3b7054d}
@media (max-width: 992px) {
.metodos-filosofia-grid{grid-template-columns:1fr;gap:40px}
.metodos-etapas-wrapper{grid-template-columns:1fr;gap:45px}
.metodos-etapa-card{margin-top:20px}
.metodos-practica-layout{grid-template-columns:1fr;gap:40px}
.metodos-caracteristicas-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.metodos-hero-principal{padding:60px 20px}
.metodos-hero-contenido h1{font-size:2rem}
.metodos-hero-contenido .subtitulo-hero{font-size:1.1rem}
.metodos-filosofia-texto h2{font-size:1.9rem}
.metodos-proceso-header h2{font-size:1.9rem}
.metodos-practica-contenido h2{font-size:1.8rem}
.metodos-filosofia-imagen img{height:300px}
.metodos-practica-visual img{height:350px}
}
.index-hero-canvas{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#00445B 0%,#003347 100%)}
.index-hero-canvas::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15;z-index:1;background:url(./image_gallery/TwvdrZ.jpg) (cover) center}
.index-hero-canvas::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(to top,#F0F2F5 0%,transparent 100%);z-index:2}
.index-hero-content-wrap{position:relative;z-index:3;max-width:920px;padding:40px 20px;text-align:center}
.index-hero-main-title{font-size:3.8rem;font-weight:800;color:#fff;line-height:1.1;margin:0 0 30px;letter-spacing:-1px}
.index-hero-main-title::after{content:'';display:block;width:120px;height:5px;background:#E3B705;margin:25px auto 0}
.index-hero-subtitle-text{font-size:1.35rem;color:#F0F2F5;line-height:1.7;margin:0 0 45px;font-weight:300}
.index-hero-cta-primary{display:inline-block;padding:18px 45px;background:#E3B705;color:#00445B;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 8px 20px #e3b7054d}
.index-hero-cta-primary:hover{background:#d4a804;transform:translateY(-3px);box-shadow:0 12px 28px #e3b70566}
.index-realidad-section{background:#F0F2F5;padding:90px 20px;position:relative}
.index-realidad-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.index-realidad-text-zone{padding-right:30px}
.index-realidad-headline{font-size:2.6rem;color:#00445B;font-weight:700;line-height:1.2;margin:0 0 25px;position:relative}
.index-realidad-headline::before{content:'';position:absolute;left:-20px;top:8px;width:5px;height:60%;background:#E3B705}
.index-realidad-paragraph{font-size:1.1rem;color:#495057;line-height:1.8;margin:0 0 20px}
.index-realidad-img-wrap{position:relative}
.index-realidad-img-wrap img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #00445b33}
.index-realidad-img-wrap::after{content:'';position:absolute;top:-20px;right:-20px;width:100%;height:100%;border:3px solid #E3B705;border-radius:12px;z-index:-1}
.index-datos-diagonal-section{background:linear-gradient(160deg,#fff 0%,#F0F2F5 100%);padding:100px 20px;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:-50px 0}
.index-datos-grid-holder{max-width:1140px;margin:0 auto}
.index-datos-header-text{text-align:center;font-size:2.4rem;color:#00445B;font-weight:700;margin:0 0 60px}
.index-datos-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.index-datos-single-card{background:#fff;padding:45px 30px;border-radius:8px;box-shadow:0 8px 25px #00445b14;text-align:center;transition:all .3s ease;border-top:4px solid transparent}
.index-datos-single-card:hover{transform:translateY(-8px);border-top-color:#E3B705;box-shadow:0 15px 40px #00445b26}
.index-datos-card-number{font-size:3.2rem;color:#E3B705;font-weight:800;margin:0 0 15px;line-height:1}
.index-datos-card-label{font-size:1.05rem;color:#495057;line-height:1.6;margin:0}
.index-enfoque-asimetrico{background:#fff;padding:90px 20px}
.index-enfoque-layout-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:40% 60%;gap:0}
.index-enfoque-visual-col{position:relative;padding-right:40px}
.index-enfoque-visual-col img{width:100%;height:550px;object-fit:cover;border-radius:0 80px 0 0;box-shadow:-10px 10px 30px #00445b26}
.index-enfoque-content-col{padding:50px 40px 50px 60px;background:linear-gradient(to right,#F0F2F5 0%,#fff 100%);display:flex;flex-direction:column;justify-content:center}
.index-enfoque-title-main{font-size:2.5rem;color:#00445B;font-weight:700;margin:0 0 30px;line-height:1.2}
.index-enfoque-detail-item{margin:0 0 28px;padding-left:35px;position:relative}
.index-enfoque-detail-item::before{content:'';position:absolute;left:0;top:4px;width:22px;height:22px;background:#E3B705;border-radius:50%;box-shadow:0 3px 8px #e3b7054d}
.index-enfoque-detail-heading{font-size:1.2rem;color:#00445B;font-weight:600;margin:0 0 8px}
.index-enfoque-detail-text{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.index-metodo-overlay-section{background:#00445B;padding:100px 20px;position:relative;overflow:hidden}
.index-metodo-overlay-section::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;opacity:.12;mix-blend-mode:lighten;background:url(./image_gallery/mFxbVAL.jpg) (cover) center}
.index-metodo-content-holder{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.index-metodo-main-heading{font-size:2.7rem;color:#fff;font-weight:700;margin:0 0 50px;text-align:center}
.index-metodo-steps-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.index-metodo-step-block{background:#f0f2f514;padding:40px 35px;border-radius:8px;border-left:5px solid #E3B705;backdrop-filter:blur(10px)}
.index-metodo-step-number{display:inline-block;width:50px;height:50px;background:#E3B705;color:#00445B;font-size:1.5rem;font-weight:800;border-radius:50%;text-align:center;line-height:50px;margin:0 0 20px}
.index-metodo-step-title{font-size:1.4rem;color:#fff;font-weight:600;margin:0 0 15px}
.index-metodo-step-description{font-size:1.05rem;color:#F0F2F5;line-height:1.7;margin:0}
.index-testimonio-curva-section{background:#F0F2F5;padding:90px 20px 110px;position:relative}
.index-testimonio-curva-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:80px;background:#fff;clip-path:ellipse(70% 100% at 50% 100%)}
.index-testimonio-container-main{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.index-testimonio-header-title{font-size:2.5rem;color:#00445B;font-weight:700;text-align:center;margin:0 0 55px}
.index-testimonio-card-showcase{background:#fff;padding:50px 45px;border-radius:12px;box-shadow:0 12px 35px #00445b1f;position:relative}
.index-testimonio-card-showcase::before{content:'"';position:absolute;top:-20px;left:40px;color:#E3B705;opacity:.3;font:8rem/1 Georgia,serif}
.index-testimonio-quote-text{font-size:1.15rem;color:#495057;line-height:1.8;margin:0 0 30px;font-style:italic}
.index-testimonio-author-info{display:flex;align-items:center;gap:15px}
.index-testimonio-author-name{font-size:1.1rem;color:#00445B;font-weight:600;margin:0}
.index-testimonio-author-role{font-size:.95rem;color:#E3B705;margin:0}
.index-equipo-mosaico-section{background:#fff;padding:90px 20px}
.index-equipo-wrapper-main{max-width:1200px;margin:0 auto}
.index-equipo-intro-block{max-width:800px;margin:0 auto 60px;text-align:center}
.index-equipo-main-title{font-size:2.6rem;color:#00445B;font-weight:700;margin:0 0 25px}
.index-equipo-intro-paragraph{font-size:1.1rem;color:#495057;line-height:1.8;margin:0}
.index-equipo-visual-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}
.index-equipo-img-block{position:relative;overflow:hidden;border-radius:8px;height:320px}
.index-equipo-img-block img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.index-equipo-img-block:hover img{transform:scale(1.08)}
.index-equipo-img-overlay{position:absolute;bottom:0;left:0;width:100%;padding:25px;background:linear-gradient(to top,#00445bf2 0%,transparent 100%);color:#fff;opacity:0;transition:opacity .3s ease}
.index-equipo-img-block:hover .index-equipo-img-overlay{opacity:1}
.index-equipo-overlay-title{font-size:1.2rem;font-weight:600;margin:0 0 8px}
.index-equipo-overlay-desc{font-size:.95rem;margin:0;opacity:.9}
.index-cta-final-section{background:linear-gradient(135deg,#00445B 0%,#002e3f 100%);padding:100px 20px;position:relative;overflow:hidden}
.index-cta-final-section::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#e3b70526 0%,transparent 70%);border-radius:50%}
.index-cta-final-section::after{content:'';position:absolute;bottom:-120px;left:-120px;width:450px;height:450px;background:radial-gradient(circle,#e3b7051f 0%,transparent 70%);border-radius:50%}
.index-cta-content-center{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.index-cta-final-headline{font-size:3rem;color:#fff;font-weight:700;margin:0 0 25px;line-height:1.2}
.index-cta-final-subtext{font-size:1.25rem;color:#F0F2F5;line-height:1.7;margin:0 0 45px}
.index-cta-buttons-row{display:flex;justify-content:center;gap:25px;flex-wrap:wrap}
.index-cta-btn-primary{display:inline-block;padding:18px 45px;background:#E3B705;color:#00445B;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:6px;transition:all .3s ease;box-shadow:0 8px 20px #e3b7054d}
.index-cta-btn-primary:hover{background:#d4a804;transform:translateY(-3px);box-shadow:0 12px 28px #e3b70566}
.index-cta-btn-secondary{display:inline-block;padding:18px 45px;background:none;color:#fff;font-size:1.1rem;font-weight:700;text-decoration:none;border:2px solid #fff;border-radius:6px;transition:all .3s ease}
.index-cta-btn-secondary:hover{background:#fff;color:#00445B;transform:translateY(-3px)}
@media (max-width: 768px) {
.index-hero-main-title{font-size:2.4rem}
.index-hero-subtitle-text{font-size:1.1rem}
.index-realidad-container{grid-template-columns:1fr;gap:40px}
.index-realidad-text-zone{padding-right:0}
.index-realidad-img-wrap::after{display:none}
.index-datos-cards-grid{grid-template-columns:1fr;gap:25px}
.index-enfoque-layout-wrap{grid-template-columns:1fr}
.index-enfoque-visual-col{padding-right:0;margin-bottom:30px}
.index-enfoque-visual-col img{height:350px;border-radius:12px}
.index-enfoque-content-col{padding:40px 25px}
.index-metodo-steps-wrapper{grid-template-columns:1fr;gap:30px}
.index-equipo-visual-grid{grid-template-columns:1fr}
.index-cta-final-headline{font-size:2.2rem}
.index-cta-buttons-row{flex-direction:column;align-items:stretch}
.index-cta-btn-primary,.index-cta-btn-secondary{width:100%;text-align:center}
}
.contacto-pagina{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:600px}
.zona-superior-contacto{padding:80px 20px 60px;max-width:1200px;margin:0 auto}
.encabezado-principal-contacto{font-size:2.8rem;color:#00445B;margin-bottom:25px;font-weight:700;line-height:1.2;letter-spacing:-.5px}
.texto-introduccion-contacto{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:20px;max-width:720px}
.contenedor-bloques-principales{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px 80px}
.bloque-formulario-principal{background:#fff;padding:45px;border-radius:12px;box-shadow:0 4px 20px #00445b14;border-left:4px solid #E3B705}
.titulo-formulario-contacto{font-size:1.85rem;color:#00445B;margin-bottom:30px;font-weight:600}
.grupo-campo-formulario{margin-bottom:28px}
.etiqueta-campo-contacto{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.campo-entrada-texto{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#212529;transition:all .3s ease;background:#fafbfc;box-sizing:border-box}
.campo-entrada-texto:focus{outline:none;border-color:#E3B705;background:#fff;box-shadow:0 0 0 3px #e3b7051a}
.campo-entrada-texto::placeholder{color:#adb5bd;font-size:.95rem}
.area-texto-amplia{min-height:140px;resize:vertical;font-family:inherit}
.contenedor-consentimiento-privacidad{margin:30px 0 35px;display:flex;align-items:flex-start;gap:12px}
.casilla-verificacion-privacidad{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#E3B705;flex-shrink:0}
.texto-consentimiento-legal{font-size:.9rem;color:#495057;line-height:1.6}
.texto-consentimiento-legal a{color:#00445B;text-decoration:underline;transition:color .2s ease}
.texto-consentimiento-legal a:hover{color:#E3B705}
.boton-envio-formulario{background:linear-gradient(135deg,#00445B 0%,#003347 100%);color:#fff;padding:16px 45px;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00445b40;position:relative;z-index:10}
.boton-envio-formulario:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00445b59;background:linear-gradient(135deg,#003347 0%,#00445B 100%)}
.boton-envio-formulario:active{transform:translateY(0)}
.bloque-datos-directos{display:flex;flex-direction:column;gap:25px}
.tarjeta-informacion-contacto{background:#fff;padding:35px;border-radius:12px;box-shadow:0 4px 20px #00445b14;border-top:3px solid #00445B}
.subtitulo-seccion-info{font-size:1.4rem;color:#00445B;margin-bottom:20px;font-weight:600;position:relative;padding-left:18px}
.subtitulo-seccion-info::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:22px;background:#E3B705;border-radius:3px}
.lista-metodos-contacto{list-style:none;padding:0;margin:0}
.item-metodo-contacto{padding:15px 0;border-bottom:1px solid #f0f2f5;font-size:1rem;color:#495057;line-height:1.6}
.item-metodo-contacto:last-child{border-bottom:none}
.item-metodo-contacto strong{color:#00445B;font-weight:600;display:block;margin-bottom:5px;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}
.enlace-contacto-directo{color:#00445B;text-decoration:none;transition:color .2s ease}
.enlace-contacto-directo:hover{color:#E3B705;text-decoration:underline}
.zona-imagenes-contextuales{max-width:1200px;margin:0 auto;padding:0 20px 80px;display:grid;grid-template-columns:1fr 1fr;gap:30px}
.contenedor-imagen-decorativa{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00445b1f;position:relative}
.imagen-contacto-visual{width:100%;height:320px;object-fit:cover;display:block;transition:transform .4s ease}
.contenedor-imagen-decorativa:hover .imagen-contacto-visual{transform:scale(1.05)}
.contenedor-imagen-decorativa::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,#00445b66,transparent);pointer-events:none}
@media (max-width: 968px) {
.contenedor-bloques-principales{grid-template-columns:1fr;gap:35px;padding-bottom:60px}
.zona-imagenes-contextuales{grid-template-columns:1fr;padding-bottom:60px}
.encabezado-principal-contacto{font-size:2.2rem}
.bloque-formulario-principal{padding:35px 25px}
.tarjeta-informacion-contacto{padding:28px 22px}
}
@media (max-width: 580px) {
.zona-superior-contacto{padding:60px 15px 40px}
.encabezado-principal-contacto{font-size:1.8rem}
.texto-introduccion-contacto{font-size:1.05rem}
.bloque-formulario-principal{padding:30px 20px}
.titulo-formulario-contacto{font-size:1.5rem}
.boton-envio-formulario{width:100%;padding:15px}
.tarjeta-informacion-contacto{padding:25px 18px}
.imagen-contacto-visual{height:240px}
.contenedor-bloques-principales{padding:0 15px 50px}
.zona-imagenes-contextuales{padding:0 15px 50px}
}
.programa-aprendizaje-main{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}
.programa-hero-wrapper{background:linear-gradient(135deg,#00445B 0%,#003a4d 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.programa-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#e3b70514;border-radius:50%}
.programa-hero-contenido{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.programa-hero-titulo{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:-.5px}
.programa-hero-subtitulo{font-size:1.25rem;color:#F0F2F5;margin:0 0 35px;max-width:680px;line-height:1.7}
.programa-hero-detalles{display:flex;gap:40px;flex-wrap:wrap;margin-top:40px}
.programa-hero-detalle-item{display:flex;align-items:center;gap:12px}
.programa-hero-detalle-icono{width:40px;height:40px;background:#e3b70526;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#E3B705;font-weight:700;font-size:1.1rem}
.programa-hero-detalle-texto{color:#F0F2F5;font-size:.95rem;line-height:1.4}
.programa-cursos-seccion{padding:90px 20px;background:#F0F2F5}
.programa-cursos-contenedor{max-width:1200px;margin:0 auto}
.programa-cursos-encabezado{margin-bottom:60px}
.programa-cursos-titulo{font-size:2.4rem;color:#00445B;margin:0 0 18px;font-weight:700;position:relative;display:inline-block}
.programa-cursos-titulo::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:#E3B705;border-radius:2px}
.programa-cursos-descripcion{font-size:1.1rem;color:#495057;max-width:750px;margin-top:25px}
.programa-cursos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:50px}
.programa-curso-tarjeta{background:#fff;border-radius:12px;padding:35px 30px;box-shadow:0 2px 8px #00445b14;transition:all .3s ease;border:1px solid #00445b0f}
.programa-curso-tarjeta:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00445b1f}
.programa-curso-nivel{display:inline-block;background:#e3b7051f;color:#a38005;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:18px;text-transform:uppercase;letter-spacing:.5px}
.programa-curso-nombre{font-size:1.5rem;color:#00445B;margin:0 0 15px;font-weight:700}
.programa-curso-detalle{color:#495057;font-size:.95rem;margin-bottom:12px;line-height:1.6}
.programa-curso-duracion{display:flex;gap:20px;margin:20px 0;padding:15px 0;border-top:1px solid #F0F2F5;border-bottom:1px solid #F0F2F5}
.programa-curso-duracion-item{font-size:.9rem;color:#495057}
.programa-curso-duracion-item strong{color:#00445B;font-weight:600}
.programa-curso-inicio{background:#00445b0a;padding:12px 16px;border-radius:8px;margin:18px 0;font-size:.9rem;color:#00445B;font-weight:500}
.programa-imagen-seccion{margin:50px 0;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00445b1a}
.programa-imagen-principal{width:100%;height:auto;display:block;max-height:480px;object-fit:cover}
.programa-precio-seccion{padding:90px 20px;background:#fff}
.programa-precio-contenedor{max-width:1100px;margin:0 auto}
.programa-precio-intro{text-align:center;margin-bottom:55px}
.programa-precio-titulo{font-size:2.3rem;color:#00445B;margin:0 0 20px;font-weight:700}
.programa-precio-subtitulo{font-size:1.05rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.programa-precio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-bottom:50px}
.programa-precio-tarjeta{background:#F0F2F5;border-radius:14px;padding:40px 30px;text-align:center;border:2px solid transparent;transition:all .3s ease;position:relative}
.programa-precio-tarjeta.destacada{background:linear-gradient(135deg,#00445B 0%,#003a4d 100%);border-color:#E3B705;transform:scale(1.05)}
.programa-precio-tarjeta.destacada .programa-precio-plan,.programa-precio-tarjeta.destacada .programa-precio-cantidad,.programa-precio-tarjeta.destacada .programa-precio-periodo,.programa-precio-tarjeta.destacada .programa-precio-caracteristica{color:#fff}
.programa-precio-tarjeta.destacada .programa-precio-caracteristica::before{color:#E3B705}
.programa-precio-destacado-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#E3B705;color:#00445B;padding:6px 20px;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.programa-precio-tarjeta:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00445b26}
.programa-precio-plan{font-size:1.4rem;color:#00445B;margin:0 0 12px;font-weight:700}
.programa-precio-cantidad{font-size:3rem;color:#00445B;margin:20px 0 8px;font-weight:700;line-height:1}
.programa-precio-periodo{color:#495057;font-size:.95rem;margin-bottom:30px}
.programa-precio-caracteristicas{list-style:none;padding:0;margin:30px 0;text-align:left}
.programa-precio-caracteristica{padding:10px 0;color:#495057;font-size:.95rem;position:relative;padding-left:28px}
.programa-precio-caracteristica::before{content:'';position:absolute;left:0;color:#E3B705;font-weight:700;font-size:1.1rem}
.programa-precio-boton{display:inline-block;background:#E3B705;color:#00445B;padding:14px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;margin-top:10px}
.programa-precio-boton:hover{background:#c9a005;transform:translateY(-2px);box-shadow:0 4px 12px #e3b7054d}
.programa-precio-tarjeta.destacada .programa-precio-boton{background:#E3B705;color:#00445B}
.programa-precio-tarjeta.destacada .programa-precio-boton:hover{background:#fff}
.programa-precio-nota{background:#00445b0a;padding:25px;border-radius:10px;margin-top:45px;border-left:4px solid #E3B705}
.programa-precio-nota-texto{color:#495057;font-size:.95rem;margin:0;line-height:1.7}
@media (max-width: 768px) {
.programa-hero-titulo{font-size:2rem}
.programa-hero-subtitulo{font-size:1.1rem}
.programa-hero-detalles{flex-direction:column;gap:20px}
.programa-cursos-titulo{font-size:1.9rem}
.programa-cursos-grid{grid-template-columns:1fr;gap:20px}
.programa-precio-titulo{font-size:1.8rem}
.programa-precio-grid{grid-template-columns:1fr}
.programa-precio-tarjeta.destacada{transform:scale(1)}
.programa-imagen-principal{max-height:300px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.programa-cursos-grid{grid-template-columns:repeat(2,1fr)}
.programa-precio-grid{grid-template-columns:repeat(2,1fr)}
}
.cookie-tech-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-light,Ubuntu,sans-serif}
.cookie-tech-page .policy-hero-banner{background:linear-gradient(165deg,#00445B 0%,#003347 100%);padding:4.5rem 0 3rem;position:relative;overflow:hidden}
.cookie-tech-page .policy-hero-banner::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#e3b70526 0%,transparent 70%);border-radius:50%}
.cookie-tech-page .hero-content-wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}
.cookie-tech-page .policy-main-title{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2;letter-spacing:-.02em}
.cookie-tech-page .policy-subtitle-text{font-size:1.15rem;color:#E3B705;font-weight:400;margin:0;opacity:.95}
.cookie-tech-page .policy-body-container{max-width:100%;padding:0}
.cookie-tech-page .narrative-flow-section{background:#fff;padding:3.5rem 5%;border-bottom:1px solid #00445b14}
.cookie-tech-page .narrative-flow-section:nth-child(even){background:#F0F2F5}
.cookie-tech-page .narrative-flow-section:last-child{border-bottom:none}
.cookie-tech-page .section-inner-content{max-width:1400px;margin:0 auto}
.cookie-tech-page .narrative-heading{font-size:1.75rem;font-weight:600;color:#00445B;margin:0 0 1.5rem;position:relative;padding-left:1.2rem}
.cookie-tech-page .narrative-heading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:70%;background:linear-gradient(180deg,#E3B705 0%,#00445B 100%);border-radius:3px}
.cookie-tech-page .prose-block{font-size:1.05rem;line-height:1.75;color:#343a40;margin:0 0 1.4rem}
.cookie-tech-page .prose-block:last-child{margin-bottom:0}
.cookie-tech-page .emphasized-fragment{color:#00445B;font-weight:500;position:relative;padding:0 .15rem}
.cookie-tech-page .tech-stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}
.cookie-tech-page .tech-card-element{background:#fff;border:2px solid #F0F2F5;border-radius:12px;padding:1.8rem;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.cookie-tech-page .narrative-flow-section:nth-child(even) .tech-card-element{background:#fafbfc}
.cookie-tech-page .tech-card-element:hover{transform:translateY(-4px);border-color:#E3B705;box-shadow:0 8px 24px #00445b1f}
.cookie-tech-page .tech-card-title{font-size:1.25rem;font-weight:600;color:#00445B;margin:0 0 .9rem;display:flex;align-items:center;gap:.6rem}
.cookie-tech-page .tech-card-title::before{content:'';width:8px;height:8px;background:#E3B705;border-radius:50%;flex-shrink:0}
.cookie-tech-page .tech-card-description{font-size:.98rem;line-height:1.65;color:#495057;margin:0}
.cookie-tech-page .ecosystem-matrix{background:linear-gradient(135deg,#00445b08 0%,#e3b70505 100%);border-radius:16px;padding:2.5rem;margin:2.5rem 0;border:1px solid #00445b1a}
.cookie-tech-page .matrix-row-item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.5rem 0;border-bottom:1px dashed #00445b1a}
.cookie-tech-page .matrix-row-item:last-child{border-bottom:none;padding-bottom:0}
.cookie-tech-page .matrix-row-item:first-child{padding-top:0}
.cookie-tech-page .matrix-label-box{min-width:180px;font-weight:600;color:#00445B;font-size:1.05rem;position:relative;padding-left:1rem}
.cookie-tech-page .matrix-label-box::before{content:'→';position:absolute;left:0;color:#E3B705;font-weight:700}
.cookie-tech-page .matrix-content-area{flex:1;font-size:1rem;line-height:1.7;color:#495057}
.cookie-tech-page .interpretive-segment{background:#fff;border-left:4px solid #E3B705;padding:1.8rem 2rem;margin:2rem 0;border-radius:0 8px 8px 0;box-shadow:0 2px 12px #00445b0f}
.cookie-tech-page .segment-notation{font-size:.92rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#E3B705;margin:0 0 .8rem}
.cookie-tech-page .segment-text-body{font-size:1.02rem;line-height:1.7;color:#343a40;margin:0}
.cookie-tech-page .layered-exposition{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}
.cookie-tech-page .exposition-layer{background:linear-gradient(90deg,#fff 0%,#fafbfc 100%);padding:1.6rem 2rem;border-radius:10px;border:1px solid #F0F2F5;position:relative}
.cookie-tech-page .narrative-flow-section:nth-child(even) .exposition-layer{background:linear-gradient(90deg,#fafbfc 0%,#fff 100%)}
.cookie-tech-page .layer-marker{position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:24px;height:24px;background:#E3B705;border-radius:50%;border:4px solid #fff;box-shadow:0 2px 8px #00445b26}
.cookie-tech-page .layer-content-text{font-size:1rem;line-height:1.7;color:#343a40;margin:0;padding-left:1.5rem}
.cookie-tech-page .operational-chronicle{background:#00445B;color:#fff;padding:2.5rem;border-radius:14px;margin:2.5rem 0;position:relative;overflow:hidden}
.cookie-tech-page .operational-chronicle::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#e3b7051a 0%,transparent 70%);border-radius:50%}
.cookie-tech-page .chronicle-header-text{font-size:1.4rem;font-weight:600;color:#E3B705;margin:0 0 1.5rem;position:relative;z-index:2}
.cookie-tech-page .chronicle-prose{font-size:1.02rem;line-height:1.75;color:#ffffffeb;margin:0 0 1.2rem;position:relative;z-index:2}
.cookie-tech-page .chronicle-prose:last-child{margin-bottom:0}
.cookie-tech-page .bifurcated-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:2.5rem 0}
.cookie-tech-page .bifurcation-column{background:#fff;padding:2rem;border-radius:12px;border:1px solid #00445b1a}
.cookie-tech-page .narrative-flow-section:nth-child(even) .bifurcation-column{background:#fafbfc}
.cookie-tech-page .column-heading-text{font-size:1.3rem;font-weight:600;color:#00445B;margin:0 0 1.3rem;padding-bottom:.8rem;border-bottom:2px solid #E3B705}
.cookie-tech-page .column-content-body{font-size:1rem;line-height:1.7;color:#495057}
.cookie-tech-page .boundary-articulation{background:linear-gradient(135deg,#e3b70514 0%,#00445b0d 100%);padding:2.2rem 2.5rem;border-radius:12px;margin:2.5rem 0;border:2px dashed #00445b26}
.cookie-tech-page .boundary-title-element{font-size:1.35rem;font-weight:600;color:#00445B;margin:0 0 1.2rem;display:inline-block;position:relative}
.cookie-tech-page .boundary-title-element::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#E3B705 0%,transparent 100%)}
.cookie-tech-page .boundary-description-text{font-size:1.02rem;line-height:1.75;color:#343a40;margin:0}
.cookie-tech-page .mosaic-fragment-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2.5rem 0}
.cookie-tech-page .mosaic-piece{background:#fff;padding:1.8rem;border-radius:10px;border:1px solid #F0F2F5;transition:all .3s ease;position:relative}
.cookie-tech-page .narrative-flow-section:nth-child(even) .mosaic-piece{background:#fafbfc}
.cookie-tech-page .mosaic-piece::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#E3B705 0%,#00445B 100%);border-radius:10px 10px 0 0;opacity:0;transition:opacity .3s ease}
.cookie-tech-page .mosaic-piece:hover::before{opacity:1}
.cookie-tech-page .mosaic-piece:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00445b1a}
.cookie-tech-page .mosaic-fragment-title{font-size:1.1rem;font-weight:600;color:#00445B;margin:0 0 .8rem}
.cookie-tech-page .mosaic-fragment-content{font-size:.96rem;line-height:1.65;color:#495057;margin:0}
.cookie-tech-page .governance-apparatus{background:#F0F2F5;padding:2.5rem;border-radius:14px;margin:2.5rem 0;border:1px solid #00445b1f}
.cookie-tech-page .apparatus-heading{font-size:1.45rem;font-weight:600;color:#00445B;margin:0 0 1.8rem;text-align:center;position:relative;padding-bottom:1rem}
.cookie-tech-page .apparatus-heading::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#E3B705;border-radius:2px}
.cookie-tech-page .apparatus-mechanism-list{display:flex;flex-direction:column;gap:1.2rem}
.cookie-tech-page .mechanism-entry{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #E3B705;font-size:1rem;line-height:1.7;color:#343a40}
.cookie-tech-page .contact-channel-module{background:linear-gradient(135deg,#00445B 0%,#003347 100%);padding:3rem 2.5rem;border-radius:16px;margin:3rem 0 0;position:relative;overflow:hidden}
.cookie-tech-page .contact-channel-module::before{content:'';position:absolute;top:-40%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,#e3b7051f 0%,transparent 70%);border-radius:50%}
.cookie-tech-page .channel-descriptor-text{font-size:1.05rem;line-height:1.75;color:#ffffffe6;margin:0 0 1.8rem;position:relative;z-index:2}
.cookie-tech-page .channel-information-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;position:relative;z-index:2}
.cookie-tech-page .info-element-block{background:#ffffff14;padding:1.5rem;border-radius:10px;border:1px solid #e3b70533;transition:all .3s ease}
.cookie-tech-page .info-element-block:hover{background:#ffffff1f;border-color:#e3b70566}
.cookie-tech-page .info-label-text{font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#E3B705;margin:0 0 .6rem}
.cookie-tech-page .info-value-text{font-size:1.05rem;color:#fff;margin:0;word-break:break-word}
.cookie-tech-page .info-value-text a{color:#fff;text-decoration:none;transition:color .3s ease}
.cookie-tech-page .info-value-text a:hover{color:#E3B705}
@media (max-width: 992px) {
.cookie-tech-page .policy-main-title{font-size:2.2rem}
.cookie-tech-page .tech-stack-grid{grid-template-columns:1fr;gap:1.5rem}
.cookie-tech-page .bifurcated-layout{grid-template-columns:1fr;gap:2rem}
.cookie-tech-page .mosaic-fragment-container{grid-template-columns:1fr;gap:1.2rem}
.cookie-tech-page .matrix-row-item{flex-direction:column;gap:.8rem}
.cookie-tech-page .matrix-label-box{min-width:auto}
}
@media (max-width: 768px) {
.cookie-tech-page .policy-hero-banner{padding:3rem 0 2rem}
.cookie-tech-page .policy-main-title{font-size:1.85rem}
.cookie-tech-page .policy-subtitle-text{font-size:1.05rem}
.cookie-tech-page .narrative-flow-section{padding:2.5rem 1.2rem}
.cookie-tech-page .narrative-heading{font-size:1.5rem}
.cookie-tech-page .ecosystem-matrix{padding:1.8rem}
.cookie-tech-page .operational-chronicle{padding:2rem 1.5rem}
.cookie-tech-page .contact-channel-module{padding:2.5rem 1.5rem}
.cookie-tech-page .channel-information-grid{grid-template-columns:1fr}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#F0F2F5 0%,#fff 50%,#fafbfc 100%);min-height:100vh;padding:0}
.privacy-header-zone{background:linear-gradient(180deg,#00445B 0%,#003547 100%);padding:4rem 2rem 3rem;text-align:center;position:relative;overflow:hidden}
.privacy-header-zone::before{content:'';position:absolute;top:0;left:-50%;width:200%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 20px,#e3b70508 20px,#e3b70508 40px);pointer-events:none}
.privacy-main-title{font-size:2.8rem;color:#fff;margin:0 0 .8rem;font-weight:700;letter-spacing:-.02em;position:relative;z-index:2}
.privacy-updated-marker{display:inline-block;background:#e3b70533;color:#E3B705;padding:.5rem 1.2rem;border-radius:25px;font-size:.95rem;font-weight:500;position:relative;z-index:2;border:1px solid #e3b7054d}
.privacy-content-container{max-width:1400px;margin:0 auto;padding:3rem 2rem 4rem}
.privacy-intro-segment{background:#fff;padding:2.5rem;border-radius:12px;margin-bottom:2.5rem;box-shadow:0 2px 12px #00445b14;border-left:5px solid #E3B705}
.privacy-intro-segment p{font-size:1.1rem;line-height:1.8;color:#343a40;margin:0 0 1.2rem}
.privacy-intro-segment p:last-child{margin-bottom:0}
.privacy-philosophy-marker{display:inline-block;background:linear-gradient(135deg,#E3B705 0%,#c9a005 100%);color:#00445B;padding:.3rem .8rem;border-radius:6px;font-weight:600;font-size:.95rem;margin-right:.4rem}
.privacy-section-block{background:#fff;padding:2.5rem;margin-bottom:2rem;border-radius:10px;box-shadow:0 1px 8px #00445b0f;transition:box-shadow .3s ease}
.privacy-section-block:hover{box-shadow:0 4px 16px #00445b1f}
.privacy-section-heading{font-size:1.9rem;color:#00445B;margin:0 0 1.8rem;font-weight:700;position:relative;padding-left:1.5rem}
.privacy-section-heading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;background:linear-gradient(180deg,#E3B705 0%,#c9a005 100%);border-radius:3px}
.privacy-section-block p{font-size:1.05rem;line-height:1.75;color:#495057;margin:0 0 1.3rem}
.privacy-section-block p:last-child{margin-bottom:0}
.privacy-subsection-title{font-size:1.4rem;color:#00445B;margin:2rem 0 1rem;font-weight:600;display:flex;align-items:center;gap:.8rem}
.privacy-subsection-title::after{content:'';flex-grow:1;height:2px;background:linear-gradient(90deg,#e3b70566 0%,transparent 100%)}
.privacy-detail-list{list-style:none;padding:0;margin:1.5rem 0}
.privacy-detail-list li{padding:1rem 0 1rem 2.5rem;position:relative;font-size:1.05rem;line-height:1.7;color:#495057;border-bottom:1px solid #F0F2F5}
.privacy-detail-list li:last-child{border-bottom:none}
.privacy-detail-list li::before{content:'→';position:absolute;left:0;top:1rem;color:#E3B705;font-weight:700;font-size:1.2rem}
.privacy-emphasis-box{background:linear-gradient(135deg,#F0F2F5 0%,#fff 100%);padding:1.8rem;border-radius:8px;margin:1.5rem 0;border:2px solid #E3B705;position:relative}
.privacy-emphasis-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#E3B705 0%,#00445B 100%);border-radius:8px 8px 0 0}
.privacy-emphasis-box p{margin:0;font-size:1.05rem;line-height:1.7;color:#343a40;font-weight:500}
.privacy-data-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.privacy-category-card{background:linear-gradient(135deg,#fafbfc 0%,#F0F2F5 100%);padding:1.8rem;border-radius:10px;border:1px solid #E3B705;transition:transform .3s ease,box-shadow .3s ease}
.privacy-category-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00445b26}
.privacy-category-label{font-size:1.2rem;font-weight:700;color:#00445B;margin:0 0 1rem;display:flex;align-items:center;gap:.6rem}
.privacy-category-label::before{content:'●';color:#E3B705;font-size:1.4rem}
.privacy-category-card p{font-size:1rem;line-height:1.7;color:#495057;margin:0}
.privacy-timeline-flow{position:relative;padding:2rem 0 2rem 3.5rem;margin:2rem 0}
.privacy-timeline-flow::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#E3B705 0%,#00445B 100%)}
.privacy-timeline-item{position:relative;margin-bottom:2.5rem}
.privacy-timeline-item::before{content:'';position:absolute;left:-45px;top:5px;width:18px;height:18px;background:#E3B705;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #00445B}
.privacy-timeline-heading{font-size:1.25rem;font-weight:700;color:#00445B;margin:0 0 .8rem}
.privacy-timeline-item p{font-size:1.05rem;line-height:1.7;color:#495057;margin:0}
.privacy-rights-showcase{background:linear-gradient(135deg,#00445B 0%,#003547 100%);padding:2.5rem;border-radius:12px;margin:2.5rem 0;position:relative;overflow:hidden}
.privacy-rights-showcase::after{content:'';position:absolute;bottom:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,#e3b70526 0%,transparent 70%);pointer-events:none}
.privacy-rights-title{font-size:1.8rem;color:#fff;margin:0 0 2rem;font-weight:700;position:relative;z-index:2}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;position:relative;z-index:2}
.privacy-right-item{background:#ffffff1a;padding:1.5rem;border-radius:8px;border:1px solid #e3b7054d;backdrop-filter:blur(10px)}
.privacy-right-label{font-size:1.15rem;font-weight:700;color:#E3B705;margin:0 0 .8rem}
.privacy-right-item p{font-size:1rem;line-height:1.7;color:#F0F2F5;margin:0}
.privacy-contact-banner{background:linear-gradient(135deg,#F0F2F5 0%,#fafbfc 100%);padding:2.5rem;border-radius:12px;margin-top:3rem;border:2px solid #E3B705;text-align:center}
.privacy-contact-heading{font-size:1.7rem;color:#00445B;margin:0 0 1.5rem;font-weight:700}
.privacy-contact-details{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:1.5rem}
.privacy-contact-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}
.privacy-contact-label{font-size:.9rem;color:#495057;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.privacy-contact-value{font-size:1.15rem;color:#00445B;font-weight:700}
.privacy-contact-value a{color:#00445B;text-decoration:none;transition:color .3s ease}
.privacy-contact-value a:hover{color:#E3B705}
.privacy-table-container{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 8px #00445b14}
.privacy-comparison-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-comparison-table th{background:linear-gradient(135deg,#00445B 0%,#003547 100%);color:#fff;padding:1.2rem;text-align:left;font-weight:700;font-size:1.05rem}
.privacy-comparison-table td{padding:1.2rem;border-bottom:1px solid #F0F2F5;color:#495057;font-size:1rem;line-height:1.6}
.privacy-comparison-table tr:last-child td{border-bottom:none}
.privacy-comparison-table tr:hover{background:#fafbfc}
.privacy-divider-wave{height:3px;background:linear-gradient(90deg,transparent 0%,#E3B705 50%,transparent 100%);margin:2.5rem 0;border-radius:2px}
.privacy-divider-dots{text-align:center;margin:2rem 0;letter-spacing:1rem;color:#E3B705;font-size:1.5rem}
@media (max-width: 768px) {
.privacy-header-zone{padding:3rem 1.5rem 2rem}
.privacy-main-title{font-size:2rem}
.privacy-content-container{padding:2rem 1rem 3rem}
.privacy-section-block,.privacy-intro-segment{padding:1.5rem}
.privacy-section-heading{font-size:1.5rem}
.privacy-data-category-grid{grid-template-columns:1fr}
.privacy-timeline-flow{padding-left:2.5rem}
.privacy-timeline-item::before{left:-35px}
.privacy-rights-grid{grid-template-columns:1fr}
.privacy-contact-details{flex-direction:column;gap:1.5rem}
.privacy-comparison-table{font-size:.9rem}
.privacy-comparison-table th,.privacy-comparison-table td{padding:.8rem}
}
.confirmation-wrapper{background:linear-gradient(135deg,#F0F2F5 0%,#fff 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}
.confirmation-content-block{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00445b14;padding:3.5rem 2.5rem;position:relative;overflow:hidden}
.confirmation-content-block::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#00445B 0%,#E3B705 100%)}
.success-icon-area{text-align:center;margin-bottom:2rem}
.success-icon-circle{width:90px;height:90px;background:linear-gradient(135deg,#00445B 0%,#006B8F 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;animation:pulse-check 1.2s ease-out}
@keyframes pulse-check {
0%{transform:scale(0.7);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-icon-circle::after{content:'';position:absolute;width:32px;height:18px;border-left:4px solid #fff;border-bottom:4px solid #fff;transform:rotate(-45deg) translateY(-3px)}
.confirmation-headline{font-size:2.1rem;font-weight:700;color:#00445B;text-align:center;margin:0 0 1.5rem;line-height:1.3}
.confirmation-main-text{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:1.8rem;text-align:center}
.next-steps-container{background:#F0F2F5;border-radius:12px;padding:2rem 1.8rem;margin:2.5rem 0;border-left:4px solid #E3B705}
.next-steps-title{font-size:1.3rem;font-weight:600;color:#00445B;margin:0 0 1.2rem}
.steps-list{list-style:none;padding:0;margin:0}
.steps-list li{padding-left:2.2rem;margin-bottom:1rem;color:#495057;font-size:1rem;line-height:1.6;position:relative}
.steps-list li::before{content:'';position:absolute;left:0;top:.5rem;width:8px;height:8px;background:#E3B705;border-radius:50%}
.steps-list li:last-child{margin-bottom:0}
.contact-info-box{background:#fff;border:2px solid #E3B705;border-radius:10px;padding:1.5rem;margin-top:2rem;text-align:center}
.contact-info-label{font-size:.95rem;color:#6c757d;margin-bottom:.8rem;font-weight:500}
.contact-details-group{display:flex;flex-direction:column;gap:.6rem;align-items:center}
.contact-detail-item{color:#00445B;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s ease}
.contact-detail-item:hover{color:#E3B705}
.action-buttons-zone{display:flex;gap:1rem;justify-content:center;margin-top:2.5rem;flex-wrap:wrap}
.btn-primary-action{background:linear-gradient(135deg,#00445B 0%,#006B8F 100%);color:#fff;padding:.95rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;display:inline-block;box-shadow:0 4px 12px #00445b33}
.btn-primary-action:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00445b4d;background:linear-gradient(135deg,#006B8F 0%,#00445B 100%)}
.btn-secondary-action{background:#fff;color:#00445B;padding:.95rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #00445B;cursor:pointer;display:inline-block}
.btn-secondary-action:hover{background:#00445B;color:#fff;transform:translateY(-2px)}
.additional-note{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E3E5E8;text-align:center;font-size:.95rem;color:#6c757d;line-height:1.6}
@media (max-width: 768px) {
.confirmation-wrapper{padding:2rem 1rem}
.confirmation-content-block{padding:2.5rem 1.5rem}
.confirmation-headline{font-size:1.7rem}
.confirmation-main-text{font-size:1rem}
.next-steps-container{padding:1.5rem 1.2rem}
.action-buttons-zone{flex-direction:column;gap:.8rem}
.btn-primary-action,.btn-secondary-action{width:100%;text-align:center}
.success-icon-circle{width:75px;height:75px}
.success-icon-circle::after{width:26px;height:15px}
}
@media (max-width: 480px) {
.confirmation-content-block{padding:2rem 1.2rem}
.confirmation-headline{font-size:1.5rem}
.next-steps-title{font-size:1.15rem}
}