:root{--site-header-height: 72px}[data-theme=dark]{color-scheme:dark;--surface: #061428;--surface-lowest: #041018;--surface-low: #0a1c38;--surface-high: #0f2748;--surface-highest: #153058;--primary-container: #3d8bff;--on-primary-container: #ffffff;--on-surface: #e8eef7;--on-surface-variant: #a8b8cc;--heading-on-surface: #fdfcff;--card-surface: #0a1c38;--card-border: rgba(0, 86, 210, .22);--card-border-strong: rgba(61, 139, 255, .45);--section-band: #081a32;--pill-bg: #132842;--muted-elevated: #0d2240;--nav-link-inactive: rgba(255, 255, 255, .72);--nav-link-active: #7eb6ff;--brand-wordmark: #fdfcff;--glass-header-bg: rgba(6, 20, 40, .88);--ambient-shadow: 0 24px 60px rgba(0, 40, 90, .35);--tertiary-fixed: #f59e0b;--world-map-opacity: .04;--primary-soft-bg: rgba(0, 86, 210, .22);--footer-border: rgba(255, 255, 255, .08);--footer-link-muted: rgba(255, 255, 255, .5);--eyebrow-label: #7eb6ff;--decorative-muted: rgba(126, 182, 255, .35);--hero-glow: rgba(0, 86, 210, .45);--accent-cta: #c96a2c;--value-bar-bg: #0d2848;--db-navy: #003366;--loja-empty-cta-bg: #f6f8fc;--loja-empty-cta-fg: #0a1628}[data-theme=light]{color-scheme:light;--surface: #f6f8fc;--surface-lowest: #eef2f8;--surface-low: #ffffff;--surface-high: #ffffff;--surface-highest: #e4eaf4;--primary-container: #0056d2;--on-primary-container: #ffffff;--on-surface: #1a2332;--on-surface-variant: #4a5568;--heading-on-surface: #0a1628;--card-surface: #ffffff;--card-border: rgba(0, 51, 102, .1);--card-border-strong: rgba(0, 86, 210, .28);--section-band: #f0f5fb;--pill-bg: #e8f0fa;--muted-elevated: #eef2f8;--nav-link-inactive: rgba(26, 35, 50, .75);--nav-link-active: #0056d2;--brand-wordmark: #003366;--glass-header-bg: rgba(246, 248, 252, .92);--ambient-shadow: 0 20px 50px rgba(0, 51, 102, .1);--tertiary-fixed: #0056d2;--world-map-opacity: .03;--primary-soft-bg: rgba(0, 86, 210, .1);--footer-border: rgba(0, 51, 102, .08);--footer-link-muted: rgba(26, 35, 50, .55);--eyebrow-label: #0056d2;--decorative-muted: rgba(0, 86, 210, .2);--hero-glow: rgba(0, 86, 210, .22);--accent-cta: #a84d18;--value-bar-bg: #e8f2fc;--db-navy: #003366;--loja-empty-cta-bg: #0a1628;--loja-empty-cta-fg: #ffffff}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--surface);color:var(--on-surface)}body{font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4{font-family:Manrope,Inter,system-ui,sans-serif}::selection{background:var(--primary-container);color:var(--on-primary-container)}.glass-header{background:var(--glass-header-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.site-header-layout{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"brand nav actions";align-items:center;column-gap:clamp(12px,2.5vw,24px);row-gap:12px;width:100%}.site-header-layout__brand{grid-area:brand}.site-header-layout__nav{grid-area:nav;justify-content:center}.site-header-layout__actions{grid-area:actions;justify-content:flex-end}@media(max-width:900px){.site-header-layout{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions" "nav nav"}.site-header-layout__nav{justify-content:center;padding-top:2px;flex-wrap:wrap}}.site-header-nav-link{display:inline-flex;align-items:center;min-height:38px}.ambient-shadow{box-shadow:var(--ambient-shadow)}.section-gap{padding-block:clamp(3.5rem,9vw,6.5rem)}.boxdentrega-hero{position:relative;min-height:min(88vh,900px);display:flex;align-items:center;padding:calc(var(--site-header-height, 72px) + 28px) 24px 72px;overflow:hidden}.boxdentrega-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/imgs/img1.png);background-size:cover;background-position:center top}.boxdentrega-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#003366eb,#003366b8 45%,#001e3c8c)}.boxdentrega-hero__inner{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto}.boxdentrega-feature-img{border-radius:16px;overflow:hidden;border:1px solid var(--card-border);aspect-ratio:4 / 3;background:var(--muted-elevated)}.boxdentrega-feature-img img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.boxdentrega-final-cta{position:relative;border-radius:20px;overflow:hidden;padding:clamp(40px,6vw,56px);background:linear-gradient(135deg,#036,#0056d2 55%,#004a9e)}.boxdentrega-final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.12;background-image:linear-gradient(45deg,#fff 12.5%,transparent 12.5%,transparent 50%,#fff 50%,#fff 62.5%,transparent 62.5%,transparent);background-size:24px 24px;pointer-events:none}.boxdentrega-final-cta__inner{position:relative;z-index:1}.db-check-item{display:flex;gap:12px;align-items:flex-start}.hero-cta-orange.ant-btn-primary{background:var(--accent-cta)!important;border-color:var(--accent-cta)!important;color:#fff!important}.hero-cta-orange.ant-btn-primary:hover{filter:brightness(1.08)}[data-theme=dark] .site-header-lang .ant-btn.ant-btn-text{color:var(--on-surface)}[data-theme=dark] .site-header-lang .ant-btn.ant-btn-text:hover{color:var(--primary-container)}[data-theme=dark] .ant-dropdown .ant-dropdown-menu,[data-theme=dark] .ant-dropdown-menu-submenu-popup>.ant-dropdown-menu{background-color:var(--surface-high);border:1px solid var(--card-border)}[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item,[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-submenu-title{color:var(--on-surface)}[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item:hover,[data-theme=dark] .ant-dropdown-menu .ant-dropdown-menu-item-active{background-color:var(--muted-elevated);color:var(--primary-container)}[data-theme=dark] .ant-select-dropdown.ant-select-dropdown-placement-bottomLeft,[data-theme=dark] .ant-select-dropdown.ant-select-dropdown-placement-topLeft{background-color:var(--surface-high);border:1px solid var(--card-border)}[data-theme=dark] .ant-select-item-option-content{color:var(--on-surface)}[data-theme=dark] .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content{color:var(--primary-container)}[data-theme=dark] .ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:var(--muted-elevated)}.app-build-meta{display:inline-block;max-width:100%;word-break:break-word}.loja-empty{max-width:640px;margin:0 auto;padding:32px 16px 48px;text-align:center}.loja-empty-illustration-wrap{display:inline-flex;align-items:center;justify-content:center;margin-bottom:28px;padding:20px;border-radius:16px;background:var(--muted-elevated)}.loja-empty-illustration{display:block;max-width:100%;height:auto;border-radius:8px}.loja-empty-title.ant-typography{margin:0 0 16px!important;color:var(--heading-on-surface)!important;font-weight:700!important;font-size:clamp(1.35rem,4vw,1.75rem)!important;line-height:1.25!important}.loja-empty-description.ant-typography{margin:0 auto 32px!important;max-width:520px;color:var(--on-surface-variant)!important;font-size:1rem;line-height:1.6!important}.loja-empty-notify-card{margin:0 auto 28px;padding:24px;text-align:left;background:var(--card-surface);border:1px solid var(--card-border);border-radius:12px;box-shadow:var(--ambient-shadow)}.loja-empty-notify-card-title{display:block;margin-bottom:8px;color:var(--heading-on-surface);font-size:1.05rem}.loja-empty-notify-card-subtitle.ant-typography{margin-bottom:20px!important;color:var(--on-surface-variant)!important;font-size:.925rem;line-height:1.5!important}.loja-empty-notify-form{display:flex;flex-wrap:wrap;gap:12px;align-items:stretch}.loja-empty-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.loja-empty-notify-input{flex:1 1 200px;min-width:0}.loja-empty-notify-submit.ant-btn-primary{flex:0 0 auto;min-height:40px;border:none;background:var(--loja-empty-cta-bg)!important;color:var(--loja-empty-cta-fg)!important}.loja-empty-notify-submit.ant-btn-primary:hover:not(:disabled){filter:brightness(1.08);background:var(--loja-empty-cta-bg)!important;color:var(--loja-empty-cta-fg)!important}.loja-empty-back-home{display:inline-block;color:var(--primary-container);font-weight:500;text-decoration:none}.loja-empty-back-home:hover{color:var(--nav-link-active);text-decoration:underline}@media(max-width:575px){.loja-empty-notify-form{flex-direction:column}.loja-empty-notify-submit.ant-btn-primary{width:100%}}.loja-vitrine-shell{max-width:1440px;margin:0 auto;padding:24px clamp(16px,4vw,32px);overflow-x:hidden;min-width:0;box-sizing:border-box}.loja-page-title{margin-bottom:24px!important}.loja-section{margin-bottom:40px}.loja-section-title{margin-bottom:16px!important}.loja-catalog-row{margin-left:0!important;margin-right:0!important}.loja-catalog-card .ant-card-body{padding:16px}.loja-card-cover{aspect-ratio:4 / 3;overflow:hidden;background:var(--surface-container, #1f2020)}.loja-card-cover img{width:100%;height:100%;object-fit:cover;display:block}.loja-card-cover--placeholder{min-height:160px}.loja-card-title{margin:0 0 8px!important}.loja-card-price{font-weight:600}.loja-hero{margin-bottom:32px;border-radius:16px;overflow:hidden}.loja-hero-slide{min-height:280px;background-size:cover;background-position:center;position:relative}.loja-hero-slide__overlay{padding:48px clamp(24px,5vw,64px);background:linear-gradient(90deg,#000000bf,#0003);min-height:280px;display:flex;flex-direction:column;justify-content:center}.loja-promo-card .loja-promo-cover{height:120px;background-size:cover;background-position:center}.loja-rich-html{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.loja-rich-html img{max-width:100%;height:auto}.loja-detail{max-width:720px}.loja-detail-image{width:100%;max-height:360px;object-fit:cover;border-radius:12px;margin-bottom:24px}.loja-detail-price{font-size:1.25rem;font-weight:600}
