:root{
  --ase-celeste:#2aabe3;--ase-blue:#1c75bc;--ase-deep:#00385e;--ase-ink:#141617;--ase-soft:#f2f3f5;--ase-off:#f9f9fb;--ase-white:#fff;--ase-yellow:#ffd200;--ase-font:Epilogue,Arial,Helvetica,sans-serif;--ase-width:1200px;--ase-top:38px;--ase-nav:96px;--ase-shadow:0 16px 45px rgba(0,56,94,.12);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ase-deep);font-family:var(--ase-font);font-size:15px;line-height:1.7;background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:.18s ease}p{margin:0 0 1.1em}h1,h2,h3,h4,h5,h6{margin:0 0 .78em;color:var(--ase-ink);font-family:var(--ase-font);font-weight:600;letter-spacing:-.025em;line-height:1.15}.ase-wrap{width:min(var(--ase-width),calc(100% - 48px));margin:0 auto}.ase-center{text-align:center}.ase-topbar{height:var(--ase-top);background:var(--ase-celeste);color:#fff;font-size:12px;font-weight:600}.ase-topbar-inner{height:var(--ase-top);display:flex;align-items:center;justify-content:space-between}.ase-topbar-social{display:flex;gap:8px;align-items:center;text-transform:uppercase}.ase-topbar-social span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.18);font-size:10px}.ase-site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.05);border-bottom:1px solid rgba(0,56,94,.08)}.admin-bar .ase-site-header{top:32px}.ase-header-inner{height:var(--ase-nav);display:flex;align-items:center;gap:24px}.ase-logo{flex:0 0 auto}.ase-logo img{width:236px}.ase-nav{margin-left:auto;height:100%;display:flex;align-items:center;gap:0;color:var(--ase-ink);font-size:15px;font-weight:500}.ase-nav>a,.ase-nav>.has-sub{position:relative;height:100%;display:flex;align-items:center;padding:0 22px;white-space:nowrap;cursor:pointer}.ase-nav>.has-sub>a{display:flex;align-items:center;height:100%}.ase-nav>a:after,.ase-nav>.has-sub:after{content:"";position:absolute;left:22px;right:22px;bottom:0;height:3px;background:var(--ase-celeste);transform:scaleX(0);transition:.18s ease}.ase-nav>a:hover,.ase-nav>.has-sub:hover{color:var(--ase-celeste)}.ase-nav>a:hover:after,.ase-nav>.has-sub:hover:after{transform:scaleX(1)}.submenu{visibility:hidden;opacity:0;position:absolute;top:var(--ase-nav);left:0;min-width:260px;background:#fff;border-top:3px solid var(--ase-celeste);box-shadow:0 12px 35px rgba(0,0,0,.14);transform:translateY(8px);transition:.16s ease;z-index:20;padding:5px 0}.has-sub:hover .submenu{visibility:visible;opacity:1;transform:translateY(0)}.submenu a{display:block;padding:12px 17px;color:var(--ase-ink);font-size:13px;line-height:1.25;border-bottom:1px solid var(--ase-soft)}.submenu a:hover{background:var(--ase-soft);color:var(--ase-celeste)}.ase-lang{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--ase-deep);margin-left:4px}.ase-lang span{font-size:10px;color:#73808a;margin-right:3px}.ase-lang a{padding:6px 7px;border:1px solid rgba(0,56,94,.12);background:#fff}.ase-lang a:hover{background:var(--ase-celeste);color:#fff;border-color:var(--ase-celeste)}.ase-menu-toggle{display:none;background:#fff;color:var(--ase-deep);border:1px solid rgba(0,56,94,.2);padding:10px 13px;font:700 13px var(--ase-font)}.ase-mobile-nav{display:none}.ase-mobile-nav.open{display:block;padding:0 24px 18px;background:#fff}.ase-mobile-nav a{display:block;padding:13px 0;border-top:1px solid var(--ase-soft);font-weight:700;color:var(--ase-deep)}
.ase-hero-home{position:relative;min-height:610px;background:linear-gradient(90deg,rgba(0,56,94,.92),rgba(0,56,94,.75),rgba(0,56,94,.25)),url('../img/fondo-azul.jpg') center/cover no-repeat;display:flex;align-items:center;overflow:hidden;color:#fff}.ase-hero-home:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 45%,rgba(42,171,227,.24),transparent 35%),linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,56,94,.5));z-index:0}.ase-hero-bg-symbol{position:absolute;right:8%;top:50%;width:420px;height:420px;transform:translateY(-50%);background:url('../img/logo-blanco.png') center/contain no-repeat;opacity:.22;filter:drop-shadow(0 20px 60px rgba(0,0,0,.3));z-index:1}.ase-hero-grid{position:relative;z-index:2}.ase-hero-copy{max-width:910px;padding:86px 0 98px}.ase-hero-copy h1{color:#fff;font-size:clamp(42px,5.5vw,76px);line-height:1.04;letter-spacing:-.04em;margin:0 0 24px}.ase-hero-copy p{max-width:900px;color:#fff;font-size:clamp(18px,2.15vw,27px);line-height:1.42;font-weight:400;margin:0 0 32px}.ase-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:2px solid transparent;padding:13px 24px;font-weight:700;font-size:14px;line-height:1}.ase-btn-hero{background:var(--ase-celeste);color:#fff;border-color:var(--ase-celeste)}.ase-btn-hero:hover,.ase-btn-blue:hover{background:var(--ase-blue);border-color:var(--ase-blue);color:#fff;transform:translateY(-1px);box-shadow:0 12px 26px rgba(42,171,227,.24)}.ase-btn-blue{background:var(--ase-celeste);color:#fff;border-color:var(--ase-celeste)}
.ase-foundation{padding:82px 0 78px;background:#fff}.ase-section-kicker{margin:0;color:var(--ase-celeste);font-size:27px;line-height:1.15;font-weight:600;letter-spacing:-.02em}.ase-short-line{width:68px;height:2px;background:var(--ase-celeste);margin:18px auto 30px}.ase-foundation h2{max-width:940px;margin:0 auto 16px;color:var(--ase-deep);font-size:clamp(28px,3.8vw,46px);line-height:1.18;font-weight:600}.ase-foundation-lead{max-width:860px;margin:0 auto 42px;color:#526776;font-size:17px;line-height:1.75}.ase-foundation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left}.ase-foundation-card{background:#fff;border:1px solid rgba(0,56,94,.08);box-shadow:var(--ase-shadow);padding:34px 30px;min-height:260px;display:flex;flex-direction:column}.ase-foundation-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;background:var(--ase-celeste);color:#fff;font-weight:800;margin-bottom:24px}.ase-foundation-card h3{font-size:24px;color:var(--ase-deep);margin:0 0 12px}.ase-foundation-card p{color:#667886;font-size:14px;margin-bottom:20px}.ase-foundation-card span{margin-top:auto;color:var(--ase-celeste);font-weight:700}.ase-foundation-card:hover{transform:translateY(-3px)}
.ase-projects-home{background:#fff;padding-bottom:82px}.ase-projects-titlebar{background:var(--ase-deep);color:#fff}.ase-titlebar-inner{height:86px;display:flex;align-items:center;justify-content:space-between}.ase-titlebar-inner h2{margin:0;color:#fff;font-size:27px}.ase-titlebar-inner a{color:#fff;font-weight:700;border-bottom:2px solid var(--ase-celeste);padding-bottom:3px}.ase-project-rail{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:28px}.ase-project-tile{position:relative;min-height:420px;overflow:hidden;background:#002f4f;box-shadow:var(--ase-shadow)}.ase-project-tile img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:.45s ease}.ase-project-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,30,52,.15) 34%,rgba(0,30,52,.86));z-index:1}.ase-project-overlay{position:absolute;left:0;right:0;bottom:0;padding:25px 22px;z-index:2;color:#fff}.ase-project-overlay span{display:block;text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:700;color:#fff;margin-bottom:8px}.ase-project-overlay h3{color:#fff;font-size:29px;line-height:1.02;margin:0;text-transform:none}.ase-project-tile:hover img{transform:scale(1.07)}
.ase-news-section{padding:82px 0}.ase-agenda-home{background:#fff}.ase-global-home{background:var(--ase-soft)}.ase-heading-centered{text-align:center;margin:0 0 42px}.ase-heading-centered h2{font-size:27px;line-height:30px;color:var(--ase-deep);margin:0;font-weight:600}.ase-heading-centered div{width:72px;height:2px;background:var(--ase-celeste);margin:18px auto 0}.ase-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:27px;margin-bottom:34px}.ase-news-card{background:#fff;box-shadow:var(--ase-shadow);border:1px solid rgba(0,56,94,.06);overflow:hidden}.ase-news-card img{width:100%;height:218px;object-fit:cover;background:var(--ase-soft)}.ase-news-body{padding:22px 24px 26px}.ase-news-cat{color:var(--ase-celeste);font-size:13px;font-weight:700;margin:0 0 8px}.ase-news-body h3{font-size:21px;line-height:1.3;color:var(--ase-ink);margin:0 0 14px}.ase-news-date{font-size:13px;color:#7c8b96;margin:0}.ase-news-card:hover{transform:translateY(-2px)}
.ase-ods-section{padding:80px 0;background:#fff}.ase-ods-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.ase-ods{background:var(--ase-deep);min-height:260px;color:#fff;text-align:center;padding:26px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--ase-shadow)}.ase-ods img{height:82px;width:auto;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:18px}.ase-ods h3{color:#fff;font-size:54px;margin:0 0 5px;line-height:1}.ase-ods p{color:#fff;font-size:13px;font-weight:700;line-height:1.25;letter-spacing:.04em;margin:0;text-transform:uppercase}.ase-allies-section{padding:70px 0 86px;background:var(--ase-soft)}.ase-allies-logos{background:#fff;box-shadow:var(--ase-shadow);padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.ase-allies-logos img{max-height:140px;width:auto;max-width:100%;margin:auto;object-fit:contain}.ase-contact-strip{padding:76px 0 90px;background:#fff}.ase-contact-box{display:grid;grid-template-columns:.86fr 1.14fr;gap:34px;align-items:stretch}.ase-contact-info{background:var(--ase-deep);color:#fff;padding:42px 38px}.ase-contact-info img{width:280px;margin-bottom:26px}.ase-contact-info p{color:rgba(255,255,255,.87);margin:8px 0}.ase-form{background:#fff;border:1px solid rgba(0,56,94,.08);box-shadow:var(--ase-shadow);padding:32px}.ase-field{margin-bottom:15px}.ase-field label{display:block;margin-bottom:7px;color:var(--ase-deep);font-weight:700;font-size:13px}.ase-field input,.ase-field textarea{width:100%;border:1px solid rgba(0,56,94,.18);padding:13px 14px;border-radius:0;font:400 14px/1.5 var(--ase-font);outline:none}.ase-field textarea{min-height:132px;resize:vertical}.ase-field input:focus,.ase-field textarea:focus{border-color:var(--ase-celeste);box-shadow:0 0 0 3px rgba(42,171,227,.14)}.ase-submit{background:var(--ase-celeste);color:#fff;border:0;padding:14px 26px;font:700 14px var(--ase-font);cursor:pointer}.ase-submit:hover{background:var(--ase-blue)}
.ase-footer-main{background:var(--ase-deep);color:#fff;padding:52px 0}.ase-footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr;gap:42px}.ase-footer-grid img{width:280px;margin-bottom:18px}.ase-footer-grid h4{color:#fff;margin:0 0 12px}.ase-footer-grid a{display:block;color:rgba(255,255,255,.86);margin:7px 0}.ase-footer-grid p{color:rgba(255,255,255,.82)}.ase-site-footer{background:var(--ase-ink);color:#fff;padding:20px 0;font-size:13px}.ase-footer-inner{display:flex;justify-content:space-between;gap:18px}.ase-footer-inner a{color:#fff}.ase-page-hero{position:relative;background:linear-gradient(90deg,rgba(0,56,94,.94),rgba(0,56,94,.78)),url('../img/fondo-logo.jpg') center/cover no-repeat;color:#fff;padding:82px 0}.ase-page-hero h1{color:#fff;font-size:clamp(38px,5vw,66px);margin:0}.ase-page-content{padding:70px 0}.entry{font-size:17px;line-height:1.75;color:#334d60}.entry h2{font-size:34px;color:var(--ase-deep);margin-top:1.1em}.entry>p,.entry>ul{max-width:900px}.ase-page-grid{margin-top:24px}.ase-post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.ase-post-card{padding:26px;background:#fff;box-shadow:var(--ase-shadow)}.ase-meta{color:rgba(255,255,255,.75);margin-bottom:10px}.ase-project-full-grid{display:grid;gap:26px}.ase-project-full-card{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:center;background:#fff;border:1px solid rgba(0,56,94,.08);box-shadow:var(--ase-shadow);padding:24px}.ase-project-full-card img{height:220px;width:100%;object-fit:cover}.ase-project-full-card h2{font-size:31px;color:var(--ase-deep)}.ase-project-detail{display:grid;grid-template-columns:42% 1fr;gap:42px;align-items:start}.ase-project-detail-img img{width:100%;height:520px;object-fit:cover;box-shadow:var(--ase-shadow)}.ase-project-detail-content h2{font-size:44px;color:var(--ase-deep)}.ase-detail-lead{font-size:20px;color:#38566a}.ase-project-detail-content ul{padding-left:20px;margin-bottom:28px}.ase-project-detail-content li{margin-bottom:10px}
@media(max-width:1180px){.ase-nav>a,.ase-nav>.has-sub{padding:0 13px}.ase-nav>a:after,.ase-nav>.has-sub:after{left:13px;right:13px}.ase-logo img{width:205px}.ase-project-rail{grid-template-columns:repeat(3,1fr)}.ase-project-tile{min-height:390px}}
@media(max-width:980px){:root{--ase-nav:78px}.ase-nav,.ase-lang{display:none}.ase-menu-toggle{display:inline-flex;margin-left:auto}.ase-header-inner{height:var(--ase-nav)}.ase-logo img{width:206px}.ase-hero-bg-symbol{opacity:.12;right:-12%;width:480px}.ase-foundation-grid,.ase-card-grid{grid-template-columns:1fr 1fr}.ase-ods-grid{grid-template-columns:repeat(2,1fr)}.ase-contact-box,.ase-footer-grid,.ase-project-full-card,.ase-project-detail{grid-template-columns:1fr}.ase-allies-logos{grid-template-columns:1fr}.ase-project-detail-img img{height:360px}}
@media(max-width:680px){.ase-wrap{width:min(100% - 30px,var(--ase-width))}.ase-topbar{display:none}.ase-logo img{width:190px}.ase-hero-home{min-height:620px}.ase-hero-copy{padding:72px 0}.ase-hero-copy h1{font-size:40px}.ase-hero-copy p{font-size:18px}.ase-foundation{padding:62px 0}.ase-foundation-grid,.ase-card-grid,.ase-ods-grid,.ase-project-rail{grid-template-columns:1fr}.ase-project-tile{min-height:380px}.ase-titlebar-inner{height:auto;padding:24px 0;display:block}.ase-titlebar-inner a{display:inline-block;margin-top:10px}.ase-news-section,.ase-ods-section,.ase-allies-section,.ase-contact-strip{padding:58px 0}.ase-footer-inner{display:block;text-align:center}.ase-footer-inner div+div{margin-top:8px}}

/* Home hero video tomado de la web original */
.ase-hero-video-home{min-height:720px;background:#00385e;display:flex;align-items:center;justify-content:center;text-align:center;isolation:isolate}.ase-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.ase-hero-video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,56,94,.58),rgba(0,56,94,.68)),rgba(0,56,94,.25);z-index:-1}.ase-hero-video-home .ase-hero-grid{width:100%;display:flex;justify-content:center}.ase-hero-video-home .ase-hero-copy{max-width:840px;margin:0 auto;padding:120px 0 90px;text-align:center}.ase-hero-video-home .ase-hero-copy h1{font-size:30px;line-height:1.25;font-weight:500;margin-bottom:28px;letter-spacing:-.02em}.ase-hero-video-home .ase-hero-copy p{font-size:32px;line-height:1.25;font-weight:500;max-width:880px;margin-left:auto;margin-right:auto;margin-bottom:18px}.ase-hero-video-home .ase-hero-copy .ase-hero-emphasis{font-size:26px;font-weight:700;letter-spacing:.035em;color:rgba(255,255,255,.68);transform:rotate(-4deg);text-transform:uppercase;margin-bottom:46px}.ase-hero-video-home .ase-btn-hero{border-radius:999px;background:transparent;border-color:rgba(255,255,255,.88);color:#fff;padding:15px 34px;min-width:280px}.ase-hero-video-home .ase-btn-hero:hover{background:#fff;color:var(--ase-deep);border-color:#fff;box-shadow:none}.ase-hero-video-home .ase-hero-bg-symbol{display:none}
@media(max-width:680px){.ase-hero-video-home{min-height:640px}.ase-hero-video-home .ase-hero-copy h1{font-size:24px}.ase-hero-video-home .ase-hero-copy p{font-size:25px}.ase-hero-video-home .ase-hero-copy .ase-hero-emphasis{font-size:19px}.ase-hero-video-home .ase-btn-hero{min-width:0;width:100%}}


/* Ajuste 1.4: home igual al original Avada/Fusion */
.ase-topbar{display:none!important}
.ase-site-header{top:0;background:#fff;box-shadow:none;border-bottom:1px solid rgba(0,56,94,.06)}
.admin-bar .ase-site-header{top:32px}.ase-header-inner{height:118px}.ase-logo img{width:345px;max-height:86px;object-fit:contain}.ase-logo-white{display:none}.ase-logo-color{display:block}.ase-nav{font-size:15px;font-weight:600;color:var(--ase-deep)}.ase-nav>a,.ase-nav>.has-sub{padding:0 17px}.ase-nav>a:after,.ase-nav>.has-sub:after{display:none}.ase-nav>a:hover,.ase-nav>.has-sub:hover{color:var(--ase-celeste)}.ase-lang{gap:15px;margin-left:22px;font-size:15px;font-weight:700}.ase-lang span{display:none}.ase-lang a{border:0;background:transparent;padding:0;color:var(--ase-celeste);font-weight:700}.ase-lang a:hover{background:transparent;color:#fff}.submenu{top:118px}
.ase-site-header.ase-header-home{position:absolute;left:0;right:0;top:0;background:transparent;border:0;box-shadow:none;z-index:1000}body.admin-bar .ase-site-header.ase-header-home{top:32px}.ase-header-home .ase-logo-color{display:none}.ase-header-home .ase-logo-white{display:block}.ase-header-home .ase-nav{color:#fff}.ase-header-home .ase-nav>a,.ase-header-home .ase-nav>.has-sub,.ase-header-home .ase-nav>.has-sub>a{color:#fff}.ase-header-home .ase-nav>a:hover,.ase-header-home .ase-nav>.has-sub:hover,.ase-header-home .ase-nav>.has-sub>a:hover{color:var(--ase-celeste)}.ase-header-home .ase-lang a{color:var(--ase-celeste)}.ase-header-home .ase-lang a:hover{color:#fff}.ase-header-home .submenu{top:88px}.ase-header-home .ase-header-inner{height:116px;align-items:flex-start;padding-top:30px}.ase-header-home .ase-logo img{width:345px}.ase-header-home .ase-nav,.ase-header-home .ase-lang{height:56px;align-items:center}.ase-header-home .ase-nav{margin-left:auto}.ase-header-home .ase-lang{margin-top:0}
.ase-hero-video-home{min-height:100vh;min-height:860px;background:#000;display:flex;align-items:center;justify-content:center;text-align:center;isolation:isolate;overflow:hidden}.ase-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;filter:none!important;opacity:1!important;transform:none!important}.ase-hero-video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.25) 100%);z-index:-1;pointer-events:none}.ase-hero-video-home .ase-hero-grid{width:100%;display:flex;justify-content:center}.ase-hero-video-home .ase-hero-copy{max-width:910px;margin:0 auto;padding:210px 0 92px;text-align:center}.ase-hero-video-home .ase-hero-copy h1{font-size:30px;line-height:42px;font-weight:500;margin:0 0 21px;color:#fff;letter-spacing:-.02em}.ase-hero-video-home .ase-hero-copy p{font-size:30px;line-height:42px;font-weight:400;max-width:900px;margin:0 auto 0;color:#fff}.ase-hero-video-home .ase-hero-copy .ase-hero-emphasis{font-size:26px;line-height:37px;font-weight:500;letter-spacing:.5px;color:#fff;transform:none!important;text-transform:uppercase;margin:0 auto 40px;min-height:37px}.ase-rotating-text{display:inline-block;transition:opacity .18s ease,transform .18s ease}.ase-rotating-text.is-changing{opacity:0;transform:translateY(6px)}.ase-hero-video-home .ase-btn-hero{border-radius:50px;background:rgba(0,0,0,.30);border:1px solid rgba(255,255,255,.9);color:#fff;padding:15px 34px;min-width:280px;font-size:15px;font-weight:400}.ase-hero-video-home .ase-btn-hero:hover{background:rgba(0,0,0,.44);color:#fff;border-color:#fff;box-shadow:none;transform:none}.ase-hero-video-home .ase-hero-bg-symbol{display:none}
@media(max-width:1180px){.ase-logo img,.ase-header-home .ase-logo img{width:285px}.ase-nav>a,.ase-nav>.has-sub{padding:0 11px}.ase-lang{gap:10px;margin-left:12px}}
@media(max-width:980px){.ase-site-header,.ase-site-header.ase-header-home{position:sticky!important;background:#fff!important;border-bottom:1px solid rgba(0,56,94,.08)!important}.ase-header-inner,.ase-header-home .ase-header-inner{height:82px!important;align-items:center!important;padding-top:0!important}.ase-logo-color{display:block!important}.ase-logo-white{display:none!important}.ase-logo img,.ase-header-home .ase-logo img{width:220px}.ase-menu-toggle{display:inline-flex;margin-left:auto}.ase-hero-video-home{min-height:700px}.ase-hero-video-home .ase-hero-copy{padding:96px 0 74px}.ase-hero-video-home .ase-hero-copy h1{font-size:25px;line-height:1.35}.ase-hero-video-home .ase-hero-copy p{font-size:25px;line-height:1.35}.ase-hero-video-home .ase-hero-copy .ase-hero-emphasis{font-size:20px;line-height:1.35}}
@media(max-width:680px){.ase-logo img,.ase-header-home .ase-logo img{width:190px}.ase-hero-video-home{min-height:640px}.ase-hero-video-home .ase-hero-copy{padding:80px 0 68px}.ase-hero-video-home .ase-hero-copy h1{font-size:22px}.ase-hero-video-home .ase-hero-copy p{font-size:22px}.ase-hero-video-home .ase-hero-copy .ase-hero-emphasis{font-size:18px}.ase-hero-video-home .ase-btn-hero{min-width:0;width:100%}}


/* Ajuste 1.5: fidelidad cromática del video y de las imágenes */
body.home .ase-hero-video-home{background:#000}
body.home .ase-hero-video{
  filter:none!important;
  opacity:1!important;
  transform:none!important;
  mix-blend-mode:normal!important;
  object-position:center center;
}
body.home .ase-hero-video-overlay{
  background:linear-gradient(180deg,rgba(0,0,0,.34) 0%,rgba(0,0,0,.10) 38%,rgba(0,0,0,.18) 100%)!important;
}
body.home .ase-hero-video-home .ase-hero-copy h1,
body.home .ase-hero-video-home .ase-hero-copy p,
body.home .ase-hero-video-home .ase-hero-copy .ase-hero-emphasis{
  text-shadow:0 1px 2px rgba(0,0,0,.28);
}

/* Proyectos: conservar mejor el color original de las fotos */
.ase-project-tile{
  background:#0a2d45;
}
.ase-project-tile:after{
  background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.44) 100%)!important;
}
.ase-project-tile img{
  filter:none!important;
  opacity:1!important;
}
.ase-project-overlay{
  text-shadow:0 1px 2px rgba(0,0,0,.35);
}

/* Cards de agenda y agenda global: color limpio y sin velos */
.ase-news-card img,
.ase-allies-logos img,
.ase-ods img,
.ase-contact-info img{
  filter:none!important;
  opacity:1!important;
}

/* Evitar fondos o transparencias que ensucien la percepción del color */
.ase-news-card,
.ase-project-full-card,
.ase-contact-box,
.ase-allies-logos{
  background-color:#fff;
}


/* Ajuste 1.6: más color y vida en el video del home */
body.home .ase-hero-video{
  filter:saturate(1.12) contrast(1.04) brightness(1.03)!important;
}
body.home .ase-hero-video-overlay{
  background:linear-gradient(180deg,rgba(0,0,0,.20) 0%,rgba(0,0,0,.04) 38%,rgba(0,0,0,.10) 100%)!important;
}


/* Ajuste 1.7: paleta más intensa y más cercana al original */
body.home .ase-hero-video{
  filter:saturate(1.28) contrast(1.08) brightness(1.07)!important;
}
body.home .ase-hero-video-overlay{
  background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.01) 38%,rgba(0,0,0,.06) 100%)!important;
}
body.home .ase-hero-video-home .ase-hero-copy h1,
body.home .ase-hero-video-home .ase-hero-copy p,
body.home .ase-hero-video-home .ase-hero-copy .ase-hero-emphasis{
  text-shadow:0 1px 2px rgba(0,0,0,.22),0 0 1px rgba(0,0,0,.12)!important;
}


/* Ajuste 1.8: overlay oscuro moderado para mayor uniformidad */
body.home .ase-hero-video{
  filter:saturate(1.22) contrast(1.06) brightness(1.04)!important;
}
body.home .ase-hero-video-overlay{
  background:linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.06) 40%,rgba(0,0,0,.12) 100%)!important;
}


/* Ajuste 2.0: réplica de maqueta del home */
.ase-site-header.ase-header-home{position:absolute;left:0;right:0;top:0;background:transparent;border-bottom:0;box-shadow:none;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}
.ase-site-header.ase-header-home.is-scrolled{position:fixed;background:#fff;border-bottom:1px solid rgba(0,56,94,.08);box-shadow:0 8px 30px rgba(0,0,0,.06)}
.ase-site-header.ase-header-home.is-scrolled .ase-header-inner{height:96px;align-items:center;padding-top:0}
.ase-site-header.ase-header-home.is-scrolled .ase-logo-color{display:block}
.ase-site-header.ase-header-home.is-scrolled .ase-logo-white{display:none}
.ase-site-header.ase-header-home.is-scrolled .ase-nav,
.ase-site-header.ase-header-home.is-scrolled .ase-nav>a,
.ase-site-header.ase-header-home.is-scrolled .ase-nav>.has-sub,
.ase-site-header.ase-header-home.is-scrolled .ase-nav>.has-sub>a{color:var(--ase-deep)}
.ase-site-header.ase-header-home.is-scrolled .ase-lang a{color:var(--ase-celeste)}
.ase-site-header.ase-header-home.is-scrolled .submenu{top:96px}

/* sin bloque de fundación introductorio en home */
body.home .ase-foundation{display:none!important}

/* Proyectos replicados */
.ase-projects-home{background:#003d67;padding:0 0 72px}
.ase-projects-titlebar{background:#003d67;padding-top:0}
.ase-titlebar-inner{height:auto;padding:72px 0 34px;display:flex;align-items:center;justify-content:space-between}
.ase-titlebar-inner h2{margin:0;color:#fff;font-size:54px;font-weight:600;letter-spacing:-.03em}
.ase-titlebar-inner a{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(42,171,227,.9);color:#2aabe3;border-radius:999px;padding:16px 31px;font-size:15px;font-weight:500;background:transparent}
.ase-titlebar-inner a:hover{background:#0d4f78}
.ase-project-slider-wrap{position:relative}
.ase-project-window{overflow:hidden}
.ase-project-track{display:flex;gap:10px;will-change:transform}
.ase-project-track .ase-project-tile{flex:0 0 calc((100% - 30px)/4);min-height:392px;border-radius:0;position:relative;overflow:hidden;background:#0c2c45}
.ase-project-track .ase-project-tile img{width:100%;height:100%;object-fit:cover}
.ase-project-track .ase-project-tile:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.10) 45%,rgba(0,0,0,.38) 100%)}
.ase-project-overlay{position:absolute;inset:auto 0 0 0;padding:0 22px 26px;z-index:2;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}
.ase-project-overlay span{display:block;font-size:0;height:0;overflow:hidden}
.ase-project-overlay h3{margin:0;font-size:22px;line-height:1.18;font-weight:600;color:#fff;max-width:85%}
.ase-project-nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;background:rgba(0,35,58,.55);color:#fff;font-size:28px;line-height:1;border-radius:0;z-index:3;cursor:pointer;display:flex;align-items:center;justify-content:center}
.ase-project-nav.prev{left:-1px}.ase-project-nav.next{right:-1px}
.ase-project-nav:hover{background:rgba(0,35,58,.82)}

/* Agenda global a 4 columnas */
.ase-card-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}

/* ODS réplica */
.ase-ods-section-replica{padding:0;background:#fff}
.ase-ods-layout{display:grid;grid-template-columns:430px 1fr;align-items:stretch}
.ase-ods-intro{display:flex;align-items:center;padding:70px 40px 70px 0}
.ase-ods-intro h2{font-size:36px;line-height:1.28;font-weight:700;max-width:320px;color:var(--ase-deep);margin:0}
.ase-ods-grid-replica{display:grid;grid-template-columns:repeat(4,1fr)}
.ase-ods-card{min-height:395px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:55px 20px 36px}
.ase-ods-card.c6{background:#1fb5d8}.ase-ods-card.c13{background:#61a565}.ase-ods-card.c14{background:#147dbd}.ase-ods-card.c15{background:#78d163}
.ase-ods-num{font-size:56px;line-height:1;font-weight:700;margin-bottom:26px}
.ase-ods-text{font-size:23px;line-height:1.25;font-weight:700;min-height:108px}
.ase-ods-card img{width:118px;max-width:62%;margin-top:auto;filter:none!important}

/* Franjas de aliados y alianzas */
.ase-brand-strip{padding:0}
.ase-brand-strip-dark{background:#003d67}
.ase-brand-strip-light{background:#f2f3f5}
.ase-brand-row{display:grid;grid-template-columns:210px 1fr;align-items:center;column-gap:32px;min-height:208px}
.ase-brand-title h2{margin:0 0 16px;font-size:26px;line-height:1.25;font-weight:500;letter-spacing:-.02em}
.ase-brand-title span{display:block;width:170px;height:2px;background:currentColor;opacity:.7}
.ase-brand-strip-dark .ase-brand-title{color:#2aabe3}
.ase-brand-strip-light .ase-brand-title{color:#2aabe3}
.ase-brand-strip-dark .ase-brand-logos img,.ase-brand-strip-light .ase-brand-logos img{width:100%;max-width:980px;display:block}

/* header y menú en móvil / desktop al descender */
@media(max-width:1180px){
  .ase-titlebar-inner h2{font-size:46px}
  .ase-ods-layout{grid-template-columns:320px 1fr}
  .ase-ods-intro h2{font-size:32px;max-width:260px}
}
@media(max-width:980px){
  .ase-project-track .ase-project-tile{flex-basis:100%}
  .ase-titlebar-inner{padding:54px 0 24px;gap:18px;display:block}
  .ase-titlebar-inner a{margin-top:16px}
  .ase-titlebar-inner h2{font-size:42px}
  .ase-brand-row{grid-template-columns:1fr;row-gap:24px;min-height:0;padding:44px 0}
  .ase-ods-layout{grid-template-columns:1fr}
  .ase-ods-intro{padding:36px 0 28px}
  .ase-ods-intro h2{max-width:none}
  .ase-ods-grid-replica{grid-template-columns:repeat(2,1fr)}
  .ase-card-grid-four{grid-template-columns:1fr}
}
@media(max-width:680px){
  .ase-titlebar-inner h2{font-size:34px}
  .ase-projects-home{padding-bottom:54px}
  .ase-ods-grid-replica{grid-template-columns:1fr}
  .ase-ods-card{min-height:310px}
  .ase-brand-title span{width:120px}
}


/* Ajuste 2.1: ODS, logos y transición del header */
.ase-site-header.ase-header-home{
  position:fixed;
  transition:background .28s ease,border-color .28s ease,box-shadow .28s ease,backdrop-filter .28s ease;
}
.ase-site-header.ase-header-home .ase-header-inner,
.ase-site-header.ase-header-home .ase-logo img,
.ase-site-header.ase-header-home .ase-nav,
.ase-site-header.ase-header-home .ase-lang,
.ase-site-header.ase-header-home .submenu{
  transition:all .28s ease;
}
.ase-site-header.ase-header-home.is-scrolled{
  background:rgba(255,255,255,.96);
  backdrop-filter:saturate(140%) blur(6px);
}
.ase-site-header.ase-header-home.is-scrolled .ase-header-inner{height:100px}
.ase-site-header.ase-header-home.is-scrolled .ase-logo img{width:320px}

/* dropdowns más cerca del item superior */
.ase-nav>.has-sub{position:relative}
.submenu{top:calc(100% - 8px)!important;padding-top:10px}
.ase-header-home .submenu{top:calc(100% - 6px)!important}
.ase-site-header.ase-header-home.is-scrolled .submenu{top:calc(100% - 6px)!important}
.submenu a:first-child{margin-top:0}

/* ODS réplica refinada */
.ase-ods-intro{padding:0 40px 0 0}
.ase-ods-intro-inner{display:flex;align-items:center;gap:28px}
.ase-ods-wheel{width:124px;height:124px;object-fit:contain;flex:0 0 124px}
.ase-ods-intro h2{max-width:260px}
.ase-ods-grid-replica{align-items:stretch}
.ase-ods-card{min-height:396px;padding:48px 18px 26px}
.ase-ods-num{font-size:52px;margin-bottom:20px}
.ase-ods-text{font-size:20px;line-height:1.2;font-weight:700;min-height:72px;display:flex;align-items:flex-start;justify-content:center}
.ase-ods-icon{margin-top:auto;height:132px;display:flex;align-items:center;justify-content:center;width:100%}
.ase-ods-card img{width:110px;max-width:100%;max-height:108px;margin:0}

/* franjas de logos en una línea, sin quiebres */
.ase-brand-row{grid-template-columns:230px 1fr;column-gap:24px}
.ase-brand-logos{display:flex;align-items:center;overflow:hidden}
.ase-brand-strip-dark .ase-brand-logos img,.ase-brand-strip-light .ase-brand-logos img{max-width:none;width:100%;min-width:0;flex:1 1 auto}

@media(max-width:1180px){
  .ase-ods-wheel{width:104px;height:104px;flex-basis:104px}
  .ase-ods-intro-inner{gap:20px}
  .ase-ods-text{font-size:18px}
}
@media(max-width:980px){
  .ase-ods-intro{padding:36px 0 28px}
  .ase-ods-intro-inner{align-items:center}
  .ase-brand-row{grid-template-columns:1fr;row-gap:20px}
  .ase-brand-logos{overflow-x:auto}
  .ase-brand-strip-dark .ase-brand-logos img,.ase-brand-strip-light .ase-brand-logos img{width:auto;max-width:100%;min-width:760px}
}
@media(max-width:680px){
  .ase-ods-intro-inner{flex-direction:column;align-items:flex-start}
  .ase-ods-wheel{width:88px;height:88px;flex-basis:88px}
  .ase-ods-card{min-height:280px}
  .ase-ods-text{font-size:17px;min-height:60px}
}


/* Ajuste 2.2: proporciones finas ODS + aliados/alianzas */
.ase-ods-section-replica{background:#fff}
.ase-ods-layout{grid-template-columns:minmax(360px, 34%) 1fr}
.ase-ods-intro{
  min-height:432px;
  padding:0 34px 0 58px;
}
.ase-ods-intro-inner{
  gap:22px;
  align-items:center;
}
.ase-ods-wheel{
  width:88px;
  height:88px;
  flex:0 0 88px;
}
.ase-ods-intro h2{
  font-size:32px;
  line-height:1.28;
  font-weight:700;
  max-width:345px;
  letter-spacing:-0.02em;
}
.ase-ods-grid-replica{
  grid-template-columns:repeat(4, minmax(0,1fr));
}
.ase-ods-card{
  min-height:432px;
  padding:28px 16px 24px;
  justify-content:flex-start;
}
.ase-ods-num{
  font-size:38px;
  line-height:1;
  margin-bottom:18px;
}
.ase-ods-text{
  width:88%;
  min-height:88px;
  font-size:18px;
  line-height:1.15;
  font-weight:700;
  letter-spacing:-0.01em;
  text-align:center;
  align-items:flex-start;
}
.ase-ods-card.c15 .ase-ods-text{
  font-size:16.5px;
}
.ase-ods-icon{
  height:170px;
  margin-top:auto;
}
.ase-ods-card img{
  width:102px;
  max-height:102px;
}

.ase-brand-strip-dark{
  background:#003d67;
}
.ase-brand-strip-light{
  background:#f2f3f5;
}
.ase-brand-row{
  grid-template-columns:280px 1fr;
  column-gap:28px;
  align-items:center;
  min-height:236px;
  padding:0 12px;
}
.ase-brand-strip-light .ase-brand-row{
  min-height:212px;
}
.ase-brand-title{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding-left:16px;
}
.ase-brand-title h2{
  margin:0 0 16px;
  font-size:28px;
  line-height:1.25;
  font-weight:500;
  letter-spacing:-0.02em;
}
.ase-brand-title span{
  width:196px;
  height:2px;
  opacity:1;
}
.ase-brand-logos{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  overflow:hidden;
}
.ase-brand-strip-dark .ase-brand-logos img,
.ase-brand-strip-light .ase-brand-logos img{
  display:block;
  width:100%;
  max-width:1180px;
  height:auto;
  object-fit:contain;
  object-position:left center;
}

@media (max-width: 1280px){
  .ase-ods-layout{grid-template-columns:minmax(300px, 31%) 1fr}
  .ase-ods-intro{padding:0 22px 0 34px}
  .ase-ods-intro h2{font-size:29px;max-width:300px}
  .ase-ods-card{min-height:400px}
  .ase-brand-row{grid-template-columns:240px 1fr; min-height:210px}
  .ase-brand-strip-light .ase-brand-row{min-height:194px}
  .ase-brand-title h2{font-size:24px}
  .ase-brand-title span{width:170px}
}
@media (max-width: 980px){
  .ase-ods-layout{grid-template-columns:1fr}
  .ase-ods-intro{min-height:0;padding:32px 20px 24px}
  .ase-ods-intro-inner{gap:16px}
  .ase-ods-wheel{width:72px;height:72px;flex-basis:72px}
  .ase-ods-intro h2{font-size:28px;max-width:none}
  .ase-brand-row{grid-template-columns:1fr;min-height:0;padding:34px 18px;row-gap:18px}
  .ase-brand-strip-light .ase-brand-row{min-height:0}
  .ase-brand-title{padding-left:0}
  .ase-brand-logos{overflow-x:auto}
  .ase-brand-strip-dark .ase-brand-logos img,
  .ase-brand-strip-light .ase-brand-logos img{min-width:820px;max-width:none;width:auto}
}
@media (max-width: 680px){
  .ase-ods-intro-inner{flex-direction:row;align-items:center}
  .ase-ods-intro h2{font-size:24px}
  .ase-ods-card{min-height:300px}
  .ase-ods-num{font-size:34px}
  .ase-ods-text{font-size:17px;min-height:72px}
  .ase-ods-card.c15 .ase-ods-text{font-size:15.5px}
}


/* Ajuste 2.3: achicar logos para que entren completos en una sola línea */
.ase-brand-row{
  grid-template-columns:250px 1fr;
  column-gap:24px;
}
.ase-brand-title{
  padding-left:8px;
}
.ase-brand-title h2{
  font-size:26px;
}
.ase-brand-title span{
  width:184px;
}
.ase-brand-logos{
  justify-content:flex-start;
  overflow:visible;
}
.ase-brand-strip-dark .ase-brand-logos img{
  width:82%;
  max-width:860px;
  min-width:0;
}
.ase-brand-strip-light .ase-brand-logos img{
  width:78%;
  max-width:820px;
  min-width:0;
}

@media (max-width: 1280px){
  .ase-brand-row{grid-template-columns:220px 1fr; column-gap:20px}
  .ase-brand-strip-dark .ase-brand-logos img{width:86%; max-width:820px}
  .ase-brand-strip-light .ase-brand-logos img{width:82%; max-width:780px}
}
@media (max-width: 980px){
  .ase-brand-row{grid-template-columns:1fr}
  .ase-brand-logos{overflow-x:auto}
  .ase-brand-strip-dark .ase-brand-logos img,
  .ase-brand-strip-light .ase-brand-logos img{width:auto; min-width:760px; max-width:none}
}


/* Ajuste 2.4: logos y títulos aún más chicos para que entren completos en una sola línea */
.ase-brand-row{
  grid-template-columns:190px 1fr !important;
  column-gap:18px !important;
  padding:0 8px !important;
}
.ase-brand-strip-dark .ase-brand-row{min-height:200px !important;}
.ase-brand-strip-light .ase-brand-row{min-height:184px !important;}
.ase-brand-title{padding-left:0 !important;}
.ase-brand-title h2{
  font-size:22px !important;
  line-height:1.2 !important;
  margin:0 0 12px !important;
}
.ase-brand-title span{
  width:145px !important;
}
.ase-brand-strip-dark .ase-brand-logos img{
  width:72% !important;
  max-width:740px !important;
  min-width:0 !important;
}
.ase-brand-strip-light .ase-brand-logos img{
  width:68% !important;
  max-width:700px !important;
  min-width:0 !important;
}

@media (max-width: 1366px){
  .ase-brand-row{grid-template-columns:175px 1fr !important; column-gap:16px !important;}
  .ase-brand-title h2{font-size:21px !important;}
  .ase-brand-title span{width:136px !important;}
  .ase-brand-strip-dark .ase-brand-logos img{width:69% !important; max-width:700px !important;}
  .ase-brand-strip-light .ase-brand-logos img{width:65% !important; max-width:660px !important;}
}
@media (max-width: 1180px){
  .ase-brand-row{grid-template-columns:160px 1fr !important;}
  .ase-brand-title h2{font-size:19px !important;}
  .ase-brand-title span{width:124px !important;}
  .ase-brand-strip-dark .ase-brand-logos img{width:66% !important; max-width:640px !important;}
  .ase-brand-strip-light .ase-brand-logos img{width:62% !important; max-width:610px !important;}
}
@media (max-width: 980px){
  .ase-brand-row{grid-template-columns:1fr !important;}
  .ase-brand-strip-dark .ase-brand-logos img,
  .ase-brand-strip-light .ase-brand-logos img{width:auto !important; min-width:760px !important; max-width:none !important;}
}


/* Ajuste 2.5: usar logos reales de Nos acompañan en una sola línea */
.ase-brand-row{grid-template-columns:220px 1fr!important;column-gap:18px!important}
.ase-brand-strip-dark .ase-brand-logos-support{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:nowrap;
  gap:34px;
  width:100%;
  overflow:hidden;
}
.ase-brand-strip-dark .ase-brand-logos-support img{
  display:block;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  height:auto;
  flex:0 0 auto;
}
.ase-brand-strip-dark .ase-brand-logos-support .logo-axion{height:64px}
.ase-brand-strip-dark .ase-brand-logos-support .logo-bicontinental{height:74px}
.ase-brand-strip-dark .ase-brand-logos-support .logo-emico{height:54px}
.ase-brand-strip-dark .ase-brand-logos-support .logo-lition{height:64px}
.ase-brand-strip-dark .ase-brand-logos-support .logo-entanglemental{height:68px}

/* alianzas: mantener en una línea y más chica */
.ase-brand-strip-light .ase-brand-logos img{width:74%!important;max-width:760px!important;min-width:0!important}

@media (max-width: 1400px){
  .ase-brand-row{grid-template-columns:190px 1fr!important;column-gap:16px!important}
  .ase-brand-strip-dark .ase-brand-logos-support{gap:26px}
  .ase-brand-strip-dark .ase-brand-logos-support .logo-axion{height:58px}
  .ase-brand-strip-dark .ase-brand-logos-support .logo-bicontinental{height:67px}
  .ase-brand-strip-dark .ase-brand-logos-support .logo-emico{height:48px}
  .ase-brand-strip-dark .ase-brand-logos-support .logo-lition{height:58px}
  .ase-brand-strip-dark .ase-brand-logos-support .logo-entanglemental{height:61px}
  .ase-brand-strip-light .ase-brand-logos img{width:68%!important;max-width:700px!important}
}
@media (max-width: 1180px){
  .ase-brand-row{grid-template-columns:168px 1fr!important}
  .ase-brand-title h2{font-size:20px!important}
  .ase-brand-title span{width:128px!important}
  .ase-brand-strip-dark .ase-brand-logos-support{gap:20px}
  .ase-brand-strip-dark .ase-brand-logos-support .logo-axion{height:52px}
  .ase-brand-strip-dark .ase-brand-logos-support .logo-bicontinental{height:60px}
  .ase-brand-strip-dark .ase-brand-logos-support .logo-emico{height:44px}
  .ase-brand-strip-dark .ase-brand-logos-support .logo-lition{height:52px}
  .ase-brand-strip-dark .ase-brand-logos-support .logo-entanglemental{height:54px}
  .ase-brand-strip-light .ase-brand-logos img{width:62%!important;max-width:640px!important}
}
@media (max-width:980px){
  .ase-brand-row{grid-template-columns:1fr!important}
  .ase-brand-strip-dark .ase-brand-logos-support,.ase-brand-logos{overflow-x:auto}
  .ase-brand-strip-dark .ase-brand-logos-support{padding-bottom:4px}
  .ase-brand-strip-light .ase-brand-logos img{width:auto!important;min-width:760px!important;max-width:none!important}
}


/* Ajuste 2.6: usar logos reales de Nuestras alianzas en una sola línea */
.ase-brand-strip-light .ase-brand-logos-alliances{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:nowrap;
  gap:28px;
  width:100%;
  overflow:hidden;
}
.ase-brand-strip-light .ase-brand-logos-alliances img{
  display:block;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  height:auto;
  flex:0 0 auto;
}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-apn{height:92px}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-zarate{height:76px}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-puerto{height:70px}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-unipe{height:74px}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-chacabuco{height:52px}

@media (max-width: 1400px){
  .ase-brand-strip-light .ase-brand-logos-alliances{gap:24px}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-apn{height:84px}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-zarate{height:69px}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-puerto{height:64px}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-unipe{height:68px}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-chacabuco{height:48px}
}
@media (max-width: 1180px){
  .ase-brand-strip-light .ase-brand-logos-alliances{gap:18px}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-apn{height:74px}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-zarate{height:61px}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-puerto{height:56px}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-unipe{height:60px}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-chacabuco{height:43px}
}
@media (max-width:980px){
  .ase-brand-strip-light .ase-brand-logos-alliances{overflow-x:auto;padding-bottom:4px}
  .ase-brand-strip-light .ase-brand-logos-alliances{min-width:760px}
}


/* Ajuste 2.7: ODS más compacto y centrado; "Nos acompañan" en blanco */
.ase-ods-intro{
  padding:0 26px 0 26px !important;
}
.ase-ods-intro-inner{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  text-align:center !important;
  width:100%;
}
.ase-ods-wheel{
  width:132px !important;
  height:132px !important;
  flex:0 0 132px !important;
  margin:0 auto !important;
}
.ase-ods-intro h2{
  max-width:320px !important;
  margin:0 auto !important;
  text-align:center !important;
}

.ase-brand-strip-dark .ase-brand-title{
  color:#ffffff !important;
}
.ase-brand-strip-dark .ase-brand-title span{
  background:#ffffff !important;
}

@media (max-width: 1180px){
  .ase-ods-wheel{
    width:118px !important;
    height:118px !important;
    flex-basis:118px !important;
  }
  .ase-ods-intro-inner{
    gap:10px !important;
  }
}
@media (max-width: 680px){
  .ase-ods-wheel{
    width:96px !important;
    height:96px !important;
    flex-basis:96px !important;
  }
}


/* Ajuste 2.8: quitar contacto home, CTA celeste, follow footer y Nos acompañan en blanco */
.ase-brand-strip-dark .ase-brand-title,
.ase-brand-strip-dark .ase-brand-title h2{color:#fff !important;}
.ase-brand-strip-dark .ase-brand-title span{background:#fff !important;}

.ase-cta-band{
  background:var(--ase-celeste);
  padding:34px 0;
}
.ase-cta-band-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.ase-cta-copy h2{
  margin:0 0 8px;
  color:#fff;
  font-size:34px;
  line-height:1.1;
}
.ase-cta-copy p{
  margin:0;
  color:rgba(255,255,255,.94);
  font-size:16px;
  max-width:780px;
}
.ase-cta-actions{flex:0 0 auto}
.ase-cta-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border:2px solid rgba(255,255,255,.9);
  border-radius:999px;
  color:#fff;
  font-weight:700;
  letter-spacing:.01em;
  background:rgba(255,255,255,.08);
  transition:all .22s ease;
}
.ase-cta-button:hover{
  background:#fff;
  color:var(--ase-celeste);
}

.ase-footer-main{
  padding:52px 0 28px;
}
.ase-follow-strip{
  margin-top:32px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.ase-follow-label h4{
  margin:0 0 4px;
  color:#fff;
  font-size:20px;
}
.ase-follow-label p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:14px;
}
.ase-follow-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:flex-end;
}
.ase-follow-btn{
  width:48px;
  height:48px;
  border-radius:999px;
  background:#0a5688;
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:13px;
  letter-spacing:.02em;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  transition:transform .2s ease, background .2s ease, border-color .2s ease;
}
.ase-follow-btn:hover{
  transform:translateY(-2px);
  background:var(--ase-celeste);
  border-color:rgba(255,255,255,.32);
  color:#fff;
}

@media(max-width:980px){
  .ase-cta-band-inner,
  .ase-follow-strip{
    flex-direction:column;
    align-items:flex-start;
  }
  .ase-follow-buttons{
    justify-content:flex-start;
  }
}
@media(max-width:680px){
  .ase-cta-band{padding:28px 0;}
  .ase-cta-copy h2{font-size:28px;}
  .ase-cta-copy p{font-size:15px;}
  .ase-follow-btn{width:44px;height:44px;font-size:12px;}
}

/* Ajuste 2.9: rotación infinita de Nuestra agenda y Agenda global */
.ase-news-carousel{
  position:relative;
  width:100%;
  overflow:hidden;
  margin-bottom:10px;
}
.ase-news-carousel-window{
  overflow:hidden;
  width:100%;
}
.ase-news-carousel-track{
  display:flex;
  gap:27px;
  align-items:stretch;
  will-change:transform;
}
.ase-news-carousel-track .ase-news-card{
  flex:0 0 auto;
  min-width:0;
}
.ase-news-carousel-track .ase-news-card img{
  height:218px;
  object-fit:cover;
}
.ase-news-carousel-4 .ase-news-carousel-track{
  gap:20px;
}
.ase-news-carousel-4 .ase-news-body{
  padding:20px 18px 24px;
}
.ase-news-carousel-4 .ase-news-body h3{
  font-size:20px;
  line-height:1.28;
}
@media(max-width:1020px){
  .ase-news-carousel-track,
  .ase-news-carousel-4 .ase-news-carousel-track{gap:22px}
}
@media(max-width:760px){
  .ase-news-carousel-track,
  .ase-news-carousel-4 .ase-news-carousel-track{gap:18px}
}


/* Ajuste 3.0: página Qué hacemos en tabla 2x2 */
.ase-what-page-section{padding:8px 0 18px;}
.ase-what-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}
.ase-what-card{
  background:#fff;
  border:1px solid rgba(9,68,110,.14);
  border-radius:20px;
  padding:34px 32px 30px;
  min-height:100%;
  box-shadow:0 18px 40px rgba(5,43,77,.06);
}
.ase-what-icon{
  width:68px;
  height:68px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg, rgba(57,175,228,.12), rgba(7,69,110,.05));
  color:var(--ase-azul);
  margin-bottom:18px;
}
.ase-what-icon svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.ase-what-card h3{
  margin:0 0 12px;
  font-size:28px;
  line-height:1.16;
  text-transform:uppercase;
  color:var(--ase-azul);
  letter-spacing:.01em;
}
.ase-what-card p{
  margin:0;
  font-size:17px;
  line-height:1.7;
  color:#31506c;
}
@media (max-width: 980px){
  .ase-what-grid{grid-template-columns:1fr; gap:22px;}
  .ase-what-card{padding:28px 24px;}
  .ase-what-card h3{font-size:24px;}
}
@media (max-width: 680px){
  .ase-what-page-section{padding-top:0;}
  .ase-what-icon{width:60px;height:60px;border-radius:16px;}
  .ase-what-card h3{font-size:21px;}
  .ase-what-card p{font-size:15px;line-height:1.6;}
}


/* Ajuste 3.1: módulo Qué hacemos rotativo debajo del video */
.ase-home-axes-section{
  position:relative;
  background:linear-gradient(180deg,#f7fbfe 0%, #ffffff 100%);
  padding:72px 0 82px;
}
.ase-home-axes-head{
  max-width:840px;
  margin:0 auto 34px;
  text-align:center;
}
.ase-home-axes-kicker{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--ase-celeste);
  margin-bottom:12px;
}
.ase-home-axes-head h2{
  margin:0 0 12px;
  font-size:44px;
  line-height:1.08;
  color:var(--ase-deep);
}
.ase-home-axes-head p{
  margin:0 auto;
  max-width:720px;
  color:#567288;
  font-size:18px;
  line-height:1.65;
}
.ase-axes-carousel{position:relative;width:100%;overflow:hidden;}
.ase-axes-carousel-window{overflow:hidden;width:100%;}
.ase-axes-carousel-track{display:flex;gap:28px;align-items:stretch;will-change:transform;}
.ase-axis-card{
  flex:0 0 auto;
  min-width:0;
  background:#fff;
  border:1px solid rgba(8,68,110,.10);
  border-radius:28px;
  padding:34px 34px 32px;
  box-shadow:0 22px 48px rgba(4,44,77,.08);
  min-height:340px;
  display:flex;
  flex-direction:column;
}
.ase-axis-icon{
  width:78px;
  height:78px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg, rgba(42,171,227,.18), rgba(28,117,188,.06));
  color:var(--ase-blue);
  margin-bottom:22px;
}
.ase-axis-icon svg{width:42px;height:42px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.ase-axis-card h3{
  margin:0 0 14px;
  color:var(--ase-deep);
  font-size:28px;
  line-height:1.16;
  letter-spacing:-.02em;
  text-transform:uppercase;
}
.ase-axis-card p{
  margin:0;
  color:#4e6b82;
  font-size:16px;
  line-height:1.7;
}
.ase-axis-knowledge .ase-axis-icon{background:linear-gradient(180deg, rgba(42,171,227,.20), rgba(42,171,227,.08));}
.ase-axis-communities .ase-axis-icon{background:linear-gradient(180deg, rgba(61,184,136,.20), rgba(61,184,136,.08)); color:#2e8f6a;}
.ase-axis-advocacy .ase-axis-icon{background:linear-gradient(180deg, rgba(28,117,188,.18), rgba(28,117,188,.07));}
.ase-axis-education .ase-axis-icon{background:linear-gradient(180deg, rgba(0,56,94,.16), rgba(0,56,94,.06)); color:var(--ase-deep);}
@media(max-width:980px){
  .ase-home-axes-section{padding:60px 0 70px;}
  .ase-home-axes-head h2{font-size:38px;}
  .ase-axis-card{padding:28px 26px 26px;min-height:320px;}
  .ase-axis-card h3{font-size:24px;}
}
@media(max-width:780px){
  .ase-axes-carousel-track{gap:18px;}
  .ase-home-axes-head h2{font-size:32px;}
  .ase-home-axes-head p{font-size:16px;}
  .ase-axis-icon{width:68px;height:68px;border-radius:20px;margin-bottom:18px;}
  .ase-axis-card h3{font-size:21px;}
  .ase-axis-card p{font-size:15px;line-height:1.62;}
}


/* Ajuste 3.2: módulo Qué hacemos simplificado y cards celestes */
.ase-home-axes-head{
  max-width:840px;
  margin:0 auto 34px;
  text-align:center;
}
.ase-home-axes-kicker{display:none!important;}
.ase-home-axes-head h2{
  margin:0;
  font-size:54px;
  line-height:1.04;
  color:var(--ase-deep);
}
.ase-home-axes-head p{display:none!important;}

.ase-axis-card{
  background:var(--ase-celeste)!important;
  border:none!important;
  box-shadow:0 20px 44px rgba(18,104,156,.18)!important;
}
.ase-axis-card h3,
.ase-axis-card p{
  color:#fff!important;
}
.ase-axis-icon{
  background:rgba(255,255,255,.18)!important;
  color:var(--ase-deep)!important;
}
.ase-axis-icon svg{
  stroke-width:3.2!important;
}

@media(max-width:980px){
  .ase-home-axes-head h2{font-size:44px;}
}
@media(max-width:780px){
  .ase-home-axes-head h2{font-size:34px;}
}


/* Ajuste 3.3: Qué hacemos con icono y título en línea, cards más compactas, icono sobre blanco */
.ase-axes-carousel-track{gap:22px;}
.ase-axis-card{
  padding:24px 24px 22px !important;
  min-height:270px !important;
  border-radius:22px !important;
}
.ase-axis-card .ase-axis-icon{
  width:62px !important;
  height:62px !important;
  min-width:62px !important;
  border-radius:18px !important;
  margin:0 !important;
  background:#ffffff !important;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}
.ase-axis-card .ase-axis-icon svg{
  width:34px !important;
  height:34px !important;
  stroke-width:3.2 !important;
}
.ase-axis-card h3{
  margin:0 !important;
  font-size:24px !important;
  line-height:1.18 !important;
}
.ase-axis-card p{
  margin-top:14px !important;
  font-size:15px !important;
  line-height:1.62 !important;
}
.ase-axis-card > .ase-axis-icon + h3{
  display:block;
}
.ase-axis-card{
  display:grid !important;
  grid-template-columns:62px 1fr !important;
  grid-template-rows:auto 1fr !important;
  column-gap:16px !important;
  row-gap:0 !important;
  align-items:start !important;
}
.ase-axis-card .ase-axis-icon{grid-column:1;grid-row:1;}
.ase-axis-card h3{grid-column:2;grid-row:1;align-self:center;max-width:100%;}
.ase-axis-card p{grid-column:1 / span 2;grid-row:2;}

@media(max-width:980px){
  .ase-axis-card{
    padding:22px 20px 20px !important;
    min-height:250px !important;
    grid-template-columns:58px 1fr !important;
    column-gap:14px !important;
  }
  .ase-axis-card .ase-axis-icon{
    width:58px !important;height:58px !important;min-width:58px !important;
  }
  .ase-axis-card h3{font-size:21px !important;}
}
@media(max-width:780px){
  .ase-axis-card{
    min-height:unset !important;
    grid-template-columns:54px 1fr !important;
  }
  .ase-axis-card .ase-axis-icon{
    width:54px !important;height:54px !important;min-width:54px !important;border-radius:16px !important;
  }
  .ase-axis-card h3{font-size:19px !important;}
  .ase-axis-card p{font-size:14px !important;line-height:1.55 !important;}
}


/* Ajuste 3.4: compactar tarjetas de Qué hacemos y eliminar vacío inferior */
.ase-home-axes-section{padding:56px 0 64px !important;}
.ase-home-axes-head{margin:0 auto 24px !important;}
.ase-axis-card{
  min-height:unset !important;
  height:auto !important;
  align-content:start !important;
  grid-template-rows:auto auto !important;
  padding:22px 22px 18px !important;
}
.ase-axis-card p{
  margin-top:12px !important;
  align-self:start !important;
}
@media(min-width:781px){
  .ase-axis-card{min-height:200px !important;}
}
@media(max-width:780px){
  .ase-axis-card{padding:18px 18px 16px !important;}
}


/* Ajuste 3.5: títulos alineados a izquierda y botones Ver más */
.ase-section-head-row{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  text-align:left!important;
}
.ase-section-head-row h2{
  margin:0!important;
  font-size:46px!important;
  line-height:1.08!important;
  font-weight:700!important;
  letter-spacing:-.035em!important;
  text-align:left!important;
}
.ase-section-more,
.ase-titlebar-inner a.ase-section-more{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 30px!important;
  border:1px solid rgba(42,171,227,.95)!important;
  border-radius:999px!important;
  background:transparent!important;
  color:var(--ase-celeste)!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap;
}
.ase-section-more:hover,
.ase-titlebar-inner a.ase-section-more:hover{
  background:var(--ase-celeste)!important;
  color:#fff!important;
  border-color:var(--ase-celeste)!important;
}

/* Qué hacemos */
.ase-home-axes-head{
  max-width:none!important;
  margin:0 0 30px!important;
  text-align:left!important;
}
.ase-home-axes-head h2{
  color:var(--ase-deep)!important;
}

/* Proyectos */
.ase-titlebar-inner.ase-section-head-row{
  height:auto!important;
  padding:62px 0 34px!important;
}
.ase-titlebar-inner.ase-section-head-row h2{
  color:#fff!important;
}
.ase-titlebar-inner.ase-section-head-row .ase-section-more:hover{
  background:#fff!important;
  color:var(--ase-deep)!important;
  border-color:#fff!important;
}

/* Nuestra agenda / Agenda global */
.ase-news-head{
  margin:0 0 36px!important;
}
.ase-news-head h2{
  color:var(--ase-deep)!important;
}
.ase-news-section .ase-heading-centered{
  text-align:left!important;
}

/* quitar restos de líneas centradas si quedan */
.ase-news-head > div,
.ase-home-axes-head > div{
  display:none!important;
}

@media(max-width:980px){
  .ase-section-head-row{
    align-items:flex-start;
  }
  .ase-section-head-row h2{
    font-size:38px!important;
  }
}
@media(max-width:680px){
  .ase-section-head-row{
    flex-direction:column;
    gap:16px;
  }
  .ase-section-head-row h2{
    font-size:32px!important;
  }
  .ase-section-more,
  .ase-titlebar-inner a.ase-section-more{
    min-height:46px;
    padding:0 24px!important;
  }
}


/* Ajuste 3.6: alinear Proyectos con la misma línea izquierda del resto de títulos */
.ase-projects-home .ase-projects-titlebar{
  width:100%;
}
.ase-projects-home .ase-titlebar-inner.ase-section-head-row{
  width:min(var(--ase-width), calc(100% - 48px)) !important;
  max-width:var(--ase-width) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.ase-projects-home .ase-titlebar-inner.ase-section-head-row h2{
  margin-left:0 !important;
  padding-left:0 !important;
  text-align:left !important;
}


/* Ajuste 3.7: overlay tenue extra en hero video para elevar contraste */
body.home .ase-hero-video-overlay,
.ase-hero-video-overlay{
  background:
    linear-gradient(180deg, rgba(0,0,0,.46) 0%, rgba(0,0,0,.22) 34%, rgba(0,0,0,.32) 100%),
    linear-gradient(180deg, rgba(0,56,94,.26) 0%, rgba(0,56,94,.18) 48%, rgba(0,56,94,.30) 100%) !important;
}
.ase-site-header.ase-header-home::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.04));
  pointer-events:none;
  z-index:-1;
}


/* Ajuste 3.8: overlay negro más intenso sobre el video del home */
body.home .ase-hero-video-overlay,
.ase-hero-video-overlay{
  background:
    linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.34) 34%, rgba(0,0,0,.48) 100%),
    linear-gradient(180deg, rgba(0,56,94,.18) 0%, rgba(0,56,94,.12) 48%, rgba(0,56,94,.22) 100%) !important;
}
.ase-site-header.ase-header-home::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.08));
  pointer-events:none;
  z-index:-1;
}


/* Página Nuestra Historia */
.ase-history-page{
  position:relative;
  margin-top:-8px;
}
.ase-history-intro{
  max-width:980px;
  margin:0 0 42px;
}
.ase-history-kicker{
  display:inline-block;
  margin-bottom:14px;
  color:var(--ase-celeste);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.entry .ase-history-intro h2,
.ase-history-intro h2{
  max-width:1040px;
  margin:0 0 18px;
  color:var(--ase-deep);
  font-size:clamp(36px,5vw,64px);
  line-height:1.04;
  letter-spacing:-.045em;
}
.ase-history-intro p{
  max-width:900px;
  margin:0;
  color:#456276;
  font-size:20px;
  line-height:1.72;
}
.ase-history-marker-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:40px 0 58px;
}
.ase-history-marker-grid div{
  min-height:138px;
  padding:25px 22px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(42,171,227,.12),rgba(42,171,227,.05));
  border:1px solid rgba(42,171,227,.20);
}
.ase-history-marker-grid strong{
  display:block;
  color:var(--ase-deep);
  font-size:38px;
  line-height:1;
  letter-spacing:-.04em;
  margin-bottom:12px;
}
.ase-history-marker-grid span{
  display:block;
  color:#4e6b82;
  font-size:14px;
  line-height:1.45;
  font-weight:600;
}
.ase-history-timeline{
  position:relative;
  display:grid;
  gap:28px;
}
.ase-history-timeline:before{
  content:"";
  position:absolute;
  left:102px;
  top:20px;
  bottom:20px;
  width:2px;
  background:linear-gradient(180deg,var(--ase-celeste),rgba(42,171,227,0));
}
.ase-history-stage{
  position:relative;
  display:grid;
  grid-template-columns:220px 1fr;
  gap:34px;
  padding:34px;
  border-radius:32px;
  background:#fff;
  border:1px solid rgba(0,56,94,.10);
  box-shadow:0 22px 56px rgba(0,56,94,.08);
}
.ase-history-stage-aside{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px;
}
.ase-history-stage-num{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 14px;
  border-radius:999px;
  background:var(--ase-celeste);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.ase-history-stage-icon{
  width:92px;
  height:92px;
  border-radius:26px;
  background:#f3fbff;
  border:1px solid rgba(42,171,227,.22);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ase-deep);
}
.ase-history-stage-icon svg{
  width:48px;
  height:48px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ase-history-stage-years{
  color:var(--ase-deep);
  font-size:22px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-.03em;
}
.entry .ase-history-stage-content h3,
.ase-history-stage-content h3{
  margin:0 0 12px;
  color:var(--ase-deep);
  font-size:clamp(28px,3.2vw,44px);
  line-height:1.08;
  letter-spacing:-.04em;
}
.ase-history-stage-lead{
  max-width:880px;
  margin:0 0 22px!important;
  color:#2f88ba;
  font-size:20px;
  line-height:1.5;
  font-weight:700;
}
.ase-history-stage-body{
  columns:2 360px;
  column-gap:42px;
}
.ase-history-stage-body p{
  break-inside:avoid;
  margin:0 0 16px!important;
  color:#425f74;
  font-size:16px;
  line-height:1.72;
}
.ase-history-closing{
  margin:48px 0 0;
  padding:34px 38px;
  border-radius:30px;
  background:var(--ase-deep);
  color:#fff;
  display:grid;
  grid-template-columns:72px 1fr;
  gap:24px;
  align-items:center;
}
.ase-history-closing span{
  width:72px;
  height:72px;
  border-radius:24px;
  background:var(--ase-celeste);
  position:relative;
}
.ase-history-closing span:before,
.ase-history-closing span:after{
  content:"";
  position:absolute;
  background:#fff;
  border-radius:999px;
}
.ase-history-closing span:before{width:36px;height:4px;left:18px;top:34px;}
.ase-history-closing span:after{height:36px;width:4px;left:34px;top:18px;}
.ase-history-closing p{
  margin:0!important;
  color:#fff!important;
  font-size:22px;
  line-height:1.45;
  font-weight:600;
}
@media(max-width:980px){
  .ase-history-marker-grid{grid-template-columns:repeat(2,1fr);}
  .ase-history-timeline:before{display:none;}
  .ase-history-stage{grid-template-columns:1fr;gap:22px;padding:28px;}
  .ase-history-stage-aside{display:grid;grid-template-columns:auto 1fr;align-items:center;}
  .ase-history-stage-num{grid-column:1 / span 2;}
  .ase-history-stage-years{font-size:20px;}
}
@media(max-width:680px){
  .ase-history-marker-grid{grid-template-columns:1fr;gap:14px;margin-bottom:38px;}
  .ase-history-marker-grid div{min-height:auto;}
  .ase-history-stage{padding:24px 20px;border-radius:24px;}
  .ase-history-stage-body{columns:1;}
  .ase-history-stage-icon{width:72px;height:72px;border-radius:22px;}
  .ase-history-stage-icon svg{width:38px;height:38px;}
  .ase-history-closing{grid-template-columns:1fr;padding:28px 24px;}
  .ase-history-closing p{font-size:19px;}
}


/* Página Nuestro Nombre */
.ase-name-page{
  position:relative;
}
.ase-name-intro{
  max-width:1040px;
  margin:0 0 46px;
}
.ase-name-kicker{
  display:inline-block;
  margin-bottom:14px;
  color:var(--ase-celeste);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.entry .ase-name-intro h2,
.ase-name-intro h2{
  margin:0 0 18px;
  max-width:1020px;
  color:var(--ase-deep);
  font-size:clamp(38px,5vw,66px);
  line-height:1.03;
  letter-spacing:-.05em;
}
.ase-name-intro p{
  max-width:930px;
  margin:0!important;
  color:#456276;
  font-size:21px;
  line-height:1.7;
}
.ase-name-intro strong{
  color:var(--ase-deep);
}
.ase-name-dual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:stretch;
}
.ase-name-panel{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:34px;
  min-height:720px;
  display:flex;
  flex-direction:column;
  box-shadow:0 24px 58px rgba(0,56,94,.10);
}
.ase-name-panel:before{
  content:"";
  position:absolute;
  right:-90px;
  top:-100px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:rgba(255,255,255,.13);
}
.ase-name-panel:after{
  content:"";
  position:absolute;
  left:-80px;
  bottom:-100px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(255,255,255,.10);
}
.ase-name-panel-environment{
  background:linear-gradient(145deg,var(--ase-celeste),#1887c1);
  color:#fff;
}
.ase-name-panel-country{
  background:linear-gradient(145deg,var(--ase-deep),#075a88);
  color:#fff;
}
.ase-name-panel-head{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-bottom:22px;
}
.ase-name-panel-head span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:78px;
  height:78px;
  min-width:78px;
  border-radius:24px;
  background:#fff;
  color:var(--ase-deep);
  font-size:23px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.04em;
}
.entry .ase-name-panel-head h3,
.ase-name-panel-head h3{
  margin:0!important;
  color:#fff;
  font-size:clamp(27px,2.7vw,40px);
  line-height:1.06;
  letter-spacing:-.045em;
}
.ase-name-panel > p{
  position:relative;
  z-index:2;
  margin:0 0 26px!important;
  color:rgba(255,255,255,.92);
  font-size:17px;
  line-height:1.68;
}
.ase-name-word-grid{
  position:relative;
  z-index:2;
  display:grid;
  gap:14px;
  margin-top:auto;
}
.ase-name-word-card{
  display:grid;
  grid-template-columns:64px 1fr;
  column-gap:16px;
  align-items:center;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(5px);
}
.ase-name-word-icon{
  grid-row:1 / span 2;
  width:64px;
  height:64px;
  border-radius:20px;
  background:#fff;
  color:var(--ase-deep);
  display:flex;
  align-items:center;
  justify-content:center;
}
.ase-name-word-icon svg{
  width:36px;
  height:36px;
  fill:none;
  stroke:currentColor;
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ase-name-word-card h4{
  margin:0!important;
  color:#fff;
  font-size:22px;
  line-height:1.1;
  letter-spacing:-.03em;
}
.ase-name-word-card p{
  margin:6px 0 0!important;
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.45;
}
.ase-name-bridge{
  margin-top:30px;
  padding:34px 38px;
  border-radius:30px;
  background:#f4fbff;
  border:1px solid rgba(42,171,227,.20);
  display:grid;
  grid-template-columns:112px 1fr;
  gap:26px;
  align-items:center;
}
.ase-name-bridge-mark{
  width:112px;
  height:112px;
  border-radius:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--ase-celeste);
  color:#fff;
  font-size:34px;
  font-weight:900;
  letter-spacing:-.06em;
  box-shadow:0 18px 40px rgba(42,171,227,.25);
}
.ase-name-bridge p{
  margin:0!important;
  color:var(--ase-deep);
  font-size:26px;
  line-height:1.38;
  font-weight:700;
  letter-spacing:-.02em;
}
@media(max-width:1040px){
  .ase-name-dual{
    grid-template-columns:1fr;
  }
  .ase-name-panel{
    min-height:auto;
  }
}
@media(max-width:680px){
  .ase-name-panel{
    border-radius:26px;
    padding:26px 20px;
  }
  .ase-name-panel-head{
    flex-direction:column;
  }
  .ase-name-word-card{
    grid-template-columns:54px 1fr;
    padding:15px;
  }
  .ase-name-word-icon{
    width:54px;
    height:54px;
    border-radius:17px;
  }
  .ase-name-word-icon svg{
    width:30px;
    height:30px;
  }
  .ase-name-word-card h4{
    font-size:19px;
  }
  .ase-name-bridge{
    grid-template-columns:1fr;
    padding:28px 24px;
  }
  .ase-name-bridge-mark{
    width:88px;
    height:88px;
    border-radius:28px;
    font-size:28px;
  }
  .ase-name-bridge p{
    font-size:21px;
  }
}


/* Página Quiénes somos */
.ase-team-page{
  position:relative;
}
.ase-team-intro{
  max-width:1040px;
  margin:0 0 46px;
}
.ase-team-kicker{
  display:inline-block;
  margin-bottom:14px;
  color:var(--ase-celeste);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.entry .ase-team-intro h2,
.ase-team-intro h2{
  margin:0 0 18px;
  max-width:1040px;
  color:var(--ase-deep);
  font-size:clamp(38px,5vw,66px);
  line-height:1.03;
  letter-spacing:-.05em;
}
.ase-team-intro p{
  max-width:910px;
  margin:0!important;
  color:#456276;
  font-size:20px;
  line-height:1.7;
}
.ase-team-leadership{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:0 0 54px;
}
.ase-team-role-card{
  min-height:270px;
  padding:24px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(0,56,94,.10);
  box-shadow:0 22px 52px rgba(0,56,94,.08);
  display:flex;
  flex-direction:column;
}
.ase-team-role-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:24px;
}
.ase-team-role-icon{
  width:62px;
  height:62px;
  min-width:62px;
  border-radius:20px;
  background:var(--ase-celeste);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ase-team-role-icon svg,
.ase-team-section-icon svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.entry .ase-team-role-head h3,
.ase-team-role-head h3{
  margin:0!important;
  color:var(--ase-deep);
  font-size:23px;
  line-height:1.08;
  letter-spacing:-.035em;
}
.ase-team-role-list{
  display:grid;
  gap:12px;
  margin-top:auto;
}
.ase-team-role-item{
  padding-top:12px;
  border-top:1px solid rgba(0,56,94,.10);
}
.ase-team-role-item span{
  display:block;
  color:#6a8496;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:4px;
}
.ase-team-role-item strong{
  display:block;
  color:var(--ase-deep);
  font-size:19px;
  line-height:1.2;
}
.ase-team-technical,
.ase-team-mandates,
.ase-team-consultive{
  margin-top:38px;
}
.ase-team-section-title{
  display:flex;
  align-items:center;
  gap:18px;
  margin:0 0 24px;
}
.ase-team-section-icon{
  width:72px;
  height:72px;
  min-width:72px;
  border-radius:23px;
  background:#f2fbff;
  color:var(--ase-deep);
  border:1px solid rgba(42,171,227,.22);
  display:flex;
  align-items:center;
  justify-content:center;
}
.ase-team-section-title span{
  display:block;
  color:var(--ase-celeste);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:5px;
}
.entry .ase-team-section-title h3,
.ase-team-section-title h3{
  margin:0!important;
  color:var(--ase-deep);
  font-size:clamp(30px,3.2vw,44px);
  line-height:1.08;
  letter-spacing:-.04em;
}
.ase-technical-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.ase-technical-card{
  padding:26px;
  border-radius:30px;
  background:linear-gradient(180deg,#f7fcff,#fff);
  border:1px solid rgba(42,171,227,.18);
  box-shadow:0 18px 45px rgba(0,56,94,.07);
}
.ase-technical-avatar{
  width:66px;
  height:66px;
  border-radius:22px;
  background:var(--ase-deep);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:900;
  margin-bottom:18px;
}
.entry .ase-technical-card h4,
.ase-technical-card h4{
  margin:0 0 12px!important;
  color:var(--ase-deep);
  font-size:26px;
  line-height:1.08;
  letter-spacing:-.035em;
}
.ase-technical-card p{
  margin:0!important;
  color:#486578;
  font-size:15.5px;
  line-height:1.65;
}
.ase-mandate-timeline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.ase-mandate-card{
  position:relative;
  overflow:hidden;
  padding:24px;
  border-radius:26px;
  background:var(--ase-deep);
  color:#fff;
}
.ase-mandate-card:before{
  content:"";
  position:absolute;
  right:-44px;
  top:-44px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(42,171,227,.30);
}
.ase-mandate-period{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:var(--ase-celeste);
  color:#fff;
  font-weight:800;
  margin-bottom:18px;
}
.ase-mandate-card ul{
  position:relative;
  z-index:2;
  list-style:none;
  padding:0!important;
  margin:0!important;
}
.ase-mandate-card li{
  margin:0 0 9px!important;
  color:rgba(255,255,255,.92);
  font-size:15px;
  line-height:1.4;
}
.ase-team-consultive{
  padding:32px;
  border-radius:30px;
  background:#f4fbff;
  border:1px solid rgba(42,171,227,.20);
}
.ase-consultive-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}
.ase-consultive-head span{
  display:block;
  color:var(--ase-celeste);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.entry .ase-consultive-head h3,
.ase-consultive-head h3{
  margin:0!important;
  color:var(--ase-deep);
  font-size:34px;
  line-height:1;
  letter-spacing:-.04em;
}
.ase-consultive-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.ase-consultive-list div{
  padding:16px 18px;
  border-radius:18px;
  background:#fff;
  color:var(--ase-deep);
  font-size:16px;
  line-height:1.25;
  font-weight:700;
  box-shadow:0 12px 28px rgba(0,56,94,.06);
}
@media(max-width:1120px){
  .ase-team-leadership,
  .ase-mandate-timeline{
    grid-template-columns:repeat(2,1fr);
  }
  .ase-technical-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  .ase-team-leadership,
  .ase-mandate-timeline,
  .ase-consultive-list{
    grid-template-columns:1fr;
  }
  .ase-team-role-card{
    min-height:auto;
  }
  .ase-team-section-title{
    align-items:flex-start;
  }
  .ase-consultive-head{
    display:block;
  }
  .ase-consultive-head span{
    margin-bottom:8px;
  }
}


/* Página proyecto MARES */
.ase-page-content-special{padding:0;}
.ase-mares-page{background:#fff;color:var(--ase-deep);}
.ase-mares-page .ase-wrap{width:min(1280px,calc(100% - 64px));margin:0 auto;}
.ase-section-light{background:#f4f9fc;}
.ase-mini-kicker{display:inline-block;color:var(--ase-celeste);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;margin-bottom:12px;}
.ase-mares-hero{position:relative;overflow:hidden;min-height:70vh;display:flex;align-items:flex-end;background:#052b4c;}
.ase-mares-hero-media{position:absolute;inset:0;}
.ase-mares-hero-media img{width:100%;height:100%;object-fit:cover;display:block;}
.ase-mares-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,37,63,.20) 0%,rgba(4,37,63,.38) 45%,rgba(4,37,63,.72) 100%);}
.ase-mares-hero-content{position:relative;z-index:2;padding:180px 0 72px;color:#fff;}
.ase-mares-kicker{display:inline-flex;align-items:center;min-height:34px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;}
.entry .ase-mares-hero h1,.ase-mares-hero h1{margin:0 0 14px!important;color:#fff;font-size:clamp(56px,8vw,116px);line-height:.92;font-weight:900;letter-spacing:-.06em;}
.ase-mares-hero p{max-width:760px;margin:0!important;font-size:22px;line-height:1.5;color:rgba(255,255,255,.94);}
.ase-mares-intro{padding:74px 0 62px;}
.ase-mares-intro-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);gap:34px;align-items:start;}
.entry .ase-mares-intro h2,.ase-mares-intro h2,.entry .ase-mares-section-head h2,.ase-mares-section-head h2{margin:0 0 18px!important;color:var(--ase-deep);font-size:clamp(34px,4.5vw,58px);line-height:1.02;letter-spacing:-.05em;}
.ase-mares-intro-copy p,.ase-mares-section-head p,.ase-mares-gliders-copy p{margin:0 0 16px!important;color:#496678;font-size:18px;line-height:1.75;}
.ase-mares-highlight-card{padding:26px;border-radius:32px;background:#fff;box-shadow:0 24px 60px rgba(0,56,94,.10);border:1px solid rgba(42,171,227,.18);display:grid;gap:14px;align-self:stretch;}
.ase-mares-stat{display:grid;gap:4px;padding:18px 18px 16px;border-radius:22px;background:linear-gradient(180deg,#f8fcff,#eef8fd);border:1px solid rgba(42,171,227,.12);}
.ase-mares-stat strong{color:var(--ase-deep);font-size:32px;line-height:1;font-weight:900;letter-spacing:-.04em;}
.ase-mares-stat span{color:#577387;font-size:14px;line-height:1.45;font-weight:600;}
.ase-mares-gliders{padding:74px 0;}
.ase-mares-section-head{max-width:980px;margin-bottom:26px;}
.ase-mares-gliders-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:32px;align-items:center;}
.ase-mares-diagram-card{border-radius:28px;overflow:hidden;border:1px solid rgba(0,56,94,.10);box-shadow:0 28px 65px rgba(0,56,94,.14);background:#dbe9f4;}
.ase-mares-diagram-card img{display:block;width:100%;height:auto;}
.ase-mares-gliders-copy{padding:16px 0;}
.ase-mares-gliders-note{margin-top:22px;padding:22px 24px;border-radius:24px;background:var(--ase-deep);color:#fff;box-shadow:0 18px 44px rgba(0,56,94,.18);}
.ase-mares-gliders-note strong{display:block;font-size:24px;line-height:1.1;margin-bottom:8px;}
.ase-mares-gliders-note span{display:block;color:rgba(255,255,255,.88);font-size:15px;line-height:1.6;}
.ase-mares-data-uses{padding:74px 0;background:#eef4f8;}
.ase-left{text-align:left;}
.ase-mares-panels{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-radius:36px;overflow:hidden;box-shadow:0 24px 60px rgba(0,56,94,.12);}
.ase-mares-panel{padding:28px 26px 30px;display:flex;flex-direction:column;min-height:690px;color:#fff;position:relative;}
.ase-mares-panel-head{margin:0 0 16px;}
.ase-mares-panel-label{display:inline-block;margin-bottom:12px;color:rgba(255,255,255,.86);font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:none;}
.entry .ase-mares-panel h3,.ase-mares-panel h3{margin:0!important;color:#fff;font-size:24px;line-height:1.12;letter-spacing:-.03em;}
.ase-mares-panel-media{order:0;margin:0 0 24px;padding:28px 20px 18px;display:flex;align-items:center;justify-content:center;min-height:300px;background:transparent;border-bottom:1px solid rgba(255,255,255,.16);}
.ase-mares-panel-media img{display:block;max-width:100%;width:88%;height:auto;}
.ase-mares-panel ul{list-style:none;margin:14px 0 0!important;padding:0!important;display:grid;gap:10px;}
.ase-mares-panel li{position:relative;padding-left:18px;color:rgba(255,255,255,.96);font-size:15px;line-height:1.55;}
.ase-mares-panel li:before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.88);}
.ase-mares-pillars{position:relative;overflow:hidden;background:#173c63;min-height:920px;}
.ase-mares-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.ase-mares-pillars article{padding:24px 22px;border-radius:26px;background:rgba(4,36,63,.62);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 40px rgba(0,0,0,.12);}
.ase-mares-pillars article span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;margin-bottom:16px;background:rgba(255,255,255,.18);color:#fff;font-size:17px;font-weight:900;}
.entry .ase-mares-pillars h3,.ase-mares-pillars h3{margin:0 0 12px!important;color:#fff;font-size:28px;line-height:1.08;letter-spacing:-.04em;}
.ase-mares-pillars p{margin:0!important;color:rgba(255,255,255,.82);font-size:16px;line-height:1.7;}
@media (max-width:1080px){
  .ase-mares-intro-grid,.ase-mares-gliders-grid,.ase-mares-panels,.ase-mares-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
  .ase-mares-panel-media{order:0;margin:0 0 24px;padding:28px 20px 18px;display:flex;align-items:center;justify-content:center;min-height:300px;background:transparent;border-bottom:1px solid rgba(255,255,255,.16);}
}
@media (max-width:760px){
  .ase-mares-page .ase-wrap{width:min(100%,calc(100% - 32px));}
  .ase-mares-hero{min-height:58vh;}
  .ase-mares-hero-content{padding:160px 0 50px;}
  .ase-mares-hero p{font-size:18px;}
  .ase-mares-intro,.ase-mares-gliders,.ase-mares-data-uses,.ase-mares-pillars{position:relative;overflow:hidden;background:#173c63;min-height:920px;}
  .ase-mares-highlight-card,.ase-mares-panel,.ase-mares-pillars article{padding:24px 22px;border-radius:26px;background:rgba(4,36,63,.62);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 40px rgba(0,0,0,.12);}
  .ase-mares-panel-media{order:0;margin:0 0 24px;padding:28px 20px 18px;display:flex;align-items:center;justify-content:center;min-height:300px;background:transparent;border-bottom:1px solid rgba(255,255,255,.16);}
  .entry .ase-mares-panel h3,.ase-mares-panel h3{margin:0!important;color:#fff;font-size:24px;line-height:1.12;letter-spacing:-.03em;}
}

.ase-mares-panel-copy{margin-top:auto;}
.ase-mares-panel-copy p{margin:0 0 10px!important;color:rgba(255,255,255,.95);font-size:16px;line-height:1.65;}
.ase-mares-panel-data{background:#5b4b8a;}
.ase-mares-panel-economic{background:#bfd200;}
.ase-mares-panel-environment{background:#1198ab;}
.ase-mares-panel-economic .ase-mares-panel-label,.ase-mares-panel-economic h3,.ase-mares-panel-economic .ase-mares-panel-copy p,.ase-mares-panel-economic li{color:#fff;}
.ase-mares-pillars-bg{position:absolute;inset:0;}
.ase-mares-pillars-bg img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}
.ase-mares-pillars-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,35,62,.05) 0%,rgba(6,35,62,.18) 35%,rgba(6,35,62,.78) 100%);}
.ase-mares-pillars-inner{position:relative;z-index:2;min-height:920px;display:flex;align-items:flex-end;padding:90px 0 56px;}
.ase-mares-pillars .ase-wrap{width:min(1400px,calc(100% - 32px));}
.ase-mares-pillars p{margin:0!important;color:rgba(255,255,255,.86);font-size:15px;line-height:1.65;}
@media (max-width:1080px){
  .ase-mares-panels{grid-template-columns:1fr;gap:18px;overflow:visible;box-shadow:none;border-radius:0;}
  .ase-mares-panel{min-height:unset;border-radius:28px;box-shadow:0 20px 48px rgba(0,56,94,.12);}
  .ase-mares-pillars,.ase-mares-pillars-inner{min-height:720px;}
  .ase-mares-pillars-grid{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .ase-mares-panel{padding:22px 20px 24px;}
  .ase-mares-panel-media{min-height:220px;padding:20px 12px 14px;}
  .ase-mares-panel-media img{width:92%;}
  .ase-mares-pillars,.ase-mares-pillars-inner{min-height:620px;}
  .ase-mares-pillars-inner{padding:44px 0 34px;align-items:flex-end;}
}


/* Página Comunidad Lipán */
.ase-page-content-special .entry{max-width:none!important;margin:0!important;}
.ase-mini-kicker{display:inline-block;margin-bottom:14px;color:var(--ase-celeste);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
.ase-kicker-light{color:#fff;}
.ase-lipan-page{background:#fff;color:var(--ase-deep);}
.ase-lipan-hero{position:relative;min-height:520px;display:flex;align-items:flex-end;overflow:hidden;background:#7b5a32;}
.ase-lipan-hero-bg{position:absolute;inset:0;background:center/cover no-repeat;transform:scale(1.02);}
.ase-lipan-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(35,61,88,.16) 35%,rgba(36,45,34,.72) 100%),linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,.05));}
.ase-lipan-hero-inner{position:relative;z-index:2;padding:100px 0 72px;color:#fff;}
.ase-lipan-hero-inner h1{margin:0 0 16px;color:#fff;font-size:clamp(48px,7vw,88px);line-height:1.02;letter-spacing:-.05em;}
.ase-lipan-hero-inner p{max-width:760px;margin:0;color:rgba(255,255,255,.96);font-size:21px;line-height:1.5;}
.ase-lipan-completed,.ase-lipan-photo-section,.ase-lipan-process,.ase-lipan-alliance,.ase-lipan-places{padding:78px 0;}
.ase-lipan-completed{background:#f7fbfe;}
.ase-lipan-completed-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:36px;align-items:start;}
.ase-lipan-completed-copy h2,.ase-lipan-photo-copy h2,.ase-lipan-section-head h2,.ase-lipan-alliance h2,.ase-lipan-places h2{margin:0 0 18px;color:var(--ase-deep);font-size:clamp(32px,4.4vw,56px);line-height:1.05;letter-spacing:-.045em;}
.ase-lipan-completed-copy p,.ase-lipan-photo-copy p,.ase-lipan-alliance p{margin:0 0 1em;color:#3d5e76;font-size:18px;line-height:1.75;}
.ase-lipan-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.ase-lipan-stats article{min-height:170px;padding:24px;border-radius:28px;background:#fff;border:1px solid rgba(0,56,94,.09);box-shadow:0 18px 45px rgba(0,56,94,.08);display:flex;flex-direction:column;justify-content:flex-end;}
.ase-lipan-stats strong{display:block;color:var(--ase-deep);font-size:36px;line-height:.95;font-weight:900;letter-spacing:-.05em;margin-bottom:12px;}
.ase-lipan-stats span{display:block;color:#55758c;font-size:14px;line-height:1.4;font-weight:700;}
.ase-lipan-photo-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:38px;align-items:center;}
.ase-lipan-photo-card{border-radius:34px;overflow:hidden;box-shadow:0 24px 60px rgba(0,56,94,.14);background:#ddd;}
.ase-lipan-photo-card img{width:100%;height:520px;object-fit:cover;display:block;}
.ase-lipan-process{background:linear-gradient(180deg,#063b61,#052f50);color:#fff;}
.ase-lipan-section-head{max-width:920px;margin-bottom:28px;}
.ase-lipan-section-head h2{color:#fff;}
.ase-lipan-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.ase-lipan-process-grid article{padding:26px 24px 24px;border-radius:28px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}
.ase-lipan-icon{width:72px;height:72px;border-radius:24px;background:var(--ase-celeste);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
.ase-lipan-icon svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;}
.ase-lipan-process-grid h3{margin:0 0 12px;color:#fff;font-size:24px;line-height:1.12;letter-spacing:-.035em;}
.ase-lipan-process-grid p{margin:0;color:rgba(255,255,255,.86);font-size:15px;line-height:1.65;}
.ase-lipan-alliance-grid{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1fr);gap:42px;align-items:start;}
.ase-lipan-alliance{background:#fff;}
.ase-lipan-places{background:#f3f8fb;}
.ase-lipan-places-inner{padding:34px 38px;border-radius:34px;background:#fff;box-shadow:0 20px 50px rgba(0,56,94,.08);border:1px solid rgba(0,56,94,.08);}
.ase-lipan-places h2{font-size:42px;margin-bottom:22px;}
.ase-lipan-place-list{display:flex;flex-wrap:wrap;gap:12px;}
.ase-lipan-place-list span{display:inline-flex;align-items:center;min-height:46px;padding:0 18px;border-radius:999px;background:var(--ase-celeste);color:#fff;font-size:15px;font-weight:800;}
@media (max-width:1080px){
  .ase-lipan-completed-grid,.ase-lipan-photo-grid,.ase-lipan-alliance-grid{grid-template-columns:1fr;}
  .ase-lipan-process-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:720px){
  .ase-lipan-hero{min-height:420px;}
  .ase-lipan-hero-inner{padding:76px 0 52px;}
  .ase-lipan-hero-inner p{font-size:17px;}
  .ase-lipan-completed,.ase-lipan-photo-section,.ase-lipan-process,.ase-lipan-alliance,.ase-lipan-places{padding:56px 0;}
  .ase-lipan-stats,.ase-lipan-process-grid{grid-template-columns:1fr;}
  .ase-lipan-photo-card img{height:360px;}
  .ase-lipan-places-inner{padding:26px 22px;}
  .ase-lipan-places h2{font-size:32px;}
}


/* Ajuste proyectos: MARES sin imagen repetida en gliders */
.ase-mares-gliders-grid.ase-mares-gliders-grid-text{
  display:block!important;
}
.ase-mares-gliders-copy-wide{
  max-width:1180px;
  margin:0 auto;
}
.ase-mares-gliders-lead{
  max-width:980px;
  color:#456579!important;
  font-size:21px!important;
  line-height:1.65!important;
  margin:0 0 28px!important;
}
.ase-mares-gliders-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:28px 0 28px;
}
.ase-mares-gliders-cards article{
  padding:28px 26px;
  border-radius:28px;
  background:#f4f9fc;
  border:1px solid rgba(0,56,94,.10);
  box-shadow:0 16px 36px rgba(0,56,94,.06);
}
.ase-mares-gliders-cards span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:15px;
  background:var(--ase-celeste);
  color:#fff;
  font-weight:900;
  margin-bottom:16px;
}
.entry .ase-mares-gliders-cards h3,
.ase-mares-gliders-cards h3{
  margin:0 0 10px!important;
  color:var(--ase-deep);
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.035em;
}
.ase-mares-gliders-cards p{
  margin:0!important;
  color:#55758c;
  font-size:15px!important;
  line-height:1.6!important;
}
.ase-mares-diagram-card{
  display:none!important;
}

/* Hero exacto Comunidad Lipán */
.ase-lipan-hero-final{
  display:block!important;
  min-height:0!important;
  background:#2b241c!important;
  overflow:hidden;
}
.ase-lipan-hero-final img{
  width:100%;
  height:auto;
  display:block;
}

/* Hero exacto Pantanos */
.ase-pantanos-hero-final{
  display:block!important;
  min-height:0!important;
  background:#5c3513!important;
  overflow:hidden;
}
.ase-pantanos-hero-final img{
  width:100%;
  height:auto;
  display:block;
}

/* Reincorporación Pantanos */
.ase-pantanos-page{background:#fff;color:var(--ase-deep);}
.ase-pantanos-overview,.ase-pantanos-sensors,.ase-pantanos-ecosystem,.ase-pantanos-map{padding:78px 0;}
.ase-pantanos-overview-grid,.ase-pantanos-sensors-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:40px;align-items:start;}
.ase-pantanos-overview h2,.ase-pantanos-sensors h2,.ase-pantanos-ecosystem h2,.ase-pantanos-map h2{margin:0 0 18px!important;color:var(--ase-deep);font-size:clamp(32px,4vw,50px);line-height:1.07;letter-spacing:-.04em;}
.ase-pantanos-overview-copy p,.ase-pantanos-sensors-copy p,.ase-pantanos-ecosystem p,.ase-pantanos-map p{margin:0 0 1em!important;color:#37576f;font-size:18px;line-height:1.75;}
.ase-pantanos-facts-card{padding:30px 30px 26px;border-radius:32px;background:#f4f8fb;box-shadow:0 18px 45px rgba(0,56,94,.09);border:1px solid rgba(0,56,94,.08);}
.ase-pantanos-facts-card h3{margin:0 0 18px!important;color:var(--ase-deep);font-size:28px;}
.ase-pantanos-facts-card ul{list-style:none;padding:0!important;margin:0!important;display:grid;gap:14px;}
.ase-pantanos-facts-card li{display:grid;gap:3px;padding:14px 0;border-bottom:1px solid rgba(0,56,94,.08);}
.ase-pantanos-facts-card li:last-child{border-bottom:0;padding-bottom:0;}
.ase-pantanos-facts-card strong{font-size:22px;color:var(--ase-deep);}
.ase-pantanos-facts-card span{color:#55758c;font-size:14px;line-height:1.45;}
.ase-pantanos-sensors{background:#f7fafc;}
.ase-pantanos-sensors-media img{width:100%;border-radius:30px;box-shadow:0 16px 40px rgba(0,56,94,.12);}
.ase-pantanos-ecosystem-grid{display:grid;grid-template-columns:400px 1fr;gap:40px;align-items:start;}
.ase-pantanos-data{padding:0 0 76px;}
.ase-pantanos-data-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,480px);align-items:stretch;}
.ase-pantanos-data-copy{background:#003f6b;color:#fff;padding:70px 64px;display:flex;align-items:center;}
.ase-pantanos-data-copy .ase-wrap-inner{max-width:860px;}
.ase-pantanos-data-copy h2{margin:0 0 18px!important;color:#fff;font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.04em;}
.ase-pantanos-data-copy p{margin:0!important;color:rgba(255,255,255,.94);font-size:18px;line-height:1.75;}
.ase-pantanos-data-image img{width:100%;height:100%;object-fit:cover;display:block;}
.ase-pantanos-cards{display:grid;grid-template-columns:repeat(3,1fr);}
.ase-pantanos-card{min-height:520px;padding:58px 52px 48px;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;}
.ase-pantanos-card h3{margin:0 0 28px!important;color:#fff;font-size:20px;line-height:1.2;}
.ase-pantanos-card img{width:min(360px,100%);height:auto;margin-top:auto;align-self:center;}
.ase-pantanos-card-data{background:#a9a7a7;}
.ase-pantanos-card-economic{background:#f5a000;}
.ase-pantanos-card-environment{background:#3f9300;}
.ase-pantanos-map-head{margin-bottom:26px;}
.ase-pantanos-map-frame{height:560px;border-top:1px solid rgba(0,56,94,.08);border-bottom:1px solid rgba(0,56,94,.08);background:#eef3f6;}
.ase-pantanos-map-frame iframe{width:100%;height:100%;border:0;display:block;}

@media (max-width:1080px){
  .ase-mares-gliders-cards{grid-template-columns:1fr;}
  .ase-pantanos-overview-grid,.ase-pantanos-sensors-grid,.ase-pantanos-ecosystem-grid,.ase-pantanos-data-head,.ase-pantanos-cards{grid-template-columns:1fr;}
  .ase-pantanos-data-image{max-height:440px;}
  .ase-pantanos-card{min-height:unset;gap:18px;}
  .ase-pantanos-card img{margin-top:10px;}
}
@media (max-width:760px){
  .ase-mares-gliders-lead{font-size:18px!important;}
  .ase-pantanos-overview,.ase-pantanos-sensors,.ase-pantanos-ecosystem,.ase-pantanos-map{padding:56px 0;}
  .ase-pantanos-data-copy{padding:44px 24px;}
  .ase-pantanos-card{padding:34px 24px 28px;}
  .ase-pantanos-facts-card{padding:24px 22px 20px;}
  .ase-pantanos-map-frame{height:420px;}
}


/* Ajuste Pantanos: ciervo nuevo y estación meteorológica */
.ase-pantanos-data-image img{
  object-position:center center!important;
}
.ase-pantanos-sensors-media img{
  height:560px;
  object-fit:cover;
  object-position:center center;
}
.ase-pantanos-station-final{
  background:#f7fafc;
  padding-bottom:86px!important;
}
.ase-pantanos-station-photo{
  width:min(1100px,calc(100% - 48px));
  margin:0 auto;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,56,94,.16);
  background:#e9f2f6;
}
.ase-pantanos-station-photo img{
  width:100%;
  height:680px;
  object-fit:cover;
  object-position:center center;
  display:block;
}
@media(max-width:1080px){
  .ase-pantanos-sensors-media img,
  .ase-pantanos-station-photo img{
    height:520px;
  }
}
@media(max-width:760px){
  .ase-pantanos-sensors-media img,
  .ase-pantanos-station-photo img{
    height:420px;
  }
  .ase-pantanos-station-photo{
    width:min(100%,calc(100% - 32px));
    border-radius:24px;
  }
}


/* Página Bosques Nativos Gran Chaco */
.ase-bosques-page{background:#fff;color:var(--ase-deep);}
.ase-bosques-hero-final{
  display:block;
  background:#1f2d22;
  overflow:hidden;
}
.ase-bosques-hero-final img{
  width:100%;
  height:auto;
  display:block;
}
.ase-bosques-intro,
.ase-bosques-forestal,
.ase-bosques-social,
.ase-bosques-horizon{
  padding:78px 0;
}
.ase-bosques-intro{
  background:#f6faf7;
}
.ase-bosques-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:38px;
  align-items:start;
}
.ase-bosques-intro-copy h2,
.ase-bosques-forestal h2,
.ase-bosques-section-head h2,
.ase-bosques-horizon h2{
  margin:0 0 18px!important;
  color:var(--ase-deep);
  font-size:clamp(34px,4.6vw,58px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.ase-bosques-intro-copy p,
.ase-bosques-forestal-copy p,
.ase-bosques-section-head p,
.ase-bosques-horizon p,
.ase-bosques-region-card p{
  margin:0 0 1em!important;
  color:#3e5d4d;
  font-size:18px;
  line-height:1.75;
}
.ase-bosques-region-card{
  padding:30px;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(20,80,46,.12);
  box-shadow:0 20px 50px rgba(20,80,46,.10);
}
.ase-bosques-region-card h3{
  margin:0 0 20px!important;
  color:#193b28;
  font-size:30px;
  letter-spacing:-.04em;
}
.ase-bosques-region-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:22px;
}
.ase-bosques-region-stats article{
  padding:18px;
  border-radius:22px;
  background:#f2f8f3;
  border:1px solid rgba(20,80,46,.09);
}
.ase-bosques-region-stats strong{
  display:block;
  color:#193b28;
  font-size:20px;
  line-height:1.05;
  margin-bottom:8px;
}
.ase-bosques-region-stats span{
  display:block;
  color:#557164;
  font-size:13px;
  line-height:1.35;
  font-weight:700;
}
.ase-bosques-forestal{
  background:#fff;
}
.ase-bosques-forestal-grid,
.ase-bosques-horizon-inner{
  display:grid;
  grid-template-columns:minmax(340px,.82fr) minmax(0,1fr);
  gap:42px;
  align-items:start;
}
.ase-bosques-impact-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:36px;
}
.ase-bosques-impact-grid article{
  min-height:250px;
  padding:26px 24px;
  border-radius:30px;
  background:linear-gradient(180deg,#0f4b2d,#0a3c25);
  color:#fff;
  box-shadow:0 20px 50px rgba(15,75,45,.18);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.ase-bosques-icon,
.ase-bosques-product-icon{
  width:72px;
  height:72px;
  border-radius:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#0f4b2d;
  margin-bottom:20px;
}
.ase-bosques-icon svg,
.ase-bosques-product-icon svg{
  width:40px;
  height:40px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ase-bosques-impact-grid strong{
  display:block;
  color:#fff;
  font-size:38px;
  line-height:1;
  letter-spacing:-.05em;
  margin-bottom:10px;
}
.ase-bosques-impact-grid span{
  display:block;
  color:rgba(255,255,255,.86);
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}
.ase-bosques-social{
  background:linear-gradient(180deg,#edf6ef,#f8fbf8);
}
.ase-bosques-section-head{
  max-width:980px;
  margin-bottom:30px;
}
.ase-bosques-products-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.ase-bosques-products-grid article{
  padding:24px 22px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(20,80,46,.10);
  box-shadow:0 16px 36px rgba(20,80,46,.08);
}
.ase-bosques-products-grid h3{
  margin:0 0 10px!important;
  color:#193b28;
  font-size:22px;
  line-height:1.12;
  letter-spacing:-.035em;
}
.ase-bosques-products-grid p{
  margin:0!important;
  color:#527064;
  font-size:14.5px;
  line-height:1.6;
}
.ase-bosques-horizon{
  background:#123b27;
  color:#fff;
}
.ase-bosques-horizon h2{
  color:#fff;
}
.ase-bosques-horizon p{
  color:rgba(255,255,255,.88);
  font-size:20px;
}
.ase-bosques-horizon .ase-mini-kicker{
  color:#8fd6a6;
}
@media(max-width:1120px){
  .ase-bosques-intro-grid,
  .ase-bosques-forestal-grid,
  .ase-bosques-horizon-inner{
    grid-template-columns:1fr;
  }
  .ase-bosques-impact-grid,
  .ase-bosques-products-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:720px){
  .ase-bosques-intro,
  .ase-bosques-forestal,
  .ase-bosques-social,
  .ase-bosques-horizon{
    padding:56px 0;
  }
  .ase-bosques-region-stats,
  .ase-bosques-impact-grid,
  .ase-bosques-products-grid{
    grid-template-columns:1fr;
  }
  .ase-bosques-impact-grid article{
    min-height:210px;
  }
}


/* Página Forestación en Autopistas */
.ase-autopistas-page{
  background:#fff;
  color:var(--ase-deep);
}
.ase-autopistas-hero-final{
  display:block;
  background:#1d2d22;
  overflow:hidden;
}
.ase-autopistas-hero-final img{
  width:100%;
  height:auto;
  display:block;
}
.ase-autopistas-intro,
.ase-autopistas-benefits,
.ase-autopistas-data,
.ase-autopistas-close{
  padding:78px 0;
}
.ase-autopistas-intro{
  background:#f5f9f6;
}
.ase-autopistas-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);
  gap:38px;
  align-items:start;
}
.ase-autopistas-intro-copy h2,
.ase-autopistas-section-head h2,
.ase-autopistas-close h2{
  margin:0 0 18px!important;
  color:var(--ase-deep);
  font-size:clamp(34px,4.5vw,58px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.ase-autopistas-intro-copy p,
.ase-autopistas-section-head p,
.ase-autopistas-close p,
.ase-autopistas-key-card p{
  margin:0 0 1em!important;
  color:#3e5f4c;
  font-size:18px;
  line-height:1.75;
}
.ase-autopistas-key-card{
  padding:30px;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(20,80,46,.10);
  box-shadow:0 20px 50px rgba(20,80,46,.09);
}
.ase-autopistas-key-card h3{
  margin:0 0 14px!important;
  color:#193b28;
  font-size:30px;
  line-height:1.1;
  letter-spacing:-.04em;
}
.ase-autopistas-key-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.ase-autopistas-key-tags span{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:#eef7f0;
  color:#193b28;
  font-size:13px;
  font-weight:800;
}
.ase-autopistas-benefits{
  background:#fff;
}
.ase-autopistas-section-head{
  max-width:1060px;
  margin-bottom:30px;
}
.ase-autopistas-benefits-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.ase-autopistas-benefits-grid article{
  padding:24px 22px;
  border-radius:28px;
  background:linear-gradient(180deg,#f7fbf8,#fff);
  border:1px solid rgba(20,80,46,.10);
  box-shadow:0 16px 36px rgba(20,80,46,.08);
}
.ase-autopistas-icon{
  width:68px;
  height:68px;
  border-radius:22px;
  background:#0f4b2d;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
}
.ase-autopistas-icon svg{
  width:38px;
  height:38px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ase-autopistas-benefits-grid h3{
  margin:0 0 10px!important;
  color:#193b28;
  font-size:21px;
  line-height:1.12;
  letter-spacing:-.035em;
}
.ase-autopistas-benefits-grid p{
  margin:0!important;
  color:#527064;
  font-size:14.5px;
  line-height:1.6;
}
.ase-autopistas-data{
  background:#edf5ef;
}
.ase-autopistas-panels{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(0,56,94,.12);
}
.ase-autopistas-panel{
  min-height:520px;
  padding:58px 52px 48px;
  color:#fff;
  display:flex;
  flex-direction:column;
}
.ase-autopistas-panel h3{
  margin:0 0 28px!important;
  color:#fff;
  font-size:22px;
  line-height:1.2;
}
.ase-autopistas-panel img{
  width:min(360px,100%);
  height:auto;
  margin-top:auto;
  align-self:center;
}
.ase-autopistas-panel-data{background:#a9a7a7;}
.ase-autopistas-panel-economic{background:#f5a000;}
.ase-autopistas-panel-environment{background:#3f9300;}
.ase-autopistas-close{
  background:#123b27;
  color:#fff;
}
.ase-autopistas-close-inner{
  display:grid;
  grid-template-columns:minmax(320px,.75fr) minmax(0,1fr);
  gap:42px;
  align-items:start;
}
.ase-autopistas-close h2{
  color:#fff;
}
.ase-autopistas-close p{
  color:rgba(255,255,255,.88);
  font-size:20px;
}
.ase-autopistas-close .ase-mini-kicker{
  color:#8fd6a6;
}
@media(max-width:1120px){
  .ase-autopistas-intro-grid,
  .ase-autopistas-close-inner{
    grid-template-columns:1fr;
  }
  .ase-autopistas-benefits-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .ase-autopistas-panels{
    grid-template-columns:1fr;
    gap:18px;
    overflow:visible;
    box-shadow:none;
  }
  .ase-autopistas-panel{
    border-radius:28px;
    min-height:unset;
  }
}
@media(max-width:720px){
  .ase-autopistas-intro,
  .ase-autopistas-benefits,
  .ase-autopistas-data,
  .ase-autopistas-close{
    padding:56px 0;
  }
  .ase-autopistas-benefits-grid{
    grid-template-columns:1fr;
  }
  .ase-autopistas-panel{
    padding:34px 24px 28px;
  }
}


/* Ajuste 4.9: Novedades, Contacto y Dona */
.ase-nav-donate{
  color:#fff!important;
  background:var(--ase-celeste);
  height:44px!important;
  border-radius:999px;
  padding:0 22px!important;
  margin-left:10px;
  align-self:center;
}
.ase-nav-donate:after{display:none!important;}
.ase-nav-donate:hover{background:var(--ase-deep);color:#fff!important;}
.submenu a.is-disabled,
.ase-mobile-nav a.is-disabled{
  opacity:.58;
  cursor:not-allowed;
}
.ase-mini-kicker{display:inline-block;margin-bottom:14px;color:var(--ase-celeste);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}

.ase-agenda-hero,
.ase-news-landing,
.ase-contact-page,
.ase-donate-hero{
  background:linear-gradient(180deg,#f6fbfe,#fff);
}
.ase-agenda-hero-inner,
.ase-news-landing-inner{
  padding:82px 0 52px;
}
.ase-agenda-hero h1,
.ase-news-landing h1,
.ase-contact-panel h1,
.ase-donate-hero h1{
  margin:0 0 18px!important;
  color:var(--ase-deep);
  font-size:clamp(44px,6vw,78px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.ase-agenda-hero p,
.ase-news-landing p,
.ase-contact-panel p,
.ase-donate-hero p{
  max-width:820px;
  margin:0!important;
  color:#4a6880;
  font-size:20px;
  line-height:1.65;
}
.ase-news-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.ase-news-tabs a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(42,171,227,.35);
  color:var(--ase-deep);
  font-weight:800;
  background:#fff;
}
.ase-news-tabs a.is-active{
  background:var(--ase-celeste);
  color:#fff;
  border-color:var(--ase-celeste);
}
.ase-news-tabs a.is-disabled{
  opacity:.55;
  pointer-events:none;
}
.ase-agenda-posts{padding:46px 0 84px;background:#fff;}
.ase-agenda-featured-card{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:0;
  border-radius:34px;
  overflow:hidden;
  background:var(--ase-deep);
  box-shadow:0 24px 60px rgba(0,56,94,.14);
  margin-bottom:28px;
}
.ase-agenda-featured-img img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}
.ase-agenda-featured-copy{
  padding:42px;
  color:#fff;
}
.ase-agenda-featured-copy span,
.ase-agenda-card-body span{
  display:inline-block;
  color:var(--ase-celeste);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.ase-agenda-featured-copy h2{
  margin:0 0 14px!important;
  color:#fff;
  font-size:clamp(30px,3.6vw,48px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.ase-agenda-date{
  color:rgba(255,255,255,.74)!important;
  font-weight:800;
}
.ase-agenda-featured-copy p{
  color:rgba(255,255,255,.88);
  font-size:16px;
  line-height:1.7;
}
.ase-agenda-read{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  border-radius:999px;
  background:#fff;
  color:var(--ase-deep);
  font-weight:800;
  margin-top:12px;
}
.ase-agenda-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.ase-agenda-card{
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,56,94,.10);
  box-shadow:0 18px 42px rgba(0,56,94,.08);
}
.ase-agenda-card-img img{
  width:100%;
  height:230px;
  object-fit:cover;
}
.ase-agenda-card-body{
  padding:24px;
}
.ase-agenda-card-body h3{
  margin:0 0 14px!important;
  color:var(--ase-deep);
  font-size:22px;
  line-height:1.16;
  letter-spacing:-.035em;
}
.ase-agenda-card-body p{
  margin:0!important;
  color:#698295;
  font-size:14px;
  font-weight:800;
}
.ase-news-landing-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:34px;
}
.ase-news-landing-card{
  padding:34px;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(0,56,94,.10);
  box-shadow:0 18px 42px rgba(0,56,94,.08);
}
.ase-news-landing-card span{
  color:var(--ase-celeste);
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ase-news-landing-card h2{
  margin:16px 0 12px!important;
  color:var(--ase-deep);
  font-size:34px;
}
.ase-news-landing-card.is-disabled{
  opacity:.62;
  cursor:not-allowed;
}

.ase-contact-page{
  padding:82px 0;
}
.ase-contact-page-grid{
  display:grid;
  grid-template-columns:minmax(320px,.78fr) minmax(0,1.12fr);
  gap:28px;
  align-items:stretch;
}
.ase-contact-panel{
  padding:42px;
  border-radius:34px;
  background:var(--ase-deep);
  color:#fff;
}
.ase-contact-panel h1{color:#fff;}
.ase-contact-panel p{color:rgba(255,255,255,.88);}
.ase-contact-details{
  display:grid;
  gap:16px;
  margin-top:34px;
}
.ase-contact-details div{
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.14);
}
.ase-contact-details strong{
  display:block;
  color:var(--ase-celeste);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:4px;
}
.ase-contact-details span,
.ase-contact-details a{
  color:#fff;
  font-weight:700;
}
.ase-contact-form{
  padding:42px;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(0,56,94,.10);
  box-shadow:0 24px 60px rgba(0,56,94,.10);
}
.ase-field-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.ase-contact-form .ase-field,
.ase-donate-form-disabled .ase-field{
  margin-bottom:18px;
}
.ase-contact-form label,
.ase-donate-form-disabled label{
  display:block;
  color:var(--ase-deep);
  font-size:13px;
  font-weight:800;
  margin-bottom:8px;
}
.ase-contact-form input,
.ase-contact-form select,
.ase-contact-form textarea,
.ase-donate-form-disabled input{
  width:100%;
  min-height:52px;
  border:1px solid rgba(0,56,94,.16);
  border-radius:18px;
  padding:0 16px;
  font:600 15px var(--ase-font);
  color:var(--ase-deep);
  background:#f8fbfd;
}
.ase-contact-form textarea{
  min-height:170px;
  padding-top:16px;
  resize:vertical;
}
.ase-form-ok{
  padding:16px 18px;
  border-radius:18px;
  background:#e8f8ee;
  color:#126133;
  font-weight:800;
  margin-bottom:18px;
}
.ase-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  border:0;
  border-radius:999px;
  padding:0 30px;
  background:var(--ase-celeste);
  color:#fff;
  font:800 15px var(--ase-font);
  cursor:pointer;
}
.ase-submit:hover{background:var(--ase-deep);}

.ase-donate-hero{
  padding:82px 0 58px;
}
.ase-donate-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:30px;
  align-items:end;
}
.ase-donate-status{
  padding:26px;
  border-radius:28px;
  background:var(--ase-deep);
  color:#fff;
}
.ase-donate-status strong{
  display:block;
  font-size:24px;
  line-height:1.1;
  margin-bottom:8px;
}
.ase-donate-status span{
  color:rgba(255,255,255,.86);
  line-height:1.55;
}
.ase-donate-box-section{
  padding:46px 0 86px;
  background:#fff;
}
.ase-donate-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
  gap:28px;
}
.ase-donate-box,
.ase-donate-impact{
  padding:38px;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(0,56,94,.10);
  box-shadow:0 24px 60px rgba(0,56,94,.10);
}
.ase-donate-box h2,
.ase-donate-impact h3{
  margin:0 0 12px!important;
  color:var(--ase-deep);
  font-size:38px;
  line-height:1.08;
}
.ase-donate-box p{
  color:#577387;
  font-size:17px;
}
.ase-donate-amounts{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:28px 0;
}
.ase-donate-amounts button{
  min-height:70px;
  border:1px solid rgba(42,171,227,.38);
  border-radius:22px;
  background:#f5fbfe;
  color:var(--ase-deep);
  font:900 21px var(--ase-font);
  cursor:not-allowed;
}
.ase-donate-form-disabled{
  opacity:.72;
}
.ase-donate-form-disabled input,
.ase-donate-form-disabled button{
  cursor:not-allowed;
}
.ase-donate-impact ul{
  list-style:none;
  padding:0!important;
  margin:22px 0 0!important;
  display:grid;
  gap:16px;
}
.ase-donate-impact li{
  padding:18px;
  border-radius:22px;
  background:#f6fbfe;
}
.ase-donate-impact strong{
  display:block;
  color:var(--ase-deep);
  font-size:20px;
  margin-bottom:4px;
}
.ase-donate-impact span{
  display:block;
  color:#577387;
  font-size:15px;
  line-height:1.55;
}

@media(max-width:980px){
  .ase-agenda-featured-card,
  .ase-contact-page-grid,
  .ase-donate-hero-grid,
  .ase-donate-grid{
    grid-template-columns:1fr;
  }
  .ase-agenda-grid,
  .ase-news-landing-tabs{
    grid-template-columns:1fr;
  }
}
@media(max-width:720px){
  .ase-agenda-hero-inner,
  .ase-news-landing-inner,
  .ase-contact-page,
  .ase-donate-hero{
    padding:56px 0 38px;
  }
  .ase-agenda-posts,
  .ase-donate-box-section{
    padding:36px 0 56px;
  }
  .ase-contact-panel,
  .ase-contact-form,
  .ase-donate-box,
  .ase-donate-impact{
    padding:26px 22px;
    border-radius:26px;
  }
  .ase-field-grid,
  .ase-donate-amounts{
    grid-template-columns:1fr;
  }
}


.ase-history-observatories{
  margin-top:28px;
  padding:28px;
  border-radius:28px;
  background:linear-gradient(180deg,#f5fbfe 0%, #ffffff 100%);
  border:1px solid rgba(42,171,227,.16);
  overflow:hidden;
}
.ase-history-observatories-head{
  margin-bottom:18px;
}
.ase-history-observatories-head span{
  display:inline-block;
  margin-bottom:10px;
  color:var(--ase-celeste);
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.entry .ase-history-observatories-head h4,
.ase-history-observatories-head h4{
  margin:0 0 8px;
  color:var(--ase-deep);
  font-size:clamp(24px,3vw,34px);
  line-height:1.08;
  letter-spacing:-.04em;
}
.ase-history-observatories-head p{
  margin:0!important;
  color:#506c81;
  font-size:16px;
  line-height:1.65;
}
.ase-history-observatories-marquee{
  position:relative;
  overflow:hidden;
  margin:0 -28px -28px;
  padding:8px 0 22px;
}
.ase-history-observatories-marquee:before,
.ase-history-observatories-marquee:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:68px;
  z-index:2;
  pointer-events:none;
}
.ase-history-observatories-marquee:before{
  left:0;
  background:linear-gradient(90deg,#f5fbfe 5%, rgba(245,251,254,0));
}
.ase-history-observatories-marquee:after{
  right:0;
  background:linear-gradient(270deg,#f5fbfe 5%, rgba(245,251,254,0));
}
.ase-history-observatories-track{
  display:flex;
  align-items:stretch;
  gap:18px;
  width:max-content;
  padding:0 28px;
  animation:aseObservatoryScroll 78s linear infinite;
}
.ase-history-observatories:hover .ase-history-observatories-track{
  animation-play-state:paused;
}
@keyframes aseObservatoryScroll{
  from{transform:translateX(0);}
  to{transform:translateX(calc(-50% - 9px));}
}
.ase-observatory-card{
  width:174px;
  flex:0 0 174px;
  margin:0;
  padding:10px 10px 14px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(0,56,94,.08);
  box-shadow:0 14px 34px rgba(0,56,94,.08);
}
.ase-observatory-card img{
  display:block;
  width:100%;
  aspect-ratio:357 / 462;
  object-fit:cover;
  border-radius:16px;
}
.ase-observatory-card figcaption{
  padding-top:12px;
  color:#3f5f74;
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}
.ase-history-stage-media{
  margin:28px 0 0;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(0,56,94,.10);
  box-shadow:0 18px 42px rgba(0,56,94,.08);
  background:#fff;
}
.ase-history-stage-media img{
  display:block;
  width:100%;
  object-fit:cover;
}
.ase-history-stage-media-wide img{
  aspect-ratio: 16 / 8.2;
}
.ase-history-stage-media-split{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
}
.ase-history-stage-media-split img{
  height:100%;
  min-height:280px;
}
.ase-history-stage-media figcaption{
  padding:20px 22px;
  background:linear-gradient(180deg,#ffffff 0%, #f8fbfd 100%);
}
.ase-history-stage-media-split figcaption{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.ase-history-stage-media figcaption strong{
  display:block;
  margin-bottom:8px;
  color:var(--ase-deep);
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.03em;
}
.ase-history-stage-media figcaption span{
  display:block;
  color:#4f6c81;
  font-size:15px;
  line-height:1.62;
}
@media(max-width: 980px){
  .ase-history-stage-media-split{grid-template-columns:1fr;}
  .ase-history-stage-media-split img{min-height:0; max-height:360px;}
}
@media(max-width: 720px){
  .ase-history-observatories{padding:22px;}
  .ase-history-observatories-marquee{margin:0 -22px -22px;}
  .ase-history-observatories-track{padding:0 22px; animation-duration:92s;}
  .ase-observatory-card{width:150px; flex-basis:150px; border-radius:18px;}
  .ase-history-stage-media figcaption strong{font-size:20px;}
}



/* Ajuste: Nuestras alianzas en carrusel infinito */
.ase-brand-carousel{
  width:100%;
  overflow:hidden;
  position:relative;
  padding:18px 0;
}
.ase-brand-carousel:before,
.ase-brand-carousel:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:90px;
  z-index:2;
  pointer-events:none;
}
.ase-brand-carousel:before{
  left:0;
  background:linear-gradient(90deg,#f2f3f5 0%,rgba(242,243,245,0) 100%);
}
.ase-brand-carousel:after{
  right:0;
  background:linear-gradient(270deg,#f2f3f5 0%,rgba(242,243,245,0) 100%);
}
.ase-brand-logos-track{
  display:flex!important;
  align-items:center;
  gap:56px;
  width:max-content;
  will-change:transform;
  animation:aseAllianceMarquee 48s linear infinite;
}
.ase-brand-carousel:hover .ase-brand-logos-track{
  animation-play-state:paused;
}
@keyframes aseAllianceMarquee{
  from{transform:translateX(0);}
  to{transform:translateX(calc(-50% - 28px));}
}
.ase-brand-strip-light .ase-brand-logos-alliances img{
  display:block!important;
  width:auto!important;
  max-width:none!important;
  height:58px!important;
  object-fit:contain!important;
  flex:0 0 auto;
  filter:none!important;
}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-apn{height:64px!important;}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-zarate{height:52px!important;}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-puerto{height:54px!important;}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-unipe{height:62px!important;}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-chacabuco{height:52px!important;}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-upe{height:78px!important;}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-ambiente-pba{height:86px!important;}
.ase-brand-strip-light .ase-brand-logos-alliances .logo-calabria{height:72px!important;}
.ase-brand-strip-light .ase-brand-row{
  min-height:230px;
}
@media(max-width:980px){
  .ase-brand-logos-track{gap:38px;animation-duration:58s;}
  .ase-brand-carousel:before,.ase-brand-carousel:after{width:48px;}
  .ase-brand-strip-light .ase-brand-logos-alliances img{height:48px!important;}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-upe{height:62px!important;}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-ambiente-pba{height:70px!important;}
  .ase-brand-strip-light .ase-brand-logos-alliances .logo-calabria{height:58px!important;}
}


/* Corrección Nuestra Historia: evitar desborde derecho y controlar tamaños de imágenes */
.ase-history-stage,
.ase-history-stage-content,
.ase-history-observatories,
.ase-history-observatories-marquee{
  min-width:0;
  max-width:100%;
}
.ase-history-stage{
  overflow:hidden;
}
.ase-history-stage-content{
  overflow:hidden;
}
.ase-history-stage-body{
  max-width:100%;
}
.ase-history-stage-body p{
  overflow-wrap:anywhere;
}
.ase-history-observatories{
  width:100%;
  box-sizing:border-box;
}
.ase-history-observatories-head h4{
  max-width:900px;
}
.ase-history-observatories-track{
  max-width:none;
}
.ase-history-stage-media{
  max-width:920px;
  width:100%;
}
.ase-history-stage-media-wide img{
  height:360px;
  max-height:360px;
  object-fit:cover;
  object-position:center center;
}
.ase-history-stage-media-split{
  max-width:920px;
}
.ase-history-stage-media-split img{
  min-height:240px;
  max-height:300px;
  object-fit:cover;
  object-position:center center;
}
.ase-history-stage-media figcaption{
  padding:18px 20px;
}
.ase-history-stage-media figcaption strong{
  font-size:20px;
}
.ase-history-stage-media figcaption span{
  font-size:14px;
}
@media(max-width:980px){
  .ase-history-stage-media{
    max-width:100%;
  }
  .ase-history-stage-media-wide img,
  .ase-history-stage-media-split img{
    height:auto;
    max-height:320px;
  }
}
@media(max-width:720px){
  .ase-history-stage{
    overflow:hidden;
  }
  .ase-history-stage-media-wide img,
  .ase-history-stage-media-split img{
    max-height:260px;
  }
}


/* Corrección: carrusel de Nuestras alianzas sin recortes y respetando proporciones */
.ase-brand-strip-light .ase-brand-row{
  min-height:238px;
}
.ase-brand-carousel-alliances{
  overflow:hidden;
  padding:12px 0;
}
.ase-brand-carousel-alliances .ase-brand-logos-track{
  display:flex!important;
  align-items:center;
  gap:26px;
  width:max-content;
}
.ase-brand-carousel-alliances .ase-brand-logo-item{
  flex:0 0 180px;
  width:180px;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6px 8px;
  box-sizing:border-box;
}
.ase-brand-carousel-alliances .ase-brand-logo-item.is-wide{
  flex-basis:240px;
  width:240px;
}
.ase-brand-carousel-alliances .ase-brand-logo-item.is-xwide{
  flex-basis:290px;
  width:290px;
}
.ase-brand-carousel-alliances .ase-brand-logo-item img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  min-width:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  filter:none!important;
}
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-apn,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-zarate,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-puerto,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-unipe,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-chacabuco,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-upe,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-ambiente-pba,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-calabria{
  height:auto!important;
}
@media (max-width: 1200px){
  .ase-brand-carousel-alliances .ase-brand-logos-track{gap:22px;}
  .ase-brand-carousel-alliances .ase-brand-logo-item{width:160px;flex-basis:160px;height:84px;}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-wide{width:212px;flex-basis:212px;}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-xwide{width:250px;flex-basis:250px;}
}
@media (max-width: 980px){
  .ase-brand-carousel-alliances{overflow-x:auto;padding-bottom:6px;}
  .ase-brand-carousel-alliances .ase-brand-logos-track{animation:none!important;padding-right:24px;}
  .ase-brand-carousel-alliances .ase-brand-logo-item{width:148px;flex-basis:148px;height:78px;}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-wide{width:198px;flex-basis:198px;}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-xwide{width:232px;flex-basis:232px;}
}


/* Ajustes finales solicitados: menú, alianzas, historia y contacto */
.ase-observatory-card figcaption{
  display:none!important;
}
.ase-observatory-card{
  padding-bottom:10px!important;
}

/* Nuestras alianzas: proporciones, tamaño y sin recortes */
.ase-brand-strip-light .ase-brand-row{
  min-height:220px!important;
  overflow:hidden!important;
}
.ase-brand-carousel-alliances{
  overflow:hidden!important;
  padding:10px 0!important;
}
.ase-brand-carousel-alliances .ase-brand-logos-track{
  display:flex!important;
  align-items:center!important;
  gap:34px!important;
  width:max-content!important;
  overflow:visible!important;
  animation:aseAllianceMarquee 64s linear infinite!important;
}
.ase-brand-carousel-alliances .ase-brand-logo-item{
  flex:0 0 160px!important;
  width:160px!important;
  height:78px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.ase-brand-carousel-alliances .ase-brand-logo-item.is-wide{
  flex-basis:220px!important;
  width:220px!important;
}
.ase-brand-carousel-alliances .ase-brand-logo-item.is-xwide{
  flex-basis:270px!important;
  width:270px!important;
}
.ase-brand-carousel-alliances .ase-brand-logo-item img,
.ase-brand-strip-light .ase-brand-logos-alliances img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  min-width:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  flex:0 0 auto!important;
  filter:none!important;
}
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-apn,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-zarate,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-puerto,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-unipe,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-chacabuco,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-upe,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-ambiente-pba,
.ase-brand-strip-light .ase-brand-logos-alliances img.logo-calabria{
  height:auto!important;
  width:auto!important;
  max-height:100%!important;
}

/* Contacto: que "Conversemos" entre correctamente */
.ase-contact-panel h1{
  font-size:clamp(38px,4.4vw,58px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  overflow-wrap:normal!important;
}
.ase-contact-panel{
  min-width:0!important;
}

@media(max-width:1180px){
  .ase-brand-carousel-alliances .ase-brand-logos-track{
    gap:28px!important;
  }
  .ase-brand-carousel-alliances .ase-brand-logo-item{
    width:145px!important;
    flex-basis:145px!important;
    height:72px!important;
  }
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-wide{
    width:198px!important;
    flex-basis:198px!important;
  }
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-xwide{
    width:238px!important;
    flex-basis:238px!important;
  }
}
@media(max-width:980px){
  .ase-brand-carousel-alliances{
    overflow-x:auto!important;
  }
  .ase-brand-carousel-alliances .ase-brand-logos-track{
    animation:none!important;
    padding-right:24px!important;
  }
  .ase-contact-panel h1{
    font-size:clamp(36px,9vw,54px)!important;
  }
}


/* Dona: sin bloque lateral "Landing preparada" */
.ase-donate-hero-grid{
  grid-template-columns:1fr!important;
}
.ase-donate-hero-grid > div:first-child{
  max-width:980px;
}


/* Mobile 5.3: header, menú y ODS según referencia */
@media(max-width:980px){
  .ase-site-header{
    position:sticky;
    top:0;
    z-index:5000;
  }
  .ase-header-inner{
    height:auto!important;
    min-height:0!important;
    padding:26px 0 22px!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:22px 0!important;
  }
  .ase-header-inner .ase-lang{
    order:1;
    width:100%;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:24px!important;
    margin:0!important;
    font-size:20px!important;
    line-height:1!important;
  }
  .ase-header-inner .ase-lang a{
    display:inline-flex!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:var(--ase-celeste)!important;
    font-weight:800!important;
    letter-spacing:.04em!important;
  }
  .ase-header-inner .ase-logo{
    order:2;
    flex:1 1 auto;
    display:flex;
    align-items:center;
  }
  .ase-header-inner .ase-logo img{
    width:min(430px,82vw)!important;
    max-height:92px!important;
    object-fit:contain!important;
  }
  .ase-menu-toggle{
    order:3;
    flex:0 0 48px;
    width:48px;
    height:48px;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:var(--ase-deep)!important;
    font-size:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .ase-menu-toggle:before{
    content:"☰";
    font-size:34px;
    line-height:1;
    font-weight:900;
    color:currentColor;
  }
  .ase-menu-toggle.is-open:before{
    content:"×";
    font-size:42px;
  }

  .ase-header-home .ase-header-inner{
    padding-top:36px!important;
  }
  .ase-header-home .ase-menu-toggle{
    color:#fff!important;
  }
  .ase-header-home.is-scrolled .ase-menu-toggle{
    color:var(--ase-deep)!important;
  }
  .ase-header-home.is-scrolled .ase-logo-color{display:block!important;}
  .ase-header-home.is-scrolled .ase-logo-white{display:none!important;}
  .ase-header-home:not(.is-scrolled) .ase-logo-color{display:none!important;}
  .ase-header-home:not(.is-scrolled) .ase-logo-white{display:block!important;}

  .ase-mobile-nav{
    display:block!important;
    position:fixed;
    left:0;
    right:0;
    top:0;
    height:100dvh;
    padding:190px 18px 28px!important;
    background:rgba(255,255,255,.97);
    backdrop-filter:saturate(145%) blur(12px);
    transform:translateY(-110%);
    transition:transform .32s ease;
    overflow:auto;
    z-index:4990;
    box-shadow:0 20px 60px rgba(0,56,94,.16);
  }
  .ase-header-home:not(.is-scrolled) + .ase-mobile-nav{
    background:rgba(9,28,40,.92);
    color:#fff;
  }
  .ase-mobile-nav.open{
    transform:translateY(0);
  }
  .ase-mobile-nav-panel{
    width:min(100%,560px);
    margin:0 auto;
    display:grid;
    gap:14px;
  }
  .ase-mobile-nav-section{
    padding:18px 18px 12px;
    border-radius:24px;
    background:#f5fbfe;
    border:1px solid rgba(0,56,94,.08);
  }
  .ase-header-home:not(.is-scrolled) + .ase-mobile-nav .ase-mobile-nav-section{
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.15);
  }
  .ase-mobile-nav-section span{
    display:block;
    margin:0 0 10px;
    color:var(--ase-celeste);
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.14em;
  }
  .ase-mobile-nav a{
    display:block!important;
    padding:12px 0!important;
    border-top:1px solid rgba(0,56,94,.10)!important;
    color:var(--ase-deep)!important;
    font-size:20px!important;
    font-weight:800!important;
    line-height:1.15!important;
  }
  .ase-header-home:not(.is-scrolled) + .ase-mobile-nav a{
    color:#fff!important;
    border-top-color:rgba(255,255,255,.14)!important;
  }
  .ase-mobile-nav a.is-disabled{
    opacity:.48!important;
    cursor:not-allowed!important;
  }
  .ase-mobile-nav-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:4px;
  }
  .ase-mobile-nav-actions a{
    border:0!important;
    border-radius:999px;
    min-height:54px;
    display:flex!important;
    align-items:center;
    justify-content:center;
    background:#eef8fd;
    padding:0 18px!important;
  }
  .ase-mobile-nav-actions .ase-mobile-donate{
    color:#fff!important;
    background:var(--ase-celeste)!important;
  }
  .ase-header-home:not(.is-scrolled) + .ase-mobile-nav .ase-mobile-nav-actions a{
    background:rgba(255,255,255,.12);
  }
  .ase-header-home:not(.is-scrolled) + .ase-mobile-nav .ase-mobile-nav-actions .ase-mobile-donate{
    background:var(--ase-celeste)!important;
  }
}

@media(max-width:680px){
  :root{--ase-nav:156px;}
  .ase-wrap{width:min(100% - 30px,var(--ase-width));}
  .ase-site-header{
    background:#fff!important;
  }
  .ase-site-header.ase-header-home{
    background:transparent!important;
  }
  .ase-site-header.ase-header-home.is-scrolled{
    background:rgba(255,255,255,.96)!important;
  }
  .ase-header-inner{
    padding:28px 0 24px!important;
    gap:24px 0!important;
  }
  .ase-header-home .ase-header-inner{
    padding-top:34px!important;
  }
  .ase-header-inner .ase-lang{
    font-size:19px!important;
  }
  .ase-header-inner .ase-logo img{
    width:min(430px,78vw)!important;
  }
  .ase-menu-toggle{
    width:46px!important;
    height:46px!important;
  }

  /* ODS móvil: 2x2 completo como referencia */
  .ase-ods-section-replica{
    padding:0!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  .ase-ods-section-replica .ase-wrap{
    width:100%!important;
    max-width:none!important;
  }
  .ase-ods-layout{
    display:block!important;
    width:100%!important;
  }
  .ase-ods-intro{
    display:none!important;
  }
  .ase-ods-grid-replica{
    width:100vw!important;
    max-width:none!important;
    margin-left:calc(50% - 50vw)!important;
    display:grid!important;
    grid-template-columns:repeat(2,50vw)!important;
    gap:0!important;
  }
  .ase-ods-card{
    width:50vw!important;
    min-height:50vw!important;
    aspect-ratio:1 / 1.34!important;
    padding:26px 10px 22px!important;
    justify-content:flex-start!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .ase-ods-num{
    font-size:44px!important;
    line-height:1!important;
    margin:0 0 22px!important;
    font-weight:500!important;
  }
  .ase-ods-text{
    width:96%!important;
    min-height:92px!important;
    font-size:24px!important;
    line-height:1.28!important;
    font-weight:700!important;
    letter-spacing:-.02em!important;
    align-items:flex-start!important;
    text-align:center!important;
  }
  .ase-ods-card.c15 .ase-ods-text{
    font-size:22px!important;
  }
  .ase-ods-icon{
    height:auto!important;
    flex:1 1 auto!important;
    margin-top:14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .ase-ods-card img{
    width:122px!important;
    max-width:78%!important;
    max-height:122px!important;
    margin:0!important;
  }
}

@media(max-width:380px){
  .ase-header-inner .ase-logo img{
    width:min(390px,76vw)!important;
  }
  .ase-ods-num{
    font-size:38px!important;
  }
  .ase-ods-text{
    font-size:20px!important;
  }
  .ase-ods-card.c15 .ase-ods-text{
    font-size:18.5px!important;
  }
  .ase-ods-card img{
    width:104px!important;
  }
}


/* Ajustes botones home */
.ase-section-more.is-disabled{
  opacity:.55;
  cursor:not-allowed;
  pointer-events:auto;
}


/* Mobile fit: ODS y logos visibles sin cortes */
@media(max-width:680px){
  .ase-ods-section-replica{
    padding:0!important;
    overflow:visible!important;
  }
  .ase-ods-section-replica .ase-wrap{
    width:100%!important;
    max-width:none!important;
  }
  .ase-ods-layout{
    display:block!important;
    width:100%!important;
  }
  .ase-ods-intro{
    display:none!important;
  }
  .ase-ods-grid-replica{
    width:100%!important;
    margin:0!important;
    display:grid!important;
    grid-template-columns:repeat(2,1fr)!important;
    gap:0!important;
  }
  .ase-ods-card{
    width:100%!important;
    min-height:0!important;
    aspect-ratio:1 / 1!important;
    padding:14px 8px 12px!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:space-between!important;
    overflow:hidden!important;
  }
  .ase-ods-num{
    font-size:34px!important;
    line-height:1!important;
    margin:0!important;
    font-weight:500!important;
    flex:0 0 auto!important;
  }
  .ase-ods-text{
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0 2px!important;
    font-size:18px!important;
    line-height:1.16!important;
    font-weight:800!important;
    letter-spacing:-.025em!important;
    text-align:center!important;
    display:block!important;
    flex:0 0 auto!important;
  }
  .ase-ods-card.c15 .ase-ods-text{
    font-size:16.5px!important;
    line-height:1.13!important;
  }
  .ase-ods-icon{
    flex:0 0 auto!important;
    height:72px!important;
    max-height:72px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  .ase-ods-card img{
    width:auto!important;
    height:auto!important;
    max-width:88px!important;
    max-height:68px!important;
    object-fit:contain!important;
    margin:0!important;
    display:block!important;
  }

  /* Nos acompañan: logos proporcionados y visibles en mobile */
  .ase-brand-strip-dark{
    padding:30px 0 26px!important;
  }
  .ase-brand-strip-dark .ase-brand-row{
    display:block!important;
    min-height:0!important;
  }
  .ase-brand-strip-dark .ase-brand-title{
    margin:0 0 20px!important;
    font-size:24px!important;
    line-height:1.15!important;
  }
  .ase-brand-strip-dark .ase-brand-title:after{
    width:120px!important;
    margin-top:14px!important;
  }
  .ase-brand-strip-dark .ase-brand-logos{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:22px 24px!important;
    align-items:center!important;
    justify-items:center!important;
    width:100%!important;
    max-width:100%!important;
  }
  .ase-brand-strip-dark .ase-brand-logos img{
    width:auto!important;
    height:auto!important;
    max-width:132px!important;
    max-height:50px!important;
    object-fit:contain!important;
    display:block!important;
  }
  .ase-brand-strip-dark .ase-brand-logos img:last-child:nth-child(odd){
    grid-column:1 / -1;
  }

  /* Nuestras alianzas: carrusel con cajas limpias y sin recortes */
  .ase-brand-strip-light{
    padding:30px 0 32px!important;
  }
  .ase-brand-strip-light .ase-brand-row{
    display:block!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  .ase-brand-strip-light .ase-brand-title{
    margin:0 0 18px!important;
    font-size:24px!important;
    line-height:1.15!important;
  }
  .ase-brand-strip-light .ase-brand-title:after{
    width:120px!important;
    margin-top:14px!important;
  }
  .ase-brand-carousel-alliances{
    width:100%!important;
    overflow:hidden!important;
    padding:6px 0 2px!important;
  }
  .ase-brand-carousel-alliances .ase-brand-logos-track{
    display:flex!important;
    align-items:center!important;
    gap:22px!important;
    width:max-content!important;
    animation:aseAllianceMarquee 70s linear infinite!important;
  }
  .ase-brand-carousel-alliances .ase-brand-logo-item{
    flex:0 0 132px!important;
    width:132px!important;
    height:66px!important;
    padding:6px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-wide{
    flex-basis:178px!important;
    width:178px!important;
  }
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-xwide{
    flex-basis:212px!important;
    width:212px!important;
  }
  .ase-brand-carousel-alliances .ase-brand-logo-item img,
  .ase-brand-strip-light .ase-brand-logos-alliances img{
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:100%!important;
    min-width:0!important;
    object-fit:contain!important;
    display:block!important;
  }
}

@media(max-width:380px){
  .ase-ods-card{
    padding:12px 6px 10px!important;
  }
  .ase-ods-num{
    font-size:30px!important;
  }
  .ase-ods-text{
    font-size:16px!important;
  }
  .ase-ods-card.c15 .ase-ods-text{
    font-size:14.5px!important;
  }
  .ase-ods-icon{
    height:60px!important;
    max-height:60px!important;
  }
  .ase-ods-card img{
    max-width:74px!important;
    max-height:56px!important;
  }
  .ase-brand-strip-dark .ase-brand-logos img{
    max-width:116px!important;
    max-height:44px!important;
  }
}

/* Mobile home header: transparente al inicio, blanco al hacer scroll */
@media(max-width:980px){
  .ase-site-header.ase-header-home{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:6000!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .ase-site-header.ase-header-home .ase-header-inner{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }
  .ase-site-header.ase-header-home .ase-lang{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }
  .ase-site-header.ase-header-home .ase-lang a{
    background:transparent!important;
    color:var(--ase-celeste)!important;
    text-shadow:0 1px 10px rgba(0,0,0,.28);
  }
  .ase-site-header.ase-header-home .ase-logo{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }
  .ase-site-header.ase-header-home .ase-menu-toggle{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    color:#fff!important;
    text-shadow:0 1px 12px rgba(0,0,0,.45);
  }
  .ase-site-header.ase-header-home:not(.is-scrolled) .ase-logo-color{
    display:none!important;
  }
  .ase-site-header.ase-header-home:not(.is-scrolled) .ase-logo-white{
    display:block!important;
  }

  .ase-site-header.ase-header-home.is-scrolled{
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 12px 34px rgba(0,56,94,.12)!important;
    border-bottom:1px solid rgba(0,56,94,.06)!important;
    backdrop-filter:saturate(145%) blur(10px)!important;
    -webkit-backdrop-filter:saturate(145%) blur(10px)!important;
  }
  .ase-site-header.ase-header-home.is-scrolled .ase-header-inner,
  .ase-site-header.ase-header-home.is-scrolled .ase-lang,
  .ase-site-header.ase-header-home.is-scrolled .ase-logo{
    background:transparent!important;
  }
  .ase-site-header.ase-header-home.is-scrolled .ase-lang a{
    color:var(--ase-celeste)!important;
    text-shadow:none!important;
  }
  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle{
    color:var(--ase-deep)!important;
    text-shadow:none!important;
  }
  .ase-site-header.ase-header-home.is-scrolled .ase-logo-color{
    display:block!important;
  }
  .ase-site-header.ase-header-home.is-scrolled .ase-logo-white{
    display:none!important;
  }
  body.home{padding-top:0!important;}
  body.home .ase-hero{margin-top:0!important;}
  body.home .ase-mobile-nav{top:0!important;}
}

/* En páginas internas mobile, el header queda blanco estable */
@media(max-width:980px){
  body:not(.home) .ase-site-header{
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 10px 30px rgba(0,56,94,.10)!important;
    border-bottom:1px solid rgba(0,56,94,.06)!important;
  }
  body:not(.home) .ase-site-header .ase-header-inner,
  body:not(.home) .ase-site-header .ase-lang,
  body:not(.home) .ase-site-header .ase-logo{
    background:transparent!important;
  }
  body:not(.home) .ase-site-header .ase-menu-toggle{
    color:var(--ase-deep)!important;
    background:transparent!important;
  }
}


/* Corrección mobile: el header vuelve a blanco apenas inicia el scroll */
@media(max-width:980px){
  .ase-site-header.ase-header-home{
    transition:background-color .22s ease, box-shadow .22s ease, border-color .22s ease!important;
  }

  .ase-site-header.ase-header-home.is-scrolled{
    background:#fff!important;
    background-color:#fff!important;
    box-shadow:0 12px 34px rgba(0,56,94,.14)!important;
    border-bottom:1px solid rgba(0,56,94,.08)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  .ase-site-header.ase-header-home.is-scrolled:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:#fff!important;
    pointer-events:none;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-header-inner{
    background:#fff!important;
    background-color:#fff!important;
    border-radius:0!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-lang{
    background:#fff!important;
    background-color:#fff!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo,
  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle{
    background:#fff!important;
    background-color:#fff!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo-color{
    display:block!important;
    opacity:1!important;
    visibility:visible!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo-white{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle{
    color:var(--ase-deep)!important;
    text-shadow:none!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-lang a{
    color:var(--ase-celeste)!important;
    text-shadow:none!important;
  }

  .ase-site-header.ase-header-home:not(.is-scrolled){
    background:transparent!important;
    box-shadow:none!important;
    border-bottom:0!important;
  }

  .ase-site-header.ase-header-home:not(.is-scrolled) .ase-header-inner,
  .ase-site-header.ase-header-home:not(.is-scrolled) .ase-lang,
  .ase-site-header.ase-header-home:not(.is-scrolled) .ase-logo,
  .ase-site-header.ase-header-home:not(.is-scrolled) .ase-menu-toggle{
    background:transparent!important;
    background-color:transparent!important;
  }
}

@media(max-width:680px){
  .ase-site-header.ase-header-home.is-scrolled{
    background:#fff!important;
  }
  .ase-site-header.ase-header-home.is-scrolled .ase-header-inner{
    background:#fff!important;
    padding-top:22px!important;
    padding-bottom:18px!important;
  }
}


/* Ajuste mobile final: consolidar logo / header de forma más armónica */
@media(max-width:980px){
  .ase-site-header.ase-header-home{
    padding-top:0!important;
  }

  .ase-site-header.ase-header-home .ase-header-inner{
    position:relative;
    z-index:3;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-header-inner{
    width:calc(100% - 28px)!important;
    margin:8px auto 0!important;
    min-height:84px!important;
    padding:12px 16px!important;
    background:#fff!important;
    background-color:#fff!important;
    border-radius:16px!important;
    box-shadow:0 10px 30px rgba(0,56,94,.16)!important;
    border:1px solid rgba(0,56,94,.08)!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo,
  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle,
  .ase-site-header.ase-header-home.is-scrolled .ase-lang{
    background:transparent!important;
    background-color:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo{
    display:flex!important;
    align-items:center!important;
    min-width:0!important;
    flex:1 1 auto!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo img,
  .ase-site-header.ase-header-home.is-scrolled .ase-header-home .ase-logo img{
    width:min(100%, 250px)!important;
    max-width:250px!important;
    height:auto!important;
    max-height:60px!important;
    object-fit:contain!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle{
    flex:0 0 auto!important;
    min-width:auto!important;
    padding:8px 10px!important;
    font-size:0!important;
    line-height:1!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle::before{
    content:"☰";
    font-size:28px!important;
    line-height:1!important;
    color:var(--ase-deep)!important;
    font-weight:700!important;
  }
}

@media(max-width:680px){
  .ase-site-header.ase-header-home.is-scrolled .ase-header-inner{
    width:calc(100% - 24px)!important;
    margin:6px auto 0!important;
    min-height:80px!important;
    padding:10px 14px!important;
    border-radius:14px!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo img,
  .ase-site-header.ase-header-home.is-scrolled .ase-header-home .ase-logo img{
    width:min(100%, 232px)!important;
    max-width:232px!important;
    max-height:56px!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle{
    padding:6px 8px!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle::before{
    font-size:26px!important;
  }
}


/* Mobile definitivo: al hacer scroll, idiomas + logo + menú en una sola banda blanca */
@media(max-width:980px){
  .ase-site-header.ase-header-home.is-scrolled{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    background:#fff!important;
    background-color:#fff!important;
    box-shadow:0 10px 28px rgba(0,56,94,.13)!important;
    border-bottom:1px solid rgba(0,56,94,.08)!important;
    border-radius:0!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-header-inner{
    width:min(100% - 28px, var(--ase-width))!important;
    margin:0 auto!important;
    min-height:0!important;
    height:auto!important;
    padding:8px 0 12px!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px 12px!important;
    background:#fff!important;
    background-color:#fff!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-lang{
    order:1!important;
    width:100%!important;
    flex:0 0 100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:22px!important;
    margin:0!important;
    padding:2px 0 4px!important;
    background:#fff!important;
    background-color:#fff!important;
    box-shadow:none!important;
    border:0!important;
    line-height:1!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-lang a{
    color:var(--ase-celeste)!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    padding:0!important;
    font-size:18px!important;
    font-weight:800!important;
    line-height:1!important;
    text-shadow:none!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo{
    order:2!important;
    flex:1 1 auto!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    background:#fff!important;
    background-color:#fff!important;
    box-shadow:none!important;
    border:0!important;
    padding:0!important;
    margin:0!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo img{
    display:block!important;
    width:min(320px,72vw)!important;
    max-width:min(320px,72vw)!important;
    height:auto!important;
    max-height:68px!important;
    object-fit:contain!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo-color{
    display:block!important;
    opacity:1!important;
    visibility:visible!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo-white{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle{
    order:3!important;
    flex:0 0 auto!important;
    width:48px!important;
    height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    background-color:#fff!important;
    border:0!important;
    box-shadow:none!important;
    color:var(--ase-deep)!important;
    text-shadow:none!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle:before{
    content:"☰"!important;
    font-size:32px!important;
    line-height:1!important;
    font-weight:800!important;
    color:var(--ase-deep)!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle.is-open:before{
    content:"×"!important;
    font-size:40px!important;
  }
}

@media(max-width:680px){
  .ase-site-header.ase-header-home.is-scrolled .ase-header-inner{
    width:calc(100% - 28px)!important;
    padding:9px 0 12px!important;
    gap:8px 10px!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-lang{
    gap:20px!important;
    padding:2px 0 3px!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-lang a{
    font-size:18px!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-logo img{
    width:min(300px,72vw)!important;
    max-width:min(300px,72vw)!important;
    max-height:64px!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle{
    width:44px!important;
    height:44px!important;
  }

  .ase-site-header.ase-header-home.is-scrolled .ase-menu-toggle:before{
    font-size:30px!important;
  }
}

@media(max-width:380px){
  .ase-site-header.ase-header-home.is-scrolled .ase-logo img{
    width:min(270px,70vw)!important;
    max-width:min(270px,70vw)!important;
  }
  .ase-site-header.ase-header-home.is-scrolled .ase-lang a{
    font-size:17px!important;
  }
}


/* Mobile: separación armónica entre logo y texto del hero */
@media(max-width:980px){
  body.home .ase-hero{
    min-height:100svh!important;
  }

  body.home .ase-hero .ase-hero-inner,
  body.home .ase-hero-inner{
    padding-top:230px!important;
  }

  body.home .ase-hero-content{
    margin-top:28px!important;
  }

  body.home .ase-hero-title,
  body.home .ase-hero h1{
    margin-top:0!important;
    margin-bottom:22px!important;
  }

  body.home .ase-hero-text,
  body.home .ase-hero p{
    margin-top:0!important;
  }
}

@media(max-width:680px){
  body.home .ase-hero .ase-hero-inner,
  body.home .ase-hero-inner{
    padding-top:250px!important;
  }

  body.home .ase-hero-content{
    margin-top:34px!important;
  }

  body.home .ase-hero-title,
  body.home .ase-hero h1{
    margin-bottom:24px!important;
  }

  body.home .ase-hero .ase-btn,
  body.home .ase-hero .ase-btn-hero{
    margin-top:36px!important;
  }
}

@media(max-width:380px){
  body.home .ase-hero .ase-hero-inner,
  body.home .ase-hero-inner{
    padding-top:238px!important;
  }

  body.home .ase-hero-content{
    margin-top:28px!important;
  }
}


/* Mobile: bajar realmente el texto del hero dentro del video */
@media(max-width:980px){
  body.home .ase-hero-video-home{
    min-height:780px!important;
    height:auto!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
  }
  body.home .ase-hero-video-home .ase-hero-grid{
    width:100%!important;
    padding-top:320px!important;
    padding-bottom:90px!important;
    box-sizing:border-box!important;
    display:flex!important;
    justify-content:center!important;
  }
  body.home .ase-hero-video-home .ase-hero-copy{
    padding:0!important;
    margin:0 auto!important;
    max-width:94%!important;
  }
  body.home .ase-hero-video-home .ase-hero-copy h1{
    margin:0 0 24px!important;
  }
  body.home .ase-hero-video-home .ase-hero-copy p{
    margin-top:0!important;
  }
  body.home .ase-hero-video-home .ase-btn-hero{
    margin-top:36px!important;
  }
}

@media(max-width:680px){
  body.home .ase-hero-video-home{
    min-height:760px!important;
  }
  body.home .ase-hero-video-home .ase-hero-grid{
    padding-top:330px!important;
    padding-bottom:92px!important;
  }
  body.home .ase-hero-video-home .ase-hero-copy h1{
    font-size:24px!important;
    line-height:1.32!important;
  }
  body.home .ase-hero-video-home .ase-hero-copy p{
    font-size:25px!important;
    line-height:1.28!important;
  }
  body.home .ase-hero-video-home .ase-hero-copy .ase-hero-emphasis{
    font-size:18px!important;
    line-height:1.25!important;
    margin-bottom:0!important;
  }
}

@media(max-width:380px){
  body.home .ase-hero-video-home{
    min-height:720px!important;
  }
  body.home .ase-hero-video-home .ase-hero-grid{
    padding-top:308px!important;
    padding-bottom:80px!important;
  }
  body.home .ase-hero-video-home .ase-hero-copy h1{
    font-size:22px!important;
  }
  body.home .ase-hero-video-home .ase-hero-copy p{
    font-size:22px!important;
  }
  body.home .ase-hero-video-home .ase-btn-hero{
    margin-top:30px!important;
  }
}


/* Mobile: mantener video activo/visible como fondo del hero */
@media(max-width:980px){
  body.home .ase-hero-video-home{
    position:relative!important;
    overflow:hidden!important;
    background:#00385e url('../img/fondo-azul.jpg') center/cover no-repeat!important;
  }
  body.home .ase-hero-video-home .ase-hero-video,
  body.home video.ase-hero-video{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-width:100%!important;
    min-height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    opacity:1!important;
    visibility:visible!important;
    z-index:-2!important;
    pointer-events:none!important;
  }
  body.home .ase-hero-video-home .ase-hero-video-overlay{
    position:absolute!important;
    inset:0!important;
    z-index:-1!important;
    pointer-events:none!important;
  }
  body.home .ase-hero-video-home .ase-hero-grid{
    position:relative!important;
    z-index:2!important;
  }
}

/* Ajuste 7.1: Home / carrusel de parámetros mesurables y objetos cuidados */
.ase-monitoring-home{
  padding:8px 0 78px;
  background:linear-gradient(180deg,#ffffff 0%,#f4f9fc 100%);
}
.ase-monitoring-head{
  margin:0 0 28px;
  justify-content:center;
  text-align:center;
}
.ase-monitoring-head > div{
  max-width:860px;
  margin:0 auto;
}
.ase-monitoring-kicker{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--ase-blue);
}
.ase-monitoring-head h2{
  margin:0 0 12px;
  font-size:48px;
  line-height:1.06;
  color:var(--ase-deep);
}
.ase-monitoring-text{
  margin:0 auto;
  max-width:760px;
  color:#567288;
  font-size:18px;
  line-height:1.66;
}
.ase-monitor-carousel{position:relative;width:100%;overflow:hidden;}
.ase-monitor-carousel-window{overflow:hidden;width:100%;}
.ase-monitor-carousel-track{display:flex;gap:22px;align-items:stretch;will-change:transform;}
.ase-monitor-card{
  --card-bg:#5f9ab7;
  position:relative;
  flex:0 0 auto;
  min-width:0;
  min-height:246px;
  padding:22px 22px 24px;
  border-radius:28px;
  color:#fff;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02)), var(--card-bg);
  box-shadow:0 18px 40px rgba(12,44,69,.12);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.ase-monitor-card.is-object{box-shadow:0 18px 40px rgba(53,91,42,.16);}
.ase-monitor-card.is-metric{box-shadow:0 18px 40px rgba(46,70,114,.16);}
.ase-monitor-pill{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  backdrop-filter:blur(6px);
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ase-monitor-icon{
  width:74px;
  height:74px;
  margin:26px 0 18px;
  border-radius:22px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  display:flex;
  align-items:center;
  justify-content:center;
}
.ase-monitor-icon svg{
  width:46px;
  height:46px;
  stroke:#fff;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ase-monitor-card h3{
  margin:0;
  color:#fff;
  font-size:28px;
  line-height:1.14;
  letter-spacing:-.02em;
}
.ase-monitor-card.tone-teal{--card-bg:#4f9cb0;}
.ase-monitor-card.tone-forest{--card-bg:#4f8f44;}
.ase-monitor-card.tone-olive{--card-bg:#6e9948;}
.ase-monitor-card.tone-leaf{--card-bg:#69aa59;}
.ase-monitor-card.tone-sage{--card-bg:#7da17d;}
.ase-monitor-card.tone-sea{--card-bg:#3f98b7;}
.ase-monitor-card.tone-deepgreen{--card-bg:#427654;}
.ase-monitor-card.tone-mist{--card-bg:#8d96a1;}
.ase-monitor-card.tone-violet{--card-bg:#7662b8;}
.ase-monitor-card.tone-slate{--card-bg:#6d8198;}
.ase-monitor-card.tone-plum{--card-bg:#6c67ab;}
.ase-monitor-card.tone-indigo{--card-bg:#5c6cb2;}
.ase-monitor-card.tone-sky{--card-bg:#53a6c7;}
.ase-monitor-card.tone-blue{--card-bg:#4187bf;}
.ase-monitor-card.tone-navy{--card-bg:#355c9e;}
.ase-monitor-card.tone-ember{--card-bg:#b56c45;}
.ase-monitor-card.tone-storm{--card-bg:#4f89b1;}
.ase-monitor-card.tone-ice{--card-bg:#66b5c8;}
.ase-monitor-card.tone-currents{--card-bg:#5d7ab5;}
.ase-monitor-card.tone-currents2{--card-bg:#7185c2;}
.ase-monitor-card.tone-sound{--card-bg:#665bb0;}
.ase-monitor-card.tone-marine{--card-bg:#486da6;}
.ase-monitor-card.tone-lab{--card-bg:#5c72b0;}
@media(max-width:1180px){
  .ase-monitoring-head h2{font-size:42px;}
  .ase-monitor-card{min-height:232px;}
  .ase-monitor-card h3{font-size:24px;}
}
@media(max-width:780px){
  .ase-monitoring-home{padding:0 0 56px;}
  .ase-monitoring-head{margin:0 0 22px;text-align:left;}
  .ase-monitoring-head > div{max-width:none;}
  .ase-monitoring-head h2{font-size:34px;}
  .ase-monitoring-text{font-size:15px;line-height:1.6;max-width:none;}
  .ase-monitor-carousel-track{gap:16px;}
  .ase-monitor-card{
    min-height:212px;
    padding:18px 18px 20px;
    border-radius:22px;
  }
  .ase-monitor-pill{font-size:10px;padding:6px 10px;}
  .ase-monitor-icon{width:64px;height:64px;border-radius:18px;margin:20px 0 14px;}
  .ase-monitor-icon svg{width:40px;height:40px;}
  .ase-monitor-card h3{font-size:21px;line-height:1.16;}
}


/* Ajuste parámetros y objetos: sin etiqueta superior, iconos +25%, textos compactos en mayúscula */
.ase-monitoring-kicker,
.ase-monitor-pill{
  display:none!important;
}
.ase-monitoring-head{
  margin-bottom:24px!important;
}
.ase-monitor-card{
  min-height:238px!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  padding:24px 18px 22px!important;
}
.ase-monitor-icon{
  width:94px!important;
  height:94px!important;
  border-radius:26px!important;
  margin:0 0 18px!important;
}
.ase-monitor-icon svg{
  width:58px!important;
  height:58px!important;
  stroke-width:2.25!important;
}
.ase-monitor-card h3{
  width:100%!important;
  max-width:190px!important;
  margin:0 auto!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1.14!important;
  font-weight:850!important;
  letter-spacing:.025em!important;
  text-transform:uppercase!important;
  text-align:center!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
@media(max-width:1180px){
  .ase-monitor-card{
    min-height:226px!important;
  }
  .ase-monitor-icon{
    width:88px!important;
    height:88px!important;
    margin-bottom:16px!important;
  }
  .ase-monitor-icon svg{
    width:54px!important;
    height:54px!important;
  }
  .ase-monitor-card h3{
    max-width:176px!important;
    font-size:15.5px!important;
    line-height:1.13!important;
  }
}
@media(max-width:780px){
  .ase-monitoring-head{
    margin-bottom:20px!important;
  }
  .ase-monitor-card{
    min-height:198px!important;
    padding:20px 16px 18px!important;
  }
  .ase-monitor-icon{
    width:80px!important;
    height:80px!important;
    border-radius:22px!important;
    margin-bottom:14px!important;
  }
  .ase-monitor-icon svg{
    width:50px!important;
    height:50px!important;
  }
  .ase-monitor-card h3{
    max-width:220px!important;
    font-size:15px!important;
    line-height:1.13!important;
  }
}


/* Ajuste fino parámetros: ícono +20%, tarjeta compacta casi al ancho del ícono */
.ase-monitor-carousel-track{
  gap:16px!important;
}
.ase-monitor-card{
  min-height:190px!important;
  padding:18px 10px 16px!important;
  border-radius:24px!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}
.ase-monitor-icon{
  width:114px!important;
  height:114px!important;
  border-radius:28px!important;
  margin:0 0 12px!important;
  flex:0 0 auto!important;
}
.ase-monitor-icon svg{
  width:70px!important;
  height:70px!important;
  stroke-width:2.18!important;
}
.ase-monitor-card h3{
  width:100%!important;
  max-width:132px!important;
  margin:0 auto!important;
  padding:0!important;
  font-size:12.4px!important;
  line-height:1.08!important;
  font-weight:850!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  text-align:center!important;
  color:#fff!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
@media(max-width:1180px){
  .ase-monitor-carousel-track{
    gap:14px!important;
  }
  .ase-monitor-card{
    min-height:184px!important;
    padding:17px 9px 15px!important;
    border-radius:22px!important;
  }
  .ase-monitor-icon{
    width:106px!important;
    height:106px!important;
    border-radius:26px!important;
    margin-bottom:11px!important;
  }
  .ase-monitor-icon svg{
    width:66px!important;
    height:66px!important;
  }
  .ase-monitor-card h3{
    max-width:124px!important;
    font-size:11.8px!important;
    line-height:1.07!important;
  }
}
@media(max-width:980px){
  .ase-monitor-carousel-track{
    gap:16px!important;
  }
  .ase-monitor-card{
    min-height:190px!important;
    padding:18px 10px 16px!important;
  }
  .ase-monitor-icon{
    width:112px!important;
    height:112px!important;
  }
  .ase-monitor-icon svg{
    width:68px!important;
    height:68px!important;
  }
  .ase-monitor-card h3{
    max-width:150px!important;
    font-size:13px!important;
    line-height:1.08!important;
  }
}
@media(max-width:680px){
  .ase-monitor-card{
    min-height:184px!important;
    padding:16px 10px 15px!important;
  }
  .ase-monitor-icon{
    width:108px!important;
    height:108px!important;
    border-radius:26px!important;
    margin-bottom:12px!important;
  }
  .ase-monitor-icon svg{
    width:66px!important;
    height:66px!important;
  }
  .ase-monitor-card h3{
    max-width:164px!important;
    font-size:13px!important;
    line-height:1.09!important;
  }
}


/* Parámetros y objetos: intercalado cromático en 3 tonos */
.ase-monitor-card{
  --cycle-purple:#605493;
  --cycle-lime:#bfd042;
  --cycle-teal:#539caf;
}
.ase-monitor-carousel-track > .ase-monitor-card:nth-child(3n+1){
  --card-bg:var(--cycle-purple)!important;
}
.ase-monitor-carousel-track > .ase-monitor-card:nth-child(3n+2){
  --card-bg:var(--cycle-lime)!important;
}
.ase-monitor-carousel-track > .ase-monitor-card:nth-child(3n){
  --card-bg:var(--cycle-teal)!important;
}
.ase-monitor-carousel-track > .ase-monitor-card:nth-child(3n+2) .ase-monitor-icon{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.22)!important;
}
.ase-monitor-carousel-track > .ase-monitor-card:nth-child(3n+1) .ase-monitor-icon,
.ase-monitor-carousel-track > .ase-monitor-card:nth-child(3n) .ase-monitor-icon{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.18)!important;
}


/* Ajuste: Qué monitoreamos alineado con Qué hacemos y sin bajada */
.ase-monitoring-head{
  justify-content:flex-start!important;
  text-align:left!important;
  margin:0 0 26px!important;
}
.ase-monitoring-head > div{
  max-width:none!important;
  width:100%!important;
  margin:0!important;
}
.ase-monitoring-head h2{
  margin:0!important;
  color:var(--ase-deep)!important;
  font-size:54px!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
  text-align:left!important;
}
.ase-monitoring-text,
.ase-monitoring-kicker{
  display:none!important;
}
.ase-nav>.has-sub>.ase-nav-label{
  display:flex;
  align-items:center;
  height:100%;
  color:inherit;
}
@media(max-width:980px){
  .ase-monitoring-head h2{
    font-size:44px!important;
  }
}
@media(max-width:780px){
  .ase-monitoring-head{
    margin:0 0 20px!important;
  }
  .ase-monitoring-head h2{
    font-size:34px!important;
    line-height:1.08!important;
  }
}


/* Mobile: "Qué monitoreamos" con 2/3 tarjetas cuadradas visibles */
@media(max-width:980px){
  .ase-monitor-carousel-window{
    width:100%!important;
    overflow:hidden!important;
  }
  .ase-monitor-carousel-track{
    gap:14px!important;
    align-items:stretch!important;
  }
  .ase-monitor-card{
    aspect-ratio:1 / 1!important;
    min-height:0!important;
    height:auto!important;
    padding:12px 8px 10px!important;
    border-radius:22px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .ase-monitor-icon{
    width:82px!important;
    height:82px!important;
    border-radius:22px!important;
    margin:0 0 10px!important;
  }
  .ase-monitor-icon svg{
    width:54px!important;
    height:54px!important;
    stroke-width:2.25!important;
  }
  .ase-monitor-card h3{
    width:100%!important;
    max-width:100%!important;
    font-size:11.2px!important;
    line-height:1.08!important;
    letter-spacing:.015em!important;
    text-transform:uppercase!important;
    margin:0!important;
    padding:0 2px!important;
  }
}

@media(max-width:520px){
  .ase-monitor-carousel-track{
    gap:12px!important;
  }
  .ase-monitor-card{
    border-radius:20px!important;
    padding:12px 7px 10px!important;
  }
  .ase-monitor-icon{
    width:78px!important;
    height:78px!important;
    border-radius:20px!important;
    margin-bottom:9px!important;
  }
  .ase-monitor-icon svg{
    width:52px!important;
    height:52px!important;
  }
  .ase-monitor-card h3{
    font-size:10.6px!important;
    line-height:1.08!important;
  }
}

@media(max-width:380px){
  .ase-monitor-carousel-track{
    gap:10px!important;
  }
  .ase-monitor-icon{
    width:70px!important;
    height:70px!important;
    margin-bottom:8px!important;
  }
  .ase-monitor-icon svg{
    width:47px!important;
    height:47px!important;
  }
  .ase-monitor-card h3{
    font-size:9.8px!important;
    line-height:1.06!important;
  }
}


/* Multilingüe 8 idiomas: siglas juntas en dos filas */
.ase-lang{
  display:grid!important;
  grid-template-columns:repeat(4, auto)!important;
  grid-auto-rows:auto!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px 4px!important;
  margin-left:10px!important;
  min-width:118px!important;
}
.ase-lang a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:24px!important;
  padding:4px 5px!important;
  border:0!important;
  background:transparent!important;
  color:var(--ase-celeste)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.04em!important;
}
.ase-lang a:hover{
  background:rgba(42,171,227,.10)!important;
  border-radius:8px!important;
  color:var(--ase-deep)!important;
}
.ase-nav-donate .ase-donate-heart,
.ase-mobile-donate .ase-donate-heart{
  color:#fff!important;
  font-size:1.05em;
  line-height:1;
  margin-left:4px;
}
html[dir="rtl"] .ase-donate-heart{
  margin-left:0;
  margin-right:4px;
}
html[dir="rtl"] body{
  direction:rtl;
}
html[dir="rtl"] .ase-nav,
html[dir="rtl"] .ase-header-inner{
  direction:rtl;
}
.ase-news-card-link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.ase-agenda-card a,
.ase-agenda-featured-copy h2 a{
  color:inherit;
  text-decoration:none;
}
@media(max-width:1180px){
  .ase-lang{
    min-width:106px!important;
    gap:2px 3px!important;
    margin-left:6px!important;
  }
  .ase-lang a{
    min-width:22px!important;
    padding:4px 4px!important;
    font-size:11px!important;
  }
}
@media(max-width:980px){
  .ase-header-inner .ase-lang{
    width:auto!important;
    min-width:126px!important;
    grid-template-columns:repeat(4, auto)!important;
    gap:7px 14px!important;
  }
  .ase-header-inner .ase-lang a{
    font-size:17px!important;
    min-width:24px!important;
    padding:0!important;
  }
}
@media(max-width:680px){
  .ase-header-inner .ase-lang{
    gap:7px 13px!important;
    min-width:124px!important;
  }
  .ase-header-inner .ase-lang a{
    font-size:17px!important;
  }
}

/* Ajuste 2.2: maqueta refinada para posteos individuales */
.ase-single-article{background:#fff;color:var(--ase-deep)}
.ase-single-header{padding:54px 0 24px;background:#fff}
.ase-single-header-wrap{max-width:1040px}
.ase-single-title{margin:0;max-width:none;color:var(--ase-deep);font-size:clamp(30px,4.1vw,56px);line-height:1.06;font-weight:700;letter-spacing:-.045em}
.ase-single-excerpt{max-width:none;margin-top:18px;color:#5c7180;font-size:19px;line-height:1.65}
.ase-single-main{padding:0 0 84px;background:#fff}
.ase-single-wrap{max-width:1040px}
.ase-single-media{margin:0 0 28px;overflow:hidden;border-radius:28px;box-shadow:0 14px 34px rgba(0,56,94,.12)}
.ase-single-media img{width:100%;max-height:620px;object-fit:cover;background:var(--ase-soft)}
.ase-single-topline{display:grid;grid-template-columns:minmax(0,1fr);gap:26px;align-items:end;margin:0 0 30px;padding-bottom:24px;border-bottom:1px solid rgba(0,56,94,.10)}
.ase-single-authorbox{display:flex;align-items:center;gap:18px}
.ase-single-author-avatar img{width:88px;height:88px;border-radius:50%;display:block;background:#eef3f7}
.ase-single-author-name{margin:0 0 6px;color:var(--ase-ink);font-size:18px;font-weight:800;line-height:1.1;text-transform:uppercase;letter-spacing:.01em}
.ase-single-meta-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:#6c7f8c;font-size:16px;line-height:1.4}
.ase-single-dot{color:var(--ase-celeste)}
.ase-single-sharebox{display:grid;gap:12px}
.ase-single-sharelabel{font-size:15px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#6b7480}
.ase-single-sharebuttons{display:flex;flex-wrap:wrap;gap:12px}
.ase-share-btn{display:inline-flex;align-items:center;gap:12px;min-height:52px;padding:0 22px;border-radius:999px;border:1px solid rgba(0,56,94,.14);background:#fff;color:var(--ase-ink);font-size:15px;font-weight:700;line-height:1;cursor:pointer;box-shadow:none}
.ase-share-btn:hover{transform:translateY(-1px);border-color:var(--ase-celeste);color:var(--ase-celeste);box-shadow:0 10px 18px rgba(0,56,94,.08)}
.ase-share-btn span{display:inline-flex;align-items:center;justify-content:center;min-width:18px;font-size:21px;font-weight:800;line-height:1}
.ase-share-copy.is-copied{border-color:#63b052;color:#63b052}
.ase-single-reader{margin:0 0 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 22px 18px 18px;border-radius:24px;background:#03121d;color:#fff;box-shadow:0 10px 0 #d9ff2c}
.ase-single-reader-head{display:flex;align-items:center;gap:16px;font-size:18px}
.ase-single-reader-badge{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d9ff2c;border:2px solid rgba(217,255,44,.22);font-size:18px;box-shadow:inset 0 0 0 3px rgba(217,255,44,.06)}
.ase-single-reader-head strong{font-size:18px;color:#fff}
.ase-single-reader-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.ase-reader-play,.ase-reader-stop,.ase-reader-rate{min-height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.14);font:700 15px var(--ase-font)}
.ase-reader-play{padding:0 24px;background:#d9ff2c;border-color:#d9ff2c;color:#09121a}
.ase-reader-stop{padding:0 18px;background:#101a24;color:#fff}
.ase-reader-rate{padding:0 16px;background:#101a24;color:#fff}
.ase-single-content{max-width:none;color:#425d6e;font-size:18px;line-height:1.84}
.ase-single-content h2,.ase-single-content h3,.ase-single-content h4{color:var(--ase-deep)}
.ase-single-content p,.ase-single-content ul,.ase-single-content ol{max-width:none}
.ase-single-related{margin-top:58px;padding-top:26px;border-top:1px solid rgba(0,56,94,.10)}
.ase-single-section-head{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:28px}
.ase-single-section-head h2{margin:0;color:var(--ase-deep);font-size:30px;line-height:1.08;letter-spacing:-.03em}
.ase-single-section-line{width:74px;height:3px;background:var(--ase-celeste)}
.ase-single-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ase-single-related-card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid rgba(0,56,94,.08);border-radius:22px;box-shadow:0 14px 30px rgba(0,56,94,.08)}
.ase-single-related-image{aspect-ratio:16/10;background:var(--ase-soft)}
.ase-single-related-image img{width:100%;height:100%;object-fit:cover}
.ase-single-related-body{padding:20px 20px 22px}
.ase-single-related-body h3{margin:0 0 12px;color:var(--ase-ink);font-size:20px;line-height:1.25}
.ase-single-related-body p{margin:0;color:#6a7c89;font-size:14px}
.ase-single-related-card:hover{transform:translateY(-3px);box-shadow:0 20px 36px rgba(0,56,94,.12)}
.ase-single-rtl{direction:rtl}
.ase-single-rtl .ase-single-section-head,.ase-single-rtl .ase-single-authorbox{align-items:flex-start}
@media(min-width:920px){.ase-single-topline{grid-template-columns:minmax(0,1fr) auto}.ase-single-sharebox{justify-items:end}.ase-single-sharelabel,.ase-single-sharebuttons{justify-content:flex-end}}
@media(max-width:920px){.ase-single-header{padding-top:42px}.ase-single-title{font-size:clamp(28px,8vw,44px)}.ase-single-content{font-size:17px}.ase-single-related-grid{grid-template-columns:1fr}.ase-single-reader{align-items:flex-start;flex-direction:column;box-shadow:0 8px 0 #d9ff2c}}
@media(max-width:640px){.ase-single-wrap,.ase-single-header-wrap{width:min(100%,calc(100% - 32px))}.ase-single-media{border-radius:20px}.ase-single-authorbox{align-items:flex-start}.ase-single-author-avatar img{width:68px;height:68px}.ase-single-sharebuttons{gap:10px}.ase-share-btn{width:100%;justify-content:flex-start}.ase-single-meta-row{font-size:14px}.ase-single-content{font-size:16px;line-height:1.76}.ase-single-section-head h2{font-size:26px}}

/* Ajuste 2.3: ancho completo de título, copete y cuerpo en single */
.ase-single-header-wrap,.ase-single-wrap,.ase-single-title,.ase-single-excerpt,.ase-single-content{max-width:1040px}

/* Ajuste 2.4: video conceptual y eje austral debajo de Agenda Global */
.ase-austral-feature{padding:68px 0 74px;background:#fff;overflow:hidden}
.ase-austral-grid{display:grid;grid-template-columns:minmax(360px,1.08fr) minmax(0,1.92fr);gap:22px;align-items:stretch}
.ase-austral-video{min-width:0;display:flex}
.ase-austral-video-stage{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#001f35;border-radius:0;box-shadow:0 18px 42px rgba(0,56,94,.16)}
.ase-austral-video-stage:after{content:"";position:absolute;inset:0;pointer-events:none;border:1px solid rgba(255,255,255,.14);border-radius:0;box-shadow:inset 0 0 0 1px rgba(0,56,94,.05)}
.ase-austral-video-stage iframe{position:absolute;inset:0;width:100%;height:100%;border:0;pointer-events:none;transform:scale(1.04);transform-origin:center center}
.ase-austral-sound{position:absolute;z-index:3;left:14px;top:14px;display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 11px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(0,30,51,.78);backdrop-filter:blur(8px);color:#fff;font:700 12px var(--ase-font);cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.18)}
.ase-austral-sound span{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--ase-yellow);color:var(--ase-deep);font-size:10px;line-height:1}
.ase-austral-sound strong{line-height:1}
.ase-austral-sound:hover,.ase-austral-sound.is-audible{background:var(--ase-celeste);border-color:var(--ase-celeste)}
.ase-austral-copy{position:relative;display:flex;flex-direction:column;justify-content:flex-start;min-width:0;height:100%;padding:20px 25px 18px;border-radius:0;background:var(--ase-deep);color:#fff;overflow:hidden}
.ase-austral-copy:before{content:"";position:absolute;width:270px;height:270px;right:-135px;top:-154px;border:42px solid rgba(42,171,227,.14);border-radius:50%}
.ase-austral-copy:after{content:"";position:absolute;width:10px;height:64%;right:0;top:18%;background:var(--ase-yellow);border-radius:0}
.ase-austral-kicker{position:relative;z-index:1;margin:0 0 5px;color:var(--ase-celeste);font-size:10px;font-weight:800;letter-spacing:.20em}
.ase-austral-copy h2{position:relative;z-index:1;max-width:none;margin:0 0 8px;color:#fff;font-size:clamp(24px,2.25vw,31px);line-height:1.01;font-weight:700;letter-spacing:-.04em}
.ase-austral-lead{position:relative;z-index:1;max-width:none;margin:0;color:rgba(255,255,255,.85);font-size:13px;line-height:1.42}
.ase-austral-pillars{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.18)}
.ase-austral-pillar{display:flex;flex-direction:column;gap:5px;min-height:54px;padding:8px 9px 7px;border-radius:0;background:rgba(255,255,255,.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.ase-austral-pillar span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:19px;border-radius:0;background:rgba(255,210,0,.12);color:var(--ase-yellow);font-size:10px;font-weight:800;letter-spacing:.10em}
.ase-austral-pillar strong{color:#fff;font-size:15px;line-height:1.05;font-weight:800;letter-spacing:-.02em}
[dir="rtl"] .ase-austral-sound{left:auto;right:14px}
[dir="rtl"] .ase-austral-copy:before{right:auto;left:-135px}
[dir="rtl"] .ase-austral-copy:after{right:auto;left:0;border-radius:0}
@media(max-width:1180px){
  .ase-austral-grid{grid-template-columns:minmax(330px,1fr) minmax(0,1.55fr)}
  .ase-austral-copy{padding:18px 22px 16px}
  .ase-austral-copy h2{font-size:clamp(22px,2.15vw,28px)}
  .ase-austral-lead{font-size:12px;line-height:1.38}
  .ase-austral-pillar strong{font-size:14px}
}
@media(max-width:980px){
  .ase-austral-grid{grid-template-columns:1fr}
  .ase-austral-video-stage{aspect-ratio:16/9}
  .ase-austral-copy{height:auto;padding:28px 24px 22px}
  .ase-austral-copy h2{font-size:30px}
  .ase-austral-lead{font-size:15px;line-height:1.5}
  .ase-austral-pillars{margin-top:18px}
  .ase-austral-pillar strong{font-size:16px}
}

.ase-austral-ticker{position:relative;margin-top:16px;padding:12px 0;border-top:2px solid rgba(0,56,94,.14);border-bottom:2px solid rgba(0,56,94,.14);overflow:hidden;background:#fff}
.ase-austral-ticker-track{display:inline-flex;align-items:center;gap:48px;white-space:nowrap;min-width:max-content;color:var(--ase-deep);font-size:14px;line-height:1.45;font-weight:600;animation:aseAustralTicker 40s linear infinite}
.ase-austral-ticker-track span{position:relative;padding-right:48px}
.ase-austral-ticker-track span:after{content:"•";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--ase-celeste);font-size:18px;line-height:1}
@keyframes aseAustralTicker{0%{transform:translateX(0)}100%{transform:translateX(-33.333%)}}
[dir="rtl"] .ase-austral-ticker-track{animation-direction:reverse}

@media(max-width:680px){
  .ase-austral-feature{padding:48px 0 54px}
  .ase-austral-grid{gap:16px}
  .ase-austral-copy{padding:24px 20px 20px}
  .ase-austral-copy h2{font-size:26px}
  .ase-austral-pillars{grid-template-columns:1fr;gap:10px}
  .ase-austral-pillar{min-height:0}
  .ase-austral-sound{left:12px;top:12px;min-height:32px;padding:0 10px}
  [dir="rtl"] .ase-austral-sound{left:auto;right:12px}
  .ase-austral-ticker{margin-top:14px;padding:10px 0}
  .ase-austral-ticker-track{gap:30px;font-size:13px;animation-duration:34s}
  .ase-austral-ticker-track span{padding-right:30px}
  .ase-austral-ticker-track span:after{right:10px}
}

/* Ajuste 3.0: especialidades técnicas y carruseles institucionales */
.ase-technical-avatar{
  width:auto!important;
  min-width:66px!important;
  max-width:100%!important;
  height:48px!important;
  padding:0 16px!important;
  border-radius:16px!important;
  font-size:14px!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
  white-space:nowrap!important;
  justify-content:flex-start!important;
}

/* Nos acompañan: mismo comportamiento de carrusel que Nuestras alianzas */
.ase-brand-carousel-support{
  width:100%!important;
  overflow:hidden!important;
  position:relative!important;
  padding:10px 0!important;
}
.ase-brand-carousel-support:before,
.ase-brand-carousel-support:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:74px;
  z-index:3;
  pointer-events:none;
}
.ase-brand-carousel-support:before{
  left:0;
  background:linear-gradient(90deg,#003d67 0%,rgba(0,61,103,0) 100%);
}
.ase-brand-carousel-support:after{
  right:0;
  background:linear-gradient(270deg,#003d67 0%,rgba(0,61,103,0) 100%);
}
.ase-brand-carousel-support .ase-brand-logos-track{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:center!important;
  justify-items:normal!important;
  gap:32px!important;
  width:max-content!important;
  max-width:none!important;
  min-width:0!important;
  overflow:visible!important;
  animation:aseSupportMarquee 48s linear infinite!important;
  will-change:transform;
}
.ase-brand-carousel-support:hover .ase-brand-logos-track{
  animation-play-state:paused!important;
}
@keyframes aseSupportMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 16px))}
}
.ase-brand-carousel-support .ase-brand-logo-item{
  flex:0 0 158px!important;
  width:158px!important;
  height:82px!important;
  padding:8px 10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}
.ase-brand-carousel-support .ase-brand-logo-item.is-wide{
  flex-basis:220px!important;
  width:220px!important;
}
.ase-brand-carousel-support .ase-brand-logo-item img,
.ase-brand-strip-dark .ase-brand-carousel-support .ase-brand-logos img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:64px!important;
  min-width:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  filter:none!important;
  margin:0 auto!important;
}
.ase-brand-strip-dark .ase-brand-row{
  overflow:hidden!important;
}

/* Imagen combinada incorporada a Nuestras alianzas */
.ase-brand-carousel-alliances .ase-brand-logo-item.is-composite{
  flex:0 0 600px!important;
  width:600px!important;
  height:82px!important;
  padding:5px 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.ase-brand-carousel-alliances .ase-brand-logo-item.is-composite img.logo-instituciones{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:74px!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0 auto!important;
}

@media(max-width:1180px){
  .ase-brand-carousel-support .ase-brand-logos-track{gap:26px!important;animation-duration:54s!important}
  .ase-brand-carousel-support .ase-brand-logo-item{width:144px!important;flex-basis:144px!important;height:74px!important}
  .ase-brand-carousel-support .ase-brand-logo-item.is-wide{width:198px!important;flex-basis:198px!important}
  .ase-brand-carousel-support .ase-brand-logo-item img{max-height:56px!important}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-composite{width:520px!important;flex-basis:520px!important;height:72px!important}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-composite img.logo-instituciones{max-height:64px!important}
}
@media(max-width:980px){
  .ase-brand-strip-dark .ase-brand-logos,
  .ase-brand-strip-dark .ase-brand-carousel-support .ase-brand-logos{
    display:flex!important;
    grid-template-columns:none!important;
    gap:22px!important;
    align-items:center!important;
    justify-items:normal!important;
    width:max-content!important;
    max-width:none!important;
    overflow:visible!important;
  }
  .ase-brand-carousel-support{overflow:hidden!important;padding:6px 0 2px!important}
  .ase-brand-carousel-support:before,.ase-brand-carousel-support:after{width:42px}
  .ase-brand-carousel-support .ase-brand-logos-track{animation:aseSupportMarquee 60s linear infinite!important}
  .ase-brand-carousel-support .ase-brand-logo-item{width:132px!important;flex-basis:132px!important;height:66px!important;padding:6px!important}
  .ase-brand-carousel-support .ase-brand-logo-item.is-wide{width:178px!important;flex-basis:178px!important}
  .ase-brand-carousel-support .ase-brand-logo-item img,
  .ase-brand-strip-dark .ase-brand-carousel-support .ase-brand-logos img{max-width:100%!important;max-height:50px!important}
  .ase-brand-strip-dark .ase-brand-logos img:last-child:nth-child(odd){grid-column:auto!important}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-composite{width:420px!important;flex-basis:420px!important;height:66px!important;padding:4px 8px!important}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-composite img.logo-instituciones{max-height:58px!important}
  .ase-technical-avatar{font-size:13px!important;padding:0 13px!important;height:44px!important}
}
@media(max-width:520px){
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-composite{width:350px!important;flex-basis:350px!important;height:60px!important}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-composite img.logo-instituciones{max-height:52px!important}
  .ase-technical-avatar{font-size:12px!important;padding:0 11px!important}
}






/* UNCCD incorporado a Nuestras alianzas */
.ase-brand-carousel-alliances .ase-brand-logo-item.is-unccd{
  flex:0 0 236px!important;
  width:236px!important;
  height:66px!important;
  padding:4px 6px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}
.ase-brand-carousel-alliances .ase-brand-logo-item.is-unccd img.logo-unccd{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:42px!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0 auto!important;
}
@media(max-width:1180px){
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-unccd{width:224px!important;flex-basis:224px!important;height:64px!important;padding:4px 6px!important}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-unccd img.logo-unccd{max-height:40px!important}
}
@media(max-width:980px){
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-unccd{width:212px!important;flex-basis:212px!important;height:60px!important;padding:3px 6px!important}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-unccd img.logo-unccd{max-height:38px!important}
}
@media(max-width:520px){
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-unccd{width:196px!important;flex-basis:196px!important;height:54px!important;padding:3px 5px!important}
  .ase-brand-carousel-alliances .ase-brand-logo-item.is-unccd img.logo-unccd{max-height:34px!important}
}


/* CONAO: página institucional oceánica */
.ase-conao-page{background:#fff;color:#334d60}.ase-conao-page h1,.ase-conao-page h2,.ase-conao-page h3{font-family:inherit}.ase-conao-page p{font-size:17px;line-height:1.78}.ase-conao-hero{position:relative;min-height:590px;display:flex;align-items:flex-end;overflow:hidden;background:#00385e}.ase-conao-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ase-conao-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,34,60,.94) 0%,rgba(0,56,94,.72) 48%,rgba(0,56,94,.18) 100%)}.ase-conao-hero-inner{position:relative;z-index:2;padding-top:150px;padding-bottom:86px;color:#fff}.ase-conao-kicker{display:inline-flex;align-items:center;gap:12px;font-size:13px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.ase-conao-kicker:before{content:"";width:42px;height:2px;background:#29a9e1}.ase-conao-hero h1{font-size:clamp(72px,11vw,150px);line-height:.82;letter-spacing:-.07em;color:#fff;margin:22px 0 30px}.ase-conao-hero p{max-width:780px;font-size:clamp(22px,2.5vw,34px);line-height:1.24;color:#fff;margin:0;font-weight:600}.ase-conao-intro{padding:92px 0;background:#fff}.ase-conao-intro-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.7fr);gap:70px;align-items:center}.ase-conao-copy h2,.ase-conao-section-head h2,.ase-conao-creation h2,.ase-conao-card h2,.ase-conao-century h2,.ase-conao-legacy h2{font-size:clamp(34px,4vw,58px);line-height:1.06;letter-spacing:-.045em;color:var(--ase-deep);margin:14px 0 26px}.ase-conao-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.ase-conao-quote{margin:0;padding:42px;background:var(--ase-deep);color:#fff;box-shadow:var(--ase-shadow);position:relative}.ase-conao-quote span{display:block;font-size:90px;line-height:.6;color:#29a9e1}.ase-conao-quote p{font-size:28px;line-height:1.28;color:#fff;margin:22px 0 0;font-weight:700}.ase-conao-facts{padding:72px 0;background:#eef5f7}.ase-conao-facts-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:28px}.ase-conao-facts-grid article{background:#fff;padding:24px;min-height:126px;border-top:4px solid #29a9e1;box-shadow:0 12px 30px rgba(0,56,94,.06)}.ase-conao-facts-grid span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#5b7485;font-weight:800;margin-bottom:14px}.ase-conao-facts-grid strong{display:block;color:var(--ase-deep);font-size:18px;line-height:1.3}.ase-conao-dual{padding:92px 0}.ase-conao-dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.ase-conao-card{padding:48px;background:#f3f7f8;border:1px solid rgba(0,56,94,.08)}.ase-conao-card.is-blue{background:var(--ase-deep);color:#fff}.ase-conao-card.is-blue h2,.ase-conao-card.is-blue p{color:#fff}.ase-conao-card h2{font-size:clamp(32px,3vw,46px)}.ase-conao-institutions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.ase-conao-institutions strong{padding:12px 18px;border:1px solid rgba(255,255,255,.35);font-size:15px;letter-spacing:.1em}.ase-conao-creation{padding:92px 0;background:#eef5f7}.ase-conao-creation-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.ase-conao-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ase-conao-fields div{display:flex;align-items:center;gap:18px;background:#fff;padding:22px;min-height:88px}.ase-conao-fields div:last-child{grid-column:1/-1}.ase-conao-fields span{font-size:13px;color:#29a9e1;font-weight:900}.ase-conao-fields strong{font-size:20px;color:var(--ase-deep)}.ase-conao-functions{padding:96px 0;background:#00385e;color:#fff}.ase-conao-functions .ase-mini-kicker,.ase-conao-functions h2,.ase-conao-functions .ase-conao-section-head p{color:#fff}.ase-conao-section-head.is-wide{max-width:900px}.ase-conao-functions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:46px}.ase-conao-functions-grid article{padding:26px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);min-height:210px}.ase-conao-functions-grid span{display:block;color:#29a9e1;font-size:14px;font-weight:900;margin-bottom:28px}.ase-conao-functions-grid p{color:#fff;font-size:15.5px;line-height:1.6;margin:0}.ase-conao-integration{padding:96px 0;background:#fff}.ase-conao-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.ase-conao-pillars article{padding:34px;border:1px solid rgba(0,56,94,.12);border-bottom:5px solid #29a9e1}.ase-conao-pillars span{font-size:13px;font-weight:900;color:#29a9e1}.ase-conao-pillars h3{font-size:28px;color:var(--ase-deep);margin:18px 0 12px}.ase-conao-pillars p{font-size:16px;margin:0}.ase-conao-century{padding:96px 0;background:linear-gradient(90deg,rgba(0,56,94,.96),rgba(0,56,94,.86)),url('../img/mares-diagrama-oceano.jpg') center/cover no-repeat;color:#fff}.ase-conao-century-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:start}.ase-conao-century h2,.ase-conao-century p,.ase-conao-century .ase-mini-kicker{color:#fff}.ase-conao-century ul{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px;list-style:none}.ase-conao-century li{padding:18px 20px;background:rgba(255,255,255,.1);border-left:3px solid #29a9e1;color:#fff;font-size:15px;font-weight:700}.ase-conao-legacy{padding:96px 0;background:#f3f7f8}.ase-conao-legacy-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.ase-conao-legacy article{background:#fff;padding:46px}.ase-conao-legacy h2{font-size:clamp(30px,3vw,44px)}.ase-conao-final{padding:80px 0;background:#031f33;color:#fff}.ase-conao-final .ase-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}.ase-conao-final p{font-size:clamp(30px,4vw,56px);line-height:1.08;color:#fff;font-weight:800;letter-spacing:-.045em;margin:0;max-width:800px}.ase-conao-final>div>div{display:flex;gap:12px;flex-wrap:wrap}.ase-btn-white{background:#fff;color:var(--ase-deep)!important}.ase-btn-outline-light{border:1px solid rgba(255,255,255,.55);color:#fff!important;background:transparent}.ase-btn-outline-light:hover{background:#fff;color:var(--ase-deep)!important}
[dir="rtl"] .ase-conao-page{text-align:right}[dir="rtl"] .ase-conao-kicker:before{order:2}[dir="rtl"] .ase-conao-century li{border-left:0;border-right:3px solid #29a9e1}
@media(max-width:1100px){.ase-conao-facts-grid{grid-template-columns:repeat(3,1fr)}.ase-conao-functions-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.ase-conao-hero{min-height:520px}.ase-conao-hero-inner{padding-top:130px;padding-bottom:60px}.ase-conao-intro,.ase-conao-dual,.ase-conao-creation,.ase-conao-functions,.ase-conao-integration,.ase-conao-century,.ase-conao-legacy{padding:70px 0}.ase-conao-intro-grid,.ase-conao-dual-grid,.ase-conao-creation-grid,.ase-conao-century-grid,.ase-conao-legacy-grid{grid-template-columns:1fr;gap:32px}.ase-conao-facts-grid{grid-template-columns:1fr 1fr}.ase-conao-pillars{grid-template-columns:1fr}.ase-conao-final .ase-wrap{align-items:flex-start;flex-direction:column}.ase-conao-quote{padding:32px}.ase-conao-card,.ase-conao-legacy article{padding:32px}}
@media(max-width:560px){.ase-conao-hero h1{font-size:70px}.ase-conao-hero p{font-size:22px}.ase-conao-actions .ase-btn{width:100%}.ase-conao-facts-grid,.ase-conao-functions-grid,.ase-conao-fields,.ase-conao-century ul{grid-template-columns:1fr}.ase-conao-fields div:last-child{grid-column:auto}.ase-conao-functions-grid article{min-height:0}.ase-conao-final>div>div{width:100%}.ase-conao-final .ase-btn{width:100%;justify-content:center}}


/* CONAO visual identity refinements */
.ase-project-tile.is-conao,
.ase-project-full-card.is-conao .ase-project-full-media{position:relative;overflow:hidden}
.ase-project-tile.is-conao img,
.ase-project-full-card.is-conao img{object-position:center center}
.ase-project-iso{position:absolute;right:18px;bottom:18px;z-index:3;display:block;width:96px;max-width:30%;opacity:.95;pointer-events:none}
.ase-project-iso img{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.28))}
.ase-project-full-media{display:block;position:relative}
.ase-project-full-media img{display:block}
.ase-conao-hero-mark{position:absolute;right:clamp(24px,5vw,70px);bottom:clamp(28px,6vw,54px);z-index:2;width:clamp(130px,18vw,220px);pointer-events:none;opacity:.94}
.ase-conao-hero-mark img{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 14px 34px rgba(0,0,0,.34))}
@media(max-width:820px){.ase-project-iso{width:82px;right:14px;bottom:14px}.ase-conao-hero-mark{width:120px;right:18px;bottom:22px}}
@media(max-width:560px){.ase-project-iso{width:72px}}

/* Ajuste mobile exclusivo para la introducción de 6M km² */
@media (max-width:760px){
  .ase-mares-intro{min-height:auto!important;padding:64px 0 56px!important;}
  .ase-mares-intro-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:30px!important;
    align-items:start!important;
  }
  .ase-mares-intro-copy{width:100%!important;min-width:0!important;}
  .entry .ase-mares-intro h2,
  .ase-mares-intro h2{color:#fff!important;}
  .ase-mares-intro-copy p{color:rgba(255,255,255,.90)!important;}
  .ase-mares-intro-copy p strong{color:#fff!important;}
  .ase-mares-highlight-card{
    width:100%!important;
    grid-column:1!important;
    margin:0!important;
    align-self:auto!important;
  }
}
