.Calculator-module__KQpGkq__wrap{flex-direction:column;align-items:center;width:100%;display:flex}.Calculator-module__KQpGkq__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:2.5rem;display:flex}.Calculator-module__KQpGkq__logoWrap{border:1px solid var(--border-subtle);border-radius:var(--r-lg);background:var(--bg);width:80px;height:80px;box-shadow:var(--shadow-sm);transition:transform var(--t);margin-bottom:1.5rem;padding:12px;position:relative}.Calculator-module__KQpGkq__logoWrap:hover{transform:scale(1.05)}.Calculator-module__KQpGkq__title{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:900}.Calculator-module__KQpGkq__subtitle{color:var(--text-secondary);max-width:380px;font-size:14px;font-weight:300;line-height:1.65}.Calculator-module__KQpGkq__inputWrap{width:100%;max-width:360px;margin-bottom:2rem;position:relative}.Calculator-module__KQpGkq__inputIcon{width:28px;height:28px;color:var(--text-tertiary);transition:color var(--t);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.Calculator-module__KQpGkq__inputWrap:focus-within .Calculator-module__KQpGkq__inputIcon{color:var(--brand)}.Calculator-module__KQpGkq__input{border:none;border-bottom:2px solid var(--border);width:100%;font-family:var(--font-display);letter-spacing:-.06em;color:var(--text-primary);text-align:center;transition:border-color var(--t);background:0 0;outline:none;padding:18px 16px 18px 48px;font-size:clamp(2.5rem,10vw,4rem);font-weight:900}.Calculator-module__KQpGkq__input::placeholder{color:var(--bg-muted)}.Calculator-module__KQpGkq__input:focus{border-color:var(--brand)}.Calculator-module__KQpGkq__btnGrid{grid-template-columns:1fr 1fr;gap:12px;width:100%;margin-bottom:2rem;display:grid}.Calculator-module__KQpGkq__btnBruto{background:var(--text-primary);border:1px solid var(--text-primary);border-radius:var(--r-lg);color:#fff;cursor:pointer;transition:background var(--t), border-color var(--t), transform var(--t);flex-direction:column;align-items:center;padding:18px 16px;display:flex}.Calculator-module__KQpGkq__btnBruto:hover{background:var(--brand);border-color:var(--brand);transform:translateY(-2px)}.Calculator-module__KQpGkq__btnNeto{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);color:var(--text-primary);cursor:pointer;transition:border-color var(--t), color var(--t), background var(--t), transform var(--t);flex-direction:column;align-items:center;padding:18px 16px;display:flex}.Calculator-module__KQpGkq__btnNeto:hover{border-color:var(--brand);color:var(--brand);background:var(--bg-subtle);transform:translateY(-2px)}.Calculator-module__KQpGkq__btnLabel{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;opacity:.7;margin-bottom:4px;font-size:10px;font-weight:700}.Calculator-module__KQpGkq__btnText{font-family:var(--font-display);letter-spacing:-.02em;font-size:17px;font-weight:900}.Calculator-module__KQpGkq__result{background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:var(--r-lg);text-align:center;width:100%;margin-bottom:1.5rem;padding:2rem}.Calculator-module__KQpGkq__resultLabel{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--brand);margin-bottom:.75rem;font-size:10px;font-weight:700}.Calculator-module__KQpGkq__resultRow{justify-content:center;align-items:baseline;gap:8px;display:flex}.Calculator-module__KQpGkq__resultAmount{font-family:var(--font-display);letter-spacing:-.07em;color:var(--text-primary);font-size:clamp(2.5rem,10vw,4.5rem);font-weight:900;line-height:1}.Calculator-module__KQpGkq__resultCurrency{font-family:var(--font-display);color:var(--text-secondary);font-size:1.25rem;font-weight:900}.Calculator-module__KQpGkq__note{color:var(--text-tertiary);text-align:center;font-size:12px;font-weight:300;line-height:1.6}@media (max-width:480px){.Calculator-module__KQpGkq__btnGrid{grid-template-columns:1fr}}
.PublicNavigation-module__A1mSva__nav{z-index:200;height:var(--nav-h);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);transition:background var(--t), box-shadow var(--t);background:#ffffffe0;position:fixed;top:0;left:0;right:0}.PublicNavigation-module__A1mSva__navScrolled{box-shadow:var(--shadow-md);border-bottom-color:var(--border);background:#fffffffa}.PublicNavigation-module__A1mSva__inner{height:100%;max-width:var(--max-w);padding-inline:var(--pad-x);justify-content:space-between;align-items:center;margin-inline:auto;display:flex}.PublicNavigation-module__A1mSva__brand{align-items:center;gap:10px;text-decoration:none;display:flex}.PublicNavigation-module__A1mSva__logoWrap{flex-shrink:0;align-items:center;display:flex}.PublicNavigation-module__A1mSva__brandName{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;transition:color var(--t);white-space:nowrap;font-size:14px;font-weight:700}.PublicNavigation-module__A1mSva__brandSep{color:var(--text-tertiary);margin-inline:4px;font-weight:300}.PublicNavigation-module__A1mSva__brand:hover .PublicNavigation-module__A1mSva__brandName{color:var(--brand)}.PublicNavigation-module__A1mSva__links{align-items:center;gap:2px;display:flex}.PublicNavigation-module__A1mSva__link{font-family:var(--font-display);color:var(--text-secondary);border-radius:var(--r-sm);transition:color var(--t), background var(--t);white-space:nowrap;padding:6px 14px;font-size:13.5px;font-weight:400}.PublicNavigation-module__A1mSva__link:hover{color:var(--text-primary);background:var(--bg-subtle)}.PublicNavigation-module__A1mSva__linkActive{color:var(--brand);font-weight:600}.PublicNavigation-module__A1mSva__right{align-items:center;gap:8px;display:flex}.PublicNavigation-module__A1mSva__menuBtn{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--r-sm);cursor:pointer;width:40px;height:40px;transition:background var(--t), border-color var(--t);flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:8px;display:flex}.PublicNavigation-module__A1mSva__menuBtn:hover{background:var(--bg-subtle);border-color:var(--text-tertiary)}.PublicNavigation-module__A1mSva__menuBtnOpen{background:var(--brand);border-color:var(--brand)}.PublicNavigation-module__A1mSva__menuLine{background:var(--text-primary);width:18px;height:1.5px;transition:background var(--t);border-radius:2px;display:block}.PublicNavigation-module__A1mSva__menuBtnOpen .PublicNavigation-module__A1mSva__menuLine{background:#fff}.PublicNavigation-module__A1mSva__overlay{z-index:250;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000059;animation:.1s both PublicNavigation-module__A1mSva__fadeIn;position:fixed;inset:0}@keyframes PublicNavigation-module__A1mSva__fadeIn{0%{opacity:0}to{opacity:1}}.PublicNavigation-module__A1mSva__drawer{z-index:300;background:var(--bg);border-left:1px solid var(--border);width:320px;max-width:90vw;box-shadow:var(--shadow-lg);flex-direction:column;transition:transform .15s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.PublicNavigation-module__A1mSva__drawerOpen{transform:translate(0)}.PublicNavigation-module__A1mSva__drawerHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.PublicNavigation-module__A1mSva__drawerTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;font-size:15px;font-weight:700}.PublicNavigation-module__A1mSva__drawerClose{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--r-sm);cursor:pointer;width:32px;height:32px;transition:background var(--t), border-color var(--t);color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.PublicNavigation-module__A1mSva__drawerClose:hover{background:var(--bg-subtle);color:var(--brand);border-color:var(--brand)}.PublicNavigation-module__A1mSva__drawerClose svg{width:16px;height:16px}.PublicNavigation-module__A1mSva__drawerLinks{flex-direction:column;flex:1;gap:2px;padding:12px;display:flex;overflow-y:auto}.PublicNavigation-module__A1mSva__drawerLink{font-family:var(--font-display);color:var(--text-secondary);border-radius:var(--r-md);transition:color var(--t), background var(--t);justify-content:space-between;align-items:center;padding:14px 16px;font-size:16px;font-weight:500;text-decoration:none;display:flex}.PublicNavigation-module__A1mSva__drawerLink:hover{color:var(--text-primary);background:var(--bg-subtle)}.PublicNavigation-module__A1mSva__drawerLink svg{opacity:.4;width:14px;height:14px;transition:opacity var(--t), transform var(--t)}.PublicNavigation-module__A1mSva__drawerLink:hover svg{opacity:1;transform:translate(3px)}.PublicNavigation-module__A1mSva__drawerLinkActive{color:var(--brand);background:#e331270d;font-weight:700}.PublicNavigation-module__A1mSva__drawerLinkActive svg{color:var(--brand);opacity:1}.PublicNavigation-module__A1mSva__drawerFooter{border-top:1px solid var(--border-subtle);padding:20px 24px}.PublicNavigation-module__A1mSva__drawerFooterText{font-family:var(--font-sans);color:var(--text-tertiary);font-size:12px}.PublicNavigation-module__A1mSva__spacer{height:var(--nav-h)}.PublicNavigation-module__A1mSva__brandShort{display:none}.PublicNavigation-module__A1mSva__brandFull{display:inline}@media (max-width:768px){.PublicNavigation-module__A1mSva__links,.PublicNavigation-module__A1mSva__brandFull{display:none}.PublicNavigation-module__A1mSva__brandShort{display:inline}}.PublicNavigation-module__A1mSva__backBtn{font-family:var(--font-display);color:var(--text-secondary);border-radius:var(--r-full);border:1px solid var(--border);transition:color var(--t), border-color var(--t), background var(--t);white-space:nowrap;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.PublicNavigation-module__A1mSva__backBtn:hover{color:var(--brand);border-color:var(--brand);background:#e331270a}.PublicNavigation-module__A1mSva__backBtn svg{width:14px;height:14px;transition:transform var(--t)}.PublicNavigation-module__A1mSva__backBtn:hover svg{transform:translate(-3px)}
.Footer-module__kFE5CW__footer{background:var(--bg);border-top:1px solid var(--border-subtle);padding:4rem var(--pad-x) 2.5rem;font-family:var(--font-sans)}.Footer-module__kFE5CW__inner{max-width:var(--max-w);grid-template-columns:1.8fr 1fr 1fr 1fr;gap:3rem;margin-inline:auto;display:grid}.Footer-module__kFE5CW__brand{align-items:center;gap:10px;margin-bottom:.75rem;display:flex}.Footer-module__kFE5CW__logoWrap{flex-shrink:0;align-items:center;display:flex}.Footer-module__kFE5CW__brandName{font-family:var(--font-display);color:var(--text-primary);white-space:nowrap;font-size:14px;font-weight:700}.Footer-module__kFE5CW__brandSep{color:var(--text-tertiary);margin-inline:4px;font-weight:300}.Footer-module__kFE5CW__brandCopy{color:var(--text-tertiary);max-width:260px;margin-bottom:1.25rem;font-size:13px;font-weight:300;line-height:1.65}.Footer-module__kFE5CW__socials{flex-wrap:wrap;gap:6px;display:flex}.Footer-module__kFE5CW__socialBtn{border-radius:var(--r-sm);border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-tertiary);transition:border-color var(--t), color var(--t), background var(--t);justify-content:center;align-items:center;display:flex}.Footer-module__kFE5CW__socialBtn:hover{border-color:var(--border);color:var(--text-primary);background:var(--bg-subtle)}.Footer-module__kFE5CW__socialBtn svg{width:14px;height:14px}.Footer-module__kFE5CW__colTitle{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:1rem;font-size:10px;font-weight:700}.Footer-module__kFE5CW__colLinks{flex-direction:column;gap:8px;list-style:none;display:flex}.Footer-module__kFE5CW__colLink{color:var(--text-secondary);transition:color var(--t);font-size:13.5px;font-weight:300}.Footer-module__kFE5CW__colLink:hover{color:var(--text-primary)}.Footer-module__kFE5CW__colText{color:var(--text-tertiary);font-size:13.5px;font-weight:300}.Footer-module__kFE5CW__bottom{max-width:var(--max-w);margin-inline:auto;border-top:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.Footer-module__kFE5CW__copyright,.Footer-module__kFE5CW__region{color:var(--text-tertiary);font-size:12px;font-weight:300}@media (max-width:900px){.Footer-module__kFE5CW__inner{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__kFE5CW__inner{grid-template-columns:1fr}.Footer-module__kFE5CW__bottom{flex-direction:column;align-items:flex-start}}
.Contacto-module__Gnq0ja__wrap{padding:clamp(5rem, 10vh, 7rem) var(--pad-x) var(--section-py);max-width:var(--max-w);margin-inline:auto}.Contacto-module__Gnq0ja__eyebrow{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:2rem;font-size:11px;font-weight:600;display:block}.Contacto-module__Gnq0ja__h1{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);max-width:860px;margin-bottom:1.5rem;font-size:clamp(2.8rem,7vw,6.5rem);font-weight:900;line-height:.92}.Contacto-module__Gnq0ja__accent{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Contacto-module__Gnq0ja__lead{color:var(--text-secondary);max-width:580px;margin-bottom:3.5rem;font-size:clamp(1rem,2vw,1.15rem);font-weight:300;line-height:1.75}.Contacto-module__Gnq0ja__grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.Contacto-module__Gnq0ja__aside{background:var(--bg);border:1px solid var(--border-subtle);border-radius:var(--r-xl);padding:clamp(1.75rem,3vw,2.5rem)}.Contacto-module__Gnq0ja__asideLabel{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:1rem;font-size:11px;font-weight:600}.Contacto-module__Gnq0ja__asideTitle{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:900;line-height:1}.Contacto-module__Gnq0ja__asideCopy{color:var(--text-secondary);margin-bottom:2rem;font-size:14.5px;font-weight:300;line-height:1.7}.Contacto-module__Gnq0ja__contactCard{background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:var(--r-md);align-items:center;gap:12px;margin-bottom:10px;padding:14px 16px;display:flex}.Contacto-module__Gnq0ja__contactCardLabel{font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;color:var(--brand);font-size:10px;font-weight:700}.Contacto-module__Gnq0ja__contactCardValue{font-family:var(--font-display);color:var(--text-primary);font-size:15px;font-weight:700}.Contacto-module__Gnq0ja__contactCardIcon{width:18px;height:18px;color:var(--brand);flex-shrink:0}.Contacto-module__Gnq0ja__benefits{flex-direction:column;gap:8px;margin-top:1.5rem;display:flex}.Contacto-module__Gnq0ja__benefitItem{color:var(--text-secondary);align-items:center;gap:10px;font-size:13.5px;font-weight:400;display:flex}.Contacto-module__Gnq0ja__dot{border-radius:var(--r-full);background:var(--brand);flex-shrink:0;width:6px;height:6px}.Contacto-module__Gnq0ja__formCard{background:var(--bg);border:1px solid var(--border-subtle);border-radius:var(--r-xl);padding:clamp(1.75rem,3vw,2.5rem)}.Contacto-module__Gnq0ja__formLabel{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:.75rem;font-size:11px;font-weight:600}.Contacto-module__Gnq0ja__formTitle{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:900}.Contacto-module__Gnq0ja__form{flex-direction:column;gap:1.25rem;display:flex}.Contacto-module__Gnq0ja__fieldGroup{flex-direction:column;gap:6px;display:flex}.Contacto-module__Gnq0ja__fieldLabel{font-family:var(--font-display);color:var(--text-primary);font-size:12px;font-weight:700}.Contacto-module__Gnq0ja__fieldRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Contacto-module__Gnq0ja__input,.Contacto-module__Gnq0ja__select,.Contacto-module__Gnq0ja__textarea{background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:var(--r-md);width:100%;font-family:var(--font-sans);color:var(--text-primary);transition:border-color var(--t), box-shadow var(--t);-webkit-appearance:none;outline:none;padding:13px 16px;font-size:14.5px;font-weight:400}.Contacto-module__Gnq0ja__input::placeholder,.Contacto-module__Gnq0ja__textarea::placeholder{color:var(--text-tertiary)}.Contacto-module__Gnq0ja__input:focus,.Contacto-module__Gnq0ja__select:focus,.Contacto-module__Gnq0ja__textarea:focus{border-color:var(--brand);background:var(--bg);box-shadow:0 0 0 3px #e3312714}.Contacto-module__Gnq0ja__textarea{resize:none}.Contacto-module__Gnq0ja__submitBtn{font-family:var(--font-display);color:#fff;background:var(--text-primary);border-radius:var(--r-full);cursor:pointer;transition:background var(--t);border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:15px 28px;font-size:14px;font-weight:700;display:inline-flex}.Contacto-module__Gnq0ja__submitBtn:hover{background:var(--brand)}.Contacto-module__Gnq0ja__submitBtn svg{width:16px;height:16px;transition:transform var(--t);flex-shrink:0}.Contacto-module__Gnq0ja__submitBtn:hover svg{transform:translate(3px)}.Contacto-module__Gnq0ja__formNote{color:var(--text-tertiary);text-align:center;font-size:12px;font-weight:300;line-height:1.6}@media (max-width:900px){.Contacto-module__Gnq0ja__grid,.Contacto-module__Gnq0ja__fieldRow{grid-template-columns:1fr}}
.Marquee-module__dPth1q__wrap{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:var(--bg);-webkit-user-select:none;user-select:none;padding:14px 0;overflow:hidden}.Marquee-module__dPth1q__track{width:max-content;animation:40s linear infinite Marquee-module__dPth1q__marquee;display:flex}.Marquee-module__dPth1q__track:hover{animation-play-state:paused}@keyframes Marquee-module__dPth1q__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.Marquee-module__dPth1q__item{white-space:nowrap;align-items:center;gap:20px;padding:0 32px;display:flex}.Marquee-module__dPth1q__label{font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);transition:color var(--t);font-size:12px;font-weight:700}.Marquee-module__dPth1q__label:hover{color:var(--text-primary)}.Marquee-module__dPth1q__sep{border-radius:var(--r-full);background:var(--brand);opacity:.4;flex-shrink:0;width:4px;height:4px}
@keyframes Home-module__jKgjFW__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.Home-module__jKgjFW__hero{text-align:center;min-height:92vh;padding:clamp(6rem, 12vh, 9rem) var(--pad-x) clamp(4rem, 8vh, 7rem);background:var(--bg);margin-top:calc(-1 * var(--nav-h));flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Home-module__jKgjFW__heroEyebrow{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:var(--text-tertiary);border:1px solid var(--border-subtle);border-radius:var(--r-full);background:var(--bg-subtle);margin-bottom:2.5rem;padding:6px 16px;font-size:11px;font-weight:600;display:inline-block}.Home-module__jKgjFW__heroHeadline{font-family:var(--font-display);letter-spacing:-.045em;color:var(--text-primary);max-width:100%;font-size:clamp(3rem,6vw,7rem);font-weight:900;line-height:.88}.Home-module__jKgjFW__heroAccent{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 60%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.Home-module__jKgjFW__heroCopy{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-secondary);z-index:2;text-align:center;max-width:1100px;min-height:4rem;margin:1rem auto 0;font-size:clamp(2.5rem,6vw,7rem);font-weight:900;line-height:.95;position:relative}.Home-module__jKgjFW__heroActions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;margin-top:3rem;display:flex}.Home-module__jKgjFW__btnPrimary{font-family:var(--font-display);color:#fff;background:var(--brand);border-radius:var(--r-full);transition:background var(--t), transform var(--t);white-space:nowrap;align-items:center;gap:8px;padding:14px 30px;font-size:14px;font-weight:700;display:inline-flex}.Home-module__jKgjFW__btnPrimary:hover{background:var(--brand-dark);transform:translateY(-1px)}.Home-module__jKgjFW__btnPrimary svg{width:16px;height:16px;transition:transform var(--t);flex-shrink:0}.Home-module__jKgjFW__btnPrimary:hover svg{transform:translate(3px)}.Home-module__jKgjFW__btnSecondary{font-family:var(--font-display);color:var(--text-secondary);border-radius:var(--r-full);border:1px solid var(--border);transition:border-color var(--t), color var(--t), transform var(--t);white-space:nowrap;background:0 0;align-items:center;gap:8px;padding:14px 30px;font-size:14px;font-weight:600;display:inline-flex}.Home-module__jKgjFW__btnSecondary:hover{border-color:var(--text-secondary);color:var(--text-primary);transform:translateY(-1px)}.Home-module__jKgjFW__heroLogoMark{opacity:.07;pointer-events:none;margin-top:5rem}.Home-module__jKgjFW__statBar{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:var(--bg-subtle)}.Home-module__jKgjFW__statBarInner{max-width:var(--max-w);padding-inline:var(--pad-x);grid-template-columns:repeat(3,1fr);margin-inline:auto;display:grid}.Home-module__jKgjFW__statItem{padding:2.5rem var(--pad-x) 2.5rem 0;border-right:1px solid var(--border-subtle)}.Home-module__jKgjFW__statItem:last-child{border-right:none}.Home-module__jKgjFW__statItem:not(:first-child){padding-left:var(--pad-x)}.Home-module__jKgjFW__statValue{font-family:var(--font-display);letter-spacing:-.05em;color:var(--text-primary);font-size:clamp(2.8rem,5.5vw,5rem);font-weight:900;line-height:1}.Home-module__jKgjFW__statLabel{font-family:var(--font-sans);color:var(--text-tertiary);letter-spacing:.01em;margin-top:8px;font-size:12.5px;font-weight:400}.Home-module__jKgjFW__module{border-bottom:1px solid var(--border-subtle)}.Home-module__jKgjFW__moduleWhite{background:var(--bg)}.Home-module__jKgjFW__moduleSubtle{background:var(--bg-subtle)}.Home-module__jKgjFW__moduleInner{max-width:var(--max-w);padding:var(--section-py) var(--pad-x);grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2.5rem,7vw,7rem);margin-inline:auto;display:grid}.Home-module__jKgjFW__moduleInnerReverse>:first-child{order:2}.Home-module__jKgjFW__moduleInnerReverse>:last-child{order:1}.Home-module__jKgjFW__moduleEyebrow{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:var(--brand);opacity:.8;margin-bottom:1.5rem;font-size:11px;font-weight:600}.Home-module__jKgjFW__moduleHeadline{font-family:var(--font-display);letter-spacing:-.035em;color:var(--text-primary);white-space:pre-line;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:900;line-height:1}.Home-module__jKgjFW__moduleHeadlineAccent{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Home-module__jKgjFW__moduleCopy{font-family:var(--font-sans);color:var(--text-secondary);max-width:460px;margin-top:1.25rem;font-size:clamp(.95rem,1.7vw,1.05rem);font-weight:300;line-height:1.8}.Home-module__jKgjFW__moduleLink{font-family:var(--font-display);color:var(--text-primary);transition:color var(--t);letter-spacing:.01em;align-items:center;gap:6px;margin-top:2rem;font-size:13.5px;font-weight:700;display:inline-flex}.Home-module__jKgjFW__moduleLink:hover{color:var(--brand)}.Home-module__jKgjFW__moduleLink svg{width:15px;height:15px;transition:transform var(--t)}.Home-module__jKgjFW__moduleLink:hover svg{transform:translate(4px)}.Home-module__jKgjFW__moduleVisual{border-radius:var(--r-xl);aspect-ratio:4/3;background:var(--bg-subtle);border:1px solid var(--border-subtle);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Home-module__jKgjFW__moduleVisual:before{content:"";pointer-events:none;background:linear-gradient(135deg,#e331270a 0%,#0000 60%);position:absolute;inset:0}.Home-module__jKgjFW__moduleNumber{font-family:var(--font-display);letter-spacing:-.06em;color:#0000;-webkit-text-stroke:1.5px var(--brand);-webkit-user-select:none;user-select:none;font-size:clamp(8rem,20vw,18rem);font-weight:900;line-height:1}.Home-module__jKgjFW__process{background:var(--bg);padding:var(--section-py) var(--pad-x);border-bottom:1px solid var(--border-subtle)}.Home-module__jKgjFW__processInner{max-width:var(--max-w);margin-inline:auto}.Home-module__jKgjFW__sectionEyebrow{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:var(--text-tertiary);text-align:center;margin-bottom:1.25rem;font-size:11px;font-weight:600}.Home-module__jKgjFW__sectionHeadline{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);text-align:center;margin-bottom:clamp(3.5rem,7vw,6rem);font-size:clamp(2.2rem,5vw,4.5rem);font-weight:900;line-height:.95}.Home-module__jKgjFW__processGrid{border:1px solid var(--border-subtle);border-radius:var(--r-lg);grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.Home-module__jKgjFW__processStep{border-right:1px solid var(--border-subtle);transition:background var(--t-slow);padding:clamp(2.5rem,5vw,4rem);position:relative}.Home-module__jKgjFW__processStep:last-child{border-right:none}.Home-module__jKgjFW__processStep:hover{background:var(--bg-subtle)}.Home-module__jKgjFW__processNum{font-family:var(--font-display);letter-spacing:-.05em;color:#0000;-webkit-text-stroke:1.5px var(--brand);margin-bottom:1.75rem;font-size:clamp(5rem,9vw,8rem);font-weight:900;line-height:1}.Home-module__jKgjFW__processTitle{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.2rem,2.2vw,1.6rem);font-weight:800}.Home-module__jKgjFW__processCopy{font-family:var(--font-sans);color:var(--text-secondary);font-size:14.5px;font-weight:300;line-height:1.75}.Home-module__jKgjFW__cta{background:var(--bg-subtle);padding:var(--section-py) var(--pad-x);text-align:center}.Home-module__jKgjFW__ctaInner{max-width:780px;margin-inline:auto}.Home-module__jKgjFW__ctaHeadline{font-family:var(--font-display);letter-spacing:-.045em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.8rem,7.5vw,7rem);font-weight:900;line-height:.88}.Home-module__jKgjFW__ctaCopy{font-family:var(--font-sans);color:var(--text-secondary);margin-inline:auto;max-width:500px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.1rem);font-weight:300;line-height:1.8}@media (max-width:900px){.Home-module__jKgjFW__moduleInner,.Home-module__jKgjFW__moduleInnerReverse{direction:ltr;grid-template-columns:1fr}.Home-module__jKgjFW__moduleVisual{aspect-ratio:16/7}.Home-module__jKgjFW__statBarInner{grid-template-columns:1fr}.Home-module__jKgjFW__statItem{border-right:none;border-bottom:1px solid var(--border-subtle);padding:1.75rem 0}.Home-module__jKgjFW__statItem:last-child{border-bottom:none}.Home-module__jKgjFW__statItem:not(:first-child){padding-left:0}.Home-module__jKgjFW__processGrid{border-radius:var(--r-md);grid-template-columns:1fr}.Home-module__jKgjFW__processStep{border-right:none;border-bottom:1px solid var(--border-subtle)}.Home-module__jKgjFW__processStep:last-child{border-bottom:none}}@media (max-width:600px){.Home-module__jKgjFW__heroHeadline{font-size:clamp(2.4rem,10vw,3rem)}.Home-module__jKgjFW__moduleHeadline{font-size:clamp(1.8rem,7vw,2.2rem)}.Home-module__jKgjFW__ctaHeadline{font-size:clamp(2rem,9vw,2.8rem)}.Home-module__jKgjFW__btnPrimary,.Home-module__jKgjFW__btnSecondary{justify-content:center;width:100%}.Home-module__jKgjFW__heroActions{flex-direction:column}}.Home-module__jKgjFW__heroMoto{pointer-events:none;filter:drop-shadow(0 40px 80px #e331271a);z-index:0;width:clamp(320px,38vw,560px);height:auto;position:absolute;bottom:0;right:0}@media (max-width:900px){.Home-module__jKgjFW__hero{text-align:center;grid-template-columns:1fr}.Home-module__jKgjFW__heroMoto{order:-1;max-width:260px;margin-inline:auto}.Home-module__jKgjFW__heroActions{justify-content:center}.Home-module__jKgjFW__heroEyebrow{text-align:center}}
.NotFound-module__IfqcAa__page{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.NotFound-module__IfqcAa__content{text-align:center;padding:clamp(5rem, 12vh, 9rem) var(--pad-x);flex-direction:column;flex:1;justify-content:center;align-items:center;animation:.65s both NotFound-module__IfqcAa__fadeUp;display:flex}@keyframes NotFound-module__IfqcAa__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.NotFound-module__IfqcAa__code{font-family:var(--font-display);letter-spacing:-.06em;color:#0000;-webkit-text-stroke:2px var(--border);margin-bottom:1.5rem;font-size:clamp(7rem,20vw,16rem);font-weight:900;line-height:1;display:block}.NotFound-module__IfqcAa__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.8rem,4vw,3.5rem);font-weight:900}.NotFound-module__IfqcAa__copy{color:var(--text-secondary);max-width:460px;margin-bottom:2.5rem;font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:300;line-height:1.75}.NotFound-module__IfqcAa__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.NotFound-module__IfqcAa__btnPrimary{font-family:var(--font-display);color:#fff;background:var(--text-primary);border-radius:var(--r-full);transition:background var(--t);align-items:center;padding:13px 28px;font-size:14px;font-weight:700;display:inline-flex}.NotFound-module__IfqcAa__btnPrimary:hover{background:var(--brand)}.NotFound-module__IfqcAa__btnSecondary{font-family:var(--font-display);color:var(--text-secondary);border-radius:var(--r-full);border:1px solid var(--border);transition:border-color var(--t), color var(--t);background:0 0;align-items:center;padding:13px 28px;font-size:14px;font-weight:600;display:inline-flex}.NotFound-module__IfqcAa__btnSecondary:hover{color:var(--text-primary);border-color:#999}
.Calculadora-module__vzdhVq__page{background:var(--bg);min-height:100vh;font-family:var(--font-sans);flex-direction:column;display:flex}.Calculadora-module__vzdhVq__hero{padding:clamp(5rem, 10vh, 7rem) var(--pad-x) var(--section-py);flex-direction:column;flex:1;align-items:center;display:flex}.Calculadora-module__vzdhVq__heroInner{width:100%;max-width:var(--max-w);flex-direction:column;align-items:center;display:flex}.Calculadora-module__vzdhVq__eyebrow{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:1.5rem;font-size:11px;font-weight:600;display:inline-block}.Calculadora-module__vzdhVq__h1{font-family:var(--font-display);letter-spacing:-.04em;text-align:center;background:linear-gradient(135deg,#003087 0%,#009cde 50%,#0079c1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,4.5rem);font-weight:900;line-height:.95}.Calculadora-module__vzdhVq__lead{color:var(--text-secondary);text-align:center;max-width:560px;margin-bottom:3rem;font-size:clamp(.95rem,2vw,1.1rem);font-weight:300;line-height:1.7}.Calculadora-module__vzdhVq__cardWrap{background:var(--bg);border:1px solid var(--border-subtle);border-radius:var(--r-xl);width:100%;max-width:640px;box-shadow:var(--shadow-md);padding:clamp(1.5rem,4vw,2.5rem)}.Calculadora-module__vzdhVq__disclaimer{color:var(--text-tertiary);text-align:center;max-width:560px;margin-top:2rem;font-size:12px;font-weight:300;line-height:1.6}
@keyframes Interior-module__CEFUca__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Interior-module__CEFUca__page{background:var(--bg);min-height:100vh;font-family:var(--font-sans);color:var(--text-primary)}.Interior-module__CEFUca__hero{padding:clamp(5rem, 12vh, 8rem) var(--pad-x) clamp(4rem, 9vh, 7rem);background:var(--bg);max-width:var(--max-w);margin-inline:auto;animation:.65s both Interior-module__CEFUca__fadeUp}.Interior-module__CEFUca__eyebrow{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:2rem;font-size:11px;font-weight:600;display:inline-block}.Interior-module__CEFUca__h1{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);max-width:900px;margin-bottom:1.5rem;font-size:clamp(2.8rem,7vw,7rem);font-weight:900;line-height:.92}.Interior-module__CEFUca__accent{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Interior-module__CEFUca__lead{font-family:var(--font-sans);color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:clamp(1rem,2.2vw,1.2rem);font-weight:300;line-height:1.75}.Interior-module__CEFUca__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Interior-module__CEFUca__btnPrimary{font-family:var(--font-display);color:#fff;background:var(--text-primary);border-radius:var(--r-full);transition:background var(--t);white-space:nowrap;align-items:center;gap:8px;padding:13px 28px;font-size:14px;font-weight:600;display:inline-flex}.Interior-module__CEFUca__btnPrimary:hover{background:var(--brand)}.Interior-module__CEFUca__btnPrimary svg{width:16px;height:16px;transition:transform var(--t);flex-shrink:0}.Interior-module__CEFUca__btnPrimary:hover svg{transform:translate(3px)}.Interior-module__CEFUca__btnSecondary{font-family:var(--font-display);color:var(--text-secondary);border-radius:var(--r-full);border:1px solid var(--border);transition:border-color var(--t), color var(--t);white-space:nowrap;background:0 0;align-items:center;gap:8px;padding:13px 28px;font-size:14px;font-weight:600;display:inline-flex}.Interior-module__CEFUca__btnSecondary:hover{color:var(--text-primary);border-color:#999}.Interior-module__CEFUca__section{padding:var(--section-py) var(--pad-x);border-top:1px solid var(--border-subtle)}.Interior-module__CEFUca__sectionWhite{background:var(--bg)}.Interior-module__CEFUca__sectionSubtle{background:var(--bg-subtle)}.Interior-module__CEFUca__sectionInner{max-width:var(--max-w);margin-inline:auto}.Interior-module__CEFUca__sectionEyebrow{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:1.25rem;font-size:11px;font-weight:600}.Interior-module__CEFUca__h2{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);max-width:760px;margin-bottom:3rem;font-size:clamp(2rem,4.5vw,3.8rem);font-weight:900;line-height:1}.Interior-module__CEFUca__grid2{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Interior-module__CEFUca__grid3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Interior-module__CEFUca__grid4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.Interior-module__CEFUca__card{background:var(--bg);border:1px solid var(--border-subtle);border-radius:var(--r-lg);transition:border-color var(--t-slow), box-shadow var(--t-slow);padding:clamp(1.75rem,3vw,2.75rem)}.Interior-module__CEFUca__card:hover{border-color:var(--border);box-shadow:var(--shadow-md)}.Interior-module__CEFUca__cardNum{font-family:var(--font-display);letter-spacing:-.05em;color:#0000;-webkit-text-stroke:1.5px var(--brand);margin-bottom:1rem;font-size:clamp(3.5rem,7vw,6rem);font-weight:900;line-height:1}.Interior-module__CEFUca__cardTitle{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:800}.Interior-module__CEFUca__cardCopy{color:var(--text-secondary);font-size:14.5px;font-weight:300;line-height:1.7}.Interior-module__CEFUca__split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,7vw,7rem);margin-bottom:5rem;display:grid}.Interior-module__CEFUca__split:last-child{margin-bottom:0}.Interior-module__CEFUca__splitReverse{direction:rtl}.Interior-module__CEFUca__splitReverse>*{direction:ltr}.Interior-module__CEFUca__splitBody{color:var(--text-secondary);font-size:clamp(1rem,1.8vw,1.1rem);font-weight:300;line-height:1.8}.Interior-module__CEFUca__splitBody strong{color:var(--text-primary);font-weight:700}.Interior-module__CEFUca__checklist{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:1.5rem;display:grid}.Interior-module__CEFUca__checkItem{color:var(--text-secondary);align-items:center;gap:10px;font-size:14px;font-weight:400;display:flex}.Interior-module__CEFUca__checkDot{border-radius:var(--r-full);background:var(--brand);flex-shrink:0;width:6px;height:6px}.Interior-module__CEFUca__ctaStrip{background:var(--bg-muted);border-top:1px solid var(--border-subtle);padding:var(--section-py) var(--pad-x);text-align:center}.Interior-module__CEFUca__ctaStripInner{max-width:680px;margin-inline:auto}.Interior-module__CEFUca__ctaH2{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.2rem,5.5vw,5rem);font-weight:900;line-height:.9}.Interior-module__CEFUca__ctaCopy{color:var(--text-secondary);margin-bottom:2.5rem;font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:300;line-height:1.75}.Interior-module__CEFUca__ctaActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}@media (max-width:900px){.Interior-module__CEFUca__grid4,.Interior-module__CEFUca__grid3{grid-template-columns:1fr 1fr}.Interior-module__CEFUca__split,.Interior-module__CEFUca__splitReverse{direction:ltr;grid-template-columns:1fr}}@media (max-width:600px){.Interior-module__CEFUca__grid2,.Interior-module__CEFUca__grid3,.Interior-module__CEFUca__grid4,.Interior-module__CEFUca__checklist{grid-template-columns:1fr}}.Interior-module__CEFUca__prose{max-width:720px;margin:0 auto}.Interior-module__CEFUca__prose h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);margin:2.5rem 0 .75rem;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:800}.Interior-module__CEFUca__prose p{color:var(--text-secondary);margin-bottom:1rem;font-size:15px;font-weight:300;line-height:1.8}.Interior-module__CEFUca__inlineLink{color:var(--brand);font-weight:500;text-decoration:none}.Interior-module__CEFUca__inlineLink:hover{text-decoration:underline}.Interior-module__CEFUca__lastUpdated{color:var(--text-tertiary);border-top:1px solid var(--border-subtle);margin-top:3rem;padding-top:1.5rem;font-size:12px}
