.elementor-kit-8{--e-global-color-primary:#FBBF0D;--e-global-color-secondary:#FDF1D8;--e-global-color-text:#0F532B;--e-global-color-accent:#E36023;--e-global-color-1a68282:#267498;--e-global-color-83c0520:#00A52B;--e-global-typography-primary-font-family:"Gloria Hallelujah";--e-global-typography-primary-font-size:34px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--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;background-color:var( --e-global-color-1a68282 );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-kit-8{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Prevenção de rolagem lateral (horizontal) */
html, body {
  overflow-x: hidden;     /* Bloqueia scroll horizontal */
  overflow-y: auto;       /* Garante scroll vertical normal */
  width: 100%;            /* Define largura total */
  position: relative;     /* Evita bugs de scroll absoluto */
  -webkit-overflow-scrolling: touch; /* Suaviza rolagem no iOS */
  scroll-behavior: smooth; /* Suaviza navegação por âncoras */
}

/* Corrige possíveis quebras causadas por larguras excessivas */
body > * {
  max-width: 100vw;       /* Garante que filhos diretos não estourem a largura da tela */
  overflow-x: hidden;     /* Protege de vazamentos por efeitos */
}

/* Corrige problemas específicos de elementos com animações pesadas no mobile */
@media (max-width: 768px) {
  .parallax, .efeito-lateral, .animado-mobile {
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }
}/* End custom CSS */