window.addEventListener('load', function() {
if (document.body.classList.contains('page-id-14189')) {
//ABRIR IFRAME NO PARENT
var divs = document.querySelectorAll('.btn');
[].forEach.call(divs, function(div) {
div.target = "_parent";
});
//OCULTA OS BOTOES REPETIDOS
document.getElementById("znv-chat-auto-0").style.display = "none";
document.getElementById("_hj_feedback_container").style.display = "none";
}
})