.elementor-kit-11{--e-global-color-primary:#042C53;--e-global-color-secondary:#D85A30;--e-global-color-text:#4A4A4A;--e-global-color-accent:#25D366;--e-global-color-33bdd36:#0B2A5B;--e-global-color-1e4e1e3:#F7F9FC;--e-global-color-5cf57f1:#E4E8EF;--e-global-color-d8d52ee:#5B6478;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:1.15em;--e-global-typography-primary-letter-spacing:0em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:38px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-11 h1{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:800;}.elementor-kit-11 h2{font-family:"Poppins", Sans-serif;font-size:38px;font-weight:800;}.elementor-kit-11 h3{font-family:"Poppins", Sans-serif;font-size:19px;font-weight:700;}.elementor-kit-11 h4{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:700;}.elementor-kit-11 h5{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:700;}.elementor-kit-11 h6{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.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:478px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}}/* Start custom CSS *//* === BASE === */
::selection {
  background-color: rgba(255, 255, 255, 0.125);
}
html, body {
  overflow-x: hidden;
}
p:last-of-type {
  margin-bottom: 0;
}

/* === SCROLLBAR === */
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #111111;
}
body::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 15px;
  border: 2px solid #111111;
}

/* === TOKENS SONDALE === */
:root {
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 48px;
  --space-xl: 80px;
  --container-max: 1200px;
  --card-radius: 12px;
  --card-gap: 24px;
  --btn-radius: 50px;
  --menu-fixo: 88px;
}

/* === SEÇÕES === */
.elementor-section {
  padding-top: var(--space-xl) !important;
  padding-bottom: var(--space-xl) !important;
}
.elementor-section .elementor-container {
  max-width: var(--container-max) !important;
}

/* === ÂNCORAS: compensa o menu fixo === */
[id] {
  scroll-margin-top: 90px;
}

/* === MOBILE === */
@media (max-width: 768px) {
  .elementor-section {
    padding-top: var(--space-lg) !important;
    padding-bottom: var(--space-lg) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body:not(.nhte-0):not(.nhte-1) .hero {
    height: auto !important;
    min-height: 600px !important;
  }

  /* respiro para o menu inferior fixo não cobrir conteúdo */
  body {
    padding-bottom: var(--menu-fixo) !important;
  }
}/* End custom CSS */