Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) SP

Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 93 49 81 99 357 357 360 360 363 363 366 366 369 369 372 372 375 375 378 378 389 389 392 392 395 395 398 398 401 401 404 404 407 407 410 410 413 413 416 416 427 427 430 430 433 433 436 436 447 447 450 450 453 453 456 456 459 459 470 470 473 473 476 476 479 479 482 482 485 485 488 488 491 491 654 661 668 675 812 816 831 836 866 911 956 1001 1046 1091 1136 1181 1226 1271 1297 1551
1.1.4 Presença de CSS(s) interno 1 1309
1.1.6 Presença de javascript(s) interno 7 59 103 113 602 803 1357 1423
49 <![CDATA[<div class="page-wrapper color-scheme-red" style=""> <div vw class="enabled"> <div vw-access-button class="active"></div> <div vw-plugin-wrapper> <div class="vw-plugin-top-wrapper"></div> </div> </div> <script src="https://www.weblinesistemas.com/responsivo/js/vlibras-plugin.js"></script> <script> //verificação se o vlibras está OnLine ou OffLine var xhr = new XMLHttpRequest(); var url = "https://vlibras.gov.br/doc/widget/"; xhr.open("GET", url, true); //Defina TRUE //Usando callback xhr.onreadystatechange = function () { if(xhr.status >= 200 && xhr.status < 300) { // A página está online. new window.VLibras.Widget('https://vlibras.gov.br/app'); } else { //página está offline } }; xhr.send(null); </script> <div class="icone-acess" onClick="abrirAba();"> <img src="https://www.weblinesistemas.com/acessibilidade/imagens/acess2.png"> </div> <div class="dropAba" style="display: none;"> <a class="acess-texto" data-sinal="+" > <i class="fas fa-plus icones-fa"></i> ;Aumentar Fonte </a><br> <hr> <a class="acess-texto" data-sinal="-"> <i class="fas fa-minus icones-fa"></i> ;Diminuir Fonte </a><br> <hr> <a class="acess-contraste"> <i class="fas fa-adjust icones-fa"></i> ;Inverter Cores </a><br> <hr> <!--<a class="acess-texto" href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ=="> <i class="fas fa-american-sign-language-interpreting icones-fa"></i> ;Libras </a><br> <hr>--> <a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0="> <img src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_acessibilidade.png" style="margin: 5px;"> ;<span class="acess-verde">Acesso &agrave; Informa&ccedil;&atilde;o</span> </a> </div> <script> function abrirAba() { if($("div.dropAba").css("display")=="none"){ $("div.dropAba").show(); }else{ $("div.dropAba").hide(); } } </script> <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 >= 8/*12*/ && novoTamanho <= 22/*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", ""); $('.numberDiaAcess').css('color', padrao.numberDiaAcess); $('.legendaAcess').css('color', padrao.legendaAcess); $('.list-group-item').css('color', padrao.list-group-item); $('.tituloBoxEnquete').css('color', padrao.tituloBoxEnquete); $('.radioEnquete').css('color', padrao.radioEnquete); $('.page-wrapper').css('background-color', padrao.page-wrapper); $('.sec-title > h3').css('color', padrao.sec-title_h3); $('.text').css('color', padrao.text); $('.info-box').css('background-color', padrao.team-block); $('.lower-content').css('background-color', padrao.lower-content); $('.lower-content .text').css('color', padrao.lower-content .text); $('.text-2').css('color', padrao.text-2); $('.textomenu').css('color', padra.textomenu); $('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' ,'#000000'); $('.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"); $('.numberDiaAcess').css('color', '#FFF'); $('.legendaAcess').css('color', '#FFF'); $('.list-group-item').css('background-color', '#000'); $('.tituloBoxEnquete').css('color', '#a5a2a2'); $('.radioEnquete').css('color', '#a5a2a2'); $('.page-wrapper').css('background-color', '#0000'); $('.sec-title > h3').css('color', '#FFF'); $('.text').css('color', '#FFF'); $('.info-box').css('background-color', '#fff'); $('.lower-content').css('background-color', '#FFF'); $('.lower-content .text').css('color', '#000'); $('.text-2').css('color', '#FFF'); $('.textomenu').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> <!-- Main Header--> <header class="main-header header-style-four"> <!-- Header top --> <div class="header-top"> <div class="inner-container"> <div class="top-left"> <ul class="contact-list clearfix"> </ul> </div> <div class="top-right"> <ul class="social-icon-one"> <li><a href="https://www.facebook.com/oficialcamarasaosimaosp" target="_blank"><span class="fab fa-facebook" id="fb-icon"></span></a></li><li><a href="https://www.youtube.com/channel/UCQrbIjoRPTe4Tk-M48f8v8w" target="_blank"><span class="fab fa-youtube" id="yo-icon"></span></a></li> </ul> </div> </div> </div> <!-- End Header Top --> <!-- Main box --> <div class="main-box"> <div class="menu-box"> <div class="logo"> <a href="./" class="main-logo"><img src="images/logo-2.png" alt="" title="" ></a> <a href="./" class="sticky-logo"><img src="images/logo-2.png" alt="" title="" ></a> </div> <!--Nav Box--> <div class="nav-outer"> <!-- Main Menu --> <nav class="main-menu navbar-expand-md navbar-light"> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navigation clearfix"> <li class="dropdown"> <a href="#" target=""><span>Câmara</span></a> <ul> <li> <a href="?pag=T0dVPU9EZz1PVFk9T0RZPU9EUT1PR0k9T1RBPU9XST1PR1U9T1dZPU9XRT1PV1k9T0dVPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Mesa Diretora</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Legislaturas</a> </li> <li> <a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Comissões</a> </li> <li> <a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9EZz1PVGs9T1dRPU9UQT1ZVEE9T1RZPU9UTT1PVFE9T1dZPVlUVT1PVGc9WVRZPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Galeria dos Presidentes</a> </li> <li> <a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=27" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Histórico da Câmara</a> </li> <li> <a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=67" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> História do Municí­pio</a> </li> <li> <a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Dados Abertos</a> </li> <li> <a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=TRUE" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Disk Câmara</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Legislação</span></a> <ul> <li> <a href="https://www.al.sp.gov.br/repositorio/legislacao/constituicao/1989/compilacao-constituicao-0-05.10.1989.html" target="_blank" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Constituição Estadual</a> </li> <li> <a href="?pag=T0RjPU9EZz1PRGM9T0dFPU9UYz1PRGc9T1RNPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Constituição Federal</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=4" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Decretos Legislativos</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=24" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Emendas a LOM</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=19" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Lei Orgânica do Municipio</a> </li> <li> <a href="https://legislacaodigital.com.br/SaoSimao-sp" target="_blank" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Leis Compiladas</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=2" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Leis Complementares</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=1" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Leis Ordinárias</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=12" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Regimento Interno</a> </li> <li> <a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Resoluções</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Sessão</span></a> <ul> <li> <a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1PV009TjJVPU9UQT1ZVEE9WVRBPU9XVT1PVFE9WVRRPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Atas</a> </li> <li> <a href="?pag=TmpJPU9UZz1PRGM9T0dVPU9HRT1PVFU9T0dFPU9UST1PR0U9TjJJPVlUQT1PR1k9T1RrPU9UZz1PVEk9T1RJPU56ST1ZVEU9WVRJPVlUZz0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Audiência Pública</a> </li> <li> <a href="?pag=T0RjPU9UVT1PRGc9T1RZPU9XRT1PR009T1RVPU9HTT1PVEk9T0dNPU9HRT1ZVE09T1RJPVlURT1PVFE9T1RJPU9UVT1ZVEk9WVRVPU9XRT1ZVGc9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Frequência de vereadores</a> </li> <li> <a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Pautas</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Processo Legislativo</span></a> <ul> <li> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=5" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Indicações</a> </li> <li> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=4" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Moções</a> </li> <li> <a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPU9UUT1PV009WVRVPVlUTT1PVFE9WVRBPU9XVT1ZVGs9T1RnPU9XRT1PV0U9WVRnPQ==&estado=tramitacao" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Projetos em Tramitação</a> </li> <li> <a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Projetos Tramitados</a> </li> <li> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Requerimentos</a> </li> </ul> </li> <li class="dropdown"> <a href="#" target=""><span>Editais</span></a> <ul> <li> <a href="?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Balancete Orçamentário</a> </li> <li> <a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=2" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Concursos</a> </li> <li> <a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Contratos</a> </li> <li> <a href="?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Demonstrativo das Receitas e Despesas</a> </li> <li> <a href="?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Execução de Despesas</a> </li> <li> <a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=7" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Inexigibilidade (sem licitação)</a> </li> <li> <a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Licitações</a> </li> <li> <a href="?pag=T1RVPU9HTT1PVE09T1RRPU9EUT1PV0k9T1RrPU9HRT1PVGM9T1dVPU9XST1PR1U9T1dZPU9UUT1PV1E9T1RRPU9XRT1PVFE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Relações de Compras e Serviços</a> </li> </ul> </li> </ul> </div> </nav> <!-- Main Menu End--> </div> <div class="outer-box"> <!-- Search Btn --> <div class="search-box"> <!-- <button class="search-btn"><i class="fa fa-search fa-2x"></i></button> --> </div> </div> </div> </div> <!-- Sticky Header --> <div class="sticky-header"> <div class="main-box"> <!--Keep This Empty / Menu will come through Javascript--> </div> </div><!-- End Sticky Menu --> <!-- Mobile Header --> <div class="mobile-header"> <div class="logo"><a href="./"><img src="images/logo-2.png" alt="" title="" ></a></div> <!--Nav Box--> <div class="nav-outer clearfix"> <!--Keep This Empty / Menu will come through Javascript--> </div> </div> <!-- Mobile Sticky Header --> <div class="mobile-sticky-header"> <div class="logo"><a href="./"><img src="images/logo-2.png" alt="" title="" ></a></div> <!--Nav Box--> <div class="nav-outer clearfix"> <!--Keep This Empty / Menu will come through Javascript--> </div> </div> <!-- Mobile Menu --> <div class="mobile-menu"> <span class="mobile-menu-back-drop"></span> <div class="menu-outer"> <nav class="menu-box"> <div class="nav-logo"><a href="./"><img src="images/logo-2.png" alt="" title="" ></a></div><!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header--> </nav> <!-- <div class="menu-search"> <form method="POST" class="form-escolha-busca" action="?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1ObVE9T1RBPU9UVT1PV1E9T1dRPU9XRT1Oems9T1RJPU9UZz1ZVEk9"> <div class="form-group"> <input type="hidden" name="buscarPorTodosOsTipos" value="1" /> <input type="text" class="input inputBuscadorHome" id="palavraChave" name="palavraChave" value="" placeholder="Busca..." required=""> <button type="submit"><i class="fa fa-search"></i></button> </div> </form> <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 pag1" /> <label>Not&iacute;cia</label> <input type="radio" name="pag" id="pag2" checked class="pagBusc pag2" /> <label>Legisla&ccedil;&atilde;o</label> </div> </div> </div> </div> --> </div> </div><!-- End Mobile Menu --> <!-- Header Search --> <div class="search-popup"> <span class="search-back-drop"></span> <div class="search-inner"> <div class="auto-container"> <div class="upper-text"> <div class="text">Pesquise aqui.</div> <button class="close-search"><span class="fa fa-times"></span></button> </div> <form method="POST" class="form-escolha-busca" action="?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1ObVE9T1RBPU9UVT1PV1E9T1dRPU9XRT1Oems9T1RJPU9UZz1ZVEk9"> <div class="form-group"> <input type="hidden" name="buscarPorTodosOsTipos" value="1" /> <input type="text" class="input inputBuscadorHome" id="palavraChave" name="palavraChave" value="" placeholder="Busca..." required=""> <button type="submit"><i class="fa fa-search"></i></button> </div> </form> <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 pag1" /> <label>Not&iacute;cia</label> <input type="radio" name="pag" id="pag2" checked class="pagBusc pag2" /> <label>Legisla&ccedil;&atilde;o</label> <!--<input type="radio" name="pag" id="pag3" class="pagBusc pag3" /><label>Propositura</label>--> </div> </div> </div> </div> </div> </div> <!-- End Header Search --> <script> $(document).ready(function(){ $('.pag1').click(function(){ $('.form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==' ); }); $('.pag2').click(function(){ $('.form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1ObVE9T1RBPU9UVT1PV1E9T1dRPU9XRT1Oems9T1RJPU9UZz1ZVEk9' ); }); $('.pag3').click(function(){ $('.form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1ObVE9T1RBPU9UVT1PV1E9T1dRPU9XRT1OMlE9T1dZPU9XVT1PV1k9WVRBPVlUUT1PV009WVRjPVlXRT1ZVGM9T1RnPVlXRT0=' ); }); }); </script></header> <!--End Main Header --> <div class="container"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet"> <div class='row'> <div class='col-md-12'> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="?pag=">P&aacute;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=12">LEGISLATURA 2021/2024</a></li> <li class="breadcrumb-item active">RITA DE CÁSSIA BONAGAMBA ZANATTO</li> </ol> </div> </div> <h2 class="tituloPagina">Vereador</h2> <div class="row"> <div class="col-md-3"> <img alt="RITA DE CÁSSIA BONAGAMBA ZANATTO - Movimento Democrático Brasileiro" title="RITA DE CÁSSIA BONAGAMBA ZANATTO - " src="temp/5e3ae61da35985998c0163bd846e09a2.png?data=0102202302" class="img-responsive" alt="" /> <h3 class="tituloPagina">Proposi&ccedil;&otilde;es</h3> <div class="h10px"></div> <div class=""> <a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&&idver=16&&idleg=12&tpBusca=projeto"> <img src="https://www.weblinesistemas.com/imagens_camaras/bot_projetos2.jpg" class="img-responsive" border="0"> </a> <div class="h10px"></div> <a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&&idver=16&&idleg=12&tpBusca=indicacao"> <img style="border-radius: 3px;" src="https://www.weblinesistemas.com/imagens_camaras/bot_indicacoes2.jpg" class="img-responsive" border="0"> </a> <div class="h10px"></div> <a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&&idver=16&&idleg=12&tpBusca=mocao"> <img style="border-radius: 3px;" src="https://www.weblinesistemas.com/imagens_camaras/bot_mocoes2.jpg" class="img-responsive" border="0"> </a> <div class="h10px"></div> <a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&&idver=16&&idleg=12&tpBusca=requerimento"> <img style="border-radius: 3px;" src="https://www.weblinesistemas.com/imagens_camaras/bot_requerimentos2.jpg" class="img-responsive" border="0"> </a> <div class="h10px"></div> <a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&&idver=16&&idleg=12&tpBusca=oficio"> <img style="border-radius: 3px;" src="https://www.weblinesistemas.com/imagens_camaras/bot_oficios.jpg" class="img-responsive" border="0"> </a> <div class="h10px"></div> </div> </div> <div class="h10px"></div> <div class="col-md-8"> <table class="table margin-bottom0px"> <thead> <tr> <th> Dados do Vereador(a) </th> </tr> </thead> <tbody> <tr> <td> Nome </td> <td> RITA DE CÁSSIA BONAGAMBA ZANATTO </td> </tr> <tr> <td> Partido </td> <td> Movimento Democrático Brasileiro </td> </tr> <tr> <td> Votos </td> <td> 210 </td> </tr> <tr> <td> Anivers&aacute;rio </td> <td> 17/12 </td> </tr> </tbody> </table> <div class="listagem-cargos-vereador"> <table class="table margin-bottom0px"> <thead> <tr> <th> Cargos </th> </tr> </thead> <tbody> <tr> <td> <ul> <li><strong>MESA DIRETORA</strong> <ul> <li><strong>Mesa Diretora</strong></li> <li>Cargo - 1º SECRETÁRIA</li> </ul> </li> </ul> <ul> <li><strong>COMISSÃO DE LEGISLAÇÃO, JUSTIÇA E REDAÇÃO</strong><ul> <li>1º SECRETÁRIA</li> </ul> </li> </ul> </td> </tr> </tbody> </table> </div> <table class="table"> <thead> <tr> <th> Contato: </th> </tr> </thead> <tbody> <tr> <td> Email: <a href="mailto:ritabonazanatto1@hotmail.com">ritabonazanatto1@hotmail.com</a> </td> </tr> <tr> <td> Telefone: (16) 991749883<br> </td> </tr> <tr> <td class="text-align-center"> <a href="?pag=T0RjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPQ==&idver=16">Clique aqui para entrar em contato.</a> </td> </tr> </tbody> </table> </div> </div> <div class="h10px"></div> <div class="h10px"></div> <div class="h10px"></div> <div class="h10px"></div> <div id="frm_busca_propositura"> <form class="form-inline" action="" method="GET"> <div class="form-group"> <input type="hidden" name="pag" value="T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0="> <input type="hidden" name="idver" value="16"> <input type="hidden" name="idleg" value="12"> <input type="hidden" name="tpBusca" value="indicacao"> <input type="text" class="form-control" placeholder="Palavra Chave" id="palavraChave" name="palavraChave" value=""> </div> <button type="submit" class="btn btn-default">Buscar</button> </form> </div> <script> $(document).ready(function(){ $("html, body").animate({ scrollTop: $('#frm_busca_propositura').offset().top }, 300); }); </script> <div class="h10px"></div> <a target='_blank' href='indexAjax.php?pag=TnpNPU9EZz1PR1k9T0RZPU9Uaz1PVFk9T1RrPU9UST1PVGc9T0RFPU9UQT1PV1k9T1RJPU9UQT1PVE09WVRBPVlUTT0=&palavraChave=&idver=16&idleg=12&tpBusca=indicacao'> <button type="button" class="btn btn-info" style="float: right;">Imprimir relat&oacute;rio</button> </a> <div class="h10px"></div> <div class="areaBtnBuscaVereador areaHistoriaVereador"> <div class='paginacao' align='center'><nav><ul class="pagination"><li><a class='text-decoration-none ' style='color:red;' data-pg='1' ><strong>1</strong></a></li> <li><a class='text-decoration-none ' data-pg='2' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=2'><strong>2</strong></a></li> <li><a class='text-decoration-none ' data-pg='3' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=3'><strong>3</strong></a></li> <li><a class='text-decoration-none ' data-pg='4' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=4'><strong>4</strong></a></li> <li><a class='text-decoration-none ' data-pg='5' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=5'><strong>5</strong></a></li> <li><a class='text-decoration-none ' data-pg='2' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=2'><strong> Pr&oacute;xima </strong></a></li> <li><a class='text-decoration-none ' data-pg='5' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=5'><strong> &Uacute;ltima </strong></a></li> </ul></nav></div> <h3 class="tituloPagina">Indica&ccedil;&otilde;es</h3> <br> <table> <tr> <td> <span style="font-weight:bold;font-size:11px" > </td> </tr> <tr> <td> <span style="font-size:11px" ></span> </td> </tr> </table> <table class="table table-striped table-hover table-bordered"> <tbody> <tr> <td> <div class='row'> <div class="col-md-12 "> <h4>Indica&ccedil;&atilde;o N&ordm 0101-2022</h4> </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-6" > <h4>Data Inicial:</h4>04/08/2022 </div> <div class="col-md-6 col-sm-6 col-xs-6"> <h4>Situa&ccedil;&atilde;o</h4>ENCAMINHADA AO EXECUTIVO </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-8"> <h4>Autor:</h4>RITA DE CÁSSIA BONAGAMBA ZANATTO </div> <div class="col-md-6 col-sm-6 col-xs-4"> <h4>Arquivo:</h4><form name="arq_abre" id="arq_abre3032" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0101-2022.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="3032" /> <input type="hidden" id="converte3032" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form> ; - </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12"> <h4>Ementa:</h4>SOLICITA-SE QUE SEJA IMPLANTADO UM PROJETO PARA A REALIZAÇÃO DE UMA "CORRIDA KIDS" NO MUNICÍPIO DE SÃO SIMÃO, DESTINADA A CRIANÇAS DE 02 A 12 ANOS. </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12 textCenter"> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPU9HRT1PVFk9T1dJPU9UTT0=&id=2732&tpBusca=indicacao"><h4>Clique aqui para saber mais detalhes.</h4></a> </div> </div> </td> </tr> <tr> <td> <div class='row'> <div class="col-md-12 "> <h4>Indica&ccedil;&atilde;o N&ordm 0067-2022</h4> </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-6" > <h4>Data Inicial:</h4>25/04/2022 </div> <div class="col-md-6 col-sm-6 col-xs-6"> <h4>Situa&ccedil;&atilde;o</h4>ENCAMINHADA AO EXECUTIVO </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-8"> <h4>Autor:</h4>RITA DE CÁSSIA BONAGAMBA ZANATTO </div> <div class="col-md-6 col-sm-6 col-xs-4"> <h4>Arquivo:</h4><form name="arq_abre" id="arq_abre2884" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0067-2022.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2884" /> <input type="hidden" id="converte2884" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form> ; - </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12"> <h4>Ementa:</h4>Solicita-se que seja realizada a limpeza integral do bairro de Bento Quirino, efetuando-se a roçada das praças e capina de todas as guias. </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12 textCenter"> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPU9HRT1PVFk9T1dJPU9UTT0=&id=2607&tpBusca=indicacao"><h4>Clique aqui para saber mais detalhes.</h4></a> </div> </div> </td> </tr> <tr> <td> <div class='row'> <div class="col-md-12 "> <h4>Indica&ccedil;&atilde;o N&ordm 0066-2022</h4> </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-6" > <h4>Data Inicial:</h4>25/04/2022 </div> <div class="col-md-6 col-sm-6 col-xs-6"> <h4>Situa&ccedil;&atilde;o</h4>ENCAMINHADA AO EXECUTIVO </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-8"> <h4>Autor:</h4>RITA DE CÁSSIA BONAGAMBA ZANATTO </div> <div class="col-md-6 col-sm-6 col-xs-4"> <h4>Arquivo:</h4><form name="arq_abre" id="arq_abre2883" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0066-2022.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2883" /> <input type="hidden" id="converte2883" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form> ; - </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12"> <h4>Ementa:</h4>Solicita-se que seja realizada a colocação de fitas antiderrapantes nas rampas existentes nos postos municipais de saúde. </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12 textCenter"> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPU9HRT1PVFk9T1dJPU9UTT0=&id=2606&tpBusca=indicacao"><h4>Clique aqui para saber mais detalhes.</h4></a> </div> </div> </td> </tr> <tr> <td> <div class='row'> <div class="col-md-12 "> <h4>Indica&ccedil;&atilde;o N&ordm 0063-2022</h4> </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-6" > <h4>Data Inicial:</h4>12/04/2022 </div> <div class="col-md-6 col-sm-6 col-xs-6"> <h4>Situa&ccedil;&atilde;o</h4>ENCAMINHADA AO EXECUTIVO </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-8"> <h4>Autor:</h4>RITA DE CÁSSIA BONAGAMBA ZANATTO </div> <div class="col-md-6 col-sm-6 col-xs-4"> <h4>Arquivo:</h4><form name="arq_abre" id="arq_abre2873" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0063-2022.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2873" /> <input type="hidden" id="converte2873" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form> ; - </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12"> <h4>Ementa:</h4>Solicita-se que aos professores do Magistério seja também concedida a evolução funcional não acadêmica. </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12 textCenter"> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPU9HRT1PVFk9T1dJPU9UTT0=&id=2599&tpBusca=indicacao"><h4>Clique aqui para saber mais detalhes.</h4></a> </div> </div> </td> </tr> <tr> <td> <div class='row'> <div class="col-md-12 "> <h4>Indica&ccedil;&atilde;o N&ordm 0023-2022</h4> </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-6" > <h4>Data Inicial:</h4>22/02/2022 </div> <div class="col-md-6 col-sm-6 col-xs-6"> <h4>Situa&ccedil;&atilde;o</h4>Aprovado </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-8"> <h4>Autor:</h4>RITA DE CÁSSIA BONAGAMBA ZANATTO </div> <div class="col-md-6 col-sm-6 col-xs-4"> <h4>Arquivo:</h4><form name="arq_abre" id="arq_abre2725" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0023-2022.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2725" /> <input type="hidden" id="converte2725" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form> ; - </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12"> <h4>Ementa:</h4>SOLICITA-SE QUE SEJA CONSTRUIDO RAMPAS DE ACESSIBILIDADE COM BARRAS DE APOIO PARA AS MÃOS NO TEATRO CARLOS GOMES, LOCALIZADO NA RUA RODOLFO MIRANDA, 277. </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12 textCenter"> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPU9HRT1PVFk9T1dJPU9UTT0=&id=2491&tpBusca=indicacao"><h4>Clique aqui para saber mais detalhes.</h4></a> </div> </div> </td> </tr> <tr> <td> <div class='row'> <div class="col-md-12 "> <h4>Indica&ccedil;&atilde;o N&ordm 0286-2021</h4> </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-6" > <h4>Data Inicial:</h4>10/12/2021 </div> <div class="col-md-6 col-sm-6 col-xs-6"> <h4>Situa&ccedil;&atilde;o</h4>ENCAMINHADA AO PRESIDENTE </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-8"> <h4>Autor:</h4>RITA DE CÁSSIA BONAGAMBA ZANATTO </div> <div class="col-md-6 col-sm-6 col-xs-4"> <h4>Arquivo:</h4><form name="arq_abre" id="arq_abre2653" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0286-2021.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2653" /> <input type="hidden" id="converte2653" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form> ; - </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12"> <h4>Ementa:</h4>Colocação de placa de sinalização de advertência para Prática Esportiva na Rua XX de Agosto. </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12 textCenter"> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPU9HRT1PVFk9T1dJPU9UTT0=&id=2433&tpBusca=indicacao"><h4>Clique aqui para saber mais detalhes.</h4></a> </div> </div> </td> </tr> <tr> <td> <div class='row'> <div class="col-md-12 "> <h4>Indica&ccedil;&atilde;o N&ordm 0285-2021</h4> </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-6" > <h4>Data Inicial:</h4>10/12/2021 </div> <div class="col-md-6 col-sm-6 col-xs-6"> <h4>Situa&ccedil;&atilde;o</h4>ENCAMINHADA AO EXECUTIVO </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-8"> <h4>Autor:</h4>RITA DE CÁSSIA BONAGAMBA ZANATTO </div> <div class="col-md-6 col-sm-6 col-xs-4"> <h4>Arquivo:</h4><form name="arq_abre" id="arq_abre2654" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0285-2021.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2654" /> <input type="hidden" id="converte2654" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form> ; - </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12"> <h4>Ementa:</h4>Colocação de placa de sinalização informando que é proibido estacionar veículos pesados no espaço da câmara </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12 textCenter"> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPU9HRT1PVFk9T1dJPU9UTT0=&id=2432&tpBusca=indicacao"><h4>Clique aqui para saber mais detalhes.</h4></a> </div> </div> </td> </tr> <tr> <td> <div class='row'> <div class="col-md-12 "> <h4>Indica&ccedil;&atilde;o N&ordm 0262-2021</h4> </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-6" > <h4>Data Inicial:</h4>24/09/2021 </div> <div class="col-md-6 col-sm-6 col-xs-6"> <h4>Situa&ccedil;&atilde;o</h4>ENCAMINHADA AO EXECUTIVO </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-8"> <h4>Autor:</h4>RITA DE CÁSSIA BONAGAMBA ZANATTO </div> <div class="col-md-6 col-sm-6 col-xs-4"> <h4>Arquivo:</h4><form name="arq_abre" id="arq_abre2519" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0262-2021.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2519" /> <input type="hidden" id="converte2519" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form> ; - </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12"> <h4>Ementa:</h4>SOLICITA QUE SEJA REVITALIZADA, POR MEIO DE VEGETAÇÃO ADEQUADA, A PRAÇA DA AMIZADE , LOCALIZADA NA DIVISA DOS BAIRROS JARDIM DAS AMÉRICAS E JARDIM BRASIL, NO LOCAL EM QUE ESTAVA INSTALADA A PISTA DE SKATE. </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12 textCenter"> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPU9HRT1PVFk9T1dJPU9UTT0=&id=2319&tpBusca=indicacao"><h4>Clique aqui para saber mais detalhes.</h4></a> </div> </div> </td> </tr> <tr> <td> <div class='row'> <div class="col-md-12 "> <h4>Indica&ccedil;&atilde;o N&ordm 0257-2021</h4> </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-6" > <h4>Data Inicial:</h4>24/09/2021 </div> <div class="col-md-6 col-sm-6 col-xs-6"> <h4>Situa&ccedil;&atilde;o</h4>ENCAMINHADA AO EXECUTIVO </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-8"> <h4>Autor:</h4>RITA DE CÁSSIA BONAGAMBA ZANATTO </div> <div class="col-md-6 col-sm-6 col-xs-4"> <h4>Arquivo:</h4><form name="arq_abre" id="arq_abre2513" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0257-2021.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2513" /> <input type="hidden" id="converte2513" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form> ; - </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12"> <h4>Ementa:</h4>- </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12 textCenter"> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPU9HRT1PVFk9T1dJPU9UTT0=&id=2309&tpBusca=indicacao"><h4>Clique aqui para saber mais detalhes.</h4></a> </div> </div> </td> </tr> <tr> <td> <div class='row'> <div class="col-md-12 "> <h4>Indica&ccedil;&atilde;o N&ordm 0171-2021</h4> </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-6" > <h4>Data Inicial:</h4>07/07/2021 </div> <div class="col-md-6 col-sm-6 col-xs-6"> <h4>Situa&ccedil;&atilde;o</h4>Arquivado </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-6 col-sm-6 col-xs-8"> <h4>Autor:</h4>RITA DE CÁSSIA BONAGAMBA ZANATTO </div> <div class="col-md-6 col-sm-6 col-xs-4"> <h4>Arquivo:</h4><form name="arq_abre" id="arq_abre2262" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0171-2021.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2262" /> <input type="hidden" id="converte2262" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form> ; - </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12"> <h4>Ementa:</h4>SOLICITA-SE AO MUNICÍPIO DE SÃO SIMÃO QUE PROMOVA A NOMEAÇÃO DE UMA DAS RUAS DO LOTEAMENTO FLAMBOYANT, SITUADO EM SÃO SIMÃO, EM NOME DE MARCÍLIO ANTONIO. </div> </div> <hr class='hrListagem'> <div class='row'> <div class="col-md-12 textCenter"> <a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPU9HRT1PVFk9T1dJPU9UTT0=&id=2162&tpBusca=indicacao"><h4>Clique aqui para saber mais detalhes.</h4></a> </div> </div> </td> </tr> </tbody> </table> <div class='paginacao' align='center'><nav><ul class="pagination"><li><a class='text-decoration-none ' style='color:red;' data-pg='1' ><strong>1</strong></a></li> <li><a class='text-decoration-none ' data-pg='2' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=2'><strong>2</strong></a></li> <li><a class='text-decoration-none ' data-pg='3' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=3'><strong>3</strong></a></li> <li><a class='text-decoration-none ' data-pg='4' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=4'><strong>4</strong></a></li> <li><a class='text-decoration-none ' data-pg='5' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=5'><strong>5</strong></a></li> <li><a class='text-decoration-none ' data-pg='2' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=2'><strong> Pr&oacute;xima </strong></a></li> <li><a class='text-decoration-none ' data-pg='5' href='?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=12&tpBusca=indicacao&palavraChave=&pg=5'><strong> &Uacute;ltima </strong></a></li> </ul></nav></div> <div class="text-center" ><a href="javascript:history.back()" class="textomenu"><strong class="textomenu">Retornar</strong></a></div> </div> </div> <div class="h10px"></div> <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&oacute;s usamos cookies para melhorar sua experi&ecirc;ncia de navega&ccedil;&atilde;o no portal. Ao continuar voc&ecirc; concorda com a nossa <a href="?pag=T1RFPU9UST1PR1k9T0dVPU9Uaz1PVEE9T0dFPU9HRT1ObU09T1dFPU9XRT1PVEE9T1RnPU9UZz1PVFE9WVRRPQ==" target="_blank">Pol&iacute;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><script> function abrirMapaSite() { if($("div.mapa_site").css("display")=="none"){ $("div.mapa_site").show(); } else { $("div.mapa_site").hide(); } } </script> <!-- <center> <img onClick="abrirMapaSite();" style="text-decoration:none; cursor:pointer;" src="https://www.weblinesistemas.com/imagens_camaras/mapa_site2_150x30.png" class="img-responsive center-block" width="150" /> </center> --> <!-- Main Footer --> <footer class="main-footer"> <div class="auto-container"> <!--Widgets Section--> <div class="widgets-section"> <div class="row"> <!-- <div class="mapa_site" style="display:none;"> <div class="big-column col-xl-12 col-lg-12 col-md-12" style="margin-bottom: 10px;"> <div class="row"> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="#" >Câmara</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0dVPU9EZz1PVFk9T0RZPU9EUT1PR0k9T1RBPU9XST1PR1U9T1dZPU9XRT1PV1k9T0dVPQ=="></a></li> <li><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9"></a></li> <li><a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009"></a></li> <li><a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9EZz1PVGs9T1dRPU9UQT1ZVEE9T1RZPU9UTT1PVFE9T1dZPVlUVT1PVGc9WVRZPQ=="></a></li> <li><a href="https:camarasaosimao.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=27"></a></li> <li><a href="https:camarasaosimao.sp.gov.br?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=67"></a></li> <li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9"></a></li> <li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=TRUE"></a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="#" >Legislação</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="https://www.al.sp.gov.br/repositorio/legislacao/constituicao/1989/compilacao-constituicao-0-05.10.1989.html"></a></li> <li><a href="?pag=T0RjPU9EZz1PRGM9T0dFPU9UYz1PRGc9T1RNPQ=="></a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=4"></a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=24"></a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=19"></a></li> <li><a href="https://legislacaodigital.com.br/SaoSimao-sp"></a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=2"></a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=1"></a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=12"></a></li> <li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=3"></a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="#" >Sessão</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1PV009TjJVPU9UQT1ZVEE9WVRBPU9XVT1PVFE9WVRRPQ=="></a></li> <li><a href="?pag=TmpJPU9UZz1PRGM9T0dVPU9HRT1PVFU9T0dFPU9UST1PR0U9TjJJPVlUQT1PR1k9T1RrPU9UZz1PVEk9T1RJPU56ST1ZVEU9WVRJPVlUZz0="></a></li> <li><a href="?pag=T0RjPU9UVT1PRGc9T1RZPU9XRT1PR009T1RVPU9HTT1PVEk9T0dNPU9HRT1ZVE09T1RJPVlURT1PVFE9T1RJPU9UVT1ZVEk9WVRVPU9XRT1ZVGc9"></a></li> <li><a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9"></a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="#" >Processo Legislativo</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=5"></a></li> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=4"></a></li> <li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPU9UUT1PV009WVRVPVlUTT1PVFE9WVRBPU9XVT1ZVGs9T1RnPU9XRT1PV0U9WVRnPQ==&estado=tramitacao"></a></li> <li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0="></a></li> <li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=3"></a></li> </ul> </div> </div> </div> <div class="footer-column col-lg-2 col-md-4 col-sm-12"> <div class="footer-widget links-widget"> <h2 class="widget-title"><a href="#" >Editais</a></h2> <div class="widget-content"> <ul class="list"> <li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9"></a></li> <li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=2"></a></li> <li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0="></a></li> <li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9"></a></li> <li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9"></a></li> <li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=7"></a></li> <li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=3"></a></li> <li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9EUT1PV0k9T1RrPU9HRT1PVGM9T1dVPU9XST1PR1U9T1dZPU9UUT1PV1E9T1RRPU9XRT1PVFE9"></a></li> </ul> </div> </div> </div> </div> </div> </div> --> <div class="big-column col-xl-12 col-lg-12 col-md-12"> <div class="row"> <!--Footer Column--> <div class="footer-column col-lg-8 col-md-8 col-sm-8"> <div class="logo"><a href="#"><img src="images/logo.png" alt=""></a></div> <p class="text-historia">Em 1823, uma expedição saiu de Taubaté, a fim de explorar o interior paulista e o sertão. Essa expedição seguiu a trilha de célebres [bandeirante]s, até a vila de Casa Branca (São Paulo), afastando-se do rumo das minas de Catas Altas, na Serra de Sabarabuçu, na região das Gerais, em direção Leste.<br><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=" >Saiba mais</a></p> <br> <div class="call-us"> <div class="service-num"><i class="fa fa-phone"></i>(16) 3984-1109</div> <div class="service-num"><i class="fa fa-home"></i>São Simão/SP</div> <div class="service-num"><i class="fas fa-map-marked-alt"></i>Rua Doutor Bandeira Vilela, 560 - Centro</div> <div class="service-num"><i class="fa fa-clock"></i>Atendimento: Segunda a Sexta Feira das 08:00 as 12:00 e das 13:00 as 17:00 horas</div> </div> </div> <div class="col-sm-12 col-md-12 col-lg-4"> <div class="row "> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3712.7801460612595!2d-47.55395718505973!3d-21.47714148575721!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94b82f1ddf7bc1f3%3A0x588d1bdfa6c15e89!2zQ8OibWFyYSBNdW5pY2lwYWwgZGUgU8OjbyBTaW3Do28!5e0!3m2!1spt-BR!2sbr!4v1622580943308!5m2!1spt-BR!2sbr" width="355" height="300" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe> </div> </div> </div> </div> </div> </div> </div> <!-- FECHA NO COPYRIGHT --> <div class="footer-bottom"> <div class="auto-container"> <div class="row copyright-text"> <div class="col-lg-5"> 2023 &copy; Todos os direitos reservados. ;<a href="https://www.weblinesistemas.com/" target="_blank">Webline Sistemas &reg;</a> </div> <div class="col-lg-3"> <span class="fs12px" >Total de Visitas: 22659 | </span><span class="fs12px" >Online: 1</span> </div> <div class="col-lg-4"> </div> </div> </div> </div> </footer> <!-- End Main Footer --> </div>]]>
81 <![CDATA[<div class="dropAba" style="display: none;"> <a class="acess-texto" data-sinal="+" > <i class="fas fa-plus icones-fa"></i> ;Aumentar Fonte </a><br> <hr> <a class="acess-texto" data-sinal="-"> <i class="fas fa-minus icones-fa"></i> ;Diminuir Fonte </a><br> <hr> <a class="acess-contraste"> <i class="fas fa-adjust icones-fa"></i> ;Inverter Cores </a><br> <hr> <!--<a class="acess-texto" href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ=="> <i class="fas fa-american-sign-language-interpreting icones-fa"></i> ;Libras </a><br> <hr>--> <a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0="> <img src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_acessibilidade.png" style="margin: 5px;"> ;<span class="acess-verde">Acesso &agrave; Informa&ccedil;&atilde;o</span> </a> </div>]]>
99 <![CDATA[<img src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_acessibilidade.png" style="margin: 5px;">]]>
357 <![CDATA[<a href="?pag=T0dVPU9EZz1PVFk9T0RZPU9EUT1PR0k9T1RBPU9XST1PR1U9T1dZPU9XRT1PV1k9T0dVPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Mesa Diretora</a>]]>
357 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
360 <![CDATA[<a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Legislaturas</a>]]>
360 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
363 <![CDATA[<a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Comissões</a>]]>
363 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
366 <![CDATA[<a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9EZz1PVGs9T1dRPU9UQT1ZVEE9T1RZPU9UTT1PVFE9T1dZPVlUVT1PVGc9WVRZPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Galeria dos Presidentes</a>]]>
366 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
369 <![CDATA[<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=27" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Histórico da Câmara</a>]]>
369 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
372 <![CDATA[<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=67" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> História do Municí­pio</a>]]>
372 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
375 <![CDATA[<a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Dados Abertos</a>]]>
375 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
378 <![CDATA[<a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=TRUE" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Disk Câmara</a>]]>
378 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
389 <![CDATA[<a href="https://www.al.sp.gov.br/repositorio/legislacao/constituicao/1989/compilacao-constituicao-0-05.10.1989.html" target="_blank" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Constituição Estadual</a>]]>
389 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
392 <![CDATA[<a href="?pag=T0RjPU9EZz1PRGM9T0dFPU9UYz1PRGc9T1RNPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Constituição Federal</a>]]>
392 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
395 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=4" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Decretos Legislativos</a>]]>
395 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
398 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=24" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Emendas a LOM</a>]]>
398 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
401 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=19" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Lei Orgânica do Municipio</a>]]>
401 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
404 <![CDATA[<a href="https://legislacaodigital.com.br/SaoSimao-sp" target="_blank" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Leis Compiladas</a>]]>
404 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
407 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=2" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Leis Complementares</a>]]>
407 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
410 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=1" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Leis Ordinárias</a>]]>
410 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
413 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=12" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Regimento Interno</a>]]>
413 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
416 <![CDATA[<a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&idtipolei=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Resoluções</a>]]>
416 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
427 <![CDATA[<a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1PV009TjJVPU9UQT1ZVEE9WVRBPU9XVT1PVFE9WVRRPQ==" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Atas</a>]]>
427 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
430 <![CDATA[<a href="?pag=TmpJPU9UZz1PRGM9T0dVPU9HRT1PVFU9T0dFPU9UST1PR0U9TjJJPVlUQT1PR1k9T1RrPU9UZz1PVEk9T1RJPU56ST1ZVEU9WVRJPVlUZz0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Audiência Pública</a>]]>
430 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
433 <![CDATA[<a href="?pag=T0RjPU9UVT1PRGc9T1RZPU9XRT1PR009T1RVPU9HTT1PVEk9T0dNPU9HRT1ZVE09T1RJPVlURT1PVFE9T1RJPU9UVT1ZVEk9WVRVPU9XRT1ZVGc9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Frequência de vereadores</a>]]>
433 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
436 <![CDATA[<a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Pautas</a>]]>
436 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
447 <![CDATA[<a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=5" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Indicações</a>]]>
447 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
450 <![CDATA[<a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=4" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Moções</a>]]>
450 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
453 <![CDATA[<a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPU9UUT1PV009WVRVPVlUTT1PVFE9WVRBPU9XVT1ZVGs9T1RnPU9XRT1PV0U9WVRnPQ==&estado=tramitacao" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Projetos em Tramitação</a>]]>
453 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
456 <![CDATA[<a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Projetos Tramitados</a>]]>
456 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
459 <![CDATA[<a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&tp=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Requerimentos</a>]]>
459 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
470 <![CDATA[<a href="?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Balancete Orçamentário</a>]]>
470 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
473 <![CDATA[<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=2" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Concursos</a>]]>
473 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
476 <![CDATA[<a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Contratos</a>]]>
476 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
479 <![CDATA[<a href="?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Demonstrativo das Receitas e Despesas</a>]]>
479 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
482 <![CDATA[<a href="?pag=T0RRPU9UST1PVEU9T1RrPU9EWT1PV0U9T0RZPU9Uaz1PV1U9T0dRPU9UYz1PVFk9T1RBPU9UQT1ZVEk9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Execução de Despesas</a>]]>
482 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
485 <![CDATA[<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=7" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Inexigibilidade (sem licitação)</a>]]>
485 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
488 <![CDATA[<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LISTA_EDITAIS&tp=3" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Licitações</a>]]>
488 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
491 <![CDATA[<a href="?pag=T1RVPU9HTT1PVE09T1RRPU9EUT1PV0k9T1RrPU9HRT1PVGM9T1dVPU9XST1PR1U9T1dZPU9UUT1PV1E9T1RRPU9XRT1PVFE9" target="" style="display:flex;" class="submenuinterativo"><div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div> Relações de Compras e Serviços</a>]]>
491 <![CDATA[<div class="setadireitamenu" style="background-image: url(https://www.weblinesistemas.com/images/seta_direita.png); background-repeat: no-repeat; background-size: 10px 10px; margin-top:8px; width:15px; visibility:hidden;"></div>]]>
654 <![CDATA[<img style="border-radius: 3px;" src="https://www.weblinesistemas.com/imagens_camaras/bot_indicacoes2.jpg" class="img-responsive" border="0">]]>
661 <![CDATA[<img style="border-radius: 3px;" src="https://www.weblinesistemas.com/imagens_camaras/bot_mocoes2.jpg" class="img-responsive" border="0">]]>
668 <![CDATA[<img style="border-radius: 3px;" src="https://www.weblinesistemas.com/imagens_camaras/bot_requerimentos2.jpg" class="img-responsive" border="0">]]>
675 <![CDATA[<img style="border-radius: 3px;" src="https://www.weblinesistemas.com/imagens_camaras/bot_oficios.jpg" class="img-responsive" border="0">]]>
812 <![CDATA[<button type="button" class="btn btn-info" style="float: right;">Imprimir relat&oacute;rio</button>]]>
816 <![CDATA[<a class='text-decoration-none ' style='color:red;' data-pg='1' ><strong>1</strong></a>]]>
831 <![CDATA[<span style="font-weight:bold;font-size:11px" >]]>
836 <![CDATA[<span style="font-size:11px" ></span>]]>
866 <![CDATA[<form name="arq_abre" id="arq_abre3032" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0101-2022.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="3032" /> <input type="hidden" id="converte3032" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form>]]>
911 <![CDATA[<form name="arq_abre" id="arq_abre2884" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0067-2022.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2884" /> <input type="hidden" id="converte2884" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form>]]>
956 <![CDATA[<form name="arq_abre" id="arq_abre2883" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0066-2022.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2883" /> <input type="hidden" id="converte2883" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form>]]>
1001 <![CDATA[<form name="arq_abre" id="arq_abre2873" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0063-2022.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2873" /> <input type="hidden" id="converte2873" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form>]]>
1046 <![CDATA[<form name="arq_abre" id="arq_abre2725" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0023-2022.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2725" /> <input type="hidden" id="converte2725" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form>]]>
1091 <![CDATA[<form name="arq_abre" id="arq_abre2653" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0286-2021.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2653" /> <input type="hidden" id="converte2653" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form>]]>
1136 <![CDATA[<form name="arq_abre" id="arq_abre2654" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0285-2021.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2654" /> <input type="hidden" id="converte2654" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form>]]>
1181 <![CDATA[<form name="arq_abre" id="arq_abre2519" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0262-2021.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2519" /> <input type="hidden" id="converte2519" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form>]]>
1226 <![CDATA[<form name="arq_abre" id="arq_abre2513" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0257-2021.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2513" /> <input type="hidden" id="converte2513" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form>]]>
1271 <![CDATA[<form name="arq_abre" id="arq_abre2262" action="indexAjax.php?pag=T0RJPU9UVT1PVFE9T1dFPU9HVT1PV1E9T1RZPQ==" method="post" target="_blank" style="border: 0px; padding:0px; width: 32px; display: inline-block;"> <input type="hidden" name="nome_arquivo" value="download_arq_propositura_0171-2021.pdf" /> <input type="hidden" name="nome_tabela" value="wfx_arquivos_mensagens" /> <input type="hidden" name="id" value="2262" /> <input type="hidden" id="converte2262" name="converte" value="" /> <input type="image" src="https://www.weblinesistemas.com/imagens_camaras/PDF.jpg" /> </form>]]>
1297 <![CDATA[<a class='text-decoration-none ' style='color:red;' data-pg='1' ><strong>1</strong></a>]]>
1551 <![CDATA[<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3712.7801460612595!2d-47.55395718505973!3d-21.47714148575721!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94b82f1ddf7bc1f3%3A0x588d1bdfa6c15e89!2zQ8OibWFyYSBNdW5pY2lwYWwgZGUgU8OjbyBTaW3Do28!5e0!3m2!1spt-BR!2sbr!4v1622580943308!5m2!1spt-BR!2sbr" width="355" height="300" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>]]>
1309 <![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>]]>
59 <![CDATA[<script> //verificação se o vlibras está OnLine ou OffLine var xhr = new XMLHttpRequest(); var url = "https://vlibras.gov.br/doc/widget/"; xhr.open("GET", url, true); //Defina TRUE //Usando callback xhr.onreadystatechange = function () { if(xhr.status >= 200 && xhr.status < 300) { // A página está online. new window.VLibras.Widget('https://vlibras.gov.br/app'); } else { //página está offline } }; xhr.send(null); </script>]]>
103 <![CDATA[<script> function abrirAba() { if($("div.dropAba").css("display")=="none"){ $("div.dropAba").show(); }else{ $("div.dropAba").hide(); } } </script>]]>
113 <![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 >= 8/*12*/ && novoTamanho <= 22/*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", ""); $('.numberDiaAcess').css('color', padrao.numberDiaAcess); $('.legendaAcess').css('color', padrao.legendaAcess); $('.list-group-item').css('color', padrao.list-group-item); $('.tituloBoxEnquete').css('color', padrao.tituloBoxEnquete); $('.radioEnquete').css('color', padrao.radioEnquete); $('.page-wrapper').css('background-color', padrao.page-wrapper); $('.sec-title > h3').css('color', padrao.sec-title_h3); $('.text').css('color', padrao.text); $('.info-box').css('background-color', padrao.team-block); $('.lower-content').css('background-color', padrao.lower-content); $('.lower-content .text').css('color', padrao.lower-content .text); $('.text-2').css('color', padrao.text-2); $('.textomenu').css('color', padra.textomenu); $('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' ,'#000000'); $('.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"); $('.numberDiaAcess').css('color', '#FFF'); $('.legendaAcess').css('color', '#FFF'); $('.list-group-item').css('background-color', '#000'); $('.tituloBoxEnquete').css('color', '#a5a2a2'); $('.radioEnquete').css('color', '#a5a2a2'); $('.page-wrapper').css('background-color', '#0000'); $('.sec-title > h3').css('color', '#FFF'); $('.text').css('color', '#FFF'); $('.info-box').css('background-color', '#fff'); $('.lower-content').css('background-color', '#FFF'); $('.lower-content .text').css('color', '#000'); $('.text-2').css('color', '#FFF'); $('.textomenu').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>]]>
602 <![CDATA[<script> $(document).ready(function(){ $('.pag1').click(function(){ $('.form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==' ); }); $('.pag2').click(function(){ $('.form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1ObVE9T1RBPU9UVT1PV1E9T1dRPU9XRT1Oems9T1RJPU9UZz1ZVEk9' ); }); $('.pag3').click(function(){ $('.form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1ObVE9T1RBPU9UVT1PV1E9T1dRPU9XRT1OMlE9T1dZPU9XVT1PV1k9WVRBPVlUUT1PV009WVRjPVlXRT1ZVGM9T1RnPVlXRT0=' ); }); }); </script>]]>
803 <![CDATA[<script> $(document).ready(function(){ $("html, body").animate({ scrollTop: $('#frm_busca_propositura').offset().top }, 300); }); </script>]]>
1357 <![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>]]>
1423 <![CDATA[<script> function abrirMapaSite() { if($("div.mapa_site").css("display")=="none"){ $("div.mapa_site").show(); } else { $("div.mapa_site").hide(); } } </script>]]>