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://weblinesistemas.com.br/arquivos_site//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://weblinesistemas.com.br/arquivos_site//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://weblinesistemas.com.br/arquivos_site//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://weblinesistemas.com.br/arquivos_site//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://weblinesistemas.com.br/arquivos_site//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://weblinesistemas.com.br/arquivos_site//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://weblinesistemas.com.br/arquivos_site//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">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//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://weblinesistemas.com.br/arquivos_site//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://weblinesistemas.com.br/arquivos_site//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://weblinesistemas.com.br/arquivos_site//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://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="cpointer acess-contraste" >
<img class="" src="https://weblinesistemas.com.br/arquivos_site//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://weblinesistemas.com.br/arquivos_site//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 );
$('.dropdown-toggle').css('color' , padrao.dropdown-toggle );
$('.paddingLeft0px').css('color' , padrao.paddingLeft0px);
$('.breadcrumb').css('color' , padrao.breadcrumb);
$('.form-control').css('color' , padrao.form-control);
$('.pagination > li > a, .pagination > li > span').css("background-color", "");
$('.list-group-item').css("background-color", "");
$('.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){
$('body').css('background-color' ,'#000');
$('.navbar-default').css('background-color' ,'transparent' );
$('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');
$('.dropdown-toggle').css('color' , 'white' );
$('.paddingLeft0px').css('color' , '#FFF');
$('.breadcrumb').css('background-color' , 'transparent');
$('.form-control').css('color' , '#555');
$('.pagination > li > a, .pagination > li > span').css("background-color", "transparent");
$('.list-group-item').css("background-color", "transparent");
$('.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 class="container ">
<div class="row" >
<div class="col-md-12 text-align-center-topo">
<a href="?pag=" >
<img src="images/topo_novo.jpg" class="imgTopo img-responsive visible-md visible-lg"/>
<img src="images/topo_resp_novo.jpg" class="imgTopo img-responsive visible-xs visible-sm"/>
</a>
</div>
</div>
</div>
<div class="topoBarra2" ><!-- div da faixa em cima do menu --></div>
</header>
<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=T0RjPU9UST1PVFU9T1RJPU9EUT1PVGs9T0dNPU9HTT1PVFU9T0dNPU9UZz1PR1U9T1RBPU9UQT1PV1U9" target="">Disk Câmara</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>
</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="?pag=T0RJPU9UYz1PVEk9T1RnPU9EUT1PVGM9T1RrPU9HVT1PV009T1RRPU9HWT1PVEk9T1dJPVlUTT1PVFE9" target="">Atos do Presidente</a></li>
<li><a href="?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yST1PVFE9T1dFPVlUUT0=" target="">Busca de Leis</a></li>
<li><a href="http://www.legislacao.sp.gov.br/legislacao/dg280202.nsf/a2dc3f553380ee0f83256cfb00501463/46e2576658b1c52903256d63004f305a?OpenDocument" 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=T0dRPU9EZz1PR009T0RRPU9UUT1PVGs9T0dVPU9HRT1PVGM9T1RRPU9HVT1PR1U9" target="">Lei Orgânica do Municipio</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=2" target="">Leis Complementares</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=1" 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">Processo Legislativo</a>
<ul class="dropdown-menu">
<li><a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1OMk09T1RBPU9XVT1ZVEE9T0dVPU9XVT0=" target="">Atas das Sessões</a></li>
<li><a href="?pag=T0RjPU9UVT1PRGc9T1RZPU9XRT1PR009T1RVPU9HTT1PVEk9T0dNPU9HRT1ZVE09T1RJPVlURT1PVFE9T1RJPU9UVT1ZVEk9WVRVPU9XRT1ZVGc9T1RZPU9UZz1ZVGM9WVRnPQ==" target="">Frequência dos Vereadores</a></li>
<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=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9&pg=1" target="">Projetos em Tramitação</a></li>
<li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=" target="">Projetos Tramitados</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 " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Editais</a>
<ul class="dropdown-menu">
<li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=" target="">Contratos</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=1" target="">Estágio</a></li>
<li><a href="?pag=T0dRPU9HTT1PRFk9T0dVPU9Uaz1PRGc9T0dFPU9UZz1PR1U9T1dVPU9HRT1ZVEE9T1RJPU9XWT1PVEE9WVRNPU9UST0=" target="">Licitações</a></li>
<li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPU5XRT1PR1U9T1dJPU9XVT1OV009WVRBPVlUTT1PVFk9T1RRPVlUST1PV0U9WVRVPVlXST1PV0U9WVdJPVlUUT1ZV0U9&&tp=1" target="">Relações de Compras e Serviços</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">Expediente</a>
<ul class="dropdown-menu">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=61" target="">Expediente da Câmara</a></li>
<li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=true" target="">Fale Conosco</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">Sessões</a>
<ul class="dropdown-menu">
<li><a href="?pag=T0RJPU9URT1PVEk9TlRJPU9UZz1PR009T1dFPU9XTT1PVGc9T1RBPU9XVT0=&tp=2" target="">Sessões Extraordinárias</a></li>
<li><a href="?pag=T0RJPU9URT1PVEk9TlRJPU9UZz1PR009T1dFPU9XTT1PVGc9T1RBPU9XVT0=&tp=3" target="">Sessões Ordinárias</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="col-md-12 paddingLeft0px paddingRight0px" id="areaMeioPag">
<div style="float:center; display:table; padding-top:10px; padding-bottom:10px;width: inherit;">
<img src="./images/banner_novembro_azul.jpg" border="0" alt="imagem" class="img-responsive img-responsive-100" />
</div>
</div>
<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=14&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/b1169410c2a1c874c68a3d4c0fcc7b6e_presidente.jpg" alt="Leandro Rodrigues Estevam - PP" title="Leandro Rodrigues Estevam - PP" class="img-responsive" alt="" />
</a>
</li>
<li class="maxWidth48porcent">
<div class="tituloBox">Vereadores</div>
<div class="w125px fs9px" >LEGISLATURA 2021/2024</div>
<span class='fs11px'>Presidente Atual</span><div class='fs11px'>Leandro Rodrigues Estevam</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=14&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/b1169410c2a1c874c68a3d4c0fcc7b6e_presidente.jpg" alt="Leandro Rodrigues Estevam - PP" title="Leandro Rodrigues Estevam - PP" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=35&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="Álvaro Roberto de Barros - Roberto Filho da Vó Cota" title="Álvaro Roberto de Barros - Roberto Filho da Vó Cota" src="temp/b81361577bd453269dd5fc7b6535fba5____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=24&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="Arileide da Silva - Leide" title="Arileide da Silva - Leide" src="temp/e6336a6fa0336ce2f5cce531b0bf872e____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=25&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="Bruna Roberta Almeida Barros - Bruna" title="Bruna Roberta Almeida Barros - Bruna" src="temp/4d31efa22917771b2207e060efe4ffad____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=34&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="JOEL CAMILO SANTOS - JOEL DAS FORMIGAS" title="JOEL CAMILO SANTOS - JOEL DAS FORMIGAS" src="temp/873d2c36442e13b3c11338d3ffcff280____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=19&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="José Carlos Paulino Nogueira - Carlos Paulino" title="José Carlos Paulino Nogueira - Carlos Paulino" src="temp/dc5ee2b84e288f2b4761922872394744____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=18&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="José Fogaça de Almeida - Zé Fogaça" title="José Fogaça de Almeida - Zé Fogaça" src="temp/8f94537bf111b62d7ec4d1d039acb30c____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=31&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="LAURIANE ROSA - LAURIANE ROSA" title="LAURIANE ROSA - LAURIANE ROSA" src="temp/440945ab575244dcf28a1a27c69f59b8____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=32&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="THIAGO DE BARROS LOPES - PROF. THIAGO" title="THIAGO DE BARROS LOPES - PROF. THIAGO" src="temp/255d16de6075d9bfc5d5217caecb4cbb____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">
<a href="/coronavirus?pag=" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/botao_coronavirus.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco banner_coronavirus" style="width:;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T1RVPU9EZz1PV0k9T1RrPU9UUT1OMlE9T0dNPU9XST1PR1U9T0dNPU9HWT1PV009T1dZPQ==&id=1674" target="_self">
<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="http://www.planalto.gov.br/ccivil_03/_ato2004-2006/2006/lei/l11340.htm" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/maria_da_penha_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://www.planalto.gov.br/ccivil_03/leis/2003/L10.741.htm" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/estatuto_idoso_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://www.planalto.gov.br/ccivil_03/Leis/L8069.htm" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/estatudo_crianca_adolecente_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.imprensaoficialmunicipal.com.br/taquarivai" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/diario_oficial_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://taquarivai.sp.gov.br/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/prefeitura_municipal_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://webmail.cmtaquarivai.sp.gov.br/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x60.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://www.cmtaquarivai.sp.gov.br/?pag=T0dRPU9HTT1PRFk9T0dVPU9Uaz1PRGc9T0dFPU9UZz1PR1U9T1dVPU9HRT1ZVEE9T1RJPU9XWT1PVEE9WVRNPU9UST0=" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/licitaccoes_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.cmtaquarivai.sp.gov.br/?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/contas_publicas_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.cmtaquarivai.sp.gov.br/?pag=T0RJPU9HRT1PRGc9T1RNPU9Eaz1PRGc9Tm1NPU9XWT1PR1U9T1RrPU9XWT1PV009WVRBPQ==" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/agenda_event_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.cmtaquarivai.sp.gov.br/?pag=T1RVPU9HTT1PVE09T1RRPU56az1PVGs9T0RnPU9UYz1PV009T1RnPU9UUT1ZVEE9WVRBPU9UQT1PV1U9" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_quadrado/tv_camara_sessoes_190x68.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://www.cmtaquarivai.sp.gov.br/?pag=T0dRPU9HTT1PVEU9T1RBPU9UZz1ObVU9T0RnPU9UVT1PR1U9T1dRPU9UUT1PR1U9WVRBPQ==" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_multimidia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<div id='divEnquete' class="w100Porcento">
<link rel="stylesheet" href="https://www.cmtaquarivai.sp.gov.br/arquivos_site/responsivo/css/enquete.css">
<script src="https://www.cmtaquarivai.sp.gov.br/arquivos_site/responsivo/js/jquery.form.min.js" type="text/javascript"></script>
<script src="https://www.weblinesistemas.com/responsivo/js/enquete.js" type="text/javascript"></script>
<div class="auto-container wow zoomIn" id='divEnquete'>
<div style="border-radius:6px;" class="box larguraEnquete" >
<form method="POST" name="ENQUETE" id="ENQUETE" action="indexAjax.php?pag=T0RZPU9URT1PVFE9T1dFPU9HRT1PV0k9T0dNPQ==&monstraResultado=1">
<input type="hidden" name="pag" id="pag" value="T0RZPU9URT1PVFE9T1dFPU9HRT1PV0k9T0dNPQ==" />
<input type="hidden" name="mostrarResultado" id="mostrarResultado" value="1" />
<input type="hidden" name="votarEnquete" id="votarEnquete" value="" />
<input type="hidden" name="tipoEnquete" id="tipoEnquete" value="" />
<div class="textoBox tituloBoxEnquete">Enquete</div>
<div class="h10px"></div>
<!--
<ComentarioWebline>
<requisicao n='não há'>Adicionado Width 100% pois estava quebrando a palavra apos a caixa. - David Vinicius - </requisicao>
</ComentarioWebline>
-->
<div class='row tituloEnquete' style="width:100%;display:table-row;">
O que devemos priorizar </div>
<div class="h10px"></div>
<div >
<div class="radio">
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="34">Emprego </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="35">Saúde </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="36">Educação </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="37">Lazer </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="38">Segurança Pública </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="39">Meio Ambiente </label>
<hr class="hrEnquete" />
</div>
<button type="submit" class="btn btn-default btn-sm btnEnquete" onclick="if($('input[name=\'respostaEnquete\']:checked').val()){$('#votarEnquete').val('1'); }else{ alert('Selecione uma resposta para enquete.'); return false;}" onkeypress="if($('input[type=checkbox]:checked').val()!=''){$('#votarEnquete').val('1');}else{ alert('Selecione uma resposta para enquete.'); return false;} " ><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Votar</button>
<button type="submit" class="btn btn-default btn-sm btnEnquete"><span class="glyphicon glyphicon-signal" aria-hidden="true"></span> Resultado</button>
</div>
</form>
</div>
</div>
</div>
<div class="h10px"></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">
<a href="/coronavirus?pag=" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/botao_coronavirus.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco banner_coronavirus" style="width:;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T1RVPU9EZz1PV0k9T1RrPU9UUT1OMlE9T0dNPU9XST1PR1U9T0dNPU9HWT1PV009T1dZPQ==&id=1674" target="_self">
<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="http://www.planalto.gov.br/ccivil_03/_ato2004-2006/2006/lei/l11340.htm" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/maria_da_penha_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://www.planalto.gov.br/ccivil_03/leis/2003/L10.741.htm" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/estatuto_idoso_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://www.planalto.gov.br/ccivil_03/Leis/L8069.htm" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/estatudo_crianca_adolecente_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.imprensaoficialmunicipal.com.br/taquarivai" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/diario_oficial_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://taquarivai.sp.gov.br/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/prefeitura_municipal_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://webmail.cmtaquarivai.sp.gov.br/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x60.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://www.cmtaquarivai.sp.gov.br/?pag=T0dRPU9HTT1PRFk9T0dVPU9Uaz1PRGc9T0dFPU9UZz1PR1U9T1dVPU9HRT1ZVEE9T1RJPU9XWT1PVEE9WVRNPU9UST0=" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/licitaccoes_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.cmtaquarivai.sp.gov.br/?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/contas_publicas_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.cmtaquarivai.sp.gov.br/?pag=T0RJPU9HRT1PRGc9T1RNPU9Eaz1PRGc9Tm1NPU9XWT1PR1U9T1RrPU9XWT1PV009WVRBPQ==" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/agenda_event_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.cmtaquarivai.sp.gov.br/?pag=T1RVPU9HTT1PVE09T1RRPU56az1PVGs9T0RnPU9UYz1PV009T1RnPU9UUT1ZVEE9WVRBPU9UQT1PV1U9" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_quadrado/tv_camara_sessoes_190x68.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://www.cmtaquarivai.sp.gov.br/?pag=T0dRPU9HTT1PVEU9T1RBPU9UZz1ObVU9T0RnPU9UVT1PR1U9T1dRPU9UUT1PR1U9WVRBPQ==" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_multimidia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<div id='divEnquete' class="w100Porcento">
<link rel="stylesheet" href="https://www.cmtaquarivai.sp.gov.br/arquivos_site/responsivo/css/enquete.css">
<script src="https://www.cmtaquarivai.sp.gov.br/arquivos_site/responsivo/js/jquery.form.min.js" type="text/javascript"></script>
<script src="https://www.weblinesistemas.com/responsivo/js/enquete.js" type="text/javascript"></script>
<div class="auto-container wow zoomIn" id='divEnquete'>
<div style="border-radius:6px;" class="box larguraEnquete" >
<form method="POST" name="ENQUETE" id="ENQUETE" action="indexAjax.php?pag=T0RZPU9URT1PVFE9T1dFPU9HRT1PV0k9T0dNPQ==&monstraResultado=1">
<input type="hidden" name="pag" id="pag" value="T0RZPU9URT1PVFE9T1dFPU9HRT1PV0k9T0dNPQ==" />
<input type="hidden" name="mostrarResultado" id="mostrarResultado" value="1" />
<input type="hidden" name="votarEnquete" id="votarEnquete" value="" />
<input type="hidden" name="tipoEnquete" id="tipoEnquete" value="" />
<div class="textoBox tituloBoxEnquete">Enquete</div>
<div class="h10px"></div>
<!--
<ComentarioWebline>
<requisicao n='não há'>Adicionado Width 100% pois estava quebrando a palavra apos a caixa. - David Vinicius - </requisicao>
</ComentarioWebline>
-->
<div class='row tituloEnquete' style="width:100%;display:table-row;">
O que devemos priorizar </div>
<div class="h10px"></div>
<div >
<div class="radio">
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="34">Emprego </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="35">Saúde </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="36">Educação </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="37">Lazer </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="38">Segurança Pública </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="39">Meio Ambiente </label>
<hr class="hrEnquete" />
</div>
<button type="submit" class="btn btn-default btn-sm btnEnquete" onclick="if($('input[name=\'respostaEnquete\']:checked').val()){$('#votarEnquete').val('1'); }else{ alert('Selecione uma resposta para enquete.'); return false;}" onkeypress="if($('input[type=checkbox]:checked').val()!=''){$('#votarEnquete').val('1');}else{ alert('Selecione uma resposta para enquete.'); return false;} " ><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Votar</button>
<button type="submit" class="btn btn-default btn-sm btnEnquete"><span class="glyphicon glyphicon-signal" aria-hidden="true"></span> Resultado</button>
</div>
</form>
</div>
</div>
</div>
<div class="h10px"></div>
</div>
</div> </div>
</div>
</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=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9">Legislaturas</a></li>
<li class="breadcrumb-item"><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9&view=DET-LEG&idleg=4">LEGISLATURA 2021/2024</a></li>
<li class="breadcrumb-item active">Bruna Roberta Almeida Barros</li>
</ol>
</div>
</div>
<h2 class="tituloPagina">VEREADORA </h2> <div class="row">
<div class="col-md-4 centraliza-vereador">
<img alt="Bruna Roberta Almeida Barros - PSDB" title="Bruna Roberta Almeida Barros - PSDB" src="./temp/f52267a2d7d9e76e2d280d8c378fd609.png" class="img-responsive" alt="" />
<br>
<p style="/*text-align:center;padding-top:5px;height:30px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;*/ width: 100%; margin-bottom: 10px;" class="btn bg-primary">Proposições</p>
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=25&idleg=4&view=&tpBusca=projeto">
<img src="https://www.weblinesistemas.com/imagens_camaras/bot_projetos2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">
</a>
<div class="h10px"></div>
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=25&idleg=4&view=&tpBusca=indicacao">
<img src="https://www.weblinesistemas.com/imagens_camaras/bot_indicacoes2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">
</a>
<div class="h10px"></div>
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=25&idleg=4&view=&tpBusca=mocao">
<img src="https://www.weblinesistemas.com/imagens_camaras/bot_mocoes2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">
</a>
<div class="h10px"></div>
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=25&idleg=4&view=&tpBusca=requerimento">
<img src="https://www.weblinesistemas.com/imagens_camaras/bot_requerimentos2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">
</a>
<div class="h10px"></div>
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=25&idleg=4&view=&tpBusca=oficio">
<img src="https://www.weblinesistemas.com/imagens_camaras/bot_oficios.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">
</a>
<div class="h10px"></div>
<div class="h10px"></div>
</div>
<div class="col-md-8 ">
<table class="table margin-bottom0px">
<thead>
<tr>
<th class="textomenu">
Dados da Vereadora
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="textomenu">
Nome
</td>
<td class="textomenu">
Bruna Roberta Almeida Barros </td>
</tr>
<tr>
<td class="textomenu">
Nome Parlamentar
</td>
<td class="textomenu">
Bruna </td>
</tr>
<tr>
<td class="textomenu">
Partido
</td>
<td class="textomenu">
PSDB </td>
</tr>
<tr>
<td class="textomenu">
Votos
</td>
<td class="textomenu">
208 </td>
</tr>
<tr>
<td class="textomenu">
Aniversário
</td>
<td class="textomenu">
20-02 </td>
</tr>
</tbody>
</table>
<div class="listagem-cargos-vereador" >
<table class="table margin-bottom0px">
<thead>
<tr>
<th class="textomenu">
Cargos
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<ul>
<li class="textomenu"><strong>MESA DIRETORA 1 BIÊNIO 2021-2022</strong> <ul>
<li class="textomenu"><strong>Mesa Diretora</strong></li>
<li class="textomenu">Cargo - 1º SECRETÁRIA</li>
</ul>
</li> </ul>
<ul> <li class="textomenu"><strong>COMISSÃO DE ECONOMIA, FINANÇAS E FISCALIZAÇÃO</strong><ul><li>VICE-PRESIDENTE</li></ul></li>
<li class="textomenu"><strong>COMISSÃO DE EDUCAÇÃO, CULTURA, LAZER E TURISMO</strong><ul><li>1º SUPLENTE</li></ul></li>
<li class="textomenu"><strong>COMISSÃO DE LEGISLAÇÃO, JUSTIÇA E REDAÇÃO</strong><ul><li>VICE-PRESIDENTE</li></ul></li>
</ul><ul> <li class="textomenu"><strong>CEI 01-2021</strong><ul><li>PRESIDENTE</li></ul></li>
<li class="textomenu"><strong>CEI 02-2021</strong><ul><li>1ª RELATORA</li></ul></li>
<li class="textomenu"><strong>COMISSÃO ESPECIAL</strong><ul><li>MEMBRO</li></ul></li>
<li class="textomenu"><strong>CEI 1-2022</strong><ul><li>MEMBRO</li></ul></li>
</ul> </td>
</tr>
</tbody>
</table>
</div>
<!--
<ComentarioWebline>
<requisicao n='20187'>08/05/2019 - Igor Miller - Configuravel para exibir presenca de vereadores</requisicao>
</ComentarioWebline>
-->
<table class="table">
<thead>
<tr>
<th class="textomenu">
Contato:
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="textomenu">
Email: <a href="mailto:brunaroberta.a.s@gmail.com">brunaroberta.a.s@gmail.com</a>
</td>
</tr>
<tr>
<td class="textomenu">
Telefone do Gabinete: 15-35341167<br>Telefone Celular: 997539565<br>Telefone Comercial: 15-35341167
</td>
</tr>
<tr>
<td class="text-align-center" >
<a href="?pag=T0RjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPQ==&idver=25" >Clique aqui para entrar em contato.</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="areaBtnBuscaVereador areaHistoriaVereador">
<h3 class="tituloPagina">História do Vereador</h3>
<div class="row mRigthLeft0px">
<div class="col-md-12 divult textHistoria ">
Bruna Roberta Almeida Barros é filha da terra, assistente social especialista na Gestão do Sistema Único de Assistência Social – SUAS. Servidora pública municipal desde 2012 atuando na política pública de Assistência Social, como técnica de referência. Entrou na vida pública acreditando na possibilidade de unir o conhecimento técnico, experiências e determinação para transformar positivamente a realidade da população Taquarivaense. Candidatou-se a vereadora em 2016, foi eleita com 290 votos, sendo a vereadora jovem mais votada até os dias atuais no município. Neste primeiro mandato 2017 a 2020 obteve grandes conquistas para o município, como emendas parlamentares para custeio da saúde, construção do Centro de Convivência no CDHU, recapeamento asfáltico de diversas ruas e um kit para o Conselho Tutelar, incluído nele um veículo O km. Em 2020 foi reeleita, sendo novamente a 2ª vereadora mais votada do pleito. Defendendo em seu mandato diversas áreas a vereadora Bruna têm usado seu mandato para conquistar diversas melhorias para o povo Taquarivaense. Desde que assumiu uma cadeira no Legislativo já apresentou diversos Projetos de Lei, principalmente relacionados a conscientização e ações: como Setembro Amarelo, Outubro Rosa, Novembro Azul, Conscientização sobre o Autismo, Alienação Parental, entre outros. Atualmente é líder da bancada do PSDB, continua sendo a 1ª Secretária da Mesa Diretora e membro de quatro Comissões Permanentes. Militante da efetivação do trabalho em rede, vê no controle social uma das mais importantes ferramentas de efetivação da participação da sociedade civil no planejamento, acompanhamento, monitoramento e avaliação das políticas públicas. Neta do primeiro Chefe de Quarteirão, primeiro Sub Prefeito da cidade e Vice Prefeito por três mandatos, vê em seu Avô o senhor Joaquim de Almeida Barros, mais conhecido como Bilo, seu exemplo de homem público, humano e temente a Deus. </div>
</div>
</div>
<div class="h10px"></div>
<div class="h10px"></div>
</div>
<div class="col-md-2 paddingLeft0px" >
<!--
<div class="">
<a href="http://www.facebook.com/pages/Camara-Municipal-de-Taquarivai/514958248706283" target="_blank" >
<img src="https://www.weblinesistemas.com/imagens_camaras/icone_facebook.png" alt="Facebook"/>
</a>
<a href="" target="_blank" >
<img src="https://www.weblinesistemas.com/imagens_camaras/icone_twitter.png" alt="Twitter">
</a>
<a href="" target="_blank">
<img src="https://www.weblinesistemas.com/imagens_camaras/icone_instagram.png" alt="Instagram">
</a>
<a href="" target="_blank">
<img src="https://www.weblinesistemas.com/imagens_camaras/icone_youtube.png" alt="YouTube">
</a>
</div>
<div class="h10px"></div>
-->
<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;'>44ª SESSÃO ORDINARIA</p><p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>DIA 28-11-2022 - SEGUNDA-FEIRA</p><p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>19 HORAS</p> <div class="h10px"></div>
</div>
</a>
<div class="h10px"></div>
<a href="https://www.facebook.com/le.camara.944" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/facebook_2_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://transparencia.tce.sp.gov.br/municipio/taquarivai" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/portal_cidadao_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.poupatempo.sp.gov.br/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/poupa_tempo_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://portalrh.cidadeonline.inf.br/cmtaquarivai" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/rh_online_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://portaltransparencia.cidadeonline.inf.br/wptransparenciaportal.aspx?FP03eJz97vjFA69jeT7Ysw" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transparencia_2_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.cmtaquarivai.sp.gov.br/ouvidoria/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_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.cmtaquarivai.sp.gov.br/esic/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/esic_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://www.cmtaquarivai.sp.gov.br/?pag=T0dVPU9UST1PRGM9T1dFPU9URT1PVFk9Tm1RPU9UZz1PV0k9T1RnPVlUQT1PVGs9T0dVPVlURT1PVGc9WVRBPVlUUT0=&T0dFPU9EYz0=2" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/banco_ideias_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.empregasaopaulo.sp.gov.br/imoweb/index.jsp" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/botao_emprega_sao_paulo.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></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.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>
</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="#" ></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=T0RjPU9UST1PVFU9T1RJPU9EUT1PVGs9T0dNPU9HTT1PVFU9T0dNPU9UZz1PR1U9T1RBPU9UQT1PV1U9">Disk Câmara</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=214">História do Município</a></li>
<li><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9">Legislaturas</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" ></a>
</div>
<ul class="">
<li><a href="?pag=T0RJPU9UYz1PVEk9T1RnPU9EUT1PVFE9T0dNPU9XTT1PR0U9">Atos da Mesa</a></li>
<li><a href="?pag=T0RJPU9UYz1PVEk9T1RnPU9EUT1PVGM9T1RrPU9HVT1PV009T1RRPU9HWT1PVEk9T1dJPVlUTT1PVFE9">Atos do Presidente</a></li>
<li><a href="?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yST1PVFE9T1dFPVlUUT0=">Busca de Leis</a></li>
<li><a href="http://www.legislacao.sp.gov.br/legislacao/dg280202.nsf/a2dc3f553380ee0f83256cfb00501463/46e2576658b1c52903256d63004f305a?OpenDocument">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=T0dRPU9EZz1PR009T0RRPU9UUT1PVGs9T0dVPU9HRT1PVGM9T1RRPU9HVT1PR1U9">Lei Orgânica do Municipio</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=2">Leis Complementares</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=1">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="#" ></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="#" ></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=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1OMk09T1RBPU9XVT1ZVEE9T0dVPU9XVT0=">Atas das Sessões</a></li>
<li><a href="?pag=T0RjPU9UVT1PRGc9T1RZPU9XRT1PR009T1RVPU9HTT1PVEk9T0dNPU9HRT1ZVE09T1RJPVlURT1PVFE9T1RJPU9UVT1ZVEk9WVRVPU9XRT1ZVGc9T1RZPU9UZz1ZVGM9WVRnPQ==">Frequência dos Vereadores</a></li>
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=2">Moções</a></li>
<li><a href="?pag=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9&pg=1">Projetos em Tramitação</a></li>
<li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=">Projetos Tramitados</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" ></a>
</div>
<ul class="">
<li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=">Contratos</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=1">Estágio</a></li>
<li><a href="?pag=T0dRPU9HTT1PRFk9T0dVPU9Uaz1PRGc9T0dFPU9UZz1PR1U9T1dVPU9HRT1ZVEE9T1RJPU9XWT1PVEE9WVRNPU9UST0=">Licitações</a></li>
<li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPU5XRT1PR1U9T1dJPU9XVT1OV009WVRBPVlUTT1PVFk9T1RRPVlUST1PV0U9WVRVPVlXST1PV0U9WVdJPVlUUT1ZV0U9&&tp=1">Relações de Compras e Serviços</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" ></a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=61">Expediente da Câmara</a></li>
<li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=true">Fale Conosco</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" ></a>
</div>
<ul class="">
<li><a href="?pag=T0RJPU9URT1PVEk9TlRJPU9UZz1PR009T1dFPU9XTT1PVGc9T1RBPU9XVT0=&tp=2">Sessões Extraordinárias</a></li>
<li><a href="?pag=T0RJPU9URT1PVEk9TlRJPU9UZz1PR009T1dFPU9XTT1PVGc9T1RBPU9XVT0=&tp=3">Sessões Ordinárias</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 Taquarivaí<br>
Rua Ana Caetano de Souza, 101<br>
Centro - Cx. Postal <br>
CEP 18425-000 - Taquarivaí -SP<br>
Telefone: (15) 3534-1167 - (15) 3534-1205<br>
</div>
<div style="margin-top:20px; margin-bottom:20px;">
Segunda a Sexta Feira das 08:00 as 17:00 horas </div>
<div style="">
<span class="fs12px" style="color: #feffa7;">Total de Visitas: ; | ; </span><span class="fs12px" style="color: #feffa7;" >Online: 1</span>
</div>
<div>
<!--<span class="linkSubMenu" style="font-weight:bold;font-size:87%;" >Última atualização: 25/11/2022 17:22:57</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: Franciele de Fátima de Oliveira</div>
<div>E-mail: camara@cmtaquarivai.sp.gov.br</div>
<div>Tel. para esclarecimentos: (15) 3534-1205</div>
<div >Endereço: Rua Ana Caetano de Souza, 101 - Centro</div><div>Atendimento: Segunda a Sexta Feira das 08:00 as 17:00 horas</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>]]>
|
55
| <![CDATA[<a class="acess-texto cpointer " data-sinal="-" style="text-decoration:none;">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>]]>
|
61
| <![CDATA[<a class="acess-texto cpointer " data-sinal="+" style="text-decoration:none;">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>]]>
|
67
| <![CDATA[<a class="cpointer acess-contraste" style="text-decoration:none;">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>]]>
|
73
| <![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>]]>
|
132
| <![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>]]>
|
462
| <![CDATA[<div style="float:center; display:table; padding-top:10px; padding-bottom:10px;width: inherit;">
<img src="./images/banner_novembro_azul.jpg" border="0" alt="imagem" class="img-responsive img-responsive-100" />
</div>]]>
|
468
| <![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=14&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/b1169410c2a1c874c68a3d4c0fcc7b6e_presidente.jpg" alt="Leandro Rodrigues Estevam - PP" title="Leandro Rodrigues Estevam - PP" class="img-responsive" alt="" />
</a>
</li>
<li class="maxWidth48porcent">
<div class="tituloBox">Vereadores</div>
<div class="w125px fs9px" >LEGISLATURA 2021/2024</div>
<span class='fs11px'>Presidente Atual</span><div class='fs11px'>Leandro Rodrigues Estevam</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=14&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/b1169410c2a1c874c68a3d4c0fcc7b6e_presidente.jpg" alt="Leandro Rodrigues Estevam - PP" title="Leandro Rodrigues Estevam - PP" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=35&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="Álvaro Roberto de Barros - Roberto Filho da Vó Cota" title="Álvaro Roberto de Barros - Roberto Filho da Vó Cota" src="temp/b81361577bd453269dd5fc7b6535fba5____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=24&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="Arileide da Silva - Leide" title="Arileide da Silva - Leide" src="temp/e6336a6fa0336ce2f5cce531b0bf872e____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=25&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="Bruna Roberta Almeida Barros - Bruna" title="Bruna Roberta Almeida Barros - Bruna" src="temp/4d31efa22917771b2207e060efe4ffad____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=34&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="JOEL CAMILO SANTOS - JOEL DAS FORMIGAS" title="JOEL CAMILO SANTOS - JOEL DAS FORMIGAS" src="temp/873d2c36442e13b3c11338d3ffcff280____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=19&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="José Carlos Paulino Nogueira - Carlos Paulino" title="José Carlos Paulino Nogueira - Carlos Paulino" src="temp/dc5ee2b84e288f2b4761922872394744____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=18&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="José Fogaça de Almeida - Zé Fogaça" title="José Fogaça de Almeida - Zé Fogaça" src="temp/8f94537bf111b62d7ec4d1d039acb30c____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=31&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="LAURIANE ROSA - LAURIANE ROSA" title="LAURIANE ROSA - LAURIANE ROSA" src="temp/440945ab575244dcf28a1a27c69f59b8____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=32&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="THIAGO DE BARROS LOPES - PROF. THIAGO" title="THIAGO DE BARROS LOPES - PROF. THIAGO" src="temp/255d16de6075d9bfc5d5217caecb4cbb____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
</ul>
</div>
</div>]]>
|
469
| <![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=14&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/b1169410c2a1c874c68a3d4c0fcc7b6e_presidente.jpg" alt="Leandro Rodrigues Estevam - PP" title="Leandro Rodrigues Estevam - PP" class="img-responsive" alt="" />
</a>
</li>
<li class="maxWidth48porcent">
<div class="tituloBox">Vereadores</div>
<div class="w125px fs9px" >LEGISLATURA 2021/2024</div>
<span class='fs11px'>Presidente Atual</span><div class='fs11px'>Leandro Rodrigues Estevam</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=14&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/b1169410c2a1c874c68a3d4c0fcc7b6e_presidente.jpg" alt="Leandro Rodrigues Estevam - PP" title="Leandro Rodrigues Estevam - PP" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=35&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="Álvaro Roberto de Barros - Roberto Filho da Vó Cota" title="Álvaro Roberto de Barros - Roberto Filho da Vó Cota" src="temp/b81361577bd453269dd5fc7b6535fba5____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=24&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="Arileide da Silva - Leide" title="Arileide da Silva - Leide" src="temp/e6336a6fa0336ce2f5cce531b0bf872e____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=25&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="Bruna Roberta Almeida Barros - Bruna" title="Bruna Roberta Almeida Barros - Bruna" src="temp/4d31efa22917771b2207e060efe4ffad____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=34&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="JOEL CAMILO SANTOS - JOEL DAS FORMIGAS" title="JOEL CAMILO SANTOS - JOEL DAS FORMIGAS" src="temp/873d2c36442e13b3c11338d3ffcff280____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=19&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="José Carlos Paulino Nogueira - Carlos Paulino" title="José Carlos Paulino Nogueira - Carlos Paulino" src="temp/dc5ee2b84e288f2b4761922872394744____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=18&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="José Fogaça de Almeida - Zé Fogaça" title="José Fogaça de Almeida - Zé Fogaça" src="temp/8f94537bf111b62d7ec4d1d039acb30c____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=31&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="LAURIANE ROSA - LAURIANE ROSA" title="LAURIANE ROSA - LAURIANE ROSA" src="temp/440945ab575244dcf28a1a27c69f59b8____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=32&idleg=4" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="THIAGO DE BARROS LOPES - PROF. THIAGO" title="THIAGO DE BARROS LOPES - PROF. THIAGO" src="temp/255d16de6075d9bfc5d5217caecb4cbb____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
</ul>
</div>]]>
|
474
| <![CDATA[<img style="border-radius:2px; height:69px;" src="temp/b1169410c2a1c874c68a3d4c0fcc7b6e_presidente.jpg" alt="Leandro Rodrigues Estevam - PP" title="Leandro Rodrigues Estevam - PP" class="img-responsive" alt="" />]]>
|
488
| <![CDATA[<img style="border-radius:2px; height:69px;" src="temp/b1169410c2a1c874c68a3d4c0fcc7b6e_presidente.jpg" alt="Leandro Rodrigues Estevam - PP" title="Leandro Rodrigues Estevam - PP" class="img-responsive" alt="" />]]>
|
494
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="Álvaro Roberto de Barros - Roberto Filho da Vó Cota" title="Álvaro Roberto de Barros - Roberto Filho da Vó Cota" src="temp/b81361577bd453269dd5fc7b6535fba5____vereadores.jpg" class="img-responsive" alt="" />]]>
|
500
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="Arileide da Silva - Leide" title="Arileide da Silva - Leide" src="temp/e6336a6fa0336ce2f5cce531b0bf872e____vereadores.jpg" class="img-responsive" alt="" />]]>
|
506
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="Bruna Roberta Almeida Barros - Bruna" title="Bruna Roberta Almeida Barros - Bruna" src="temp/4d31efa22917771b2207e060efe4ffad____vereadores.jpg" class="img-responsive" alt="" />]]>
|
512
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="JOEL CAMILO SANTOS - JOEL DAS FORMIGAS" title="JOEL CAMILO SANTOS - JOEL DAS FORMIGAS" src="temp/873d2c36442e13b3c11338d3ffcff280____vereadores.jpg" class="img-responsive" alt="" />]]>
|
518
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="José Carlos Paulino Nogueira - Carlos Paulino" title="José Carlos Paulino Nogueira - Carlos Paulino" src="temp/dc5ee2b84e288f2b4761922872394744____vereadores.jpg" class="img-responsive" alt="" />]]>
|
524
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="José Fogaça de Almeida - Zé Fogaça" title="José Fogaça de Almeida - Zé Fogaça" src="temp/8f94537bf111b62d7ec4d1d039acb30c____vereadores.jpg" class="img-responsive" alt="" />]]>
|
530
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="LAURIANE ROSA - LAURIANE ROSA" title="LAURIANE ROSA - LAURIANE ROSA" src="temp/440945ab575244dcf28a1a27c69f59b8____vereadores.jpg" class="img-responsive" alt="" />]]>
|
536
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="THIAGO DE BARROS LOPES - PROF. THIAGO" title="THIAGO DE BARROS LOPES - PROF. THIAGO" src="temp/255d16de6075d9bfc5d5217caecb4cbb____vereadores.jpg" class="img-responsive" alt="" />]]>
|
554
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/botao_coronavirus.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco banner_coronavirus" style="width:;" >]]>
|
559
| <![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;" >]]>
|
564
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/maria_da_penha_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
569
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/estatuto_idoso_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
574
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/estatudo_crianca_adolecente_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
579
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/diario_oficial_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
584
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/prefeitura_municipal_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
589
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x60.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
594
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/licitaccoes_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
599
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/contas_publicas_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
604
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/agenda_event_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
609
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_quadrado/tv_camara_sessoes_190x68.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/galeria_multimidia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
624
| <![CDATA[<div style="border-radius:6px;" class="box larguraEnquete" >
<form method="POST" name="ENQUETE" id="ENQUETE" action="indexAjax.php?pag=T0RZPU9URT1PVFE9T1dFPU9HRT1PV0k9T0dNPQ==&monstraResultado=1">
<input type="hidden" name="pag" id="pag" value="T0RZPU9URT1PVFE9T1dFPU9HRT1PV0k9T0dNPQ==" />
<input type="hidden" name="mostrarResultado" id="mostrarResultado" value="1" />
<input type="hidden" name="votarEnquete" id="votarEnquete" value="" />
<input type="hidden" name="tipoEnquete" id="tipoEnquete" value="" />
<div class="textoBox tituloBoxEnquete">Enquete</div>
<div class="h10px"></div>
<!--
<ComentarioWebline>
<requisicao n='não há'>Adicionado Width 100% pois estava quebrando a palavra apos a caixa. - David Vinicius - </requisicao>
</ComentarioWebline>
-->
<div class='row tituloEnquete' style="width:100%;display:table-row;">
O que devemos priorizar </div>
<div class="h10px"></div>
<div >
<div class="radio">
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="34">Emprego </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="35">Saúde </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="36">Educação </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="37">Lazer </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="38">Segurança Pública </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="39">Meio Ambiente </label>
<hr class="hrEnquete" />
</div>
<button type="submit" class="btn btn-default btn-sm btnEnquete" onclick="if($('input[name=\'respostaEnquete\']:checked').val()){$('#votarEnquete').val('1'); }else{ alert('Selecione uma resposta para enquete.'); return false;}" onkeypress="if($('input[type=checkbox]:checked').val()!=''){$('#votarEnquete').val('1');}else{ alert('Selecione uma resposta para enquete.'); return false;} " ><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Votar</button>
<button type="submit" class="btn btn-default btn-sm btnEnquete"><span class="glyphicon glyphicon-signal" aria-hidden="true"></span> Resultado</button>
</div>
</form>
</div>]]>
|
638
| <![CDATA[<div class='row tituloEnquete' style="width:100%;display:table-row;">
O que devemos priorizar </div>]]>
|
687
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/botao_coronavirus.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco banner_coronavirus" style="width:;" >]]>
|
692
| <![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;" >]]>
|
697
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/maria_da_penha_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
702
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/estatuto_idoso_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
707
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/estatudo_crianca_adolecente_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
712
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/diario_oficial_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
717
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/prefeitura_municipal_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
722
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x60.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
727
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/licitaccoes_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
732
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/contas_publicas_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
737
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/agenda_event_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
742
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_quadrado/tv_camara_sessoes_190x68.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
747
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_multimidia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
757
| <![CDATA[<div style="border-radius:6px;" class="box larguraEnquete" >
<form method="POST" name="ENQUETE" id="ENQUETE" action="indexAjax.php?pag=T0RZPU9URT1PVFE9T1dFPU9HRT1PV0k9T0dNPQ==&monstraResultado=1">
<input type="hidden" name="pag" id="pag" value="T0RZPU9URT1PVFE9T1dFPU9HRT1PV0k9T0dNPQ==" />
<input type="hidden" name="mostrarResultado" id="mostrarResultado" value="1" />
<input type="hidden" name="votarEnquete" id="votarEnquete" value="" />
<input type="hidden" name="tipoEnquete" id="tipoEnquete" value="" />
<div class="textoBox tituloBoxEnquete">Enquete</div>
<div class="h10px"></div>
<!--
<ComentarioWebline>
<requisicao n='não há'>Adicionado Width 100% pois estava quebrando a palavra apos a caixa. - David Vinicius - </requisicao>
</ComentarioWebline>
-->
<div class='row tituloEnquete' style="width:100%;display:table-row;">
O que devemos priorizar </div>
<div class="h10px"></div>
<div >
<div class="radio">
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="34">Emprego </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="35">Saúde </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="36">Educação </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="37">Lazer </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="38">Segurança Pública </label>
<hr class="hrEnquete" />
<label class="radioEnquete">
<input type="radio" name="respostaEnquete" id="respostaEnquete" value="39">Meio Ambiente </label>
<hr class="hrEnquete" />
</div>
<button type="submit" class="btn btn-default btn-sm btnEnquete" onclick="if($('input[name=\'respostaEnquete\']:checked').val()){$('#votarEnquete').val('1'); }else{ alert('Selecione uma resposta para enquete.'); return false;}" onkeypress="if($('input[type=checkbox]:checked').val()!=''){$('#votarEnquete').val('1');}else{ alert('Selecione uma resposta para enquete.'); return false;} " ><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Votar</button>
<button type="submit" class="btn btn-default btn-sm btnEnquete"><span class="glyphicon glyphicon-signal" aria-hidden="true"></span> Resultado</button>
</div>
</form>
</div>]]>
|
771
| <![CDATA[<div class='row tituloEnquete' style="width:100%;display:table-row;">
O que devemos priorizar </div>]]>
|
829
| <![CDATA[<p style="/*text-align:center;padding-top:5px;height:30px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;*/ width: 100%; margin-bottom: 10px;" class="btn bg-primary">Proposições</p>]]>
|
832
| <![CDATA[<img src="https://www.weblinesistemas.com/imagens_camaras/bot_projetos2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">]]>
|
838
| <![CDATA[<img src="https://www.weblinesistemas.com/imagens_camaras/bot_indicacoes2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">]]>
|
843
| <![CDATA[<img src="https://www.weblinesistemas.com/imagens_camaras/bot_mocoes2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">]]>
|
848
| <![CDATA[<img src="https://www.weblinesistemas.com/imagens_camaras/bot_requerimentos2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">]]>
|
853
| <![CDATA[<img src="https://www.weblinesistemas.com/imagens_camaras/bot_oficios.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">]]>
|
1063
| <![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;'>44ª SESSÃO ORDINARIA</p><p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>DIA 28-11-2022 - SEGUNDA-FEIRA</p><p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>19 HORAS</p> <div class="h10px"></div>
</div>
</a>]]>
|
1070
| <![CDATA[<p class='linhaSessao' style='padding-top:20px;margin:10px;border-bottom: 1px solid #ddd;'>44ª SESSÃO ORDINARIA</p>]]>
|
1070
| <![CDATA[<p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>DIA 28-11-2022 - SEGUNDA-FEIRA</p>]]>
|
1070
| <![CDATA[<p class='linhaSessao' style='border-bottom: 1px solid #ddd;margin:10px;'>19 HORAS</p>]]>
|
1077
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/facebook_2_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
1082
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/portal_cidadao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
1087
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/poupa_tempo_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
1092
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/rh_online_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
1097
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transparencia_2_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
1102
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
1107
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/esic_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
1112
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/banco_ideias_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
1117
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/botao_emprega_sao_paulo.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
1124
| <![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.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>]]>
|
1257
| <![CDATA[<div style="margin-top:20px; margin-bottom:20px;">
Segunda a Sexta Feira das 08:00 as 17:00 horas </div>]]>
|
1260
| <![CDATA[<div style="">
<span class="fs12px" style="color: #feffa7;">Total de Visitas: ; | ; </span><span class="fs12px" style="color: #feffa7;" >Online: 1</span>
</div>]]>
|
1261
| <![CDATA[<span class="fs12px" style="color: #feffa7;">Total de Visitas: ; | ; </span>]]>
|
1261
| <![CDATA[<span class="fs12px" style="color: #feffa7;" >Online: 1</span>]]>
|
1306
| <![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>]]>
|
664
| <![CDATA[<button type="submit" class="btn btn-default btn-sm btnEnquete" onclick="if($('input[name=\'respostaEnquete\']:checked').val()){$('#votarEnquete').val('1'); }else{ alert('Selecione uma resposta para enquete.'); return false;}" onkeypress="if($('input[type=checkbox]:checked').val()!=''){$('#votarEnquete').val('1');}else{ alert('Selecione uma resposta para enquete.'); return false;} " ><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Votar</button>]]>
|
797
| <![CDATA[<button type="submit" class="btn btn-default btn-sm btnEnquete" onclick="if($('input[name=\'respostaEnquete\']:checked').val()){$('#votarEnquete').val('1'); }else{ alert('Selecione uma resposta para enquete.'); return false;}" onkeypress="if($('input[type=checkbox]:checked').val()!=''){$('#votarEnquete').val('1');}else{ alert('Selecione uma resposta para enquete.'); return false;} " ><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Votar</button>]]>
|
151
| <![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 );
$('.dropdown-toggle').css('color' , padrao.dropdown-toggle );
$('.paddingLeft0px').css('color' , padrao.paddingLeft0px);
$('.breadcrumb').css('color' , padrao.breadcrumb);
$('.form-control').css('color' , padrao.form-control);
$('.pagination > li > a, .pagination > li > span').css("background-color", "");
$('.list-group-item').css("background-color", "");
$('.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){
$('body').css('background-color' ,'#000');
$('.navbar-default').css('background-color' ,'transparent' );
$('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');
$('.dropdown-toggle').css('color' , 'white' );
$('.paddingLeft0px').css('color' , '#FFF');
$('.breadcrumb').css('background-color' , 'transparent');
$('.form-control').css('color' , '#555');
$('.pagination > li > a, .pagination > li > span').css("background-color", "transparent");
$('.list-group-item').css("background-color", "transparent");
$('.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>]]>
|
445
| <![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>]]>
|
1042
| <![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>]]>
|
1270
| <![CDATA[<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'pt-BR'}
</script>]]>
|
1354
| <![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>]]>
|