.elementor-kit-137{--e-global-color-primary:#04151D;--e-global-color-secondary:#02344F;--e-global-color-text:#FF4823;--e-global-color-accent:#EB2F27;--e-global-color-9186e44:#FFFFFF;--e-global-color-11c825c:#FF2B00;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:-0.5px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:-0.5px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:-0.5px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:-0.5px;}.elementor-kit-137 e-page-transition{background-color:#FFBC7D;}.elementor-kit-137 a{color:var( --e-global-color-11c825c );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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;}.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:1140px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Remove qualquer folga lateral no mobile */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Garante que todos os elementos respeitem a largura da tela */
* {
  box-sizing: border-box;
  max-width: 100%;
}

/* Corrige containers que estouram */
.container, .site-content, .wrapper {
  overflow-x: hidden;
}

/* Imagens e vídeos não estouram */
img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}/* End custom CSS */