.elementor-kit-6{--e-global-color-primary:#EB4233;--e-global-color-secondary:#1C1E1F;--e-global-color-text:#0E0F0F;--e-global-color-accent:#E8E6E3;--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:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#EAEAEA;}.elementor-kit-6 a:hover{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-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 *//* Esconde todas as imagens de idioma */
.img-lang {
  display: none;
}

/* Português visível por padrão */
.img-pt {
  display: block;
}
/* 🇺🇸 INGLÊS */
html[lang="en"] .img-lang {
  display: none !important;
}

html[lang="en"] .img-en {
  display: block !important;
}

/* 🇪🇸 ESPANHOL */
html[lang="es"] .img-lang {
  display: none !important;
}

html[lang="es"] .img-es {
  display: block !important;
}

/* 🇧🇷 PORTUGUÊS (reforço) */
html[lang="pt"] .img-lang {
  display: none !important;
}

html[lang="pt"] .img-pt {
  display: block !important;
}


body {
  position: relative;
  overflow-x: hidden !important;
}

.elementor-location-header,
.elementor-nav-menu--dropdown,
.elementor-menu-toggle {
  pointer-events: auto !important;
}

.elementor-off-canvas,
.elementor-nav-menu--dropdown {
  z-index: 99999 !important;
}

@media (max-width:1024px){
  .gtranslate-wrapper {
    display:block;
  }
}
<script>
document.addEventListener("click", function(e) {
    if (e.target.closest(".elementor-menu-toggle")) {
        setTimeout(function() {
            if (typeof google !== "undefined" && google.translate) {
                var select = document.querySelector(".goog-te-combo");
                if (select) {
                    select.dispatchEvent(new Event("change"));
                }
            }
        }, 800);
    }
});
</script>/* End custom CSS */