@font-face{font-family:Inter;src:url("assets/inter-latin.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap}
@font-face{font-family:Manrope;src:url("assets/manrope-latin.woff2") format("woff2");font-style:normal;font-weight:200 800;font-display:swap}
:root{--cloud:#EDF6FA;--navy:#123246;--carbon:#15202B;--coral:#FF5262;--coral-surface:#FF6270;--blue:#2D8FC4;--muted:#456274;--line:#C8DFEA;--white:#fff;--radius:16px;--ease:cubic-bezier(.2,.7,.2,1)}
*{box-sizing:border-box}html{background:var(--cloud)}body{margin:0;background:var(--cloud);color:var(--carbon);font:400 16px/1.6 Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button{cursor:pointer;color:var(--navy)}button{border:0;background:none}
a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,Inter,sans-serif;color:var(--navy);font-weight:600;line-height:1.2}
img{display:block;max-width:100%;height:auto}[hidden]{display:none!important}button,a{touch-action:manipulation}
:focus-visible{outline:3px solid var(--navy);outline-offset:4px}main:focus{outline:none}.skip{position:fixed;left:16px;top:12px;z-index:100;background:var(--navy);color:white;padding:12px 20px;border-radius:8px;transform:translateY(-150%)}.skip:focus{transform:none}
.header-inner{max-width:1312px;padding:0 32px;margin:auto;min-height:88px;display:flex;align-items:center;gap:32px}
.brand{flex-shrink:0}.brand img{width:180px;height:auto}
.header nav{display:flex;align-items:center;justify-content:center;gap:16px;margin:auto}
.header nav button{font-size:14px;font-weight:500;min-height:48px;padding:12px 10px;border-radius:10px;transition:background 180ms}
.header nav button:hover{background:#DCECF4}.header nav span{padding-left:8px}
.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:12px 20px;font-size:14px;line-height:1.4;font-weight:650;border-radius:12px 12px 4px 12px;position:relative;transition:background 180ms,transform 180ms}
.button span{font-size:21px;font-weight:400;line-height:1}.button.primary{background:var(--coral-surface);color:var(--navy)}.button.primary:hover{background:#FF7180;transform:translateY(-1px)}.button.primary:active{transform:translateY(0)}
.menu-toggle{display:none;align-items:center;gap:10px;font-size:14px;min-height:48px;padding:0 14px;border:1px solid var(--line);border-radius:12px}
.eyebrow{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.12em;line-height:1.5}
.brand-dash{display:inline-block;width:15px;height:9px;background:var(--coral);clip-path:polygon(0 100%,55% 0,100% 0,45% 100%)}
.icon-button{width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:26px;line-height:1;flex-shrink:0;transition:background 180ms}.icon-button:hover{background:var(--cloud)}
.module-number{width:28px;height:28px;display:inline-grid;place-items:center;flex-shrink:0;background:var(--navy);color:white;font:600 12px/1 Manrope,Inter,sans-serif;border-radius:8px 8px 2px 8px}
footer{border-top:1px solid var(--line);max-width:1248px;margin:0 auto;min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px;color:var(--muted)}
footer a{display:flex;align-items:center;gap:12px}footer img{width:30px;height:auto}footer button{min-height:48px;font-size:14px}footer button span{margin-left:16px}
body.modal-open{overflow:hidden}dialog{width:min(880px,calc(100vw - 48px));max-height:calc(100dvh - 64px);padding:0;border:1px solid #D1E2EB;border-radius:24px 24px 8px 24px;background:white;color:var(--carbon);box-shadow:0 24px 80px #12324625}
dialog::backdrop{background:#12324680;backdrop-filter:none}.panel-shell{padding:32px 40px 40px}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.panel-header .eyebrow{justify-content:flex-start}#panel-title{font-size:32px;max-width:680px;margin-bottom:24px;letter-spacing:-.035em}
.panel-copy{font-size:16px;color:var(--muted);max-width:620px;line-height:1.8}.panel-copy+.panel-copy{margin-top:16px}.panel-action{margin-top:24px}
.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 32px}.solution{border-top:1px solid var(--line);padding:24px 0}.solution h3{display:flex;align-items:center;gap:12px;font-size:18px;margin-bottom:12px}.solution h3 span{font-size:12px;width:28px;height:28px;display:grid;place-items:center;flex-shrink:0;color:white;background:var(--navy);border-radius:8px 8px 2px 8px}.solution p{color:var(--muted);font-size:14px;line-height:1.7}

.contacts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px}.contact-card{padding:24px;background:var(--cloud);border-radius:16px 16px 4px 16px;transition:background 180ms}.contact-card:hover{background:#DCEEF5}.contact-card.email{grid-column:1/-1;border-left:4px solid var(--coral)}.contact-card small{font-size:14px;color:var(--muted);display:block;margin-bottom:8px}.contact-card strong{font-family:Manrope,Inter,sans-serif;font-size:20px;font-weight:600;color:var(--navy);overflow-wrap:anywhere}
.mobile-links{display:grid;gap:8px}.mobile-links button{min-height:56px;text-align:left;padding:12px 16px;background:var(--cloud);border-radius:12px;font-weight:500}.mobile-links button:last-child{background:var(--coral-surface)}
@media(max-width:1000px){.header-inner{gap:16px;padding:0 24px}.header nav{gap:0}.header nav button{padding:12px 8px}.header-cta{gap:12px;padding:12px 16px}footer{margin:0 24px}}
@media(max-width:800px){.header-inner{min-height:72px;justify-content:space-between}.header nav,.header-cta{display:none}.menu-toggle{display:inline-flex}.brand img{width:180px}.panel-shell{padding:24px}}
@media(max-width:600px){.header-inner{padding:0 20px}.eyebrow{font-size:10px;letter-spacing:.1em}.button{padding:12px 16px}.panel-shell{padding:20px}dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:20px 20px 6px 20px}#panel-title{font-size:27px}.solution-grid{grid-template-columns:1fr}.solution{padding:20px 0}.solution p{font-size:15px}.contacts{grid-template-columns:1fr}.contact-card{padding:20px}.contact-card strong{font-size:17px}.panel-header{margin-bottom:16px}footer{margin:0 20px;min-height:96px;gap:12px}footer a{gap:8px}footer a span{max-width:142px;line-height:1.5}footer button{font-size:13px;white-space:nowrap}footer button span{margin-left:4px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:0s!important;animation-duration:0s!important}}


/* Navigation: a distinct surface, clear action hierarchy and direct module access. */
.header{position:sticky;top:0;z-index:30;background:var(--cloud)}
.header-inner{position:relative;max-width:1376px;min-height:108px;gap:48px}
.brand img{width:176px}
.nav-capsule{display:flex;align-items:center;justify-content:space-between;flex:1;gap:20px;padding:8px 8px 8px 20px;background:white;border:1px solid #DCE9EF;border-radius:40px;box-shadow:0 4px 20px #12324605}
.header nav{margin:0;gap:4px}
.header nav button{display:flex;align-items:center;gap:8px;white-space:nowrap;padding:12px 16px;font-weight:600;border-radius:28px}
.header nav button:hover,.header nav button[aria-expanded="true"]{background:var(--cloud)}
.nav-chevron{transition:transform 180ms}
[aria-expanded="true"]>.nav-chevron{transform:rotate(180deg)}
.nav-actions{display:flex;align-items:center;gap:16px}
.nav-contact{border-left:1px solid var(--line);padding:0 0 0 22px;min-height:32px;font-size:13px;font-weight:550;white-space:nowrap}
.nav-contact:hover{color:#216C94}
.header .header-cta{border-radius:28px;min-height:46px;white-space:nowrap;gap:20px;padding:12px 22px}
.header .header-cta span{display:grid;place-items:center}
.solutions-menu{position:absolute;top:calc(100% - 8px);left:32px;right:32px;display:grid;grid-template-columns:290px 1fr;padding:12px;background:white;border:1px solid var(--line);border-radius:24px;box-shadow:0 24px 60px #12324620;max-height:calc(100dvh - 120px);overflow:auto}
.solutions-intro{padding:28px;background:var(--cloud);border-radius:16px}
.solutions-intro .eyebrow{justify-content:flex-start;font-size:10px}
.solutions-intro h2{font-size:28px;letter-spacing:-.04em;margin:20px 0 14px}
.solutions-intro>p:not(.eyebrow){font-size:14px;line-height:1.7;color:var(--muted)}
.solutions-intro>button{font-size:13px;font-weight:650;text-align:left;padding:20px 0 0}
.solutions-intro>button span{color:#A52A39;margin-left:8px}
.nav-modules{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;padding:18px 26px}
.nav-module-group>h3{font-family:Inter,sans-serif;font-size:10px;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);padding:0 10px 12px}
.nav-module-group>button{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:10px;border-radius:10px;font-size:14px;font-weight:550}
.nav-module-group>button:hover{background:var(--cloud)}
.nav-module-group>button>span:first-child{font-size:10px;font-weight:600;color:var(--muted);background:var(--cloud);border-radius:6px;padding:4px 6px}
.nav-module-group>button>span:last-child{margin-left:auto;color:var(--blue)}
@media(max-width:1150px) and (min-width:801px){.header-inner{gap:24px;padding:0 24px}.nav-capsule{gap:8px;padding-left:8px}.header nav button{padding:12px 10px;font-size:13px}.nav-contact{display:none}.header .header-cta{padding:12px 16px;font-size:13px;gap:12px}.brand img{width:155px}}
@media(max-width:800px){
 .header-inner{min-height:88px;gap:16px;padding:0 20px}.brand img{width:155px}
 .menu-toggle{display:inline-flex;background:white;border-radius:28px;padding:0 18px;font-weight:600}
 .nav-capsule{display:none;position:absolute;top:80px;left:16px;right:16px;border-radius:22px;padding:14px;box-shadow:0 16px 40px #12324618;max-height:calc(100dvh - 96px);overflow:auto}
 .header.mobile-open .nav-capsule{display:flex;flex-direction:column;align-items:stretch;gap:16px}
 .header nav{display:flex;flex-direction:column;align-items:stretch;gap:4px}
 .header nav button{justify-content:space-between;min-height:48px;border-radius:12px;padding:12px 14px}
 .nav-actions{border-top:1px solid var(--line);padding-top:14px;flex-direction:column;align-items:stretch;gap:10px}
 .nav-contact{border:0;padding:8px;min-height:44px}
 .header .header-cta{display:flex}
 .solutions-menu{position:static;display:block;padding:0;border:0;border-radius:0;box-shadow:none;max-height:none;overflow:visible}
 .solutions-intro{display:none}.nav-modules{padding:8px 4px;gap:20px;grid-template-columns:1fr}
 .nav-module-group>h3{padding-bottom:6px}.nav-module-group>button{min-height:44px}
}
/* Customer logos: visible artwork trimmed in CSS and aligned to a common baseline. */
.customer-cloud{background:var(--white);margin-top:0;scroll-margin-top:108px}
.customer-cloud-inner{max-width:1328px;margin:auto;padding:20px 40px}

.logo-marquee{overflow:hidden;direction:ltr;mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}
.logo-track{display:flex;width:max-content;will-change:transform}
.logo-group{display:flex;align-items:flex-end;gap:42px;flex-shrink:0;margin:0;padding:0 42px 0 0;list-style:none}
.customer-logo{display:flex;align-items:flex-end;justify-content:center;width:180px;height:50px;flex:0 0 180px}
.customer-logo>span{display:block;flex-shrink:0;width:var(--logo-width);height:var(--logo-height);background-image:url("assets/clientes.jpg");background-repeat:no-repeat;background-position:var(--logo-x) var(--logo-y);background-size:var(--sprite-width) auto}
@media(max-width:800px){.customer-cloud-inner{padding:18px 20px}.logo-group{gap:24px;padding-right:24px}.customer-logo{width:164px;flex-basis:164px}}
@media(prefers-reduced-motion:reduce){
 .logo-marquee{mask-image:none;overflow:visible}
 .logo-track{width:100%;transform:none!important;will-change:auto}
 .logo-group{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 12px;padding:0}
 .customer-logo{width:100%;min-width:0}
 .logo-group[aria-hidden="true"]{display:none}
}
@media(prefers-reduced-motion:reduce) and (max-width:800px){.logo-group{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce) and (max-width:380px){.customer-logo>span{transform:scale(.85);transform-origin:center bottom}}
/* Customer logos retain their original colors. */
.customer-logo>span{filter:none}


/* Customer brands: a clear introduction and balanced breathing room. */
.customer-cloud-inner{padding-top:44px;padding-bottom:44px}
.customer-cloud-heading{margin:0 0 30px;text-align:center;color:#123246;font-size:clamp(24px,2.4vw,32px);line-height:1.25}
.customer-cloud-wordmark{display:inline-block;width:auto;height:.9em;margin-left:.16em;vertical-align:-.08em}
.logo-group,.customer-logo{align-items:center}
@media(max-width:800px){.customer-cloud-inner{padding-top:32px;padding-bottom:32px}.customer-cloud-heading{font-size:24px;margin-bottom:25px}}
