.elementor-kit-4{--e-global-color-primary:#2B2B2B;--e-global-color-secondary:#1F1F1F;--e-global-color-text:#6B7280;--e-global-color-accent:#3A3A3A;--e-global-color-4bbb932:#E5E7EB;--e-global-color-214fa46:#F5F5F5;--e-global-color-4547411:#FFFFFF;--e-global-color-94b746e:#D6D6D6;--e-global-color-1358b33:#222222;--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:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 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){--kit-widget-spacing: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 */html {
  background-color: #2B2B2B;
}

/* garante que o Safari não revele branco no bounce */
body {
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
}

/* cria fundo invisível no overscroll do iOS */
body::before {
  content: "";
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 200vh;
  background: #2B2B2B;
  z-index: -1;
}/* End custom CSS */