33
| <![CDATA[<body style="font-family:arial" class="has-drawer">
<div class="fundoAcessibilidade visible-lg visible-md" >
<div class="container-fluid linksOpcoesAcesso col-md-12" >
<ul class="list-inline">
<li class='liAcessibilidade'>
<img class="" src="https://www.weblinesistemas.com/responsivo/imagens/icone_deficiente.png"/>
<span class="hidden-md">Recursos de Acessibilidade:</span>
</li>
<li class='liAcessibilidade'>
<a href="#conteudo" accesskey="1" class="scroll">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/tecla_alt.png"/>
<span>Tecle Alt+1 : ir ao conteúdo</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="#mapa_site" accesskey="2" class=" scroll">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/tecla_alt.png"/>
<span>Tecle Alt+2 : ir ao mapa do site</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="-" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="+" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="cpointer acess-contraste" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace"></i>
<span>Tradução para Libras</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0=" >
<img src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_acesso.png" alt="Tecle Alt+1 : ir ao conteúdo" >
</a>
</li>
</ul>
</div>
</div>
<div class="visible-sm visible-xs cpointer " >
;
</div>
<div class='navbar-fixed-top'>
<div class="fundoAcessibilidade visible-sm visible-xs cpointer " >
<div data-toggle="collapse" data-target="#acessibilidadeCollapse">
<img class="" src="https://www.weblinesistemas.com/responsivo/imagens/icone_deficiente.png"/>
<span><strong>Recursos de Acessibilidade</strong></span>
</div>
</div>
<div class="linksOpcoesAcesso collapse w100Porcento" id='acessibilidadeCollapse' >
<div class='fundoAcessibilidade'>
<ul class="list-unstyled">
<li class='liAcessibilidade'>
<a href="#conteudo" accesskey="1" class="scroll">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/tecla_alt.png"/>
<span>Clique aqui para ir ao conteúdo</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="#mapa_site" accesskey="2" class=" scroll">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/tecla_alt.png"/>
<span>Clique aqui para ir ao mapa do site</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="-" >
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="+" >
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="cpointer acess-contraste" >
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace"></i>
<span>Tradução para Libras</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0=" >
<img src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_acesso.png" alt="Tecle Alt+1 : ir ao conteúdo" >
</a>
</li>
</ul>
</div>
</div>
</div>
<script>
$(document).ready(function(){
//***********************************************************************************Faz o aumentar e diminuir a fonte*********************
function aumentaFonte(sinal) {
if(sinal == '+') {
novoTamanho = parseInt(sessionStorage.fonte_atual)+ 2;
} else {
novoTamanho = parseInt(sessionStorage.fonte_atual)- 2;
}
if(novoTamanho >= 12 && novoTamanho <= 18){
sessionStorage.fonte_atual = novoTamanho;
$("*").css('font-size' , novoTamanho);
}
}
if(!sessionStorage.fonte_atual > 0){ sessionStorage.fonte_atual = $('body').css('font-size'); }
$('.acess-texto').click(function(){ aumentaFonte($(this).attr('data-sinal')) });
//*********************************************************************************************************Fim acessibilida fonte**********
//***********************************************************************************Contraste*********************************************
function mudaContraste(contraste){
if(typeof sessionStorage.contraste != "undefined"){ var padrao = JSON.parse(sessionStorage.contrastePadrao); }
if(contraste == 1){
location.reload();
$('body').css('background-color' , padrao.body );
$('.navbar-default').css('background-color' , padrao.navbardefault );
$('header').css('background-color' , padrao.header );
$('.bgAzulescuro').css('background-color' , padrao.bgAzulescuro );
$('.tituloBox ').css('color' , padrao.tituloBox );
$('.textoBox ').css('color' , padrao.textoBox );
$('.box').css('background' , padrao.box );
$('.box2').css('background' , padrao.box2 );
$('.mapa_site').css('background-color' , padrao.mapa_site );
$('.copy').css('background-color' , padrao.copy );
$('.panel-heading').css('background-color' , padrao.panelheading );
$('.border5pxAzul').css('border-top' , padrao.border5pxAzul );
$('#areaMeioPag *').css('color' , padrao.areaMeioPag );
$('.linksNoticias ').css('color' , padrao.linksNoticias );
$('#legendas a').css('color' , padrao.legendas_a );
$('.listaVereadores').css('color' , padrao.listaVereadores );
$('.dropdown-menu').css('background' , padrao.dropdownmenu );
$('.titulo_noticia').css('color' , padrao.tituloNoticia );
$('.subtitulo_noticia').css('color' , padrao.subtituloNoticia );
$('.chamada_noticia').css('color' , padrao.chamadaNoticia );
$('.tituloPagina').css('color' , padrao.tituloPagina );
$('.listaUltimasGalerias div').css('color' , padrao.listaUltimasGalerias );
$( "tr" ).css( "background-color", "" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "" );
$('.tiposBuscador').css('color' , padrao.tiposBuscador );
$('.numberDiaAcess').css('color', padrao.numberDiaAcess);
$('.legendaAcess').css('color', padrao.legendaAcess);
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
Newarray = arraySrc.filter((value)=>value!='contraste');
neWarraySrc = Newarray.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}else if(contraste == 0){
$('body').css('background-color' ,'#000');
$('.navbar-default').css('background-color' ,'#000' );
$('header').css('background-color' , '#585858' );
$('.bgAzulescuro').css('background-color' ,'#000' );
$('.tituloBox').css('color' ,'yellow' );
$('.textoBox').css('color' ,'yellow' );
$('.box').css('background' ,'transparent' );
$('.box2').css('background' ,'transparent' );
$('.mapa_site').css('background-color' , '#585858' );
$('.copy').css('background-color' ,'#000' );
$('.panel-heading').css('background-color' ,'#585858' );
$('.border5pxAzul').css('border-top' ,'0' );
$('#areaMeioPag *').css('color' ,'#FFF' );
$('.linksNoticias ').css('color' ,'#FFF' );
$('#legendas a').css('color' ,'#FFF' );
$('.listaVereadores').css('color' ,'#FFF' );
$('.titulo_noticia').css('color' ,'#FFF' );
$('.subtitulo_noticia').css('color' ,'#FFF' );
$('.chamada_noticia').css('color' ,'#FFF' );
$('.listaUltimasGalerias div').css('color' ,'yellow' );
$('.tituloPagina').css('color' ,'#FFF' );
$('.dropdown-menu').css('background-image', 'url( "https://www.weblinesistemas.com/responsivo/imagens/submenu_preto.png" )');
$( "tr" ).css( "background-color", "#000000" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "#42545d" );
$('.tiposBuscador').css('color' , '#FFF');
$('.btn-default').css('color' , '#333');
$('.numberDiaAcess').css('color', '#FFF');
$('.legendaAcess').css('color', '#FFF');
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
arraySrc.splice( arraySrc.length-1 ,0 ,'contraste');
neWarraySrc = arraySrc.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}
}
if(sessionStorage.contraste == 0){
mudaContraste(sessionStorage.contraste);
}
if(typeof sessionStorage.contraste == "undefined"){
sessionStorage.contraste = 1; //inicializa a session
sessionStorage.contrastePadrao = JSON.stringify({
body:$('body').css('background-color'),
header:$('header').css('background-color'),
navbardefault:$('.navbar-default').css('background-color'),
bgAzulescuro:$('.bgAzulescuro').css('background-color'),
tituloBox :$('.tituloBox ').css('color'),
textoBox :$('.textoBox ').css('color'),
box :$('.box').css('background'),
box2 :$('.box2').css('background'),
mapa_site :$('.mapa_site').css('background-color'),
border5pxAzul :$('.border5pxAzul').css('border-top'),
panelheading :$('.panel-heading ').css('background-color'),
copy :$('.copy ').css('background-color'),
areaMeioPag :$('#areaMeioPag ').css('color'),
linksNoticias :$('.linksNoticias ').css('color'),
legendas_a : $('#legendas a').css('color'),
listaVereadores : $('.listaVereadores').css('color'),
dropdownmenu : $('.dropdown-menu').css('background'),
tituloNoticia : $('.titulo_noticia').css('color'),
subtituloNoticia : $('.subtitulo_noticia').css('color'),
chamadaNoticia : $('.chamada_noticia').css('color'),
listaUltimasGalerias : $('.listaUltimasGalerias div').css('color'),
tituloPagina : $('.tituloPagina').css('color'),
});
//Obj com as tags para mudar a cor e guardar o valor padrao.
}
$('.acess-contraste').click(function(){
sessionStorage.contraste = sessionStorage.contraste == 1 ? 0 : 1 ;
mudaContraste(sessionStorage.contraste);
});
//*********************************************************************************************************Fim Contraste**********
});
</script>
<header>
<div class="bgAzulescuro">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="topo" align="right">
<a href="https://www.facebook.com/camaramunicipalCDGO/" target="_blank"><span class="fab fa-facebook-f" style="margin-right: 10px;"></span></a><a href="https://www.youtube.com/channel/UCf3ZXQDEUoRIR-48BdcxBNg" target="_blank"><span class="fab fa-youtube" style="margin-right: 10px;"></span></a><a href="https://www.instagram.com/camaramunicipalcdgo/" target="_blank"><span class="fab fa-instagram" style="margin-right: 10px;"></span></a> </div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row" >
<div class="col-md-10 col-sm-7 ">
<div class="visible-lg visible-md ">
<a href="./" >
<img src="images/topo.png" alt="Cachoeira Dourada" />
</a>
</div>
<div class="visible-xs visible-sm">
<a href="./" >
<img src="images/topo_resp.png" class="img-responsive " alt="Cachoeira Dourada" />
</a>
</div>
</div>
</div>
</div>
</header>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav menu-topo">
<li class="dropdown " data-link="#" >
<a href="#" target="" class="dropdown-toggle " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Câmara</a>
<ul class="dropdown-menu">
<li><a href="?pag=" target="">Página Principal</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=226" target="">História da Câmara</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=225" target="">História do Município</a></li>
<li><a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009" target="">Comissões</a></li>
<li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9" target="">Dados Abertos</a></li>
<li><a href="https://camaracachoeiradourada.megasofttransparencia.com.br/orgaos-e-servidores/estrutura-organizacional-e-competencias" target="_blank">Estrutura Organizacional</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=8" target="">Galeria dos Presidentes</a></li>
<li><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9" target="">Legislaturas</a></li>
</ul>
</li>
<li class="dropdown " data-link="#" >
<a href="#" target="" class="dropdown-toggle " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Legislação</a>
<ul class="dropdown-menu">
<li><a href="https://legisla.casacivil.go.gov.br/constituicao-estadual" target="_blank">Constituição Estadual</a></li>
<li><a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm" target="_blank">Constituição Federal</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=4" target="">Decretos Legislativos</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=5" target="">Emendas a LOM</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T0RRPU9UUT1PVGs9T0dVPU9HRT1PVGM9T1RRPU9HVT1PR1U9" target="">Lei Orgânica do Município</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=2" target="">Leis Complementares</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=1" target="">Leis Ordinárias</a></li>
<li><a href="?pag=T1RFPU9UST1PVFU9T1RrPU9EWT1PVGs9T1RBPU9HRT1PV009T0dNPU9Uaz1PV009" target="">Portarias</a></li>
<li><a href="?pag=T1RNPU9EZz1PR0U9T0dVPU9UST1PR009T1RVPU9XUT1PVGc9T0dFPU9UUT1PV0k9WVRFPU9UUT1ZVEU9T1dZPVlUQT0=" target="">Regimento Interno</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=3" target="">Resoluções</a></li>
</ul>
</li>
<li class="dropdown " data-link="#" >
<a href="#" target="" class="dropdown-toggle " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Vereadores</a>
<ul class="dropdown-menu">
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=17&idleg=2" target="_blank">Adriano de Paula Fonseca</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=18&idleg=2" target="_blank">Getúlio Santana Rodrigues da Silva</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=16&idleg=2" target="_blank">Isabella Ferreira Teófilo</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=19&idleg=2" target="_blank">Isaias Pereira da Silva</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=7&idleg=2" target="_blank">João Batista de Souza</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=20&idleg=2" target="_blank">Luis Carlos de Castro Júnior</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=13&idleg=2" target="_blank">Manoel Panta dos Reis Neto</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=22&idleg=2" target="_blank">Nayara Maciel Faria</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=4&idleg=2" target="_blank">Neilton Oliveira Santos</a></li>
</ul>
</li>
<li class="dropdown click-link" data-link="index2.php?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9&pg=1" onclick=' location.href="index2.php?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9&pg=1";' >
<a href="index2.php?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9&pg=1" target="" class="dropdown-toggle " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Sessão</a>
<ul class="dropdown-menu">
<li><a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9&pg=1" target="">Pautas</a></li>
<li><a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1OMk09T1RBPU9XVT1ZVEE9T0dVPU9XVT0=" target="">Atas</a></li>
</ul>
</li>
<li class="dropdown " data-link="#" >
<a href="#" target="" class="dropdown-toggle " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Processo Legislativo</a>
<ul class="dropdown-menu">
<li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==" target="">Contas Públicas da Câmara</a></li>
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=1" target="">Indicações</a></li>
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=2" target="">Moções</a></li>
<li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU56UT1PR1E9T1RBPU9HTT1PVEk9T1dFPQ==" target="">Ofícios</a></li>
<li><a href="?pag=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9&pg=1" target="">Projetos em Tramitação</a></li>
<li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=" target="">Projetos Tramitados</a></li>
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=3" target="">Requerimentos</a></li>
</ul>
</li>
<li class="dropdown " data-link="#" >
<a href="#" target="" class="dropdown-toggle " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Editais</a>
<ul class="dropdown-menu">
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=5" target="">Concursos </a></li>
<li><a href="https://camaracachoeiradourada.megasofttransparencia.com.br/contratos-convenios-e-licitacoes/contrato" target="_blank">Contratos</a></li>
<li><a href="https://camaracachoeiradourada.megasofttransparencia.com.br/contratos-convenios-e-licitacoes/procedimento-licitatorio" target="_blank">Licitações</a></li>
</ul>
</li>
<li class="dropdown " data-link="#" >
<a href="#" target="" class="dropdown-toggle ultimo-topo" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Expediente</a>
<ul class="dropdown-menu">
<li><a href="?pag=T0RZPU9XST1PVE09T0dFPU9Eaz1PVEE9T0dNPU9UYz1PV1E9T1RBPQ==" target="">Expediente da Câmara</a></li>
<li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=true" target="">Fale Conosco</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<script>
$(document).ready(function(){
$('.click-link').click(function(){
window.location = $(this).data('link');
})
})
</script>
<div class="container">
<div class="row">
<div class="col-md-3 clearfix">
<div style="border-radius:4px;" class="box" >
<div class="" style="display:table;">
<ul class="listaVereadores visible-lg visible-md" ><!-- Para mostrar o presidente acima no desktop -->
<li class=" cpointer" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=7&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/29d67c9d7a79fff59e99e178d089797f_presidente.jpg" alt="JOAO BATISTA DE SOUZA - MDB" title="JOAO BATISTA DE SOUZA - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="maxWidth48porcent">
<div class="tituloBox">Vereadores</div>
<div class="w125px fs9px" >10ª LEGISLATURA 2021/2024</div>
<span class='fs11px'>Presidente Atual</span><div class='fs11px'>JOAO BATISTA DE SOUZA </div>
</li>
</ul>
<div class="clearfix"></div>
<ul class="listaVereadores" >
<li class="cpointer hidden-lg hidden-md" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=7&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/29d67c9d7a79fff59e99e178d089797f_presidente.jpg" alt="JOAO BATISTA DE SOUZA - MDB" title="JOAO BATISTA DE SOUZA - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=17&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="ADRIANO DE PAULA FONSECA - " title="ADRIANO DE PAULA FONSECA - " src="temp/8a83e3deac67c0b0d01efbf1c6be6e6e____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=18&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="GETULIO SANTANA RODRIGUES DA SILVA - " title="GETULIO SANTANA RODRIGUES DA SILVA - " src="temp/d95fe5697e1b33d89b3753420e196c3f____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="ISABELLA FERREIRA TEOFILO - " title="ISABELLA FERREIRA TEOFILO - " src="temp/39eb4255cdda6d1630c357baf4494677____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=19&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="ISAIAS PEREIRA DA SILVA - " title="ISAIAS PEREIRA DA SILVA - " src="temp/a5ee65272d83400b175aa57cc27f2729____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=20&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="LUIS CARLOS DE CASTRO JUNIOR - " title="LUIS CARLOS DE CASTRO JUNIOR - " src="temp/bf8305b542c62f1c6c81c6e98dad430e____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=13&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MANOEL PANTA DOS REIS NETO - MANOEL" title="MANOEL PANTA DOS REIS NETO - MANOEL" src="temp/150d8f92f9f2cf3021d27d971a371e83____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=22&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="NAYARA MACIEL FARIA - " title="NAYARA MACIEL FARIA - " src="temp/3f2f9476a3d539796a8fefcc611bd44f____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=4&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="NEILTON OLIVEIRA SANTOS - " title="NEILTON OLIVEIRA SANTOS - " src="temp/099ed6326d2b1c0328044257b6e5f078____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
</ul>
</div>
</div>
<div class="h10px"></div>
<div class="clearfix visible-lg visible-md ">
<a href="" style="text-decoration:none; cursor:pointer;">
<div class="rowProximaSessao">
<div class="col-md-12 tituloProximaSessaoVerde">
* Próxima Sessão *
</div>
<br/>
<div class="col-md-12 proximaSessao">
<div class="h10px"></div>
Sessões Ordinárias<br/><br>Toda primeira semana do mês<br/>Exceto quando feriado na primeira semana<br>No Plenário da Câmara Municipal ás 19h:00min <div class="h10px"></div>
</div>
</div>
</a>
<div class="h10px"></div><div class="row">
<div class="col-sm-12">
<a href="/coronavirus?pag=" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/botao_coronavirus.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco banner_coronavirus" style="width:;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://camaracachoeiradourada.megasofttransparencia.com.br/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/portal_transparencia_azul_314x70.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://transparencia.camaradecachoeiradourada.go.gov.br/e-sic/solicitacao-informacao" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/banner_sic_217x130.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://www.camaradecachoeiradourada.go.gov.br/ouvidoria/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T0dRPU9HTT1PVFk9T1RrPU9EWT1PRFk9T1dRPU9UST1PR1E9T1RBPU9XRT1ZVEE9T0dNPU9UST1PVEE9T1dZPU9UST1PV1k9WVdNPVlUUT1ZV0U9WVdJPVlXTT1PV0k9T1dVPQ==&view-List=true" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/videos_sessoes_2_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T1RVPU9HTT1PVE09T1RRPU56az1PVGs9T0RnPU9UYz1PV009T1RnPU9UUT1ZVEE9WVRBPU9UQT1PV1U9=" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transmissao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://webmail.camaradecachoeiradourada.go.gov.br/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-footer tempoP">Previsão do Tempo</div>
<div id="cont_12b4f242d24c0435dbe4d353236d22ab"><script type="text/javascript" async src="https://www.tempo.com/wid_loader/12b4f242d24c0435dbe4d353236d22ab"></script></div>
</div>
<div id='divEnquete' class="w100Porcento">
</div>
</div>
<div id="drawerExample" class="drawer dw-xs-10 dw-sm-6 dw-md-4 fold hidden-lg hidden-md maxWidth200px" aria-labelledby="drawerExample">
<div class="drawer-controls ">
<a href="#drawerExample" data-toggle="drawer" href="#drawerExample" aria-foldedopen="false" aria-controls="drawerExample" >
<img src="https://www.weblinesistemas.com/responsivo/imagens/menu_lateral.png" /></a>
</div>
<div class="drawer-contents">
<div class="drawer-body">
<a href="" style="text-decoration:none; cursor:pointer;">
<div class="rowProximaSessao">
<div class="col-md-12 tituloProximaSessaoVerde">
* Próxima Sessão *
</div>
<br/>
<div class="col-md-12 proximaSessao">
<div class="h10px"></div>
Sessões Ordinárias<br/><br>Toda primeira semana do mês<br/>Exceto quando feriado na primeira semana<br>No Plenário da Câmara Municipal ás 19h:00min <div class="h10px"></div>
</div>
</div>
</a>
<div class="h10px"></div><div class="row">
<div class="col-sm-12">
<a href="/coronavirus?pag=" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/botao_coronavirus.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco banner_coronavirus" style="width:;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://camaracachoeiradourada.megasofttransparencia.com.br/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/portal_transparencia_azul_314x70.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://transparencia.camaradecachoeiradourada.go.gov.br/e-sic/solicitacao-informacao" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/banner_sic_217x130.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://www.camaradecachoeiradourada.go.gov.br/ouvidoria/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T0dRPU9HTT1PVFk9T1RrPU9EWT1PRFk9T1dRPU9UST1PR1E9T1RBPU9XRT1ZVEE9T0dNPU9UST1PVEE9T1dZPU9UST1PV1k9WVdNPVlUUT1ZV0U9WVdJPVlXTT1PV0k9T1dVPQ==&view-List=true" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/videos_sessoes_2_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T1RVPU9HTT1PVE09T1RRPU56az1PVGs9T0RnPU9UYz1PV009T1RnPU9UUT1ZVEE9WVRBPU9UQT1PV1U9=" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transmissao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://webmail.camaradecachoeiradourada.go.gov.br/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-9 paddingLeft0px" id="areaMeioPag">
<a id="conteudo" ><!-- ancora para acessibilidade --> </a>
<div class='row'>
<div class='col-md-12'>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="?pag=">Página Inicial </a></li>
<li class="breadcrumb-item"><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9">Legislaturas</a></li>
<li class="breadcrumb-item"><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9&view=DET-LEG&idleg=2">10ª LEGISLATURA 2021/2024</a></li>
<li class="breadcrumb-item active">NEILTON OLIVEIRA SANTOS </li>
</ol>
</div>
</div>
<h2 class="tituloPagina">VEREADOR </h2> <div class="row">
<div class="col-md-4 centraliza-vereador">
<img alt="NEILTON OLIVEIRA SANTOS - MDB" title="NEILTON OLIVEIRA SANTOS - MDB" src="./temp/0fc16e7efc03ac853639b8206a7040c9.png" class="img-responsive" alt="" />
<br>
<p style="/*text-align:center;padding-top:5px;height:30px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;*/ width: 100%; margin-bottom: 10px;" class="btn bg-primary">Proposições</p>
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=4&idleg=2&view=&tpBusca=projeto">
<img src="https://www.weblinesistemas.com/imagens_camaras/bot_projetos2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">
</a>
<div class="h10px"></div>
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=4&idleg=2&view=&tpBusca=indicacao">
<img src="https://www.weblinesistemas.com/imagens_camaras/bot_indicacoes2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">
</a>
<div class="h10px"></div>
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=4&idleg=2&view=&tpBusca=mocao">
<img src="https://www.weblinesistemas.com/imagens_camaras/bot_mocoes2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">
</a>
<div class="h10px"></div>
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=4&idleg=2&view=&tpBusca=requerimento">
<img src="https://www.weblinesistemas.com/imagens_camaras/bot_requerimentos2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">
</a>
<div class="h10px"></div>
<div class="h10px"></div>
<div class="h10px"></div>
</div>
<div class="col-md-8 ">
<table class="table margin-bottom0px">
<thead>
<tr>
<th class="textomenu">
Dados do Vereador
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="textomenu">
Nome
</td>
<td class="textomenu">
NEILTON OLIVEIRA SANTOS </td>
</tr>
<tr>
<td class="textomenu">
Partido
</td>
<td class="textomenu">
MDB </td>
</tr>
<tr>
<td class="textomenu">
Votos
</td>
<td class="textomenu">
Não disponível </td>
</tr>
<tr>
<td class="textomenu">
Aniversário
</td>
<td class="textomenu">
30-11 </td>
</tr>
</tbody>
</table>
<div class="listagem-cargos-vereador" >
<table class="table margin-bottom0px">
<thead>
<tr>
<th class="textomenu">
Cargos
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<ul>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
<!--
<ComentarioWebline>
<requisicao n='20187'>08/05/2019 - Igor Miller - Configuravel para exibir presenca de vereadores</requisicao>
</ComentarioWebline>
-->
<table class="table">
<thead>
<tr>
<th class="textomenu">
Contato:
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="textomenu">
Email: <a href="mailto:neiltontst@gmail.com">neiltontst@gmail.com</a>
</td>
</tr>
<tr>
<td class="textomenu">
Telefone Celular: (64)996613433<br>
</td>
</tr>
<tr>
<td class="text-align-center" >
<a href="?pag=T0RjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPQ==&idver=4" >Clique aqui para entrar em contato.</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="h10px"></div>
<div class="h10px"></div>
</div>
</div>
</div>
<a id="mapa_site" ><!-- ancora para acessibilidade --> </a>
<div class="h10px" ></div>
<footer class="mapa_site">
<div class="container ">
<div class="row">
<div class="col-md-9 col-sm-9 col-xs-12 ">
<div class="row">
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Câmara</a>
</div>
<ul class="">
<li><a href="?pag=">Página Principal</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=226">História da Câmara</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=225">História do Município</a></li>
<li><a href="?pag=T0RRPU9UST1PVEE9T0dVPU9UZz1PV0U9T1RZPU9HVT1PV009">Comissões</a></li>
<li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9">Dados Abertos</a></li>
<li><a href="https://camaracachoeiradourada.megasofttransparencia.com.br/orgaos-e-servidores/estrutura-organizacional-e-competencias">Estrutura Organizacional</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=8">Galeria dos Presidentes</a></li>
<li><a href="?pag=T0dRPU9EZz1PR0U9T0dVPU9UZz1PVE09T0RnPU9XUT1PV1U9T1dRPU9HTT1ZVEE9">Legislaturas</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Legislação</a>
</div>
<ul class="">
<li><a href="https://legisla.casacivil.go.gov.br/constituicao-estadual">Constituição Estadual</a></li>
<li><a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm">Constituição Federal</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=4">Decretos Legislativos</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=5">Emendas a LOM</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T0RRPU9UUT1PVGs9T0dVPU9HRT1PVGM9T1RRPU9HVT1PR1U9">Lei Orgânica do Município</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=2">Leis Complementares</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=1">Leis Ordinárias</a></li>
<li><a href="?pag=T1RFPU9UST1PVFU9T1RrPU9EWT1PVGs9T1RBPU9HRT1PV009T0dNPU9Uaz1PV009">Portarias</a></li>
<li><a href="?pag=T1RNPU9EZz1PR0U9T0dVPU9UST1PR009T1RVPU9XUT1PVGc9T0dFPU9UUT1PV0k9WVRFPU9UUT1ZVEU9T1dZPVlUQT0=">Regimento Interno</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=3">Resoluções</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Vereadores</a>
</div>
<ul class="">
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=17&idleg=2">Adriano de Paula Fonseca</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=18&idleg=2">Getúlio Santana Rodrigues da Silva</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=16&idleg=2">Isabella Ferreira Teófilo</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=19&idleg=2">Isaias Pereira da Silva</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=7&idleg=2">João Batista de Souza</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=20&idleg=2">Luis Carlos de Castro Júnior</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=13&idleg=2">Manoel Panta dos Reis Neto</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=22&idleg=2">Nayara Maciel Faria</a></li>
<li><a href="http://www.camaradecachoeiradourada.go.gov.br/?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&view=&idver=4&idleg=2">Neilton Oliveira Santos</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Sessão</a>
</div>
<ul class="">
<li><a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9&pg=1">Pautas</a></li>
<li><a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1OMk09T1RBPU9XVT1ZVEE9T0dVPU9XVT0=">Atas</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Processo Legislativo</a>
</div>
<ul class="">
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=1">Indicações</a></li>
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=3">Requerimentos</a></li>
<li><a href="?pag=T0RjPU9HTT1PVEU9T0RZPU9UTT1PR0U9T0dNPU9UST1PV0k9T1dFPQ==">Contas Públicas da Câmara</a></li>
<li><a href="?pag=T0RVPU9UST1PRFk9T1dFPU9UST1PR009T1RVPU9XUT1PVGc9T1dVPQ==&&tp=2">Moções</a></li>
<li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU56UT1PR1E9T1RBPU9HTT1PVEk9T1dFPQ==">Ofícios</a></li>
<li><a href="?pag=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9&pg=1">Projetos em Tramitação</a></li>
<li><a href="?pag=T1RVPU9HTT1PVE09T1RRPU9UZz1PVGM9T1RrPU9UZz1PVE09T1RBPU9XWT1PV009WVRBPVlUTT1ZVEU9T1RJPU9XVT1PV009WVRjPU9UWT1PVGs9WVRZPVlXRT0=">Projetos Tramitados</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Editais</a>
</div>
<ul class="">
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=5">Concursos </a></li>
<li><a href="https://camaracachoeiradourada.megasofttransparencia.com.br/contratos-convenios-e-licitacoes/contrato">Contratos</a></li>
<li><a href="https://camaracachoeiradourada.megasofttransparencia.com.br/contratos-convenios-e-licitacoes/procedimento-licitatorio">Licitações</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="#" >Expediente</a>
</div>
<ul class="">
<li><a href="?pag=T0RZPU9XST1PVE09T0dFPU9Eaz1PVEE9T0dNPU9UYz1PV1E9T1RBPQ==">Expediente da Câmara</a></li>
<li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=true">Fale Conosco</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 ">
<div class="area_logo fleft">
<img src="images/brasao_sic.png" alt="logo" class="w120px">
<div class="endereco">
Praça dos Três Poderes ,10<br>
CENTRO - Cx. Postal <br>
CEP 75.560-000 - CACHOEIRA DOURADA -GO<br>
Telefone: (064) 3434-1160<br><br>
</div>
<div style="">
<span class="fs12px" >Total de Visitas: 556664 ; | ; </span><span class="fs12px" >Online: 1</span>
</div>
<div class="h10px" ></div>
<div style="margin-top: 15px;">
<a href="https://www.weblinesistemas.com/" target="_blank"><img id="logo_webline_branco" src="https://www.camaradecachoeiradourada.go.gov.br/arquivos_site//imagens_camaras/logo_webline_branco.png" border="0" alt="logo webline"></a>
</div>
<div class="col-md-14 text-align-left">
<div class="h10px" ></div>
<div class="endereco">
<h4>E-SIC - Serviço de Informação ao Cidadão</h4><br>
<div>Nome: Bruno Andrade Sales</div>
<div>E-mail: secretariageral@camaradecachoeiradourada.go.gov.br</div>
<div>Tel. para esclarecimentos: (64) 3434-1160</div>
<div >Endereço: Praça dos Três Poderes, 10 - Centro</div>
<div>Atendimento: Segunda a Sexta-Feira das 7:00 ás 13:00 horas</div>
</div>
<br>
</div>
</div>
</div>
</div>
<ul class="sociais">
<a href="https://www.facebook.com/camaramunicipalCDGO/" target="_blank"><span class="fab fa-facebook-f" style="margin-right: 10px;"></span></a><a href="https://www.youtube.com/channel/UCf3ZXQDEUoRIR-48BdcxBNg" target="_blank"><span class="fab fa-youtube" style="margin-right: 10px;"></span></a><a href="https://www.instagram.com/camaramunicipalcdgo/" target="_blank"><span class="fab fa-instagram" style="margin-right: 10px;"></span></a></li><a href="https://www.instagram.com/camaramunicipalcdgo/" target="_blank"><span class="fab fa-instagram" style="margin-right: 10px;"></span></a></li>
</ul>
</div>
<!-- Nao fechar footer fecha no copyrigth-->
<div class="copy clear bgColorAzulescuro"><div class="container">2022 © Todos os direitos reservados</div></div>
</footer><style type="text/css">
.cookiealert {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin: 0 !important;
z-index: 999;
opacity: 0;
visibility: hidden;
border-radius: 0;
transform: translateY(100%);
transition: all 500ms ease-out;
color: #ecf0f1;
background: #212327;
}
.cookiealert.show {
opacity: 1;
visibility: visible;
transform: translateY(0%);
transition-delay: 1000ms;
}
.cookiealert a {
text-decoration: underline;
color: #337ab7 !important;
}
.cookiealert .acceptcookies {
margin-left: 10px;
vertical-align: baseline;
}
.btn-primary{
color: #fff !important;
background-color: #337ab7 !important;
border-color: #2e6da4 !important;
}
</style>
<!-- START Bootstrap-Cookie-Alert -->
<div class="alert text-center cookiealert" role="alert" >
<b>Nós usamos cookies para melhorar sua experiência de navegação no portal. Ao continuar você concorda com a nossa <a href="?pag=T1RFPU9UST1PR1k9T0dVPU9Uaz1PVEE9T0dFPU9HRT1ObU09T1dFPU9XRT1PVEE9T1RnPU9UZz1PVFE9WVRRPQ==" target="_blank">Política de cookies.</a>
<button type="button" class="btn btn-primary btn-sm acceptcookies">
Aceito
</button>
</b>
</div>
<!-- END Bootstrap-Cookie-Alert -->
<script type="text/javascript">
(function () {
"use strict";
var cookieAlert = document.querySelector(".cookiealert");
var acceptCookies = document.querySelector(".acceptcookies");
if (!cookieAlert) {
return;
}
cookieAlert.offsetHeight; // Force browser to trigger reflow
// Show the alert if we cant find the "acceptCookies" cookie
if (!getCookie("acceptCookies")) {
cookieAlert.classList.add("show");
}
// When clicking on the agree button, create a 1 year
// cookie to remember user's choice and close the banner
acceptCookies.addEventListener("click", function () {
setCookie("acceptCookies", true, 365);
cookieAlert.classList.remove("show");
// dispatch the accept event
window.dispatchEvent(new Event("cookieAlertAccept"));
$.ajax({
url: "indexAjax.php?pag=T1RRPU9EUT1PR1k9T1dJPU9EWT1ObUk9T0RnPU9HUT1PVGc9T1dVPU5tVT1PV009T1dNPU9XRT1PVGc9T1RZPVlUUT0=",
context: document.body
}).done(function() {
$( this ).addClass( "done" );
});
});
// Cookie functions from w3schools
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
var expires = "expires=" + d.toUTCString();
if(location.protocol == 'https:'){
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/;SameSite=None;Secure";
}else{
document.cookie = cname + "=" + cvalue + ";" + expires + ";";
}
}
function getCookie(cname) {
var name = cname + "=";
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) === ' ') {
c = c.substring(1);
}
if (c.indexOf(name) === 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
})();
</script>
</body>]]>
|
55
| <![CDATA[<a class="acess-texto cpointer " data-sinal="-" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>]]>
|
61
| <![CDATA[<a class="acess-texto cpointer " data-sinal="+" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>]]>
|
67
| <![CDATA[<a class="cpointer acess-contraste" style="text-decoration:none;">
<img class="" src="https://www.weblinesistemas.com/acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>]]>
|
73
| <![CDATA[<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace"></i>
<span>Tradução para Libras</span>
</a>]]>
|
132
| <![CDATA[<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace"></i>
<span>Tradução para Libras</span>
</a>]]>
|
325
| <![CDATA[<span class="fab fa-facebook-f" style="margin-right: 10px;"></span>]]>
|
325
| <![CDATA[<span class="fab fa-youtube" style="margin-right: 10px;"></span>]]>
|
325
| <![CDATA[<span class="fab fa-instagram" style="margin-right: 10px;"></span>]]>
|
462
| <![CDATA[<div style="border-radius:4px;" class="box" >
<div class="" style="display:table;">
<ul class="listaVereadores visible-lg visible-md" ><!-- Para mostrar o presidente acima no desktop -->
<li class=" cpointer" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=7&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/29d67c9d7a79fff59e99e178d089797f_presidente.jpg" alt="JOAO BATISTA DE SOUZA - MDB" title="JOAO BATISTA DE SOUZA - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="maxWidth48porcent">
<div class="tituloBox">Vereadores</div>
<div class="w125px fs9px" >10ª LEGISLATURA 2021/2024</div>
<span class='fs11px'>Presidente Atual</span><div class='fs11px'>JOAO BATISTA DE SOUZA </div>
</li>
</ul>
<div class="clearfix"></div>
<ul class="listaVereadores" >
<li class="cpointer hidden-lg hidden-md" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=7&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/29d67c9d7a79fff59e99e178d089797f_presidente.jpg" alt="JOAO BATISTA DE SOUZA - MDB" title="JOAO BATISTA DE SOUZA - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=17&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="ADRIANO DE PAULA FONSECA - " title="ADRIANO DE PAULA FONSECA - " src="temp/8a83e3deac67c0b0d01efbf1c6be6e6e____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=18&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="GETULIO SANTANA RODRIGUES DA SILVA - " title="GETULIO SANTANA RODRIGUES DA SILVA - " src="temp/d95fe5697e1b33d89b3753420e196c3f____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="ISABELLA FERREIRA TEOFILO - " title="ISABELLA FERREIRA TEOFILO - " src="temp/39eb4255cdda6d1630c357baf4494677____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=19&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="ISAIAS PEREIRA DA SILVA - " title="ISAIAS PEREIRA DA SILVA - " src="temp/a5ee65272d83400b175aa57cc27f2729____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=20&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="LUIS CARLOS DE CASTRO JUNIOR - " title="LUIS CARLOS DE CASTRO JUNIOR - " src="temp/bf8305b542c62f1c6c81c6e98dad430e____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=13&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MANOEL PANTA DOS REIS NETO - MANOEL" title="MANOEL PANTA DOS REIS NETO - MANOEL" src="temp/150d8f92f9f2cf3021d27d971a371e83____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=22&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="NAYARA MACIEL FARIA - " title="NAYARA MACIEL FARIA - " src="temp/3f2f9476a3d539796a8fefcc611bd44f____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=4&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="NEILTON OLIVEIRA SANTOS - " title="NEILTON OLIVEIRA SANTOS - " src="temp/099ed6326d2b1c0328044257b6e5f078____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
</ul>
</div>
</div>]]>
|
463
| <![CDATA[<div class="" style="display:table;">
<ul class="listaVereadores visible-lg visible-md" ><!-- Para mostrar o presidente acima no desktop -->
<li class=" cpointer" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=7&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/29d67c9d7a79fff59e99e178d089797f_presidente.jpg" alt="JOAO BATISTA DE SOUZA - MDB" title="JOAO BATISTA DE SOUZA - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="maxWidth48porcent">
<div class="tituloBox">Vereadores</div>
<div class="w125px fs9px" >10ª LEGISLATURA 2021/2024</div>
<span class='fs11px'>Presidente Atual</span><div class='fs11px'>JOAO BATISTA DE SOUZA </div>
</li>
</ul>
<div class="clearfix"></div>
<ul class="listaVereadores" >
<li class="cpointer hidden-lg hidden-md" ><!-- Primeiro Mostra o presidente -->
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=7&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" src="temp/29d67c9d7a79fff59e99e178d089797f_presidente.jpg" alt="JOAO BATISTA DE SOUZA - MDB" title="JOAO BATISTA DE SOUZA - MDB" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=17&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="ADRIANO DE PAULA FONSECA - " title="ADRIANO DE PAULA FONSECA - " src="temp/8a83e3deac67c0b0d01efbf1c6be6e6e____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=18&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="GETULIO SANTANA RODRIGUES DA SILVA - " title="GETULIO SANTANA RODRIGUES DA SILVA - " src="temp/d95fe5697e1b33d89b3753420e196c3f____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=16&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="ISABELLA FERREIRA TEOFILO - " title="ISABELLA FERREIRA TEOFILO - " src="temp/39eb4255cdda6d1630c357baf4494677____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=19&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="ISAIAS PEREIRA DA SILVA - " title="ISAIAS PEREIRA DA SILVA - " src="temp/a5ee65272d83400b175aa57cc27f2729____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=20&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="LUIS CARLOS DE CASTRO JUNIOR - " title="LUIS CARLOS DE CASTRO JUNIOR - " src="temp/bf8305b542c62f1c6c81c6e98dad430e____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=13&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="MANOEL PANTA DOS REIS NETO - MANOEL" title="MANOEL PANTA DOS REIS NETO - MANOEL" src="temp/150d8f92f9f2cf3021d27d971a371e83____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=22&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="NAYARA MACIEL FARIA - " title="NAYARA MACIEL FARIA - " src="temp/3f2f9476a3d539796a8fefcc611bd44f____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
<li class="cpointer">
<a href="?pag=T1RjPU9EZz1PVFU9T0dFPU9EWT1PR0k9T1RZPU9XST0=&idver=4&idleg=2" target="_parent" class="vereador_lista">
<img style="border-radius:2px; height:69px;" alt="NEILTON OLIVEIRA SANTOS - " title="NEILTON OLIVEIRA SANTOS - " src="temp/099ed6326d2b1c0328044257b6e5f078____vereadores.jpg" class="img-responsive" alt="" />
</a>
</li>
</ul>
</div>]]>
|
468
| <![CDATA[<img style="border-radius:2px; height:69px;" src="temp/29d67c9d7a79fff59e99e178d089797f_presidente.jpg" alt="JOAO BATISTA DE SOUZA - MDB" title="JOAO BATISTA DE SOUZA - MDB" class="img-responsive" alt="" />]]>
|
482
| <![CDATA[<img style="border-radius:2px; height:69px;" src="temp/29d67c9d7a79fff59e99e178d089797f_presidente.jpg" alt="JOAO BATISTA DE SOUZA - MDB" title="JOAO BATISTA DE SOUZA - MDB" class="img-responsive" alt="" />]]>
|
488
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="ADRIANO DE PAULA FONSECA - " title="ADRIANO DE PAULA FONSECA - " src="temp/8a83e3deac67c0b0d01efbf1c6be6e6e____vereadores.jpg" class="img-responsive" alt="" />]]>
|
494
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="GETULIO SANTANA RODRIGUES DA SILVA - " title="GETULIO SANTANA RODRIGUES DA SILVA - " src="temp/d95fe5697e1b33d89b3753420e196c3f____vereadores.jpg" class="img-responsive" alt="" />]]>
|
500
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="ISABELLA FERREIRA TEOFILO - " title="ISABELLA FERREIRA TEOFILO - " src="temp/39eb4255cdda6d1630c357baf4494677____vereadores.jpg" class="img-responsive" alt="" />]]>
|
506
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="ISAIAS PEREIRA DA SILVA - " title="ISAIAS PEREIRA DA SILVA - " src="temp/a5ee65272d83400b175aa57cc27f2729____vereadores.jpg" class="img-responsive" alt="" />]]>
|
512
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="LUIS CARLOS DE CASTRO JUNIOR - " title="LUIS CARLOS DE CASTRO JUNIOR - " src="temp/bf8305b542c62f1c6c81c6e98dad430e____vereadores.jpg" class="img-responsive" alt="" />]]>
|
518
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="MANOEL PANTA DOS REIS NETO - MANOEL" title="MANOEL PANTA DOS REIS NETO - MANOEL" src="temp/150d8f92f9f2cf3021d27d971a371e83____vereadores.jpg" class="img-responsive" alt="" />]]>
|
524
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="NAYARA MACIEL FARIA - " title="NAYARA MACIEL FARIA - " src="temp/3f2f9476a3d539796a8fefcc611bd44f____vereadores.jpg" class="img-responsive" alt="" />]]>
|
530
| <![CDATA[<img style="border-radius:2px; height:69px;" alt="NEILTON OLIVEIRA SANTOS - " title="NEILTON OLIVEIRA SANTOS - " src="temp/099ed6326d2b1c0328044257b6e5f078____vereadores.jpg" class="img-responsive" alt="" />]]>
|
546
| <![CDATA[<a href="" style="text-decoration:none; cursor:pointer;">
<div class="rowProximaSessao">
<div class="col-md-12 tituloProximaSessaoVerde">
* Próxima Sessão *
</div>
<br/>
<div class="col-md-12 proximaSessao">
<div class="h10px"></div>
Sessões Ordinárias<br/><br>Toda primeira semana do mês<br/>Exceto quando feriado na primeira semana<br>No Plenário da Câmara Municipal ás 19h:00min <div class="h10px"></div>
</div>
</div>
</a>]]>
|
565
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/botao_coronavirus.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco banner_coronavirus" style="width:;" >]]>
|
570
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/portal_transparencia_azul_314x70.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
575
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/banner_sic_217x130.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
580
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
585
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/videos_sessoes_2_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
590
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transmissao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
595
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
621
| <![CDATA[<a href="" style="text-decoration:none; cursor:pointer;">
<div class="rowProximaSessao">
<div class="col-md-12 tituloProximaSessaoVerde">
* Próxima Sessão *
</div>
<br/>
<div class="col-md-12 proximaSessao">
<div class="h10px"></div>
Sessões Ordinárias<br/><br>Toda primeira semana do mês<br/>Exceto quando feriado na primeira semana<br>No Plenário da Câmara Municipal ás 19h:00min <div class="h10px"></div>
</div>
</div>
</a>]]>
|
640
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/botao_coronavirus.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco banner_coronavirus" style="width:;" >]]>
|
645
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/portal_transparencia_azul_314x70.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
650
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/banner_sic_217x130.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
655
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
660
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean2/videos_sessoes_2_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
665
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transmissao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
670
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/webmail_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
701
| <![CDATA[<p style="/*text-align:center;padding-top:5px;height:30px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;*/ width: 100%; margin-bottom: 10px;" class="btn bg-primary">Proposições</p>]]>
|
704
| <![CDATA[<img src="https://www.weblinesistemas.com/imagens_camaras/bot_projetos2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">]]>
|
710
| <![CDATA[<img src="https://www.weblinesistemas.com/imagens_camaras/bot_indicacoes2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">]]>
|
715
| <![CDATA[<img src="https://www.weblinesistemas.com/imagens_camaras/bot_mocoes2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">]]>
|
720
| <![CDATA[<img src="https://www.weblinesistemas.com/imagens_camaras/bot_requerimentos2.jpg" class="img-responsive img-responsive-xs" border="0" style="border-radius:5px;">]]>
|
950
| <![CDATA[<div style="">
<span class="fs12px" >Total de Visitas: 556664 ; | ; </span><span class="fs12px" >Online: 1</span>
</div>]]>
|
954
| <![CDATA[<div style="margin-top: 15px;">
<a href="https://www.weblinesistemas.com/" target="_blank"><img id="logo_webline_branco" src="https://www.camaradecachoeiradourada.go.gov.br/arquivos_site//imagens_camaras/logo_webline_branco.png" border="0" alt="logo webline"></a>
</div>]]>
|
976
| <![CDATA[<span class="fab fa-facebook-f" style="margin-right: 10px;"></span>]]>
|
976
| <![CDATA[<span class="fab fa-youtube" style="margin-right: 10px;"></span>]]>
|
976
| <![CDATA[<span class="fab fa-instagram" style="margin-right: 10px;"></span>]]>
|
976
| <![CDATA[<span class="fab fa-instagram" style="margin-right: 10px;"></span>]]>
|
983
| <![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>]]>
|
408
| <![CDATA[<li class="dropdown click-link" data-link="index2.php?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9&pg=1" onclick=' location.href="index2.php?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9&pg=1";' >
<a href="index2.php?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9&pg=1" target="" class="dropdown-toggle " data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Sessão</a>
<ul class="dropdown-menu">
<li><a href="?pag=T1RFPU9EUT1PVGc9T1RrPU9EWT1PV0U9TnpVPU9HVT1ZVEE9&pg=1" target="">Pautas</a></li>
<li><a href="?pag=T0RJPU9UYz1PRFE9T1RnPU56az1PVEE9T1RjPU9UZz1OMk09T1RBPU9XVT1ZVEE9T0dVPU9XVT0=" target="">Atas</a></li>
</ul>
</li>]]>
|
151
| <![CDATA[<script>
$(document).ready(function(){
//***********************************************************************************Faz o aumentar e diminuir a fonte*********************
function aumentaFonte(sinal) {
if(sinal == '+') {
novoTamanho = parseInt(sessionStorage.fonte_atual)+ 2;
} else {
novoTamanho = parseInt(sessionStorage.fonte_atual)- 2;
}
if(novoTamanho >= 12 && novoTamanho <= 18){
sessionStorage.fonte_atual = novoTamanho;
$("*").css('font-size' , novoTamanho);
}
}
if(!sessionStorage.fonte_atual > 0){ sessionStorage.fonte_atual = $('body').css('font-size'); }
$('.acess-texto').click(function(){ aumentaFonte($(this).attr('data-sinal')) });
//*********************************************************************************************************Fim acessibilida fonte**********
//***********************************************************************************Contraste*********************************************
function mudaContraste(contraste){
if(typeof sessionStorage.contraste != "undefined"){ var padrao = JSON.parse(sessionStorage.contrastePadrao); }
if(contraste == 1){
location.reload();
$('body').css('background-color' , padrao.body );
$('.navbar-default').css('background-color' , padrao.navbardefault );
$('header').css('background-color' , padrao.header );
$('.bgAzulescuro').css('background-color' , padrao.bgAzulescuro );
$('.tituloBox ').css('color' , padrao.tituloBox );
$('.textoBox ').css('color' , padrao.textoBox );
$('.box').css('background' , padrao.box );
$('.box2').css('background' , padrao.box2 );
$('.mapa_site').css('background-color' , padrao.mapa_site );
$('.copy').css('background-color' , padrao.copy );
$('.panel-heading').css('background-color' , padrao.panelheading );
$('.border5pxAzul').css('border-top' , padrao.border5pxAzul );
$('#areaMeioPag *').css('color' , padrao.areaMeioPag );
$('.linksNoticias ').css('color' , padrao.linksNoticias );
$('#legendas a').css('color' , padrao.legendas_a );
$('.listaVereadores').css('color' , padrao.listaVereadores );
$('.dropdown-menu').css('background' , padrao.dropdownmenu );
$('.titulo_noticia').css('color' , padrao.tituloNoticia );
$('.subtitulo_noticia').css('color' , padrao.subtituloNoticia );
$('.chamada_noticia').css('color' , padrao.chamadaNoticia );
$('.tituloPagina').css('color' , padrao.tituloPagina );
$('.listaUltimasGalerias div').css('color' , padrao.listaUltimasGalerias );
$( "tr" ).css( "background-color", "" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "" );
$('.tiposBuscador').css('color' , padrao.tiposBuscador );
$('.numberDiaAcess').css('color', padrao.numberDiaAcess);
$('.legendaAcess').css('color', padrao.legendaAcess);
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
Newarray = arraySrc.filter((value)=>value!='contraste');
neWarraySrc = Newarray.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}else if(contraste == 0){
$('body').css('background-color' ,'#000');
$('.navbar-default').css('background-color' ,'#000' );
$('header').css('background-color' , '#585858' );
$('.bgAzulescuro').css('background-color' ,'#000' );
$('.tituloBox').css('color' ,'yellow' );
$('.textoBox').css('color' ,'yellow' );
$('.box').css('background' ,'transparent' );
$('.box2').css('background' ,'transparent' );
$('.mapa_site').css('background-color' , '#585858' );
$('.copy').css('background-color' ,'#000' );
$('.panel-heading').css('background-color' ,'#585858' );
$('.border5pxAzul').css('border-top' ,'0' );
$('#areaMeioPag *').css('color' ,'#FFF' );
$('.linksNoticias ').css('color' ,'#FFF' );
$('#legendas a').css('color' ,'#FFF' );
$('.listaVereadores').css('color' ,'#FFF' );
$('.titulo_noticia').css('color' ,'#FFF' );
$('.subtitulo_noticia').css('color' ,'#FFF' );
$('.chamada_noticia').css('color' ,'#FFF' );
$('.listaUltimasGalerias div').css('color' ,'yellow' );
$('.tituloPagina').css('color' ,'#FFF' );
$('.dropdown-menu').css('background-image', 'url( "https://www.weblinesistemas.com/responsivo/imagens/submenu_preto.png" )');
$( "tr" ).css( "background-color", "#000000" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "#42545d" );
$('.tiposBuscador').css('color' , '#FFF');
$('.btn-default').css('color' , '#333');
$('.numberDiaAcess').css('color', '#FFF');
$('.legendaAcess').css('color', '#FFF');
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
arraySrc.splice( arraySrc.length-1 ,0 ,'contraste');
neWarraySrc = arraySrc.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}
}
if(sessionStorage.contraste == 0){
mudaContraste(sessionStorage.contraste);
}
if(typeof sessionStorage.contraste == "undefined"){
sessionStorage.contraste = 1; //inicializa a session
sessionStorage.contrastePadrao = JSON.stringify({
body:$('body').css('background-color'),
header:$('header').css('background-color'),
navbardefault:$('.navbar-default').css('background-color'),
bgAzulescuro:$('.bgAzulescuro').css('background-color'),
tituloBox :$('.tituloBox ').css('color'),
textoBox :$('.textoBox ').css('color'),
box :$('.box').css('background'),
box2 :$('.box2').css('background'),
mapa_site :$('.mapa_site').css('background-color'),
border5pxAzul :$('.border5pxAzul').css('border-top'),
panelheading :$('.panel-heading ').css('background-color'),
copy :$('.copy ').css('background-color'),
areaMeioPag :$('#areaMeioPag ').css('color'),
linksNoticias :$('.linksNoticias ').css('color'),
legendas_a : $('#legendas a').css('color'),
listaVereadores : $('.listaVereadores').css('color'),
dropdownmenu : $('.dropdown-menu').css('background'),
tituloNoticia : $('.titulo_noticia').css('color'),
subtituloNoticia : $('.subtitulo_noticia').css('color'),
chamadaNoticia : $('.chamada_noticia').css('color'),
listaUltimasGalerias : $('.listaUltimasGalerias div').css('color'),
tituloPagina : $('.tituloPagina').css('color'),
});
//Obj com as tags para mudar a cor e guardar o valor padrao.
}
$('.acess-contraste').click(function(){
sessionStorage.contraste = sessionStorage.contraste == 1 ? 0 : 1 ;
mudaContraste(sessionStorage.contraste);
});
//*********************************************************************************************************Fim Contraste**********
});
</script>]]>
|
450
| <![CDATA[<script>
$(document).ready(function(){
$('.click-link').click(function(){
window.location = $(this).data('link');
})
})
</script>]]>
|
1031
| <![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>]]>
|