.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  /* famílias */
  --font-body: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-display: "Space Grotesk", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  /* leitura */
  --maxw-content: 72ch;
  --lh-tight: 1.12;     /* headings */
  --lh-base: 1.55;      /* parágrafos */
  --track-tight: -0.01em;
  --track-base: 0;

  /* tamanhos fluidos (mob→desk) */
  --fs-h1: clamp(2.0rem, 3.2vw + .6rem, 3.5rem);     /* ~32→56px */
  --fs-h2: clamp(1.5rem, 2.2vw + .4rem, 2.5rem);     /* ~24→40px */
  --fs-h3: clamp(1.25rem, 1.4vw + .5rem, 1.875rem);  /* ~20→30px */
  --fs-body: clamp(1rem, .25vw + .9rem, 1.125rem);   /* ~16→18px */
  --fs-small: clamp(.875rem, .2vw + .8rem, .975rem);

  /* grid 8px */
  --sp-1: 8px;  --sp-2: 12px; --sp-3: 16px; --sp-4: 24px;
  --sp-5: 32px; --sp-6: 40px; --sp-7: 56px; --sp-8: 72px; --sp-9: 96px;
}

/* aplicação base */
body{ font-family:var(--font-body); font-size:var(--fs-body); line-height:var(--lh-base); letter-spacing:var(--track-base) }
h1,h2,h3{ font-family:var(--font-display); line-height:var(--lh-tight); letter-spacing:var(--track-tight); margin:0 0 var(--sp-3) }
h1{ font-size:var(--fs-h1); font-weight:700; max-width:22ch }
h2{ font-size:var(--fs-h2); font-weight:700; max-width:28ch }
h3{ font-size:var(--fs-h3); font-weight:600; max-width:34ch }
p, ul, ol{ margin:0 0 var(--sp-4) }
small, .small{ font-size:var(--fs-small); opacity:.9 }

/* largura do conteúdo */
.prose{ max-width:var(--maxw-content) }
.elementor-container, .container{ max-width:1200px; margin-inline:auto; padding-inline:20px }

/* utilities de layout (você usa onde quiser) */
.stack > * + *{ margin-top: var(--stack, var(--sp-4)); }            /* pilha vertical */
.cluster{ display:flex; flex-wrap:wrap; gap: var(--gap, var(--sp-2)); } /* fileira de chips/badges */
.split{ display:flex; justify-content:space-between; gap: var(--sp-3); align-items:center } /* título + CTA */
/* 1) Caixa universal evita surpresas com padding/border */
*, *::before, *::after { box-sizing: border-box; }

/* 2) Mata rolagem horizontal no site (com fallback) */
html, body { width: 100%; overflow-x: hidden; }
@supports (overflow-x: clip){ html, body { overflow-x: clip; } }

/* 3) Containers do Elementor nunca passam da viewport */
.elementor-section, .elementor-container, .e-con { max-width: 100vw; }

/* 4) Mídias responsivas sempre obedecem a viewport */
img, video, iframe { max-width: 100%; height: auto; display: block; }

/* 5) Botão/links longos não “esticam” o layout */
a, .elementor-button, .elementor-heading-title { word-break: normal; overflow-wrap: anywhere; }/* End custom CSS */