.elementor-1709 .elementor-element.elementor-element-8abfe66{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-1709 .elementor-element.elementor-element-279f007 .e-search-input{background-color:#754B4B42;border-style:none;}.elementor-1709 .elementor-element.elementor-element-279f007 .e-search-submit{background-color:transparent;background-image:linear-gradient(180deg, #FF2E7A 0%, #f2295b 100%);border-style:none;}#elementor-popup-modal-1709 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1709{justify-content:center;align-items:center;}#elementor-popup-modal-1709 .dialog-widget-content{background-color:transparent;background-image:linear-gradient(180deg, #02010100 0%, #F2295B00 100%);border-style:none;}@media(max-width:1024px){.elementor-widget-search .elementor-pagination{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-1709 .elementor-element.elementor-element-8abfe66{--min-height:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-search .elementor-pagination{font-size:var( --e-global-typography-primary-font-size );}.elementor-1709 .elementor-element.elementor-element-279f007 .e-search-input{border-radius:30px 0px 0px 30px;}.elementor-1709 .elementor-element.elementor-element-279f007{--e-search-submit-margin-inline-start:0px;--e-search-icon-submit-size:15px;--e-search-submit-icon-gap:0px;--e-search-submit-border-radius:0px 30px 30px 0px;--e-search-submit-padding:20px 20px 20px 20px;margin:5px 5px calc(var(--kit-widget-spacing, 0px) + 5px) 5px;padding:10px 0px 0px 0px;width:100%;max-width:100%;border-radius:0px 0px 0px 0px;}.elementor-1709 .elementor-element.elementor-element-279f007.elementor-element{--align-self:center;--order:-99999 /* order start hack */;}#elementor-popup-modal-1709 .dialog-message{width:607px;padding:0px 0px 0px 0px;}#elementor-popup-modal-1709{justify-content:center;align-items:flex-start;}#elementor-popup-modal-1709 .dialog-widget-content{margin:0px 0px 0px 0px;}}/* Start custom CSS */<script>
document.addEventListener("DOMContentLoaded", function () {
    // Procura por todas as barras de pesquisa do Elementor na página
    const camposPesquisa = document.querySelectorAll('input[type="search"], .elementor-search-form__input');

    camposPesquisa.forEach(function (campo) {
        // Força a ativação completa ao tocar no celular
        campo.addEventListener('touchstart', function (e) {
            campo.focus();
        }, { passive: true });

        campo.addEventListener('click', function (e) {
            campo.focus();
        });
    });
});
</script>/* End custom CSS */