:root{--asumlex-navy:#001127;--asumlex-navy-2:#001228;--asumlex-navy-3:#02162e;--asumlex-navy-soft:#081c34;--asumlex-gold:#d7a44f;--asumlex-gold-light:#ecbf6e;--asumlex-gold-mid:#deac58;--asumlex-gold-dark:#c48e3a;--asumlex-white:#eeece9;--asumlex-white-soft:#f9f8f8;--asumlex-text-muted:#d0cace;--asumlex-text-muted-2:#b7b4ba;--asumlex-border-soft:#2a3a4d;--font-display:"Cinzel", Georgia, serif;--font-heading:"Cormorant Garamond", Georgia, serif;--font-body:"Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--gold-gradient:linear-gradient(135deg, var(--asumlex-gold-light), var(--asumlex-gold-mid), var(--asumlex-gold-dark));--navy:var(--asumlex-navy);--navy-2:var(--asumlex-navy-2);--navy-3:var(--asumlex-navy-3);--gold:var(--asumlex-gold);--gold-2:var(--asumlex-gold-dark);--white:var(--asumlex-white);--muted:var(--asumlex-text-muted);--line:#2a3a4dd1;--surface:#081c34db;--surface-soft:#081c349e;--motion-ease:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--white);background:var(--navy);font-family:var(--font-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}.svg-defs{width:0;height:0;position:absolute;overflow:hidden}.container{width:min(100% - 3rem,1180px);margin-inline:auto}.site-header{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#001127f5;border-bottom:1px solid #d7a44f29;position:sticky;top:0;box-shadow:0 12px 34px #00112757}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes heroBackgroundDrift{0%{background-position:50%,100%}to{background-position:50%,calc(100% - 10px)}}@keyframes pulseSoft{0%,to{box-shadow:0 0 0 5px #d7a44f24}50%{box-shadow:0 0 0 9px #d7a44f0a}}.site-nav{grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1.5rem,3vw,2.75rem);width:min(100% - 3rem,1180px);min-height:82px;margin-inline:auto;display:grid}.brand{min-width:222px;color:var(--asumlex-white-soft);align-items:center;gap:.78rem;display:inline-flex}.brand-logo{object-fit:contain;width:auto;max-width:46px;height:46px;box-shadow:none;background:0 0;border:0;flex:none;display:block}.brand-word{font-family:var(--font-display);letter-spacing:.095em;color:var(--asumlex-white-soft);text-transform:uppercase;text-shadow:0 0 20px #d7a44f1f;font-size:clamp(1.38rem,1.8vw,1.68rem);font-weight:600;line-height:1}.nav-menu{justify-content:center;align-items:center;gap:clamp(1.15rem,2.15vw,2.1rem);margin:0;padding:0;list-style:none;display:flex}.nav-item{color:#eeece9d1;font-family:var(--font-body);letter-spacing:.01em;transition:color .26s ease, transform .26s var(--motion-ease);padding:.35rem 0;font-size:.82rem;font-weight:600;display:inline-flex;position:relative}.nav-item:hover,.nav-item.active{color:var(--white)}.nav-item:after{content:"";background:var(--gold);opacity:0;transform-origin:50%;width:100%;max-width:2.35rem;height:2px;transition:opacity .26s ease, transform .26s var(--motion-ease);border-radius:999px;position:absolute;bottom:-.62rem;left:50%;transform:translate(-50%)scaleX(.42)}.nav-item:hover{transform:translateY(-1px)}.nav-item:hover:after,.nav-item.active:after{opacity:1;transform:translate(-50%)scaleX(1)}.whatsapp-pill,.hero-btn-primary,.hero-btn-secondary,.cta-button{font-family:var(--font-body);letter-spacing:.035em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.7rem;font-weight:700;display:inline-flex}.whatsapp-pill{min-height:2.9rem;color:var(--asumlex-gold-light);transition:transform .32s var(--motion-ease), color .32s ease, border-color .32s ease, background .32s ease, box-shadow .32s ease;background:0 0;border:1px solid #d7a44fad;padding:.68rem 1.05rem;box-shadow:inset 0 0 0 1px #d7a44f0a}.whatsapp-pill:hover{color:var(--asumlex-white);background:#d7a44f14;border-color:#ecbf6ee6;transform:translateY(-1px);box-shadow:0 12px 28px #d7a44f1a}.icon,.button-icon{fill:none;stroke:currentColor;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;width:1.1rem;height:1.1rem}.brand-logo{image-rendering:auto}.hero-section{background-image:linear-gradient(90deg,#001127fa 0%,#001127db 35%,#0011277a 62%,#0011272e 100%),url(/assets/asumlex/fondos/hero-fondo-juridico.png);background-position:50%,100%;background-repeat:no-repeat;background-size:cover;min-height:calc(100vh - 82px);padding:5rem 0 6rem;position:relative;overflow:hidden}.motion-ready .hero-section{animation:18s ease-in-out infinite alternate heroBackgroundDrift}.hero-grid{z-index:1;grid-template-columns:minmax(0,1fr) minmax(390px,1fr);align-items:center;gap:clamp(2.25rem,5.5vw,5.6rem);display:grid;position:relative}.hero-left{max-width:640px}h1,h2,.hero-title,.section-title,.gestion-title,.why-title,.coverage-title{font-family:var(--font-heading);margin:0;font-weight:700;line-height:1.02}.hero-title{max-width:12.4ch;font-size:clamp(3rem,5.15vw,5.05rem)}.hero-title span{white-space:nowrap}.motion-ready .hero-title,.motion-ready .hero-description,.motion-ready .hero-buttons,.motion-ready .benefit-block,.motion-ready .benefit-divider{opacity:0;animation:fadeUp .9s var(--motion-ease) forwards}.motion-ready .hero-title{animation-delay:.12s}.motion-ready .hero-description{animation-delay:.32s}.motion-ready .hero-buttons{animation-delay:.52s}.motion-ready .hero-benefits .benefit-block:first-child{animation-delay:.76s}.motion-ready .hero-benefits .benefit-block:nth-child(3){animation-delay:.9s}.motion-ready .hero-benefits .benefit-block:nth-child(5){animation-delay:1.04s}.motion-ready .hero-benefits .benefit-divider{animation-delay:.96s}.hero-title span,.section-title span,.gestion-title span,.why-title span,.coverage-title span{color:var(--gold)}.title-rule{background:linear-gradient(90deg, var(--gold), #d7a44f2e);border-radius:999px;width:5.5rem;height:.32rem;margin-top:1.4rem}.hero-description,.section-copy,.gestion-copy,.why-copy,.coverage-copy,.gestion-cta p,.regions-panel p,.card-sm,.service-card p,.why-card p{color:var(--muted)}.hero-description{max-width:43rem;margin:1.75rem 0 0;font-size:1.08rem;line-height:1.9}.hero-buttons{flex-wrap:nowrap;align-items:center;gap:.85rem;margin-top:2.15rem;display:flex}.hero-btn-primary,.cta-button{color:var(--navy);background:var(--gold-gradient);transition:transform .32s var(--motion-ease), box-shadow .32s ease, filter .32s ease;padding:.95rem 1.35rem;box-shadow:0 18px 48px #d7a44f2e}.hero-buttons .hero-btn-primary,.hero-buttons .hero-btn-secondary{flex:none;min-height:3.15rem;padding:.9rem 1.12rem;font-size:.84rem}.hero-btn-secondary{color:var(--gold);transition:transform .32s var(--motion-ease), color .32s ease, border-color .32s ease, box-shadow .32s ease, background .32s ease;background:0 0;border:1px solid #d7a44f94;padding:.95rem 1.35rem}.hero-btn-primary:hover,.cta-button:hover{filter:brightness(1.03);transform:translateY(-2px);box-shadow:0 22px 56px #d7a44f3d}.hero-btn-secondary:hover{color:var(--asumlex-gold-light);background:#d7a44f14;border-color:#ecbf6ec7;transform:translateY(-2px);box-shadow:0 16px 38px #00112747}.hero-benefits{justify-content:flex-start;align-items:center;gap:22px;max-width:560px;margin-top:34px;display:flex}.benefit-block{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:7px;width:145px;min-height:0;display:flex}.benefit-block p{color:#eeece9;font-family:var(--font-body);text-align:center;margin:0;font-size:12px;font-weight:500;line-height:1.25}.benefit-icon{color:#d7a44f;flex:none;place-items:center;width:22px;height:22px;display:grid}.card-icon{width:54px;height:54px;color:var(--gold);transition:transform .32s var(--motion-ease), border-color .32s ease;background:0 0;border:1px solid #d7a44fbf;border-radius:9999px;flex:none;place-items:center;margin:0 auto 12px;display:grid}.benefit-icon svg,.benefit-icon img,.card-icon svg,.card-icon img,.benefit-row svg,.coverage-note svg,.benefit-icon img{width:22px;height:22px}.benefit-icon svg,.card-icon svg,.benefit-row svg,.coverage-note svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round}.benefit-icon img,.card-icon img{object-fit:contain;display:block}.card-icon img{width:28px;height:28px}.benefit-divider{background:#d7a44f59;flex-shrink:0;align-self:center;width:1px;height:40px;min-height:0;margin-top:0}.hero-right{z-index:2;place-items:start center;min-height:520px;padding-top:0;display:grid;position:relative;transform:translate(.8rem,-3.25rem)}.hero-logo{object-fit:contain;opacity:.96;filter:drop-shadow(0 22px 36px #00112752);width:clamp(218px,20vw,280px);height:auto;display:block}.section{padding:clamp(4.5rem,7vw,6.5rem) 0;position:relative;overflow:hidden}.section-navy{background:var(--navy)}#areas{isolation:isolate;background-color:var(--navy);background-image:url(/assets/asumlex/fondos/bg-especializacion.png);background-position:50%;background-repeat:no-repeat;background-size:cover}#areas:before,#areas:after{content:"";z-index:0;pointer-events:none;position:absolute;inset:0}#areas:before{opacity:.06;background-image:url(/assets/asumlex/elementos/05_marca_agua_asumlex_fondo.png);background-position:right clamp(1.25rem,5vw,4.5rem) center;background-repeat:no-repeat;background-size:min(58vw,620px)}#areas:after{background:radial-gradient(circle at 78% 28%,#d7a44f0f,#0000 34%),linear-gradient(90deg,#00112757,#0011272e)}#areas>.container{z-index:1;position:relative}.section-deep{background:var(--navy-3)}#servicios{background:linear-gradient(90deg, #001127d6 0%, #001127f0 42%, #001127fa 100%), url(/assets/asumlex/elementos/06_gestion_documental_escritorio_libros_laptop.png) left bottom / min(48vw, 620px) auto no-repeat, var(--navy-3);padding-top:clamp(4rem,5vw,4.5rem);position:relative;overflow:hidden}#servicios:before{content:"";pointer-events:none;background:linear-gradient(#0000,#001127b8);width:min(46vw,600px);height:48%;position:absolute;inset:auto auto 0 0}#servicios>.container{z-index:1;position:relative}.section-heading{max-width:760px;margin-bottom:3rem}.section-heading.centered{text-align:center;margin-inline:auto}.eyebrow,.section-label{color:var(--gold);font-family:var(--font-display);letter-spacing:.34em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:600}.section-title{margin-top:.85rem;font-size:clamp(2.4rem,4vw,4rem)}.section-copy{max-width:44rem;margin:1.15rem auto 0;line-height:1.85}.services-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.service-card,.why-card,.small-card,.regions-panel,.area-bottom,.gestion-cta,.coverage-note{border:1px solid var(--line);background:var(--surface);box-shadow:0 24px 70px #00112757}.service-card{text-align:center;min-height:160px;color:inherit;cursor:pointer;transition:transform .34s var(--motion-ease), border-color .34s ease, box-shadow .34s ease;background:#081c34b8;border:1px solid #d7a44f8c;border-radius:10px;padding:24px 20px;text-decoration:none;display:block;box-shadow:0 18px 50px #00112747}.service-card:hover,.why-card:hover,.small-card:hover,.card-sm:hover{border-color:#d7a44fb8;transform:translateY(-4px);box-shadow:0 28px 78px #0011276b,0 0 26px #d7a44f24}.service-card:focus-visible{outline-offset:4px;outline:2px solid #d7a44fdb}.service-card:hover .card-icon,.benefit-block:hover .benefit-icon,.why-card:hover .why-icon,.small-card:hover .mini-icon{border-color:#d7a44f75;transform:translateY(-2px)}.service-card-wide{grid-column:span 2}.service-card h3,.why-card h3{margin:1.05rem 0 .7rem;font-size:1.08rem;font-weight:700;line-height:1.35}.service-card h3{color:var(--asumlex-white-soft);font-family:var(--font-heading);text-align:center;margin:0 0 8px;font-size:21px;font-weight:600;line-height:1.05}.service-card p,.why-card p{margin:0;line-height:1.65}.service-card p{color:var(--asumlex-text-muted);font-family:var(--font-body);text-align:center;font-size:13px;font-weight:400;line-height:1.35}.area-bottom{background:#081c34b8;border:1px solid #d7a44f73;border-radius:8px;grid-template-columns:auto 1fr minmax(220px,340px);align-items:center;gap:14px;min-height:48px;margin-top:18px;padding:12px 18px;display:grid;box-shadow:0 14px 42px #0011273d}.area-bottom-icon{place-items:center;width:24px;height:24px;display:grid}.area-bottom-icon img{object-fit:contain;width:22px;height:22px;display:block}.area-bottom p{color:var(--asumlex-text-muted);font-family:var(--font-body);text-align:left;margin:0;font-size:12px;line-height:1.35}.area-bottom p+p{color:var(--asumlex-gold);border-left:1px solid #d7a44f59;padding-left:14px;font-weight:500}.gestion-grid{grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);align-items:center;gap:clamp(2rem,4.6vw,4rem);min-height:min(700px,100vh - 150px);display:grid}.gestion-left{flex-direction:column;justify-content:center;min-height:540px;padding:clamp(1rem,2vw,1.5rem) 0;display:flex}.gestion-logo{object-fit:contain;width:min(185px,56%);height:auto;margin:0 0 1.55rem}.gestion-title{margin-top:1.35rem;font-size:clamp(2.85rem,4.8vw,4.75rem);line-height:.95}.gestion-copy{color:#eeece9d6;max-width:35rem;margin:1.55rem 0 0;line-height:1.75}.gestion-benefits{align-items:stretch;gap:0;max-width:36rem;margin-top:2.35rem;display:flex}.benefit-row{color:#eeece9e6;background:0 0;border:0;border-left:1px solid #d7a44f3d;border-radius:0;flex-direction:column;flex:1 1 0;align-items:flex-start;gap:.55rem;min-width:0;padding:0 1rem;font-size:.78rem;font-weight:600;line-height:1.35;display:flex}.benefit-row:first-child{border-left:0;padding-left:0}.benefit-row svg{width:1.45rem;height:1.45rem;color:var(--gold);flex:none}.gestion-right{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0011276b;border:1px solid #d7a44f2e;border-radius:14px;padding:clamp(1.25rem,2vw,1.7rem);box-shadow:0 28px 90px #00112757}.mini-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:1.25rem;display:grid}.small-card{min-height:130px;color:var(--asumlex-white);font-family:var(--font-body);text-align:center;transition:transform .34s var(--motion-ease), border-color .34s ease, box-shadow .34s ease;background:#081c34b8;border:1px solid #d7a44f59;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;padding:20px 14px;font-size:13px;font-weight:500;line-height:1.3;display:flex;box-shadow:0 16px 42px #00112738}.mini-icon,.why-icon{color:var(--gold);place-items:center;display:grid}.mini-icon{width:38px;height:38px;transition:transform .32s var(--motion-ease), border-color .32s ease;background:0 0;border:0;border-radius:0;margin:0 auto 10px}.mini-icon svg,.why-icon svg{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.gestion-cta{background:#081c34c2;border:1px solid #d7a44f57;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;transition:border-color .34s,box-shadow .34s;display:grid;box-shadow:0 18px 48px #00112742}.gestion-cta:hover{border-color:#d7a44f57}.gestion-cta .cta-title{color:var(--white);margin:0;font-size:1rem;font-weight:800}.gestion-cta p:not(.cta-title){color:#eeece9c2;margin:.28rem 0 0;font-size:.82rem;line-height:1.35}.gestion-cta-icon{width:2.55rem;height:2.55rem;color:var(--gold);border:1px solid #d7a44f5c;border-radius:50%;place-items:center;display:grid}.gestion-cta-icon svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:1.28rem;height:1.28rem}.gestion-cta .cta-button{min-height:3.1rem;padding:.82rem 1.15rem;font-size:.78rem}.why-section{isolation:isolate;background:radial-gradient(circle at 86% 14%,#d7a44f14,#0000 28%),linear-gradient(#001127fa,#02162efa)}.why-section:before{content:"";z-index:0;aspect-ratio:951/1086;opacity:.22;pointer-events:none;background:url(/assets/asumlex/elementos/07_por_que_elegir_balanza_libros_columnas.png) 50%/contain no-repeat;width:min(35vw,390px);position:absolute;top:2.5rem;right:max(-2rem,-4vw)}.why-section>.container{z-index:1;position:relative}.why-top{grid-template-columns:minmax(0,.78fr) minmax(0,1fr);align-items:center;gap:clamp(2rem,4.5vw,4rem);margin-bottom:2.25rem;display:grid}.why-title{margin-top:1.25rem;font-size:clamp(2.6rem,5vw,5rem)}.why-copy{max-width:45rem;margin:0;font-size:1.05rem;line-height:1.85}.why-top-right{justify-items:end;gap:1.25rem;padding-right:min(7vw,5rem);display:grid}.why-logo{object-fit:contain;filter:drop-shadow(0 16px 34px #00112752);width:min(230px,52%);height:auto}.why-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.why-card{text-align:center;min-height:190px;transition:transform .34s var(--motion-ease), border-color .34s ease, box-shadow .34s ease;background:#081c34b8;border:1px solid #d7a44f66;border-radius:10px;padding:28px 22px;box-shadow:0 18px 52px #00112747}.why-card h3{color:var(--asumlex-white);font-family:var(--font-heading);margin:0 0 10px;font-size:22px;font-weight:600;line-height:1.1}.why-icon{width:54px;height:54px;transition:transform .32s var(--motion-ease), border-color .32s ease;background:#d7a44f0b;border:1px solid #d7a44f8c;border-radius:9999px;margin:0 auto 16px;box-shadow:0 0 24px #d7a44f24}.why-icon svg{width:25px;height:25px}.why-card p{color:var(--asumlex-text-muted);font-family:var(--font-body);font-size:13px;line-height:1.35}.why-footer{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-top:2.35rem;display:grid}.why-footer span{background:linear-gradient(90deg,#0000,#d7a44f94);height:1px}.why-footer span:last-child{background:linear-gradient(90deg,#d7a44f94,#0000)}.why-footer-content{justify-items:center;gap:.45rem;min-width:min(100%,360px);display:inline-grid}.why-footer-content svg{width:1.3rem;height:1.3rem;color:var(--gold);fill:none;stroke:currentColor;stroke-width:2.25px;stroke-linecap:round;stroke-linejoin:round}.why-footer p{color:#eeece9e6;text-align:center;margin:0;font-size:1.12rem}.why-footer strong{color:var(--gold);font-weight:700}.coverage-grid{grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);align-items:center;gap:clamp(2rem,4.6vw,4rem);display:grid}.coverage-section{background:linear-gradient(#0011276b,#0011278a),url(/assets/asumlex/fondos/802ef2dd-db3f-4e0c-bcf1-9d5ac38feadb.png) 50%/cover no-repeat}.coverage-section>.container{z-index:1;position:relative}.coverage-title{font-family:var(--font-heading);margin-top:1.25rem;font-size:clamp(2.65rem,4.9vw,4.8rem);line-height:.98}.coverage-copy{color:#eeece9d6;max-width:35rem;margin:1.45rem 0 0;line-height:1.75}.regions-panel{background:#081c3473;border:1px solid #d7a44f59;border-radius:10px;margin-top:1.8rem;padding:18px 20px;box-shadow:0 18px 48px #0011273d}.regions-list{flex-wrap:wrap;align-items:center;gap:12px 18px;margin:1rem 0 .75rem;display:flex}.regions-list span{color:#eeece9eb;background:0 0;border:0;border-radius:0;align-items:center;gap:.45rem;padding:0;font-size:.86rem;font-weight:600;display:inline-flex}.regions-list span:before{content:"";background:var(--gold);border-radius:50%;width:.48rem;height:.48rem;box-shadow:0 0 0 4px #d7a44f1f}.regions-panel>p:last-child{color:#d0cacedb;margin:0;font-size:.82rem;line-height:1.45}.coverage-cards{border-top:1px solid #d7a44f38;border-bottom:1px solid #d7a44f1f;align-items:stretch;gap:0;margin-top:1.35rem;display:flex}.card-sm{color:#eeece9e0;border-left:1px solid #d7a44f2e;flex:1 1 0;align-items:center;gap:.55rem;min-width:0;padding:.85rem .9rem;font-size:.78rem;font-weight:600;line-height:1.35;display:inline-flex}.card-sm:first-child{border-left:0;padding-left:0}.card-sm svg{width:1.1rem;height:1.1rem;color:var(--gold);fill:none;stroke:currentColor;stroke-width:2.35px;stroke-linecap:round;stroke-linejoin:round;flex:none}.coverage-right{align-content:center;align-self:stretch;gap:18px;display:grid}.operation-map-card{width:100%;min-height:auto;box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;padding:20px;display:flex;overflow:visible}.operation-map-image{object-fit:contain;filter:drop-shadow(0 22px 34px #0011273d);width:100%;max-width:640px;height:auto;display:block}.coverage-note{background:#081c348c;border:1px solid #d7a44f59;border-radius:10px;align-items:center;gap:1rem;padding:16px 22px;display:flex;box-shadow:0 18px 50px #00112740}.coverage-note svg{width:1.45rem;height:1.45rem;color:var(--gold);flex:none}.coverage-note p{color:#eeece9eb;margin:0;font-size:.98rem;line-height:1.4}.coverage-note strong{color:var(--gold);font-weight:700}.site-footer{color:var(--asumlex-white);background:linear-gradient(#001127fa,#001127);border-top:1px solid #d7a44f40;padding:56px 0 24px}.footer-grid{grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(0,.75fr));align-items:start;gap:clamp(1.5rem,4vw,3rem);display:grid}.footer-brand{max-width:380px}.footer-logo{object-fit:contain;width:min(180px,70%);height:auto;margin-bottom:1rem;display:block}.footer-brand p,.footer-column p,.footer-bottom p{color:var(--asumlex-text-muted);margin:0;font-size:.92rem;line-height:1.65}.footer-column{gap:.72rem;display:grid}.footer-column h2{color:var(--asumlex-white);font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;margin:0 0 .25rem;font-size:.82rem;font-weight:600}.footer-column a{width:fit-content;color:var(--asumlex-text-muted);transition:color .22s ease, transform .22s var(--motion-ease);font-size:.9rem;line-height:1.3}.footer-column a:hover{color:var(--gold);transform:translate(2px)}.footer-whatsapp{border:1px solid #d7a44f6b;border-radius:999px;margin-top:.25rem;padding:.72rem .95rem;font-weight:700;color:var(--gold)!important}.footer-whatsapp:hover{background:#d7a44f14;transform:translateY(-1px);color:var(--asumlex-white)!important}.footer-bottom{text-align:center;border-top:1px solid #d7a44f29;margin-top:2.4rem;padding-top:1.25rem}.reveal-item{opacity:1}.motion-ready .reveal-item{opacity:0;transition:opacity .78s var(--motion-ease), transform .78s var(--motion-ease);transition-delay:var(--reveal-delay,0s);transform:translateY(18px)}.motion-ready .reveal-item.is-visible{opacity:1;transform:translateY(0)}.motion-ready .reveal-item.is-visible .card-icon,.motion-ready .reveal-item.is-visible .mini-icon,.motion-ready .reveal-item.is-visible .why-icon{transition-delay:calc(var(--reveal-delay,0s) + 90ms)}@media (width<=1023px){.site-nav{grid-template-columns:minmax(0,1fr) auto}.nav-menu{display:none}.hero-grid,.gestion-grid,.why-top,.coverage-grid{grid-template-columns:1fr}.hero-right{min-height:auto;padding-top:.35rem;transform:none}.hero-logo{width:min(52vw,240px)}.services-grid,.why-grid,.mini-card-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-section:before{opacity:.14;width:min(46vw,340px);top:6rem}.why-top-right{justify-items:start;padding-right:0}.why-logo{width:min(220px,42%)}#servicios{background:linear-gradient(180deg, #001127e0 0%, #001127fa 48%, #001127fa 100%), url(/assets/asumlex/elementos/06_gestion_documental_escritorio_libros_laptop.png) left bottom / min(72vw, 620px) auto no-repeat, var(--navy-3)}.gestion-grid{min-height:auto}.gestion-left{min-height:auto;padding-bottom:2rem}.coverage-right{align-self:auto}.operation-map-card{padding:16px}.operation-map-image{max-width:620px}}@media (width<=767px){img{max-width:100%;height:auto}.container,.site-nav{width:min(100% - 2rem,1180px)}.site-nav{gap:.75rem;min-height:auto;padding:.82rem 0}.brand{gap:.52rem;min-width:0}.brand-logo{max-width:38px;height:38px}.brand-word{letter-spacing:.06em;font-size:clamp(1rem,5vw,1.18rem)}.whatsapp-pill{gap:.5rem;min-height:2.55rem;padding:.58rem .72rem;font-size:.8rem}.section{padding:64px 0}.section>.container,.site-footer>.container{width:min(100% - 40px,1180px);max-width:100%}.section-heading{margin-bottom:2.25rem}.eyebrow,.section-label{letter-spacing:.28em;font-size:12px}.section-title{font-size:clamp(38px,11vw,54px);line-height:.95}.section-copy,.hero-description,.gestion-copy,.why-copy,.coverage-copy{font-size:15px;line-height:1.65}.hero-section{background-image:linear-gradient(#001127e6 0%,#001127db 48%,#001127f5 100%),url(/assets/asumlex/fondos/hero-fondo-juridico.png);background-position:50%,68% bottom;min-height:auto;padding:48px 0 56px;overflow:hidden}.hero-section .container{width:min(100% - 40px,1180px)}.hero-grid{gap:0}.hero-left{max-width:none}.hero-title{letter-spacing:0;max-width:100%;font-size:clamp(40px,11vw,52px);line-height:.95}.title-rule{width:4.25rem;height:.24rem;margin-top:1rem}.hero-description{max-width:100%;margin-top:1.15rem;font-size:15px;line-height:1.65}.hero-title span{white-space:normal}.hero-benefits,.services-grid,.mini-card-grid,.why-grid,.regions-list,.area-bottom,.why-footer{grid-template-columns:1fr}.hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:10px;max-width:100%;margin-top:28px;display:grid}.benefit-block{gap:6px;width:auto;min-width:0;min-height:auto}.benefit-block p{overflow-wrap:anywhere;font-size:11px}.benefit-icon{width:18px;height:18px}#areas{background-position:top}#areas:before{opacity:.04;background-position:50% 2rem;background-size:420px}#areas:after{background:radial-gradient(circle at 50% 14%,#d7a44f0d,#0000 38%),linear-gradient(#0011276b,#00112738)}.benefit-block{min-height:auto}.benefit-divider{display:none}.service-card{width:100%;min-height:auto;padding:22px 18px}.card-icon{width:48px;height:48px;margin-bottom:10px}.service-card h3{font-size:22px}.service-card p{font-size:14px}.service-card-wide{grid-column:auto}.area-bottom p+p{border-top:1px solid #d7a44f4d;border-left:0;padding-top:1rem;padding-left:0}.area-bottom{text-align:center;justify-items:center;gap:10px;margin-top:16px;padding:16px 14px}.area-bottom-icon{display:none}.area-bottom p{text-align:center}.coverage-title{font-size:clamp(40px,11vw,56px);line-height:.95}.coverage-grid{gap:1.6rem}.regions-panel{padding:16px}.regions-list{grid-template-columns:1fr;align-items:flex-start;gap:10px;display:grid}.coverage-cards{border-bottom:0;grid-template-columns:1fr;display:grid}.card-sm{border-bottom:1px solid #d7a44f24;border-left:0;padding:.82rem 0}.card-sm:last-child{border-bottom:0}.operation-map-card{padding:10px}.operation-map-image{object-fit:contain;width:100%;max-width:520px;height:auto}.coverage-note{padding:14px 16px;font-size:14px}.site-footer{padding:48px 0 24px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{text-align:center;max-width:none}.footer-logo{width:min(170px,64%);margin-inline:auto}.footer-bottom{text-align:center;margin-top:2rem}.footer-column{text-align:center;justify-items:center;gap:.85rem}.footer-column a{padding:.28rem 0}.why-section:before{display:none}.why-top{gap:24px;margin-bottom:1.75rem}.why-top-right{gap:1rem}.why-logo{display:none}.why-card{min-height:auto;padding:24px 18px}.why-card h3{font-size:21px}.why-icon{width:48px;height:48px;margin-bottom:14px}.why-footer{grid-template-columns:1fr;gap:12px;margin-top:2rem}.why-footer span{background:linear-gradient(90deg,#0000,#d7a44f94,#0000);justify-self:center;width:100%;max-width:180px}.why-footer span:last-child{background:linear-gradient(90deg,#0000,#d7a44f94,#0000)}.hero-buttons{flex-direction:column;align-items:stretch;gap:14px;width:100%;margin-top:1.45rem}.hero-btn-primary,.hero-btn-secondary,.cta-button{white-space:normal;text-align:center;width:100%;min-height:54px;line-height:1.25}.hero-buttons .hero-btn-primary,.hero-buttons .hero-btn-secondary{letter-spacing:.04em;flex:auto;padding:14px 18px;font-size:13px}.hero-right{display:none}.operation-map-card{min-height:auto}#servicios{background:linear-gradient(180deg, #001127e6 0%, #001127fa 42%, #001127fa 100%), url(/assets/asumlex/elementos/06_gestion_documental_escritorio_libros_laptop.png) left bottom / min(92vw, 360px) auto no-repeat, var(--navy-3);padding-top:64px}.gestion-logo{width:min(170px,62%);margin-bottom:1.35rem}.gestion-title{font-size:clamp(40px,11vw,56px);line-height:.95}.gestion-copy{margin-top:1.15rem}.gestion-benefits{grid-template-columns:1fr;align-items:flex-start;gap:14px;margin-top:1.75rem;display:grid}.benefit-row{border-bottom:1px solid #d7a44f33;border-left:0;flex-direction:row;align-items:center;min-height:auto;padding:0 0 .8rem}.benefit-row:last-child{border-bottom:0;padding-bottom:0}.gestion-right{padding:1rem}.small-card{width:100%;min-height:auto;padding:22px 18px}.gestion-cta{grid-template-columns:auto minmax(0,1fr);gap:.85rem;padding:.9rem}.gestion-cta .cta-button{grid-column:1/-1;width:100%}}@media (width<=420px){.container,.site-nav{width:min(100% - 1.5rem,1180px)}.whatsapp-pill span{display:none}.whatsapp-pill{width:2.55rem;padding-inline:0}.hero-title{font-size:clamp(38px,10.5vw,48px)}.gestion-title,.coverage-title{font-size:clamp(2rem,10.5vw,2.65rem)}.hero-benefits{gap:8px}.benefit-block{gap:5px}.benefit-block p{font-size:10.5px}.area-bottom,.regions-panel,.coverage-note,.gestion-cta{padding-inline:14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal-item,.motion-ready .reveal-item,.motion-ready .hero-title,.motion-ready .hero-description,.motion-ready .hero-buttons,.motion-ready .benefit-block,.motion-ready .benefit-divider{opacity:1!important;transform:none!important}}
