function initializeChatScript() { setTimeout(function () { document.getElementById('melanina').style.display = "block"; }, 4000); setTimeout(function () { document.getElementById('balao').style.display = "block"; }, 10000); } function initializeAccessibility() { if(document.getElementById('INDbtnWrap')){ return; } setTimeout(() => { window.interdeal = { "sitekey": "cc52127ab343e8e75fe47beeda87de32", "Position": "Left", "Menulang": "PT", "domains": { "js": "https://cdn.equalweb.com/", "acc": "https://access.equalweb.com/" }, "btnStyle": { "vPosition": [ "20%", null ], "scale": [ "0.7", "0.7" ], "icon": { "type": 1, "shape": "semicircle", "outline": false }, "color": { "main": "#171d2d", "second": "" } } }; (function(doc, head, body){ var coreCall = doc.createElement('script'); coreCall.src = 'https://cdn.equalweb.com/core/2.1.8/accessibility.js'; coreCall.defer = true; coreCall.integrity = 'sha512-tA0/58RaxqQMY+p5wW7LgZM88ckav7DG0iT6VEUqGVyFvH6PcFkmMVuWQgqftDp3BYYHxjeYTAX14Ct7DS/fRQ=='; coreCall.crossOrigin = 'anonymous'; coreCall.setAttribute('data-cfasync', true ); body? body.appendChild(coreCall) : head.appendChild(coreCall); })(document, document.head, document.body); }, 4000); } initializeChatScript(); if(!navigator.userAgentData.mobile){ initializeAccessibility(); }