384
| <![CDATA[<div class="bg-pma2" style="min-height: 1rem"></div>]]>
|
429
| <![CDATA[<div class="bg-pma2" style="min-height: 1rem"></div>]]>
|
54
| <![CDATA[<button type="button" id="" title="NVDA - Leitor de Tela" class="btn btn-acessibilidade btn-pma" accesskey="n"
onclick="location.href='/s/nvda'" onkeydown="location.href='/s/nvda'">
<i class="bi bi-ear"></i>
</button>]]>
|
58
| <![CDATA[<button type="button" id="" title="Aumentar a fonte" class="btn btn-acessibilidade btn-pma" accesskey=","
onclick="window.toggleFontUp()" onkeydown="window.toggleFontUp()">
A<i class="bi bi-plus"></i>
</button>]]>
|
62
| <![CDATA[<button type="button" id="" title="Diminuir a fonte" class="btn btn-acessibilidade btn-pma" accesskey="."
onclick="window.toggleFontDown()" onkeydown="window.toggleFontDown()">
A<i class="bi bi-dash"></i>
</button>]]>
|
66
| <![CDATA[<button type="button" id="" title="Alto Contraste" class="btn btn-acessibilidade btn-pma" accesskey="c"
onclick="window.toggleContrast()" onkeydown="window.toggleContrast()">
<i class="bi bi-circle-half"></i>
</button>]]>
|
117
| <![CDATA[<a class="fw-light text-white me-2 d-block d-sm-none" href="#" title="Contraste" id="altocontraste" accesskey="3" onclick="window.toggleContrast()" onkeydown="window.toggleContrast()">
<i class="bi bi-circle-half"></i>
Contraste
</a>]]>
|
20
| <![CDATA[<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","name":"Limpeza Pública","description":"Portal Institucional da Prefeitura Municipal de Aracruz","url":"https://www.aracruz.es.gov.br","image":"https://www.aracruz.es.gov.br/img/aracruz_logo.jpg"}</script>]]>
|
36
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QHYC2NEN4K');
</script>]]>
|
45
| <![CDATA[<script type="module">
import 'https://cdn.jsdelivr.net/npm/@pwabuilder/pwaupdate';
const el = document.createElement('pwa-update');
document.body.appendChild(el);
</script>]]>
|
73
| <![CDATA[<script>
var x = 100;
function toggleFontUp(){
x = x *1.1;
if (x>200) x=200;
document.body.style.zoom = x +'%';
}
function toggleFontDown(){
x = x *0.9;
if (x<50) x=50;
document.body.style.zoom = x +'%';
}
</script>]]>
|
434
| <![CDATA[<script>
let mybutton = document.getElementById("btn-back-to-top");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {
scrollFunctionBack();
};
function scrollFunctionBack() {
if (
document.body.scrollTop > 20 ||
document.documentElement.scrollTop > 20
) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
mybutton.addEventListener("click", backToTop);
function backToTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>]]>
|
468
| <![CDATA[<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>]]>
|
481
| <![CDATA[<script>
window.laravelCookieConsent = (function () {
const COOKIE_VALUE = 1;
const COOKIE_DOMAIN = 'www.aracruz.es.gov.br';
function consentWithCookies() {
setCookie('PMA_cookie_consentimento', COOKIE_VALUE, 30);
hideCookieDialog();
}
function cookieExists(name) {
return (document.cookie.split('; ').indexOf(name + '=' + COOKIE_VALUE) !== -1);
}
function hideCookieDialog() {
const dialogs = document.getElementsByClassName('js-cookie-consent');
for (let i = 0; i < dialogs.length; ++i) {
dialogs[i].style.display = 'none';
}
}
function setCookie(name, value, expirationInDays) {
const date = new Date();
date.setTime(date.getTime() + (expirationInDays * 24 * 60 * 60 * 1000));
document.cookie = name + '=' + value
+ ';expires=' + date.toUTCString()
+ ';domain=' + COOKIE_DOMAIN
+ ';path=/'
+ ';samesite=lax';
}
if (cookieExists('PMA_cookie_consentimento')) {
hideCookieDialog();
}
const buttons = document.getElementsByClassName('js-cookie-consent-agree');
for (let i = 0; i < buttons.length; ++i) {
buttons[i].addEventListener('click', consentWithCookies);
}
return {
consentWithCookies: consentWithCookies,
hideCookieDialog: hideCookieDialog
};
})();
</script>]]>
|