/* Valores medidos na homepage: docs/design-system.md. */
:root {
 --color-background:#202531; --color-surface:#272d3b; --color-brand:#7f55c4; --color-brand-light:#a278e6; --color-white:#fff; --color-text:#d1d1d1; --color-muted:#c5c5c5; --color-navigation:#d7d7d7; --color-legal:#b1b1b1; --color-chip:#444e63; --color-whatsapp:#098a1b; --color-overlay:rgba(127,85,196,.68);
 --font-family:Poppins,sans-serif; --font-body:16px; --font-hero:41.6px; --font-section:25.6px; --font-card:19.2px; --font-caption:17.6px; --font-small:14.4px; --font-legal:12.8px; --weight-regular:400; --weight-bold:700; --line-body:27.2px; --line-heading:1.5;
 --space-xs:5px; --space-sm:10px; --space-md:20px; --space-paragraph:24px; --space-column:27px; --space-lg:32px; --space-xl:48px; --space-2xl:64px; --space-3xl:80px; --space-4xl:112px; --space-5xl:128px;
 --container:1366px; --gutter:80px; --services-gutter:0px; --radius-card:20px; --radius-pill:100px; --rule-width:80px; --rule-height:2px; --time-hover:300ms; --time-menu:400ms; --time-slide:500ms; --carousel-delay:2500; --z-header:10; --z-popup:20;
 --hero-art-ratio:.8268; --hero-background-size:95vw; --hero-top-padding:64px; --services-padding-top:64px; --services-padding-bottom:128px; --section-padding:80px; --business-padding:112px; --sites-padding:112px;
}
@media(max-width:1024px){:root{--gutter:32px;--services-gutter:32px;--font-hero:32px;--hero-top-padding:0px;--hero-background-size:min(100vw,42vh);--services-padding-top:128px;--services-padding-bottom:128px;--section-padding:96px;--business-padding:160px;--sites-padding:96px}}
@media(max-width:767px){:root{--font-body:15.6px;--line-body:28.08px;--gutter:23.4px;--services-gutter:15.6px;--font-hero:25.6px;--font-section:22.4px;--hero-background-size:min(90vw,38vh);--services-padding-top:93.6px;--services-padding-bottom:93.6px;--section-padding:78px;--business-padding:187.2px;--sites-padding:78px}}
@media(max-width:767px) and (max-height:700px){:root{--hero-background-size:min(90vw,30vh)}}
