.elementor-kit-10{--e-global-color-primary:#ECECEC;--e-global-color-secondary:#F3B96B;--e-global-color-text:#E4E4E4;--e-global-color-accent:#EE9621;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:19px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:19px;--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}@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, body {
  overflow-x: hidden !important;
}


/* Garante que a página role no iOS */
html, body {
  overflow-y: auto !important;
  height: auto !important;
  touch-action: pan-y !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Se algum popup/menu travar o scroll, libera no mobile */
body.no-scroll,
body.elementor-dialog-prevent-scroll,
body.elementor-popup-modal-open {
  overflow: auto !important;
  position: static !important;
}

/* Containers do Elementor: permitem gesto vertical */
.elementor, .elementor-section, .elementor-container, .elementor-widget-container, .elementor-column {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

/* Bug do 100vh no iOS: prefira svh/dvh no mobile */
@media (max-width: 767px){
  [style*="height:100vh"], .vh-100 {
    height: auto !important;
    min-height: 100svh !important; /* ou 100dvh */
  }
}/* End custom CSS */