868
| <![CDATA[<script>
$(document).ready(function () {
$('#nav-icon4').click(function () {
$(this).toggleClass('open');
let fclass = $(this).attr("class");
if (fclass === "open") {
showMenu(false);
} else {
$(".d-actions-items").show();
$(".d-m-h").css("display", "none").addClass("d-hide");
$("#d-container").css("height", "100vh");
}
$("#d-container.d-diversos").height($("#d-menu").height());
$("#d-container").css('min-height', (parseInt($(".d-menu-helper").height())+150)+'px' );
$("#d-container.d-diversos").css('min-height', (parseInt($(".d-menu-helper").height())+100)+'px' );
});
$("body .uwy.userway_p1 .uai").css("right", "0");
sessionStorage.setItem("img-back", 0);
});
function slidShow(){
let img_atual = parseInt(sessionStorage.getItem("img-back"));
img_atual++;
if(img_atual >= $(".img-back").length){
img_atual = 0;
}
$(".img-back").addClass("d-hide");
$("#banner_fundo"+img_atual).removeClass("d-hide");
sessionStorage.setItem("img-back", img_atual);
}
function showContactModal() {
if ($("#d-modal-comment").css("display") == "none") {
$(".d-icon-comment").removeClass("btn-green").addClass("btn-grey");
$("#d-modal-comment").css("display", "flex");
}else{
$(".d-icon-comment").addClass("btn-green").removeClass("btn-grey");
$("#d-modal-comment").css("display", "none");
}
}
function showMenu(toogle = false) {
if (toogle) {
$('#nav-icon4').toggleClass('open');
}
$(".d-actions-items").hide();
$(".d-m-h").css("display", "flex").removeClass("d-hide");
$("#d-container").css("height", "auto");
}
function removeAcento(text)
{
text = text.toLowerCase();
text = text.replace(new RegExp('[ÁÀÂÃ]','gi'), 'a');
text = text.replace(new RegExp('[ÉÈÊ]','gi'), 'e');
text = text.replace(new RegExp('[ÍÌÎ]','gi'), 'i');
text = text.replace(new RegExp('[ÓÒÔÕ]','gi'), 'o');
text = text.replace(new RegExp('[ÚÙÛ]','gi'), 'u');
text = text.replace(new RegExp('[Ç]','gi'), 'c');
return text;
}
function setFilter() {
let filter = $("#filter").val();
//Oculta e mostra as linhas
$(".d-swap ul li .d-swap-itens li a").each(function () {
let source = ($(this).data("source"));
let target = $(this).parent("li");
if (removeAcento(source).toLowerCase().search(removeAcento(filter).toLowerCase()) == -1) {
target.css("display", "none");
} else {
target.css("display", "block");
}
});
//Oculta e mostra os h2
for (let index = 1; index <= $(".d-swap ul li .d-swap-itens").length; index++) {
let hide = true;
$(".d-swap ul li #dsi-" + index + " li").each(function () {
if ($(this).css("display") != "none") {
hide = false;
}
});
if (hide) {
$(".d-swap ul li #dsi-" + index).parent().css("display", "none");
} else {
$(".d-swap ul li #dsi-" + index).parent().css("display", "block");
}
}
//Oculta e mostra os h1
for (let index = 0; index < $(".d-swap").length; index++) {
let hide = true;
for (let sub = 1; sub <= $(".d-swap ul li .d-swap-itens").length; sub++) {
$("#ds-"+index+" ul li #dsi-" + sub + " li").each(function () {
if ($(this).css("display") != "none") {
hide = false;
}
});
}
if (hide) {
$("#ds-"+index+" h1").css("display", "none");
} else {
$("#ds-"+index+" h1").css("display", "block");
}
}
}
function showAllFilters() {
if ($("#d-all-filters").css("display") === "none") {
$("#d-all-filters").css("display", "flex");
} else {
$("#d-all-filters").css("display", "none");
}
}
$("#enviar").click(function(event){
const form = "#contact-form-top ";
event.preventDefault();
let errors = "";
if($(form+" #nome").val() == ""){
errors += '* O <b>Nome</b> não pode ficar em branco <br>';
}
if($(form+" #telefone1").val() == ""){
errors += '* O <b>Telefone 1</b> não pode ficar em branco <br>';
}
if($(form+" #email").val() == ""){
errors += '* O <b>E-mail</b> não pode ficar em branco <br>';
}
if($(form+" #assunto").val() == ""){
errors += '* O <b>Assunto</b> não pode ficar em branco <br>';
}
if($(form+" #mensagem").val() == ""){
errors += '* O <b>Mensagem</b> não pode ficar em branco <br>';
}
if(errors.length > 0){
Swal.fire({
icon: 'error',
title: 'Encontramos os seguinte(s) erro(s)',
html: errors,
});
}else{
$("#contact-form-top").submit();
}
});
</script>]]>
|
1106
| <![CDATA[<script>
jQuery(function($){
$(".telefone").mask("(999) 99999-9999");
$('.rg').mask('99.999.999-9');
$('.expeditor').css('textTransform', 'uppercase');
});
function definirNumero(){
switch($('#tipo').val()){
case '1':
$('#numero').mask('9999999999999999');
break;
case '2':
$('#numero').mask('999.999.999-99');
break;
default:
alert('Algo não está correto, atualize a pagina e tente novamente');
}
}
function getAddress() {
var postcode = $("#cep").val().replace(/\D/g, '');
if (postcode.length !== 8 && postcode.length > 0) {
alert('CEP inválido!');
return;
}
$.getJSON('https://viacep.com.br/ws/' + postcode + '/json/unicode/', function (data) {
if (data.erro === true) {
alert('CEP inválido!');
}
$('#rua').val(data.logradouro);
$('#bairro').val(data.bairro);
$('#complemento').val(data.complemento);
$('#cidade').val(data.localidade);
$('#estado').val(data.uf);
});
}
function abrirModal(){
if(validarForm()){
let genero = {"1":"Feminino","2":"Masculino","3":"N\u00e3o informado"};
let estado_civil = {"1":"Casado(a)","2":"Divorciado(a)","3":"Solteiro(a)","4":"Vi\u00favo(a)"};
let deficiencia = {"1":"Sim","0":"N\u00e3o"};
let tipo_deficiencia = {"1":"Auditiva","2":"Locomo\u00e7\u00e3o","3":"Visual","4":"Outros"};
let cor_etnia = {"1":"Amarelo","2":"Branco","3":"Ind\u00edgena","4":"Mulato","5":"Negro","6":"Pardo"};
let vaga_negro = {"1":"Sim","0":"N\u00e3o"};
$('#result_nome').html(' '+$('#nome').val());
$('#result_cpf').html(' '+$('#cpf').val());
$('#result_rg').html(' '+$('#rg').val());
$('#result_orgao_expeditor').html(' '+$('#orgao_expeditor').val());
$('#result_data_nascimento').html(' '+$('#data_nascimento').val());
if(typeof genero[$('#genero').val()] !== 'undefined'){
$('#result_genero').html(' '+ genero[$('#genero').val()]);
}
if(typeof estado_civil[$('#estado_civil').val()] !== 'undefined'){
$('#result_estado_civil').html(' '+ estado_civil[$('#estado_civil').val()]);
}
if(typeof deficiencia[$('#deficiencia').val()] !== 'undefined'){
$('#result_deficiencia').html(' '+ deficiencia[$('#deficiencia').val()]);
}
$('#result_email').html(' '+ $('#email').val());
$('#result_telefone1').html(' '+ $('#telefone1').val());
$('#result_telefone2').html(' '+ $('#telefone2').val());
if(typeof cor_etnia[$('#cor_etnia').val()] !== 'undefined'){
$('#result_cor_etnia').html(' '+ cor_etnia[$('#cor_etnia').val()]);
}
if(typeof vaga_negro[$('#vagas_destinadas_negros').val()] !== 'undefined'){
$('#result_vagas_negros').html(' '+ vaga_negro[$('#vagas_destinadas_negros').val()]);
}
if(typeof tipo_deficiencia[$('#tipo_deficiencia').val()] !== 'undefined'){
$('#result_tipo_deficiencia').html(' '+ tipo_deficiencia[$('#tipo_deficiencia').val()]);
}
$('#result_cargo').html(' '+$('#cargo option:selected').text());
$('#nome_categoria').html(' '+$('#cargo option:selected').text());
$('#result_cep').html(' '+$('#cep').val());
$('#result_rua').html(' '+$('#rua').val());
$('#result_numero').html(' '+$('#numero').val());
$('#result_bairro').html(' '+$('#bairro').val());
$('#result_complemento').html(' '+$('#complemento').val());
$('#result_cidade').html(' '+$('#cidade').val());
$('#result_estado').html(' '+$('#estado').val());
$('#result_anexo1').attr('href', $('#anexo1').val().replace(/C:\\fakepath\\/i, ''));
for(let i=2;i<=10;i++){
if($('#anexo'+i).val().replace(/C:\\fakepath\\/i, '') !== ''){
$('#result_anexo'+i).css('display','block');
$('#result_anexo'+i).attr('href', $('#anexo'+i).val().replace(/C:\\fakepath\\/i, ''));
}else{
$('#result_anexo'+i).css('display','none');
}
}
/*
$('#result_anexo3').attr('href', $('#anexo3').val().replace(/C:\\fakepath\\/i, ''));
$('#result_anexo4').attr('href', $('#anexo4').val().replace(/C:\\fakepath\\/i, ''));
$('#result_anexo5').attr('href', $('#anexo5').val().replace(/C:\\fakepath\\/i, ''));
$('#result_anexo6').attr('href', $('#anexo6').val().replace(/C:\\fakepath\\/i, ''));
$('#result_anexo7').attr('href', $('#anexo7').val().replace(/C:\\fakepath\\/i, ''));
$('#result_anexo8').attr('href', $('#anexo8').val().replace(/C:\\fakepath\\/i, ''));
$('#result_anexo9').attr('href', $('#anexo9').val().replace(/C:\\fakepath\\/i, ''));
$('#result_anexo10').attr('href', $('#anexo10').val().replace(/C:\\fakepath\\/i, ''));
*/
$('#rodape').css('zIndex', '0');
$('#confirmaDados').show();
$('html, body').animate({scrollTop: ($('#confirmaDados').offset().top) - 100}, 'slow');
}
}
function fechaModal(){
$('#confirmaDados').hide();
}
function validarForm(){
let checa = '';
if($('#nome').val() === ''){ checa = checa + ' "NOME" \n '; }
if($('#cpf').val() === ''){ checa = checa + ' "CPF" \n '; }
if($('#rg').val() === ''){ checa = checa + ' "RG" \n '; }
if($('#orgao_expeditor').val() === ''){ checa = checa + ' "ORGÃO EXPEDITOR" \n '; }
if($('#data_nascimento').val() === ''){ checa = checa + ' "DATA DE NASCIMENTO" \n '; }
if($('#genero').val() === ''){ checa = checa + ' "GENERO" \n '; }
if($('#estado_civil').val() === ''){ checa = checa + ' "ESTADO CIVIL" \n '; }
if($('#deficiencia').val() === ''){ checa = checa + ' "DEFICIENCIA" \n '; }
if($('#cor_etnia').val() === ''){ checa = checa + ' "COR ETNIA" \n '; }
if($('#vaga_dastinada_negros').val() === ''){ checa = checa + ' "CONCORRER A VAGAS DESINADAS A NEGROS" \n '; }
if($('#telefone1').val() === ''){ checa = checa + ' "TELEFONE" \n '; }
if($('#cargo').val() === ''){ checa = checa + ' "CARGO" \n '; }
if($('#deficiencia').val() == '1'){
if($('#tipo_deficiencia').val() === ''){ checa = checa + ' "TIPO DE DEFICIENCIA" \n '; }
}
if($('#cep').val() === ''){ checa = checa + ' "CEP" \n '; }
if($('#rua').val() === ''){ checa = checa + ' "RUA" \n '; }
if($('#numero').val() === ''){ checa = checa + ' "NUMERO" \n '; }
if($('#bairro').val() === ''){ checa = checa + ' "BAIRRO" \n '; }
if($('#cidade').val() === ''){ checa = checa + ' "CIDADE" \n '; }
if($('#estado').val() === ''){ checa = checa + ' "ESTADO" \n '; }
if($('#anexo1').val() === ''){ checa = checa + ' "PRIMEIRO ANEXO OBRIGATORIO" \n '; }
if($('#termo_uso').is(":checked") == false){ checa = checa + ' "TERMO DE USO OBRIGATORIO" \n '; }
if(checa){
checa = "O(s) campo(s) obrigatório(s) não pode(m) ficar em branco \n \n " + checa + " ";
alert(checa);
return false;
}else{
return true;
}
}
function hideLoading() {
document.getElementById('divLoading').style.display = "none";
document.getElementById('iframe_transparencia').style.display = "block";
}
function ajustar() {
try {
var oBody = ifrm.document.body;
var oFrame = document.all("iframe_transparencia");
alert(oBody.scrollHeight);
oFrame.style.height = oBody.scrollHeight + (oBody.offsetHeight - oBody.clientHeight);
oFrame.style.width = oBody.scrollWidth + (oBody.offsetWidth - oBody.clientWidth);
}
catch (e) {
window.status = 'Error: ' + e.number + '; ' + e.description;
}
}
</script>]]>
|
1294
| <![CDATA[<script>
$(document).ready(function(){
$("#d-container.d-diversos").height($("#d-menu").height());
});
window.addEventListener('resize', function() {
$("#d-container.d-diversos").height($("#d-menu").height());
});
</script>]]>
|
1360
| <![CDATA[<script>
$( document ).ready(function() {
$('#vLibras').append("<div vw class='enabled'><div vw-access-button class='active'></div><div vw-plugin-wrapper><div class='vw-plugin-top-wrapper'></div></div></div>");
new window.VLibras.Widget('https://vlibras.gov.br/app');
});
</script>]]>
|
1369
| <![CDATA[<script>
function disabledMessFooter(){
$("#messager-footer").addClass("d-hide");
sessionStorage.setItem("messager-footer", "false");
}
var id = new Object();
id = ["#navega h2/9/19", "#navega a/9/19", "#navega li/9/19", "#pagina_lei p/13/23", "#pagina_lei li/9/19"];
var swiper = new Swiper('#topo', {
// pagination: '.swiper-pagination',
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
paginationClickable: true,
// Disable preloading of all images
preloadImages: true,
// Enable lazy loading
lazyLoading: true,
centeredSlides: true,
direction: 'horizontal',
autoplay: 5000,
autoplayDisableOnInteraction: false
});
</script>]]>
|
1398
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PC0YMJZK4D');
</script>]]>
|
1406
| <![CDATA[<script>
var link = document.createElement('meta');
link.setAttribute('property', 'og:url');
link.content = document.location;
document.getElementsByTagName('head')[0].appendChild(link);
</script>]]>
|