.elementor-3792 .elementor-element.elementor-element-ffe4293{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}body.elementor-page-3792:not(.elementor-motion-effects-element-type-background), body.elementor-page-3792 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS */document.addEventListener("DOMContentLoaded", function() {
    document.getElementById("vejamais").addEventListener("click", function() {
        var section = document.querySelector(".hidden-section");
        if (section.style.display === "none" || section.style.display === "") {
            section.style.display = "block";
        } else {
            section.style.display = "none";
        }
    });
});/* End custom CSS */