34
| <![CDATA[<body style="font-family:arial" class="has-drawer">
<div class="fundoAcessibilidade visible-lg visible-md" >
<div class="container-fluid linksOpcoesAcesso col-md-12" >
<ul class="list-inline">
<li class='liAcessibilidade'>
<img class="" src="https://www.weblinesistemas.com/responsivo/imagens/icone_deficiente.png"/>
<span class="hidden-md">Recursos de Acessibilidade:</span>
</li>
<li class='liAcessibilidade'>
<a href="#conteudo" accesskey="1" class="scroll">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/tecla_alt.png"/>
<span>Tecle Alt+1 : ir ao conteúdo</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="#mapa_site" accesskey="2" class=" scroll">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/tecla_alt.png"/>
<span>Tecle Alt+2 : ir ao mapa do site</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="-" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="+" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="cpointer acess-contraste" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0=" >
<img src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_acesso.png" alt="Tecle Alt+1 : ir ao conteúdo" >
</a>
</li>
</ul>
</div>
</div>
<!--<div class="visible-sm visible-xs cpointer " >
;
</div>-->
<div class='navbar-fixed-top'>
<div class="fundoAcessibilidade visible-sm visible-xs cpointer " >
<div data-toggle="collapse" data-target="#acessibilidadeCollapse" style="padding-top: 10px;">
<img style=" vertical-align: bottom;" class="" src="https://www.weblinesistemas.com/responsivo/imagens/icone_deficiente.png"/>
<span><strong>Recursos de Acessibilidade</strong></span>
</div>
</div>
<div class="linksOpcoesAcesso collapse w100Porcento" id='acessibilidadeCollapse' >
<div class='fundoAcessibilidade'>
<ul class="list-unstyled">
<li class='liAcessibilidade'>
<a href="#conteudo" accesskey="1" class="scroll">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/tecla_alt.png"/>
<span>Clique aqui para ir ao conteúdo</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="#mapa_site" accesskey="2" class=" scroll">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/tecla_alt.png"/>
<span>Clique aqui para ir ao mapa do site</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="-" >
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="+" >
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="cpointer acess-contraste" >
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0=" >
<img src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_acesso.png" alt="Tecle Alt+1 : ir ao conteúdo" >
</a>
</li>
</ul>
</div>
</div>
</div>
<script>
$(document).ready(function(){
//***********************************************************************************Faz o aumentar e diminuir a fonte*********************
function aumentaFonte(sinal) {
if(sinal == '+') {
novoTamanho = parseInt(sessionStorage.fonte_atual)+ 2;
} else {
novoTamanho = parseInt(sessionStorage.fonte_atual)- 2;
}
if(novoTamanho >= 12 && novoTamanho <= 18){
sessionStorage.fonte_atual = novoTamanho;
$("*").css('font-size' , novoTamanho);
}
}
if(!sessionStorage.fonte_atual > 0){ sessionStorage.fonte_atual = $('body').css('font-size'); }
$('.acess-texto').click(function(){ aumentaFonte($(this).attr('data-sinal')) });
//*********************************************************************************************************Fim acessibilida fonte**********
//***********************************************************************************Contraste*********************************************
function mudaContraste(contraste){
if(typeof sessionStorage.contraste != "undefined"){ var padrao = JSON.parse(sessionStorage.contrastePadrao); }
if(contraste == 1){
location.reload();
$('body').css('background-color' , padrao.body );
$('.navbar-default').css('background-color' , padrao.navbardefault );
$('header').css('background-color' , padrao.header );
$('.bgAzulescuro').css('background-color' , padrao.bgAzulescuro );
$('.tituloBox ').css('color' , padrao.tituloBox );
$('.textoBox ').css('color' , padrao.textoBox );
$('.box').css('background' , padrao.box );
$('.box2').css('background' , padrao.box2 );
$('.mapa_site').css('background-color' , padrao.mapa_site );
$('.copy').css('background-color' , padrao.copy );
$('.panel-heading').css('background-color' , padrao.panelheading );
$('.border5pxAzul').css('border-top' , padrao.border5pxAzul );
$('#areaMeioPag *').css('color' , padrao.areaMeioPag );
$('.linksNoticias ').css('color' , padrao.linksNoticias );
$('#legendas a').css('color' , padrao.legendas_a );
$('.listaVereadores').css('color' , padrao.listaVereadores );
$('.dropdown-menu').css('background' , padrao.dropdownmenu );
$('.titulo_noticia').css('color' , padrao.tituloNoticia );
$('.subtitulo_noticia').css('color' , padrao.subtituloNoticia );
$('.chamada_noticia').css('color' , padrao.chamadaNoticia );
$('.tituloPagina').css('color' , padrao.tituloPagina );
$('.listaUltimasGalerias div').css('color' , padrao.listaUltimasGalerias );
$( "tr" ).css( "background-color", "" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "" );
$('.tiposBuscador').css('color' , padrao.tiposBuscador );
$('.numberDiaAcess').css('color', padrao.numberDiaAcess);
$('.legendaAcess').css('color', padrao.legendaAcess);
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
Newarray = arraySrc.filter((value)=>value!='contraste');
neWarraySrc = Newarray.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}else if(contraste == 0){
$('.select2-selection__rendered').css('background-color' ,'#000');
$('.thumbnail').css('background-color' ,'#000');
$('.text-decoration-none ').css('background-color' ,'transparent');
$('.breadcrumb').css('background-color' ,'transparent');
$('body').css('background-color' ,'#000');
$('.navbar-default').css('background-color' ,'#000' );
$('header').css('background-color' , '#585858' );
$('.bgAzulescuro').css('background-color' ,'#000' );
$('.tituloBox').css('color' ,'yellow' );
$('.textoBox').css('color' ,'yellow' );
$('.box').css('background' ,'transparent' );
$('.box2').css('background' ,'transparent' );
$('.mapa_site').css('background-color' , '#585858' );
$('.copy').css('background-color' ,'#000' );
$('.panel-heading').css('background-color' ,'#585858' );
$('.border5pxAzul').css('border-top' ,'0' );
$('#areaMeioPag *').css('color' ,'#FFF' );
$('.linksNoticias ').css('color' ,'#FFF' );
$('#legendas a').css('color' ,'#FFF' );
$('.listaVereadores').css('color' ,'#FFF' );
$('.titulo_noticia').css('color' ,'#FFF' );
$('.subtitulo_noticia').css('color' ,'#FFF' );
$('.chamada_noticia').css('color' ,'#FFF' );
$('.listaUltimasGalerias div').css('color' ,'yellow' );
$('.tituloPagina').css('color' ,'#FFF' );
$('.dropdown-menu').css('background-image', 'url( "https://www.weblinesistemas.com/responsivo/imagens/submenu_preto.png" )');
$( "tr" ).css( "background-color", "#000000" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "#42545d" );
$('.tiposBuscador').css('color' , '#FFF');
$('.btn-default').css('color' , '#333');
$('.numberDiaAcess').css('color', '#FFF');
$('.legendaAcess').css('color', '#FFF');
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
arraySrc.splice( arraySrc.length-1 ,0 ,'contraste');
neWarraySrc = arraySrc.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}
}
if(sessionStorage.contraste == 0){
mudaContraste(sessionStorage.contraste);
}
if(typeof sessionStorage.contraste == "undefined"){
sessionStorage.contraste = 1; //inicializa a session
sessionStorage.contrastePadrao = JSON.stringify({
body:$('body').css('background-color'),
header:$('header').css('background-color'),
navbardefault:$('.navbar-default').css('background-color'),
bgAzulescuro:$('.bgAzulescuro').css('background-color'),
tituloBox :$('.tituloBox ').css('color'),
textoBox :$('.textoBox ').css('color'),
box :$('.box').css('background'),
box2 :$('.box2').css('background'),
mapa_site :$('.mapa_site').css('background-color'),
border5pxAzul :$('.border5pxAzul').css('border-top'),
panelheading :$('.panel-heading ').css('background-color'),
copy :$('.copy ').css('background-color'),
areaMeioPag :$('#areaMeioPag ').css('color'),
linksNoticias :$('.linksNoticias ').css('color'),
legendas_a : $('#legendas a').css('color'),
listaVereadores : $('.listaVereadores').css('color'),
dropdownmenu : $('.dropdown-menu').css('background'),
tituloNoticia : $('.titulo_noticia').css('color'),
subtituloNoticia : $('.subtitulo_noticia').css('color'),
chamadaNoticia : $('.chamada_noticia').css('color'),
listaUltimasGalerias : $('.listaUltimasGalerias div').css('color'),
tituloPagina : $('.tituloPagina').css('color'),
});
//Obj com as tags para mudar a cor e guardar o valor padrao.
}
$('.acess-contraste').click(function(){
sessionStorage.contraste = sessionStorage.contraste == 1 ? 0 : 1 ;
mudaContraste(sessionStorage.contraste);
});
//*********************************************************************************************************Fim Contraste**********
});
</script>
<header>
<div class="topoBarra1"><!-- div da faixa do topo --></div>
<div id="carouselTopo" class="carousel slide carousel-fade" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<a href="?pag=">
<img src="images/topo.jpg" class="imgTopo" width="100%"/>
</a>
</div>
</div>
</div>
</header>
<script>
/*$('#carouselTopo').carousel();*/
</script><nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav menu-topo">
<li class="dropdown " data-link="#" data-blank="">
<a href="#" target="" class="dropdown-toggle uppercase bold " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Câmara</a>
<ul class="dropdown-menu">
<li><a href="?pag=" target="">Página Principal</a></li>
<li><a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009" target="">Comissões</a></li>
<li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9" target="">Dados Abertos</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=8" target="">Galeria dos Presidentes</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=219" target="">Hino do Município</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=214" target="">História do Município</a></li>
<li><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9" target="">Legislaturas</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=230" target="">Organograma</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=220" target="">Símbolos e Brasões</a></li>
</ul>
</li>
<li class="dropdown " data-link="#" data-blank="">
<a href="#" target="" class="dropdown-toggle uppercase bold " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Legislação</a>
<ul class="dropdown-menu">
<li><a href="?pag=T0RJPU9UYz1PVEk9T1RnPU9EUT1PVFE9T0dNPU9XTT1PR0U9" target="">Atos da Mesa</a></li>
<li><a href="https://www.al.sp.gov.br/repositorio/legislacao/constituicao/1989/compilacao-constituicao-0-05.10.1989.html" target="_blank">Constituição Estadual</a></li>
<li><a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm" target="_blank">Constituição Federal</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=4" target="">Decretos Legislativos</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=5" target="">Emendas a LOM</a></li>
<li><a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=1" target="">Julgamento de Contas do Executivo</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T0RRPU9UUT1PVGs9T0dVPU9HRT1PVGM9T1RRPU9HVT1PR1U9" target="">Lei Orgânica do Municipio</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=235" target="">Leis Complementares</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=234" target="">Leis Ordinárias</a></li>
<li><a href="?pag=T1RFPU9UST1PVFU9T1RrPU9EWT1PVGs9T1RBPU9HRT1PV009T0dNPU9Uaz1PV009" target="">Portarias</a></li>
<li><a href="?pag=T1RNPU9EZz1PR0U9T0dVPU9UST1PR009T1RVPU9XUT1PVGc9T0dFPU9UUT1PV0k9WVRFPU9UUT1ZVEU9T1dZPVlUQT0=" target="">Regimento Interno</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=3" target="">Resoluções</a></li>
</ul>
</li>
<li class="dropdown " data-link="#" data-blank="">
<a href="#" target="" class="dropdown-toggle uppercase bold " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Vereadores</a>
<ul class="dropdown-menu">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST1PR1U9T1dVPQ==" target="">Vereadores</a></li>
</ul>
</li>
<li class="dropdown " data-link="#" data-blank="">
<a href="#" target="" class="dropdown-toggle uppercase bold " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Sessão</a>
<ul class="dropdown-menu">
<li><a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1OMk09T1RBPU9XVT1ZVEE9T0dVPU9XVT0=" target="">Atas</a></li>
<li><a href="?pag=T0RjPU9UVT1PRGc9T1RZPU9XRT1PR009T1RVPU9HTT1PVEk9T0dNPU9HRT1ZVE09T1RJPVlURT1PVFE9T1RJPU9UVT1ZVEk9WVRVPU9XRT1ZVGc9&pg=1" target="">Frequência Vereadores</a></li>
<li><a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9&pg=1" target="">Pautas</a></li>
</ul>
</li>
<li class="dropdown " data-link="#" data-blank="">
<a href="#" target="" class="dropdown-toggle uppercase bold " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Processo Legislativo</a>
<ul class="dropdown-menu">
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=1" target="">Indicações</a></li>
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=2" target="">Moções</a></li>
<li><a href="?pag=T0RJPU9UVT1PVFE9T0RRPU9UUT1PR1E9T1RBPU9HTT1PVEk9T1dFPU9XVT1PR009T1RFPU9UZz1ZVFU9T1RZPVlUTT0=" target="">Ofícios Diversos</a></li>
<li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=" target="">Projetos Aprovados</a></li>
<li><a href="?pag=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9&pg=1" target="">Projetos em Tramitação</a></li>
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=3" target="">Requerimentos</a></li>
</ul>
</li>
<li class="dropdown " data-link="#" data-blank="">
<a href="#" target="" class="dropdown-toggle uppercase bold ultimo-topo " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Licitação</a>
<ul class="dropdown-menu">
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=8" target="">Carta Convite</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=3" target="">Concurso</a></li>
<li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009" target="">Contratos</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPU9EZz1PR009T1dFPU9Uaz1ZVE09T1dNPU9UST1PVEE9T1RRPU9UST1ZVEk9" target="">Convocação</a></li>
<li><a href="?pag=T0dRPU9HTT1PRFk9T0dVPU9Uaz1PRGc9T0dFPU9UZz1PR1U9T1dVPU9HRT1ZVEE9T1RJPU9XWT1PVEE9WVRNPU9UST0=" target="">Licitações</a></li>
<li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPU5XRT1PR1U9T1dJPU9XVT1OV009WVRBPVlUTT1PVFk9T1RRPVlUST1PV0U9WVRVPVlXST1PV0U9WVdJPVlUUT1ZV0U9" target="">Relações de Compras e Serviços</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<script>
$(document).ready(function(){
$('.click-link').click(function(){
if($(this).data('blank') == '_blank'){
window.open($(this).data('link'));
}else{
window.location = $(this).data('link');
}
})
})
</script>
<div class="container">
<div class="row">
<div class="col-md-3 clearfix">
<div style="border-radius:4px;" class="box" >
<div class="" style="display:table;">
<ul class="listaVereadores visible-lg visible-md" ><!-- Para mostrar o presidente acima no desktop -->
<li class=" cpointer" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=23&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/0199a827c1fc99d74c16795fc1aaf93c_presidente.jpg" alt="MARCELO DOS SANTOS - MDB" title="MARCELO DOS SANTOS - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="maxWidth48porcent">
<div class="tituloBox">Vereadores</div>
<div class="w125px fs9px" >18ª LEGISLATURA</div>
<span class='fs11px'>Presidente Atual</span><div class='fs11px'>MARCELO DOS SANTOS</div>
</li>
</ul>
<div class="clearfix"></div>
<ul class="listaVereadores" >
<li class="cpointer hidden-lg hidden-md" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=23&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/0199a827c1fc99d74c16795fc1aaf93c_presidente.jpg" alt="MARCELO DOS SANTOS - MDB" title="MARCELO DOS SANTOS - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=3&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="CLAUDEMIR JACINTO SIQUEIRA - Cral" title="CLAUDEMIR JACINTO SIQUEIRA - Cral" src="temp/73e915fb6268d332b2af3457dca40859____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=34&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="FERNANDO MONTEIRO - " title="FERNANDO MONTEIRO - " src="temp/daa59afe5929174e153423b3ccdf4350____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=35&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="JOÃO ARAÚJO DA SILVA - " title="JOÃO ARAÚJO DA SILVA - " src="temp/61159373e6efee42529a4c05ad254762____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=33&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="JOSUÉ DOS SANTOS SENA - " title="JOSUÉ DOS SANTOS SENA - " src="temp/220c295bc604874a5c0ee804f4d47124____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=24&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MARCOS ANTONIO DE ARAUJO - " title="MARCOS ANTONIO DE ARAUJO - " src="temp/c0732e47c46881e762876bb9829da401____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=22&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MARCOS ROGERIO SILVINO BRIQUEZI - " title="MARCOS ROGERIO SILVINO BRIQUEZI - " src="temp/1ff636e93f7a8f10fb027a78d7e0a04b____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=36&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MATHEUS ZANETI DE OLIVEIRA - " title="MATHEUS ZANETI DE OLIVEIRA - " src="temp/8a9ac5ff19c7637ad851540e73b0db02____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=6&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MILTON R. DE S. ARRUDA JÚNIOR - " title="MILTON R. DE S. ARRUDA JÚNIOR - " src="temp/1dbf311af5ef2ddd96d265bd86d0a204____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
</ul>
</div>
</div>
<div class="h10px"></div>
<div class="clearfix visible-lg visible-md ">
<div class="row">
<div class="col-sm-12 sideBarMenuLeft">
<a href="http://spo-rbr6.dizinc.com/webmail" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://www.camaraubirajara.sp.gov.br/?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=231" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/perguntas_frequentes_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://www.camaraubirajara.sp.gov.br/ouvidoria" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_queremos_ouvir_voce.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://18.230.97.7/portalservidor#/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/portal_servidor_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://portalsic.net.br/cmubirajara" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/acesso_a_informacao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://18.230.97.7/pronimtb/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transparencia_314x110.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://portalsic.net.br/cmubirajara/e-sic/index.php" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/banner_sic_217x130.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<div class="h10px"></div>
<div id='divEnquete' class="img-responsive-100">
</div>
</div>
</div> </div>
<div id="drawerExample" class="drawer dw-xs-10 dw-sm-6 dw-md-4 fold hidden-lg hidden-md maxWidth200px" aria-labelledby="drawerExample">
<div class="drawer-controls ">
<a href="#drawerExample" data-toggle="drawer" href="#drawerExample" aria-foldedopen="false" aria-controls="drawerExample" >
<img src="https://www.weblinesistemas.com/responsivo/imagens/menu_lateral.png" /></a>
</div>
<div class="drawer-contents">
<div class="drawer-body">
<div class="row">
<div class="col-sm-12 sideBarMenuLeft">
<a href="http://spo-rbr6.dizinc.com/webmail" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://www.camaraubirajara.sp.gov.br/?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=231" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/perguntas_frequentes_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://www.camaraubirajara.sp.gov.br/ouvidoria" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_queremos_ouvir_voce.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://18.230.97.7/portalservidor#/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/portal_servidor_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://portalsic.net.br/cmubirajara" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/acesso_a_informacao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://18.230.97.7/pronimtb/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transparencia_314x110.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://portalsic.net.br/cmubirajara/e-sic/index.php" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/banner_sic_217x130.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<div class="h10px"></div>
<div id='divEnquete' class="img-responsive-100">
</div>
</div>
</div> </div>
</div>
</div>
<div class="visible-md visible-lg">
</div>
</div>
<div class="col-md-7 paddingLeft0px" id="areaMeioPag">
<a id="conteudo" ><!-- ancora para acessibilidade --> </a>
<div class='row'>
<div class='col-md-12'>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="?pag=">Página Inicial</a></li>
<li class="breadcrumb-item"><a href="?pag=T1RVPU9UST1PRGM9T0RZPU9UZz1ObUU9T0RnPU9XUT1PR1U9T1RJPU9XRT1PV1k9T1RZPU9UQT1ZVEk9TnpnPU9UST1PV1k9T1RnPVlUYz1PV1U9T1RnPQ==">Galerias</a></li>
<li class="breadcrumb-item active">Galerias Vídeos</li>
</ol>
</div>
</div>
<div id="container">
<div id="gal_categoria">
<div class="container-fluid">
<div class="row textAlingnLeft border-button-style">
<div class="col-md-4">
<img src="https://www.weblinesistemas.com/imagens_camaras/bg_videos.png" alt="Galeria Fotos" />
</div>
<div class="col-md-8 text-align-right">
<form class="form-inline" method="GET">
<div class="form-group">
<label for=""></label>
<!--<input type="text" placeholder="Palavra Chave" class="form-control" />-->
<input type="hidden" name="pag" value="T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9XWT1PVEk9T0dZPU9UQT1PV009" />
</div>
<div class="form-group input-group">
<label for="pwd"></label>
<select class="form-control js-select2-single" name="idCategoria">
<option value="">Selecione a categoria</option>
<option value="6" >Sessões solenes </option>
</select>
<div class="input-group-btn">
<button class="btn btn-search-custom"><i class="icon-search fa fa-search"></i></button>
</div>
</div>
</form>
</div>
</div>
</div>
<div class='paginacao' align='center'><nav aria-label="Page navigation"><ul class="pagination"><li><a class='text-decoration-none ' data-pg='' href='?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9XWT1PVEk9T0dZPU9UQT1PV009&tipo=Videos&idCategoria=&pg='><strong><strong>[-]</strong>
</strong></a></li>
</ul></nav></div>
<ul class="gallery">
<li onclick="location.href='?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9XWT1PVEk9T0dZPU9UQT1PV009&tipo=Videos&idCategoria=&categoria=6'" title="Sessões Solenes ">
<div style="background: url('temp/cb7fd1f6abb56c905de47df3ce1b34bc_galerias.jpg');background-repeat: no-repeat; height: 95px; background-position: center top; background-size: 125px; cursor: pointer;margin-bottom:3px">
</div>
<div>
Sessões Solenes </div>
</li>
</ul>
</div>
</div>
<div class="h10px"></div> </div>
<div class="col-md-2 paddingLeft0px" >
<div class="sideBarMenuRightTop">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<form method="POST" id="form-escolha-busca" action="?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yST1PVFE9T1dFPVlUUT0=" >
<div class="input-group input-group">
<label for="palavraChave"></label>
<input type="text" class="form-control" id="palavraChave" name="palavraChave" placeholder="Digite o texto" />
<div class="input-group-btn">
<button class="btn"><i class="icon-search"></i></button>
</div>
</div>
</form>
</div>
</div><div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 paddingRight0px">
<div class="form-inline tiposBuscador paddingTop7px">
<input type="radio" name="pag" id="pag1" class="pagBusc" />
<label>Notícia</label>
<input type="radio" name="pag" id="pag2" checked class="pagBusc" />
<label>Legislação</label>
<input type="radio" name="pag" id="pag3" class="pagBusc" /><label>Propositura</label>
</div>
</div>
</div>
<div class="h10px"></div>
<script>
$(document).ready(function(){
$('#pag1').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==' );
});
$('#pag2').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yST1PVFE9T1dFPVlUUT0=' );
});
$('#pag3').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yWT1ZVEU9WVRBPVlURT1ZVEk9WVRZPU9XVT1ZVGs9WVdNPVlUaz1PV0U9WVdNPQ==' );
});
});
</script>
</div>
<div class="row">
<div class="col-sm-12 sideBarMenuRight">
<a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9" style="text-decoration:none; cursor:pointer;">
<div class="col-md-12 mapa_site topoBoxSessao btnProximaBackground">
Próxima Sessão
</div>
<div class="proximasessaoDiv" >
<div class="h10px"></div>
<p class='linhaSessao' style='padding-top:20px;margin:10px;border-bottom: 1px solid #ddd;'>35ª Sessão Ordinária</p><p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>18ª LEGISLATURA MUNICIPAL 2021 - 2024</p><p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>02/10/2022 às 20h00</p><p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>Local: Sala das Sessões Ver. José Roberto Gomes. </p> <div class="h10px"></div>
</div>
</a>
<div class="h10px"></div>
<a href="https://www.camaraubirajara.sp.gov.br/?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_quadrado/contas_publicas_camara_217x65.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://www.camaraubirajara.sp.gov.br/?pag=T1RVPU9HTT1PVE09T1RRPU56az1PVGs9T0RnPU9UYz1PV009T1RnPU9UUT1ZVEE9WVRBPU9UQT1PV1U9" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_quadrado/transmissao_cinza_214x65.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<div class="h10px"></div>
<div id="painel-links-uteis" >
<div class="panel-group">
<div style="border-radius:5px;" class="panel panel-default borderNone ">
<div id="collapse1c" class="panel-collapse collapse in">
<img class='w100Porcento' src="https://www.weblinesistemas.com/responsivo/imagens/galeria_multimidia_layout1.jpg" class="img-responsive" />
</div>
<div class="panel-footer " style="background-color:#f2f2f2;">
<ul class="list-inline center-table" style="text-align:center;">
<li ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9XWT1PVEk9T0dZPU9UQT1PV009" >Vídeos</a></li>
<li class="borderLeftRigth liGaleria" ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HRT1PV1U9T0dZPU9UUT1PV009" >Áudios</a></li>
<li ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HWT1PVGc9T1dZPU9XRT0=" >Fotos</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="painel-links-uteis" class="" >
<div class="panel-group" style="margin-bottom: 0px;">
<div class="panel panel-default borderNone layouPainel">
<div class="panel-heading ">
<h4 class="panel-title textoBox">
<a data-toggle="collapse" href="#collapse1">Links Úteis</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<ul class="list-group">
<li class="list-group-item"> <a href="http://www.ubirajara.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Prefeitura Municipal</a></li>
<li class="list-group-item"> <a href="http://www.brasil.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Federal</a></li>
<li class="list-group-item"> <a href="http://www.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Estadual</a></li>
<li class="list-group-item"> <a href="http://www.presidencia.gov.br/legislacao" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Federal</a></li>
<li class="list-group-item"> <a href="http://www.legislacao.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Estadual</a></li>
<li class="list-group-item"> <a href="http://www.receita.fazenda.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Receita Federal</a></li>
<li class="list-group-item"> <a href="http://www.fazenda.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Secretaria da Fazenda</a></li>
<li class="list-group-item"> <a href="http://www.tce.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Tribunal de Contas do Estado</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="h10px"></div>
</div>
</div> </div>
</div>
</div>
<a id="mapa_site" ><!-- ancora para acessibilidade --> </a>
<div class="h10px" ></div>
<footer class="mapa_site">
<div class="container ">
<div class="row paddingLeft15px">
<div class="col-md-9 col-sm-9 col-xs-12 ">
<div class="row">
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Câmara</a>
</div>
<ul class="">
<li><a href="?pag=">Página Principal</a></li>
<li><a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009">Comissões</a></li>
<li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9">Dados Abertos</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=8">Galeria dos Presidentes</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=219">Hino do Município</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=214">História do Município</a></li>
<li><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9">Legislaturas</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=230">Organograma</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=220">Símbolos e Brasões</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Legislação</a>
</div>
<ul class="">
<li><a href="?pag=T0RJPU9UYz1PVEk9T1RnPU9EUT1PVFE9T0dNPU9XTT1PR0U9">Atos da Mesa</a></li>
<li><a href="https://www.al.sp.gov.br/repositorio/legislacao/constituicao/1989/compilacao-constituicao-0-05.10.1989.html">Constituição Estadual</a></li>
<li><a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm">Constituição Federal</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=4">Decretos Legislativos</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=5">Emendas a LOM</a></li>
<li><a href="?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1JPU9UZz1PR009WVRBPU9UZz1PVEk9T1dJPVlUTT1PV1U9WVRRPQ==&tipo_doc=1">Julgamento de Contas do Executivo</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T0RRPU9UUT1PVGs9T0dVPU9HRT1PVGM9T1RRPU9HVT1PR1U9">Lei Orgânica do Municipio</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=235">Leis Complementares</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=234">Leis Ordinárias</a></li>
<li><a href="?pag=T1RFPU9UST1PVFU9T1RrPU9EWT1PVGs9T1RBPU9HRT1PV009T0dNPU9Uaz1PV009">Portarias</a></li>
<li><a href="?pag=T1RNPU9EZz1PR0U9T0dVPU9UST1PR009T1RVPU9XUT1PVGc9T0dFPU9UUT1PV0k9WVRFPU9UUT1ZVEU9T1dZPVlUQT0=">Regimento Interno</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=3">Resoluções</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Vereadores</a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST1PR1U9T1dVPQ==">Vereadores</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Sessão</a>
</div>
<ul class="">
<li><a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1OMk09T1RBPU9XVT1ZVEE9T0dVPU9XVT0=">Atas</a></li>
<li><a href="?pag=T0RjPU9UVT1PRGc9T1RZPU9XRT1PR009T1RVPU9HTT1PVEk9T0dNPU9HRT1ZVE09T1RJPVlURT1PVFE9T1RJPU9UVT1ZVEk9WVRVPU9XRT1ZVGc9&pg=1">Frequência Vereadores</a></li>
<li><a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9&pg=1">Pautas</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Processo Legislativo</a>
</div>
<ul class="">
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=1">Indicações</a></li>
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=3">Requerimentos</a></li>
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=2">Moções</a></li>
<li><a href="?pag=T0RJPU9UVT1PVFE9T0RRPU9UUT1PR1E9T1RBPU9HTT1PVEk9T1dFPU9XVT1PR009T1RFPU9UZz1ZVFU9T1RZPVlUTT0=">Ofícios Diversos</a></li>
<li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=">Projetos Aprovados</a></li>
<li><a href="?pag=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9&pg=1">Projetos em Tramitação</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Licitação</a>
</div>
<ul class="">
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=8">Carta Convite</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=3">Concurso</a></li>
<li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009">Contratos</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPU9EZz1PR009T1dFPU9Uaz1ZVE09T1dNPU9UST1PVEE9T1RRPU9UST1ZVEk9">Convocação</a></li>
<li><a href="?pag=T0dRPU9HTT1PRFk9T0dVPU9Uaz1PRGc9T0dFPU9UZz1PR1U9T1dVPU9HRT1ZVEE9T1RJPU9XWT1PVEE9WVRNPU9UST0=">Licitações</a></li>
<li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPU5XRT1PR1U9T1dJPU9XVT1OV009WVRBPVlUTT1PVFk9T1RRPVlUST1PV0U9WVRVPVlXST1PV0U9WVdJPVlUUT1ZV0U9">Relações de Compras e Serviços</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 ">
<div class="area_logo fleft">
<div class="endereco">
Câmara Municipal de Ubirajara<br>
Praça Porcino Antônio de Lima, 530<br>
Centro - Cx. Postal <br>
CEP 17.440-000 - Ubirajara -SP<br>
Telefone: (14) 3472 1413 - <br>
</div>
<div style="">
<span class="fs12px" >Total de Visitas: 169228 ; | ; </span><span class="fs12px" >Online: 1</span>
</div>
<div class="h10px" ></div>
<div>
<!--<span class="linkSubMenu" style="font-weight:bold;font-size:87%;" >Última atualização: 14/10/2022 08:57:11</span><br>-->
</div>
<br>
<!-- Javascript +1 -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'pt-BR'}
</script>
<!-- +1 button -->
<g:plusone></g:plusone>
<div class="row" >
<div class="col-md-12 text-align-left">
<div class="h10px" ></div>
<div class="endereco">
<h4>SIC - Serviço de Informação ao Cidadão </h4><br>
<div>Nome: Câmara Municipal de Ubirajara</div>
<div>E-mail: legislativo@camaraubirajara.sp.gov.br</div>
<div>Tel. para esclarecimentos: (14) 3472-1413 </div>
<div >Endereço: Praça Porcino Antônio de Lima, 530 - Centro </div><div>Atendimento: ao público Segunda a Sexta-Feira das 8:00 as 11:00horas</div> </div>
</div>
</div>
</div>
<div >
<a href="https://www.weblinesistemas.com/" target="_blank"><img id="logo_webline_branco" src="https://www.weblinesistemas.com/imagens_camaras/logo_webline_branco.png" border="0" alt="logo webline"></a>
</div>
</div>
</div>
</div>
</div>
<!-- Nao fechar footer fecha no copyrigth-->
<div class="copy clear bgColorAzulescuro"><div class="container">2022 © Todos os direitos reservados</div></div>
</footer><style type="text/css">
.cookiealert {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin: 0 !important;
z-index: 999;
opacity: 0;
visibility: hidden;
border-radius: 0;
transform: translateY(100%);
transition: all 500ms ease-out;
color: #ecf0f1;
background: #212327;
}
.cookiealert.show {
opacity: 1;
visibility: visible;
transform: translateY(0%);
transition-delay: 1000ms;
}
.cookiealert a {
text-decoration: underline;
color: #337ab7 !important;
}
.cookiealert .acceptcookies {
margin-left: 10px;
vertical-align: baseline;
}
.btn-primary{
color: #fff !important;
background-color: #337ab7 !important;
border-color: #2e6da4 !important;
}
</style>
<!-- START Bootstrap-Cookie-Alert -->
<div class="alert text-center cookiealert" role="alert" >
<b>Nós usamos cookies para melhorar sua experiência de navegação no portal. Ao continuar você concorda com a nossa <a href="?pag=T1RFPU9UST1PR1k9T0dVPU9Uaz1PVEE9T0dFPU9HRT1ObU09T1dFPU9XRT1PVEE9T1RnPU9UZz1PVFE9WVRRPQ==" target="_blank">Política de cookies.</a>
<button type="button" class="btn btn-primary btn-sm acceptcookies">
Aceito
</button>
</b>
</div>
<!-- END Bootstrap-Cookie-Alert -->
<script type="text/javascript">
(function () {
"use strict";
var cookieAlert = document.querySelector(".cookiealert");
var acceptCookies = document.querySelector(".acceptcookies");
if (!cookieAlert) {
return;
}
cookieAlert.offsetHeight; // Force browser to trigger reflow
// Show the alert if we cant find the "acceptCookies" cookie
if (!getCookie("acceptCookies")) {
cookieAlert.classList.add("show");
}
// When clicking on the agree button, create a 1 year
// cookie to remember user's choice and close the banner
acceptCookies.addEventListener("click", function () {
setCookie("acceptCookies", true, 365);
cookieAlert.classList.remove("show");
// dispatch the accept event
window.dispatchEvent(new Event("cookieAlertAccept"));
$.ajax({
url: "indexAjax.php?pag=T1RRPU9EUT1PR1k9T1dJPU9EWT1ObUk9T0RnPU9HUT1PVGc9T1dVPU5tVT1PV009T1dNPU9XRT1PVGc9T1RZPVlUUT0=",
context: document.body
}).done(function() {
$( this ).addClass( "done" );
});
});
// Cookie functions from w3schools
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
var expires = "expires=" + d.toUTCString();
if(location.protocol == 'https:'){
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/;SameSite=None;Secure";
}else{
document.cookie = cname + "=" + cvalue + ";" + expires + ";";
}
}
function getCookie(cname) {
var name = cname + "=";
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) === ' ') {
c = c.substring(1);
}
if (c.indexOf(name) === 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
})();
</script>
</body>]]>
|
56
| <![CDATA[<a class="acess-texto cpointer " data-sinal="-" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>]]>
|
62
| <![CDATA[<a class="acess-texto cpointer " data-sinal="+" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>]]>
|
68
| <![CDATA[<a class="cpointer acess-contraste" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>]]>
|
74
| <![CDATA[<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>]]>
|
93
| <![CDATA[<div data-toggle="collapse" data-target="#acessibilidadeCollapse" style="padding-top: 10px;">
<img style=" vertical-align: bottom;" class="" src="https://www.weblinesistemas.com/responsivo/imagens/icone_deficiente.png"/>
<span><strong>Recursos de Acessibilidade</strong></span>
</div>]]>
|
94
| <![CDATA[<img style=" vertical-align: bottom;" class="" src="https://www.weblinesistemas.com/responsivo/imagens/icone_deficiente.png"/>]]>
|
133
| <![CDATA[<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>]]>
|
476
| <![CDATA[<div style="border-radius:4px;" class="box" >
<div class="" style="display:table;">
<ul class="listaVereadores visible-lg visible-md" ><!-- Para mostrar o presidente acima no desktop -->
<li class=" cpointer" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=23&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/0199a827c1fc99d74c16795fc1aaf93c_presidente.jpg" alt="MARCELO DOS SANTOS - MDB" title="MARCELO DOS SANTOS - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="maxWidth48porcent">
<div class="tituloBox">Vereadores</div>
<div class="w125px fs9px" >18ª LEGISLATURA</div>
<span class='fs11px'>Presidente Atual</span><div class='fs11px'>MARCELO DOS SANTOS</div>
</li>
</ul>
<div class="clearfix"></div>
<ul class="listaVereadores" >
<li class="cpointer hidden-lg hidden-md" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=23&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/0199a827c1fc99d74c16795fc1aaf93c_presidente.jpg" alt="MARCELO DOS SANTOS - MDB" title="MARCELO DOS SANTOS - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=3&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="CLAUDEMIR JACINTO SIQUEIRA - Cral" title="CLAUDEMIR JACINTO SIQUEIRA - Cral" src="temp/73e915fb6268d332b2af3457dca40859____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=34&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="FERNANDO MONTEIRO - " title="FERNANDO MONTEIRO - " src="temp/daa59afe5929174e153423b3ccdf4350____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=35&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="JOÃO ARAÚJO DA SILVA - " title="JOÃO ARAÚJO DA SILVA - " src="temp/61159373e6efee42529a4c05ad254762____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=33&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="JOSUÉ DOS SANTOS SENA - " title="JOSUÉ DOS SANTOS SENA - " src="temp/220c295bc604874a5c0ee804f4d47124____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=24&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MARCOS ANTONIO DE ARAUJO - " title="MARCOS ANTONIO DE ARAUJO - " src="temp/c0732e47c46881e762876bb9829da401____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=22&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MARCOS ROGERIO SILVINO BRIQUEZI - " title="MARCOS ROGERIO SILVINO BRIQUEZI - " src="temp/1ff636e93f7a8f10fb027a78d7e0a04b____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=36&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MATHEUS ZANETI DE OLIVEIRA - " title="MATHEUS ZANETI DE OLIVEIRA - " src="temp/8a9ac5ff19c7637ad851540e73b0db02____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=6&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MILTON R. DE S. ARRUDA JÚNIOR - " title="MILTON R. DE S. ARRUDA JÚNIOR - " src="temp/1dbf311af5ef2ddd96d265bd86d0a204____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
</ul>
</div>
</div>]]>
|
477
| <![CDATA[<div class="" style="display:table;">
<ul class="listaVereadores visible-lg visible-md" ><!-- Para mostrar o presidente acima no desktop -->
<li class=" cpointer" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=23&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/0199a827c1fc99d74c16795fc1aaf93c_presidente.jpg" alt="MARCELO DOS SANTOS - MDB" title="MARCELO DOS SANTOS - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="maxWidth48porcent">
<div class="tituloBox">Vereadores</div>
<div class="w125px fs9px" >18ª LEGISLATURA</div>
<span class='fs11px'>Presidente Atual</span><div class='fs11px'>MARCELO DOS SANTOS</div>
</li>
</ul>
<div class="clearfix"></div>
<ul class="listaVereadores" >
<li class="cpointer hidden-lg hidden-md" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=23&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/0199a827c1fc99d74c16795fc1aaf93c_presidente.jpg" alt="MARCELO DOS SANTOS - MDB" title="MARCELO DOS SANTOS - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=3&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="CLAUDEMIR JACINTO SIQUEIRA - Cral" title="CLAUDEMIR JACINTO SIQUEIRA - Cral" src="temp/73e915fb6268d332b2af3457dca40859____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=34&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="FERNANDO MONTEIRO - " title="FERNANDO MONTEIRO - " src="temp/daa59afe5929174e153423b3ccdf4350____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=35&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="JOÃO ARAÚJO DA SILVA - " title="JOÃO ARAÚJO DA SILVA - " src="temp/61159373e6efee42529a4c05ad254762____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=33&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="JOSUÉ DOS SANTOS SENA - " title="JOSUÉ DOS SANTOS SENA - " src="temp/220c295bc604874a5c0ee804f4d47124____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=24&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MARCOS ANTONIO DE ARAUJO - " title="MARCOS ANTONIO DE ARAUJO - " src="temp/c0732e47c46881e762876bb9829da401____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=22&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MARCOS ROGERIO SILVINO BRIQUEZI - " title="MARCOS ROGERIO SILVINO BRIQUEZI - " src="temp/1ff636e93f7a8f10fb027a78d7e0a04b____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=36&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MATHEUS ZANETI DE OLIVEIRA - " title="MATHEUS ZANETI DE OLIVEIRA - " src="temp/8a9ac5ff19c7637ad851540e73b0db02____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=6&idleg=5" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MILTON R. DE S. ARRUDA JÚNIOR - " title="MILTON R. DE S. ARRUDA JÚNIOR - " src="temp/1dbf311af5ef2ddd96d265bd86d0a204____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
</ul>
</div>]]>
|
482
| <![CDATA[<img style="border-radius:2px; height:69px;" src="temp/0199a827c1fc99d74c16795fc1aaf93c_presidente.jpg" alt="MARCELO DOS SANTOS - MDB" title="MARCELO DOS SANTOS - MDB" class="img-responsive" alt="" />]]>
|
496
| <![CDATA[<img style="border-radius:2px; height:69px;" src="temp/0199a827c1fc99d74c16795fc1aaf93c_presidente.jpg" alt="MARCELO DOS SANTOS - MDB" title="MARCELO DOS SANTOS - MDB" class="img-responsive" alt="" />]]>
|
502
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="CLAUDEMIR JACINTO SIQUEIRA - Cral" title="CLAUDEMIR JACINTO SIQUEIRA - Cral" src="temp/73e915fb6268d332b2af3457dca40859____vereadores.jpg" class="img-responsive" alt="" />]]>
|
508
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="FERNANDO MONTEIRO - " title="FERNANDO MONTEIRO - " src="temp/daa59afe5929174e153423b3ccdf4350____vereadores.jpg" class="img-responsive" alt="" />]]>
|
514
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="JOÃO ARAÚJO DA SILVA - " title="JOÃO ARAÚJO DA SILVA - " src="temp/61159373e6efee42529a4c05ad254762____vereadores.jpg" class="img-responsive" alt="" />]]>
|
520
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="JOSUÉ DOS SANTOS SENA - " title="JOSUÉ DOS SANTOS SENA - " src="temp/220c295bc604874a5c0ee804f4d47124____vereadores.jpg" class="img-responsive" alt="" />]]>
|
526
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="MARCOS ANTONIO DE ARAUJO - " title="MARCOS ANTONIO DE ARAUJO - " src="temp/c0732e47c46881e762876bb9829da401____vereadores.jpg" class="img-responsive" alt="" />]]>
|
532
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="MARCOS ROGERIO SILVINO BRIQUEZI - " title="MARCOS ROGERIO SILVINO BRIQUEZI - " src="temp/1ff636e93f7a8f10fb027a78d7e0a04b____vereadores.jpg" class="img-responsive" alt="" />]]>
|
538
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="MATHEUS ZANETI DE OLIVEIRA - " title="MATHEUS ZANETI DE OLIVEIRA - " src="temp/8a9ac5ff19c7637ad851540e73b0db02____vereadores.jpg" class="img-responsive" alt="" />]]>
|
544
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="MILTON R. DE S. ARRUDA JÚNIOR - " title="MILTON R. DE S. ARRUDA JÚNIOR - " src="temp/1dbf311af5ef2ddd96d265bd86d0a204____vereadores.jpg" class="img-responsive" alt="" />]]>
|
562
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
567
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/perguntas_frequentes_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
572
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_queremos_ouvir_voce.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
577
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/portal_servidor_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
582
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/acesso_a_informacao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
587
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transparencia_314x110.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
592
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/banner_sic_217x130.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
614
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
619
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/perguntas_frequentes_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
624
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_queremos_ouvir_voce.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
629
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/portal_servidor_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
634
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/acesso_a_informacao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
639
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transparencia_314x110.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
644
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/banner_sic_217x130.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
707
| <![CDATA[<div style="background: url('temp/cb7fd1f6abb56c905de47df3ce1b34bc_galerias.jpg');background-repeat: no-repeat; height: 95px; background-position: center top; background-size: 125px; cursor: pointer;margin-bottom:3px">
</div>]]>
|
765
| <![CDATA[<a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9" style="text-decoration:none; cursor:pointer;">
<div class="col-md-12 mapa_site topoBoxSessao btnProximaBackground">
Próxima Sessão
</div>
<div class="proximasessaoDiv" >
<div class="h10px"></div>
<p class='linhaSessao' style='padding-top:20px;margin:10px;border-bottom: 1px solid #ddd;'>35ª Sessão Ordinária</p><p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>18ª LEGISLATURA MUNICIPAL 2021 - 2024</p><p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>02/10/2022 às 20h00</p><p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>Local: Sala das Sessões Ver. José Roberto Gomes. </p> <div class="h10px"></div>
</div>
</a>]]>
|
772
| <![CDATA[<p class='linhaSessao' style='padding-top:20px;margin:10px;border-bottom: 1px solid #ddd;'>35ª Sessão Ordinária</p>]]>
|
772
| <![CDATA[<p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>18ª LEGISLATURA MUNICIPAL 2021 - 2024</p>]]>
|
772
| <![CDATA[<p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>02/10/2022 às 20h00</p>]]>
|
772
| <![CDATA[<p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>Local: Sala das Sessões Ver. José Roberto Gomes. </p>]]>
|
778
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_quadrado/contas_publicas_camara_217x65.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
783
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_quadrado/transmissao_cinza_214x65.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
791
| <![CDATA[<div style="border-radius:5px;" class="panel panel-default borderNone ">
<div id="collapse1c" class="panel-collapse collapse in">
<img class='w100Porcento' src="https://www.weblinesistemas.com/responsivo/imagens/galeria_multimidia_layout1.jpg" class="img-responsive" />
</div>
<div class="panel-footer " style="background-color:#f2f2f2;">
<ul class="list-inline center-table" style="text-align:center;">
<li ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9XWT1PVEk9T0dZPU9UQT1PV009" >Vídeos</a></li>
<li class="borderLeftRigth liGaleria" ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HRT1PV1U9T0dZPU9UUT1PV009" >Áudios</a></li>
<li ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HWT1PVGc9T1dZPU9XRT0=" >Fotos</a></li>
</ul>
</div>
</div>]]>
|
797
| <![CDATA[<div class="panel-footer " style="background-color:#f2f2f2;">
<ul class="list-inline center-table" style="text-align:center;">
<li ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9XWT1PVEk9T0dZPU9UQT1PV009" >Vídeos</a></li>
<li class="borderLeftRigth liGaleria" ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HRT1PV1U9T0dZPU9UUT1PV009" >Áudios</a></li>
<li ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HWT1PVGc9T1dZPU9XRT0=" >Fotos</a></li>
</ul>
</div>]]>
|
798
| <![CDATA[<ul class="list-inline center-table" style="text-align:center;">
<li ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9XWT1PVEk9T0dZPU9UQT1PV009" >Vídeos</a></li>
<li class="borderLeftRigth liGaleria" ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HRT1PV1U9T0dZPU9UUT1PV009" >Áudios</a></li>
<li ><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HWT1PVGc9T1dZPU9XRT0=" >Fotos</a></li>
</ul>]]>
|
809
| <![CDATA[<div class="panel-group" style="margin-bottom: 0px;">
<div class="panel panel-default borderNone layouPainel">
<div class="panel-heading ">
<h4 class="panel-title textoBox">
<a data-toggle="collapse" href="#collapse1">Links Úteis</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<ul class="list-group">
<li class="list-group-item"> <a href="http://www.ubirajara.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Prefeitura Municipal</a></li>
<li class="list-group-item"> <a href="http://www.brasil.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Federal</a></li>
<li class="list-group-item"> <a href="http://www.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Estadual</a></li>
<li class="list-group-item"> <a href="http://www.presidencia.gov.br/legislacao" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Federal</a></li>
<li class="list-group-item"> <a href="http://www.legislacao.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Estadual</a></li>
<li class="list-group-item"> <a href="http://www.receita.fazenda.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Receita Federal</a></li>
<li class="list-group-item"> <a href="http://www.fazenda.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Secretaria da Fazenda</a></li>
<li class="list-group-item"> <a href="http://www.tce.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Tribunal de Contas do Estado</a></li>
</ul>
</div>
</div>
</div>]]>
|
938
| <![CDATA[<div style="">
<span class="fs12px" >Total de Visitas: 169228 ; | ; </span><span class="fs12px" >Online: 1</span>
</div>]]>
|
984
| <![CDATA[<style type="text/css">
.cookiealert {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin: 0 !important;
z-index: 999;
opacity: 0;
visibility: hidden;
border-radius: 0;
transform: translateY(100%);
transition: all 500ms ease-out;
color: #ecf0f1;
background: #212327;
}
.cookiealert.show {
opacity: 1;
visibility: visible;
transform: translateY(0%);
transition-delay: 1000ms;
}
.cookiealert a {
text-decoration: underline;
color: #337ab7 !important;
}
.cookiealert .acceptcookies {
margin-left: 10px;
vertical-align: baseline;
}
.btn-primary{
color: #fff !important;
background-color: #337ab7 !important;
border-color: #2e6da4 !important;
}
</style>]]>
|
706
| <![CDATA[<li onclick="location.href='?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9XWT1PVEk9T0dZPU9UQT1PV009&tipo=Videos&idCategoria=&categoria=6'" title="Sessões Solenes ">
<div style="background: url('temp/cb7fd1f6abb56c905de47df3ce1b34bc_galerias.jpg');background-repeat: no-repeat; height: 95px; background-position: center top; background-size: 125px; cursor: pointer;margin-bottom:3px">
</div>
<div>
Sessões Solenes </div>
</li>]]>
|
152
| <![CDATA[<script>
$(document).ready(function(){
//***********************************************************************************Faz o aumentar e diminuir a fonte*********************
function aumentaFonte(sinal) {
if(sinal == '+') {
novoTamanho = parseInt(sessionStorage.fonte_atual)+ 2;
} else {
novoTamanho = parseInt(sessionStorage.fonte_atual)- 2;
}
if(novoTamanho >= 12 && novoTamanho <= 18){
sessionStorage.fonte_atual = novoTamanho;
$("*").css('font-size' , novoTamanho);
}
}
if(!sessionStorage.fonte_atual > 0){ sessionStorage.fonte_atual = $('body').css('font-size'); }
$('.acess-texto').click(function(){ aumentaFonte($(this).attr('data-sinal')) });
//*********************************************************************************************************Fim acessibilida fonte**********
//***********************************************************************************Contraste*********************************************
function mudaContraste(contraste){
if(typeof sessionStorage.contraste != "undefined"){ var padrao = JSON.parse(sessionStorage.contrastePadrao); }
if(contraste == 1){
location.reload();
$('body').css('background-color' , padrao.body );
$('.navbar-default').css('background-color' , padrao.navbardefault );
$('header').css('background-color' , padrao.header );
$('.bgAzulescuro').css('background-color' , padrao.bgAzulescuro );
$('.tituloBox ').css('color' , padrao.tituloBox );
$('.textoBox ').css('color' , padrao.textoBox );
$('.box').css('background' , padrao.box );
$('.box2').css('background' , padrao.box2 );
$('.mapa_site').css('background-color' , padrao.mapa_site );
$('.copy').css('background-color' , padrao.copy );
$('.panel-heading').css('background-color' , padrao.panelheading );
$('.border5pxAzul').css('border-top' , padrao.border5pxAzul );
$('#areaMeioPag *').css('color' , padrao.areaMeioPag );
$('.linksNoticias ').css('color' , padrao.linksNoticias );
$('#legendas a').css('color' , padrao.legendas_a );
$('.listaVereadores').css('color' , padrao.listaVereadores );
$('.dropdown-menu').css('background' , padrao.dropdownmenu );
$('.titulo_noticia').css('color' , padrao.tituloNoticia );
$('.subtitulo_noticia').css('color' , padrao.subtituloNoticia );
$('.chamada_noticia').css('color' , padrao.chamadaNoticia );
$('.tituloPagina').css('color' , padrao.tituloPagina );
$('.listaUltimasGalerias div').css('color' , padrao.listaUltimasGalerias );
$( "tr" ).css( "background-color", "" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "" );
$('.tiposBuscador').css('color' , padrao.tiposBuscador );
$('.numberDiaAcess').css('color', padrao.numberDiaAcess);
$('.legendaAcess').css('color', padrao.legendaAcess);
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
Newarray = arraySrc.filter((value)=>value!='contraste');
neWarraySrc = Newarray.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}else if(contraste == 0){
$('.select2-selection__rendered').css('background-color' ,'#000');
$('.thumbnail').css('background-color' ,'#000');
$('.text-decoration-none ').css('background-color' ,'transparent');
$('.breadcrumb').css('background-color' ,'transparent');
$('body').css('background-color' ,'#000');
$('.navbar-default').css('background-color' ,'#000' );
$('header').css('background-color' , '#585858' );
$('.bgAzulescuro').css('background-color' ,'#000' );
$('.tituloBox').css('color' ,'yellow' );
$('.textoBox').css('color' ,'yellow' );
$('.box').css('background' ,'transparent' );
$('.box2').css('background' ,'transparent' );
$('.mapa_site').css('background-color' , '#585858' );
$('.copy').css('background-color' ,'#000' );
$('.panel-heading').css('background-color' ,'#585858' );
$('.border5pxAzul').css('border-top' ,'0' );
$('#areaMeioPag *').css('color' ,'#FFF' );
$('.linksNoticias ').css('color' ,'#FFF' );
$('#legendas a').css('color' ,'#FFF' );
$('.listaVereadores').css('color' ,'#FFF' );
$('.titulo_noticia').css('color' ,'#FFF' );
$('.subtitulo_noticia').css('color' ,'#FFF' );
$('.chamada_noticia').css('color' ,'#FFF' );
$('.listaUltimasGalerias div').css('color' ,'yellow' );
$('.tituloPagina').css('color' ,'#FFF' );
$('.dropdown-menu').css('background-image', 'url( "https://www.weblinesistemas.com/responsivo/imagens/submenu_preto.png" )');
$( "tr" ).css( "background-color", "#000000" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "#42545d" );
$('.tiposBuscador').css('color' , '#FFF');
$('.btn-default').css('color' , '#333');
$('.numberDiaAcess').css('color', '#FFF');
$('.legendaAcess').css('color', '#FFF');
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
arraySrc.splice( arraySrc.length-1 ,0 ,'contraste');
neWarraySrc = arraySrc.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}
}
if(sessionStorage.contraste == 0){
mudaContraste(sessionStorage.contraste);
}
if(typeof sessionStorage.contraste == "undefined"){
sessionStorage.contraste = 1; //inicializa a session
sessionStorage.contrastePadrao = JSON.stringify({
body:$('body').css('background-color'),
header:$('header').css('background-color'),
navbardefault:$('.navbar-default').css('background-color'),
bgAzulescuro:$('.bgAzulescuro').css('background-color'),
tituloBox :$('.tituloBox ').css('color'),
textoBox :$('.textoBox ').css('color'),
box :$('.box').css('background'),
box2 :$('.box2').css('background'),
mapa_site :$('.mapa_site').css('background-color'),
border5pxAzul :$('.border5pxAzul').css('border-top'),
panelheading :$('.panel-heading ').css('background-color'),
copy :$('.copy ').css('background-color'),
areaMeioPag :$('#areaMeioPag ').css('color'),
linksNoticias :$('.linksNoticias ').css('color'),
legendas_a : $('#legendas a').css('color'),
listaVereadores : $('.listaVereadores').css('color'),
dropdownmenu : $('.dropdown-menu').css('background'),
tituloNoticia : $('.titulo_noticia').css('color'),
subtituloNoticia : $('.subtitulo_noticia').css('color'),
chamadaNoticia : $('.chamada_noticia').css('color'),
listaUltimasGalerias : $('.listaUltimasGalerias div').css('color'),
tituloPagina : $('.tituloPagina').css('color'),
});
//Obj com as tags para mudar a cor e guardar o valor padrao.
}
$('.acess-contraste').click(function(){
sessionStorage.contraste = sessionStorage.contraste == 1 ? 0 : 1 ;
mudaContraste(sessionStorage.contraste);
});
//*********************************************************************************************************Fim Contraste**********
});
</script>]]>
|
343
| <![CDATA[<script>
/*$('#carouselTopo').carousel();*/
</script>]]>
|
459
| <![CDATA[<script>
$(document).ready(function(){
$('.click-link').click(function(){
if($(this).data('blank') == '_blank'){
window.open($(this).data('link'));
}else{
window.location = $(this).data('link');
}
})
})
</script>]]>
|
744
| <![CDATA[<script>
$(document).ready(function(){
$('#pag1').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==' );
});
$('#pag2').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yST1PVFE9T1dFPVlUUT0=' );
});
$('#pag3').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yWT1ZVEU9WVRBPVlURT1ZVEk9WVRZPU9XVT1ZVGs9WVdNPVlUaz1PV0U9WVdNPQ==' );
});
});
</script>]]>
|
948
| <![CDATA[<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'pt-BR'}
</script>]]>
|
1032
| <![CDATA[<script type="text/javascript">
(function () {
"use strict";
var cookieAlert = document.querySelector(".cookiealert");
var acceptCookies = document.querySelector(".acceptcookies");
if (!cookieAlert) {
return;
}
cookieAlert.offsetHeight; // Force browser to trigger reflow
// Show the alert if we cant find the "acceptCookies" cookie
if (!getCookie("acceptCookies")) {
cookieAlert.classList.add("show");
}
// When clicking on the agree button, create a 1 year
// cookie to remember user's choice and close the banner
acceptCookies.addEventListener("click", function () {
setCookie("acceptCookies", true, 365);
cookieAlert.classList.remove("show");
// dispatch the accept event
window.dispatchEvent(new Event("cookieAlertAccept"));
$.ajax({
url: "indexAjax.php?pag=T1RRPU9EUT1PR1k9T1dJPU9EWT1ObUk9T0RnPU9HUT1PVGc9T1dVPU5tVT1PV009T1dNPU9XRT1PVGc9T1RZPVlUUT0=",
context: document.body
}).done(function() {
$( this ).addClass( "done" );
});
});
// Cookie functions from w3schools
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
var expires = "expires=" + d.toUTCString();
if(location.protocol == 'https:'){
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/;SameSite=None;Secure";
}else{
document.cookie = cname + "=" + cvalue + ";" + expires + ";";
}
}
function getCookie(cname) {
var name = cname + "=";
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) === ' ') {
c = c.substring(1);
}
if (c.indexOf(name) === 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
})();
</script>]]>
|