34
| <![CDATA[<body style="font-family:arial" class="has-drawer">
<div class="fundoAcessibilidade visible-lg visible-md" >
<div class="container-fluid linksOpcoesAcesso col-md-12" >
<ul class="list-inline">
<li class='liAcessibilidade'>
<img class="" src="https://weblinesistemas.com.br/arquivos_site//responsivo/imagens/icone_deficiente.png"/>
<span class="hidden-md">Recursos de Acessibilidade:</span>
</li>
<li class='liAcessibilidade'>
<a href="#conteudo" accesskey="1" class="scroll">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/tecla_alt.png"/>
<span>Tecle Alt+1 : ir ao conteúdo</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="#mapa_site" accesskey="2" class=" scroll">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/tecla_alt.png"/>
<span>Tecle Alt+2 : ir ao mapa do site</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="-" style="text-decoration:none;">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="+" style="text-decoration:none;">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="cpointer acess-contraste" style="text-decoration:none;">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0=" >
<img src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/icone_acesso.png" alt="Tecle Alt+1 : ir ao conteúdo" >
</a>
</li>
</ul>
</div>
</div>
<div class="visible-sm visible-xs cpointer " >
;
</div>
<div class='navbar-fixed-top'>
<div class="fundoAcessibilidade visible-sm visible-xs cpointer " >
<div data-toggle="collapse" data-target="#acessibilidadeCollapse">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//responsivo/imagens/icone_deficiente.png"/>
<span><strong>Recursos de Acessibilidade</strong></span>
</div>
</div>
<div class="linksOpcoesAcesso collapse w100Porcento" id='acessibilidadeCollapse' >
<div class='fundoAcessibilidade'>
<ul class="list-unstyled">
<li class='liAcessibilidade'>
<a href="#conteudo" accesskey="1" class="scroll">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/tecla_alt.png"/>
<span>Clique aqui para ir ao conteúdo</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="#mapa_site" accesskey="2" class=" scroll">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/tecla_alt.png"/>
<span>Clique aqui para ir ao mapa do site</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="-" >
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="acess-texto cpointer " data-sinal="+" >
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>
</li>
<li class='liAcessibilidade'>
<a class="cpointer acess-contraste" >
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>
</li>
<li class='liAcessibilidade'>
<a href="?pag=T0RJPU9EWT1PRGc9T1RnPU9UZz1PVFk9T0RZPU9UST1PVGM9T1RFPU9XRT1PV1k9T1dFPU9UQT1PVEk9T1RJPVlUQT0=" >
<img src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/icone_acesso.png" alt="Tecle Alt+1 : ir ao conteúdo" >
</a>
</li>
</ul>
</div>
</div>
</div>
<script>
$(document).ready(function(){
//***********************************************************************************Faz o aumentar e diminuir a fonte*********************
function aumentaFonte(sinal) {
if(sinal == '+') {
novoTamanho = parseInt(sessionStorage.fonte_atual)+ 2;
} else {
novoTamanho = parseInt(sessionStorage.fonte_atual)- 2;
}
if(novoTamanho >= 12 && novoTamanho <= 18){
sessionStorage.fonte_atual = novoTamanho;
$("*").css('font-size' , novoTamanho);
}
}
if(!sessionStorage.fonte_atual > 0){ sessionStorage.fonte_atual = $('body').css('font-size'); }
$('.acess-texto').click(function(){ aumentaFonte($(this).attr('data-sinal')) });
//*********************************************************************************************************Fim acessibilida fonte**********
//***********************************************************************************Contraste*********************************************
function mudaContraste(contraste){
if(typeof sessionStorage.contraste != "undefined"){ var padrao = JSON.parse(sessionStorage.contrastePadrao); }
if(contraste == 1){
location.reload();
$('body').css('background-color' , padrao.body );
$('.navbar-default').css('background-color' , padrao.navbardefault );
$('header').css('background-color' , padrao.header );
$('.bgAzulescuro').css('background-color' , padrao.bgAzulescuro );
$('.tituloBox ').css('color' , padrao.tituloBox );
$('.textoBox ').css('color' , padrao.textoBox );
$('.box').css('background' , padrao.box );
$('.box2').css('background' , padrao.box2 );
$('.mapa_site').css('background-color' , padrao.mapa_site );
$('.copy').css('background-color' , padrao.copy );
$('.panel-heading').css('background-color' , padrao.panelheading );
$('.border5pxAzul').css('border-top' , padrao.border5pxAzul );
$('#areaMeioPag *').css('color' , padrao.areaMeioPag );
$('.linksNoticias ').css('color' , padrao.linksNoticias );
$('#legendas a').css('color' , padrao.legendas_a );
$('.listaVereadores').css('color' , padrao.listaVereadores );
$('.dropdown-menu').css('background' , padrao.dropdownmenu );
$('.titulo_noticia').css('color' , padrao.tituloNoticia );
$('.subtitulo_noticia').css('color' , padrao.subtituloNoticia );
$('.chamada_noticia').css('color' , padrao.chamadaNoticia );
$('.tituloPagina').css('color' , padrao.tituloPagina );
$('.listaUltimasGalerias div').css('color' , padrao.listaUltimasGalerias );
$( "tr" ).css( "background-color", "" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "" );
$('.tiposBuscador').css('color' , padrao.tiposBuscador );
$('.dropdown-toggle').css('color' , padrao.dropdown-toggle );
$('.paddingLeft0px').css('color' , padrao.paddingLeft0px);
$('.breadcrumb').css('color' , padrao.breadcrumb);
$('.form-control').css('color' , padrao.form-control);
$('.pagination > li > a, .pagination > li > span').css("background-color", "");
$('.list-group-item').css("background-color", "");
$('.numberDiaAcess').css('color', padrao.numberDiaAcess);
$('.legendaAcess').css('color', padrao.legendaAcess);
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
Newarray = arraySrc.filter((value)=>value!='contraste');
neWarraySrc = Newarray.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}else if(contraste == 0){
$('body').css('background-color' ,'#000');
$('.navbar-default').css('background-color' ,'transparent' );
$('header').css('background-color' , '#585858' );
$('.bgAzulescuro').css('background-color' ,'#000' );
$('.tituloBox').css('color' ,'yellow' );
$('.textoBox').css('color' ,'yellow' );
$('.box').css('background' ,'transparent' );
$('.box2').css('background' ,'transparent' );
$('.mapa_site').css('background-color' , '#585858' );
$('.copy').css('background-color' ,'#000' );
$('.panel-heading').css('background-color' ,'#585858' );
$('.border5pxAzul').css('border-top' ,'0' );
$('#areaMeioPag *').css('color' ,'#FFF' );
$('.linksNoticias ').css('color' ,'#FFF' );
$('#legendas a').css('color' ,'#FFF' );
$('.listaVereadores').css('color' ,'#FFF' );
$('.titulo_noticia').css('color' ,'#FFF' );
$('.subtitulo_noticia').css('color' ,'#FFF' );
$('.chamada_noticia').css('color' ,'#FFF' );
$('.listaUltimasGalerias div').css('color' ,'yellow' );
$('.tituloPagina').css('color' ,'#FFF' );
$('.dropdown-menu').css('background-image', 'url( "https://www.weblinesistemas.com/responsivo/imagens/submenu_preto.png" )');
$( "tr" ).css( "background-color", "#000000" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "#42545d" );
$('.tiposBuscador').css('color' , '#FFF');
$('.btn-default').css('color' , '#333');
$('.dropdown-toggle').css('color' , 'white' );
$('.paddingLeft0px').css('color' , '#FFF');
$('.breadcrumb').css('background-color' , 'transparent');
$('.form-control').css('color' , '#555');
$('.pagination > li > a, .pagination > li > span').css("background-color", "transparent");
$('.list-group-item').css("background-color", "transparent");
$('.numberDiaAcess').css('color', '#FFF');
$('.legendaAcess').css('color', '#FFF');
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
arraySrc.splice( arraySrc.length-1 ,0 ,'contraste');
neWarraySrc = arraySrc.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}
}
if(sessionStorage.contraste == 0){
mudaContraste(sessionStorage.contraste);
}
if(typeof sessionStorage.contraste == "undefined"){
sessionStorage.contraste = 1; //inicializa a session
sessionStorage.contrastePadrao = JSON.stringify({
body:$('body').css('background-color'),
header:$('header').css('background-color'),
navbardefault:$('.navbar-default').css('background-color'),
bgAzulescuro:$('.bgAzulescuro').css('background-color'),
tituloBox :$('.tituloBox ').css('color'),
textoBox :$('.textoBox ').css('color'),
box :$('.box').css('background'),
box2 :$('.box2').css('background'),
mapa_site :$('.mapa_site').css('background-color'),
border5pxAzul :$('.border5pxAzul').css('border-top'),
panelheading :$('.panel-heading ').css('background-color'),
copy :$('.copy ').css('background-color'),
areaMeioPag :$('#areaMeioPag ').css('color'),
linksNoticias :$('.linksNoticias ').css('color'),
legendas_a : $('#legendas a').css('color'),
listaVereadores : $('.listaVereadores').css('color'),
dropdownmenu : $('.dropdown-menu').css('background'),
tituloNoticia : $('.titulo_noticia').css('color'),
subtituloNoticia : $('.subtitulo_noticia').css('color'),
chamadaNoticia : $('.chamada_noticia').css('color'),
listaUltimasGalerias : $('.listaUltimasGalerias div').css('color'),
tituloPagina : $('.tituloPagina').css('color'),
});
//Obj com as tags para mudar a cor e guardar o valor padrao.
}
$('.acess-contraste').click(function(){
sessionStorage.contraste = sessionStorage.contraste == 1 ? 0 : 1 ;
mudaContraste(sessionStorage.contraste);
});
//*********************************************************************************************************Fim Contraste**********
});
</script>
<!--/*
<ComentarioWebline>
<requisicao n='17614'>27/07/2018 - Rodrigo Marri - Correção no topo do layout quando estiver modo celular.</requisicao>
</ComentarioWebline>
*/ -->
<header>
<div class="topoBarra1"><!-- div da faixa do topo --></div>
<div id="carouselTopo" class="carousel slide carousel-fade" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active ">
<a href="?pag=">
<img src="images/topo.jpg" class="imgTopo visible-lg visible-md" width="100%"/>
</a>
</div>
<div class="row visible-sm visible-xs">
<img src="images/topo_resp.jpg" style="width:100%; height:100%;" class="imgTopo img-responsive visible-xs visible-sm">
</div>
</div>
</div>
</header>
<script>
/*$('#carouselTopo').carousel();*/
</script>
<nav class="navbar navbar-default">
<div class="container">
<div class="row">
<div class="col-md-12">
<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">A CIDADE</a>
<ul class="dropdown-menu">
<li><a href="?pag=" target="">Página Principal</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=283" target="">Guarani d'Oeste: Memórias</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=220" target="">Dados do Município</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=214" target="">História do Município</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=221" target="">Símbolos</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">PREFEITURA</a>
<ul class="dropdown-menu">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=270" target="">Chefes e Diretores</a></li>
<li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9" target="">Dados Abertos</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=266" target="">Galeria de ex-Prefeitos</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=265" target="">Organograma</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=232" target="">Prefeito</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=233" target="">Vice-prefeito</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">DEPARTAMENTOS</a>
<ul class="dropdown-menu">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=223" target="">Administração</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=284" target="">COVID-19</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=264" target="">Cultura/Turismo</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=224" target="">Educação</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=236" target="">Infraestrutura</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=228" target="">Saúde</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=231" target="">Social</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://www.al.sp.gov.br/repositorio/legislacao/constituicao/1989/compilacao-constituicao-0-05.10.1989.html" target="_blank">Constituição Estadual</a></li>
<li><a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm" target="_blank">Constituição Federal</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=7" target="">Decretos Municipais</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=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9" target="">Projeto de Lei do Executivo</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">ATOS MUNICIPAIS</a>
<ul class="dropdown-menu">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=287" target="">ITR - Laudo Agronômico 2022</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=281" target="">Atas de Audiências Públicas</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=9" target="">Chamada Pública</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=10" target="">Concursos</a></li>
<li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=" target="">Contratos</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=7" target="">Convocações</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=12" target="">Editais Diversos</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=8" target="">Leilões</a></li>
<li><a href="?pag=T0dRPU9HTT1PRFk9T0dVPU9Uaz1PRGc9T0dFPU9UZz1PR1U9T1dVPU9HRT1ZVEE9T1RJPU9XWT1PVEE9WVRNPU9UST0=" target="">Licitações</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=14" target="">Processo Seletivo</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=277" target="">Repasses 3º Setor</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=278" target="">Repasses Convênios</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">EXPEDIENTE</a>
<ul class="dropdown-menu">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=61" target="">Expediente dos Setores Públicos</a></li>
<li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=true" target="">Fale Conosco</a></li>
<li><a href="?pag=T0RjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPQ==&form=true" target="">Ouvidoria</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=222" target="">Telefones Úteis</a></li>
</ul>
</li>
<li class="dropdown click-link" data-link="index2.php?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==" >
<a href="index2.php?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==" target="" class="dropdown-toggle ultimo-topo" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">NOTÍCIAS</a>
</li>
</ul>
</div>
</div>
</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-9 paddingLeft0px" id="areaMeioPag">
<a id="conteudo" ><!-- ancora para acessibilidade --> </a>
<div id="lightbox" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog">
<button type="button" class="close hidden" data-dismiss="modal" aria-hidden="true">� </button>
<div class="modal-content">
<div class="modal-body">
<img src="" alt="" />
</div>
</div>
</div>
</div>
<div style="font-size:10px; text-align:left; font-family:tahoma;">
Data: 09/04/2019 Hora: 14:30:32</div>
<div id="titulo">
<div class="tituloTextoVereador text-center" style="margin-top:5px; font-size: 30px;">
EDITAL CMDCA - Eleição Conselho Tutelar </div>
</div>
<div id="cont-noticia" ><html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 14">
<meta name=Originator content="Microsoft Word 14">
<link rel=File-List href="https://www.guaranidoeste.sp.gov.br/images/imagesnoticias/177/principal_arquivos/filelist.xml">
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>Usuario</o:Author>
<o:Template>Normal</o:Template>
<o:LastAuthor>SYSTEM</o:LastAuthor>
<o:Revision>2</o:Revision>
<o:Created>2019-04-09T17:30:00Z</o:Created>
<o:LastSaved>2019-04-09T17:30:00Z</o:LastSaved>
<o:Pages>3</o:Pages>
<o:Words>9095</o:Words>
<o:Characters>49118</o:Characters>
<o:Lines>409</o:Lines>
<o:Paragraphs>116</o:Paragraphs>
<o:CharactersWithSpaces>58097</o:CharactersWithSpaces>
<o:Version>14.00</o:Version>
</o:DocumentProperties>
<o:OfficeDocumentSettings>
<o:RelyOnVML/>
<o:AllowPNG/>
</o:OfficeDocumentSettings>
</xml><![endif]-->
<link rel=dataStoreItem href="https://www.guaranidoeste.sp.gov.br/images/imagesnoticias/177/principal_arquivos/item0001.xml"
target="https://www.guaranidoeste.sp.gov.br/images/imagesnoticias/177/principal_arquivos/props002.xml">
<link rel=themeData href="https://www.guaranidoeste.sp.gov.br/images/imagesnoticias/177/principal_arquivos/themedata.thmx">
<link rel=colorSchemeMapping href="https://www.guaranidoeste.sp.gov.br/images/imagesnoticias/177/principal_arquivos/colorschememapping.xml">
<!--[if gte mso 9]><xml>
<w:WordDocument>
<w:TrackMoves/>
<w:TrackFormatting/>
<w:HyphenationZone>21</w:HyphenationZone>
<w:PunctuationKerning/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>PT-BR</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:BreakWrappedTables/>
<w:SnapToGridInCell/>
<w:WrapTextWithPunct/>
<w:UseAsianBreakRules/>
<w:DontGrowAutofit/>
<w:SplitPgBreakAndParaMark/>
<w:EnableOpenTypeKerning/>
<w:DontFlipMirrorIndents/>
<w:OverrideTableStyleHps/>
</w:Compatibility>
<m:mathPr>
<m:mathFont m:val="Cambria Math"/>
<m:brkBin m:val="before"/>
<m:brkBinSub m:val="--"/>
<m:smallFrac m:val="off"/>
<m:dispDef/>
<m:lMargin m:val="0"/>
<m:rMargin m:val="0"/>
<m:defJc m:val="centerGroup"/>
<m:wrapIndent m:val="1440"/>
<m:intLim m:val="subSup"/>
<m:naryLim m:val="undOvr"/>
</m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
DefSemiHidden="true" DefQFormat="false" DefPriority="99"
LatentStyleCount="267">
<w:LsdException Locked="false" Priority="0" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
<w:LsdException Locked="false" Priority="39" Name="toc 1"/>
<w:LsdException Locked="false" Priority="39" Name="toc 2"/>
<w:LsdException Locked="false" Priority="39" Name="toc 3"/>
<w:LsdException Locked="false" Priority="39" Name="toc 4"/>
<w:LsdException Locked="false" Priority="39" Name="toc 5"/>
<w:LsdException Locked="false" Priority="39" Name="toc 6"/>
<w:LsdException Locked="false" Priority="39" Name="toc 7"/>
<w:LsdException Locked="false" Priority="39" Name="toc 8"/>
<w:LsdException Locked="false" Priority="39" Name="toc 9"/>
<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
<w:LsdException Locked="false" Priority="10" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Title"/>
<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
<w:LsdException Locked="false" Priority="11" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
<w:LsdException Locked="false" Priority="22" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
<w:LsdException Locked="false" Priority="20" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
<w:LsdException Locked="false" Priority="59" SemiHidden="false"
UnhideWhenUsed="false" Name="Table Grid"/>
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
<w:LsdException Locked="false" Priority="1" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 1"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
<w:LsdException Locked="false" Priority="34" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
<w:LsdException Locked="false" Priority="29" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
<w:LsdException Locked="false" Priority="30" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 1"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 2"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 2"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 3"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 3"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 4"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 4"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 5"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 5"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 6"/>
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 6"/>
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
<w:LsdException Locked="false" Priority="19" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
<w:LsdException Locked="false" Priority="21" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
<w:LsdException Locked="false" Priority="31" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
<w:LsdException Locked="false" Priority="32" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
<w:LsdException Locked="false" Priority="33" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
<w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
</w:LatentStyles>
</xml><![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Helvetica;
panose-1:2 11 6 4 2 2 2 2 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-format:other;
mso-font-pitch:variable;
mso-font-signature:3 0 0 0 1 0;}
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;
mso-font-charset:2;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;
mso-font-charset:2;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-536870145 1073786111 1 0 415 0;}
@font-face
{font-family:"Arial Narrow";
panose-1:2 11 6 6 2 2 2 3 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:647 2048 0 0 159 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin-top:0cm;
margin-right:0cm;
margin-bottom:8.0pt;
margin-left:0cm;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
cssa, span.MsoHyperlink
{mso-style-noshow:yes;
mso-style-priority:99;
color:blue;
text-decoration:underline;
text-underline:single;}
cssa, span.MsoHyperlinkFollowed
{mso-style-noshow:yes;
mso-style-priority:99;
color:#954F72;
mso-themecolor:followedhyperlink;
text-decoration:underline;
text-underline:single;}
p
{mso-style-noshow:yes;
mso-style-priority:99;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";}
p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing
{mso-style-priority:1;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
margin-top:0cm;
margin-right:0cm;
margin-bottom:8.0pt;
margin-left:36.0pt;
mso-add-space:auto;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-type:export-only;
margin-top:0cm;
margin-right:0cm;
margin-bottom:0cm;
margin-left:36.0pt;
margin-bottom:.0001pt;
mso-add-space:auto;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-type:export-only;
margin-top:0cm;
margin-right:0cm;
margin-bottom:0cm;
margin-left:36.0pt;
margin-bottom:.0001pt;
mso-add-space:auto;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-type:export-only;
margin-top:0cm;
margin-right:0cm;
margin-bottom:8.0pt;
margin-left:36.0pt;
mso-add-space:auto;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p.Default, li.Default, div.Default
{mso-style-name:Default;
mso-style-unhide:no;
mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
mso-layout-grid-align:none;
text-autospace:none;
font-size:12.0pt;
font-family:"Arial","sans-serif";
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
color:black;
mso-fareast-language:EN-US;}
p.artart, li.artart, div.artart
{mso-style-name:artart;
mso-style-unhide:no;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";}
.MsoChpDefault
{mso-style-type:export-only;
mso-default-props:yes;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
.MsoPapDefault
{mso-style-type:export-only;
margin-bottom:8.0pt;
line-height:107%;}
@page WordSection1
{size:595.3pt 841.9pt;
margin:70.85pt 3.0cm 35.45pt 3.0cm;
mso-header-margin:35.4pt;
mso-footer-margin:35.4pt;
mso-paper-source:0;}
div.WordSection1
{page:WordSection1;}
/* List Definitions */
@list l0
{mso-list-id:45683802;
mso-list-type:hybrid;
mso-list-template-ids:29154640 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l0:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l0:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l0:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l1
{mso-list-id:187255963;
mso-list-type:hybrid;
mso-list-template-ids:1105871288 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l1:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l1:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l1:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l2
{mso-list-id:274796647;
mso-list-type:hybrid;
mso-list-template-ids:-304063812 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l2:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l2:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l2:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l3
{mso-list-id:300548122;
mso-list-type:hybrid;
mso-list-template-ids:518679242 68550675 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l3:level1
{mso-level-number-format:roman-upper;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-18.0pt;}
@list l3:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l3:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l3:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l3:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l3:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l3:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l3:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l3:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l4
{mso-list-id:501824007;
mso-list-type:hybrid;
mso-list-template-ids:-1325786598 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l4:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l4:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l4:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l5
{mso-list-id:539822455;
mso-list-type:hybrid;
mso-list-template-ids:-1458550558 68550669 68550659 68550661 68550657 68550659 68550661 68550657 68550659 68550661;}
@list l5:level1
{mso-level-number-format:bullet;
mso-level-text:\F0FC;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;}
@list l5:level2
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:"Courier New";}
@list l5:level3
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;}
@list l5:level4
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Symbol;}
@list l5:level5
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:"Courier New";}
@list l5:level6
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;}
@list l5:level7
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Symbol;}
@list l5:level8
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:"Courier New";}
@list l5:level9
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;}
@list l6
{mso-list-id:540674535;
mso-list-type:hybrid;
mso-list-template-ids:1296201328 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l6:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l6:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l6:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l7
{mso-list-id:563369693;
mso-list-type:hybrid;
mso-list-template-ids:-460411946 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l7:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l7:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l7:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l8
{mso-list-id:650451898;
mso-list-type:hybrid;
mso-list-template-ids:-1442048650 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l8:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l8:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l8:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l9
{mso-list-id:816798376;
mso-list-type:hybrid;
mso-list-template-ids:838126608 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l9:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l9:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l9:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l10
{mso-list-id:863133094;
mso-list-type:hybrid;
mso-list-template-ids:-155281938 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l10:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l10:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l10:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l11
{mso-list-id:973412444;
mso-list-type:hybrid;
mso-list-template-ids:-1496162042 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l11:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l11:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l11:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l12
{mso-list-id:1005203973;
mso-list-type:hybrid;
mso-list-template-ids:550517306 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l12:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l12:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l12:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l13
{mso-list-id:1007905973;
mso-list-type:hybrid;
mso-list-template-ids:2060222592 68550675 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l13:level1
{mso-level-number-format:roman-upper;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-18.0pt;}
@list l13:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l13:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l13:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l13:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l13:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l13:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l13:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l13:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l14
{mso-list-id:1035538699;
mso-list-type:hybrid;
mso-list-template-ids:24009310 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l14:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l14:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l14:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l15
{mso-list-id:1447236399;
mso-list-type:hybrid;
mso-list-template-ids:999561888 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l15:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l15:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l15:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l16
{mso-list-id:1766490026;
mso-list-type:hybrid;
mso-list-template-ids:-1167542882 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l16:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l16:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l16:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l17
{mso-list-id:1780760397;
mso-list-type:hybrid;
mso-list-template-ids:-1075408956 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l17:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l17:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l17:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l18
{mso-list-id:1815297601;
mso-list-type:hybrid;
mso-list-template-ids:-421621234 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l18:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l18:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l18:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l19
{mso-list-id:1912806004;
mso-list-type:hybrid;
mso-list-template-ids:-881312050 1654181132 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l19:level1
{mso-level-number-format:roman-upper;
mso-level-tab-stop:none;
mso-level-number-position:left;
margin-left:54.0pt;
text-indent:-36.0pt;}
@list l19:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l19:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l19:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l19:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l19:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l19:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l19:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l19:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l20
{mso-list-id:1948923061;
mso-list-type:hybrid;
mso-list-template-ids:-1797508832 68550675 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l20:level1
{mso-level-number-format:roman-upper;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-18.0pt;}
@list l20:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l20:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l20:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l20:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l20:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l20:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l20:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l20:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l21
{mso-list-id:1964381720;
mso-list-type:hybrid;
mso-list-template-ids:550517306 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l21:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l21:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l21:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l22
{mso-list-id:2016952514;
mso-list-type:hybrid;
mso-list-template-ids:815458798 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l22:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l22:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l22:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
ol
{margin-bottom:0cm;}
ul
{margin-bottom:0cm;}
-->
</style>
<!--[if gte mso 10]>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Tabela normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:8.0pt;
mso-para-margin-left:0cm;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-fareast-language:EN-US;}
table.MsoTableGrid
{mso-style-name:"Tabela com grade";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-priority:59;
mso-style-unhide:no;
border:solid windowtext 1.0pt;
mso-border-alt:solid windowtext .5pt;
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-border-insideh:.5pt solid windowtext;
mso-border-insidev:.5pt solid windowtext;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-fareast-language:EN-US;}
</style>
<![endif]--><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1"/>
</o:shapelayout></xml><![endif]-->
</head>
<body lang=PT-BR link=blue vlink="#954F72" style='tab-interval:35.4pt'>
<div class=WordSection1>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>EDITAL CMDCA N.º 001/2019<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='margin-left:5.0cm;text-align:justify'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'>TORNA PÚBLICA AS
CONDIÇÕES EM QUE SE REALIZARÃO OS PROCESSOS SELETIVO E ELEITORAL DE CANDIDATOS
À FUNÇÃO DE CONSELHEIRO TUTELAR DO MUNICÍPIO DE GUARANI D'OESTE/SP, E DÁ OUTRAS
PROVIDÊNCIAS. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
PREFEITURA MUNICIPAL DE GUARANI D'OESTE/SP através do CONSELHO MUNICIPAL DOS
DIREITOS DA CRIANÇA E DO ADOLESCENTE, no uso de suas atribuições legais, e com
base na Lei Federal n.º 8069/90, que dispõe sobre o ESTATUTO DA CRIANÇA E DO
ADOLESCENTE - ECA; na Lei Municipal n.º 1.243, de 05 de Junho de 2018, que
dispõe sobre a Política Municipal dos Direitos da Criança e do Adolescente, e
da Resolução de nº 170 do CONANDA - Conselho Nacional dos Direitos da Criança e
do Adolescente, com fiscalização do Ministério Público realizará o processo de
escolha para o provimento da Função de <b style='mso-bidi-font-weight:normal'>CONSELHEIRO
TUTELAR TITULAR</b> e <b style='mso-bidi-font-weight:normal'>SUPLENTE</b> para
o quatriênio 2020/2023 nas diretrizes do Processo de Escolha UNIFICADO em todo
território nacional sendo composto por "PROVAS, AVALIAÇÃO PSICOLÓGICA E
PROCESSO DE ESCOLHA/VOTAÇÃO", regido nos moldes deste edital e legislação
pertinente, tornando público o presente edital:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>DISPOSIÇÕES GERAIS<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.1.
O processo de escolha dos membros do Conselho Tutelar é regido por este edital,
aprovado pelo Conselho Municipal dos Direitos da Criança e do Adolescente de Guarani
d'Oeste/SP. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.2.
A Comissão Organizadora designada pelo Conselho Municipal dos Direitos da
Criança e do Adolescente, composta paritariamente dentre os membros do aludido
Conselho, conforme Resolução, é a responsável por toda a condução do processo
de escolha. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.3.
O processo destina-se à escolha de 05 (cinco) membros titulares e membros suplentes,
para composição do Conselho Tutelar do município de Guarani d'Oeste/SP, para o
mandato de 04 (quatro) anos, permitida uma recondução, mediante novo processo
de escolha. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.4.
Todos os atos constantes do cronograma deste Edital serão publicados na sede da
Prefeitura Municipal, situada à Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP; na sede do Conselho Tutelar, situado à Rua João Neves Pontes, n.
1207, Centro, Guarani d'Oeste/SP; e na sede do Departamento Municipal de
Assistência Social, situado Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.5.
O Conselho Tutelar é órgão permanente e autônomo, não jurisdicional,
encarregado pela sociedade de zelar pelo cumprimento dos direitos da Criança e
do Adolescente, cumprindo as atribuições previstas no Estatuto da Criança e do
Adolescente, artigos 95 e 136.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.6.
A candidatura deverá ser individual, não sendo admitida a composição de chapas,
em<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>conformidade
como disposto na Resolução nº. 170/2014 editada pelo CONANDA.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.7
A etapa final (Processo de Votação) será realizada mediante sufrágio universal
e direto, pelo voto facultativo e secreto dos eleitores do munícipio de Guarani
d'Oeste.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>2. DOS REQUISITOS BÁSICOS EXIGIDOS
PARA O EXERCÍCIO DA FUNÇÃO<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>DE CONSELHEIRO TUTELAR<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.1
Poderão concorrer ao pleito os candidatos que apresentarem os requisitos
mínimos descritos abaixo:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>a)
ser reconhecida idoneidade moral;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>b)
possuir idade superior a 21 (vinte e um) anos;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>c)
ser brasileiro nato ou naturalizado nos termos do artigo 12 da Constituição
Federal de 1.988, da Lei Federal nº 13.445, de 24 de maio de 2.017 (Lei de
Migração);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
residir no município há mais de 05 (cinco) anos, fazendo prova através de
comprovante de residência ou declaração de pessoas de reconhecida idoneidade
moral;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
ter concluído ensino médio ou equivalente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>e)
não ter sofrido penalidade de perda de mandato de conselheiro tutelar no
período vigente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>f)
estar no gozo dos direitos políticos;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>g)
estar em dia com os deveres do Serviço Militar, para candidatos do sexo Masculino;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>h)
não exercer mandato político;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>i)
não registrar antecedentes criminais (comprovado através de Certidão do
Cartório Distribuidor local e da Justiça Federal);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>j)
não ter sido destituído do poder familiar ou estar suspenso esse direito;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>k)
não ser membro titular ou suplente do Conselho Municipal dos Direitos da
Criança e Adolescentes - CMDCA do munícipio.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>l)
ter disponibilidade de dedicação do período de funcionamento do Conselho
Tutelar do qual faz parte, bem como cumprir as escalas previstas de plantões e
etc.;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>m)
não estar impedido de exercer a função nos termos do artigo 140 e parágrafo
único da Lei nº 8.069, de 13 de julho de 1990; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>n)
obter 100% de frequência na capacitação a respeito da legislação sobre os
direitos da infância e da adolescência, promovida pelo CMDCA;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>o)
ser aprovado em avaliação de conhecimentos gerais sobre o Estatuto da Criança e
do Adolescente, com média igual ou superior a 60%.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>p)
ser aprovado em teste de aptidão psicológica para o exercício da função;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>q)
conhecer e estar plenamente de acordo com as Instruções do Processo
Seletivo/Processo de Escolha previsto neste edital.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>r)
ser reconhecido habilitado pelo menos na categoria "B" para conduzir veículos
automotores.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.2
O Ato de Registro de Candidaturas será tornado indeferido quando o candidato:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>a)
não registrar a candidatura dentro do prazo estabelecido neste edital;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>b)
deixar de comprovar e/ou cumprir qualquer dos requisitos especificados
anteriormente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>c)
não apresentar o rol de documentos estabelecidos para o processo de inscrição;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
apresentar declarações/documentos falsos;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.3
O candidato deverá somente efetuar o registro de sua inscrição somente após
tomar ciência de todos os procedimentos, requisitos e condições prevista neste
edital, sendo que sua inscrição implicará no conhecimento tácito de aceitação
das normas e condições estabelecidas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.4
São impedidos de servir no mesmo Conselho, cônjuges, companheiros, mesmo que em
união homoafetiva, ascendentes, descendentes, sogro (a) e genro ou nora,
irmãos, cunhados, tio e sobrinho, padrasto ou madrasta e enteado. O impedimento
se estende à autoridade judiciária e ao representante do Ministério Público com
atuação na Justiça da Infância e da Juventude, em exercício na Comarca, Foro
Regional ou Distrital.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>3. DA JORNADA DE TRABALHO E
REMUNERAÇÃO<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.1
Pelo exercício de Conselheiro Tutelar de Guarani d'Oeste/SP, é considerado como
agente honorífico e, cada um dos membros receberá uma remuneração mensal bruta,
no valor de R$ 998,00 (Novecentos e noventa e oito reais), reajustado com base
na política nacional de reajuste do salário mínimo federal, pago pela
Prefeitura Municipal de Guarani d'Oeste/SP, através de dotação orçamentária do
Departamento de Ação Social, de acordo com o que dispuser a Lei Municipal vigente
no início do mandato.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.2
Os (as) conselheiros (as) tutelares gozarão dos Direitos previstos na Lei
Municipal nº 1.243, de 05 de Junho de 2018 e na Lei 8.069/90 - Estatuto da
Criança e do Adolescente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.3
Os (as) conselheiros (as) tutelares exercerão suas atividades em regime de
dedicação exclusiva, conforme orienta a Resolução nº. 170/2014 do CONANDA.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.4
O expediente ordinário dos (as) Conselheiros (as) Tutelares será das 08h00 às
17h00, totalizando uma jornada de trabalho de 40 (quarenta) horas semanais.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.5
Fora do expediente normal, bem como nos sábados, domingos e feriados, os
membros do Conselho se organizarão através de plantão para que possam atender
ao público, em qualquer horário, em casos de ameaça aos Direitos da Criança e
do Adolescente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.6
A organização do regime de trabalho ficará sob a responsabilidade do Conselho
Tutelar, que terá plena autonomia para sua elaboração, devendo informar ao
CMDCA a escala de trabalho e plantão, sendo que cada Conselheiro deverá cumprir
uma jornada de 40 (quarenta) horas semanais.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.7
As escalas de trabalho e de plantão serão afixadas em local visível na sede do
Conselho, até o vigésimo dia do mês que antecede sua vigência.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.8
Será assegurado aos Conselheiros o direito a:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>I.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>cobertura
previdenciária; ; ; ; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134ii></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>II.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>gozo de férias anuais remuneradas,
acrescidas de 1/3 (um terço) do valor da remuneração
mensal; ; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; ; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134iii></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>III.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>licença-maternidade; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134iv></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>IV.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>licença-paternidade; ; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134v></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>V.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>gratificação natalina.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>4 ATRIBUIÇÕES DO CONSELHO TUTELAR<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>4.1 São atribuições do Conselho Tutelar:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136i></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>I - Atender as crianças e adolescentes sempre
que tiverem seus direitos ameaçados ou violados: por ação ou omissão da
sociedade ou do Estado, por falta, omissão ou abuso dos pais ou responsáveis em
razão de sua conduta;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>II - Receber a comunicação dos casos de suspeita ou confirmação
dos maus tratos, de reiteradas faltas injustificadas ou evasão escolar, após
esgotados os procedimentos a nível de estabelecimento escolar, de elevados
níveis de repetência<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136ii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>III - Atender à criança que tiver seus
direitos ameaçados ou violados, determinando, dentre outras, as seguintes
providências: encaminhamento aos pais ou responsáveis, mediante termo de
responsabilidade, orientação, apoio e acompanhamento temporário, matrícula e
frequência obrigatórias em estabelecimento oficial de ensino fundamental,
inclusão em programa comunitário ou oficial de auxílio à família, a criança e
ao adolescente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>IV - Atender e aconselhar os pais ou responsável, aplicando as
medidas previstas no Estatuto da Criança e Adolescentes;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>V - promover a execução de suas
decisões, podendo para tanto:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iiia></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>a) requisitar serviços públicos nas
áreas de saúde, educação, serviço social, previdência, trabalho e segurança;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iiib></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>b) representar junto à autoridade
judiciária nos casos de descumprimento injustificado de suas deliberações.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iv></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VI - Encaminhar ao Ministério Público
notícia de fato que constitua infração administrativa ou penal contra os
direitos da criança ou adolescente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136v></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VII - Encaminhar à autoridade judiciária
os casos de sua competência;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136vi></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VIII - Providenciar a medida
estabelecida pela autoridade judiciária, dentre as previstas no Estatuto da
Criança e do Adolescente, para o adolescente autor de ato infracional;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136vii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>IX - Expedir notificações;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136viii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>X - Requisitar certidões de nascimento e
de óbito de criança ou adolescente quando necessário;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136ix></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>XI - Assessorar o Poder Executivo local
na elaboração da proposta orçamentária para planos e programas de atendimento
dos direitos da criança e do adolescente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136x></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>XII - Representar, em nome da pessoa e
da família, contra a violação dos direitos previstos no</span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'> ;</span><a
href="http://www.planalto.gov.br/ccivil_03/Constituicao/Constituicao.htm#art220%C2%A73ii"><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:windowtext;text-decoration:none;text-underline:none'>art. 220, § 3º,
inciso II, da Constituição Federal</span></a><span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136xi.></a><a name=art136xi></a><span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>XIII - Representar
ao Ministério Público para efeito das ações de perda ou suspensão do poder
familiar, após esgotadas as possibilidades de manutenção da criança ou do
adolescente junto à família natural;<a name=art136xii></a><o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>XIV - promover e incentivar, na comunidade e nos grupos
profissionais, ações de divulgação e treinamento para o reconhecimento de
sintomas de maus-tratos em crianças e adolescentes;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>XV - Comunicar incontinenti ao Ministério Público se entender
necessário o afastamento do convívio familiar, prestando-lhe informações sobre
os motivos de tal entendimento e as providências tomadas para a orientação, o
apoio e a promoção social da família e demais atribuições estabelecidas. ;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>5 CONDIÇÕES ESPECIAIS PARA
REALIZAÇÃO DA PROVA<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.1
Os candidatos com necessidades especiais temporárias ou permanentes que necessitem
de cuidados especiais para realização das etapas do processo, deverá requerê-la
de forma expressa no ato do registro da candidatura, apresentando pedido
detalhado das condições especiais que necessita, devendo vir acompanhada de
Laudo Médico, bem como justificativa escrita de necessidade da condição
pleiteada pelo candidato.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.2
A não observância pelo candidato de quaisquer das disposições citadas
anteriormente, constituirá na perda do direito de atendimento de condição
especial.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.3
O atendimento das necessidades especiais, ficará sujeito a análise da
razoabilidade do solicitado.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.4
As decisões serão publicadas no Diário Oficial do Munícipio. Contra a decisão
que indeferir a solicitação de condição especial para prestação de serviço,
caberá recurso, devidamente justificado e comprovado dentro do prazo de 03 (três)
dias após publicação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>6 CANDIDATA LACTANTE<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.1
A candidata que tiver necessidade de amamentar durante a realização de qualquer
etapa do processo de escolha, deverá manifestar-se no ato da inscrição,
apresentando os seguintes documentos:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l2 level1 lfo4'><a name="_Hlk5089944"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cópia
da Certidão de Nascimento da Criança;<o:p></o:p></span></a></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l2 level1 lfo4'><span style='mso-bookmark:
_Hlk5089944'><![if !supportLists]><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";mso-fareast-font-family:"Times New Roman"'><span
style='mso-list:Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Documento com Foto do Adulto Responsável
pela Criança que será responsável de zelar pela criança durante o processo.<o:p></o:p></span></span></p>
<span style='mso-bookmark:_Hlk5089944'></span>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.2
O acompanhante adulto ficará em sala reservada e será responsável pela guarda
da criança, sendo submetido a todas as normas constantes do Edital, inclusive
no tocante a aparelhos celulares e equipamentos eletrônicos.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.3
No momento da amamentação, a candidata será acompanhada por um fiscal, sem a
presença do responsável e sem o material da prova.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.4
Caso a criança ainda não tenha nascido até o ato do registro da inscrição,
deverá apresentar os documentos descritos acima em até 5 dias úteis a Comissão
Eleitoral antes da etapa do processo.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.5
A prefeitura do munícipio de Guarani d'Oeste/SP, não disponibilizará em
hipótese nenhuma acompanhante para guarda da criança.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.6
Não haverá compensação do tempo de amamentação em favor da candidata.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>7 DAS INSCRIÇÕES DOS CANDIDATOS COM
DEFICIÊNCIA<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.1
As pessoas com deficiência que pretendem fazer uso das prerrogativas que lhe
são facultadas no inciso VIII do artigo 37 da Constituição Federal, Lei Federal
nº 7.853/89, no Decreto Federal nº 3.298/99 e demais, é assegurado o direito de
inscrever-se para o Processo Seletivo, cuja atribuições sejam compatíveis com a
deficiência.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.2
Em cumprimento a legislação pertinente, será assegurado um percentual de 5%
(cinco por cento) das vagas a serem preenchidas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.3
As frações decorrentes do cálculo do percentual somente serão arredondadas para
o número inteiro subsequente quando maiores ou iguais a 05 (cinco).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.4
O candidato com deficiência deverá antes de inscrever-se verificar se as
atribuições da função são compatíveis com sua deficiência.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.5
Consideram-se pessoas com deficiência aquelas enquadradas nas categorias
discriminadas no artigo 4º do Decreto Federal nº 3.298/99 e suas alterações,
Súmula 377 do Superior Tribunal de Justiça e na Lei Brasileira de Inclusão
(LBI) nº 13.146/15 - Estatuto da Pessoa com Deficiência.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.6
O candidato com deficiência poderá requerer no ato da inscrição condição
especial para realização da prova, indicando suas necessidades.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.7
As pessoas com deficiências, resguardadas as condições especiais, participarão
do certame em igualdade de condições com os demais candidatos, no que se refere
ao conteúdo da prova, avaliação e critérios de aprovação, ao dia e local de
aplicação da prova.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.8
O candidato com deficiência deverá apresentar Laudo Médico expedido no máximo
nos últimos 12 (doze) meses anteriores ao registro da inscrição.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name="_Hlk5090094"><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif"'>7.9 O Laudo Médico deverá constar expressamente que
a deficiência se enquadre no previsto na legislação pertinente.<o:p></o:p></span></a></p>
<span style='mso-bookmark:_Hlk5090094'></span>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.10
O candidato pleiteante deste benefício, poderá ser submetido a Equipe Médica do
Município, objetivando verificar se a deficiência declarada se enquadra na
previsão da legislação e se há compatibilidade ou não da deficiência com as
atribuições do Cargo.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.11
O Laudo Médico servirá somente para este procedimento, não sendo devolvido ao
candidato no final do certame.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.12
Contra decisão que indeferir a solicitação de inscrição como deficiente, caberá
recurso, devidamente justificado e comprovado dentro do prazo de 03 (três) dias
úteis.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8 DO PROCESSO DE ESCOLHA<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.
O processo de escolha dos membros do Conselho Tutelar será realizado em 07 (sete)
etapas: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>I.
Inscrição dos candidatos, a partir da análise dos requisitos constantes neste
Edital; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>II.
Capacitação de Conhecimentos Gerais Sobre o E.C.A.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>III.
Prova de aferição de conhecimento sobre os Direitos da Criança e do
Adolescente; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>IV.
Aplicação de Avaliação Psicológica<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>V.
Eleição dos candidatos por meio de voto<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>VI.
Capacitação dos Conselheiros Eleitos<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>VII
- Posse dos Candidatos<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.1 Etapa I - Inscrição dos
candidatos<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.1
A inscrição do candidato implicará o conhecimento e a tácita aceitação das
condições do processo, tais como se acham definidas neste edital, acerca das
quais não poderá alegar desconhecimento. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.2
Antes de efetuar a inscrição, o candidato deverá conhecer o edital e
certificar-se de que preenche todos os requisitos exigidos para a investidura
na função de conselheiro tutelar. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.3
As inscrições ficarão abertas no período compreendido entre as 08h00 (Oito horas)
do dia 15 de Abril de 2019 às 17h00 (dezessete horas) do dia 30 de Abril de
2019. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.4
As inscrições serão feitas presencialmente na sede do Departamento Municipal de
Assistência Social, situado à Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP, nesta, no período compreendido entre 08h00 às 17h00 horas, de
segunda-feira à sexta-feira. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.5
No ato de inscrição o candidato, pessoalmente, deverá: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l6 level1 lfo20'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>preencher
requerimento, em modelo próprio que lhe será fornecido no local, no qual
declare atender as condições exigidas para inscrição e se submeter às normas
deste Edital; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.6
Deverá o candidato apresentar os seguintes documentos:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>a)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Cédula de Identidade (RG)
comprovando idade superior a 21 anos ou documento equivalente; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>CPF ou documento
equivalente; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>c)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia da certidão de reservista ou de
incorporação, se do sexo masculino;<span style='color:black'><o:p></o:p></span></span></p>
<p class=MsoListParagraph style='text-indent:-18.0pt;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Declaração
de idoneidade moral (ANEXO I);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>e)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Se estrangeiro, a
comprovação de sua naturalização no Brasil;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>f)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Certidão de Nascimento e/ou
Casamento ou Declaração de União Estável (Anexo II)<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>g)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>02 fotos 3x4 recente; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>h)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia do certificado de conclusão do
Ensino Médio ou curso equivalente<span style='color:black'>; <o:p></o:p></span></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>i)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Cópia da Carteira de
Trabalho (CTPS) folha 1 frente e verso;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>j)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Título de Eleitor e certidão
de quitação eleitoral ou </span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia do comprovante de votação na
última eleição ou de justificativa de ausência, comprovando estar em gozo dos
direitos políticos<span style='color:black'>; <o:p></o:p></span></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>k)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Certidão Negativa de
antecedentes criminais; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><a name="_Hlk5095312"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>l)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Termo de Responsabilidade,
declarando não ter sido demitido(a) ou exonerado(a) a bem do serviço público
municipal, estadual ou federal </span></a><span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>(ANEXO III);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><a name="_Hlk5095322"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>m)<span style='font:7.0pt "Times New Roman"'> ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Declaração de próprio punho atestando residir no município por no
mínimo 03 (três) anos </span></a><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>(ANEXO IV),<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>n)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Comprovante de residência
atual; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><a name="_Hlk5095329"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>o)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Declaração emitida por
entidade idônea atestando efetiva experiência com criança e/ou adolescente por
no mínimo dois (02) anos, na promoção, proteção e defesa dos direitos das
crianças e adolescentes</span></a><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>; (ANEXO V) <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>p)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Atestado
de Antecedentes Criminais expedido pela Polícia Civil do Estado;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>q)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Certidões
negativas civil e criminal expedidas pela Secretaria da Vara Única da Comarca
responsável;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>r)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cópia
da Certidão de Nascimento da Criança (Somente para inscritos que solicitarem o
direito a Amamentação durante horário de prova);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>s)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Documento
com Foto do Adulto Responsável pela Criança que será responsável de zelar pela
criança durante o processo (Somente para inscritos que solicitarem o direito a
Amamentação durante horário de prova);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>t)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>O
Laudo Médico constando expressamente qual tipo de deficiência se enquadre conforme
legislação pertinente (Somente para inscritos que necessitam de atendimento
especial);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>Parágrafo único:</span></b><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'> Na falta de qualquer documento acima citado, não será aceita a
inscrição do candidato. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.7
A ausência de qualquer dos documentos solicitados acarretará o indeferimento da
inscrição. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.8
A qualquer tempo poder-se-á anular as inscrições, as provas e/ou nomeação do
candidato, caso se verifique qualquer falsidade nas declarações e/ ou qualquer
irregularidade nas provas e/ou documentos apresentados. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.9
A veracidade das informações prestadas na inscrição é de total responsabilidade
do<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>(a)
pré-candidato (a), pois se constatada a falsidade em qualquer documento
apresentado, o (a) pré-candidato (a) será excluído sumariamente do Processo de
Escolha, sem prejuízo do encaminhamento dos fatos à autoridade competente para
apuração e a devida responsabilização legal.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.10
Todos os documentos deverão ser entregues em fotocópia, autenticada por
cartório competente ou autenticação realizada no ato da inscrição por membro da
Comissão Organizadora do Processo Eleitoral.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.11
A relação nominal dos candidatos, cuja inscrição for deferida, será afixada no
mural da Prefeitura Municipal, situada à rua Rua João Neves Pontes, n. 1000,
Centro, Guarani d'Oeste/SP, nesta; na sede do Conselho Tutelar, situado à Rua
João Neves Pontes, n. 1207, Centro, Guarani d'Oeste/SP; e na sede do
Departamento Municipal de Assistência Social, Rua João Neves Pontes, n. 1000,
Centro, Guarani d'Oeste/SP; com cópia para o Ministério Público.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.12
Do indeferimento de candidatura, caberá recurso do (a) pré-candidato (a) no
período de 07 a 10 de Maio de 2019, à própria Comissão do Processo de Escolha
dos (as) Conselheiros (as) Tutelares, que julgará, em primeira instância por
maioria de votos, no prazo de até 03 (três) dias úteis.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.13
Terminado o prazo de julgamento de recursos e impugnações da primeira etapa, o<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Conselho
Municipal dos Direitos da Criança e do Adolescente publicará na imprensa local,
no dia 13 de Maio de 2019, a relação nominal dos (as) pré-candidatos (as)
habilitados para as demais etapas do Processo de Escolha.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.14
Os (as) pré-candidatos (as) habilitados na primeira etapa passarão para a
segunda etapa eliminatória.<span style='color:black'><o:p></o:p></span></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.2 Etapa II. Capacitação de
Conhecimentos Gerais Sobre o E.C.A.<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.2.1
Os (as) pré-candidatos (as) regularmente inscritos (as) deverão participar obrigatoriamente
de capacitação sobre Conhecimentos Básicos sobre o Estatuto da Criança e do
Adolescente com duração de 2 (duas) horas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.2.2
A capacitação sobre Conhecimentos Gerais sobre o Estatuto da Criança e do Adolescente
será realizada nos dias 20 de Maio de 2019, das 19h às 21h, na Sede do Plenário
da Câmara Municipal de Guarani d'Oeste/SP, localizada na Rua Antônio Flávio de
Oliveira, n. 1372, Centro, CEP 15680-000, Guarani d'Oeste/SP.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.3 Etapa III. Prova de aferição de
conhecimento sobre os Direitos da Criança e do Adolescente; <o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.1
A prova de conhecimentos versará sobre a Lei Federal nº. 8.069/90 - Estatuto da
Criança e do Adolescente (ECA).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.2
A prova de aferição de conhecimento avaliará a capacidade de interpretação do
texto legal. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.3
A prova constará de 25 (vinte e cinco) questões, sendo questões de múltipla
escolha com valor de 02 (dois) pontos cada uma totalizando 50 (cinquenta)
pontos. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.4
As questões de múltipla escolha conterão, cada uma, 05 (cinco) alternativas,
sendo apenas 01 (uma) a correta.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.5
A duração máxima da prova será de 03 (três) horas. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.6
A prova será realizada no dia 02 de Junho de 2019, das 9h00 às 12h00, nas
dependências da E. E. Alzira do Carmo Dias Moreira, situada à Rua João Neves
Pontes, n. 1660, Centro, CEP 15680-000, Guarani d'Oeste/SP. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.7
Caso haja necessidade de alterar dia, horário e local de realização das provas,
a Comissão Organizadora publicará as alterações, em todos os locais onde o
Edital tiver sido afixado, com antecedência mínima de cinco (05) dias. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.8
É de responsabilidade do candidato acompanhar nos locais onde o Edital for
publicado eventuais alterações no que diz respeito ao dia, horário e local de
realização das provas. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.9
Os candidatos deverão comparecer ao local da prova com antecedência mínima de
30 (trinta) minutos, antes da hora marcada para o seu início, munidos de lápis,
borracha, caneta esferográfica de tinta azul ou preta e de documento oficial de
identidade com foto. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.10
O local de prova será aberto a partir das 8h00 (oito horas), tendo seus portões
fechados impreterivelmente as 9h00 (nove horas).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.11
Fica impedido de ingressar no local de prova o candidato que apresentar-se após
o fechamento dos portões, independentemente do motivo, ainda que de força maior
ou caso fortuito. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.12
No momento da prova não será permitida consulta a textos legais nem tampouco à
doutrina sobre a matéria. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.13
Em hipótese alguma haverá prova fora do local e horário determinados, ou
segunda chamada para as provas. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.14
Será automaticamente eliminado do processo de escolha o candidato que, por
qualquer motivo, faltar às provas ou não devolver a folha oficial de respostas
ou devolvê-la sem assinatura. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.15
Considerar-se-á excluído do processo de escolha o candidato que, além das
demais hipóteses previstas neste edital: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>apresentar-se
após o horário estabelecido para a realização da prova; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>apresentar-se
para a prova em outro local que não seja o previsto neste regulamento; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
comparecer à prova, seja qual for o motivo alegado; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
apresentar um dos documentos de identidade exigidos nos termos deste
regulamento, para a realização da prova; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>ausentar-se
da sala de prova sem o acompanhamento de um fiscal; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>ausentar-se
do local de prova antes de decorrido o prazo mínimo; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>for
surpreendido em comunicação com outras pessoas ou candidatos, seja por gestos,
oralmente, por escrito, por meio eletrônico ou não; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>h)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>for
surpreendido utilizando-se de calculadoras, livros, notas ou impressos não
permitidos; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>i)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>estiver portando ou fazendo uso de
qualquer tipo de equipamento eletrônico de comunicação (<i>pagers</i>,
celulares, etc.); <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>j)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>lançar mão de meios ilícitos para a
execução ou concessão da prova; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>k)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
devolver integralmente o material solicitado; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>l)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>perturbar, de qualquer modo, a ordem dos
trabalhos. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.16
O candidato, com deficiência e a candidata em fase de amamentação deverá
observar as prerrogativas descritas anteriormente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.17
Somente será admitido para realizar a prova o candidato que estiver munido de
documento original de identidade com foto, assim consideradas:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteiras
ou cédulas de identidade expedidas pelas Secretarias de Segurança Pública,
pelas Forças Armadas, pela Polícia Militar ou pelo Ministério das Relações Exteriores;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteiras
ou cédulas de identidade emitidas pelos Conselhos Regionais ou Autarquias
Corporativas;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteira
de Trabalho e Previdência Social, <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteira
Nacional de Habilitação (emitida posteriormente à Lei n.º 9.503/97), <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cédula
de Identidade fornecida por Órgãos ou Conselhos de Classe que, por Lei Federal,
tenham validade como documento de identidade. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.18
Não serão aceitos, por serem documentos destinados a outros fins: Protocolos,
Certidão de Nascimento, Título Eleitoral, Carteira Nacional de Habilitação
(emitida anteriormente à Lei n.º 9.503/97), Carteira de Estudante, Crachás de
Identificação. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.19
Os documentos deverão estar em perfeitas condições, de forma a permitir a
identificação do candidato com clareza. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.20
Os membros do Conselho Municipal dos Direitos da Criança e do Adolescente se
responsabilização pela aplicação da prova, com o eventual auxílio de
representante do Poder Público por eles designados, se necessário. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.21
Durante a prova escrita não serão permitidas consultas bibliográficas de
qualquer espécie, nem a utilização de máquina calculadora, relógios com
calculadora ou qualquer outro equipamento eletrônico, incluindo pagers e
telefones celulares, bem como a comunicação com os demais candidatos ou pessoas
estranhas ao concurso. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.22
Não será permitido ao candidato ausentar-se do recinto destinado à realização
das provas, após iniciadas, salvo em casos especiais e momentâneos, quando
deverá ser devidamente acompanhado de fiscal identificado.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.23
No ato da realização da prova escrita, será fornecido aos candidatos o caderno
de questões contendo as questões objetivas e discursivas e o cartão definitivo
de respostas das questões objetivas (gabarito).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.24
Assim que o candidato assinalar/descrever todas as respostas das questões nos
cartões definitivos, deverá entregá-los ao fiscal. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.25
O (a) pré-candidato (a) que, eventualmente, necessitar ou verificar a
necessidade de alteração de algum dado constante na folha de respostas, deverá
solicitar imediatamente a correção a ser realizada pelo Fiscal de Aplicação,
sendo lavrado tal feito em Ata.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.26
No cartão de respostas referente à Prova Objetiva, não serão computadas
questões não respondidas ou questões que contenham mais de uma resposta (mesmo
que uma delas esteja correta), emenda ou rasura, ainda que legível. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.27
Não deverá ser feita nenhuma marca fora do campo reservado às respostas ou à
assinatura. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.28
O candidato só poderá retirar-se da sala depois de transcorrido, 01h (uma hora)
de realização de prova, sendo que só poderá levar o caderno de questões após 02
horas (duas horas) do início da prova. Os 02 (dois) últimos candidatos a
concluir a prova deverão acompanhar o fechamento dos envelopes com os cartões
de respostas. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.29
O gabarito oficial será afixado nos locais previstos neste edital e publicado
no primeiro dia útil após a data da prova. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.30
Serão aprovados aqueles que atingirem no mínimo 60% (sessenta por cento) da
pontuação total atribuída à prova, ou seja, 60 (sessenta) sessenta pontos
totais, equivalente a 15 (quinze) questões.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.31
O resultado da prova será divulgado no dia 19 de Junho de 2019 nos locais
estabelecidos neste Edital. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.32
Após a publicação da lista dos candidatos aprovados na prova objetiva, o
candidato reprovado terá o prazo compreendido entre as 8h00 (oito horas) do dia
24 de Junho de 2019 até as 17h00 (dezessete horas) do dia 28 de Junho de 2019
para interpor recurso fundamentado, endereçado ao presidente do CMDCA -
Conselho Municipal dos Direitos da Criança e do Adolescente, devendo
protocolá-lo na Secretaria Executiva dos Conselhos, situada nas dependências do
Departamento Municipal de Assistência Social, à Rua Rua João Neves Pontes, n.
1000, Centro, Guarani d'Oeste/SP.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.33
Somente serão considerados os recursos interpostos no prazo estipulado. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.34
Somente serão admitidos, para apreciação do CMDCA, recursos devidamente
fundamentados. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.35
O recurso deverá ser protocolado atendendo às seguintes especificações: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l0 level1 lfo9'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>O
recurso deverá ser digitado ou datilografado e deverá conter o endereçamento ao
CMDCA, o nome do candidato, endereço, o número de inscrição, número da questão
recorrida, a fundamentação e argumentação lógica e consistente do recurso, data
e assinatura. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.36
A Comissão Organizadora constitui última instância para recurso, sendo soberana
em suas decisões, razão pela qual não caberão recursos adicionais. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.37
Os recursos interpostos em desacordo com as especificações contidas neste
edital não serão avaliados. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.38
O(s) ponto(s) relativo(s) à(s) questão(ões) eventualmente anulada(s), será(ão)
atribuído(s) a todos os candidatos presentes. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.39
Os candidatos que tiverem seus recursos indeferidos poderão ter acesso ao teor
da decisão nos locais previstos neste edital, sendo as decisões de
indeferimento devidamente justificadas e assinadas por pelo menos dois membros
da Comissão Organizadora e pelo Presidente do CMDCA. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.40
Transcorridos os prazos de recurso, o resultado e a classificação final dos
candidatos aprovados será publicada nos locais previstos neste edital,
impreterivelmente até as 17h00 (dezessete horas) do dia 04 de Julho de 2019. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.41
A classificação final dos candidatos aprovados no Processo Seletivo será
ordenada de acordo com os valores decrescentes da pontuação final, por número
de inscrição e documento de identidade.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.4 Etapa IV. Aplicação de
Avaliação Psicológica<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.1
Os (as) pré-candidatos (as) regularmente aprovados (as) no Exame de
Conhecimentos Gerais sobre o ECA passarão por Avaliação Psicológica de caráter
eliminatório no dia 07 de Julho de 2019, na <a name="_Hlk5525558">E. E. Alzira
do Carmo Dias Moreira</a>, situada Rua João Neves Pontes, n. 1660, Centro, CEP
15680-000, Guarani d'Oeste/SP.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.2
A avaliação psicológica tem a finalidade de avaliar o perfil do (a)
pré-candidato (a), verificando se este apresenta características, cognitivas e
comportamentais, necessárias para o desempenho das atribuições da função de
Conselheiro Tutelar e consistirá em avaliação objetiva e padronizada destas
características, mediante emprego de técnicas científicas, nos termos da
Resolução do Conselho Federal de Psicologia que Regulamenta a Avaliação Psicológica
em Concurso Público e processos seletivos da mesma natureza.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.3
O processo de avaliação psicológica, consistirá na aplicação de instrumentos
que explicitem de forma inequívoca as características emocionais, motivacionais
e de personalidade, considerando as necessidades, exigências e peculiaridades
da área de atuação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.4
A referida avaliação será realizada através da Aplicação da bateria de testes
psicológicos (Personalidade, Atenção e Inventário).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.5
Ao final da avaliação psicológica, será considerado INDICADO, o candidato que
demonstrar o perfil estabelecido neste edital, após participar de todas as
fases de tal avaliação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.6
O candidato poderá ser chamado para ser submetido a procedimento complementar
de avaliação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.7
A contraindicação na avaliação psicológica, não pressupõe a existência de
transtornos mentais. Indica, tão-somente, que o candidato avaliado não atende o
perfil exigido para as funções de Conselheiro Tutelar.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.8
Não se realizará qualquer teste ou etapa da avaliação psicológica fora dos
espaços físicos estabelecidos para os testes e entrevistas bem como não será
dado nenhum tratamento privilegiado, nem será levada em consideração qualquer
alteração, psicológica ou fisiológica passageira, na realização dos testes, na
data estabelecida para realização da avaliação psicológica.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.9
Não haverá segunda chamada, independente do motivo alegado pelo candidato.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.10
O candidato deverá apresentar-se na avaliação psicológica munido de documento
de identidade, cartão de inscrição, uma foto 3x4, dois lápis no. 2 e caneta
esferográfica azul ou preta.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.11
Não serão aceitos testes psicológicos e laudos realizados por outro psicólogo
que não seja credenciado para este processo de avaliação psicológica.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.12
A divulgação do resultado será no dia 26 de Julho de 2019 e contendo os nomes
dos (as) candidatos aprovados para próxima Etapa sendo publicado no diário
oficial do munícipio e afixados nos locais determinados anteriormente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.13
Após a publicação do resultado de avaliação psicológica o (a) pré-candidato
poderá interpor recurso no prazo de 29 de Julho de 2019 a 02 de Agosto de 2019
para a Comissão, que analisará em 03 (três) dias úteis, e publicará o resultado
final no dia 08 de agosto de 2019 na imprensa oficial do município e afixado
nos locais indicados anteriormente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.14
O recurso deverá ser individual e devidamente fundamentado, com a indicação
precisa daquilo em que o (a) pré-candidato (a) se julgar prejudicado (a).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.5 Etapa V. Eleição dos candidatos
por meio de voto<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.1
O processo de escolha para função de Conselho Tutelar Titular e Suplente
ocorrerá com o número mínimo de 10 (dez) pretendentes devidamente habilitados.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.2
Caso o número de candidatos seja inferior a 10 (dez), o Conselho Municipal dos
Direitos da Criança e do Adolescente - CMDCA reabrirá concomitante novo
Processo de Escolha para preenchimento das vagas restantes, sendo que o
Processo continuará em andamento com os candidatos aprovados. Caso isto ocorra,
não haverá prejuízo da garantia de posse dos novos Conselheiros ao término do
mandato em curso.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.3
A escolha dos membros do Conselho Tutelar se dará pelo voto direto, secreto e
facultativo.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.4
Poderão votar todos os inscritos no cartório eleitoral do munícipio de Guarani
d'Oeste, sendo que as informações dos eleitores habilitados a votar serão
publicados posteriormente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.6 Etapa VI. Capacitação dos
eleitos<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.1
Os conselheiros eleitos através do voto direto, secreto e facultativo, após homologação
e prazo de recursos, deverão participar da capacitação sobre as prerrogativas
de sua função.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.2
Está capacitação ocorrerá Plenário da Câmara Municipal de Guarani d'Oeste/SP, situado
no endereço Rua Antônio Flávio de Oliveira, n. 1372, Centro, CEP 15680-000,
Guarani d'Oeste/SP com carga horária de 8h00 a ser realizada no dia 19 de Novembro
de 2019 a partir das 8h00m.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.3
A capacitação é requisito essencial e obrigatório para que o candidato eleito
tome posse como conselheiro.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9 DA CAMPANHA E DO PROCESSO
ELEITORAL<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.1
A Campanha Eleitoral se iniciará no dia 14 (Quatorze) de Agosto de 2019,
devendo encerrar-se as 24:00 do dia 05 (cinco) de Outubro de 2019.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.2
É vedado ao candidato:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l9 level1 lfo10'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Oferecer
ou prometer dinheiro, dádiva, brindes ou vantagem de qualquer natureza aos
eleitores;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l9 level1 lfo10'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Promover
o transporte de eleitores no dia da votação;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l9 level1 lfo10'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Realizar
qualquer tipo de propaganda eleitoral no dia da votação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.3
A propaganda eleitoral será permitida nos moldes da legislação eleitoral
vigente, podendo o candidato convencer o eleitor para que compareça ao local da
votação e vote, considerando que neste pleito o voto é facultativo.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.4
No dia 13 de Agosto de 2019, a Comissão Organizadora deverá dar conhecimento
formal das regras do processo eleitoral aos candidatos habilitados, que
firmarão compromisso de respeitá-las, bem como reforçar as disposições deste
Edital, no que diz respeito notadamente: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>aos
votantes (quem são, documentos necessários etc.); <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>às
regras da campanha (proibições, penalidades etc.); <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
votação (mesários, presidentes de mesa, fiscais, prazos para recurso etc.); <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
apresentação e aprovação do modelo de cédula a ser utilizado;<span
style='mso-spacerun:yes'> </span><o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
definição de como o candidato deseja ser identificado na cédula (nome, codinome
ou apelido etc.); <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
definição do número de cada candidato; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>aos
critérios de desempate;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.5
A reunião será realizada independentemente do número de candidatos presentes. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.6
O candidato deverá comparecer obrigatoriamente à reunião ou enviar um
representante que se apresentará como tal por documento oficial assinado pelo
candidato. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.7
A reunião deverá ser lavrada em ata, constando a assinatura de todos os
presentes.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.8
É vedada a propaganda eleitoral nos veículos de comunicação social,
admitindo-se somente a realização de debates e entrevista com no mínimo 1/3 (um
terço) dos (as) candidatos (as), em entidades governamentais e não
governamentais, com oficialização ao CMDCA com antecedência mínima de 03 (três)
dias úteis.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.9
É proibida a propaganda eleitoral por meio de imprensa escrita, falada,
anúncios luminosos, faixas fixas, <i>outdoors</i>, cartazes ou inscrições em
qualquer local público ou particular, sujeitando-se a empresa responsável e os
candidatos à imediata retirada da propaganda irregular.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.10
É permitido o uso de "santinhos" com o nome e/ou apelido do candidato, bem como
a divulgação gratuita em redes socias, <i>internet </i>de pessoas físicas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.11
O número do (a) candidato (a) obedecerá ao critério de ordem alfabética dos
(as) habilitados (as) para concorrer ao pleito.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.12
É vedada a vinculação do nome de ocupantes de cargos eletivos (Vereadores,
Prefeito, Deputados etc) ao candidato;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.13
É proibido aos candidatos promoverem as suas campanhas antes da publicação da
lista definitiva das candidaturas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.14
É vedado aos membros do Conselho Municipal dos Direitos da Criança e do Adolescente
promover campanha para qualquer candidato.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.15
É permitido até às 24 horas do dia que antecede a eleição, a distribuição de
material gráfico (santinhos) e manutenção de postagens via <i>internet </i>já publicadas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.16
É permitida, no dia das eleições, a manifestação individual e silenciosa da
preferência do eleitor por candidato (a), revelada exclusivamente pelo uso de
broches e adesivos não sendo permitida a "boca de urna".<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.17
São vedados, no dia do pleito, até o término do horário de votação, a
aglomeração de pessoas portando vestuário padronizado e os instrumentos de
propaganda referidos, de modo a caracterizar manifestação coletiva, com ou sem
utilização de veículos.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.18
É vedado aos candidatos (as), ou a qualquer pessoa, o fornecimento de
transporte ou refeição a eleitor, sob pena de ter sua candidatura cassada.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.19
No local de votação será afixada a lista dos (as) candidatos (as).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.20 Da candidatura<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.20.1
A candidatura é individual e sem vinculação a partido político, grupo religioso
ou econômico. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.20.2
É vedada a formação de chapas de candidato ou a utilização de qualquer outro
mecanismo que comprometa a candidatura individual do interessado.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.21 Dos Votantes <o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.1
Poderão votar todos os cidadãos maiores de 16 (dezesseis) anos inscritos como
eleitores no município.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.2
Para o exercício do voto, o cidadão deverá apresentar-se no local de votação
munido e seu título de eleitor e documento oficial de identidade.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.3
Cada eleitor deverá votar em apenas 01 candidato.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.4
Não será permitido o voto por procuração.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.5
Os eleitores deverão apresentar no ato do pleito, o Título de Eleitor e a
Cédula de<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Identidade.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.6
Na falta da Cédula de Identidade, esta deverá ser substituída pela Carteira
Nacional de Habilitação ou identidade profissional, desde que tenha foto e
número de registro geral<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Se
a votação não for eletrônica a votação ocorrerá por meio de cédula de votação,
que será rubricada pelos mesários, sendo que cada eleitor votará em cabine
indevassável, depositando seu voto em urna inviolável<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.22 Das Penalidades <o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.1
O candidato que não observar os termos deste edital poderá ter a sua
candidatura impugnada pela Comissão Organizadora.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.2
As denúncias relativas ao descumprimento das regras da campanha eleitoral
deverão ser formalizadas, indicando necessariamente os elementos probatórios,
junto à referida Comissão Organizadora e poderão ser apresentadas pelo
candidato que se julgue prejudicado ou por qualquer cidadão, no prazo máximo de
2 (dois) dias do fato. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.3
O prazo será computado excluindo o dia da concretização do fato e incluindo o
dia do vencimento. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.4
Considera-se prorrogado o prazo até o primeiro dia útil subsequente se o
vencimento cair em feriado ou em finais de semana. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.5
Será penalizado com o cancelamento do registro da candidatura ou a perda do
mandato o candidato que fizer uso de estrutura pública para realização de
campanha ou propaganda. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.6
A propaganda irreal, insidiosa ou que promova ataque pessoal contra os
concorrentes será analisada pela Comissão Organizadora que, entendendo-a
irregular, determinará a sua imediata suspensão.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10 DA VOTAÇÃO <o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.1
A votação ocorrerá no dia 06 de outubro de 2019, das 8h00 (oito horas) as 17h00
(dezessete horas) nas dependências da Projeto Cidadão do Futuro "Marco
Caboclo", situado no endereço Rua João Neves Pontes, n. 1131, Centro, Guarani d'Oeste/SP.
<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.2
Os candidatos a Conselheiros Tutelares disputarão a eleição através do sufrágio
universal e direto, pelo voto facultativo e secreto dos membros da comunidade
local com domicílio eleitoral no Município de Guarani d'Oeste. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.3
<span style='mso-spacerun:yes'> </span>Até as 17h00 (dezessete horas) do dia da
eleição serão distribuídas senhas aos presentes que se encontrarem nas filas de
votação, para assegurar-lhes o direito de votar. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.4
Após a identificação, o votante assinará a lista de presença e procederá a
votação. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.5
O votante que não souber ou não puder assinar, usará a impressão digital como
forma de identificação. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.6
Os candidatos poderão indicar um fiscal e um suplente para o acompanhamento do
processo de votação e apuração. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.7
No dia da votação o fiscal deverá estar identificado com crachá. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.8
Será utilizado no processo o voto com cédula de papel e urnas convencionais,
salvo se disponibilizadas urnas eletrônicas e programas por órgãos superiores
competentes.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.9
Será considerado inválido o voto: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula contenha mais de 01 (um) candidato assinalado; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula não estiver rubricada pelos membros da mesa de votação; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula não corresponder ao modelo oficial; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>em
branco; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>que
tiver o sigilo violado;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>que
apresentar rasuras e/ou anotações fora do campo destinado a marcação do
candidato escolhido pelo eleitor. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.10
A ordem dos candidatos na cédula de votação, bem como seu número de urna serão
definidos por sorteio em reunião com todos os concorrentes. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.11
A sala de votação contará com uma Mesa de Recepção, composta por 03 (três)
membros: 01 (um) mesário e 02 (dois) secretários, devidamente credenciados pelo
CMDCA. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.12
Nas cabines de votação será afixada lista de nomes e números dos candidatos ao
Conselho Tutelar, as quais serão previamente publicadas e afixadas nos locais
previstos neste edital. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.13
No dia da eleição não será permitido ao candidato ou a terceiros realizar
qualquer tipo de propaganda eleitoral, conduzir eleitores utilizando-se de
veículos públicos ou particulares e realizar propaganda em carros de som ou
outros instrumentos ruidosos. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.14
A decisão de cassação da candidatura por descumprimento das normas deste
Edital, será tomada pelo Ministério Público, ouvida a Comissão Organizadora.
Neste caso, será instaurado processo administrativo em que o candidato terá
direito a defesa por escrito no prazo de 24 (vinte e quatro) horas, tendo o
Ministério Público igual prazo para proferir a decisão.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11 DA APURAÇÃO E DA PROCLAMAÇÃO DOS
ELEITOS<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.1
A apuração dos votos dar-se-á após o horário de encerramento da eleição, sob a
responsabilidade da Comissão Organizadora, sendo os resultados encaminhados ao
Conselho Municipal dos Direitos da Criança e do Adolescente - CMDCA, o qual
designará o seu local de guarda e tornará público o resultado mediante leitura
da ata de eleição. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.2
Os candidatos, por meio de seus fiscais, poderão apresentar impugnação dos
resultados apurados, cabendo decisão à Mesa de Apuração pelo voto majoritário,
com recurso ao CMDCA, que decidirá em 72 horas, facultada a manifestação do
Ministério Público. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.3
Não será permitida a presença dos candidatos junto à mesa de apuração. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>11.4 O sigilo do voto será assegurado mediante as seguintes
providências: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l18 level1 lfo21'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>a)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Uso de cédula cujo modelo será
aprovado pelo CMDCA; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l18 level1 lfo21'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Isolamento do votante em
cabine indevassável; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l18 level1 lfo21'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Autenticidade da cédula conferida pela rubrica dos mesários.</span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.5
Concluída a apuração dos votos e decididos os eventuais recursos, o CMDCA
proclamará o resultado dos candidatos eleitos em 08 de Outubro de 2019. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.6
Quanto aos votos brancos e nulos, estes não serão computados para fins de votos
válidos.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.7
A fiscalização de todo o processo de eleição estará a cargo do Ministério
Público. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.8
Os 05 (cinco) primeiros candidatos mais votados serão considerados eleitos e
serão nomeados e empossados como conselheiros tutelares titulares, ficando
todos os seguintes, observada a ordem decrescente de votação, como suplentes. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12 DO EMPATE<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>12.1
Na hipótese de empate na votação, será considerado eleito o candidato que,
sucessivamente: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>I.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>apresentar melhor desempenho na prova de
conhecimento; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>II.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>apresentar maior tempo de atuação na
área da infância e adolescência; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>III.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>residir a mais tempo no município; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>IV.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>tiver maior idade. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>12.2
No caso de dois ou mais candidatos com vínculo parental impeditivo, conforme
consta neste edital, se classificarem entre os 05 (cinco) primeiros lugares,
apenas aquele com maior número de votos será considerado eleito. Os demais
serão reclassificados como suplentes, assumindo na hipótese de vacância e desde
que não exista impedimento.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13 HOMOLOGAÇÃO<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>13.1
O resultado final do Processo de Escolha, após decididos todos os recursos
interpostos tempestivamente observando as constantes deste edital, será
homologado pela Prefeitura Municipal de Guarani d'Oeste e publicado no Diário
Oficial do Munícipio e demais.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14 POSSE DOS CANDIDATOS<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.1
Caberá ao Prefeito Municipal dar posse aos conselheiros titulares eleitos em 10
de janeiro de 2020. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.2
Os candidatos serão convocados por ofício, a ser entregue no endereço
informado, quando do preenchimento da inscrição. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.3
O dia, a hora e o local da posse dos conselheiros tutelares serão divulgados
junto à comunidade local, afixando o convite em todos os locais onde o Edital
tiver sido afixado. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.4
O candidato eleito que desejar renunciar a sua vaga no Conselho Tutelar deverá
manifestar, por escrito, sua decisão ao CMDCA. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.5
O candidato eleito que, por qualquer motivo, manifestar a inviabilidade de
tomar posse e entrar em exercício, nesse momento, poderá requerer a sua
dispensa junto ao CMDCA, por escrito, sendo automaticamente reclassificado como
último suplente. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.6
No momento da posse, o escolhido assinará documento no qual conste declaração
de que não exerce atividade incompatível com o exercício da função de
conselheiro tutelar e ciência de seus direitos e deveres, observadas as
vedações constitucionais.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15 DISPOSIÇÕES FINAIS<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>15.1 Os casos omissos serão resolvidos pela Comissão Organizadora.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.2
É de inteira responsabilidade do (a) candidato (a) acompanhar a publicação de
todos<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>os
atos, Editais e comunicados referentes ao Processo de Escolha em Data Unificada
dos<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>(as)
conselheiros (as) tutelares.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.3
O descumprimento dos dispositivos legais previstos neste Edital implicará na
exclusão do (a) candidato (a) ao Processo de Escolha em Data Unificada.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.4
Os membros da Comissão não podem ser candidatos (as) ao Conselho Tutelar de<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Guarani
d'Oeste/SP.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.5
A composição da Mesa para a realização do pleito e apuração dos votos será
feita<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>pelos
membros da Comissão Eleitoral, já definida pelo Presidente do Conselho
Municipal<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>dos
Direitos da Criança e do Adolescente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><span style='mso-spacerun:yes'> </span>15.6 Este edital poderá ser
impugnado no prazo de 48 horas após a sua publicação nos locais indicados
anteriormente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.7
Os membros escolhidos como conselheiros tutelares titulares e os suplentes,
submeter-se-ão a estudos sobre a legislação específica, as atribuições do cargo
e aos treinamentos práticos necessários, promovidos por uma comissão ou
instituição pública ou privada, sob a responsabilidade do Conselho Municipal
dos Direitos da Criança e do Adolescente e da Secretaria à qual está vinculado<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.8
Este edital, em seu inteiro teor, foi aprovado em reunião ordinária do Conselho
Municipal dos Direitos da Criança e do Adolescente - CMDCA de Guarani
d'Oeste/SP - no dia 08 de Abril de 2019, tendo sido registrado em ata, estando
em vigor na data de sua publicação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>15.8 Este Edital entrará em vigor na data de sua publicação, a
fazer-se mediante afixação na sede do CMDCA, na Prefeitura Municipal de Guarani
d'Oeste, no site oficial do Município e no Departamento de Assistência Social.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=right style='text-align:right;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Guarani d'Oeste/SP, 09 de Abril de 2019<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Jean Marcelo de Faria Malagutti<o:p></o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Presidente do Conselho Municipal dos Direitos da Criança e do
Adolescente<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;font-family:
"Times New Roman","serif"'>ANEXOS<o:p></o:p></span></b></p>
<p class=MsoNormal><o:p> ;</o:p></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'>ANEXO I<o:p></o:p></b></p>
<p class=MsoNormal align=center style='text-align:center'><u>MODELO DE DECLARAÇÃO
DE</u><u><span style='font-size:12.0pt;line-height:107%'> IDONEIDADE MORAL<o:p></o:p></span></u></p>
<p class=MsoNormal><u><span style='font-size:12.0pt;line-height:107%'><o:p><span
style='text-decoration:none'> ;</span></o:p></span></u></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Nós abaixo assinados,
DECLARAMOS para os devidos fins, que conhecemos o Sr. (a)
_____________________________________________________ portador (a) do documento
de identidade ________________ há mais de ______ anos, e sabemos tratar-se de
cidadão (ã) de conduta irreprovável, não sendo de nosso conhecimento nada que o
(a) desabone até a presente data.<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'><span
style='mso-spacerun:yes'>
</span>Local<span style='mso-spacerun:yes'> </span>e data____________, de
_____________ 20______<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'><span
style='mso-tab-count:5'> </span><o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Nome:
________________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Nome: ________________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:
PT-BR;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear=all
style='mso-special-character:line-break;page-break-before:always'>
</span>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>ANEXO
II<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>MODELO
DECLARAÇÃO DE UNIÃO ESTÁVEL<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal style='text-align:justify'><span style='font-size:12.0pt;
line-height:107%;font-family:"Times New Roman","serif"'><span
style='mso-spacerun:yes'> </span></span>Eu,
_________________________________________, nacionalidade:_______________,
estado civil:_____________________, profissão:______________________, portador
da Carteira de Identidade nº______________________, emitida por____________,
inscrito no Cadastro de Pessoa Física sob o nº___________________, e ___________________________________________,
nacionalidade:_________________, estado civil:_____________________,
profissão:______________________, portadora da Carteira de Identidade
nº______________________, emitida por____________, inscrita no Cadastro de
Pessoa Física sob o nº___________________, ambos domiciliados nesta cidade e
residente na _________________________________________________, n°__________.
Bairro:___________________________, CEP________________, juridicamente capazes,
DECLARAMOS, cientes das penalidades legais, que convivemos em UNIÃO ESTÁVEL
desde _____/_____/_____, de natureza familiar, pública e duradoura com o
objetivo de constituição da família nos termos dos artigos 1723 e seguintes do
Código Civil. Assim sendo, por ser o aqui declarado a mais pura expressão da
verdade, assinamos esta Declaração para que surta seus efeitos legais.<span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p></o:p></span></p>
<p class=MsoNormal align=right style='text-align:right'><span style='font-size:
12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Local<span
style='mso-spacerun:yes'> </span>e data : ________, _____ de ___________ de
_______.<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'>___________________________<span
style='mso-spacerun:yes'> </span><span style='mso-tab-count:2'> </span>____________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><span style='mso-spacerun:yes'> </span>Assinatura
do 1º Declarante<span style='mso-spacerun:yes'> </span><span
style='mso-spacerun:yes'> </span><span
style='mso-spacerun:yes'> </span>Assinatura do 2º Declarante<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'>TESTEMUNHAS<o:p></o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Nome:
________________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Nome:
________________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;font-family:
"Times New Roman","serif"'>ANEXO III<o:p></o:p></span></b></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%;mso-layout-grid-align:none;text-autospace:
none'><b><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>MODELO
TERMO DE RESPONSABILIDADE<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%;mso-layout-grid-align:none;text-autospace:
none'><b><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Eu,.........................................................................................abaixo
assinado, portador(a) da Cédula de Identidade nº
............................................., órgão expedidor
............/....... e C.P.F. nº-...................................,
Brasileiro(a), inscrito no processo de Escolha para Conselheiro Tutelar
DECLARO:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l5 level1 lfo22'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:Wingdings;mso-fareast-font-family:
Wingdings;mso-bidi-font-family:Wingdings'><span style='mso-list:Ignore'>✓<span
style='font:7.0pt "Times New Roman"'> ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Que
não fui Demitido (a) ou Exonerado (a) do serviço público federal, estadual ou
municipal, em consequência de processo administrativo ou a bem do serviço
público, bem como não fui demitido (a) pro justa causa de emprego público ou
autarquia, fundação, empresa pública ou sociedade de economia mista.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Estou
ciente do disposto no Art. 299 do Código Penal Brasileiro (falsidade
ideológica), caso comprovado a inveracidade das informações.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
presente declaração é a expressão da verdade e a faço sob as penas da Lei.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Para
maior clareza firmo a presente.<o:p></o:p></span></p>
<p class=MsoNoSpacing align=right style='text-align:right;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Local
e data, _______de ______________________de 20__.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>__________________________________________<o:p></o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Candidato(a)<span
style='color:black'><o:p></o:p></span></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
color:black'>ANEXO IV</span></b><span style='font-size:12.0pt;line-height:107%;
font-family:"Times New Roman","serif";color:black'><o:p></o:p></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%;mso-layout-grid-align:none;text-autospace:
none'><b><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>DECLARAÇÃO
DE TEMPO DE RESIDENCIA NO MUNICÍPIO<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Eu,.........................................................................................abaixo
assinado, portador(a) da Cédula de Identidade nº .............................................,
órgão expedidor ............/....... e C.P.F.
nº-..................................., Brasileiro(a), natural de
............................................................... -
................, aos .........../......../20...., filho(a) de
...................................................................................................................
e
.......................................................................................................................,
declaro para os devidos fins de juntada em inscrição para pleito a uma vaga
junto ao Conselho Tutelar deste munícipio e que resido na
(Rua/Av/Trav)................................................................................(Bairro,Vila,
Lot. Jd)...................................................................,
nesta cidade, há
................................................(dias,meses,anos).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Estou
ciente do disposto no Art. 299 do Código Penal Brasileiro (falsidade
ideológica), caso comprovado a inveracidade das informações.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
presente declaração é a expressão da verdade e a faço sob as penas da Lei.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Para
maior clareza firmo a presente.<o:p></o:p></span></p>
<p class=MsoNoSpacing align=right style='text-align:right;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Local
e data, _______de ______________________de 20__.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>__________________________________________<o:p></o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Candidato(a)<span
style='color:black'><o:p></o:p></span></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:
PT-BR;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear=all
style='mso-special-character:line-break;page-break-before:always'>
</span>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'>ANEXO
V<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'>(Papel
timbrado)<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'>D E C L A R A Ç Ã
O<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal style='text-align:justify'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></p>
<p class=MsoListParagraph style='margin-left:0cm;mso-add-space:auto;text-align:
justify;text-indent:35.4pt;line-height:150%'><span style='font-family:"Arial Narrow","sans-serif"'><span
style='mso-tab-count:1'> </span><span
style='mso-spacerun:yes'> </span>A (nome da instituição), inscrita no CNPJ nº
___________, estabelecida no endereço ______________________, bairro
______________, na cidade _____________, através de seu representante legal
________________________, vem através desta DECLARAR E ATESTAR<i
style='mso-bidi-font-style:normal'>,</i> para os devidos fins de direito, que __________________________,
residente e domiciliado no endereço _____________________________, bairro
______________ na cidade de _______________, desenvolveu ações, programas e
projetos na promoção, proteção e defesa dos direitos das crianças e
adolescentes, contribuindo para efetivação dos direitos das crianças e
adolescentes, pelo período de 02 (dois) anos, não havendo fatos supervenientes
que desabonem sua conduta técnica dentro dos padrões de qualidade e desempenho
e que cumpriu com sua obrigação.</span><span style='font-family:"Arial Narrow","sans-serif";
mso-bidi-font-family:Helvetica;color:#333333'><o:p></o:p></span></p>
<p class=MsoNormal style='text-align:justify;line-height:150%'><span
style='font-family:"Arial Narrow","sans-serif";color:black'><o:p> ;</o:p></span></p>
<p class=MsoNormal style='margin-left:70.8pt;text-align:justify;text-indent:
35.4pt;line-height:150%'><span style='font-family:"Arial Narrow","sans-serif"'>E,
para que o presente surta os efeitos desejados firmo o presente.<o:p></o:p></span></p>
<p class=MsoNormal style='text-align:justify;line-height:150%'><span
style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=right style='text-align:right'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'>Local e data<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>.......................................................................<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>Nome, Função e RG.<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>Papel timbrado<span
style='mso-spacerun:yes'> </span><o:p></o:p></span></b></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:
PT-BR;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear=all
style='mso-special-character:line-break;page-break-before:always'>
</span>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>ANEXO
VI<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Calendário
Referente ao Edital nº 001/2019 do CMDCA<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0
style='border-collapse:collapse;border:none;mso-border-alt:solid windowtext .5pt;
mso-yfti-tbllook:1184;mso-padding-alt:0cm 5.4pt 0cm 5.4pt'>
<tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
mso-border-alt:solid windowtext .5pt;background:#D9D9D9;mso-background-themecolor:
background1;mso-background-themeshade:217;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Evento<o:p></o:p></span></b></p>
</td>
<td width=288 style='width:216.1pt;border:solid windowtext 1.0pt;border-left:
none;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:
217;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Datas<o:p></o:p></span></b></p>
</td>
</tr>
<tr style='mso-yfti-irow:1'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Edital<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/04/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:2'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
de Inscrições <o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15/04/2019 à 30/04/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:3'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
Requerimentos Inscrições<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/05/2019 à 05/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:4'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da lista dos candidatos com inscrições deferidas<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:5'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
para recurso<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/05/2019 à 10/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:6'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão <o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11/05/2019 à 12/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:7'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos Recursos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:8'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:9'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos pré-candidatos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>20/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:10'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:11'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Gabarito Oficial<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:12'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado da Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:13'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>24/06/2019 à 28/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:14'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão - Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/07/2019 à 03/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:15'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados na prova objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:16'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:17'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>26/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:18'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>29/07/2019 à 02/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:19'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>03/08/2019 à 07/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:20'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados - Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:21'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Homologação
de Candidaturas<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:22'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Treinamento
de Instruções Aprovados<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:23'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
Campanha Eleitoral<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/08/2019 à 05/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:24'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos locais de votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:25'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Dia
da Votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:26'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
do Resultado da Votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:27'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Oficial<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:28'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos Conselheiros Eleitos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/11/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:29'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Diplomação
dos escolhidos e suplentes<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>25/11/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:30;mso-yfti-lastrow:yes'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Posse
dos escolhidos e suplentes<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/01/2020<o:p></o:p></span></p>
</td>
</tr>
</table>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
</div>
</body>
</html>
</div> <div class="h10px"></div>
<div >
<div class="btn-group">
<button type="button" class="btn btn-default" id="btn-open-form-env-erro" >Reportar um erro</button>
<button type="button" class="btn btn-default" onclick="printDiv('titulo','cont-noticia','janela')">Versão para impressão</button>
</div>
</div>
<div class="h10px"></div>
<div id="frm-env-erro" class="displaynone" >
<div class="panel panel-default">
<div class="panel-body">
<div class="displaynone alert ">
</div>
<div ><p>Reportar erro</p></div>
<form id="frm_cad_erro" action="indexAjax.php?pag=T0RZPU9URT1PVGs9T0dVPU9EWT1PRFk9T0dRPU9UZz1PV0k9T1RnPVlUQT1PVGs9T0dVPVlURT1PVGc9WVRBPQ==" method="POST" >
<div class="form-group">
<label for="nome-erro">Seu nome:</label>
<input type="text" class="form-control" id="nome-erro" name="nome-erro" placeholder="Digite seu nome" >
</div>
<div class="form-group">
<label for="email-erro">Seu email:</label>
<input type="email" class="form-control" id="email-erro" name="email-erro" placeholder="Seu email" >
</div>
<div class="form-group">
<label for="descricao-email">Erro encontrado:</label>
<textarea class="form-control" id="descricao-email" name="descricao-email" placeholder="Descreva o erro encontrado." ></textarea>
<input type="hidden" class="form-control" id="id-env-amigo" name="id-env-amigo" value="177" >
</div>
<button type="submit" class="btn btn-danger" id="bot_cad_erro" >Reportar erro</button>
</form>
</div>
</div>
<script>
$(document).ready(function(){
// Envia o form*******************************************************************************************************************************************************
var form = $('#frm_cad_erro');
form.submit(function(event){
event.preventDefault();
$('#bot_cad_erro').attr('disabled' ,'false');
if($('#nome-erro').val() == ''){
$('.alert').addClass('alert-warning');
$('.alert').html('<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a><strong>Aviso!</strong> Campo obrigat�rio n�o preenchido!').fadeIn().delay(6000).fadeOut();
$('#bot_cad_erro').removeAttr('disabled');
return false;
}else if($('#email-erro').val() == ''){
$('.alert').addClass('alert-warning');
$('.alert').html('<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a><strong>Aviso!</strong> Campo obrigat�rio n�o preenchido!').fadeIn().delay(6000).fadeOut();
$('#bot_cad_erro').removeAttr('disabled');
return false;
}else if($('#descricao-email').val() == ''){
$('.alert').addClass('alert-warning');
$('.alert').html('<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a><strong>Aviso!</strong> Campo obrigat�rio n�o preenchido!').fadeIn().delay(6000).fadeOut();
$('#bot_cad_erro').removeAttr('disabled');
return false;
}
$.ajax({
url: $(this).attr('action'),
method:'POST',
dataType:'json',
data:{
nomeEnv:$('#nome-erro').val() ,
emailEnv:$('#email-erro').val() ,
descricaoEnv:$('#descricao-email').val() ,
idEnvAmigo :$('#id-env-amigo').val() ,
tipo_envio:'envio-erro-noticia'
},
beforeSend: function(){
form.prepend( $('<p><span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span> Enviando email...</p>').delay(6000).fadeOut()).fadeIn() ;
}
}).done(function(data){
if(data.sucess){
$('.alert').addClass('alert-success');
$('.alert').html('<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a><strong>Sucesso!</strong> Mensagem enviada com sucesso!!').fadeIn().delay(6000).fadeOut();
$('#nome-erro').val('');
$('#email-erro').val('');
$('#descricao-email').val('');
$('#bot_cad_erro').removeAttr('disabled');
}else{
$('.alert').addClass('alert-danger');
$('.alert').html('<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a><strong>Erro!</strong> Houve um erro ao enviar o email!').fadeIn().delay(6000).fadeOut();
$('#bot_cad_erro').removeAttr('disabled');
}
});
});
//********************************************************************************************************************************************************************
})
</script> </div>
<script>
$(document).ready(function(){
//*******************************************************************************Mostra e esconde os forms ******************************************
$('#btn-open-form-env-not').click(function(){
$('#frm-env-erro').addClass('displaynone');
if($('#frm-env-noticia').hasClass( "displaynone" )){
$('#frm-env-noticia').removeClass('displaynone');
}else{
$('#frm-env-noticia').addClass('displaynone');
}
});
$('#btn-open-form-env-erro').click(function(){
$('#frm-env-noticia').addClass('displaynone');
if($('#frm-env-erro').hasClass( "displaynone" )){
$('#frm-env-erro').removeClass('displaynone');
}else{
$('#frm-env-erro').addClass('displaynone');
}
});
//*****************************************************************************************************************************************************
})
</script>
<div class="h10px"></div>
<div class="h10px"></div><div class="container-fluid">
</div>
<div class="h10px"></div>
<div class="pull-right">
</div>
<br/> <br/>
<div class="row" >
<div class="col-md-6 col-sm-6 col-xs-12" >
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="http://www.guaranidoeste.sp.gov.br/weblineprimeirapagina.php?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0&&idmenu=282" data-image="./temp/" data-send="true" data-layout="button_count" data-show-faces="true"></div>
</div>
</div>
<script>
$(document).ready(function() {
var $lightbox = $('#lightbox');
$('[data-target="#lightbox"]').on('click', function(event) {
var $img = $(this).find('img'),
src = $img.attr('src'),
alt = $img.attr('alt'),
css = {
'maxWidth': $(window).width() - 100,
'maxHeight': $(window).height() - 100
};
$lightbox.find('.close').addClass('hidden');
$lightbox.find('img').attr('src', src);
$lightbox.find('img').attr('alt', alt);
$lightbox.find('img').css(css);
});
$lightbox.on('shown.bs.modal', function (e) {
var $img = $lightbox.find('img');
$lightbox.find('.modal-dialog').css({'width': $img.width()});
$lightbox.find('.close').removeClass('hidden');
});
});
</script>
</div>
<div class="col-md-3 paddingLeft0px" >
<div class="sideBarMenuRightTop">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<form method="POST" id="form-escolha-busca" action="?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yST1PVFE9T1dFPVlUUT0=" >
<div class="input-group input-group">
<label for="palavraChave"></label>
<input type="text" class="form-control" id="palavraChave" name="palavraChave" placeholder="Digite o texto" />
<div class="input-group-btn">
<button class="btn"><i class="icon-search"></i></button>
</div>
</div>
</form>
</div>
</div><div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 paddingRight0px">
<div class="form-inline tiposBuscador paddingTop7px">
<input type="radio" name="pag" id="pag1" class="pagBusc" />
<label>Notícia</label>
<input type="radio" name="pag" id="pag2" checked class="pagBusc" />
<label>Legislação</label>
</div>
</div>
</div>
<div class="h10px"></div>
<script>
$(document).ready(function(){
$('#pag1').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==' );
});
$('#pag2').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yST1PVFE9T1dFPVlUUT0=' );
});
$('#pag3').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yWT1ZVEU9WVRBPVlURT1ZVEk9WVRZPU9XVT1ZVGs9WVdNPVlUaz1PV0U9WVdNPQ==' );
});
});
</script> </div>
<div class="visible-lg visible-md">
<div class="row">
<div class="col-sm-12 sideBarMenuRight">
<a href="http://179.124.248.7:6599/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transparencia_2_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://179.124.248.7:6599/C19?IDMENU=18" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/covid19_transparencia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScFfFbmLyaLdOPJdpn0rZiCbQEN2WpgbfuLnB0l2XpSwxNqxA/viewform" target="_blank">
<img src="https://guaranidoeste.sp.gov.br/images/botoes_personalizados/sugestao_orcamentaria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0&&idmenu=282" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/conselho_tutelar_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="/ouvidoria" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://guaranidoeste.sp.gov.br/esic" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/e-sic-duplo.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://ediariooficial.bwinformatica.com.br/?idEmpresa=MQ==" target="_blank">
<img src="https://guaranidoeste.sp.gov.br/images/botoes_personalizados/diario_eletronico_do_executivo_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://179.124.248.7:6161/User/Login" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/holerite_online_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://179.124.248.7:5051/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/tributacao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://45.65.236.14:8080/nfseguaranidoeste/open.do?action=open&sys=NFS" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/nota_fisc.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://guaranidoeste.com/IluminacaoPublica/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/iluminacao_publica_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://turismo.guaranidoeste.com/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/turismo_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HWT1PVGc9T1dZPU9XRT0=" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_foto_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HRT1PV1U9T0dZPU9UUT1PV009" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_audio_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9XWT1PVEk9T0dZPU9UQT1PV009" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_video_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<div class="ribbon">
<h3 style="font-size:18px; color:white; text-align:center; width: 111%;">Ultimas Licitações</h3>
<br>
<marquee height="150" direction="up" scrollamount="2" style="text-align: center;" onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 2, 0);">
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=371 ">
<span class="tituloLic">Contratação de Empresa para prestação de serviços profissionais de assessoria e consultoria em contabilidade pública para a Prefeitura Municipal de Guarani DOeste.</span> <br>
<span class="numeroLic">016 - Convite</span><br>
<span class="situacaoLic">Situação - EM ANDAMENTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=198 ">
<span class="tituloLic">Aquisição de um Veículo utilitário com capacidade de 16 lugares nova para a Unidade Básica de Saúde</span> <br>
<span class="numeroLic">030/2018 - Pregão Presencial</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=197 ">
<span class="tituloLic">Concessão do “Bar” do Terminal Rodoviário do Município de Guarani d’Oeste - SP</span> <br>
<span class="numeroLic">002/2018 - Concorrência Pública</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=195 ">
<span class="tituloLic">Exploração a título de concessão de uso, na forma de locação, do bem imóvel</span> <br>
<span class="numeroLic">001/2018 - Concorrência Pública</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=376 ">
<span class="tituloLic">Contratação de serviços de locação de softwares destinados a locação e cessão de Sistemas Integrados de Gerenciamento Administrativo.</span> <br>
<span class="numeroLic">002 - Convite</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=375 ">
<span class="tituloLic">Aquisição de peças e serviços para os veículos pertencentes a frota da Prefeitura Municipal de Guarani dOeste.</span> <br>
<span class="numeroLic">001 - Convite</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
</marquee>
<br><br>
<div style="width:100%;text-align:right;cursor: pointer; "><span onclick="location.href='?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&tipo_licita=&ano=2022'" class="glyphicon glyphicon-share-alt"></span></div>
</div>
<div id='divEnquete'>
</div>
<div id="painel-links-uteis" class="" >
<div class="panel-group" style="margin-bottom: 0px;">
<div class="panel panel-default borderNone layouPainel">
<div class="panel-heading ">
<h4 class="panel-title textoBox">
<a data-toggle="collapse" href="#collapse1linkuteis">Links Úteis</a>
</h4>
</div>
<div id="collapse1linkuteis" class="panel-collapse collapse in">
<ul class="list-group">
<li class="list-group-item"> <a href="http://camaraguaranidoeste.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Câmara Municipal</a></li>
<li class="list-group-item"> <a href="http://www.brasil.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Federal</a></li>
<li class="list-group-item"> <a href="http://www.saopaulo.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Estadual</a></li>
<li class="list-group-item"> <a href="http://www.presidencia.gov.br/legislacao" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Federal</a></li>
<li class="list-group-item"> <a href="http://www.legislacao.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Estadual</a></li>
<li class="list-group-item"> <a href="http://www.receita.fazenda.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Receita Federal</a></li>
<li class="list-group-item"> <a href="http://www.fazenda.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Secretaria da Fazenda</a></li>
<li class="list-group-item"> <a href="http://www.tce.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Tribunal de Contas do Estado</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="h10px"></div>
<div class="h10px"></div>
</div>
</div> </div>
<div id="drawerExample" class="drawer dw-xs-10 dw-sm-6 dw-md-4 fold hidden-lg hidden-md maxWidth200px" aria-labelledby="drawerExample">
<div class="drawer-controls ">
<a href="#drawerExample" data-toggle="drawer" href="#drawerExample" aria-foldedopen="false" aria-controls="drawerExample" >
<img src="https://www.weblinesistemas.com/responsivo/imagens/menu_lateral_cinza.png" alt="Aba Menu" /></a>
</div>
<div class="drawer-contents">
<div class="drawer-body">
<div class="row">
<div class="col-sm-12 sideBarMenuRight">
<a href="http://179.124.248.7:6599/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transparencia_2_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://179.124.248.7:6599/C19?IDMENU=18" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/covid19_transparencia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://docs.google.com/forms/d/e/1FAIpQLScFfFbmLyaLdOPJdpn0rZiCbQEN2WpgbfuLnB0l2XpSwxNqxA/viewform" target="_blank">
<img src="https://guaranidoeste.sp.gov.br/images/botoes_personalizados/sugestao_orcamentaria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0&&idmenu=282" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/conselho_tutelar_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="/ouvidoria" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="https://guaranidoeste.sp.gov.br/esic" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/e-sic-duplo.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://ediariooficial.bwinformatica.com.br/?idEmpresa=MQ==" target="_blank">
<img src="https://guaranidoeste.sp.gov.br/images/botoes_personalizados/diario_eletronico_do_executivo_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://179.124.248.7:6161/User/Login" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/holerite_online_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://179.124.248.7:5051/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/tributacao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://45.65.236.14:8080/nfseguaranidoeste/open.do?action=open&sys=NFS" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/nota_fisc.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://guaranidoeste.com/IluminacaoPublica/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/iluminacao_publica_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="http://turismo.guaranidoeste.com/" target="_blank">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/turismo_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HWT1PVGc9T1dZPU9XRT0=" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_foto_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9HRT1PV1U9T0dZPU9UUT1PV009" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_audio_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<a href="?pag=T0RnPU9EUT1PR1k9T0dFPU9UYz1PVEE9T0RnPU9XWT1PVEk9T0dZPU9UQT1PV009" target="_self">
<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_video_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >
</a>
<div class="h10px espaco-botoes"></div>
<div class="ribbon">
<h3 style="font-size:18px; color:white; text-align:center; width: 111%;">Ultimas Licitações</h3>
<br>
<marquee height="150" direction="up" scrollamount="2" style="text-align: center;" onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 2, 0);">
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=371 ">
<span class="tituloLic">Contratação de Empresa para prestação de serviços profissionais de assessoria e consultoria em contabilidade pública para a Prefeitura Municipal de Guarani DOeste.</span> <br>
<span class="numeroLic">016 - Convite</span><br>
<span class="situacaoLic">Situação - EM ANDAMENTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=198 ">
<span class="tituloLic">Aquisição de um Veículo utilitário com capacidade de 16 lugares nova para a Unidade Básica de Saúde</span> <br>
<span class="numeroLic">030/2018 - Pregão Presencial</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=197 ">
<span class="tituloLic">Concessão do “Bar” do Terminal Rodoviário do Município de Guarani d’Oeste - SP</span> <br>
<span class="numeroLic">002/2018 - Concorrência Pública</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=195 ">
<span class="tituloLic">Exploração a título de concessão de uso, na forma de locação, do bem imóvel</span> <br>
<span class="numeroLic">001/2018 - Concorrência Pública</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=376 ">
<span class="tituloLic">Contratação de serviços de locação de softwares destinados a locação e cessão de Sistemas Integrados de Gerenciamento Administrativo.</span> <br>
<span class="numeroLic">002 - Convite</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=375 ">
<span class="tituloLic">Aquisição de peças e serviços para os veículos pertencentes a frota da Prefeitura Municipal de Guarani dOeste.</span> <br>
<span class="numeroLic">001 - Convite</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
</marquee>
<br><br>
<div style="width:100%;text-align:right;cursor: pointer; "><span onclick="location.href='?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&tipo_licita=&ano=2022'" class="glyphicon glyphicon-share-alt"></span></div>
</div>
<div id='divEnquete'>
</div>
<div id="painel-links-uteis" class="" >
<div class="panel-group" style="margin-bottom: 0px;">
<div class="panel panel-default borderNone layouPainel">
<div class="panel-heading ">
<h4 class="panel-title textoBox">
<a data-toggle="collapse" href="#collapse1linkuteis">Links Úteis</a>
</h4>
</div>
<div id="collapse1linkuteis" class="panel-collapse collapse in">
<ul class="list-group">
<li class="list-group-item"> <a href="http://camaraguaranidoeste.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Câmara Municipal</a></li>
<li class="list-group-item"> <a href="http://www.brasil.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Federal</a></li>
<li class="list-group-item"> <a href="http://www.saopaulo.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Estadual</a></li>
<li class="list-group-item"> <a href="http://www.presidencia.gov.br/legislacao" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Federal</a></li>
<li class="list-group-item"> <a href="http://www.legislacao.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Estadual</a></li>
<li class="list-group-item"> <a href="http://www.receita.fazenda.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Receita Federal</a></li>
<li class="list-group-item"> <a href="http://www.fazenda.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Secretaria da Fazenda</a></li>
<li class="list-group-item"> <a href="http://www.tce.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Tribunal de Contas do Estado</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="h10px"></div>
<div class="h10px"></div>
</div>
</div> </div>
</div>
</div>
</div>
</div>
</div>
<a id="mapa_site" ><!-- ancora para acessibilidade --> </a>
<div class="h10px" ></div>
<footer class="mapa_site">
<div class="container ">
<div class="row paddingLeft15px">
<div class="col-md-9 col-sm-9 col-xs-12 ">
<div class="row">
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="" >A Cidade</a>
</div>
<ul class="">
<li><a href="?pag=">Página Principal</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=283">Guarani d'Oeste: Memórias</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=220">Dados do Município</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=214">História do Município</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=221">Símbolos</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="" >Prefeitura</a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=270">Chefes e Diretores</a></li>
<li><a href="?pag=T0RVPU9EUT1PRGM9T1RRPU9UZz1Oamc9T0RrPU9HVT1PV0k9T1dZPU9XRT1ZVEE9">Dados Abertos</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=266">Galeria de ex-Prefeitos</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=265">Organograma</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=232">Prefeito</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=233">Vice-prefeito</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="" >Departamentos</a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=223">Administração</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=284">COVID-19</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=264">Cultura/Turismo</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=224">Educação</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=236">Infraestrutura</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=228">Saúde</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=231">Social</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://www.al.sp.gov.br/repositorio/legislacao/constituicao/1989/compilacao-constituicao-0-05.10.1989.html">Constituição Estadual</a></li>
<li><a href="http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm">Constituição Federal</a></li>
<li><a href="?pag=T0dRPU9EZz1PR009T1RnPQ==&&idtipolei=7">Decretos Municipais</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=T1RFPU9UVT1PVEk9T0dZPU9HRT1PV0k9T1RZPU9XTT1PV1E9T1dRPU9HTT1PV0U9T1RZPVlUTT1PVEE9T1RRPU9UST1ZVEk9">Projeto de Lei do Executivo</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="" >Atos Municipais</a>
</div>
<ul class="">
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=287">ITR - Laudo Agronômico 2022</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=281">Atas de Audiências Públicas</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=9">Chamada Pública</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=10">Concursos</a></li>
<li><a href="?pag=T0RRPU9UST1PVEU9T1RrPU9UYz1PRGc9T1dJPU9UZz1PV009T0dFPU9HTT1PV0k9T1dNPVlUST0=">Contratos</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=7">Convocações</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=12">Editais Diversos</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=8">Leilões</a></li>
<li><a href="?pag=T0dRPU9HTT1PRFk9T0dVPU9Uaz1PRGc9T0dFPU9UZz1PR1U9T1dVPU9HRT1ZVEE9T1RJPU9XWT1PVEE9WVRNPU9UST0=">Licitações</a></li>
<li><a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVE09T0RZPU9UQT1PR1U9T1dZPU9HRT1ZVEU9T1RZPU9XWT1PV1U9WVRRPQ==&tipo=14">Processo Seletivo</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=277">Repasses 3º Setor</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=278">Repasses Convênios</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=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=61">Expediente dos Setores Públicos</a></li>
<li><a href="?pag=TmpjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPU56RT1PR1U9T1RrPU9UUT1Oekk9WVRBPU9XWT1ZVEk9WVRZPU9UZz1ZVFE9&form=true">Fale Conosco</a></li>
<li><a href="?pag=T0RjPU9UST1PVFU9T1RJPU9XRT1PVE09T0RnPU9XST1PVEk9T1dFPQ==&form=true">Ouvidoria</a></li>
<li><a href="?pag=T1RjPU9EZz1PVFU9T0dVPU9HST1PVEE9T0dFPU9HRT0=&idmenu=222">Telefones Úteis</a></li>
</ul>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="index2.php?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==" >Notícias</a>
</div>
</div>
<div class="col-md-2 col-sm-3 col-xs-5 paddingLeft0px pdMarg">
<div class="topo_menu">
<a href="https://webmail.guaranidoeste.sp.gov.br/" target="_blank">Webmail</a><br><br>
<a href="http://intranet.guaranidoeste.com/" target="_blank">Intranet</a>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12 ">
<div class="area_logo fleft">
<div class="endereco">
Rua João Neves Pontes, 1000<br>
Centro - Cx. Postal <br>
CEP 15.680-000 - Guarani d'Oeste -SP<br>
Telefone: (17) 3834-1179<br><br>
</div>
<div class="h10px" ></div>
<div class="row" >
<div class="col-md-12 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: Prefeitura do Município de Guarani d'Oeste</div>
<div>E-mail: gabinete@guaranidoeste.sp.gov.br</div>
<div>Tel. para esclarecimentos: (17) 3834-1179</div>
<div >Endereço: Rua João Neves Pontes, 1000 - Centro</div><div>Atendimento: Segunda a Sexta Feira das 08:00 as 11:00 e das 13:00 as 17:00 horas</div> </div>
</div>
</div>
</div>
<div >
<a href="https://www.weblinesistemas.com/" target="_blank"><img id="logo_webline_branco" src="https://www.weblinesistemas.com/imagens_camaras/logo_webline_branco.png" border="0" alt="logo webline"></a>
</div>
</div>
</div>
</div>
</div>
<!-- Nao fechar footer fecha no copyrigth-->
<div class="copy clear bgColorAzulescuro"><div class="container">2023 © Todos os direitos reservados</div></div>
</footer><style type="text/css">
.cookiealert {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin: 0 !important;
z-index: 999;
opacity: 0;
visibility: hidden;
border-radius: 0;
transform: translateY(100%);
transition: all 500ms ease-out;
color: #ecf0f1;
background: #212327;
}
.cookiealert.show {
opacity: 1;
visibility: visible;
transform: translateY(0%);
transition-delay: 1000ms;
}
.cookiealert a {
text-decoration: underline;
color: #337ab7 !important;
}
.cookiealert .acceptcookies {
margin-left: 10px;
vertical-align: baseline;
}
.btn-primary{
color: #fff !important;
background-color: #337ab7 !important;
border-color: #2e6da4 !important;
}
</style>
<!-- START Bootstrap-Cookie-Alert -->
<div class="alert text-center cookiealert" role="alert" >
<b>Nós usamos cookies para melhorar sua experiência de navegação no portal. Ao continuar você concorda com a nossa <a href="?pag=T1RFPU9UST1PR1k9T0dVPU9Uaz1PVEE9T0dFPU9HRT1ObU09T1dFPU9XRT1PVEE9T1RnPU9UZz1PVFE9WVRRPQ==" target="_blank">Política de cookies.</a>
<button type="button" class="btn btn-primary btn-sm acceptcookies">
Aceito
</button>
</b>
</div>
<!-- END Bootstrap-Cookie-Alert -->
<script type="text/javascript">
(function () {
"use strict";
var cookieAlert = document.querySelector(".cookiealert");
var acceptCookies = document.querySelector(".acceptcookies");
if (!cookieAlert) {
return;
}
cookieAlert.offsetHeight; // Force browser to trigger reflow
// Show the alert if we cant find the "acceptCookies" cookie
if (!getCookie("acceptCookies")) {
cookieAlert.classList.add("show");
}
// When clicking on the agree button, create a 1 year
// cookie to remember user's choice and close the banner
acceptCookies.addEventListener("click", function () {
setCookie("acceptCookies", true, 365);
cookieAlert.classList.remove("show");
// dispatch the accept event
window.dispatchEvent(new Event("cookieAlertAccept"));
$.ajax({
url: "indexAjax.php?pag=T1RRPU9EUT1PR1k9T1dJPU9EWT1ObUk9T0RnPU9HUT1PVGc9T1dVPU5tVT1PV009T1dNPU9XRT1PVGc9T1RZPVlUUT0=",
context: document.body
}).done(function() {
$( this ).addClass( "done" );
});
});
// Cookie functions from w3schools
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
var expires = "expires=" + d.toUTCString();
if(location.protocol == 'https:'){
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/;SameSite=None;Secure";
}else{
document.cookie = cname + "=" + cvalue + ";" + expires + ";";
}
}
function getCookie(cname) {
var name = cname + "=";
var decodedCookie = decodeURIComponent(document.cookie);
var ca = decodedCookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) === ' ') {
c = c.substring(1);
}
if (c.indexOf(name) === 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
})();
</script>
</body>]]>
|
55
| <![CDATA[<a class="acess-texto cpointer " data-sinal="-" style="text-decoration:none;">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/botao_diminui_texto.png"/>
<span>Texto menor</span>
</a>]]>
|
61
| <![CDATA[<a class="acess-texto cpointer " data-sinal="+" style="text-decoration:none;">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/botao_aumenta_texto.png"/>
<span>Texto maior</span>
</a>]]>
|
67
| <![CDATA[<a class="cpointer acess-contraste" style="text-decoration:none;">
<img class="" src="https://weblinesistemas.com.br/arquivos_site//acessibilidade/imagens/icone_contraste.png"/>
<span>Contraste ; ; ;</span>
</a>]]>
|
73
| <![CDATA[<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>]]>
|
132
| <![CDATA[<a href="?pag=T1RjPU5tWT1PR009T0RjPU9UYz1PRGc9T1dFPQ==" style="text-decoration:none;">
<i class="fa fa-hand-peace-o" aria-hidden="true"></i>
<span>Tradução para Libras</span>
</a>]]>
|
352
| <![CDATA[<img src="images/topo_resp.jpg" style="width:100%; height:100%;" class="imgTopo img-responsive visible-xs visible-sm">]]>
|
497
| <![CDATA[<div style="font-size:10px; text-align:left; font-family:tahoma;">
Data: 09/04/2019 Hora: 14:30:32</div>]]>
|
500
| <![CDATA[<div class="tituloTextoVereador text-center" style="margin-top:5px; font-size: 30px;">
EDITAL CMDCA - Eleição Conselho Tutelar </div>]]>
|
2265
| <![CDATA[<body lang=PT-BR link=blue vlink="#954F72" style='tab-interval:35.4pt'>
<div class=WordSection1>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>EDITAL CMDCA N.º 001/2019<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='margin-left:5.0cm;text-align:justify'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'>TORNA PÚBLICA AS
CONDIÇÕES EM QUE SE REALIZARÃO OS PROCESSOS SELETIVO E ELEITORAL DE CANDIDATOS
À FUNÇÃO DE CONSELHEIRO TUTELAR DO MUNICÍPIO DE GUARANI D'OESTE/SP, E DÁ OUTRAS
PROVIDÊNCIAS. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
PREFEITURA MUNICIPAL DE GUARANI D'OESTE/SP através do CONSELHO MUNICIPAL DOS
DIREITOS DA CRIANÇA E DO ADOLESCENTE, no uso de suas atribuições legais, e com
base na Lei Federal n.º 8069/90, que dispõe sobre o ESTATUTO DA CRIANÇA E DO
ADOLESCENTE - ECA; na Lei Municipal n.º 1.243, de 05 de Junho de 2018, que
dispõe sobre a Política Municipal dos Direitos da Criança e do Adolescente, e
da Resolução de nº 170 do CONANDA - Conselho Nacional dos Direitos da Criança e
do Adolescente, com fiscalização do Ministério Público realizará o processo de
escolha para o provimento da Função de <b style='mso-bidi-font-weight:normal'>CONSELHEIRO
TUTELAR TITULAR</b> e <b style='mso-bidi-font-weight:normal'>SUPLENTE</b> para
o quatriênio 2020/2023 nas diretrizes do Processo de Escolha UNIFICADO em todo
território nacional sendo composto por "PROVAS, AVALIAÇÃO PSICOLÓGICA E
PROCESSO DE ESCOLHA/VOTAÇÃO", regido nos moldes deste edital e legislação
pertinente, tornando público o presente edital:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>DISPOSIÇÕES GERAIS<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.1.
O processo de escolha dos membros do Conselho Tutelar é regido por este edital,
aprovado pelo Conselho Municipal dos Direitos da Criança e do Adolescente de Guarani
d'Oeste/SP. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.2.
A Comissão Organizadora designada pelo Conselho Municipal dos Direitos da
Criança e do Adolescente, composta paritariamente dentre os membros do aludido
Conselho, conforme Resolução, é a responsável por toda a condução do processo
de escolha. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.3.
O processo destina-se à escolha de 05 (cinco) membros titulares e membros suplentes,
para composição do Conselho Tutelar do município de Guarani d'Oeste/SP, para o
mandato de 04 (quatro) anos, permitida uma recondução, mediante novo processo
de escolha. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.4.
Todos os atos constantes do cronograma deste Edital serão publicados na sede da
Prefeitura Municipal, situada à Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP; na sede do Conselho Tutelar, situado à Rua João Neves Pontes, n.
1207, Centro, Guarani d'Oeste/SP; e na sede do Departamento Municipal de
Assistência Social, situado Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.5.
O Conselho Tutelar é órgão permanente e autônomo, não jurisdicional,
encarregado pela sociedade de zelar pelo cumprimento dos direitos da Criança e
do Adolescente, cumprindo as atribuições previstas no Estatuto da Criança e do
Adolescente, artigos 95 e 136.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.6.
A candidatura deverá ser individual, não sendo admitida a composição de chapas,
em<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>conformidade
como disposto na Resolução nº. 170/2014 editada pelo CONANDA.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.7
A etapa final (Processo de Votação) será realizada mediante sufrágio universal
e direto, pelo voto facultativo e secreto dos eleitores do munícipio de Guarani
d'Oeste.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>2. DOS REQUISITOS BÁSICOS EXIGIDOS
PARA O EXERCÍCIO DA FUNÇÃO<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>DE CONSELHEIRO TUTELAR<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.1
Poderão concorrer ao pleito os candidatos que apresentarem os requisitos
mínimos descritos abaixo:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>a)
ser reconhecida idoneidade moral;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>b)
possuir idade superior a 21 (vinte e um) anos;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>c)
ser brasileiro nato ou naturalizado nos termos do artigo 12 da Constituição
Federal de 1.988, da Lei Federal nº 13.445, de 24 de maio de 2.017 (Lei de
Migração);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
residir no município há mais de 05 (cinco) anos, fazendo prova através de
comprovante de residência ou declaração de pessoas de reconhecida idoneidade
moral;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
ter concluído ensino médio ou equivalente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>e)
não ter sofrido penalidade de perda de mandato de conselheiro tutelar no
período vigente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>f)
estar no gozo dos direitos políticos;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>g)
estar em dia com os deveres do Serviço Militar, para candidatos do sexo Masculino;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>h)
não exercer mandato político;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>i)
não registrar antecedentes criminais (comprovado através de Certidão do
Cartório Distribuidor local e da Justiça Federal);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>j)
não ter sido destituído do poder familiar ou estar suspenso esse direito;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>k)
não ser membro titular ou suplente do Conselho Municipal dos Direitos da
Criança e Adolescentes - CMDCA do munícipio.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>l)
ter disponibilidade de dedicação do período de funcionamento do Conselho
Tutelar do qual faz parte, bem como cumprir as escalas previstas de plantões e
etc.;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>m)
não estar impedido de exercer a função nos termos do artigo 140 e parágrafo
único da Lei nº 8.069, de 13 de julho de 1990; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>n)
obter 100% de frequência na capacitação a respeito da legislação sobre os
direitos da infância e da adolescência, promovida pelo CMDCA;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>o)
ser aprovado em avaliação de conhecimentos gerais sobre o Estatuto da Criança e
do Adolescente, com média igual ou superior a 60%.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>p)
ser aprovado em teste de aptidão psicológica para o exercício da função;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>q)
conhecer e estar plenamente de acordo com as Instruções do Processo
Seletivo/Processo de Escolha previsto neste edital.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>r)
ser reconhecido habilitado pelo menos na categoria "B" para conduzir veículos
automotores.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.2
O Ato de Registro de Candidaturas será tornado indeferido quando o candidato:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>a)
não registrar a candidatura dentro do prazo estabelecido neste edital;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>b)
deixar de comprovar e/ou cumprir qualquer dos requisitos especificados
anteriormente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>c)
não apresentar o rol de documentos estabelecidos para o processo de inscrição;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
apresentar declarações/documentos falsos;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.3
O candidato deverá somente efetuar o registro de sua inscrição somente após
tomar ciência de todos os procedimentos, requisitos e condições prevista neste
edital, sendo que sua inscrição implicará no conhecimento tácito de aceitação
das normas e condições estabelecidas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.4
São impedidos de servir no mesmo Conselho, cônjuges, companheiros, mesmo que em
união homoafetiva, ascendentes, descendentes, sogro (a) e genro ou nora,
irmãos, cunhados, tio e sobrinho, padrasto ou madrasta e enteado. O impedimento
se estende à autoridade judiciária e ao representante do Ministério Público com
atuação na Justiça da Infância e da Juventude, em exercício na Comarca, Foro
Regional ou Distrital.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>3. DA JORNADA DE TRABALHO E
REMUNERAÇÃO<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.1
Pelo exercício de Conselheiro Tutelar de Guarani d'Oeste/SP, é considerado como
agente honorífico e, cada um dos membros receberá uma remuneração mensal bruta,
no valor de R$ 998,00 (Novecentos e noventa e oito reais), reajustado com base
na política nacional de reajuste do salário mínimo federal, pago pela
Prefeitura Municipal de Guarani d'Oeste/SP, através de dotação orçamentária do
Departamento de Ação Social, de acordo com o que dispuser a Lei Municipal vigente
no início do mandato.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.2
Os (as) conselheiros (as) tutelares gozarão dos Direitos previstos na Lei
Municipal nº 1.243, de 05 de Junho de 2018 e na Lei 8.069/90 - Estatuto da
Criança e do Adolescente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.3
Os (as) conselheiros (as) tutelares exercerão suas atividades em regime de
dedicação exclusiva, conforme orienta a Resolução nº. 170/2014 do CONANDA.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.4
O expediente ordinário dos (as) Conselheiros (as) Tutelares será das 08h00 às
17h00, totalizando uma jornada de trabalho de 40 (quarenta) horas semanais.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.5
Fora do expediente normal, bem como nos sábados, domingos e feriados, os
membros do Conselho se organizarão através de plantão para que possam atender
ao público, em qualquer horário, em casos de ameaça aos Direitos da Criança e
do Adolescente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.6
A organização do regime de trabalho ficará sob a responsabilidade do Conselho
Tutelar, que terá plena autonomia para sua elaboração, devendo informar ao
CMDCA a escala de trabalho e plantão, sendo que cada Conselheiro deverá cumprir
uma jornada de 40 (quarenta) horas semanais.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.7
As escalas de trabalho e de plantão serão afixadas em local visível na sede do
Conselho, até o vigésimo dia do mês que antecede sua vigência.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.8
Será assegurado aos Conselheiros o direito a:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>I.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>cobertura
previdenciária; ; ; ; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134ii></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>II.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>gozo de férias anuais remuneradas,
acrescidas de 1/3 (um terço) do valor da remuneração
mensal; ; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; ; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134iii></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>III.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>licença-maternidade; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134iv></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>IV.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>licença-paternidade; ; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134v></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>V.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>gratificação natalina.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>4 ATRIBUIÇÕES DO CONSELHO TUTELAR<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>4.1 São atribuições do Conselho Tutelar:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136i></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>I - Atender as crianças e adolescentes sempre
que tiverem seus direitos ameaçados ou violados: por ação ou omissão da
sociedade ou do Estado, por falta, omissão ou abuso dos pais ou responsáveis em
razão de sua conduta;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>II - Receber a comunicação dos casos de suspeita ou confirmação
dos maus tratos, de reiteradas faltas injustificadas ou evasão escolar, após
esgotados os procedimentos a nível de estabelecimento escolar, de elevados
níveis de repetência<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136ii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>III - Atender à criança que tiver seus
direitos ameaçados ou violados, determinando, dentre outras, as seguintes
providências: encaminhamento aos pais ou responsáveis, mediante termo de
responsabilidade, orientação, apoio e acompanhamento temporário, matrícula e
frequência obrigatórias em estabelecimento oficial de ensino fundamental,
inclusão em programa comunitário ou oficial de auxílio à família, a criança e
ao adolescente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>IV - Atender e aconselhar os pais ou responsável, aplicando as
medidas previstas no Estatuto da Criança e Adolescentes;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>V - promover a execução de suas
decisões, podendo para tanto:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iiia></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>a) requisitar serviços públicos nas
áreas de saúde, educação, serviço social, previdência, trabalho e segurança;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iiib></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>b) representar junto à autoridade
judiciária nos casos de descumprimento injustificado de suas deliberações.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iv></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VI - Encaminhar ao Ministério Público
notícia de fato que constitua infração administrativa ou penal contra os
direitos da criança ou adolescente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136v></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VII - Encaminhar à autoridade judiciária
os casos de sua competência;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136vi></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VIII - Providenciar a medida
estabelecida pela autoridade judiciária, dentre as previstas no Estatuto da
Criança e do Adolescente, para o adolescente autor de ato infracional;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136vii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>IX - Expedir notificações;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136viii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>X - Requisitar certidões de nascimento e
de óbito de criança ou adolescente quando necessário;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136ix></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>XI - Assessorar o Poder Executivo local
na elaboração da proposta orçamentária para planos e programas de atendimento
dos direitos da criança e do adolescente;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136x></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>XII - Representar, em nome da pessoa e
da família, contra a violação dos direitos previstos no</span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'> ;</span><a
href="http://www.planalto.gov.br/ccivil_03/Constituicao/Constituicao.htm#art220%C2%A73ii"><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:windowtext;text-decoration:none;text-underline:none'>art. 220, § 3º,
inciso II, da Constituição Federal</span></a><span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136xi.></a><a name=art136xi></a><span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>XIII - Representar
ao Ministério Público para efeito das ações de perda ou suspensão do poder
familiar, após esgotadas as possibilidades de manutenção da criança ou do
adolescente junto à família natural;<a name=art136xii></a><o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>XIV - promover e incentivar, na comunidade e nos grupos
profissionais, ações de divulgação e treinamento para o reconhecimento de
sintomas de maus-tratos em crianças e adolescentes;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>XV - Comunicar incontinenti ao Ministério Público se entender
necessário o afastamento do convívio familiar, prestando-lhe informações sobre
os motivos de tal entendimento e as providências tomadas para a orientação, o
apoio e a promoção social da família e demais atribuições estabelecidas. ;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>5 CONDIÇÕES ESPECIAIS PARA
REALIZAÇÃO DA PROVA<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.1
Os candidatos com necessidades especiais temporárias ou permanentes que necessitem
de cuidados especiais para realização das etapas do processo, deverá requerê-la
de forma expressa no ato do registro da candidatura, apresentando pedido
detalhado das condições especiais que necessita, devendo vir acompanhada de
Laudo Médico, bem como justificativa escrita de necessidade da condição
pleiteada pelo candidato.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.2
A não observância pelo candidato de quaisquer das disposições citadas
anteriormente, constituirá na perda do direito de atendimento de condição
especial.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.3
O atendimento das necessidades especiais, ficará sujeito a análise da
razoabilidade do solicitado.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.4
As decisões serão publicadas no Diário Oficial do Munícipio. Contra a decisão
que indeferir a solicitação de condição especial para prestação de serviço,
caberá recurso, devidamente justificado e comprovado dentro do prazo de 03 (três)
dias após publicação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>6 CANDIDATA LACTANTE<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.1
A candidata que tiver necessidade de amamentar durante a realização de qualquer
etapa do processo de escolha, deverá manifestar-se no ato da inscrição,
apresentando os seguintes documentos:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l2 level1 lfo4'><a name="_Hlk5089944"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cópia
da Certidão de Nascimento da Criança;<o:p></o:p></span></a></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l2 level1 lfo4'><span style='mso-bookmark:
_Hlk5089944'><![if !supportLists]><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";mso-fareast-font-family:"Times New Roman"'><span
style='mso-list:Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Documento com Foto do Adulto Responsável
pela Criança que será responsável de zelar pela criança durante o processo.<o:p></o:p></span></span></p>
<span style='mso-bookmark:_Hlk5089944'></span>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.2
O acompanhante adulto ficará em sala reservada e será responsável pela guarda
da criança, sendo submetido a todas as normas constantes do Edital, inclusive
no tocante a aparelhos celulares e equipamentos eletrônicos.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.3
No momento da amamentação, a candidata será acompanhada por um fiscal, sem a
presença do responsável e sem o material da prova.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.4
Caso a criança ainda não tenha nascido até o ato do registro da inscrição,
deverá apresentar os documentos descritos acima em até 5 dias úteis a Comissão
Eleitoral antes da etapa do processo.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.5
A prefeitura do munícipio de Guarani d'Oeste/SP, não disponibilizará em
hipótese nenhuma acompanhante para guarda da criança.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.6
Não haverá compensação do tempo de amamentação em favor da candidata.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>7 DAS INSCRIÇÕES DOS CANDIDATOS COM
DEFICIÊNCIA<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.1
As pessoas com deficiência que pretendem fazer uso das prerrogativas que lhe
são facultadas no inciso VIII do artigo 37 da Constituição Federal, Lei Federal
nº 7.853/89, no Decreto Federal nº 3.298/99 e demais, é assegurado o direito de
inscrever-se para o Processo Seletivo, cuja atribuições sejam compatíveis com a
deficiência.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.2
Em cumprimento a legislação pertinente, será assegurado um percentual de 5%
(cinco por cento) das vagas a serem preenchidas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.3
As frações decorrentes do cálculo do percentual somente serão arredondadas para
o número inteiro subsequente quando maiores ou iguais a 05 (cinco).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.4
O candidato com deficiência deverá antes de inscrever-se verificar se as
atribuições da função são compatíveis com sua deficiência.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.5
Consideram-se pessoas com deficiência aquelas enquadradas nas categorias
discriminadas no artigo 4º do Decreto Federal nº 3.298/99 e suas alterações,
Súmula 377 do Superior Tribunal de Justiça e na Lei Brasileira de Inclusão
(LBI) nº 13.146/15 - Estatuto da Pessoa com Deficiência.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.6
O candidato com deficiência poderá requerer no ato da inscrição condição
especial para realização da prova, indicando suas necessidades.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.7
As pessoas com deficiências, resguardadas as condições especiais, participarão
do certame em igualdade de condições com os demais candidatos, no que se refere
ao conteúdo da prova, avaliação e critérios de aprovação, ao dia e local de
aplicação da prova.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.8
O candidato com deficiência deverá apresentar Laudo Médico expedido no máximo
nos últimos 12 (doze) meses anteriores ao registro da inscrição.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name="_Hlk5090094"><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif"'>7.9 O Laudo Médico deverá constar expressamente que
a deficiência se enquadre no previsto na legislação pertinente.<o:p></o:p></span></a></p>
<span style='mso-bookmark:_Hlk5090094'></span>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.10
O candidato pleiteante deste benefício, poderá ser submetido a Equipe Médica do
Município, objetivando verificar se a deficiência declarada se enquadra na
previsão da legislação e se há compatibilidade ou não da deficiência com as
atribuições do Cargo.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.11
O Laudo Médico servirá somente para este procedimento, não sendo devolvido ao
candidato no final do certame.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.12
Contra decisão que indeferir a solicitação de inscrição como deficiente, caberá
recurso, devidamente justificado e comprovado dentro do prazo de 03 (três) dias
úteis.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8 DO PROCESSO DE ESCOLHA<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.
O processo de escolha dos membros do Conselho Tutelar será realizado em 07 (sete)
etapas: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>I.
Inscrição dos candidatos, a partir da análise dos requisitos constantes neste
Edital; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>II.
Capacitação de Conhecimentos Gerais Sobre o E.C.A.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>III.
Prova de aferição de conhecimento sobre os Direitos da Criança e do
Adolescente; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>IV.
Aplicação de Avaliação Psicológica<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>V.
Eleição dos candidatos por meio de voto<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>VI.
Capacitação dos Conselheiros Eleitos<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>VII
- Posse dos Candidatos<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.1 Etapa I - Inscrição dos
candidatos<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.1
A inscrição do candidato implicará o conhecimento e a tácita aceitação das
condições do processo, tais como se acham definidas neste edital, acerca das
quais não poderá alegar desconhecimento. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.2
Antes de efetuar a inscrição, o candidato deverá conhecer o edital e
certificar-se de que preenche todos os requisitos exigidos para a investidura
na função de conselheiro tutelar. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.3
As inscrições ficarão abertas no período compreendido entre as 08h00 (Oito horas)
do dia 15 de Abril de 2019 às 17h00 (dezessete horas) do dia 30 de Abril de
2019. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.4
As inscrições serão feitas presencialmente na sede do Departamento Municipal de
Assistência Social, situado à Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP, nesta, no período compreendido entre 08h00 às 17h00 horas, de
segunda-feira à sexta-feira. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.5
No ato de inscrição o candidato, pessoalmente, deverá: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l6 level1 lfo20'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>preencher
requerimento, em modelo próprio que lhe será fornecido no local, no qual
declare atender as condições exigidas para inscrição e se submeter às normas
deste Edital; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.6
Deverá o candidato apresentar os seguintes documentos:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>a)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Cédula de Identidade (RG)
comprovando idade superior a 21 anos ou documento equivalente; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>CPF ou documento
equivalente; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>c)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia da certidão de reservista ou de
incorporação, se do sexo masculino;<span style='color:black'><o:p></o:p></span></span></p>
<p class=MsoListParagraph style='text-indent:-18.0pt;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Declaração
de idoneidade moral (ANEXO I);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>e)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Se estrangeiro, a
comprovação de sua naturalização no Brasil;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>f)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Certidão de Nascimento e/ou
Casamento ou Declaração de União Estável (Anexo II)<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>g)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>02 fotos 3x4 recente; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>h)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia do certificado de conclusão do
Ensino Médio ou curso equivalente<span style='color:black'>; <o:p></o:p></span></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>i)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Cópia da Carteira de
Trabalho (CTPS) folha 1 frente e verso;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>j)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Título de Eleitor e certidão
de quitação eleitoral ou </span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia do comprovante de votação na
última eleição ou de justificativa de ausência, comprovando estar em gozo dos
direitos políticos<span style='color:black'>; <o:p></o:p></span></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>k)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Certidão Negativa de
antecedentes criminais; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><a name="_Hlk5095312"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>l)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Termo de Responsabilidade,
declarando não ter sido demitido(a) ou exonerado(a) a bem do serviço público
municipal, estadual ou federal </span></a><span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>(ANEXO III);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><a name="_Hlk5095322"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>m)<span style='font:7.0pt "Times New Roman"'> ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Declaração de próprio punho atestando residir no município por no
mínimo 03 (três) anos </span></a><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>(ANEXO IV),<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>n)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Comprovante de residência
atual; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><a name="_Hlk5095329"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>o)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Declaração emitida por
entidade idônea atestando efetiva experiência com criança e/ou adolescente por
no mínimo dois (02) anos, na promoção, proteção e defesa dos direitos das
crianças e adolescentes</span></a><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>; (ANEXO V) <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>p)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Atestado
de Antecedentes Criminais expedido pela Polícia Civil do Estado;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>q)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Certidões
negativas civil e criminal expedidas pela Secretaria da Vara Única da Comarca
responsável;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>r)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cópia
da Certidão de Nascimento da Criança (Somente para inscritos que solicitarem o
direito a Amamentação durante horário de prova);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>s)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Documento
com Foto do Adulto Responsável pela Criança que será responsável de zelar pela
criança durante o processo (Somente para inscritos que solicitarem o direito a
Amamentação durante horário de prova);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>t)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>O
Laudo Médico constando expressamente qual tipo de deficiência se enquadre conforme
legislação pertinente (Somente para inscritos que necessitam de atendimento
especial);<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>Parágrafo único:</span></b><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'> Na falta de qualquer documento acima citado, não será aceita a
inscrição do candidato. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.7
A ausência de qualquer dos documentos solicitados acarretará o indeferimento da
inscrição. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.8
A qualquer tempo poder-se-á anular as inscrições, as provas e/ou nomeação do
candidato, caso se verifique qualquer falsidade nas declarações e/ ou qualquer
irregularidade nas provas e/ou documentos apresentados. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.9
A veracidade das informações prestadas na inscrição é de total responsabilidade
do<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>(a)
pré-candidato (a), pois se constatada a falsidade em qualquer documento
apresentado, o (a) pré-candidato (a) será excluído sumariamente do Processo de
Escolha, sem prejuízo do encaminhamento dos fatos à autoridade competente para
apuração e a devida responsabilização legal.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.10
Todos os documentos deverão ser entregues em fotocópia, autenticada por
cartório competente ou autenticação realizada no ato da inscrição por membro da
Comissão Organizadora do Processo Eleitoral.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.11
A relação nominal dos candidatos, cuja inscrição for deferida, será afixada no
mural da Prefeitura Municipal, situada à rua Rua João Neves Pontes, n. 1000,
Centro, Guarani d'Oeste/SP, nesta; na sede do Conselho Tutelar, situado à Rua
João Neves Pontes, n. 1207, Centro, Guarani d'Oeste/SP; e na sede do
Departamento Municipal de Assistência Social, Rua João Neves Pontes, n. 1000,
Centro, Guarani d'Oeste/SP; com cópia para o Ministério Público.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.12
Do indeferimento de candidatura, caberá recurso do (a) pré-candidato (a) no
período de 07 a 10 de Maio de 2019, à própria Comissão do Processo de Escolha
dos (as) Conselheiros (as) Tutelares, que julgará, em primeira instância por
maioria de votos, no prazo de até 03 (três) dias úteis.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.13
Terminado o prazo de julgamento de recursos e impugnações da primeira etapa, o<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Conselho
Municipal dos Direitos da Criança e do Adolescente publicará na imprensa local,
no dia 13 de Maio de 2019, a relação nominal dos (as) pré-candidatos (as)
habilitados para as demais etapas do Processo de Escolha.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.14
Os (as) pré-candidatos (as) habilitados na primeira etapa passarão para a
segunda etapa eliminatória.<span style='color:black'><o:p></o:p></span></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.2 Etapa II. Capacitação de
Conhecimentos Gerais Sobre o E.C.A.<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.2.1
Os (as) pré-candidatos (as) regularmente inscritos (as) deverão participar obrigatoriamente
de capacitação sobre Conhecimentos Básicos sobre o Estatuto da Criança e do
Adolescente com duração de 2 (duas) horas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.2.2
A capacitação sobre Conhecimentos Gerais sobre o Estatuto da Criança e do Adolescente
será realizada nos dias 20 de Maio de 2019, das 19h às 21h, na Sede do Plenário
da Câmara Municipal de Guarani d'Oeste/SP, localizada na Rua Antônio Flávio de
Oliveira, n. 1372, Centro, CEP 15680-000, Guarani d'Oeste/SP.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.3 Etapa III. Prova de aferição de
conhecimento sobre os Direitos da Criança e do Adolescente; <o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.1
A prova de conhecimentos versará sobre a Lei Federal nº. 8.069/90 - Estatuto da
Criança e do Adolescente (ECA).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.2
A prova de aferição de conhecimento avaliará a capacidade de interpretação do
texto legal. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.3
A prova constará de 25 (vinte e cinco) questões, sendo questões de múltipla
escolha com valor de 02 (dois) pontos cada uma totalizando 50 (cinquenta)
pontos. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.4
As questões de múltipla escolha conterão, cada uma, 05 (cinco) alternativas,
sendo apenas 01 (uma) a correta.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.5
A duração máxima da prova será de 03 (três) horas. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.6
A prova será realizada no dia 02 de Junho de 2019, das 9h00 às 12h00, nas
dependências da E. E. Alzira do Carmo Dias Moreira, situada à Rua João Neves
Pontes, n. 1660, Centro, CEP 15680-000, Guarani d'Oeste/SP. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.7
Caso haja necessidade de alterar dia, horário e local de realização das provas,
a Comissão Organizadora publicará as alterações, em todos os locais onde o
Edital tiver sido afixado, com antecedência mínima de cinco (05) dias. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.8
É de responsabilidade do candidato acompanhar nos locais onde o Edital for
publicado eventuais alterações no que diz respeito ao dia, horário e local de
realização das provas. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.9
Os candidatos deverão comparecer ao local da prova com antecedência mínima de
30 (trinta) minutos, antes da hora marcada para o seu início, munidos de lápis,
borracha, caneta esferográfica de tinta azul ou preta e de documento oficial de
identidade com foto. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.10
O local de prova será aberto a partir das 8h00 (oito horas), tendo seus portões
fechados impreterivelmente as 9h00 (nove horas).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.11
Fica impedido de ingressar no local de prova o candidato que apresentar-se após
o fechamento dos portões, independentemente do motivo, ainda que de força maior
ou caso fortuito. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.12
No momento da prova não será permitida consulta a textos legais nem tampouco à
doutrina sobre a matéria. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.13
Em hipótese alguma haverá prova fora do local e horário determinados, ou
segunda chamada para as provas. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.14
Será automaticamente eliminado do processo de escolha o candidato que, por
qualquer motivo, faltar às provas ou não devolver a folha oficial de respostas
ou devolvê-la sem assinatura. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.15
Considerar-se-á excluído do processo de escolha o candidato que, além das
demais hipóteses previstas neste edital: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>apresentar-se
após o horário estabelecido para a realização da prova; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>apresentar-se
para a prova em outro local que não seja o previsto neste regulamento; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
comparecer à prova, seja qual for o motivo alegado; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
apresentar um dos documentos de identidade exigidos nos termos deste
regulamento, para a realização da prova; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>ausentar-se
da sala de prova sem o acompanhamento de um fiscal; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>ausentar-se
do local de prova antes de decorrido o prazo mínimo; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>for
surpreendido em comunicação com outras pessoas ou candidatos, seja por gestos,
oralmente, por escrito, por meio eletrônico ou não; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>h)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>for
surpreendido utilizando-se de calculadoras, livros, notas ou impressos não
permitidos; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>i)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>estiver portando ou fazendo uso de
qualquer tipo de equipamento eletrônico de comunicação (<i>pagers</i>,
celulares, etc.); <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>j)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>lançar mão de meios ilícitos para a
execução ou concessão da prova; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>k)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
devolver integralmente o material solicitado; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>l)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>perturbar, de qualquer modo, a ordem dos
trabalhos. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.16
O candidato, com deficiência e a candidata em fase de amamentação deverá
observar as prerrogativas descritas anteriormente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.17
Somente será admitido para realizar a prova o candidato que estiver munido de
documento original de identidade com foto, assim consideradas:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteiras
ou cédulas de identidade expedidas pelas Secretarias de Segurança Pública,
pelas Forças Armadas, pela Polícia Militar ou pelo Ministério das Relações Exteriores;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteiras
ou cédulas de identidade emitidas pelos Conselhos Regionais ou Autarquias
Corporativas;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteira
de Trabalho e Previdência Social, <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteira
Nacional de Habilitação (emitida posteriormente à Lei n.º 9.503/97), <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cédula
de Identidade fornecida por Órgãos ou Conselhos de Classe que, por Lei Federal,
tenham validade como documento de identidade. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.18
Não serão aceitos, por serem documentos destinados a outros fins: Protocolos,
Certidão de Nascimento, Título Eleitoral, Carteira Nacional de Habilitação
(emitida anteriormente à Lei n.º 9.503/97), Carteira de Estudante, Crachás de
Identificação. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.19
Os documentos deverão estar em perfeitas condições, de forma a permitir a
identificação do candidato com clareza. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.20
Os membros do Conselho Municipal dos Direitos da Criança e do Adolescente se
responsabilização pela aplicação da prova, com o eventual auxílio de
representante do Poder Público por eles designados, se necessário. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.21
Durante a prova escrita não serão permitidas consultas bibliográficas de
qualquer espécie, nem a utilização de máquina calculadora, relógios com
calculadora ou qualquer outro equipamento eletrônico, incluindo pagers e
telefones celulares, bem como a comunicação com os demais candidatos ou pessoas
estranhas ao concurso. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.22
Não será permitido ao candidato ausentar-se do recinto destinado à realização
das provas, após iniciadas, salvo em casos especiais e momentâneos, quando
deverá ser devidamente acompanhado de fiscal identificado.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.23
No ato da realização da prova escrita, será fornecido aos candidatos o caderno
de questões contendo as questões objetivas e discursivas e o cartão definitivo
de respostas das questões objetivas (gabarito).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.24
Assim que o candidato assinalar/descrever todas as respostas das questões nos
cartões definitivos, deverá entregá-los ao fiscal. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.25
O (a) pré-candidato (a) que, eventualmente, necessitar ou verificar a
necessidade de alteração de algum dado constante na folha de respostas, deverá
solicitar imediatamente a correção a ser realizada pelo Fiscal de Aplicação,
sendo lavrado tal feito em Ata.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.26
No cartão de respostas referente à Prova Objetiva, não serão computadas
questões não respondidas ou questões que contenham mais de uma resposta (mesmo
que uma delas esteja correta), emenda ou rasura, ainda que legível. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.27
Não deverá ser feita nenhuma marca fora do campo reservado às respostas ou à
assinatura. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.28
O candidato só poderá retirar-se da sala depois de transcorrido, 01h (uma hora)
de realização de prova, sendo que só poderá levar o caderno de questões após 02
horas (duas horas) do início da prova. Os 02 (dois) últimos candidatos a
concluir a prova deverão acompanhar o fechamento dos envelopes com os cartões
de respostas. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.29
O gabarito oficial será afixado nos locais previstos neste edital e publicado
no primeiro dia útil após a data da prova. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.30
Serão aprovados aqueles que atingirem no mínimo 60% (sessenta por cento) da
pontuação total atribuída à prova, ou seja, 60 (sessenta) sessenta pontos
totais, equivalente a 15 (quinze) questões.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.31
O resultado da prova será divulgado no dia 19 de Junho de 2019 nos locais
estabelecidos neste Edital. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.32
Após a publicação da lista dos candidatos aprovados na prova objetiva, o
candidato reprovado terá o prazo compreendido entre as 8h00 (oito horas) do dia
24 de Junho de 2019 até as 17h00 (dezessete horas) do dia 28 de Junho de 2019
para interpor recurso fundamentado, endereçado ao presidente do CMDCA -
Conselho Municipal dos Direitos da Criança e do Adolescente, devendo
protocolá-lo na Secretaria Executiva dos Conselhos, situada nas dependências do
Departamento Municipal de Assistência Social, à Rua Rua João Neves Pontes, n.
1000, Centro, Guarani d'Oeste/SP.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.33
Somente serão considerados os recursos interpostos no prazo estipulado. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.34
Somente serão admitidos, para apreciação do CMDCA, recursos devidamente
fundamentados. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.35
O recurso deverá ser protocolado atendendo às seguintes especificações: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l0 level1 lfo9'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>O
recurso deverá ser digitado ou datilografado e deverá conter o endereçamento ao
CMDCA, o nome do candidato, endereço, o número de inscrição, número da questão
recorrida, a fundamentação e argumentação lógica e consistente do recurso, data
e assinatura. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.36
A Comissão Organizadora constitui última instância para recurso, sendo soberana
em suas decisões, razão pela qual não caberão recursos adicionais. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.37
Os recursos interpostos em desacordo com as especificações contidas neste
edital não serão avaliados. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.38
O(s) ponto(s) relativo(s) à(s) questão(ões) eventualmente anulada(s), será(ão)
atribuído(s) a todos os candidatos presentes. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.39
Os candidatos que tiverem seus recursos indeferidos poderão ter acesso ao teor
da decisão nos locais previstos neste edital, sendo as decisões de
indeferimento devidamente justificadas e assinadas por pelo menos dois membros
da Comissão Organizadora e pelo Presidente do CMDCA. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.40
Transcorridos os prazos de recurso, o resultado e a classificação final dos
candidatos aprovados será publicada nos locais previstos neste edital,
impreterivelmente até as 17h00 (dezessete horas) do dia 04 de Julho de 2019. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.41
A classificação final dos candidatos aprovados no Processo Seletivo será
ordenada de acordo com os valores decrescentes da pontuação final, por número
de inscrição e documento de identidade.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.4 Etapa IV. Aplicação de
Avaliação Psicológica<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.1
Os (as) pré-candidatos (as) regularmente aprovados (as) no Exame de
Conhecimentos Gerais sobre o ECA passarão por Avaliação Psicológica de caráter
eliminatório no dia 07 de Julho de 2019, na <a name="_Hlk5525558">E. E. Alzira
do Carmo Dias Moreira</a>, situada Rua João Neves Pontes, n. 1660, Centro, CEP
15680-000, Guarani d'Oeste/SP.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.2
A avaliação psicológica tem a finalidade de avaliar o perfil do (a)
pré-candidato (a), verificando se este apresenta características, cognitivas e
comportamentais, necessárias para o desempenho das atribuições da função de
Conselheiro Tutelar e consistirá em avaliação objetiva e padronizada destas
características, mediante emprego de técnicas científicas, nos termos da
Resolução do Conselho Federal de Psicologia que Regulamenta a Avaliação Psicológica
em Concurso Público e processos seletivos da mesma natureza.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.3
O processo de avaliação psicológica, consistirá na aplicação de instrumentos
que explicitem de forma inequívoca as características emocionais, motivacionais
e de personalidade, considerando as necessidades, exigências e peculiaridades
da área de atuação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.4
A referida avaliação será realizada através da Aplicação da bateria de testes
psicológicos (Personalidade, Atenção e Inventário).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.5
Ao final da avaliação psicológica, será considerado INDICADO, o candidato que
demonstrar o perfil estabelecido neste edital, após participar de todas as
fases de tal avaliação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.6
O candidato poderá ser chamado para ser submetido a procedimento complementar
de avaliação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.7
A contraindicação na avaliação psicológica, não pressupõe a existência de
transtornos mentais. Indica, tão-somente, que o candidato avaliado não atende o
perfil exigido para as funções de Conselheiro Tutelar.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.8
Não se realizará qualquer teste ou etapa da avaliação psicológica fora dos
espaços físicos estabelecidos para os testes e entrevistas bem como não será
dado nenhum tratamento privilegiado, nem será levada em consideração qualquer
alteração, psicológica ou fisiológica passageira, na realização dos testes, na
data estabelecida para realização da avaliação psicológica.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.9
Não haverá segunda chamada, independente do motivo alegado pelo candidato.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.10
O candidato deverá apresentar-se na avaliação psicológica munido de documento
de identidade, cartão de inscrição, uma foto 3x4, dois lápis no. 2 e caneta
esferográfica azul ou preta.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.11
Não serão aceitos testes psicológicos e laudos realizados por outro psicólogo
que não seja credenciado para este processo de avaliação psicológica.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.12
A divulgação do resultado será no dia 26 de Julho de 2019 e contendo os nomes
dos (as) candidatos aprovados para próxima Etapa sendo publicado no diário
oficial do munícipio e afixados nos locais determinados anteriormente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.13
Após a publicação do resultado de avaliação psicológica o (a) pré-candidato
poderá interpor recurso no prazo de 29 de Julho de 2019 a 02 de Agosto de 2019
para a Comissão, que analisará em 03 (três) dias úteis, e publicará o resultado
final no dia 08 de agosto de 2019 na imprensa oficial do município e afixado
nos locais indicados anteriormente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.14
O recurso deverá ser individual e devidamente fundamentado, com a indicação
precisa daquilo em que o (a) pré-candidato (a) se julgar prejudicado (a).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.5 Etapa V. Eleição dos candidatos
por meio de voto<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.1
O processo de escolha para função de Conselho Tutelar Titular e Suplente
ocorrerá com o número mínimo de 10 (dez) pretendentes devidamente habilitados.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.2
Caso o número de candidatos seja inferior a 10 (dez), o Conselho Municipal dos
Direitos da Criança e do Adolescente - CMDCA reabrirá concomitante novo
Processo de Escolha para preenchimento das vagas restantes, sendo que o
Processo continuará em andamento com os candidatos aprovados. Caso isto ocorra,
não haverá prejuízo da garantia de posse dos novos Conselheiros ao término do
mandato em curso.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.3
A escolha dos membros do Conselho Tutelar se dará pelo voto direto, secreto e
facultativo.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.4
Poderão votar todos os inscritos no cartório eleitoral do munícipio de Guarani
d'Oeste, sendo que as informações dos eleitores habilitados a votar serão
publicados posteriormente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.6 Etapa VI. Capacitação dos
eleitos<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.1
Os conselheiros eleitos através do voto direto, secreto e facultativo, após homologação
e prazo de recursos, deverão participar da capacitação sobre as prerrogativas
de sua função.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.2
Está capacitação ocorrerá Plenário da Câmara Municipal de Guarani d'Oeste/SP, situado
no endereço Rua Antônio Flávio de Oliveira, n. 1372, Centro, CEP 15680-000,
Guarani d'Oeste/SP com carga horária de 8h00 a ser realizada no dia 19 de Novembro
de 2019 a partir das 8h00m.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.3
A capacitação é requisito essencial e obrigatório para que o candidato eleito
tome posse como conselheiro.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9 DA CAMPANHA E DO PROCESSO
ELEITORAL<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.1
A Campanha Eleitoral se iniciará no dia 14 (Quatorze) de Agosto de 2019,
devendo encerrar-se as 24:00 do dia 05 (cinco) de Outubro de 2019.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.2
É vedado ao candidato:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l9 level1 lfo10'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Oferecer
ou prometer dinheiro, dádiva, brindes ou vantagem de qualquer natureza aos
eleitores;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l9 level1 lfo10'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Promover
o transporte de eleitores no dia da votação;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l9 level1 lfo10'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Realizar
qualquer tipo de propaganda eleitoral no dia da votação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.3
A propaganda eleitoral será permitida nos moldes da legislação eleitoral
vigente, podendo o candidato convencer o eleitor para que compareça ao local da
votação e vote, considerando que neste pleito o voto é facultativo.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.4
No dia 13 de Agosto de 2019, a Comissão Organizadora deverá dar conhecimento
formal das regras do processo eleitoral aos candidatos habilitados, que
firmarão compromisso de respeitá-las, bem como reforçar as disposições deste
Edital, no que diz respeito notadamente: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>aos
votantes (quem são, documentos necessários etc.); <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>às
regras da campanha (proibições, penalidades etc.); <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
votação (mesários, presidentes de mesa, fiscais, prazos para recurso etc.); <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
apresentação e aprovação do modelo de cédula a ser utilizado;<span
style='mso-spacerun:yes'> </span><o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
definição de como o candidato deseja ser identificado na cédula (nome, codinome
ou apelido etc.); <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
definição do número de cada candidato; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>aos
critérios de desempate;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.5
A reunião será realizada independentemente do número de candidatos presentes. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.6
O candidato deverá comparecer obrigatoriamente à reunião ou enviar um
representante que se apresentará como tal por documento oficial assinado pelo
candidato. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.7
A reunião deverá ser lavrada em ata, constando a assinatura de todos os
presentes.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.8
É vedada a propaganda eleitoral nos veículos de comunicação social,
admitindo-se somente a realização de debates e entrevista com no mínimo 1/3 (um
terço) dos (as) candidatos (as), em entidades governamentais e não
governamentais, com oficialização ao CMDCA com antecedência mínima de 03 (três)
dias úteis.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.9
É proibida a propaganda eleitoral por meio de imprensa escrita, falada,
anúncios luminosos, faixas fixas, <i>outdoors</i>, cartazes ou inscrições em
qualquer local público ou particular, sujeitando-se a empresa responsável e os
candidatos à imediata retirada da propaganda irregular.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.10
É permitido o uso de "santinhos" com o nome e/ou apelido do candidato, bem como
a divulgação gratuita em redes socias, <i>internet </i>de pessoas físicas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.11
O número do (a) candidato (a) obedecerá ao critério de ordem alfabética dos
(as) habilitados (as) para concorrer ao pleito.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.12
É vedada a vinculação do nome de ocupantes de cargos eletivos (Vereadores,
Prefeito, Deputados etc) ao candidato;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.13
É proibido aos candidatos promoverem as suas campanhas antes da publicação da
lista definitiva das candidaturas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.14
É vedado aos membros do Conselho Municipal dos Direitos da Criança e do Adolescente
promover campanha para qualquer candidato.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.15
É permitido até às 24 horas do dia que antecede a eleição, a distribuição de
material gráfico (santinhos) e manutenção de postagens via <i>internet </i>já publicadas.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.16
É permitida, no dia das eleições, a manifestação individual e silenciosa da
preferência do eleitor por candidato (a), revelada exclusivamente pelo uso de
broches e adesivos não sendo permitida a "boca de urna".<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.17
São vedados, no dia do pleito, até o término do horário de votação, a
aglomeração de pessoas portando vestuário padronizado e os instrumentos de
propaganda referidos, de modo a caracterizar manifestação coletiva, com ou sem
utilização de veículos.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.18
É vedado aos candidatos (as), ou a qualquer pessoa, o fornecimento de
transporte ou refeição a eleitor, sob pena de ter sua candidatura cassada.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.19
No local de votação será afixada a lista dos (as) candidatos (as).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.20 Da candidatura<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.20.1
A candidatura é individual e sem vinculação a partido político, grupo religioso
ou econômico. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.20.2
É vedada a formação de chapas de candidato ou a utilização de qualquer outro
mecanismo que comprometa a candidatura individual do interessado.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.21 Dos Votantes <o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.1
Poderão votar todos os cidadãos maiores de 16 (dezesseis) anos inscritos como
eleitores no município.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.2
Para o exercício do voto, o cidadão deverá apresentar-se no local de votação
munido e seu título de eleitor e documento oficial de identidade.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.3
Cada eleitor deverá votar em apenas 01 candidato.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.4
Não será permitido o voto por procuração.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.5
Os eleitores deverão apresentar no ato do pleito, o Título de Eleitor e a
Cédula de<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Identidade.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.6
Na falta da Cédula de Identidade, esta deverá ser substituída pela Carteira
Nacional de Habilitação ou identidade profissional, desde que tenha foto e
número de registro geral<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Se
a votação não for eletrônica a votação ocorrerá por meio de cédula de votação,
que será rubricada pelos mesários, sendo que cada eleitor votará em cabine
indevassável, depositando seu voto em urna inviolável<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.22 Das Penalidades <o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.1
O candidato que não observar os termos deste edital poderá ter a sua
candidatura impugnada pela Comissão Organizadora.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.2
As denúncias relativas ao descumprimento das regras da campanha eleitoral
deverão ser formalizadas, indicando necessariamente os elementos probatórios,
junto à referida Comissão Organizadora e poderão ser apresentadas pelo
candidato que se julgue prejudicado ou por qualquer cidadão, no prazo máximo de
2 (dois) dias do fato. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.3
O prazo será computado excluindo o dia da concretização do fato e incluindo o
dia do vencimento. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.4
Considera-se prorrogado o prazo até o primeiro dia útil subsequente se o
vencimento cair em feriado ou em finais de semana. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.5
Será penalizado com o cancelamento do registro da candidatura ou a perda do
mandato o candidato que fizer uso de estrutura pública para realização de
campanha ou propaganda. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.6
A propaganda irreal, insidiosa ou que promova ataque pessoal contra os
concorrentes será analisada pela Comissão Organizadora que, entendendo-a
irregular, determinará a sua imediata suspensão.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10 DA VOTAÇÃO <o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.1
A votação ocorrerá no dia 06 de outubro de 2019, das 8h00 (oito horas) as 17h00
(dezessete horas) nas dependências da Projeto Cidadão do Futuro "Marco
Caboclo", situado no endereço Rua João Neves Pontes, n. 1131, Centro, Guarani d'Oeste/SP.
<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.2
Os candidatos a Conselheiros Tutelares disputarão a eleição através do sufrágio
universal e direto, pelo voto facultativo e secreto dos membros da comunidade
local com domicílio eleitoral no Município de Guarani d'Oeste. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.3
<span style='mso-spacerun:yes'> </span>Até as 17h00 (dezessete horas) do dia da
eleição serão distribuídas senhas aos presentes que se encontrarem nas filas de
votação, para assegurar-lhes o direito de votar. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.4
Após a identificação, o votante assinará a lista de presença e procederá a
votação. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.5
O votante que não souber ou não puder assinar, usará a impressão digital como
forma de identificação. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.6
Os candidatos poderão indicar um fiscal e um suplente para o acompanhamento do
processo de votação e apuração. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.7
No dia da votação o fiscal deverá estar identificado com crachá. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.8
Será utilizado no processo o voto com cédula de papel e urnas convencionais,
salvo se disponibilizadas urnas eletrônicas e programas por órgãos superiores
competentes.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.9
Será considerado inválido o voto: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula contenha mais de 01 (um) candidato assinalado; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula não estiver rubricada pelos membros da mesa de votação; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula não corresponder ao modelo oficial; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>em
branco; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>que
tiver o sigilo violado;<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>que
apresentar rasuras e/ou anotações fora do campo destinado a marcação do
candidato escolhido pelo eleitor. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.10
A ordem dos candidatos na cédula de votação, bem como seu número de urna serão
definidos por sorteio em reunião com todos os concorrentes. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.11
A sala de votação contará com uma Mesa de Recepção, composta por 03 (três)
membros: 01 (um) mesário e 02 (dois) secretários, devidamente credenciados pelo
CMDCA. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.12
Nas cabines de votação será afixada lista de nomes e números dos candidatos ao
Conselho Tutelar, as quais serão previamente publicadas e afixadas nos locais
previstos neste edital. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.13
No dia da eleição não será permitido ao candidato ou a terceiros realizar
qualquer tipo de propaganda eleitoral, conduzir eleitores utilizando-se de
veículos públicos ou particulares e realizar propaganda em carros de som ou
outros instrumentos ruidosos. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.14
A decisão de cassação da candidatura por descumprimento das normas deste
Edital, será tomada pelo Ministério Público, ouvida a Comissão Organizadora.
Neste caso, será instaurado processo administrativo em que o candidato terá
direito a defesa por escrito no prazo de 24 (vinte e quatro) horas, tendo o
Ministério Público igual prazo para proferir a decisão.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11 DA APURAÇÃO E DA PROCLAMAÇÃO DOS
ELEITOS<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.1
A apuração dos votos dar-se-á após o horário de encerramento da eleição, sob a
responsabilidade da Comissão Organizadora, sendo os resultados encaminhados ao
Conselho Municipal dos Direitos da Criança e do Adolescente - CMDCA, o qual
designará o seu local de guarda e tornará público o resultado mediante leitura
da ata de eleição. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.2
Os candidatos, por meio de seus fiscais, poderão apresentar impugnação dos
resultados apurados, cabendo decisão à Mesa de Apuração pelo voto majoritário,
com recurso ao CMDCA, que decidirá em 72 horas, facultada a manifestação do
Ministério Público. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.3
Não será permitida a presença dos candidatos junto à mesa de apuração. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>11.4 O sigilo do voto será assegurado mediante as seguintes
providências: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l18 level1 lfo21'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>a)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Uso de cédula cujo modelo será
aprovado pelo CMDCA; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l18 level1 lfo21'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Isolamento do votante em
cabine indevassável; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l18 level1 lfo21'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Autenticidade da cédula conferida pela rubrica dos mesários.</span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.5
Concluída a apuração dos votos e decididos os eventuais recursos, o CMDCA
proclamará o resultado dos candidatos eleitos em 08 de Outubro de 2019. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.6
Quanto aos votos brancos e nulos, estes não serão computados para fins de votos
válidos.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.7
A fiscalização de todo o processo de eleição estará a cargo do Ministério
Público. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.8
Os 05 (cinco) primeiros candidatos mais votados serão considerados eleitos e
serão nomeados e empossados como conselheiros tutelares titulares, ficando
todos os seguintes, observada a ordem decrescente de votação, como suplentes. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12 DO EMPATE<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>12.1
Na hipótese de empate na votação, será considerado eleito o candidato que,
sucessivamente: <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>I.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>apresentar melhor desempenho na prova de
conhecimento; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>II.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>apresentar maior tempo de atuação na
área da infância e adolescência; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>III.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>residir a mais tempo no município; <o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>IV.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>tiver maior idade. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>12.2
No caso de dois ou mais candidatos com vínculo parental impeditivo, conforme
consta neste edital, se classificarem entre os 05 (cinco) primeiros lugares,
apenas aquele com maior número de votos será considerado eleito. Os demais
serão reclassificados como suplentes, assumindo na hipótese de vacância e desde
que não exista impedimento.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13 HOMOLOGAÇÃO<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>13.1
O resultado final do Processo de Escolha, após decididos todos os recursos
interpostos tempestivamente observando as constantes deste edital, será
homologado pela Prefeitura Municipal de Guarani d'Oeste e publicado no Diário
Oficial do Munícipio e demais.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14 POSSE DOS CANDIDATOS<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.1
Caberá ao Prefeito Municipal dar posse aos conselheiros titulares eleitos em 10
de janeiro de 2020. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.2
Os candidatos serão convocados por ofício, a ser entregue no endereço
informado, quando do preenchimento da inscrição. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.3
O dia, a hora e o local da posse dos conselheiros tutelares serão divulgados
junto à comunidade local, afixando o convite em todos os locais onde o Edital
tiver sido afixado. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.4
O candidato eleito que desejar renunciar a sua vaga no Conselho Tutelar deverá
manifestar, por escrito, sua decisão ao CMDCA. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.5
O candidato eleito que, por qualquer motivo, manifestar a inviabilidade de
tomar posse e entrar em exercício, nesse momento, poderá requerer a sua
dispensa junto ao CMDCA, por escrito, sendo automaticamente reclassificado como
último suplente. <o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.6
No momento da posse, o escolhido assinará documento no qual conste declaração
de que não exerce atividade incompatível com o exercício da função de
conselheiro tutelar e ciência de seus direitos e deveres, observadas as
vedações constitucionais.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15 DISPOSIÇÕES FINAIS<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>15.1 Os casos omissos serão resolvidos pela Comissão Organizadora.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.2
É de inteira responsabilidade do (a) candidato (a) acompanhar a publicação de
todos<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>os
atos, Editais e comunicados referentes ao Processo de Escolha em Data Unificada
dos<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>(as)
conselheiros (as) tutelares.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.3
O descumprimento dos dispositivos legais previstos neste Edital implicará na
exclusão do (a) candidato (a) ao Processo de Escolha em Data Unificada.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.4
Os membros da Comissão não podem ser candidatos (as) ao Conselho Tutelar de<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Guarani
d'Oeste/SP.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.5
A composição da Mesa para a realização do pleito e apuração dos votos será
feita<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>pelos
membros da Comissão Eleitoral, já definida pelo Presidente do Conselho
Municipal<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>dos
Direitos da Criança e do Adolescente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><span style='mso-spacerun:yes'> </span>15.6 Este edital poderá ser
impugnado no prazo de 48 horas após a sua publicação nos locais indicados
anteriormente.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.7
Os membros escolhidos como conselheiros tutelares titulares e os suplentes,
submeter-se-ão a estudos sobre a legislação específica, as atribuições do cargo
e aos treinamentos práticos necessários, promovidos por uma comissão ou
instituição pública ou privada, sob a responsabilidade do Conselho Municipal
dos Direitos da Criança e do Adolescente e da Secretaria à qual está vinculado<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.8
Este edital, em seu inteiro teor, foi aprovado em reunião ordinária do Conselho
Municipal dos Direitos da Criança e do Adolescente - CMDCA de Guarani
d'Oeste/SP - no dia 08 de Abril de 2019, tendo sido registrado em ata, estando
em vigor na data de sua publicação.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>15.8 Este Edital entrará em vigor na data de sua publicação, a
fazer-se mediante afixação na sede do CMDCA, na Prefeitura Municipal de Guarani
d'Oeste, no site oficial do Município e no Departamento de Assistência Social.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=right style='text-align:right;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Guarani d'Oeste/SP, 09 de Abril de 2019<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Jean Marcelo de Faria Malagutti<o:p></o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Presidente do Conselho Municipal dos Direitos da Criança e do
Adolescente<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;font-family:
"Times New Roman","serif"'>ANEXOS<o:p></o:p></span></b></p>
<p class=MsoNormal><o:p> ;</o:p></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'>ANEXO I<o:p></o:p></b></p>
<p class=MsoNormal align=center style='text-align:center'><u>MODELO DE DECLARAÇÃO
DE</u><u><span style='font-size:12.0pt;line-height:107%'> IDONEIDADE MORAL<o:p></o:p></span></u></p>
<p class=MsoNormal><u><span style='font-size:12.0pt;line-height:107%'><o:p><span
style='text-decoration:none'> ;</span></o:p></span></u></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Nós abaixo assinados,
DECLARAMOS para os devidos fins, que conhecemos o Sr. (a)
_____________________________________________________ portador (a) do documento
de identidade ________________ há mais de ______ anos, e sabemos tratar-se de
cidadão (ã) de conduta irreprovável, não sendo de nosso conhecimento nada que o
(a) desabone até a presente data.<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'><span
style='mso-spacerun:yes'>
</span>Local<span style='mso-spacerun:yes'> </span>e data____________, de
_____________ 20______<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'><span
style='mso-tab-count:5'> </span><o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Nome:
________________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Nome: ________________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:
PT-BR;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear=all
style='mso-special-character:line-break;page-break-before:always'>
</span>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>ANEXO
II<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>MODELO
DECLARAÇÃO DE UNIÃO ESTÁVEL<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal style='text-align:justify'><span style='font-size:12.0pt;
line-height:107%;font-family:"Times New Roman","serif"'><span
style='mso-spacerun:yes'> </span></span>Eu,
_________________________________________, nacionalidade:_______________,
estado civil:_____________________, profissão:______________________, portador
da Carteira de Identidade nº______________________, emitida por____________,
inscrito no Cadastro de Pessoa Física sob o nº___________________, e ___________________________________________,
nacionalidade:_________________, estado civil:_____________________,
profissão:______________________, portadora da Carteira de Identidade
nº______________________, emitida por____________, inscrita no Cadastro de
Pessoa Física sob o nº___________________, ambos domiciliados nesta cidade e
residente na _________________________________________________, n°__________.
Bairro:___________________________, CEP________________, juridicamente capazes,
DECLARAMOS, cientes das penalidades legais, que convivemos em UNIÃO ESTÁVEL
desde _____/_____/_____, de natureza familiar, pública e duradoura com o
objetivo de constituição da família nos termos dos artigos 1723 e seguintes do
Código Civil. Assim sendo, por ser o aqui declarado a mais pura expressão da
verdade, assinamos esta Declaração para que surta seus efeitos legais.<span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p></o:p></span></p>
<p class=MsoNormal align=right style='text-align:right'><span style='font-size:
12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Local<span
style='mso-spacerun:yes'> </span>e data : ________, _____ de ___________ de
_______.<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'>___________________________<span
style='mso-spacerun:yes'> </span><span style='mso-tab-count:2'> </span>____________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><span style='mso-spacerun:yes'> </span>Assinatura
do 1º Declarante<span style='mso-spacerun:yes'> </span><span
style='mso-spacerun:yes'> </span><span
style='mso-spacerun:yes'> </span>Assinatura do 2º Declarante<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'>TESTEMUNHAS<o:p></o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Nome:
________________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Nome:
________________________________________________________________<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;font-family:
"Times New Roman","serif"'>ANEXO III<o:p></o:p></span></b></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%;mso-layout-grid-align:none;text-autospace:
none'><b><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>MODELO
TERMO DE RESPONSABILIDADE<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%;mso-layout-grid-align:none;text-autospace:
none'><b><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Eu,.........................................................................................abaixo
assinado, portador(a) da Cédula de Identidade nº
............................................., órgão expedidor
............/....... e C.P.F. nº-...................................,
Brasileiro(a), inscrito no processo de Escolha para Conselheiro Tutelar
DECLARO:<o:p></o:p></span></p>
<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l5 level1 lfo22'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:Wingdings;mso-fareast-font-family:
Wingdings;mso-bidi-font-family:Wingdings'><span style='mso-list:Ignore'>✓<span
style='font:7.0pt "Times New Roman"'> ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Que
não fui Demitido (a) ou Exonerado (a) do serviço público federal, estadual ou
municipal, em consequência de processo administrativo ou a bem do serviço
público, bem como não fui demitido (a) pro justa causa de emprego público ou
autarquia, fundação, empresa pública ou sociedade de economia mista.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Estou
ciente do disposto no Art. 299 do Código Penal Brasileiro (falsidade
ideológica), caso comprovado a inveracidade das informações.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
presente declaração é a expressão da verdade e a faço sob as penas da Lei.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Para
maior clareza firmo a presente.<o:p></o:p></span></p>
<p class=MsoNoSpacing align=right style='text-align:right;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Local
e data, _______de ______________________de 20__.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>__________________________________________<o:p></o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Candidato(a)<span
style='color:black'><o:p></o:p></span></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
color:black'>ANEXO IV</span></b><span style='font-size:12.0pt;line-height:107%;
font-family:"Times New Roman","serif";color:black'><o:p></o:p></span></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%;mso-layout-grid-align:none;text-autospace:
none'><b><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>DECLARAÇÃO
DE TEMPO DE RESIDENCIA NO MUNICÍPIO<o:p></o:p></span></b></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Eu,.........................................................................................abaixo
assinado, portador(a) da Cédula de Identidade nº .............................................,
órgão expedidor ............/....... e C.P.F.
nº-..................................., Brasileiro(a), natural de
............................................................... -
................, aos .........../......../20...., filho(a) de
...................................................................................................................
e
.......................................................................................................................,
declaro para os devidos fins de juntada em inscrição para pleito a uma vaga
junto ao Conselho Tutelar deste munícipio e que resido na
(Rua/Av/Trav)................................................................................(Bairro,Vila,
Lot. Jd)...................................................................,
nesta cidade, há
................................................(dias,meses,anos).<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Estou
ciente do disposto no Art. 299 do Código Penal Brasileiro (falsidade
ideológica), caso comprovado a inveracidade das informações.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
presente declaração é a expressão da verdade e a faço sob as penas da Lei.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Para
maior clareza firmo a presente.<o:p></o:p></span></p>
<p class=MsoNoSpacing align=right style='text-align:right;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Local
e data, _______de ______________________de 20__.<o:p></o:p></span></p>
<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>__________________________________________<o:p></o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Candidato(a)<span
style='color:black'><o:p></o:p></span></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:
PT-BR;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear=all
style='mso-special-character:line-break;page-break-before:always'>
</span>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'>ANEXO
V<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'>(Papel
timbrado)<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'>D E C L A R A Ç Ã
O<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal style='text-align:justify'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></p>
<p class=MsoListParagraph style='margin-left:0cm;mso-add-space:auto;text-align:
justify;text-indent:35.4pt;line-height:150%'><span style='font-family:"Arial Narrow","sans-serif"'><span
style='mso-tab-count:1'> </span><span
style='mso-spacerun:yes'> </span>A (nome da instituição), inscrita no CNPJ nº
___________, estabelecida no endereço ______________________, bairro
______________, na cidade _____________, através de seu representante legal
________________________, vem através desta DECLARAR E ATESTAR<i
style='mso-bidi-font-style:normal'>,</i> para os devidos fins de direito, que __________________________,
residente e domiciliado no endereço _____________________________, bairro
______________ na cidade de _______________, desenvolveu ações, programas e
projetos na promoção, proteção e defesa dos direitos das crianças e
adolescentes, contribuindo para efetivação dos direitos das crianças e
adolescentes, pelo período de 02 (dois) anos, não havendo fatos supervenientes
que desabonem sua conduta técnica dentro dos padrões de qualidade e desempenho
e que cumpriu com sua obrigação.</span><span style='font-family:"Arial Narrow","sans-serif";
mso-bidi-font-family:Helvetica;color:#333333'><o:p></o:p></span></p>
<p class=MsoNormal style='text-align:justify;line-height:150%'><span
style='font-family:"Arial Narrow","sans-serif";color:black'><o:p> ;</o:p></span></p>
<p class=MsoNormal style='margin-left:70.8pt;text-align:justify;text-indent:
35.4pt;line-height:150%'><span style='font-family:"Arial Narrow","sans-serif"'>E,
para que o presente surta os efeitos desejados firmo o presente.<o:p></o:p></span></p>
<p class=MsoNormal style='text-align:justify;line-height:150%'><span
style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=right style='text-align:right'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'>Local e data<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>.......................................................................<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>Nome, Função e RG.<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>Papel timbrado<span
style='mso-spacerun:yes'> </span><o:p></o:p></span></b></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:
PT-BR;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear=all
style='mso-special-character:line-break;page-break-before:always'>
</span>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>ANEXO
VI<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Calendário
Referente ao Edital nº 001/2019 do CMDCA<o:p></o:p></span></b></p>
<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>
<table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0
style='border-collapse:collapse;border:none;mso-border-alt:solid windowtext .5pt;
mso-yfti-tbllook:1184;mso-padding-alt:0cm 5.4pt 0cm 5.4pt'>
<tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
mso-border-alt:solid windowtext .5pt;background:#D9D9D9;mso-background-themecolor:
background1;mso-background-themeshade:217;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Evento<o:p></o:p></span></b></p>
</td>
<td width=288 style='width:216.1pt;border:solid windowtext 1.0pt;border-left:
none;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:
217;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Datas<o:p></o:p></span></b></p>
</td>
</tr>
<tr style='mso-yfti-irow:1'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Edital<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/04/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:2'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
de Inscrições <o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15/04/2019 à 30/04/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:3'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
Requerimentos Inscrições<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/05/2019 à 05/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:4'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da lista dos candidatos com inscrições deferidas<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:5'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
para recurso<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/05/2019 à 10/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:6'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão <o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11/05/2019 à 12/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:7'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos Recursos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:8'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:9'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos pré-candidatos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>20/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:10'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:11'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Gabarito Oficial<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:12'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado da Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:13'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>24/06/2019 à 28/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:14'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão - Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/07/2019 à 03/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:15'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados na prova objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:16'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:17'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>26/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:18'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>29/07/2019 à 02/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:19'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>03/08/2019 à 07/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:20'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados - Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:21'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Homologação
de Candidaturas<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:22'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Treinamento
de Instruções Aprovados<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:23'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
Campanha Eleitoral<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/08/2019 à 05/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:24'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos locais de votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:25'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Dia
da Votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:26'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
do Resultado da Votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:27'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Oficial<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:28'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos Conselheiros Eleitos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/11/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:29'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Diplomação
dos escolhidos e suplentes<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>25/11/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:30;mso-yfti-lastrow:yes'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Posse
dos escolhidos e suplentes<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/01/2020<o:p></o:p></span></p>
</td>
</tr>
</table>
<p class=MsoNormal><span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span></p>
</div>
</body>]]>
|
2269
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>EDITAL CMDCA N.º 001/2019<o:p></o:p></span></b></p>]]>
|
2269
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>EDITAL CMDCA N.º 001/2019<o:p></o:p></span></b>]]>
|
2270
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>EDITAL CMDCA N.º 001/2019<o:p></o:p></span>]]>
|
2273
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2273
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2276
| <![CDATA[<p class=MsoNoSpacing style='margin-left:5.0cm;text-align:justify'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'>TORNA PÚBLICA AS
CONDIÇÕES EM QUE SE REALIZARÃO OS PROCESSOS SELETIVO E ELEITORAL DE CANDIDATOS
À FUNÇÃO DE CONSELHEIRO TUTELAR DO MUNICÍPIO DE GUARANI D'OESTE/SP, E DÁ OUTRAS
PROVIDÊNCIAS. <o:p></o:p></span></p>]]>
|
2276
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'>TORNA PÚBLICA AS
CONDIÇÕES EM QUE SE REALIZARÃO OS PROCESSOS SELETIVO E ELEITORAL DE CANDIDATOS
À FUNÇÃO DE CONSELHEIRO TUTELAR DO MUNICÍPIO DE GUARANI D'OESTE/SP, E DÁ OUTRAS
PROVIDÊNCIAS. <o:p></o:p></span>]]>
|
2282
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2282
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2285
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
PREFEITURA MUNICIPAL DE GUARANI D'OESTE/SP através do CONSELHO MUNICIPAL DOS
DIREITOS DA CRIANÇA E DO ADOLESCENTE, no uso de suas atribuições legais, e com
base na Lei Federal n.º 8069/90, que dispõe sobre o ESTATUTO DA CRIANÇA E DO
ADOLESCENTE - ECA; na Lei Municipal n.º 1.243, de 05 de Junho de 2018, que
dispõe sobre a Política Municipal dos Direitos da Criança e do Adolescente, e
da Resolução de nº 170 do CONANDA - Conselho Nacional dos Direitos da Criança e
do Adolescente, com fiscalização do Ministério Público realizará o processo de
escolha para o provimento da Função de <b style='mso-bidi-font-weight:normal'>CONSELHEIRO
TUTELAR TITULAR</b> e <b style='mso-bidi-font-weight:normal'>SUPLENTE</b> para
o quatriênio 2020/2023 nas diretrizes do Processo de Escolha UNIFICADO em todo
território nacional sendo composto por "PROVAS, AVALIAÇÃO PSICOLÓGICA E
PROCESSO DE ESCOLHA/VOTAÇÃO", regido nos moldes deste edital e legislação
pertinente, tornando público o presente edital:<o:p></o:p></span></p>]]>
|
2285
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
PREFEITURA MUNICIPAL DE GUARANI D'OESTE/SP através do CONSELHO MUNICIPAL DOS
DIREITOS DA CRIANÇA E DO ADOLESCENTE, no uso de suas atribuições legais, e com
base na Lei Federal n.º 8069/90, que dispõe sobre o ESTATUTO DA CRIANÇA E DO
ADOLESCENTE - ECA; na Lei Municipal n.º 1.243, de 05 de Junho de 2018, que
dispõe sobre a Política Municipal dos Direitos da Criança e do Adolescente, e
da Resolução de nº 170 do CONANDA - Conselho Nacional dos Direitos da Criança e
do Adolescente, com fiscalização do Ministério Público realizará o processo de
escolha para o provimento da Função de <b style='mso-bidi-font-weight:normal'>CONSELHEIRO
TUTELAR TITULAR</b> e <b style='mso-bidi-font-weight:normal'>SUPLENTE</b> para
o quatriênio 2020/2023 nas diretrizes do Processo de Escolha UNIFICADO em todo
território nacional sendo composto por "PROVAS, AVALIAÇÃO PSICOLÓGICA E
PROCESSO DE ESCOLHA/VOTAÇÃO", regido nos moldes deste edital e legislação
pertinente, tornando público o presente edital:<o:p></o:p></span>]]>
|
2294
| <![CDATA[<b style='mso-bidi-font-weight:normal'>CONSELHEIRO
TUTELAR TITULAR</b>]]>
|
2295
| <![CDATA[<b style='mso-bidi-font-weight:normal'>SUPLENTE</b>]]>
|
2301
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2301
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2304
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>DISPOSIÇÕES GERAIS<o:p></o:p></span></b></p>]]>
|
2304
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>DISPOSIÇÕES GERAIS<o:p></o:p></span></b>]]>
|
2305
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>DISPOSIÇÕES GERAIS<o:p></o:p></span>]]>
|
2308
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2308
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2311
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.1.
O processo de escolha dos membros do Conselho Tutelar é regido por este edital,
aprovado pelo Conselho Municipal dos Direitos da Criança e do Adolescente de Guarani
d'Oeste/SP. <o:p></o:p></span></p>]]>
|
2311
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.1.
O processo de escolha dos membros do Conselho Tutelar é regido por este edital,
aprovado pelo Conselho Municipal dos Direitos da Criança e do Adolescente de Guarani
d'Oeste/SP. <o:p></o:p></span>]]>
|
2317
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.2.
A Comissão Organizadora designada pelo Conselho Municipal dos Direitos da
Criança e do Adolescente, composta paritariamente dentre os membros do aludido
Conselho, conforme Resolução, é a responsável por toda a condução do processo
de escolha. <o:p></o:p></span></p>]]>
|
2317
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.2.
A Comissão Organizadora designada pelo Conselho Municipal dos Direitos da
Criança e do Adolescente, composta paritariamente dentre os membros do aludido
Conselho, conforme Resolução, é a responsável por toda a condução do processo
de escolha. <o:p></o:p></span>]]>
|
2324
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.3.
O processo destina-se à escolha de 05 (cinco) membros titulares e membros suplentes,
para composição do Conselho Tutelar do município de Guarani d'Oeste/SP, para o
mandato de 04 (quatro) anos, permitida uma recondução, mediante novo processo
de escolha. <o:p></o:p></span></p>]]>
|
2324
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.3.
O processo destina-se à escolha de 05 (cinco) membros titulares e membros suplentes,
para composição do Conselho Tutelar do município de Guarani d'Oeste/SP, para o
mandato de 04 (quatro) anos, permitida uma recondução, mediante novo processo
de escolha. <o:p></o:p></span>]]>
|
2331
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.4.
Todos os atos constantes do cronograma deste Edital serão publicados na sede da
Prefeitura Municipal, situada à Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP; na sede do Conselho Tutelar, situado à Rua João Neves Pontes, n.
1207, Centro, Guarani d'Oeste/SP; e na sede do Departamento Municipal de
Assistência Social, situado Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP.<o:p></o:p></span></p>]]>
|
2331
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.4.
Todos os atos constantes do cronograma deste Edital serão publicados na sede da
Prefeitura Municipal, situada à Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP; na sede do Conselho Tutelar, situado à Rua João Neves Pontes, n.
1207, Centro, Guarani d'Oeste/SP; e na sede do Departamento Municipal de
Assistência Social, situado Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP.<o:p></o:p></span>]]>
|
2340
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.5.
O Conselho Tutelar é órgão permanente e autônomo, não jurisdicional,
encarregado pela sociedade de zelar pelo cumprimento dos direitos da Criança e
do Adolescente, cumprindo as atribuições previstas no Estatuto da Criança e do
Adolescente, artigos 95 e 136.<o:p></o:p></span></p>]]>
|
2340
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.5.
O Conselho Tutelar é órgão permanente e autônomo, não jurisdicional,
encarregado pela sociedade de zelar pelo cumprimento dos direitos da Criança e
do Adolescente, cumprindo as atribuições previstas no Estatuto da Criança e do
Adolescente, artigos 95 e 136.<o:p></o:p></span>]]>
|
2347
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.6.
A candidatura deverá ser individual, não sendo admitida a composição de chapas,
em<o:p></o:p></span></p>]]>
|
2347
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.6.
A candidatura deverá ser individual, não sendo admitida a composição de chapas,
em<o:p></o:p></span>]]>
|
2352
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>conformidade
como disposto na Resolução nº. 170/2014 editada pelo CONANDA.<o:p></o:p></span></p>]]>
|
2352
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>conformidade
como disposto na Resolução nº. 170/2014 editada pelo CONANDA.<o:p></o:p></span>]]>
|
2356
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.7
A etapa final (Processo de Votação) será realizada mediante sufrágio universal
e direto, pelo voto facultativo e secreto dos eleitores do munícipio de Guarani
d'Oeste.<o:p></o:p></span></p>]]>
|
2356
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>1.7
A etapa final (Processo de Votação) será realizada mediante sufrágio universal
e direto, pelo voto facultativo e secreto dos eleitores do munícipio de Guarani
d'Oeste.<o:p></o:p></span>]]>
|
2362
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2362
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2365
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>2. DOS REQUISITOS BÁSICOS EXIGIDOS
PARA O EXERCÍCIO DA FUNÇÃO<o:p></o:p></span></b></p>]]>
|
2365
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>2. DOS REQUISITOS BÁSICOS EXIGIDOS
PARA O EXERCÍCIO DA FUNÇÃO<o:p></o:p></span></b>]]>
|
2366
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>2. DOS REQUISITOS BÁSICOS EXIGIDOS
PARA O EXERCÍCIO DA FUNÇÃO<o:p></o:p></span>]]>
|
2370
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>DE CONSELHEIRO TUTELAR<o:p></o:p></span></b></p>]]>
|
2370
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>DE CONSELHEIRO TUTELAR<o:p></o:p></span></b>]]>
|
2371
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>DE CONSELHEIRO TUTELAR<o:p></o:p></span>]]>
|
2374
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2374
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2377
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.1
Poderão concorrer ao pleito os candidatos que apresentarem os requisitos
mínimos descritos abaixo:<o:p></o:p></span></p>]]>
|
2377
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.1
Poderão concorrer ao pleito os candidatos que apresentarem os requisitos
mínimos descritos abaixo:<o:p></o:p></span>]]>
|
2382
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>a)
ser reconhecida idoneidade moral;<o:p></o:p></span></p>]]>
|
2383
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>a)
ser reconhecida idoneidade moral;<o:p></o:p></span>]]>
|
2386
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>b)
possuir idade superior a 21 (vinte e um) anos;<o:p></o:p></span></p>]]>
|
2387
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>b)
possuir idade superior a 21 (vinte e um) anos;<o:p></o:p></span>]]>
|
2390
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>c)
ser brasileiro nato ou naturalizado nos termos do artigo 12 da Constituição
Federal de 1.988, da Lei Federal nº 13.445, de 24 de maio de 2.017 (Lei de
Migração);<o:p></o:p></span></p>]]>
|
2391
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>c)
ser brasileiro nato ou naturalizado nos termos do artigo 12 da Constituição
Federal de 1.988, da Lei Federal nº 13.445, de 24 de maio de 2.017 (Lei de
Migração);<o:p></o:p></span>]]>
|
2396
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
residir no município há mais de 05 (cinco) anos, fazendo prova através de
comprovante de residência ou declaração de pessoas de reconhecida idoneidade
moral;<o:p></o:p></span></p>]]>
|
2397
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
residir no município há mais de 05 (cinco) anos, fazendo prova através de
comprovante de residência ou declaração de pessoas de reconhecida idoneidade
moral;<o:p></o:p></span>]]>
|
2402
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
ter concluído ensino médio ou equivalente;<o:p></o:p></span></p>]]>
|
2403
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
ter concluído ensino médio ou equivalente;<o:p></o:p></span>]]>
|
2406
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>e)
não ter sofrido penalidade de perda de mandato de conselheiro tutelar no
período vigente;<o:p></o:p></span></p>]]>
|
2407
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>e)
não ter sofrido penalidade de perda de mandato de conselheiro tutelar no
período vigente;<o:p></o:p></span>]]>
|
2411
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>f)
estar no gozo dos direitos políticos;<o:p></o:p></span></p>]]>
|
2412
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>f)
estar no gozo dos direitos políticos;<o:p></o:p></span>]]>
|
2415
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>g)
estar em dia com os deveres do Serviço Militar, para candidatos do sexo Masculino;<o:p></o:p></span></p>]]>
|
2416
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>g)
estar em dia com os deveres do Serviço Militar, para candidatos do sexo Masculino;<o:p></o:p></span>]]>
|
2419
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>h)
não exercer mandato político;<o:p></o:p></span></p>]]>
|
2420
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>h)
não exercer mandato político;<o:p></o:p></span>]]>
|
2423
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>i)
não registrar antecedentes criminais (comprovado através de Certidão do
Cartório Distribuidor local e da Justiça Federal);<o:p></o:p></span></p>]]>
|
2424
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>i)
não registrar antecedentes criminais (comprovado através de Certidão do
Cartório Distribuidor local e da Justiça Federal);<o:p></o:p></span>]]>
|
2428
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>j)
não ter sido destituído do poder familiar ou estar suspenso esse direito;<o:p></o:p></span></p>]]>
|
2429
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>j)
não ter sido destituído do poder familiar ou estar suspenso esse direito;<o:p></o:p></span>]]>
|
2432
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>k)
não ser membro titular ou suplente do Conselho Municipal dos Direitos da
Criança e Adolescentes - CMDCA do munícipio.<o:p></o:p></span></p>]]>
|
2433
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>k)
não ser membro titular ou suplente do Conselho Municipal dos Direitos da
Criança e Adolescentes - CMDCA do munícipio.<o:p></o:p></span>]]>
|
2437
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>l)
ter disponibilidade de dedicação do período de funcionamento do Conselho
Tutelar do qual faz parte, bem como cumprir as escalas previstas de plantões e
etc.;<o:p></o:p></span></p>]]>
|
2438
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>l)
ter disponibilidade de dedicação do período de funcionamento do Conselho
Tutelar do qual faz parte, bem como cumprir as escalas previstas de plantões e
etc.;<o:p></o:p></span>]]>
|
2443
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>m)
não estar impedido de exercer a função nos termos do artigo 140 e parágrafo
único da Lei nº 8.069, de 13 de julho de 1990; <o:p></o:p></span></p>]]>
|
2444
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>m)
não estar impedido de exercer a função nos termos do artigo 140 e parágrafo
único da Lei nº 8.069, de 13 de julho de 1990; <o:p></o:p></span>]]>
|
2448
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>n)
obter 100% de frequência na capacitação a respeito da legislação sobre os
direitos da infância e da adolescência, promovida pelo CMDCA;<o:p></o:p></span></p>]]>
|
2449
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>n)
obter 100% de frequência na capacitação a respeito da legislação sobre os
direitos da infância e da adolescência, promovida pelo CMDCA;<o:p></o:p></span>]]>
|
2453
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>o)
ser aprovado em avaliação de conhecimentos gerais sobre o Estatuto da Criança e
do Adolescente, com média igual ou superior a 60%.<o:p></o:p></span></p>]]>
|
2454
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>o)
ser aprovado em avaliação de conhecimentos gerais sobre o Estatuto da Criança e
do Adolescente, com média igual ou superior a 60%.<o:p></o:p></span>]]>
|
2458
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>p)
ser aprovado em teste de aptidão psicológica para o exercício da função;<o:p></o:p></span></p>]]>
|
2459
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>p)
ser aprovado em teste de aptidão psicológica para o exercício da função;<o:p></o:p></span>]]>
|
2462
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>q)
conhecer e estar plenamente de acordo com as Instruções do Processo
Seletivo/Processo de Escolha previsto neste edital.<o:p></o:p></span></p>]]>
|
2463
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>q)
conhecer e estar plenamente de acordo com as Instruções do Processo
Seletivo/Processo de Escolha previsto neste edital.<o:p></o:p></span>]]>
|
2467
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>r)
ser reconhecido habilitado pelo menos na categoria "B" para conduzir veículos
automotores.<o:p></o:p></span></p>]]>
|
2468
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>r)
ser reconhecido habilitado pelo menos na categoria "B" para conduzir veículos
automotores.<o:p></o:p></span>]]>
|
2472
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.2
O Ato de Registro de Candidaturas será tornado indeferido quando o candidato:<o:p></o:p></span></p>]]>
|
2472
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.2
O Ato de Registro de Candidaturas será tornado indeferido quando o candidato:<o:p></o:p></span>]]>
|
2476
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>a)
não registrar a candidatura dentro do prazo estabelecido neste edital;<o:p></o:p></span></p>]]>
|
2477
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>a)
não registrar a candidatura dentro do prazo estabelecido neste edital;<o:p></o:p></span>]]>
|
2480
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>b)
deixar de comprovar e/ou cumprir qualquer dos requisitos especificados
anteriormente;<o:p></o:p></span></p>]]>
|
2481
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>b)
deixar de comprovar e/ou cumprir qualquer dos requisitos especificados
anteriormente;<o:p></o:p></span>]]>
|
2485
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>c)
não apresentar o rol de documentos estabelecidos para o processo de inscrição;<o:p></o:p></span></p>]]>
|
2486
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>c)
não apresentar o rol de documentos estabelecidos para o processo de inscrição;<o:p></o:p></span>]]>
|
2489
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
apresentar declarações/documentos falsos;<o:p></o:p></span></p>]]>
|
2490
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>d)
apresentar declarações/documentos falsos;<o:p></o:p></span>]]>
|
2493
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.3
O candidato deverá somente efetuar o registro de sua inscrição somente após
tomar ciência de todos os procedimentos, requisitos e condições prevista neste
edital, sendo que sua inscrição implicará no conhecimento tácito de aceitação
das normas e condições estabelecidas.<o:p></o:p></span></p>]]>
|
2493
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.3
O candidato deverá somente efetuar o registro de sua inscrição somente após
tomar ciência de todos os procedimentos, requisitos e condições prevista neste
edital, sendo que sua inscrição implicará no conhecimento tácito de aceitação
das normas e condições estabelecidas.<o:p></o:p></span>]]>
|
2500
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.4
São impedidos de servir no mesmo Conselho, cônjuges, companheiros, mesmo que em
união homoafetiva, ascendentes, descendentes, sogro (a) e genro ou nora,
irmãos, cunhados, tio e sobrinho, padrasto ou madrasta e enteado. O impedimento
se estende à autoridade judiciária e ao representante do Ministério Público com
atuação na Justiça da Infância e da Juventude, em exercício na Comarca, Foro
Regional ou Distrital.<o:p></o:p></span></p>]]>
|
2500
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>2.4
São impedidos de servir no mesmo Conselho, cônjuges, companheiros, mesmo que em
união homoafetiva, ascendentes, descendentes, sogro (a) e genro ou nora,
irmãos, cunhados, tio e sobrinho, padrasto ou madrasta e enteado. O impedimento
se estende à autoridade judiciária e ao representante do Ministério Público com
atuação na Justiça da Infância e da Juventude, em exercício na Comarca, Foro
Regional ou Distrital.<o:p></o:p></span>]]>
|
2509
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2509
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2512
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>3. DA JORNADA DE TRABALHO E
REMUNERAÇÃO<o:p></o:p></span></b></p>]]>
|
2512
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>3. DA JORNADA DE TRABALHO E
REMUNERAÇÃO<o:p></o:p></span></b>]]>
|
2513
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>3. DA JORNADA DE TRABALHO E
REMUNERAÇÃO<o:p></o:p></span>]]>
|
2517
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2517
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2520
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.1
Pelo exercício de Conselheiro Tutelar de Guarani d'Oeste/SP, é considerado como
agente honorífico e, cada um dos membros receberá uma remuneração mensal bruta,
no valor de R$ 998,00 (Novecentos e noventa e oito reais), reajustado com base
na política nacional de reajuste do salário mínimo federal, pago pela
Prefeitura Municipal de Guarani d'Oeste/SP, através de dotação orçamentária do
Departamento de Ação Social, de acordo com o que dispuser a Lei Municipal vigente
no início do mandato.<o:p></o:p></span></p>]]>
|
2520
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.1
Pelo exercício de Conselheiro Tutelar de Guarani d'Oeste/SP, é considerado como
agente honorífico e, cada um dos membros receberá uma remuneração mensal bruta,
no valor de R$ 998,00 (Novecentos e noventa e oito reais), reajustado com base
na política nacional de reajuste do salário mínimo federal, pago pela
Prefeitura Municipal de Guarani d'Oeste/SP, através de dotação orçamentária do
Departamento de Ação Social, de acordo com o que dispuser a Lei Municipal vigente
no início do mandato.<o:p></o:p></span>]]>
|
2530
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.2
Os (as) conselheiros (as) tutelares gozarão dos Direitos previstos na Lei
Municipal nº 1.243, de 05 de Junho de 2018 e na Lei 8.069/90 - Estatuto da
Criança e do Adolescente.<o:p></o:p></span></p>]]>
|
2530
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.2
Os (as) conselheiros (as) tutelares gozarão dos Direitos previstos na Lei
Municipal nº 1.243, de 05 de Junho de 2018 e na Lei 8.069/90 - Estatuto da
Criança e do Adolescente.<o:p></o:p></span>]]>
|
2536
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.3
Os (as) conselheiros (as) tutelares exercerão suas atividades em regime de
dedicação exclusiva, conforme orienta a Resolução nº. 170/2014 do CONANDA.<o:p></o:p></span></p>]]>
|
2536
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.3
Os (as) conselheiros (as) tutelares exercerão suas atividades em regime de
dedicação exclusiva, conforme orienta a Resolução nº. 170/2014 do CONANDA.<o:p></o:p></span>]]>
|
2541
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.4
O expediente ordinário dos (as) Conselheiros (as) Tutelares será das 08h00 às
17h00, totalizando uma jornada de trabalho de 40 (quarenta) horas semanais.<o:p></o:p></span></p>]]>
|
2541
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.4
O expediente ordinário dos (as) Conselheiros (as) Tutelares será das 08h00 às
17h00, totalizando uma jornada de trabalho de 40 (quarenta) horas semanais.<o:p></o:p></span>]]>
|
2546
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.5
Fora do expediente normal, bem como nos sábados, domingos e feriados, os
membros do Conselho se organizarão através de plantão para que possam atender
ao público, em qualquer horário, em casos de ameaça aos Direitos da Criança e
do Adolescente.<o:p></o:p></span></p>]]>
|
2546
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.5
Fora do expediente normal, bem como nos sábados, domingos e feriados, os
membros do Conselho se organizarão através de plantão para que possam atender
ao público, em qualquer horário, em casos de ameaça aos Direitos da Criança e
do Adolescente.<o:p></o:p></span>]]>
|
2553
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.6
A organização do regime de trabalho ficará sob a responsabilidade do Conselho
Tutelar, que terá plena autonomia para sua elaboração, devendo informar ao
CMDCA a escala de trabalho e plantão, sendo que cada Conselheiro deverá cumprir
uma jornada de 40 (quarenta) horas semanais.<o:p></o:p></span></p>]]>
|
2553
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.6
A organização do regime de trabalho ficará sob a responsabilidade do Conselho
Tutelar, que terá plena autonomia para sua elaboração, devendo informar ao
CMDCA a escala de trabalho e plantão, sendo que cada Conselheiro deverá cumprir
uma jornada de 40 (quarenta) horas semanais.<o:p></o:p></span>]]>
|
2560
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.7
As escalas de trabalho e de plantão serão afixadas em local visível na sede do
Conselho, até o vigésimo dia do mês que antecede sua vigência.<o:p></o:p></span></p>]]>
|
2560
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.7
As escalas de trabalho e de plantão serão afixadas em local visível na sede do
Conselho, até o vigésimo dia do mês que antecede sua vigência.<o:p></o:p></span>]]>
|
2565
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.8
Será assegurado aos Conselheiros o direito a:<o:p></o:p></span></p>]]>
|
2565
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>3.8
Será assegurado aos Conselheiros o direito a:<o:p></o:p></span>]]>
|
2569
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>I.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>cobertura
previdenciária; ; ; ; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; <o:p></o:p></span></p>]]>
|
2570
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>I.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span>]]>
|
2572
| <![CDATA[<span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>I.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span>]]>
|
2572
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>]]>
|
2573
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span>]]>
|
2575
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>cobertura
previdenciária; ; ; ; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; <o:p></o:p></span>]]>
|
2580
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134ii></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>II.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>gozo de férias anuais remuneradas,
acrescidas de 1/3 (um terço) do valor da remuneração
mensal; ; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; ; <o:p></o:p></span></p>]]>
|
2581
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>II.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span>]]>
|
2583
| <![CDATA[<span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>II.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span>]]>
|
2583
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>]]>
|
2584
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span>]]>
|
2586
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>gozo de férias anuais remuneradas,
acrescidas de 1/3 (um terço) do valor da remuneração
mensal; ; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; ; <o:p></o:p></span>]]>
|
2592
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134iii></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>III.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>licença-maternidade; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; <o:p></o:p></span></p>]]>
|
2593
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>III.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span>]]>
|
2595
| <![CDATA[<span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>III.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span>]]>
|
2595
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>]]>
|
2596
| <![CDATA[<span style='mso-spacerun:yes'> </span>]]>
|
2596
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span>]]>
|
2598
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>licença-maternidade; ; ; ; ; ; ; ; ; ;
; ; ; ; ; ; ; <o:p></o:p></span>]]>
|
2602
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134iv></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>IV.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>licença-paternidade; ; <o:p></o:p></span></p>]]>
|
2603
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>IV.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span>]]>
|
2605
| <![CDATA[<span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>IV.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span>]]>
|
2605
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>]]>
|
2606
| <![CDATA[<span style='mso-spacerun:yes'> </span>]]>
|
2606
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span>]]>
|
2608
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>licença-paternidade; ; <o:p></o:p></span>]]>
|
2611
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-indent:-36.0pt;mso-text-indent-alt:
-18.0pt;line-height:150%;mso-list:l13 level1 lfo23'><a name=art134v></a><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>V.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>gratificação natalina.<o:p></o:p></span></p>]]>
|
2612
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>V.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span>]]>
|
2614
| <![CDATA[<span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>V.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span>]]>
|
2614
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>]]>
|
2615
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span>]]>
|
2617
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>gratificação natalina.<o:p></o:p></span>]]>
|
2620
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2620
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2623
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>4 ATRIBUIÇÕES DO CONSELHO TUTELAR<o:p></o:p></span></b></p>]]>
|
2623
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>4 ATRIBUIÇÕES DO CONSELHO TUTELAR<o:p></o:p></span></b>]]>
|
2624
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>4 ATRIBUIÇÕES DO CONSELHO TUTELAR<o:p></o:p></span>]]>
|
2627
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2627
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2630
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>4.1 São atribuições do Conselho Tutelar:<o:p></o:p></span></p>]]>
|
2630
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>4.1 São atribuições do Conselho Tutelar:<o:p></o:p></span>]]>
|
2634
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136i></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>I - Atender as crianças e adolescentes sempre
que tiverem seus direitos ameaçados ou violados: por ação ou omissão da
sociedade ou do Estado, por falta, omissão ou abuso dos pais ou responsáveis em
razão de sua conduta;<o:p></o:p></span></p>]]>
|
2635
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>I - Atender as crianças e adolescentes sempre
que tiverem seus direitos ameaçados ou violados: por ação ou omissão da
sociedade ou do Estado, por falta, omissão ou abuso dos pais ou responsáveis em
razão de sua conduta;<o:p></o:p></span>]]>
|
2641
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>II - Receber a comunicação dos casos de suspeita ou confirmação
dos maus tratos, de reiteradas faltas injustificadas ou evasão escolar, após
esgotados os procedimentos a nível de estabelecimento escolar, de elevados
níveis de repetência<o:p></o:p></span></p>]]>
|
2641
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>II - Receber a comunicação dos casos de suspeita ou confirmação
dos maus tratos, de reiteradas faltas injustificadas ou evasão escolar, após
esgotados os procedimentos a nível de estabelecimento escolar, de elevados
níveis de repetência<o:p></o:p></span>]]>
|
2648
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136ii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>III - Atender à criança que tiver seus
direitos ameaçados ou violados, determinando, dentre outras, as seguintes
providências: encaminhamento aos pais ou responsáveis, mediante termo de
responsabilidade, orientação, apoio e acompanhamento temporário, matrícula e
frequência obrigatórias em estabelecimento oficial de ensino fundamental,
inclusão em programa comunitário ou oficial de auxílio à família, a criança e
ao adolescente;<o:p></o:p></span></p>]]>
|
2649
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>III - Atender à criança que tiver seus
direitos ameaçados ou violados, determinando, dentre outras, as seguintes
providências: encaminhamento aos pais ou responsáveis, mediante termo de
responsabilidade, orientação, apoio e acompanhamento temporário, matrícula e
frequência obrigatórias em estabelecimento oficial de ensino fundamental,
inclusão em programa comunitário ou oficial de auxílio à família, a criança e
ao adolescente;<o:p></o:p></span>]]>
|
2658
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>IV - Atender e aconselhar os pais ou responsável, aplicando as
medidas previstas no Estatuto da Criança e Adolescentes;<o:p></o:p></span></p>]]>
|
2658
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>IV - Atender e aconselhar os pais ou responsável, aplicando as
medidas previstas no Estatuto da Criança e Adolescentes;<o:p></o:p></span>]]>
|
2663
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>V - promover a execução de suas
decisões, podendo para tanto:<o:p></o:p></span></p>]]>
|
2664
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>V - promover a execução de suas
decisões, podendo para tanto:<o:p></o:p></span>]]>
|
2668
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iiia></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>a) requisitar serviços públicos nas
áreas de saúde, educação, serviço social, previdência, trabalho e segurança;<o:p></o:p></span></p>]]>
|
2669
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>a) requisitar serviços públicos nas
áreas de saúde, educação, serviço social, previdência, trabalho e segurança;<o:p></o:p></span>]]>
|
2673
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iiib></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>b) representar junto à autoridade
judiciária nos casos de descumprimento injustificado de suas deliberações.<o:p></o:p></span></p>]]>
|
2674
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>b) representar junto à autoridade
judiciária nos casos de descumprimento injustificado de suas deliberações.<o:p></o:p></span>]]>
|
2678
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136iv></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VI - Encaminhar ao Ministério Público
notícia de fato que constitua infração administrativa ou penal contra os
direitos da criança ou adolescente;<o:p></o:p></span></p>]]>
|
2679
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VI - Encaminhar ao Ministério Público
notícia de fato que constitua infração administrativa ou penal contra os
direitos da criança ou adolescente;<o:p></o:p></span>]]>
|
2684
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136v></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VII - Encaminhar à autoridade judiciária
os casos de sua competência;<o:p></o:p></span></p>]]>
|
2685
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VII - Encaminhar à autoridade judiciária
os casos de sua competência;<o:p></o:p></span>]]>
|
2689
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136vi></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VIII - Providenciar a medida
estabelecida pela autoridade judiciária, dentre as previstas no Estatuto da
Criança e do Adolescente, para o adolescente autor de ato infracional;<o:p></o:p></span></p>]]>
|
2690
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>VIII - Providenciar a medida
estabelecida pela autoridade judiciária, dentre as previstas no Estatuto da
Criança e do Adolescente, para o adolescente autor de ato infracional;<o:p></o:p></span>]]>
|
2695
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136vii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>IX - Expedir notificações;<o:p></o:p></span></p>]]>
|
2696
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>IX - Expedir notificações;<o:p></o:p></span>]]>
|
2699
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136viii></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>X - Requisitar certidões de nascimento e
de óbito de criança ou adolescente quando necessário;<o:p></o:p></span></p>]]>
|
2700
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>X - Requisitar certidões de nascimento e
de óbito de criança ou adolescente quando necessário;<o:p></o:p></span>]]>
|
2704
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136ix></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>XI - Assessorar o Poder Executivo local
na elaboração da proposta orçamentária para planos e programas de atendimento
dos direitos da criança e do adolescente;<o:p></o:p></span></p>]]>
|
2705
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>XI - Assessorar o Poder Executivo local
na elaboração da proposta orçamentária para planos e programas de atendimento
dos direitos da criança e do adolescente;<o:p></o:p></span>]]>
|
2710
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136x></a><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>XII - Representar, em nome da pessoa e
da família, contra a violação dos direitos previstos no</span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'> ;</span><a
href="http://www.planalto.gov.br/ccivil_03/Constituicao/Constituicao.htm#art220%C2%A73ii"><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:windowtext;text-decoration:none;text-underline:none'>art. 220, § 3º,
inciso II, da Constituição Federal</span></a><span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>;<o:p></o:p></span></p>]]>
|
2711
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif";color:black'>XII - Representar, em nome da pessoa e
da família, contra a violação dos direitos previstos no</span>]]>
|
2713
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'> ;</span>]]>
|
2715
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:windowtext;text-decoration:none;text-underline:none'>art. 220, § 3º,
inciso II, da Constituição Federal</span>]]>
|
2718
| <![CDATA[<span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>;<o:p></o:p></span>]]>
|
2721
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name=art136xi.></a><a name=art136xi></a><span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>XIII - Representar
ao Ministério Público para efeito das ações de perda ou suspensão do poder
familiar, após esgotadas as possibilidades de manutenção da criança ou do
adolescente junto à família natural;<a name=art136xii></a><o:p></o:p></span></p>]]>
|
2722
| <![CDATA[<span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>XIII - Representar
ao Ministério Público para efeito das ações de perda ou suspensão do poder
familiar, após esgotadas as possibilidades de manutenção da criança ou do
adolescente junto à família natural;<a name=art136xii></a><o:p></o:p></span>]]>
|
2728
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>XIV - promover e incentivar, na comunidade e nos grupos
profissionais, ações de divulgação e treinamento para o reconhecimento de
sintomas de maus-tratos em crianças e adolescentes;<o:p></o:p></span></p>]]>
|
2728
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>XIV - promover e incentivar, na comunidade e nos grupos
profissionais, ações de divulgação e treinamento para o reconhecimento de
sintomas de maus-tratos em crianças e adolescentes;<o:p></o:p></span>]]>
|
2734
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>XV - Comunicar incontinenti ao Ministério Público se entender
necessário o afastamento do convívio familiar, prestando-lhe informações sobre
os motivos de tal entendimento e as providências tomadas para a orientação, o
apoio e a promoção social da família e demais atribuições estabelecidas. ;<o:p></o:p></span></p>]]>
|
2734
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>XV - Comunicar incontinenti ao Ministério Público se entender
necessário o afastamento do convívio familiar, prestando-lhe informações sobre
os motivos de tal entendimento e as providências tomadas para a orientação, o
apoio e a promoção social da família e demais atribuições estabelecidas. ;<o:p></o:p></span>]]>
|
2741
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2741
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2744
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>5 CONDIÇÕES ESPECIAIS PARA
REALIZAÇÃO DA PROVA<o:p></o:p></span></b></p>]]>
|
2744
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>5 CONDIÇÕES ESPECIAIS PARA
REALIZAÇÃO DA PROVA<o:p></o:p></span></b>]]>
|
2745
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>5 CONDIÇÕES ESPECIAIS PARA
REALIZAÇÃO DA PROVA<o:p></o:p></span>]]>
|
2749
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2749
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2752
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.1
Os candidatos com necessidades especiais temporárias ou permanentes que necessitem
de cuidados especiais para realização das etapas do processo, deverá requerê-la
de forma expressa no ato do registro da candidatura, apresentando pedido
detalhado das condições especiais que necessita, devendo vir acompanhada de
Laudo Médico, bem como justificativa escrita de necessidade da condição
pleiteada pelo candidato.<o:p></o:p></span></p>]]>
|
2752
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.1
Os candidatos com necessidades especiais temporárias ou permanentes que necessitem
de cuidados especiais para realização das etapas do processo, deverá requerê-la
de forma expressa no ato do registro da candidatura, apresentando pedido
detalhado das condições especiais que necessita, devendo vir acompanhada de
Laudo Médico, bem como justificativa escrita de necessidade da condição
pleiteada pelo candidato.<o:p></o:p></span>]]>
|
2761
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.2
A não observância pelo candidato de quaisquer das disposições citadas
anteriormente, constituirá na perda do direito de atendimento de condição
especial.<o:p></o:p></span></p>]]>
|
2761
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.2
A não observância pelo candidato de quaisquer das disposições citadas
anteriormente, constituirá na perda do direito de atendimento de condição
especial.<o:p></o:p></span>]]>
|
2767
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.3
O atendimento das necessidades especiais, ficará sujeito a análise da
razoabilidade do solicitado.<o:p></o:p></span></p>]]>
|
2767
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.3
O atendimento das necessidades especiais, ficará sujeito a análise da
razoabilidade do solicitado.<o:p></o:p></span>]]>
|
2772
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.4
As decisões serão publicadas no Diário Oficial do Munícipio. Contra a decisão
que indeferir a solicitação de condição especial para prestação de serviço,
caberá recurso, devidamente justificado e comprovado dentro do prazo de 03 (três)
dias após publicação.<o:p></o:p></span></p>]]>
|
2772
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>5.4
As decisões serão publicadas no Diário Oficial do Munícipio. Contra a decisão
que indeferir a solicitação de condição especial para prestação de serviço,
caberá recurso, devidamente justificado e comprovado dentro do prazo de 03 (três)
dias após publicação.<o:p></o:p></span>]]>
|
2779
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2779
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2782
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>6 CANDIDATA LACTANTE<o:p></o:p></span></b></p>]]>
|
2782
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>6 CANDIDATA LACTANTE<o:p></o:p></span></b>]]>
|
2783
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>6 CANDIDATA LACTANTE<o:p></o:p></span>]]>
|
2786
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2786
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2789
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.1
A candidata que tiver necessidade de amamentar durante a realização de qualquer
etapa do processo de escolha, deverá manifestar-se no ato da inscrição,
apresentando os seguintes documentos:<o:p></o:p></span></p>]]>
|
2789
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.1
A candidata que tiver necessidade de amamentar durante a realização de qualquer
etapa do processo de escolha, deverá manifestar-se no ato da inscrição,
apresentando os seguintes documentos:<o:p></o:p></span>]]>
|
2795
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l2 level1 lfo4'><a name="_Hlk5089944"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cópia
da Certidão de Nascimento da Criança;<o:p></o:p></span></a></p>]]>
|
2796
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
2798
| <![CDATA[<span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
2798
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
2799
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cópia
da Certidão de Nascimento da Criança;<o:p></o:p></span>]]>
|
2803
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l2 level1 lfo4'><span style='mso-bookmark:
_Hlk5089944'><![if !supportLists]><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";mso-fareast-font-family:"Times New Roman"'><span
style='mso-list:Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Documento com Foto do Adulto Responsável
pela Criança que será responsável de zelar pela criança durante o processo.<o:p></o:p></span></span></p>]]>
|
2804
| <![CDATA[<span style='mso-bookmark:
_Hlk5089944'><![if !supportLists]><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";mso-fareast-font-family:"Times New Roman"'><span
style='mso-list:Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Documento com Foto do Adulto Responsável
pela Criança que será responsável de zelar pela criança durante o processo.<o:p></o:p></span></span>]]>
|
2805
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";mso-fareast-font-family:"Times New Roman"'><span
style='mso-list:Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
2806
| <![CDATA[<span
style='mso-list:Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
2807
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
2808
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Documento com Foto do Adulto Responsável
pela Criança que será responsável de zelar pela criança durante o processo.<o:p></o:p></span>]]>
|
2812
| <![CDATA[<span style='mso-bookmark:_Hlk5089944'></span>]]>
|
2814
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.2
O acompanhante adulto ficará em sala reservada e será responsável pela guarda
da criança, sendo submetido a todas as normas constantes do Edital, inclusive
no tocante a aparelhos celulares e equipamentos eletrônicos.<o:p></o:p></span></p>]]>
|
2814
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.2
O acompanhante adulto ficará em sala reservada e será responsável pela guarda
da criança, sendo submetido a todas as normas constantes do Edital, inclusive
no tocante a aparelhos celulares e equipamentos eletrônicos.<o:p></o:p></span>]]>
|
2820
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.3
No momento da amamentação, a candidata será acompanhada por um fiscal, sem a
presença do responsável e sem o material da prova.<o:p></o:p></span></p>]]>
|
2820
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.3
No momento da amamentação, a candidata será acompanhada por um fiscal, sem a
presença do responsável e sem o material da prova.<o:p></o:p></span>]]>
|
2825
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.4
Caso a criança ainda não tenha nascido até o ato do registro da inscrição,
deverá apresentar os documentos descritos acima em até 5 dias úteis a Comissão
Eleitoral antes da etapa do processo.<o:p></o:p></span></p>]]>
|
2825
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.4
Caso a criança ainda não tenha nascido até o ato do registro da inscrição,
deverá apresentar os documentos descritos acima em até 5 dias úteis a Comissão
Eleitoral antes da etapa do processo.<o:p></o:p></span>]]>
|
2831
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.5
A prefeitura do munícipio de Guarani d'Oeste/SP, não disponibilizará em
hipótese nenhuma acompanhante para guarda da criança.<o:p></o:p></span></p>]]>
|
2831
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.5
A prefeitura do munícipio de Guarani d'Oeste/SP, não disponibilizará em
hipótese nenhuma acompanhante para guarda da criança.<o:p></o:p></span>]]>
|
2836
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.6
Não haverá compensação do tempo de amamentação em favor da candidata.<o:p></o:p></span></p>]]>
|
2836
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>6.6
Não haverá compensação do tempo de amamentação em favor da candidata.<o:p></o:p></span>]]>
|
2840
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2840
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2843
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>7 DAS INSCRIÇÕES DOS CANDIDATOS COM
DEFICIÊNCIA<o:p></o:p></span></b></p>]]>
|
2843
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>7 DAS INSCRIÇÕES DOS CANDIDATOS COM
DEFICIÊNCIA<o:p></o:p></span></b>]]>
|
2844
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>7 DAS INSCRIÇÕES DOS CANDIDATOS COM
DEFICIÊNCIA<o:p></o:p></span>]]>
|
2848
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2848
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2851
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.1
As pessoas com deficiência que pretendem fazer uso das prerrogativas que lhe
são facultadas no inciso VIII do artigo 37 da Constituição Federal, Lei Federal
nº 7.853/89, no Decreto Federal nº 3.298/99 e demais, é assegurado o direito de
inscrever-se para o Processo Seletivo, cuja atribuições sejam compatíveis com a
deficiência.<o:p></o:p></span></p>]]>
|
2851
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.1
As pessoas com deficiência que pretendem fazer uso das prerrogativas que lhe
são facultadas no inciso VIII do artigo 37 da Constituição Federal, Lei Federal
nº 7.853/89, no Decreto Federal nº 3.298/99 e demais, é assegurado o direito de
inscrever-se para o Processo Seletivo, cuja atribuições sejam compatíveis com a
deficiência.<o:p></o:p></span>]]>
|
2859
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.2
Em cumprimento a legislação pertinente, será assegurado um percentual de 5%
(cinco por cento) das vagas a serem preenchidas.<o:p></o:p></span></p>]]>
|
2859
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.2
Em cumprimento a legislação pertinente, será assegurado um percentual de 5%
(cinco por cento) das vagas a serem preenchidas.<o:p></o:p></span>]]>
|
2864
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.3
As frações decorrentes do cálculo do percentual somente serão arredondadas para
o número inteiro subsequente quando maiores ou iguais a 05 (cinco).<o:p></o:p></span></p>]]>
|
2864
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.3
As frações decorrentes do cálculo do percentual somente serão arredondadas para
o número inteiro subsequente quando maiores ou iguais a 05 (cinco).<o:p></o:p></span>]]>
|
2869
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.4
O candidato com deficiência deverá antes de inscrever-se verificar se as
atribuições da função são compatíveis com sua deficiência.<o:p></o:p></span></p>]]>
|
2869
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.4
O candidato com deficiência deverá antes de inscrever-se verificar se as
atribuições da função são compatíveis com sua deficiência.<o:p></o:p></span>]]>
|
2874
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.5
Consideram-se pessoas com deficiência aquelas enquadradas nas categorias
discriminadas no artigo 4º do Decreto Federal nº 3.298/99 e suas alterações,
Súmula 377 do Superior Tribunal de Justiça e na Lei Brasileira de Inclusão
(LBI) nº 13.146/15 - Estatuto da Pessoa com Deficiência.<o:p></o:p></span></p>]]>
|
2874
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.5
Consideram-se pessoas com deficiência aquelas enquadradas nas categorias
discriminadas no artigo 4º do Decreto Federal nº 3.298/99 e suas alterações,
Súmula 377 do Superior Tribunal de Justiça e na Lei Brasileira de Inclusão
(LBI) nº 13.146/15 - Estatuto da Pessoa com Deficiência.<o:p></o:p></span>]]>
|
2881
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.6
O candidato com deficiência poderá requerer no ato da inscrição condição
especial para realização da prova, indicando suas necessidades.<o:p></o:p></span></p>]]>
|
2881
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.6
O candidato com deficiência poderá requerer no ato da inscrição condição
especial para realização da prova, indicando suas necessidades.<o:p></o:p></span>]]>
|
2886
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.7
As pessoas com deficiências, resguardadas as condições especiais, participarão
do certame em igualdade de condições com os demais candidatos, no que se refere
ao conteúdo da prova, avaliação e critérios de aprovação, ao dia e local de
aplicação da prova.<o:p></o:p></span></p>]]>
|
2886
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.7
As pessoas com deficiências, resguardadas as condições especiais, participarão
do certame em igualdade de condições com os demais candidatos, no que se refere
ao conteúdo da prova, avaliação e critérios de aprovação, ao dia e local de
aplicação da prova.<o:p></o:p></span>]]>
|
2893
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.8
O candidato com deficiência deverá apresentar Laudo Médico expedido no máximo
nos últimos 12 (doze) meses anteriores ao registro da inscrição.<o:p></o:p></span></p>]]>
|
2893
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.8
O candidato com deficiência deverá apresentar Laudo Médico expedido no máximo
nos últimos 12 (doze) meses anteriores ao registro da inscrição.<o:p></o:p></span>]]>
|
2898
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><a
name="_Hlk5090094"><span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif"'>7.9 O Laudo Médico deverá constar expressamente que
a deficiência se enquadre no previsto na legislação pertinente.<o:p></o:p></span></a></p>]]>
|
2899
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:
"Times New Roman","serif"'>7.9 O Laudo Médico deverá constar expressamente que
a deficiência se enquadre no previsto na legislação pertinente.<o:p></o:p></span>]]>
|
2903
| <![CDATA[<span style='mso-bookmark:_Hlk5090094'></span>]]>
|
2905
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.10
O candidato pleiteante deste benefício, poderá ser submetido a Equipe Médica do
Município, objetivando verificar se a deficiência declarada se enquadra na
previsão da legislação e se há compatibilidade ou não da deficiência com as
atribuições do Cargo.<o:p></o:p></span></p>]]>
|
2905
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.10
O candidato pleiteante deste benefício, poderá ser submetido a Equipe Médica do
Município, objetivando verificar se a deficiência declarada se enquadra na
previsão da legislação e se há compatibilidade ou não da deficiência com as
atribuições do Cargo.<o:p></o:p></span>]]>
|
2912
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.11
O Laudo Médico servirá somente para este procedimento, não sendo devolvido ao
candidato no final do certame.<o:p></o:p></span></p>]]>
|
2912
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.11
O Laudo Médico servirá somente para este procedimento, não sendo devolvido ao
candidato no final do certame.<o:p></o:p></span>]]>
|
2917
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.12
Contra decisão que indeferir a solicitação de inscrição como deficiente, caberá
recurso, devidamente justificado e comprovado dentro do prazo de 03 (três) dias
úteis.<o:p></o:p></span></p>]]>
|
2917
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>7.12
Contra decisão que indeferir a solicitação de inscrição como deficiente, caberá
recurso, devidamente justificado e comprovado dentro do prazo de 03 (três) dias
úteis.<o:p></o:p></span>]]>
|
2923
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2923
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2926
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8 DO PROCESSO DE ESCOLHA<o:p></o:p></span></b></p>]]>
|
2926
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8 DO PROCESSO DE ESCOLHA<o:p></o:p></span></b>]]>
|
2927
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8 DO PROCESSO DE ESCOLHA<o:p></o:p></span>]]>
|
2930
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2930
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2933
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.
O processo de escolha dos membros do Conselho Tutelar será realizado em 07 (sete)
etapas: <o:p></o:p></span></p>]]>
|
2933
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.
O processo de escolha dos membros do Conselho Tutelar será realizado em 07 (sete)
etapas: <o:p></o:p></span>]]>
|
2938
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>I.
Inscrição dos candidatos, a partir da análise dos requisitos constantes neste
Edital; <o:p></o:p></span></p>]]>
|
2939
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>I.
Inscrição dos candidatos, a partir da análise dos requisitos constantes neste
Edital; <o:p></o:p></span>]]>
|
2943
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>II.
Capacitação de Conhecimentos Gerais Sobre o E.C.A.<o:p></o:p></span></p>]]>
|
2944
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>II.
Capacitação de Conhecimentos Gerais Sobre o E.C.A.<o:p></o:p></span>]]>
|
2947
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>III.
Prova de aferição de conhecimento sobre os Direitos da Criança e do
Adolescente; <o:p></o:p></span></p>]]>
|
2948
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>III.
Prova de aferição de conhecimento sobre os Direitos da Criança e do
Adolescente; <o:p></o:p></span>]]>
|
2952
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>IV.
Aplicação de Avaliação Psicológica<o:p></o:p></span></p>]]>
|
2953
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>IV.
Aplicação de Avaliação Psicológica<o:p></o:p></span>]]>
|
2956
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>V.
Eleição dos candidatos por meio de voto<o:p></o:p></span></p>]]>
|
2957
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>V.
Eleição dos candidatos por meio de voto<o:p></o:p></span>]]>
|
2960
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>VI.
Capacitação dos Conselheiros Eleitos<o:p></o:p></span></p>]]>
|
2961
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>VI.
Capacitação dos Conselheiros Eleitos<o:p></o:p></span>]]>
|
2964
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>VII
- Posse dos Candidatos<o:p></o:p></span></p>]]>
|
2965
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>VII
- Posse dos Candidatos<o:p></o:p></span>]]>
|
2968
| <![CDATA[<p class=MsoNoSpacing style='margin-left:2.0cm;text-align:justify;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2969
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2971
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.1 Etapa I - Inscrição dos
candidatos<o:p></o:p></span></b></p>]]>
|
2971
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.1 Etapa I - Inscrição dos
candidatos<o:p></o:p></span></b>]]>
|
2972
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.1 Etapa I - Inscrição dos
candidatos<o:p></o:p></span>]]>
|
2976
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
2976
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
2979
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.1
A inscrição do candidato implicará o conhecimento e a tácita aceitação das
condições do processo, tais como se acham definidas neste edital, acerca das
quais não poderá alegar desconhecimento. <o:p></o:p></span></p>]]>
|
2979
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.1
A inscrição do candidato implicará o conhecimento e a tácita aceitação das
condições do processo, tais como se acham definidas neste edital, acerca das
quais não poderá alegar desconhecimento. <o:p></o:p></span>]]>
|
2985
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.2
Antes de efetuar a inscrição, o candidato deverá conhecer o edital e
certificar-se de que preenche todos os requisitos exigidos para a investidura
na função de conselheiro tutelar. <o:p></o:p></span></p>]]>
|
2985
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.2
Antes de efetuar a inscrição, o candidato deverá conhecer o edital e
certificar-se de que preenche todos os requisitos exigidos para a investidura
na função de conselheiro tutelar. <o:p></o:p></span>]]>
|
2991
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.3
As inscrições ficarão abertas no período compreendido entre as 08h00 (Oito horas)
do dia 15 de Abril de 2019 às 17h00 (dezessete horas) do dia 30 de Abril de
2019. <o:p></o:p></span></p>]]>
|
2991
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.3
As inscrições ficarão abertas no período compreendido entre as 08h00 (Oito horas)
do dia 15 de Abril de 2019 às 17h00 (dezessete horas) do dia 30 de Abril de
2019. <o:p></o:p></span>]]>
|
2997
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.4
As inscrições serão feitas presencialmente na sede do Departamento Municipal de
Assistência Social, situado à Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP, nesta, no período compreendido entre 08h00 às 17h00 horas, de
segunda-feira à sexta-feira. <o:p></o:p></span></p>]]>
|
2997
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.4
As inscrições serão feitas presencialmente na sede do Departamento Municipal de
Assistência Social, situado à Rua João Neves Pontes, n. 1000, Centro, Guarani
d'Oeste/SP, nesta, no período compreendido entre 08h00 às 17h00 horas, de
segunda-feira à sexta-feira. <o:p></o:p></span>]]>
|
3004
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.5
No ato de inscrição o candidato, pessoalmente, deverá: <o:p></o:p></span></p>]]>
|
3004
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.5
No ato de inscrição o candidato, pessoalmente, deverá: <o:p></o:p></span>]]>
|
3008
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l6 level1 lfo20'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>preencher
requerimento, em modelo próprio que lhe será fornecido no local, no qual
declare atender as condições exigidas para inscrição e se submeter às normas
deste Edital; <o:p></o:p></span></p>]]>
|
3009
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3011
| <![CDATA[<span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3011
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3012
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>preencher
requerimento, em modelo próprio que lhe será fornecido no local, no qual
declare atender as condições exigidas para inscrição e se submeter às normas
deste Edital; <o:p></o:p></span>]]>
|
3018
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.6
Deverá o candidato apresentar os seguintes documentos:<o:p></o:p></span></p>]]>
|
3018
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.6
Deverá o candidato apresentar os seguintes documentos:<o:p></o:p></span>]]>
|
3022
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>a)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Cédula de Identidade (RG)
comprovando idade superior a 21 anos ou documento equivalente; <o:p></o:p></span></p>]]>
|
3023
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>a)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
3025
| <![CDATA[<span style='mso-list:
Ignore'>a)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
3026
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
3027
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Cédula de Identidade (RG)
comprovando idade superior a 21 anos ou documento equivalente; <o:p></o:p></span>]]>
|
3031
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>CPF ou documento
equivalente; <o:p></o:p></span></p>]]>
|
3032
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
3034
| <![CDATA[<span style='mso-list:
Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
3035
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
3036
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>CPF ou documento
equivalente; <o:p></o:p></span>]]>
|
3040
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>c)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia da certidão de reservista ou de
incorporação, se do sexo masculino;<span style='color:black'><o:p></o:p></span></span></p>]]>
|
3041
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>c)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
3043
| <![CDATA[<span style='mso-list:
Ignore'>c)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
3044
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
3045
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia da certidão de reservista ou de
incorporação, se do sexo masculino;<span style='color:black'><o:p></o:p></span></span>]]>
|
3047
| <![CDATA[<span style='color:black'><o:p></o:p></span>]]>
|
3049
| <![CDATA[<p class=MsoListParagraph style='text-indent:-18.0pt;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Declaração
de idoneidade moral (ANEXO I);<o:p></o:p></span></p>]]>
|
3049
| <![CDATA[<span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span>]]>
|
3051
| <![CDATA[<span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span>]]>
|
3051
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span>]]>
|
3052
| <![CDATA[<span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Declaração
de idoneidade moral (ANEXO I);<o:p></o:p></span>]]>
|
3056
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>e)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Se estrangeiro, a
comprovação de sua naturalização no Brasil;<o:p></o:p></span></p>]]>
|
3057
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>e)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
3059
| <![CDATA[<span style='mso-list:
Ignore'>e)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
3060
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
3061
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Se estrangeiro, a
comprovação de sua naturalização no Brasil;<o:p></o:p></span>]]>
|
3065
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>f)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Certidão de Nascimento e/ou
Casamento ou Declaração de União Estável (Anexo II)<o:p></o:p></span></p>]]>
|
3066
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>f)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ;
</span></span></span>]]>
|
3068
| <![CDATA[<span style='mso-list:
Ignore'>f)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ;
</span></span>]]>
|
3069
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ;
</span>]]>
|
3070
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Certidão de Nascimento e/ou
Casamento ou Declaração de União Estável (Anexo II)<o:p></o:p></span>]]>
|
3074
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>g)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>02 fotos 3x4 recente; <o:p></o:p></span></p>]]>
|
3075
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>g)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
3077
| <![CDATA[<span style='mso-list:
Ignore'>g)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
3078
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
3079
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>02 fotos 3x4 recente; <o:p></o:p></span>]]>
|
3082
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>h)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia do certificado de conclusão do
Ensino Médio ou curso equivalente<span style='color:black'>; <o:p></o:p></span></span></p>]]>
|
3083
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>h)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
3085
| <![CDATA[<span style='mso-list:
Ignore'>h)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
3086
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
3087
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia do certificado de conclusão do
Ensino Médio ou curso equivalente<span style='color:black'>; <o:p></o:p></span></span>]]>
|
3089
| <![CDATA[<span style='color:black'>; <o:p></o:p></span>]]>
|
3091
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>i)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Cópia da Carteira de
Trabalho (CTPS) folha 1 frente e verso;<o:p></o:p></span></p>]]>
|
3092
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>i)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span>]]>
|
3094
| <![CDATA[<span style='mso-list:
Ignore'>i)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span>]]>
|
3095
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span>]]>
|
3096
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Cópia da Carteira de
Trabalho (CTPS) folha 1 frente e verso;<o:p></o:p></span>]]>
|
3100
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>j)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Título de Eleitor e certidão
de quitação eleitoral ou </span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia do comprovante de votação na
última eleição ou de justificativa de ausência, comprovando estar em gozo dos
direitos políticos<span style='color:black'>; <o:p></o:p></span></span></p>]]>
|
3101
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>j)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span>]]>
|
3103
| <![CDATA[<span style='mso-list:
Ignore'>j)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span>]]>
|
3104
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span>]]>
|
3105
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Título de Eleitor e certidão
de quitação eleitoral ou </span>]]>
|
3107
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>Fotocópia do comprovante de votação na
última eleição ou de justificativa de ausência, comprovando estar em gozo dos
direitos políticos<span style='color:black'>; <o:p></o:p></span></span>]]>
|
3110
| <![CDATA[<span style='color:black'>; <o:p></o:p></span>]]>
|
3112
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>k)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Certidão Negativa de
antecedentes criminais; <o:p></o:p></span></p>]]>
|
3113
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>k)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
3115
| <![CDATA[<span style='mso-list:
Ignore'>k)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
3116
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
3117
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Certidão Negativa de
antecedentes criminais; <o:p></o:p></span>]]>
|
3121
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><a name="_Hlk5095312"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>l)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Termo de Responsabilidade,
declarando não ter sido demitido(a) ou exonerado(a) a bem do serviço público
municipal, estadual ou federal </span></a><span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>(ANEXO III);<o:p></o:p></span></p>]]>
|
3122
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>l)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span>]]>
|
3124
| <![CDATA[<span style='mso-list:
Ignore'>l)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span>]]>
|
3125
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span>]]>
|
3126
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Termo de Responsabilidade,
declarando não ter sido demitido(a) ou exonerado(a) a bem do serviço público
municipal, estadual ou federal </span>]]>
|
3129
| <![CDATA[<span style='font-size:12.0pt;
line-height:150%;font-family:"Times New Roman","serif";color:black'>(ANEXO III);<o:p></o:p></span>]]>
|
3132
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><a name="_Hlk5095322"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>m)<span style='font:7.0pt "Times New Roman"'> ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Declaração de próprio punho atestando residir no município por no
mínimo 03 (três) anos </span></a><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>(ANEXO IV),<o:p></o:p></span></p>]]>
|
3133
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>m)<span style='font:7.0pt "Times New Roman"'> ; ; ; </span></span></span>]]>
|
3135
| <![CDATA[<span style='mso-list:
Ignore'>m)<span style='font:7.0pt "Times New Roman"'> ; ; ; </span></span>]]>
|
3136
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; </span>]]>
|
3136
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Declaração de próprio punho atestando residir no município por no
mínimo 03 (três) anos </span>]]>
|
3139
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>(ANEXO IV),<o:p></o:p></span>]]>
|
3142
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>n)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Comprovante de residência
atual; <o:p></o:p></span></p>]]>
|
3143
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>n)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
3145
| <![CDATA[<span style='mso-list:
Ignore'>n)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
3146
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
3147
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Comprovante de residência
atual; <o:p></o:p></span>]]>
|
3151
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><a name="_Hlk5095329"><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>o)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Declaração emitida por
entidade idônea atestando efetiva experiência com criança e/ou adolescente por
no mínimo dois (02) anos, na promoção, proteção e defesa dos direitos das
crianças e adolescentes</span></a><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>; (ANEXO V) <o:p></o:p></span></p>]]>
|
3152
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>o)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
3154
| <![CDATA[<span style='mso-list:
Ignore'>o)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
3155
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
3156
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Declaração emitida por
entidade idônea atestando efetiva experiência com criança e/ou adolescente por
no mínimo dois (02) anos, na promoção, proteção e defesa dos direitos das
crianças e adolescentes</span>]]>
|
3160
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>; (ANEXO V) <o:p></o:p></span>]]>
|
3163
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>p)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Atestado
de Antecedentes Criminais expedido pela Polícia Civil do Estado;<o:p></o:p></span></p>]]>
|
3164
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>p)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3166
| <![CDATA[<span style='mso-list:Ignore'>p)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3166
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3167
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Atestado
de Antecedentes Criminais expedido pela Polícia Civil do Estado;<o:p></o:p></span>]]>
|
3171
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>q)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Certidões
negativas civil e criminal expedidas pela Secretaria da Vara Única da Comarca
responsável;<o:p></o:p></span></p>]]>
|
3172
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>q)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3174
| <![CDATA[<span style='mso-list:Ignore'>q)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3174
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3175
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Certidões
negativas civil e criminal expedidas pela Secretaria da Vara Única da Comarca
responsável;<o:p></o:p></span>]]>
|
3180
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>r)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cópia
da Certidão de Nascimento da Criança (Somente para inscritos que solicitarem o
direito a Amamentação durante horário de prova);<o:p></o:p></span></p>]]>
|
3181
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>r)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span>]]>
|
3183
| <![CDATA[<span style='mso-list:Ignore'>r)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span>]]>
|
3183
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>]]>
|
3184
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cópia
da Certidão de Nascimento da Criança (Somente para inscritos que solicitarem o
direito a Amamentação durante horário de prova);<o:p></o:p></span>]]>
|
3189
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>s)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Documento
com Foto do Adulto Responsável pela Criança que será responsável de zelar pela
criança durante o processo (Somente para inscritos que solicitarem o direito a
Amamentação durante horário de prova);<o:p></o:p></span></p>]]>
|
3190
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>s)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span>]]>
|
3192
| <![CDATA[<span style='mso-list:Ignore'>s)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span>]]>
|
3192
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>]]>
|
3193
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Documento
com Foto do Adulto Responsável pela Criança que será responsável de zelar pela
criança durante o processo (Somente para inscritos que solicitarem o direito a
Amamentação durante horário de prova);<o:p></o:p></span>]]>
|
3199
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l8 level1 lfo5'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>t)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>O
Laudo Médico constando expressamente qual tipo de deficiência se enquadre conforme
legislação pertinente (Somente para inscritos que necessitam de atendimento
especial);<o:p></o:p></span></p>]]>
|
3200
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>t)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span>]]>
|
3202
| <![CDATA[<span style='mso-list:Ignore'>t)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span>]]>
|
3202
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>]]>
|
3203
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>O
Laudo Médico constando expressamente qual tipo de deficiência se enquadre conforme
legislação pertinente (Somente para inscritos que necessitam de atendimento
especial);<o:p></o:p></span>]]>
|
3209
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>]]>
|
3209
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span>]]>
|
3213
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>Parágrafo único:</span></b><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'> Na falta de qualquer documento acima citado, não será aceita a
inscrição do candidato. <o:p></o:p></span></p>]]>
|
3213
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>Parágrafo único:</span></b>]]>
|
3214
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif";color:black'>Parágrafo único:</span>]]>
|
3215
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'> Na falta de qualquer documento acima citado, não será aceita a
inscrição do candidato. <o:p></o:p></span>]]>
|
3220
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.7
A ausência de qualquer dos documentos solicitados acarretará o indeferimento da
inscrição. <o:p></o:p></span></p>]]>
|
3220
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.7
A ausência de qualquer dos documentos solicitados acarretará o indeferimento da
inscrição. <o:p></o:p></span>]]>
|
3225
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.8
A qualquer tempo poder-se-á anular as inscrições, as provas e/ou nomeação do
candidato, caso se verifique qualquer falsidade nas declarações e/ ou qualquer
irregularidade nas provas e/ou documentos apresentados. <o:p></o:p></span></p>]]>
|
3225
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.8
A qualquer tempo poder-se-á anular as inscrições, as provas e/ou nomeação do
candidato, caso se verifique qualquer falsidade nas declarações e/ ou qualquer
irregularidade nas provas e/ou documentos apresentados. <o:p></o:p></span>]]>
|
3231
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.9
A veracidade das informações prestadas na inscrição é de total responsabilidade
do<o:p></o:p></span></p>]]>
|
3231
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.9
A veracidade das informações prestadas na inscrição é de total responsabilidade
do<o:p></o:p></span>]]>
|
3236
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>(a)
pré-candidato (a), pois se constatada a falsidade em qualquer documento
apresentado, o (a) pré-candidato (a) será excluído sumariamente do Processo de
Escolha, sem prejuízo do encaminhamento dos fatos à autoridade competente para
apuração e a devida responsabilização legal.<o:p></o:p></span></p>]]>
|
3236
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>(a)
pré-candidato (a), pois se constatada a falsidade em qualquer documento
apresentado, o (a) pré-candidato (a) será excluído sumariamente do Processo de
Escolha, sem prejuízo do encaminhamento dos fatos à autoridade competente para
apuração e a devida responsabilização legal.<o:p></o:p></span>]]>
|
3243
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.10
Todos os documentos deverão ser entregues em fotocópia, autenticada por
cartório competente ou autenticação realizada no ato da inscrição por membro da
Comissão Organizadora do Processo Eleitoral.<o:p></o:p></span></p>]]>
|
3243
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.10
Todos os documentos deverão ser entregues em fotocópia, autenticada por
cartório competente ou autenticação realizada no ato da inscrição por membro da
Comissão Organizadora do Processo Eleitoral.<o:p></o:p></span>]]>
|
3249
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.11
A relação nominal dos candidatos, cuja inscrição for deferida, será afixada no
mural da Prefeitura Municipal, situada à rua Rua João Neves Pontes, n. 1000,
Centro, Guarani d'Oeste/SP, nesta; na sede do Conselho Tutelar, situado à Rua
João Neves Pontes, n. 1207, Centro, Guarani d'Oeste/SP; e na sede do
Departamento Municipal de Assistência Social, Rua João Neves Pontes, n. 1000,
Centro, Guarani d'Oeste/SP; com cópia para o Ministério Público.<o:p></o:p></span></p>]]>
|
3249
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.11
A relação nominal dos candidatos, cuja inscrição for deferida, será afixada no
mural da Prefeitura Municipal, situada à rua Rua João Neves Pontes, n. 1000,
Centro, Guarani d'Oeste/SP, nesta; na sede do Conselho Tutelar, situado à Rua
João Neves Pontes, n. 1207, Centro, Guarani d'Oeste/SP; e na sede do
Departamento Municipal de Assistência Social, Rua João Neves Pontes, n. 1000,
Centro, Guarani d'Oeste/SP; com cópia para o Ministério Público.<o:p></o:p></span>]]>
|
3258
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.12
Do indeferimento de candidatura, caberá recurso do (a) pré-candidato (a) no
período de 07 a 10 de Maio de 2019, à própria Comissão do Processo de Escolha
dos (as) Conselheiros (as) Tutelares, que julgará, em primeira instância por
maioria de votos, no prazo de até 03 (três) dias úteis.<o:p></o:p></span></p>]]>
|
3258
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.12
Do indeferimento de candidatura, caberá recurso do (a) pré-candidato (a) no
período de 07 a 10 de Maio de 2019, à própria Comissão do Processo de Escolha
dos (as) Conselheiros (as) Tutelares, que julgará, em primeira instância por
maioria de votos, no prazo de até 03 (três) dias úteis.<o:p></o:p></span>]]>
|
3265
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.13
Terminado o prazo de julgamento de recursos e impugnações da primeira etapa, o<o:p></o:p></span></p>]]>
|
3265
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.13
Terminado o prazo de julgamento de recursos e impugnações da primeira etapa, o<o:p></o:p></span>]]>
|
3269
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Conselho
Municipal dos Direitos da Criança e do Adolescente publicará na imprensa local,
no dia 13 de Maio de 2019, a relação nominal dos (as) pré-candidatos (as)
habilitados para as demais etapas do Processo de Escolha.<o:p></o:p></span></p>]]>
|
3269
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Conselho
Municipal dos Direitos da Criança e do Adolescente publicará na imprensa local,
no dia 13 de Maio de 2019, a relação nominal dos (as) pré-candidatos (as)
habilitados para as demais etapas do Processo de Escolha.<o:p></o:p></span>]]>
|
3275
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.14
Os (as) pré-candidatos (as) habilitados na primeira etapa passarão para a
segunda etapa eliminatória.<span style='color:black'><o:p></o:p></span></span></p>]]>
|
3275
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.1.14
Os (as) pré-candidatos (as) habilitados na primeira etapa passarão para a
segunda etapa eliminatória.<span style='color:black'><o:p></o:p></span></span>]]>
|
3278
| <![CDATA[<span style='color:black'><o:p></o:p></span>]]>
|
3280
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
3280
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3283
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.2 Etapa II. Capacitação de
Conhecimentos Gerais Sobre o E.C.A.<o:p></o:p></span></b></p>]]>
|
3283
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.2 Etapa II. Capacitação de
Conhecimentos Gerais Sobre o E.C.A.<o:p></o:p></span></b>]]>
|
3284
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.2 Etapa II. Capacitação de
Conhecimentos Gerais Sobre o E.C.A.<o:p></o:p></span>]]>
|
3288
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
3288
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3291
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.2.1
Os (as) pré-candidatos (as) regularmente inscritos (as) deverão participar obrigatoriamente
de capacitação sobre Conhecimentos Básicos sobre o Estatuto da Criança e do
Adolescente com duração de 2 (duas) horas.<o:p></o:p></span></p>]]>
|
3291
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.2.1
Os (as) pré-candidatos (as) regularmente inscritos (as) deverão participar obrigatoriamente
de capacitação sobre Conhecimentos Básicos sobre o Estatuto da Criança e do
Adolescente com duração de 2 (duas) horas.<o:p></o:p></span>]]>
|
3297
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.2.2
A capacitação sobre Conhecimentos Gerais sobre o Estatuto da Criança e do Adolescente
será realizada nos dias 20 de Maio de 2019, das 19h às 21h, na Sede do Plenário
da Câmara Municipal de Guarani d'Oeste/SP, localizada na Rua Antônio Flávio de
Oliveira, n. 1372, Centro, CEP 15680-000, Guarani d'Oeste/SP.<o:p></o:p></span></p>]]>
|
3297
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.2.2
A capacitação sobre Conhecimentos Gerais sobre o Estatuto da Criança e do Adolescente
será realizada nos dias 20 de Maio de 2019, das 19h às 21h, na Sede do Plenário
da Câmara Municipal de Guarani d'Oeste/SP, localizada na Rua Antônio Flávio de
Oliveira, n. 1372, Centro, CEP 15680-000, Guarani d'Oeste/SP.<o:p></o:p></span>]]>
|
3304
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
3304
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3307
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.3 Etapa III. Prova de aferição de
conhecimento sobre os Direitos da Criança e do Adolescente; <o:p></o:p></span></b></p>]]>
|
3307
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.3 Etapa III. Prova de aferição de
conhecimento sobre os Direitos da Criança e do Adolescente; <o:p></o:p></span></b>]]>
|
3308
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.3 Etapa III. Prova de aferição de
conhecimento sobre os Direitos da Criança e do Adolescente; <o:p></o:p></span>]]>
|
3312
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
3312
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3315
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.1
A prova de conhecimentos versará sobre a Lei Federal nº. 8.069/90 - Estatuto da
Criança e do Adolescente (ECA).<o:p></o:p></span></p>]]>
|
3315
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.1
A prova de conhecimentos versará sobre a Lei Federal nº. 8.069/90 - Estatuto da
Criança e do Adolescente (ECA).<o:p></o:p></span>]]>
|
3320
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.2
A prova de aferição de conhecimento avaliará a capacidade de interpretação do
texto legal. <o:p></o:p></span></p>]]>
|
3320
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.2
A prova de aferição de conhecimento avaliará a capacidade de interpretação do
texto legal. <o:p></o:p></span>]]>
|
3325
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.3
A prova constará de 25 (vinte e cinco) questões, sendo questões de múltipla
escolha com valor de 02 (dois) pontos cada uma totalizando 50 (cinquenta)
pontos. <o:p></o:p></span></p>]]>
|
3325
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.3
A prova constará de 25 (vinte e cinco) questões, sendo questões de múltipla
escolha com valor de 02 (dois) pontos cada uma totalizando 50 (cinquenta)
pontos. <o:p></o:p></span>]]>
|
3331
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.4
As questões de múltipla escolha conterão, cada uma, 05 (cinco) alternativas,
sendo apenas 01 (uma) a correta.<o:p></o:p></span></p>]]>
|
3331
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.4
As questões de múltipla escolha conterão, cada uma, 05 (cinco) alternativas,
sendo apenas 01 (uma) a correta.<o:p></o:p></span>]]>
|
3336
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.5
A duração máxima da prova será de 03 (três) horas. <o:p></o:p></span></p>]]>
|
3336
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.5
A duração máxima da prova será de 03 (três) horas. <o:p></o:p></span>]]>
|
3340
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.6
A prova será realizada no dia 02 de Junho de 2019, das 9h00 às 12h00, nas
dependências da E. E. Alzira do Carmo Dias Moreira, situada à Rua João Neves
Pontes, n. 1660, Centro, CEP 15680-000, Guarani d'Oeste/SP. <o:p></o:p></span></p>]]>
|
3340
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.6
A prova será realizada no dia 02 de Junho de 2019, das 9h00 às 12h00, nas
dependências da E. E. Alzira do Carmo Dias Moreira, situada à Rua João Neves
Pontes, n. 1660, Centro, CEP 15680-000, Guarani d'Oeste/SP. <o:p></o:p></span>]]>
|
3346
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.7
Caso haja necessidade de alterar dia, horário e local de realização das provas,
a Comissão Organizadora publicará as alterações, em todos os locais onde o
Edital tiver sido afixado, com antecedência mínima de cinco (05) dias. <o:p></o:p></span></p>]]>
|
3346
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.7
Caso haja necessidade de alterar dia, horário e local de realização das provas,
a Comissão Organizadora publicará as alterações, em todos os locais onde o
Edital tiver sido afixado, com antecedência mínima de cinco (05) dias. <o:p></o:p></span>]]>
|
3352
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.8
É de responsabilidade do candidato acompanhar nos locais onde o Edital for
publicado eventuais alterações no que diz respeito ao dia, horário e local de
realização das provas. <o:p></o:p></span></p>]]>
|
3352
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.8
É de responsabilidade do candidato acompanhar nos locais onde o Edital for
publicado eventuais alterações no que diz respeito ao dia, horário e local de
realização das provas. <o:p></o:p></span>]]>
|
3358
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.9
Os candidatos deverão comparecer ao local da prova com antecedência mínima de
30 (trinta) minutos, antes da hora marcada para o seu início, munidos de lápis,
borracha, caneta esferográfica de tinta azul ou preta e de documento oficial de
identidade com foto. <o:p></o:p></span></p>]]>
|
3358
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.9
Os candidatos deverão comparecer ao local da prova com antecedência mínima de
30 (trinta) minutos, antes da hora marcada para o seu início, munidos de lápis,
borracha, caneta esferográfica de tinta azul ou preta e de documento oficial de
identidade com foto. <o:p></o:p></span>]]>
|
3365
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.10
O local de prova será aberto a partir das 8h00 (oito horas), tendo seus portões
fechados impreterivelmente as 9h00 (nove horas).<o:p></o:p></span></p>]]>
|
3365
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.10
O local de prova será aberto a partir das 8h00 (oito horas), tendo seus portões
fechados impreterivelmente as 9h00 (nove horas).<o:p></o:p></span>]]>
|
3370
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.11
Fica impedido de ingressar no local de prova o candidato que apresentar-se após
o fechamento dos portões, independentemente do motivo, ainda que de força maior
ou caso fortuito. <o:p></o:p></span></p>]]>
|
3370
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.11
Fica impedido de ingressar no local de prova o candidato que apresentar-se após
o fechamento dos portões, independentemente do motivo, ainda que de força maior
ou caso fortuito. <o:p></o:p></span>]]>
|
3376
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.12
No momento da prova não será permitida consulta a textos legais nem tampouco à
doutrina sobre a matéria. <o:p></o:p></span></p>]]>
|
3376
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.12
No momento da prova não será permitida consulta a textos legais nem tampouco à
doutrina sobre a matéria. <o:p></o:p></span>]]>
|
3381
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.13
Em hipótese alguma haverá prova fora do local e horário determinados, ou
segunda chamada para as provas. <o:p></o:p></span></p>]]>
|
3381
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.13
Em hipótese alguma haverá prova fora do local e horário determinados, ou
segunda chamada para as provas. <o:p></o:p></span>]]>
|
3386
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.14
Será automaticamente eliminado do processo de escolha o candidato que, por
qualquer motivo, faltar às provas ou não devolver a folha oficial de respostas
ou devolvê-la sem assinatura. <o:p></o:p></span></p>]]>
|
3386
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.14
Será automaticamente eliminado do processo de escolha o candidato que, por
qualquer motivo, faltar às provas ou não devolver a folha oficial de respostas
ou devolvê-la sem assinatura. <o:p></o:p></span>]]>
|
3392
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.15
Considerar-se-á excluído do processo de escolha o candidato que, além das
demais hipóteses previstas neste edital: <o:p></o:p></span></p>]]>
|
3392
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.15
Considerar-se-á excluído do processo de escolha o candidato que, além das
demais hipóteses previstas neste edital: <o:p></o:p></span>]]>
|
3397
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>apresentar-se
após o horário estabelecido para a realização da prova; <o:p></o:p></span></p>]]>
|
3398
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3400
| <![CDATA[<span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3400
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3401
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>apresentar-se
após o horário estabelecido para a realização da prova; <o:p></o:p></span>]]>
|
3405
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>apresentar-se
para a prova em outro local que não seja o previsto neste regulamento; <o:p></o:p></span></p>]]>
|
3406
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3408
| <![CDATA[<span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3408
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3409
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>apresentar-se
para a prova em outro local que não seja o previsto neste regulamento; <o:p></o:p></span>]]>
|
3413
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
comparecer à prova, seja qual for o motivo alegado; <o:p></o:p></span></p>]]>
|
3414
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3416
| <![CDATA[<span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3416
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3417
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
comparecer à prova, seja qual for o motivo alegado; <o:p></o:p></span>]]>
|
3421
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
apresentar um dos documentos de identidade exigidos nos termos deste
regulamento, para a realização da prova; <o:p></o:p></span></p>]]>
|
3422
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span>]]>
|
3424
| <![CDATA[<span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span>]]>
|
3424
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span>]]>
|
3425
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
apresentar um dos documentos de identidade exigidos nos termos deste
regulamento, para a realização da prova; <o:p></o:p></span>]]>
|
3430
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>ausentar-se
da sala de prova sem o acompanhamento de um fiscal; <o:p></o:p></span></p>]]>
|
3431
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3433
| <![CDATA[<span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3433
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3434
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>ausentar-se
da sala de prova sem o acompanhamento de um fiscal; <o:p></o:p></span>]]>
|
3438
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>ausentar-se
do local de prova antes de decorrido o prazo mínimo; <o:p></o:p></span></p>]]>
|
3439
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span>]]>
|
3441
| <![CDATA[<span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span>]]>
|
3441
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>]]>
|
3442
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>ausentar-se
do local de prova antes de decorrido o prazo mínimo; <o:p></o:p></span>]]>
|
3446
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>for
surpreendido em comunicação com outras pessoas ou candidatos, seja por gestos,
oralmente, por escrito, por meio eletrônico ou não; <o:p></o:p></span></p>]]>
|
3447
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3449
| <![CDATA[<span style='mso-list:Ignore'>g)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3449
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3450
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>for
surpreendido em comunicação com outras pessoas ou candidatos, seja por gestos,
oralmente, por escrito, por meio eletrônico ou não; <o:p></o:p></span>]]>
|
3455
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>h)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>for
surpreendido utilizando-se de calculadoras, livros, notas ou impressos não
permitidos; <o:p></o:p></span></p>]]>
|
3456
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>h)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3458
| <![CDATA[<span style='mso-list:Ignore'>h)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3458
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3459
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>for
surpreendido utilizando-se de calculadoras, livros, notas ou impressos não
permitidos; <o:p></o:p></span>]]>
|
3464
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>i)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>estiver portando ou fazendo uso de
qualquer tipo de equipamento eletrônico de comunicação (<i>pagers</i>,
celulares, etc.); <o:p></o:p></span></p>]]>
|
3465
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>i)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span>]]>
|
3467
| <![CDATA[<span style='mso-list:Ignore'>i)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span>]]>
|
3467
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span>]]>
|
3469
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>estiver portando ou fazendo uso de
qualquer tipo de equipamento eletrônico de comunicação (<i>pagers</i>,
celulares, etc.); <o:p></o:p></span>]]>
|
3474
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>j)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>lançar mão de meios ilícitos para a
execução ou concessão da prova; <o:p></o:p></span></p>]]>
|
3475
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>j)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span>]]>
|
3477
| <![CDATA[<span style='mso-list:Ignore'>j)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span>]]>
|
3477
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span>]]>
|
3479
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>lançar mão de meios ilícitos para a
execução ou concessão da prova; <o:p></o:p></span>]]>
|
3483
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>k)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
devolver integralmente o material solicitado; <o:p></o:p></span></p>]]>
|
3484
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>k)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3486
| <![CDATA[<span style='mso-list:Ignore'>k)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3486
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3487
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>não
devolver integralmente o material solicitado; <o:p></o:p></span>]]>
|
3491
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l22 level1 lfo6'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>l)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>perturbar, de qualquer modo, a ordem dos
trabalhos. <o:p></o:p></span></p>]]>
|
3492
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>l)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span></span>]]>
|
3494
| <![CDATA[<span style='mso-list:Ignore'>l)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span></span>]]>
|
3494
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ;
</span>]]>
|
3496
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>perturbar, de qualquer modo, a ordem dos
trabalhos. <o:p></o:p></span>]]>
|
3500
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.16
O candidato, com deficiência e a candidata em fase de amamentação deverá
observar as prerrogativas descritas anteriormente.<o:p></o:p></span></p>]]>
|
3500
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.16
O candidato, com deficiência e a candidata em fase de amamentação deverá
observar as prerrogativas descritas anteriormente.<o:p></o:p></span>]]>
|
3505
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.17
Somente será admitido para realizar a prova o candidato que estiver munido de
documento original de identidade com foto, assim consideradas:<o:p></o:p></span></p>]]>
|
3505
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.17
Somente será admitido para realizar a prova o candidato que estiver munido de
documento original de identidade com foto, assim consideradas:<o:p></o:p></span>]]>
|
3510
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteiras
ou cédulas de identidade expedidas pelas Secretarias de Segurança Pública,
pelas Forças Armadas, pela Polícia Militar ou pelo Ministério das Relações Exteriores;<o:p></o:p></span></p>]]>
|
3511
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3513
| <![CDATA[<span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3513
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3514
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteiras
ou cédulas de identidade expedidas pelas Secretarias de Segurança Pública,
pelas Forças Armadas, pela Polícia Militar ou pelo Ministério das Relações Exteriores;<o:p></o:p></span>]]>
|
3519
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteiras
ou cédulas de identidade emitidas pelos Conselhos Regionais ou Autarquias
Corporativas;<o:p></o:p></span></p>]]>
|
3520
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3522
| <![CDATA[<span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3522
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3523
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteiras
ou cédulas de identidade emitidas pelos Conselhos Regionais ou Autarquias
Corporativas;<o:p></o:p></span>]]>
|
3528
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteira
de Trabalho e Previdência Social, <o:p></o:p></span></p>]]>
|
3529
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3531
| <![CDATA[<span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3531
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3532
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteira
de Trabalho e Previdência Social, <o:p></o:p></span>]]>
|
3536
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteira
Nacional de Habilitação (emitida posteriormente à Lei n.º 9.503/97), <o:p></o:p></span></p>]]>
|
3537
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span>]]>
|
3539
| <![CDATA[<span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span>]]>
|
3539
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span>]]>
|
3540
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Carteira
Nacional de Habilitação (emitida posteriormente à Lei n.º 9.503/97), <o:p></o:p></span>]]>
|
3544
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l14 level1 lfo8'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cédula
de Identidade fornecida por Órgãos ou Conselhos de Classe que, por Lei Federal,
tenham validade como documento de identidade. <o:p></o:p></span></p>]]>
|
3545
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3547
| <![CDATA[<span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3547
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3548
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Cédula
de Identidade fornecida por Órgãos ou Conselhos de Classe que, por Lei Federal,
tenham validade como documento de identidade. <o:p></o:p></span>]]>
|
3553
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.18
Não serão aceitos, por serem documentos destinados a outros fins: Protocolos,
Certidão de Nascimento, Título Eleitoral, Carteira Nacional de Habilitação
(emitida anteriormente à Lei n.º 9.503/97), Carteira de Estudante, Crachás de
Identificação. <o:p></o:p></span></p>]]>
|
3553
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.18
Não serão aceitos, por serem documentos destinados a outros fins: Protocolos,
Certidão de Nascimento, Título Eleitoral, Carteira Nacional de Habilitação
(emitida anteriormente à Lei n.º 9.503/97), Carteira de Estudante, Crachás de
Identificação. <o:p></o:p></span>]]>
|
3560
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.19
Os documentos deverão estar em perfeitas condições, de forma a permitir a
identificação do candidato com clareza. <o:p></o:p></span></p>]]>
|
3560
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.19
Os documentos deverão estar em perfeitas condições, de forma a permitir a
identificação do candidato com clareza. <o:p></o:p></span>]]>
|
3565
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.20
Os membros do Conselho Municipal dos Direitos da Criança e do Adolescente se
responsabilização pela aplicação da prova, com o eventual auxílio de
representante do Poder Público por eles designados, se necessário. <o:p></o:p></span></p>]]>
|
3565
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.20
Os membros do Conselho Municipal dos Direitos da Criança e do Adolescente se
responsabilização pela aplicação da prova, com o eventual auxílio de
representante do Poder Público por eles designados, se necessário. <o:p></o:p></span>]]>
|
3571
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.21
Durante a prova escrita não serão permitidas consultas bibliográficas de
qualquer espécie, nem a utilização de máquina calculadora, relógios com
calculadora ou qualquer outro equipamento eletrônico, incluindo pagers e
telefones celulares, bem como a comunicação com os demais candidatos ou pessoas
estranhas ao concurso. <o:p></o:p></span></p>]]>
|
3571
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.21
Durante a prova escrita não serão permitidas consultas bibliográficas de
qualquer espécie, nem a utilização de máquina calculadora, relógios com
calculadora ou qualquer outro equipamento eletrônico, incluindo pagers e
telefones celulares, bem como a comunicação com os demais candidatos ou pessoas
estranhas ao concurso. <o:p></o:p></span>]]>
|
3579
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.22
Não será permitido ao candidato ausentar-se do recinto destinado à realização
das provas, após iniciadas, salvo em casos especiais e momentâneos, quando
deverá ser devidamente acompanhado de fiscal identificado.<o:p></o:p></span></p>]]>
|
3579
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.22
Não será permitido ao candidato ausentar-se do recinto destinado à realização
das provas, após iniciadas, salvo em casos especiais e momentâneos, quando
deverá ser devidamente acompanhado de fiscal identificado.<o:p></o:p></span>]]>
|
3585
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.23
No ato da realização da prova escrita, será fornecido aos candidatos o caderno
de questões contendo as questões objetivas e discursivas e o cartão definitivo
de respostas das questões objetivas (gabarito).<o:p></o:p></span></p>]]>
|
3585
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.23
No ato da realização da prova escrita, será fornecido aos candidatos o caderno
de questões contendo as questões objetivas e discursivas e o cartão definitivo
de respostas das questões objetivas (gabarito).<o:p></o:p></span>]]>
|
3591
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.24
Assim que o candidato assinalar/descrever todas as respostas das questões nos
cartões definitivos, deverá entregá-los ao fiscal. <o:p></o:p></span></p>]]>
|
3591
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.24
Assim que o candidato assinalar/descrever todas as respostas das questões nos
cartões definitivos, deverá entregá-los ao fiscal. <o:p></o:p></span>]]>
|
3596
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.25
O (a) pré-candidato (a) que, eventualmente, necessitar ou verificar a
necessidade de alteração de algum dado constante na folha de respostas, deverá
solicitar imediatamente a correção a ser realizada pelo Fiscal de Aplicação,
sendo lavrado tal feito em Ata.<o:p></o:p></span></p>]]>
|
3596
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.25
O (a) pré-candidato (a) que, eventualmente, necessitar ou verificar a
necessidade de alteração de algum dado constante na folha de respostas, deverá
solicitar imediatamente a correção a ser realizada pelo Fiscal de Aplicação,
sendo lavrado tal feito em Ata.<o:p></o:p></span>]]>
|
3603
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.26
No cartão de respostas referente à Prova Objetiva, não serão computadas
questões não respondidas ou questões que contenham mais de uma resposta (mesmo
que uma delas esteja correta), emenda ou rasura, ainda que legível. <o:p></o:p></span></p>]]>
|
3603
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.26
No cartão de respostas referente à Prova Objetiva, não serão computadas
questões não respondidas ou questões que contenham mais de uma resposta (mesmo
que uma delas esteja correta), emenda ou rasura, ainda que legível. <o:p></o:p></span>]]>
|
3609
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.27
Não deverá ser feita nenhuma marca fora do campo reservado às respostas ou à
assinatura. <o:p></o:p></span></p>]]>
|
3609
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.27
Não deverá ser feita nenhuma marca fora do campo reservado às respostas ou à
assinatura. <o:p></o:p></span>]]>
|
3614
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.28
O candidato só poderá retirar-se da sala depois de transcorrido, 01h (uma hora)
de realização de prova, sendo que só poderá levar o caderno de questões após 02
horas (duas horas) do início da prova. Os 02 (dois) últimos candidatos a
concluir a prova deverão acompanhar o fechamento dos envelopes com os cartões
de respostas. <o:p></o:p></span></p>]]>
|
3614
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.28
O candidato só poderá retirar-se da sala depois de transcorrido, 01h (uma hora)
de realização de prova, sendo que só poderá levar o caderno de questões após 02
horas (duas horas) do início da prova. Os 02 (dois) últimos candidatos a
concluir a prova deverão acompanhar o fechamento dos envelopes com os cartões
de respostas. <o:p></o:p></span>]]>
|
3622
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.29
O gabarito oficial será afixado nos locais previstos neste edital e publicado
no primeiro dia útil após a data da prova. <o:p></o:p></span></p>]]>
|
3622
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.29
O gabarito oficial será afixado nos locais previstos neste edital e publicado
no primeiro dia útil após a data da prova. <o:p></o:p></span>]]>
|
3627
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.30
Serão aprovados aqueles que atingirem no mínimo 60% (sessenta por cento) da
pontuação total atribuída à prova, ou seja, 60 (sessenta) sessenta pontos
totais, equivalente a 15 (quinze) questões.<o:p></o:p></span></p>]]>
|
3627
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.30
Serão aprovados aqueles que atingirem no mínimo 60% (sessenta por cento) da
pontuação total atribuída à prova, ou seja, 60 (sessenta) sessenta pontos
totais, equivalente a 15 (quinze) questões.<o:p></o:p></span>]]>
|
3633
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.31
O resultado da prova será divulgado no dia 19 de Junho de 2019 nos locais
estabelecidos neste Edital. <o:p></o:p></span></p>]]>
|
3633
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.31
O resultado da prova será divulgado no dia 19 de Junho de 2019 nos locais
estabelecidos neste Edital. <o:p></o:p></span>]]>
|
3638
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.32
Após a publicação da lista dos candidatos aprovados na prova objetiva, o
candidato reprovado terá o prazo compreendido entre as 8h00 (oito horas) do dia
24 de Junho de 2019 até as 17h00 (dezessete horas) do dia 28 de Junho de 2019
para interpor recurso fundamentado, endereçado ao presidente do CMDCA -
Conselho Municipal dos Direitos da Criança e do Adolescente, devendo
protocolá-lo na Secretaria Executiva dos Conselhos, situada nas dependências do
Departamento Municipal de Assistência Social, à Rua Rua João Neves Pontes, n.
1000, Centro, Guarani d'Oeste/SP.<o:p></o:p></span></p>]]>
|
3638
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.32
Após a publicação da lista dos candidatos aprovados na prova objetiva, o
candidato reprovado terá o prazo compreendido entre as 8h00 (oito horas) do dia
24 de Junho de 2019 até as 17h00 (dezessete horas) do dia 28 de Junho de 2019
para interpor recurso fundamentado, endereçado ao presidente do CMDCA -
Conselho Municipal dos Direitos da Criança e do Adolescente, devendo
protocolá-lo na Secretaria Executiva dos Conselhos, situada nas dependências do
Departamento Municipal de Assistência Social, à Rua Rua João Neves Pontes, n.
1000, Centro, Guarani d'Oeste/SP.<o:p></o:p></span>]]>
|
3649
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.33
Somente serão considerados os recursos interpostos no prazo estipulado. <o:p></o:p></span></p>]]>
|
3649
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.33
Somente serão considerados os recursos interpostos no prazo estipulado. <o:p></o:p></span>]]>
|
3653
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.34
Somente serão admitidos, para apreciação do CMDCA, recursos devidamente
fundamentados. <o:p></o:p></span></p>]]>
|
3653
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.34
Somente serão admitidos, para apreciação do CMDCA, recursos devidamente
fundamentados. <o:p></o:p></span>]]>
|
3658
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.35
O recurso deverá ser protocolado atendendo às seguintes especificações: <o:p></o:p></span></p>]]>
|
3658
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.35
O recurso deverá ser protocolado atendendo às seguintes especificações: <o:p></o:p></span>]]>
|
3662
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l0 level1 lfo9'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>O
recurso deverá ser digitado ou datilografado e deverá conter o endereçamento ao
CMDCA, o nome do candidato, endereço, o número de inscrição, número da questão
recorrida, a fundamentação e argumentação lógica e consistente do recurso, data
e assinatura. <o:p></o:p></span></p>]]>
|
3663
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3665
| <![CDATA[<span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3665
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3666
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>O
recurso deverá ser digitado ou datilografado e deverá conter o endereçamento ao
CMDCA, o nome do candidato, endereço, o número de inscrição, número da questão
recorrida, a fundamentação e argumentação lógica e consistente do recurso, data
e assinatura. <o:p></o:p></span>]]>
|
3673
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.36
A Comissão Organizadora constitui última instância para recurso, sendo soberana
em suas decisões, razão pela qual não caberão recursos adicionais. <o:p></o:p></span></p>]]>
|
3673
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.36
A Comissão Organizadora constitui última instância para recurso, sendo soberana
em suas decisões, razão pela qual não caberão recursos adicionais. <o:p></o:p></span>]]>
|
3678
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.37
Os recursos interpostos em desacordo com as especificações contidas neste
edital não serão avaliados. <o:p></o:p></span></p>]]>
|
3678
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.37
Os recursos interpostos em desacordo com as especificações contidas neste
edital não serão avaliados. <o:p></o:p></span>]]>
|
3683
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.38
O(s) ponto(s) relativo(s) à(s) questão(ões) eventualmente anulada(s), será(ão)
atribuído(s) a todos os candidatos presentes. <o:p></o:p></span></p>]]>
|
3683
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.38
O(s) ponto(s) relativo(s) à(s) questão(ões) eventualmente anulada(s), será(ão)
atribuído(s) a todos os candidatos presentes. <o:p></o:p></span>]]>
|
3688
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.39
Os candidatos que tiverem seus recursos indeferidos poderão ter acesso ao teor
da decisão nos locais previstos neste edital, sendo as decisões de
indeferimento devidamente justificadas e assinadas por pelo menos dois membros
da Comissão Organizadora e pelo Presidente do CMDCA. <o:p></o:p></span></p>]]>
|
3688
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.39
Os candidatos que tiverem seus recursos indeferidos poderão ter acesso ao teor
da decisão nos locais previstos neste edital, sendo as decisões de
indeferimento devidamente justificadas e assinadas por pelo menos dois membros
da Comissão Organizadora e pelo Presidente do CMDCA. <o:p></o:p></span>]]>
|
3695
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.40
Transcorridos os prazos de recurso, o resultado e a classificação final dos
candidatos aprovados será publicada nos locais previstos neste edital,
impreterivelmente até as 17h00 (dezessete horas) do dia 04 de Julho de 2019. <o:p></o:p></span></p>]]>
|
3695
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.40
Transcorridos os prazos de recurso, o resultado e a classificação final dos
candidatos aprovados será publicada nos locais previstos neste edital,
impreterivelmente até as 17h00 (dezessete horas) do dia 04 de Julho de 2019. <o:p></o:p></span>]]>
|
3701
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.41
A classificação final dos candidatos aprovados no Processo Seletivo será
ordenada de acordo com os valores decrescentes da pontuação final, por número
de inscrição e documento de identidade.<o:p></o:p></span></p>]]>
|
3701
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.3.41
A classificação final dos candidatos aprovados no Processo Seletivo será
ordenada de acordo com os valores decrescentes da pontuação final, por número
de inscrição e documento de identidade.<o:p></o:p></span>]]>
|
3707
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
3707
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3710
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.4 Etapa IV. Aplicação de
Avaliação Psicológica<o:p></o:p></span></b></p>]]>
|
3710
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.4 Etapa IV. Aplicação de
Avaliação Psicológica<o:p></o:p></span></b>]]>
|
3711
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.4 Etapa IV. Aplicação de
Avaliação Psicológica<o:p></o:p></span>]]>
|
3715
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
3715
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3718
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.1
Os (as) pré-candidatos (as) regularmente aprovados (as) no Exame de
Conhecimentos Gerais sobre o ECA passarão por Avaliação Psicológica de caráter
eliminatório no dia 07 de Julho de 2019, na <a name="_Hlk5525558">E. E. Alzira
do Carmo Dias Moreira</a>, situada Rua João Neves Pontes, n. 1660, Centro, CEP
15680-000, Guarani d'Oeste/SP.<o:p></o:p></span></p>]]>
|
3718
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.1
Os (as) pré-candidatos (as) regularmente aprovados (as) no Exame de
Conhecimentos Gerais sobre o ECA passarão por Avaliação Psicológica de caráter
eliminatório no dia 07 de Julho de 2019, na <a name="_Hlk5525558">E. E. Alzira
do Carmo Dias Moreira</a>, situada Rua João Neves Pontes, n. 1660, Centro, CEP
15680-000, Guarani d'Oeste/SP.<o:p></o:p></span>]]>
|
3726
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.2
A avaliação psicológica tem a finalidade de avaliar o perfil do (a)
pré-candidato (a), verificando se este apresenta características, cognitivas e
comportamentais, necessárias para o desempenho das atribuições da função de
Conselheiro Tutelar e consistirá em avaliação objetiva e padronizada destas
características, mediante emprego de técnicas científicas, nos termos da
Resolução do Conselho Federal de Psicologia que Regulamenta a Avaliação Psicológica
em Concurso Público e processos seletivos da mesma natureza.<o:p></o:p></span></p>]]>
|
3726
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.2
A avaliação psicológica tem a finalidade de avaliar o perfil do (a)
pré-candidato (a), verificando se este apresenta características, cognitivas e
comportamentais, necessárias para o desempenho das atribuições da função de
Conselheiro Tutelar e consistirá em avaliação objetiva e padronizada destas
características, mediante emprego de técnicas científicas, nos termos da
Resolução do Conselho Federal de Psicologia que Regulamenta a Avaliação Psicológica
em Concurso Público e processos seletivos da mesma natureza.<o:p></o:p></span>]]>
|
3736
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.3
O processo de avaliação psicológica, consistirá na aplicação de instrumentos
que explicitem de forma inequívoca as características emocionais, motivacionais
e de personalidade, considerando as necessidades, exigências e peculiaridades
da área de atuação.<o:p></o:p></span></p>]]>
|
3736
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.3
O processo de avaliação psicológica, consistirá na aplicação de instrumentos
que explicitem de forma inequívoca as características emocionais, motivacionais
e de personalidade, considerando as necessidades, exigências e peculiaridades
da área de atuação.<o:p></o:p></span>]]>
|
3743
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.4
A referida avaliação será realizada através da Aplicação da bateria de testes
psicológicos (Personalidade, Atenção e Inventário).<o:p></o:p></span></p>]]>
|
3743
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.4
A referida avaliação será realizada através da Aplicação da bateria de testes
psicológicos (Personalidade, Atenção e Inventário).<o:p></o:p></span>]]>
|
3748
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.5
Ao final da avaliação psicológica, será considerado INDICADO, o candidato que
demonstrar o perfil estabelecido neste edital, após participar de todas as
fases de tal avaliação.<o:p></o:p></span></p>]]>
|
3748
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.5
Ao final da avaliação psicológica, será considerado INDICADO, o candidato que
demonstrar o perfil estabelecido neste edital, após participar de todas as
fases de tal avaliação.<o:p></o:p></span>]]>
|
3754
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.6
O candidato poderá ser chamado para ser submetido a procedimento complementar
de avaliação.<o:p></o:p></span></p>]]>
|
3754
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.6
O candidato poderá ser chamado para ser submetido a procedimento complementar
de avaliação.<o:p></o:p></span>]]>
|
3759
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.7
A contraindicação na avaliação psicológica, não pressupõe a existência de
transtornos mentais. Indica, tão-somente, que o candidato avaliado não atende o
perfil exigido para as funções de Conselheiro Tutelar.<o:p></o:p></span></p>]]>
|
3759
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.7
A contraindicação na avaliação psicológica, não pressupõe a existência de
transtornos mentais. Indica, tão-somente, que o candidato avaliado não atende o
perfil exigido para as funções de Conselheiro Tutelar.<o:p></o:p></span>]]>
|
3765
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.8
Não se realizará qualquer teste ou etapa da avaliação psicológica fora dos
espaços físicos estabelecidos para os testes e entrevistas bem como não será
dado nenhum tratamento privilegiado, nem será levada em consideração qualquer
alteração, psicológica ou fisiológica passageira, na realização dos testes, na
data estabelecida para realização da avaliação psicológica.<o:p></o:p></span></p>]]>
|
3765
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.8
Não se realizará qualquer teste ou etapa da avaliação psicológica fora dos
espaços físicos estabelecidos para os testes e entrevistas bem como não será
dado nenhum tratamento privilegiado, nem será levada em consideração qualquer
alteração, psicológica ou fisiológica passageira, na realização dos testes, na
data estabelecida para realização da avaliação psicológica.<o:p></o:p></span>]]>
|
3773
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.9
Não haverá segunda chamada, independente do motivo alegado pelo candidato.<o:p></o:p></span></p>]]>
|
3773
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.9
Não haverá segunda chamada, independente do motivo alegado pelo candidato.<o:p></o:p></span>]]>
|
3777
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.10
O candidato deverá apresentar-se na avaliação psicológica munido de documento
de identidade, cartão de inscrição, uma foto 3x4, dois lápis no. 2 e caneta
esferográfica azul ou preta.<o:p></o:p></span></p>]]>
|
3777
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.10
O candidato deverá apresentar-se na avaliação psicológica munido de documento
de identidade, cartão de inscrição, uma foto 3x4, dois lápis no. 2 e caneta
esferográfica azul ou preta.<o:p></o:p></span>]]>
|
3783
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.11
Não serão aceitos testes psicológicos e laudos realizados por outro psicólogo
que não seja credenciado para este processo de avaliação psicológica.<o:p></o:p></span></p>]]>
|
3783
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.11
Não serão aceitos testes psicológicos e laudos realizados por outro psicólogo
que não seja credenciado para este processo de avaliação psicológica.<o:p></o:p></span>]]>
|
3788
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.12
A divulgação do resultado será no dia 26 de Julho de 2019 e contendo os nomes
dos (as) candidatos aprovados para próxima Etapa sendo publicado no diário
oficial do munícipio e afixados nos locais determinados anteriormente.<o:p></o:p></span></p>]]>
|
3788
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.12
A divulgação do resultado será no dia 26 de Julho de 2019 e contendo os nomes
dos (as) candidatos aprovados para próxima Etapa sendo publicado no diário
oficial do munícipio e afixados nos locais determinados anteriormente.<o:p></o:p></span>]]>
|
3794
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.13
Após a publicação do resultado de avaliação psicológica o (a) pré-candidato
poderá interpor recurso no prazo de 29 de Julho de 2019 a 02 de Agosto de 2019
para a Comissão, que analisará em 03 (três) dias úteis, e publicará o resultado
final no dia 08 de agosto de 2019 na imprensa oficial do município e afixado
nos locais indicados anteriormente.<o:p></o:p></span></p>]]>
|
3794
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.13
Após a publicação do resultado de avaliação psicológica o (a) pré-candidato
poderá interpor recurso no prazo de 29 de Julho de 2019 a 02 de Agosto de 2019
para a Comissão, que analisará em 03 (três) dias úteis, e publicará o resultado
final no dia 08 de agosto de 2019 na imprensa oficial do município e afixado
nos locais indicados anteriormente.<o:p></o:p></span>]]>
|
3802
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.14
O recurso deverá ser individual e devidamente fundamentado, com a indicação
precisa daquilo em que o (a) pré-candidato (a) se julgar prejudicado (a).<o:p></o:p></span></p>]]>
|
3802
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.4.14
O recurso deverá ser individual e devidamente fundamentado, com a indicação
precisa daquilo em que o (a) pré-candidato (a) se julgar prejudicado (a).<o:p></o:p></span>]]>
|
3807
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
3807
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3810
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.5 Etapa V. Eleição dos candidatos
por meio de voto<o:p></o:p></span></b></p>]]>
|
3810
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.5 Etapa V. Eleição dos candidatos
por meio de voto<o:p></o:p></span></b>]]>
|
3811
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.5 Etapa V. Eleição dos candidatos
por meio de voto<o:p></o:p></span>]]>
|
3815
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
3815
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3818
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.1
O processo de escolha para função de Conselho Tutelar Titular e Suplente
ocorrerá com o número mínimo de 10 (dez) pretendentes devidamente habilitados.<o:p></o:p></span></p>]]>
|
3818
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.1
O processo de escolha para função de Conselho Tutelar Titular e Suplente
ocorrerá com o número mínimo de 10 (dez) pretendentes devidamente habilitados.<o:p></o:p></span>]]>
|
3823
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.2
Caso o número de candidatos seja inferior a 10 (dez), o Conselho Municipal dos
Direitos da Criança e do Adolescente - CMDCA reabrirá concomitante novo
Processo de Escolha para preenchimento das vagas restantes, sendo que o
Processo continuará em andamento com os candidatos aprovados. Caso isto ocorra,
não haverá prejuízo da garantia de posse dos novos Conselheiros ao término do
mandato em curso.<o:p></o:p></span></p>]]>
|
3823
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.2
Caso o número de candidatos seja inferior a 10 (dez), o Conselho Municipal dos
Direitos da Criança e do Adolescente - CMDCA reabrirá concomitante novo
Processo de Escolha para preenchimento das vagas restantes, sendo que o
Processo continuará em andamento com os candidatos aprovados. Caso isto ocorra,
não haverá prejuízo da garantia de posse dos novos Conselheiros ao término do
mandato em curso.<o:p></o:p></span>]]>
|
3832
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.3
A escolha dos membros do Conselho Tutelar se dará pelo voto direto, secreto e
facultativo.<o:p></o:p></span></p>]]>
|
3832
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.3
A escolha dos membros do Conselho Tutelar se dará pelo voto direto, secreto e
facultativo.<o:p></o:p></span>]]>
|
3837
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.4
Poderão votar todos os inscritos no cartório eleitoral do munícipio de Guarani
d'Oeste, sendo que as informações dos eleitores habilitados a votar serão
publicados posteriormente.<o:p></o:p></span></p>]]>
|
3837
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.5.4
Poderão votar todos os inscritos no cartório eleitoral do munícipio de Guarani
d'Oeste, sendo que as informações dos eleitores habilitados a votar serão
publicados posteriormente.<o:p></o:p></span>]]>
|
3843
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
3843
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3846
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.6 Etapa VI. Capacitação dos
eleitos<o:p></o:p></span></b></p>]]>
|
3846
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.6 Etapa VI. Capacitação dos
eleitos<o:p></o:p></span></b>]]>
|
3847
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>8.6 Etapa VI. Capacitação dos
eleitos<o:p></o:p></span>]]>
|
3851
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
3851
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3854
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.1
Os conselheiros eleitos através do voto direto, secreto e facultativo, após homologação
e prazo de recursos, deverão participar da capacitação sobre as prerrogativas
de sua função.<o:p></o:p></span></p>]]>
|
3854
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.1
Os conselheiros eleitos através do voto direto, secreto e facultativo, após homologação
e prazo de recursos, deverão participar da capacitação sobre as prerrogativas
de sua função.<o:p></o:p></span>]]>
|
3860
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.2
Está capacitação ocorrerá Plenário da Câmara Municipal de Guarani d'Oeste/SP, situado
no endereço Rua Antônio Flávio de Oliveira, n. 1372, Centro, CEP 15680-000,
Guarani d'Oeste/SP com carga horária de 8h00 a ser realizada no dia 19 de Novembro
de 2019 a partir das 8h00m.<o:p></o:p></span></p>]]>
|
3860
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.2
Está capacitação ocorrerá Plenário da Câmara Municipal de Guarani d'Oeste/SP, situado
no endereço Rua Antônio Flávio de Oliveira, n. 1372, Centro, CEP 15680-000,
Guarani d'Oeste/SP com carga horária de 8h00 a ser realizada no dia 19 de Novembro
de 2019 a partir das 8h00m.<o:p></o:p></span>]]>
|
3867
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.3
A capacitação é requisito essencial e obrigatório para que o candidato eleito
tome posse como conselheiro.<o:p></o:p></span></p>]]>
|
3867
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>8.6.3
A capacitação é requisito essencial e obrigatório para que o candidato eleito
tome posse como conselheiro.<o:p></o:p></span>]]>
|
3872
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>]]>
|
3872
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b>]]>
|
3873
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3876
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9 DA CAMPANHA E DO PROCESSO
ELEITORAL<o:p></o:p></span></b></p>]]>
|
3876
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9 DA CAMPANHA E DO PROCESSO
ELEITORAL<o:p></o:p></span></b>]]>
|
3877
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9 DA CAMPANHA E DO PROCESSO
ELEITORAL<o:p></o:p></span>]]>
|
3881
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
3881
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
3884
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.1
A Campanha Eleitoral se iniciará no dia 14 (Quatorze) de Agosto de 2019,
devendo encerrar-se as 24:00 do dia 05 (cinco) de Outubro de 2019.<o:p></o:p></span></p>]]>
|
3884
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.1
A Campanha Eleitoral se iniciará no dia 14 (Quatorze) de Agosto de 2019,
devendo encerrar-se as 24:00 do dia 05 (cinco) de Outubro de 2019.<o:p></o:p></span>]]>
|
3889
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.2
É vedado ao candidato:<o:p></o:p></span></p>]]>
|
3889
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.2
É vedado ao candidato:<o:p></o:p></span>]]>
|
3893
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l9 level1 lfo10'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Oferecer
ou prometer dinheiro, dádiva, brindes ou vantagem de qualquer natureza aos
eleitores;<o:p></o:p></span></p>]]>
|
3894
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3896
| <![CDATA[<span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3896
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3897
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Oferecer
ou prometer dinheiro, dádiva, brindes ou vantagem de qualquer natureza aos
eleitores;<o:p></o:p></span>]]>
|
3902
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l9 level1 lfo10'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Promover
o transporte de eleitores no dia da votação;<o:p></o:p></span></p>]]>
|
3903
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3905
| <![CDATA[<span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3905
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3906
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Promover
o transporte de eleitores no dia da votação;<o:p></o:p></span>]]>
|
3910
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l9 level1 lfo10'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Realizar
qualquer tipo de propaganda eleitoral no dia da votação.<o:p></o:p></span></p>]]>
|
3911
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3913
| <![CDATA[<span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3913
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3914
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Realizar
qualquer tipo de propaganda eleitoral no dia da votação.<o:p></o:p></span>]]>
|
3918
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.3
A propaganda eleitoral será permitida nos moldes da legislação eleitoral
vigente, podendo o candidato convencer o eleitor para que compareça ao local da
votação e vote, considerando que neste pleito o voto é facultativo.<o:p></o:p></span></p>]]>
|
3918
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.3
A propaganda eleitoral será permitida nos moldes da legislação eleitoral
vigente, podendo o candidato convencer o eleitor para que compareça ao local da
votação e vote, considerando que neste pleito o voto é facultativo.<o:p></o:p></span>]]>
|
3924
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.4
No dia 13 de Agosto de 2019, a Comissão Organizadora deverá dar conhecimento
formal das regras do processo eleitoral aos candidatos habilitados, que
firmarão compromisso de respeitá-las, bem como reforçar as disposições deste
Edital, no que diz respeito notadamente: <o:p></o:p></span></p>]]>
|
3924
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.4
No dia 13 de Agosto de 2019, a Comissão Organizadora deverá dar conhecimento
formal das regras do processo eleitoral aos candidatos habilitados, que
firmarão compromisso de respeitá-las, bem como reforçar as disposições deste
Edital, no que diz respeito notadamente: <o:p></o:p></span>]]>
|
3931
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>aos
votantes (quem são, documentos necessários etc.); <o:p></o:p></span></p>]]>
|
3932
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3934
| <![CDATA[<span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3934
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3935
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>aos
votantes (quem são, documentos necessários etc.); <o:p></o:p></span>]]>
|
3939
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>às
regras da campanha (proibições, penalidades etc.); <o:p></o:p></span></p>]]>
|
3940
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3942
| <![CDATA[<span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3942
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3943
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>às
regras da campanha (proibições, penalidades etc.); <o:p></o:p></span>]]>
|
3947
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
votação (mesários, presidentes de mesa, fiscais, prazos para recurso etc.); <o:p></o:p></span></p>]]>
|
3948
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3950
| <![CDATA[<span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3950
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3951
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
votação (mesários, presidentes de mesa, fiscais, prazos para recurso etc.); <o:p></o:p></span>]]>
|
3955
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
apresentação e aprovação do modelo de cédula a ser utilizado;<span
style='mso-spacerun:yes'> </span><o:p></o:p></span></p>]]>
|
3956
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span>]]>
|
3958
| <![CDATA[<span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span>]]>
|
3958
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span>]]>
|
3959
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
apresentação e aprovação do modelo de cédula a ser utilizado;<span
style='mso-spacerun:yes'> </span><o:p></o:p></span>]]>
|
3961
| <![CDATA[<span
style='mso-spacerun:yes'> </span>]]>
|
3964
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
definição de como o candidato deseja ser identificado na cédula (nome, codinome
ou apelido etc.); <o:p></o:p></span></p>]]>
|
3965
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3967
| <![CDATA[<span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3967
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3968
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
definição de como o candidato deseja ser identificado na cédula (nome, codinome
ou apelido etc.); <o:p></o:p></span>]]>
|
3973
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
definição do número de cada candidato; <o:p></o:p></span></p>]]>
|
3974
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span>]]>
|
3976
| <![CDATA[<span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span>]]>
|
3976
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>]]>
|
3977
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>à
definição do número de cada candidato; <o:p></o:p></span>]]>
|
3981
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l15 level1 lfo11'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>aos
critérios de desempate;<o:p></o:p></span></p>]]>
|
3982
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>g)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
3984
| <![CDATA[<span style='mso-list:Ignore'>g)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
3984
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
3985
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>aos
critérios de desempate;<o:p></o:p></span>]]>
|
3989
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.5
A reunião será realizada independentemente do número de candidatos presentes. <o:p></o:p></span></p>]]>
|
3989
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.5
A reunião será realizada independentemente do número de candidatos presentes. <o:p></o:p></span>]]>
|
3993
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.6
O candidato deverá comparecer obrigatoriamente à reunião ou enviar um
representante que se apresentará como tal por documento oficial assinado pelo
candidato. <o:p></o:p></span></p>]]>
|
3993
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.6
O candidato deverá comparecer obrigatoriamente à reunião ou enviar um
representante que se apresentará como tal por documento oficial assinado pelo
candidato. <o:p></o:p></span>]]>
|
3999
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.7
A reunião deverá ser lavrada em ata, constando a assinatura de todos os
presentes.<o:p></o:p></span></p>]]>
|
3999
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.7
A reunião deverá ser lavrada em ata, constando a assinatura de todos os
presentes.<o:p></o:p></span>]]>
|
4004
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.8
É vedada a propaganda eleitoral nos veículos de comunicação social,
admitindo-se somente a realização de debates e entrevista com no mínimo 1/3 (um
terço) dos (as) candidatos (as), em entidades governamentais e não
governamentais, com oficialização ao CMDCA com antecedência mínima de 03 (três)
dias úteis.<o:p></o:p></span></p>]]>
|
4004
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.8
É vedada a propaganda eleitoral nos veículos de comunicação social,
admitindo-se somente a realização de debates e entrevista com no mínimo 1/3 (um
terço) dos (as) candidatos (as), em entidades governamentais e não
governamentais, com oficialização ao CMDCA com antecedência mínima de 03 (três)
dias úteis.<o:p></o:p></span>]]>
|
4012
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.9
É proibida a propaganda eleitoral por meio de imprensa escrita, falada,
anúncios luminosos, faixas fixas, <i>outdoors</i>, cartazes ou inscrições em
qualquer local público ou particular, sujeitando-se a empresa responsável e os
candidatos à imediata retirada da propaganda irregular.<o:p></o:p></span></p>]]>
|
4012
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.9
É proibida a propaganda eleitoral por meio de imprensa escrita, falada,
anúncios luminosos, faixas fixas, <i>outdoors</i>, cartazes ou inscrições em
qualquer local público ou particular, sujeitando-se a empresa responsável e os
candidatos à imediata retirada da propaganda irregular.<o:p></o:p></span>]]>
|
4019
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.10
É permitido o uso de "santinhos" com o nome e/ou apelido do candidato, bem como
a divulgação gratuita em redes socias, <i>internet </i>de pessoas físicas.<o:p></o:p></span></p>]]>
|
4019
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.10
É permitido o uso de "santinhos" com o nome e/ou apelido do candidato, bem como
a divulgação gratuita em redes socias, <i>internet </i>de pessoas físicas.<o:p></o:p></span>]]>
|
4024
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.11
O número do (a) candidato (a) obedecerá ao critério de ordem alfabética dos
(as) habilitados (as) para concorrer ao pleito.<o:p></o:p></span></p>]]>
|
4024
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.11
O número do (a) candidato (a) obedecerá ao critério de ordem alfabética dos
(as) habilitados (as) para concorrer ao pleito.<o:p></o:p></span>]]>
|
4029
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.12
É vedada a vinculação do nome de ocupantes de cargos eletivos (Vereadores,
Prefeito, Deputados etc) ao candidato;<o:p></o:p></span></p>]]>
|
4029
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.12
É vedada a vinculação do nome de ocupantes de cargos eletivos (Vereadores,
Prefeito, Deputados etc) ao candidato;<o:p></o:p></span>]]>
|
4034
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.13
É proibido aos candidatos promoverem as suas campanhas antes da publicação da
lista definitiva das candidaturas.<o:p></o:p></span></p>]]>
|
4034
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.13
É proibido aos candidatos promoverem as suas campanhas antes da publicação da
lista definitiva das candidaturas.<o:p></o:p></span>]]>
|
4039
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.14
É vedado aos membros do Conselho Municipal dos Direitos da Criança e do Adolescente
promover campanha para qualquer candidato.<o:p></o:p></span></p>]]>
|
4039
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.14
É vedado aos membros do Conselho Municipal dos Direitos da Criança e do Adolescente
promover campanha para qualquer candidato.<o:p></o:p></span>]]>
|
4044
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.15
É permitido até às 24 horas do dia que antecede a eleição, a distribuição de
material gráfico (santinhos) e manutenção de postagens via <i>internet </i>já publicadas.<o:p></o:p></span></p>]]>
|
4044
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.15
É permitido até às 24 horas do dia que antecede a eleição, a distribuição de
material gráfico (santinhos) e manutenção de postagens via <i>internet </i>já publicadas.<o:p></o:p></span>]]>
|
4049
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.16
É permitida, no dia das eleições, a manifestação individual e silenciosa da
preferência do eleitor por candidato (a), revelada exclusivamente pelo uso de
broches e adesivos não sendo permitida a "boca de urna".<o:p></o:p></span></p>]]>
|
4049
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.16
É permitida, no dia das eleições, a manifestação individual e silenciosa da
preferência do eleitor por candidato (a), revelada exclusivamente pelo uso de
broches e adesivos não sendo permitida a "boca de urna".<o:p></o:p></span>]]>
|
4055
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.17
São vedados, no dia do pleito, até o término do horário de votação, a
aglomeração de pessoas portando vestuário padronizado e os instrumentos de
propaganda referidos, de modo a caracterizar manifestação coletiva, com ou sem
utilização de veículos.<o:p></o:p></span></p>]]>
|
4055
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.17
São vedados, no dia do pleito, até o término do horário de votação, a
aglomeração de pessoas portando vestuário padronizado e os instrumentos de
propaganda referidos, de modo a caracterizar manifestação coletiva, com ou sem
utilização de veículos.<o:p></o:p></span>]]>
|
4062
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.18
É vedado aos candidatos (as), ou a qualquer pessoa, o fornecimento de
transporte ou refeição a eleitor, sob pena de ter sua candidatura cassada.<o:p></o:p></span></p>]]>
|
4062
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.18
É vedado aos candidatos (as), ou a qualquer pessoa, o fornecimento de
transporte ou refeição a eleitor, sob pena de ter sua candidatura cassada.<o:p></o:p></span>]]>
|
4067
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.19
No local de votação será afixada a lista dos (as) candidatos (as).<o:p></o:p></span></p>]]>
|
4067
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.19
No local de votação será afixada a lista dos (as) candidatos (as).<o:p></o:p></span>]]>
|
4071
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4071
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4074
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.20 Da candidatura<o:p></o:p></span></b></p>]]>
|
4074
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.20 Da candidatura<o:p></o:p></span></b>]]>
|
4075
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.20 Da candidatura<o:p></o:p></span>]]>
|
4078
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>]]>
|
4078
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b>]]>
|
4079
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4082
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.20.1
A candidatura é individual e sem vinculação a partido político, grupo religioso
ou econômico. <o:p></o:p></span></p>]]>
|
4082
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.20.1
A candidatura é individual e sem vinculação a partido político, grupo religioso
ou econômico. <o:p></o:p></span>]]>
|
4087
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.20.2
É vedada a formação de chapas de candidato ou a utilização de qualquer outro
mecanismo que comprometa a candidatura individual do interessado.<o:p></o:p></span></p>]]>
|
4087
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.20.2
É vedada a formação de chapas de candidato ou a utilização de qualquer outro
mecanismo que comprometa a candidatura individual do interessado.<o:p></o:p></span>]]>
|
4092
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4092
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4095
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.21 Dos Votantes <o:p></o:p></span></b></p>]]>
|
4095
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.21 Dos Votantes <o:p></o:p></span></b>]]>
|
4096
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.21 Dos Votantes <o:p></o:p></span>]]>
|
4099
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4099
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4102
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.1
Poderão votar todos os cidadãos maiores de 16 (dezesseis) anos inscritos como
eleitores no município.<o:p></o:p></span></p>]]>
|
4102
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.1
Poderão votar todos os cidadãos maiores de 16 (dezesseis) anos inscritos como
eleitores no município.<o:p></o:p></span>]]>
|
4107
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.2
Para o exercício do voto, o cidadão deverá apresentar-se no local de votação
munido e seu título de eleitor e documento oficial de identidade.<o:p></o:p></span></p>]]>
|
4107
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.2
Para o exercício do voto, o cidadão deverá apresentar-se no local de votação
munido e seu título de eleitor e documento oficial de identidade.<o:p></o:p></span>]]>
|
4112
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.3
Cada eleitor deverá votar em apenas 01 candidato.<o:p></o:p></span></p>]]>
|
4112
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.3
Cada eleitor deverá votar em apenas 01 candidato.<o:p></o:p></span>]]>
|
4116
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.4
Não será permitido o voto por procuração.<o:p></o:p></span></p>]]>
|
4116
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.4
Não será permitido o voto por procuração.<o:p></o:p></span>]]>
|
4120
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.5
Os eleitores deverão apresentar no ato do pleito, o Título de Eleitor e a
Cédula de<o:p></o:p></span></p>]]>
|
4120
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.5
Os eleitores deverão apresentar no ato do pleito, o Título de Eleitor e a
Cédula de<o:p></o:p></span>]]>
|
4125
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Identidade.<o:p></o:p></span></p>]]>
|
4125
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Identidade.<o:p></o:p></span>]]>
|
4128
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.6
Na falta da Cédula de Identidade, esta deverá ser substituída pela Carteira
Nacional de Habilitação ou identidade profissional, desde que tenha foto e
número de registro geral<o:p></o:p></span></p>]]>
|
4128
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.21.6
Na falta da Cédula de Identidade, esta deverá ser substituída pela Carteira
Nacional de Habilitação ou identidade profissional, desde que tenha foto e
número de registro geral<o:p></o:p></span>]]>
|
4134
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Se
a votação não for eletrônica a votação ocorrerá por meio de cédula de votação,
que será rubricada pelos mesários, sendo que cada eleitor votará em cabine
indevassável, depositando seu voto em urna inviolável<o:p></o:p></span></p>]]>
|
4134
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Se
a votação não for eletrônica a votação ocorrerá por meio de cédula de votação,
que será rubricada pelos mesários, sendo que cada eleitor votará em cabine
indevassável, depositando seu voto em urna inviolável<o:p></o:p></span>]]>
|
4140
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4140
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4143
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.22 Das Penalidades <o:p></o:p></span></b></p>]]>
|
4143
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.22 Das Penalidades <o:p></o:p></span></b>]]>
|
4144
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>9.22 Das Penalidades <o:p></o:p></span>]]>
|
4147
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>]]>
|
4147
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b>]]>
|
4148
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4151
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.1
O candidato que não observar os termos deste edital poderá ter a sua
candidatura impugnada pela Comissão Organizadora.<o:p></o:p></span></p>]]>
|
4151
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.1
O candidato que não observar os termos deste edital poderá ter a sua
candidatura impugnada pela Comissão Organizadora.<o:p></o:p></span>]]>
|
4156
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.2
As denúncias relativas ao descumprimento das regras da campanha eleitoral
deverão ser formalizadas, indicando necessariamente os elementos probatórios,
junto à referida Comissão Organizadora e poderão ser apresentadas pelo
candidato que se julgue prejudicado ou por qualquer cidadão, no prazo máximo de
2 (dois) dias do fato. <o:p></o:p></span></p>]]>
|
4156
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.2
As denúncias relativas ao descumprimento das regras da campanha eleitoral
deverão ser formalizadas, indicando necessariamente os elementos probatórios,
junto à referida Comissão Organizadora e poderão ser apresentadas pelo
candidato que se julgue prejudicado ou por qualquer cidadão, no prazo máximo de
2 (dois) dias do fato. <o:p></o:p></span>]]>
|
4164
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.3
O prazo será computado excluindo o dia da concretização do fato e incluindo o
dia do vencimento. <o:p></o:p></span></p>]]>
|
4164
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.3
O prazo será computado excluindo o dia da concretização do fato e incluindo o
dia do vencimento. <o:p></o:p></span>]]>
|
4169
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.4
Considera-se prorrogado o prazo até o primeiro dia útil subsequente se o
vencimento cair em feriado ou em finais de semana. <o:p></o:p></span></p>]]>
|
4169
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.4
Considera-se prorrogado o prazo até o primeiro dia útil subsequente se o
vencimento cair em feriado ou em finais de semana. <o:p></o:p></span>]]>
|
4174
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.5
Será penalizado com o cancelamento do registro da candidatura ou a perda do
mandato o candidato que fizer uso de estrutura pública para realização de
campanha ou propaganda. <o:p></o:p></span></p>]]>
|
4174
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.5
Será penalizado com o cancelamento do registro da candidatura ou a perda do
mandato o candidato que fizer uso de estrutura pública para realização de
campanha ou propaganda. <o:p></o:p></span>]]>
|
4180
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.6
A propaganda irreal, insidiosa ou que promova ataque pessoal contra os
concorrentes será analisada pela Comissão Organizadora que, entendendo-a
irregular, determinará a sua imediata suspensão.<o:p></o:p></span></p>]]>
|
4180
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>9.22.6
A propaganda irreal, insidiosa ou que promova ataque pessoal contra os
concorrentes será analisada pela Comissão Organizadora que, entendendo-a
irregular, determinará a sua imediata suspensão.<o:p></o:p></span>]]>
|
4186
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4186
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4189
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10 DA VOTAÇÃO <o:p></o:p></span></b></p>]]>
|
4189
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10 DA VOTAÇÃO <o:p></o:p></span></b>]]>
|
4190
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10 DA VOTAÇÃO <o:p></o:p></span>]]>
|
4193
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4193
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4196
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.1
A votação ocorrerá no dia 06 de outubro de 2019, das 8h00 (oito horas) as 17h00
(dezessete horas) nas dependências da Projeto Cidadão do Futuro "Marco
Caboclo", situado no endereço Rua João Neves Pontes, n. 1131, Centro, Guarani d'Oeste/SP.
<o:p></o:p></span></p>]]>
|
4196
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.1
A votação ocorrerá no dia 06 de outubro de 2019, das 8h00 (oito horas) as 17h00
(dezessete horas) nas dependências da Projeto Cidadão do Futuro "Marco
Caboclo", situado no endereço Rua João Neves Pontes, n. 1131, Centro, Guarani d'Oeste/SP.
<o:p></o:p></span>]]>
|
4203
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.2
Os candidatos a Conselheiros Tutelares disputarão a eleição através do sufrágio
universal e direto, pelo voto facultativo e secreto dos membros da comunidade
local com domicílio eleitoral no Município de Guarani d'Oeste. <o:p></o:p></span></p>]]>
|
4203
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.2
Os candidatos a Conselheiros Tutelares disputarão a eleição através do sufrágio
universal e direto, pelo voto facultativo e secreto dos membros da comunidade
local com domicílio eleitoral no Município de Guarani d'Oeste. <o:p></o:p></span>]]>
|
4209
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.3
<span style='mso-spacerun:yes'> </span>Até as 17h00 (dezessete horas) do dia da
eleição serão distribuídas senhas aos presentes que se encontrarem nas filas de
votação, para assegurar-lhes o direito de votar. <o:p></o:p></span></p>]]>
|
4209
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.3
<span style='mso-spacerun:yes'> </span>Até as 17h00 (dezessete horas) do dia da
eleição serão distribuídas senhas aos presentes que se encontrarem nas filas de
votação, para assegurar-lhes o direito de votar. <o:p></o:p></span>]]>
|
4211
| <![CDATA[<span style='mso-spacerun:yes'> </span>]]>
|
4215
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.4
Após a identificação, o votante assinará a lista de presença e procederá a
votação. <o:p></o:p></span></p>]]>
|
4215
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.4
Após a identificação, o votante assinará a lista de presença e procederá a
votação. <o:p></o:p></span>]]>
|
4220
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.5
O votante que não souber ou não puder assinar, usará a impressão digital como
forma de identificação. <o:p></o:p></span></p>]]>
|
4220
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.5
O votante que não souber ou não puder assinar, usará a impressão digital como
forma de identificação. <o:p></o:p></span>]]>
|
4225
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.6
Os candidatos poderão indicar um fiscal e um suplente para o acompanhamento do
processo de votação e apuração. <o:p></o:p></span></p>]]>
|
4225
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.6
Os candidatos poderão indicar um fiscal e um suplente para o acompanhamento do
processo de votação e apuração. <o:p></o:p></span>]]>
|
4230
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.7
No dia da votação o fiscal deverá estar identificado com crachá. <o:p></o:p></span></p>]]>
|
4230
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.7
No dia da votação o fiscal deverá estar identificado com crachá. <o:p></o:p></span>]]>
|
4234
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.8
Será utilizado no processo o voto com cédula de papel e urnas convencionais,
salvo se disponibilizadas urnas eletrônicas e programas por órgãos superiores
competentes.<o:p></o:p></span></p>]]>
|
4234
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.8
Será utilizado no processo o voto com cédula de papel e urnas convencionais,
salvo se disponibilizadas urnas eletrônicas e programas por órgãos superiores
competentes.<o:p></o:p></span>]]>
|
4240
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.9
Será considerado inválido o voto: <o:p></o:p></span></p>]]>
|
4240
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.9
Será considerado inválido o voto: <o:p></o:p></span>]]>
|
4244
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula contenha mais de 01 (um) candidato assinalado; <o:p></o:p></span></p>]]>
|
4245
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
4247
| <![CDATA[<span style='mso-list:Ignore'>a)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
4247
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
4248
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula contenha mais de 01 (um) candidato assinalado; <o:p></o:p></span>]]>
|
4252
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula não estiver rubricada pelos membros da mesa de votação; <o:p></o:p></span></p>]]>
|
4253
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
4255
| <![CDATA[<span style='mso-list:Ignore'>b)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
4255
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
4256
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula não estiver rubricada pelos membros da mesa de votação; <o:p></o:p></span>]]>
|
4260
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula não corresponder ao modelo oficial; <o:p></o:p></span></p>]]>
|
4261
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
4263
| <![CDATA[<span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
4263
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
4264
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>cuja
cédula não corresponder ao modelo oficial; <o:p></o:p></span>]]>
|
4268
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>em
branco; <o:p></o:p></span></p>]]>
|
4269
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span></span>]]>
|
4271
| <![CDATA[<span style='mso-list:Ignore'>d)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span></span>]]>
|
4271
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; </span>]]>
|
4272
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>em
branco; <o:p></o:p></span>]]>
|
4276
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>que
tiver o sigilo violado;<o:p></o:p></span></p>]]>
|
4277
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
4279
| <![CDATA[<span style='mso-list:Ignore'>e)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
4279
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
4280
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>que
tiver o sigilo violado;<o:p></o:p></span>]]>
|
4284
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l4 level1 lfo15'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>que
apresentar rasuras e/ou anotações fora do campo destinado a marcação do
candidato escolhido pelo eleitor. <o:p></o:p></span></p>]]>
|
4285
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span></span>]]>
|
4287
| <![CDATA[<span style='mso-list:Ignore'>f)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span></span>]]>
|
4287
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>]]>
|
4288
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>que
apresentar rasuras e/ou anotações fora do campo destinado a marcação do
candidato escolhido pelo eleitor. <o:p></o:p></span>]]>
|
4293
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.10
A ordem dos candidatos na cédula de votação, bem como seu número de urna serão
definidos por sorteio em reunião com todos os concorrentes. <o:p></o:p></span></p>]]>
|
4293
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.10
A ordem dos candidatos na cédula de votação, bem como seu número de urna serão
definidos por sorteio em reunião com todos os concorrentes. <o:p></o:p></span>]]>
|
4298
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.11
A sala de votação contará com uma Mesa de Recepção, composta por 03 (três)
membros: 01 (um) mesário e 02 (dois) secretários, devidamente credenciados pelo
CMDCA. <o:p></o:p></span></p>]]>
|
4298
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.11
A sala de votação contará com uma Mesa de Recepção, composta por 03 (três)
membros: 01 (um) mesário e 02 (dois) secretários, devidamente credenciados pelo
CMDCA. <o:p></o:p></span>]]>
|
4304
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.12
Nas cabines de votação será afixada lista de nomes e números dos candidatos ao
Conselho Tutelar, as quais serão previamente publicadas e afixadas nos locais
previstos neste edital. <o:p></o:p></span></p>]]>
|
4304
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.12
Nas cabines de votação será afixada lista de nomes e números dos candidatos ao
Conselho Tutelar, as quais serão previamente publicadas e afixadas nos locais
previstos neste edital. <o:p></o:p></span>]]>
|
4310
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.13
No dia da eleição não será permitido ao candidato ou a terceiros realizar
qualquer tipo de propaganda eleitoral, conduzir eleitores utilizando-se de
veículos públicos ou particulares e realizar propaganda em carros de som ou
outros instrumentos ruidosos. <o:p></o:p></span></p>]]>
|
4310
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.13
No dia da eleição não será permitido ao candidato ou a terceiros realizar
qualquer tipo de propaganda eleitoral, conduzir eleitores utilizando-se de
veículos públicos ou particulares e realizar propaganda em carros de som ou
outros instrumentos ruidosos. <o:p></o:p></span>]]>
|
4317
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.14
A decisão de cassação da candidatura por descumprimento das normas deste
Edital, será tomada pelo Ministério Público, ouvida a Comissão Organizadora.
Neste caso, será instaurado processo administrativo em que o candidato terá
direito a defesa por escrito no prazo de 24 (vinte e quatro) horas, tendo o
Ministério Público igual prazo para proferir a decisão.<o:p></o:p></span></p>]]>
|
4317
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>10.14
A decisão de cassação da candidatura por descumprimento das normas deste
Edital, será tomada pelo Ministério Público, ouvida a Comissão Organizadora.
Neste caso, será instaurado processo administrativo em que o candidato terá
direito a defesa por escrito no prazo de 24 (vinte e quatro) horas, tendo o
Ministério Público igual prazo para proferir a decisão.<o:p></o:p></span>]]>
|
4325
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4325
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4328
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11 DA APURAÇÃO E DA PROCLAMAÇÃO DOS
ELEITOS<o:p></o:p></span></b></p>]]>
|
4328
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11 DA APURAÇÃO E DA PROCLAMAÇÃO DOS
ELEITOS<o:p></o:p></span></b>]]>
|
4329
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11 DA APURAÇÃO E DA PROCLAMAÇÃO DOS
ELEITOS<o:p></o:p></span>]]>
|
4333
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4333
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4336
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.1
A apuração dos votos dar-se-á após o horário de encerramento da eleição, sob a
responsabilidade da Comissão Organizadora, sendo os resultados encaminhados ao
Conselho Municipal dos Direitos da Criança e do Adolescente - CMDCA, o qual
designará o seu local de guarda e tornará público o resultado mediante leitura
da ata de eleição. <o:p></o:p></span></p>]]>
|
4336
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.1
A apuração dos votos dar-se-á após o horário de encerramento da eleição, sob a
responsabilidade da Comissão Organizadora, sendo os resultados encaminhados ao
Conselho Municipal dos Direitos da Criança e do Adolescente - CMDCA, o qual
designará o seu local de guarda e tornará público o resultado mediante leitura
da ata de eleição. <o:p></o:p></span>]]>
|
4344
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.2
Os candidatos, por meio de seus fiscais, poderão apresentar impugnação dos
resultados apurados, cabendo decisão à Mesa de Apuração pelo voto majoritário,
com recurso ao CMDCA, que decidirá em 72 horas, facultada a manifestação do
Ministério Público. <o:p></o:p></span></p>]]>
|
4344
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.2
Os candidatos, por meio de seus fiscais, poderão apresentar impugnação dos
resultados apurados, cabendo decisão à Mesa de Apuração pelo voto majoritário,
com recurso ao CMDCA, que decidirá em 72 horas, facultada a manifestação do
Ministério Público. <o:p></o:p></span>]]>
|
4351
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.3
Não será permitida a presença dos candidatos junto à mesa de apuração. <o:p></o:p></span></p>]]>
|
4351
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.3
Não será permitida a presença dos candidatos junto à mesa de apuração. <o:p></o:p></span>]]>
|
4355
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>11.4 O sigilo do voto será assegurado mediante as seguintes
providências: <o:p></o:p></span></p>]]>
|
4355
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>11.4 O sigilo do voto será assegurado mediante as seguintes
providências: <o:p></o:p></span>]]>
|
4360
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l18 level1 lfo21'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>a)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Uso de cédula cujo modelo será
aprovado pelo CMDCA; <o:p></o:p></span></p>]]>
|
4361
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>a)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
4363
| <![CDATA[<span style='mso-list:
Ignore'>a)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
4364
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
4365
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Uso de cédula cujo modelo será
aprovado pelo CMDCA; <o:p></o:p></span>]]>
|
4369
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l18 level1 lfo21'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Isolamento do votante em
cabine indevassável; <o:p></o:p></span></p>]]>
|
4370
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";color:black'><span style='mso-list:
Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span></span>]]>
|
4372
| <![CDATA[<span style='mso-list:
Ignore'>b)<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span></span>]]>
|
4373
| <![CDATA[<span style='font:7.0pt "Times New Roman"'> ; ; ; ; ;
</span>]]>
|
4374
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif";color:black'>Isolamento do votante em
cabine indevassável; <o:p></o:p></span>]]>
|
4378
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l18 level1 lfo21'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Autenticidade da cédula conferida pela rubrica dos mesários.</span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p></o:p></span></p>]]>
|
4379
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span></span>]]>
|
4381
| <![CDATA[<span style='mso-list:Ignore'>c)<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span></span>]]>
|
4381
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; </span>]]>
|
4382
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Autenticidade da cédula conferida pela rubrica dos mesários.</span>]]>
|
4384
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p></o:p></span>]]>
|
4387
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.5
Concluída a apuração dos votos e decididos os eventuais recursos, o CMDCA
proclamará o resultado dos candidatos eleitos em 08 de Outubro de 2019. <o:p></o:p></span></p>]]>
|
4387
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.5
Concluída a apuração dos votos e decididos os eventuais recursos, o CMDCA
proclamará o resultado dos candidatos eleitos em 08 de Outubro de 2019. <o:p></o:p></span>]]>
|
4392
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.6
Quanto aos votos brancos e nulos, estes não serão computados para fins de votos
válidos.<o:p></o:p></span></p>]]>
|
4392
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.6
Quanto aos votos brancos e nulos, estes não serão computados para fins de votos
válidos.<o:p></o:p></span>]]>
|
4397
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.7
A fiscalização de todo o processo de eleição estará a cargo do Ministério
Público. <o:p></o:p></span></p>]]>
|
4397
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.7
A fiscalização de todo o processo de eleição estará a cargo do Ministério
Público. <o:p></o:p></span>]]>
|
4402
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.8
Os 05 (cinco) primeiros candidatos mais votados serão considerados eleitos e
serão nomeados e empossados como conselheiros tutelares titulares, ficando
todos os seguintes, observada a ordem decrescente de votação, como suplentes. <o:p></o:p></span></p>]]>
|
4402
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>11.8
Os 05 (cinco) primeiros candidatos mais votados serão considerados eleitos e
serão nomeados e empossados como conselheiros tutelares titulares, ficando
todos os seguintes, observada a ordem decrescente de votação, como suplentes. <o:p></o:p></span>]]>
|
4408
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4408
| <![CDATA[<span
style='font-size:8.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4411
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12 DO EMPATE<o:p></o:p></span></b></p>]]>
|
4411
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12 DO EMPATE<o:p></o:p></span></b>]]>
|
4412
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12 DO EMPATE<o:p></o:p></span>]]>
|
4415
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4415
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4418
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>12.1
Na hipótese de empate na votação, será considerado eleito o candidato que,
sucessivamente: <o:p></o:p></span></p>]]>
|
4418
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>12.1
Na hipótese de empate na votação, será considerado eleito o candidato que,
sucessivamente: <o:p></o:p></span>]]>
|
4423
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>I.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>apresentar melhor desempenho na prova de
conhecimento; <o:p></o:p></span></p>]]>
|
4424
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>I.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span>]]>
|
4426
| <![CDATA[<span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>I.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span>]]>
|
4426
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; </span>]]>
|
4427
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span>]]>
|
4429
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>apresentar melhor desempenho na prova de
conhecimento; <o:p></o:p></span>]]>
|
4433
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>II.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>apresentar maior tempo de atuação na
área da infância e adolescência; <o:p></o:p></span></p>]]>
|
4434
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>II.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span>]]>
|
4436
| <![CDATA[<span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>II.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span>]]>
|
4436
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; </span>]]>
|
4437
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span>]]>
|
4439
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>apresentar maior tempo de atuação na
área da infância e adolescência; <o:p></o:p></span>]]>
|
4443
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>III.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>residir a mais tempo no município; <o:p></o:p></span></p>]]>
|
4444
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>III.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span>]]>
|
4446
| <![CDATA[<span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>III.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span>]]>
|
4446
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>]]>
|
4447
| <![CDATA[<span style='mso-spacerun:yes'> </span>]]>
|
4447
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span>]]>
|
4449
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>residir a mais tempo no município; <o:p></o:p></span>]]>
|
4452
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-36.0pt;mso-text-indent-alt:-18.0pt;line-height:150%;mso-list:l20 level1 lfo18'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>IV.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span><span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>tiver maior idade. <o:p></o:p></span></p>]]>
|
4453
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman"'><span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>IV.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span></span>]]>
|
4455
| <![CDATA[<span style='mso-list:Ignore'><span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>IV.<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span></span>]]>
|
4455
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'><span style='mso-spacerun:yes'> </span></span>]]>
|
4456
| <![CDATA[<span style='mso-spacerun:yes'> </span>]]>
|
4456
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; ; ; ; ; ; ; ; ; ; ;
</span>]]>
|
4458
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;
font-family:"Times New Roman","serif"'>tiver maior idade. <o:p></o:p></span>]]>
|
4461
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>12.2
No caso de dois ou mais candidatos com vínculo parental impeditivo, conforme
consta neste edital, se classificarem entre os 05 (cinco) primeiros lugares,
apenas aquele com maior número de votos será considerado eleito. Os demais
serão reclassificados como suplentes, assumindo na hipótese de vacância e desde
que não exista impedimento.<o:p></o:p></span></p>]]>
|
4461
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>12.2
No caso de dois ou mais candidatos com vínculo parental impeditivo, conforme
consta neste edital, se classificarem entre os 05 (cinco) primeiros lugares,
apenas aquele com maior número de votos será considerado eleito. Os demais
serão reclassificados como suplentes, assumindo na hipótese de vacância e desde
que não exista impedimento.<o:p></o:p></span>]]>
|
4469
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4469
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4472
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13 HOMOLOGAÇÃO<o:p></o:p></span></b></p>]]>
|
4472
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13 HOMOLOGAÇÃO<o:p></o:p></span></b>]]>
|
4473
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13 HOMOLOGAÇÃO<o:p></o:p></span>]]>
|
4476
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4476
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4479
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>13.1
O resultado final do Processo de Escolha, após decididos todos os recursos
interpostos tempestivamente observando as constantes deste edital, será
homologado pela Prefeitura Municipal de Guarani d'Oeste e publicado no Diário
Oficial do Munícipio e demais.<o:p></o:p></span></p>]]>
|
4479
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>13.1
O resultado final do Processo de Escolha, após decididos todos os recursos
interpostos tempestivamente observando as constantes deste edital, será
homologado pela Prefeitura Municipal de Guarani d'Oeste e publicado no Diário
Oficial do Munícipio e demais.<o:p></o:p></span>]]>
|
4486
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4486
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4489
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14 POSSE DOS CANDIDATOS<o:p></o:p></span></b></p>]]>
|
4489
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14 POSSE DOS CANDIDATOS<o:p></o:p></span></b>]]>
|
4490
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14 POSSE DOS CANDIDATOS<o:p></o:p></span>]]>
|
4493
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4493
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4496
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.1
Caberá ao Prefeito Municipal dar posse aos conselheiros titulares eleitos em 10
de janeiro de 2020. <o:p></o:p></span></p>]]>
|
4496
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.1
Caberá ao Prefeito Municipal dar posse aos conselheiros titulares eleitos em 10
de janeiro de 2020. <o:p></o:p></span>]]>
|
4501
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.2
Os candidatos serão convocados por ofício, a ser entregue no endereço
informado, quando do preenchimento da inscrição. <o:p></o:p></span></p>]]>
|
4501
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.2
Os candidatos serão convocados por ofício, a ser entregue no endereço
informado, quando do preenchimento da inscrição. <o:p></o:p></span>]]>
|
4506
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.3
O dia, a hora e o local da posse dos conselheiros tutelares serão divulgados
junto à comunidade local, afixando o convite em todos os locais onde o Edital
tiver sido afixado. <o:p></o:p></span></p>]]>
|
4506
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.3
O dia, a hora e o local da posse dos conselheiros tutelares serão divulgados
junto à comunidade local, afixando o convite em todos os locais onde o Edital
tiver sido afixado. <o:p></o:p></span>]]>
|
4512
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.4
O candidato eleito que desejar renunciar a sua vaga no Conselho Tutelar deverá
manifestar, por escrito, sua decisão ao CMDCA. <o:p></o:p></span></p>]]>
|
4512
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.4
O candidato eleito que desejar renunciar a sua vaga no Conselho Tutelar deverá
manifestar, por escrito, sua decisão ao CMDCA. <o:p></o:p></span>]]>
|
4517
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.5
O candidato eleito que, por qualquer motivo, manifestar a inviabilidade de
tomar posse e entrar em exercício, nesse momento, poderá requerer a sua
dispensa junto ao CMDCA, por escrito, sendo automaticamente reclassificado como
último suplente. <o:p></o:p></span></p>]]>
|
4517
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.5
O candidato eleito que, por qualquer motivo, manifestar a inviabilidade de
tomar posse e entrar em exercício, nesse momento, poderá requerer a sua
dispensa junto ao CMDCA, por escrito, sendo automaticamente reclassificado como
último suplente. <o:p></o:p></span>]]>
|
4524
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.6
No momento da posse, o escolhido assinará documento no qual conste declaração
de que não exerce atividade incompatível com o exercício da função de
conselheiro tutelar e ciência de seus direitos e deveres, observadas as
vedações constitucionais.<o:p></o:p></span></p>]]>
|
4524
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>14.6
No momento da posse, o escolhido assinará documento no qual conste declaração
de que não exerce atividade incompatível com o exercício da função de
conselheiro tutelar e ciência de seus direitos e deveres, observadas as
vedações constitucionais.<o:p></o:p></span>]]>
|
4531
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4531
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4534
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15 DISPOSIÇÕES FINAIS<o:p></o:p></span></b></p>]]>
|
4534
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15 DISPOSIÇÕES FINAIS<o:p></o:p></span></b>]]>
|
4535
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15 DISPOSIÇÕES FINAIS<o:p></o:p></span>]]>
|
4538
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>]]>
|
4538
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span>]]>
|
4542
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>15.1 Os casos omissos serão resolvidos pela Comissão Organizadora.<o:p></o:p></span></p>]]>
|
4542
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>15.1 Os casos omissos serão resolvidos pela Comissão Organizadora.<o:p></o:p></span>]]>
|
4546
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.2
É de inteira responsabilidade do (a) candidato (a) acompanhar a publicação de
todos<o:p></o:p></span></p>]]>
|
4546
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.2
É de inteira responsabilidade do (a) candidato (a) acompanhar a publicação de
todos<o:p></o:p></span>]]>
|
4551
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>os
atos, Editais e comunicados referentes ao Processo de Escolha em Data Unificada
dos<o:p></o:p></span></p>]]>
|
4551
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>os
atos, Editais e comunicados referentes ao Processo de Escolha em Data Unificada
dos<o:p></o:p></span>]]>
|
4556
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>(as)
conselheiros (as) tutelares.<o:p></o:p></span></p>]]>
|
4556
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>(as)
conselheiros (as) tutelares.<o:p></o:p></span>]]>
|
4560
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.3
O descumprimento dos dispositivos legais previstos neste Edital implicará na
exclusão do (a) candidato (a) ao Processo de Escolha em Data Unificada.<o:p></o:p></span></p>]]>
|
4560
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.3
O descumprimento dos dispositivos legais previstos neste Edital implicará na
exclusão do (a) candidato (a) ao Processo de Escolha em Data Unificada.<o:p></o:p></span>]]>
|
4565
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.4
Os membros da Comissão não podem ser candidatos (as) ao Conselho Tutelar de<o:p></o:p></span></p>]]>
|
4565
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.4
Os membros da Comissão não podem ser candidatos (as) ao Conselho Tutelar de<o:p></o:p></span>]]>
|
4569
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Guarani
d'Oeste/SP.<o:p></o:p></span></p>]]>
|
4569
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Guarani
d'Oeste/SP.<o:p></o:p></span>]]>
|
4573
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.5
A composição da Mesa para a realização do pleito e apuração dos votos será
feita<o:p></o:p></span></p>]]>
|
4573
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.5
A composição da Mesa para a realização do pleito e apuração dos votos será
feita<o:p></o:p></span>]]>
|
4578
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>pelos
membros da Comissão Eleitoral, já definida pelo Presidente do Conselho
Municipal<o:p></o:p></span></p>]]>
|
4578
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>pelos
membros da Comissão Eleitoral, já definida pelo Presidente do Conselho
Municipal<o:p></o:p></span>]]>
|
4583
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>dos
Direitos da Criança e do Adolescente.<o:p></o:p></span></p>]]>
|
4583
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>dos
Direitos da Criança e do Adolescente.<o:p></o:p></span>]]>
|
4587
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><span style='mso-spacerun:yes'> </span>15.6 Este edital poderá ser
impugnado no prazo de 48 horas após a sua publicação nos locais indicados
anteriormente.<o:p></o:p></span></p>]]>
|
4587
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><span style='mso-spacerun:yes'> </span>15.6 Este edital poderá ser
impugnado no prazo de 48 horas após a sua publicação nos locais indicados
anteriormente.<o:p></o:p></span>]]>
|
4589
| <![CDATA[<span style='mso-spacerun:yes'> </span>]]>
|
4593
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.7
Os membros escolhidos como conselheiros tutelares titulares e os suplentes,
submeter-se-ão a estudos sobre a legislação específica, as atribuições do cargo
e aos treinamentos práticos necessários, promovidos por uma comissão ou
instituição pública ou privada, sob a responsabilidade do Conselho Municipal
dos Direitos da Criança e do Adolescente e da Secretaria à qual está vinculado<o:p></o:p></span></p>]]>
|
4593
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.7
Os membros escolhidos como conselheiros tutelares titulares e os suplentes,
submeter-se-ão a estudos sobre a legislação específica, as atribuições do cargo
e aos treinamentos práticos necessários, promovidos por uma comissão ou
instituição pública ou privada, sob a responsabilidade do Conselho Municipal
dos Direitos da Criança e do Adolescente e da Secretaria à qual está vinculado<o:p></o:p></span>]]>
|
4601
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.8
Este edital, em seu inteiro teor, foi aprovado em reunião ordinária do Conselho
Municipal dos Direitos da Criança e do Adolescente - CMDCA de Guarani
d'Oeste/SP - no dia 08 de Abril de 2019, tendo sido registrado em ata, estando
em vigor na data de sua publicação.<o:p></o:p></span></p>]]>
|
4601
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>15.8
Este edital, em seu inteiro teor, foi aprovado em reunião ordinária do Conselho
Municipal dos Direitos da Criança e do Adolescente - CMDCA de Guarani
d'Oeste/SP - no dia 08 de Abril de 2019, tendo sido registrado em ata, estando
em vigor na data de sua publicação.<o:p></o:p></span>]]>
|
4608
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>15.8 Este Edital entrará em vigor na data de sua publicação, a
fazer-se mediante afixação na sede do CMDCA, na Prefeitura Municipal de Guarani
d'Oeste, no site oficial do Município e no Departamento de Assistência Social.<o:p></o:p></span></p>]]>
|
4608
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>15.8 Este Edital entrará em vigor na data de sua publicação, a
fazer-se mediante afixação na sede do CMDCA, na Prefeitura Municipal de Guarani
d'Oeste, no site oficial do Município e no Departamento de Assistência Social.<o:p></o:p></span>]]>
|
4614
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>]]>
|
4614
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span>]]>
|
4618
| <![CDATA[<p class=MsoNoSpacing align=right style='text-align:right;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Guarani d'Oeste/SP, 09 de Abril de 2019<o:p></o:p></span></p>]]>
|
4618
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Guarani d'Oeste/SP, 09 de Abril de 2019<o:p></o:p></span>]]>
|
4622
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>]]>
|
4622
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span>]]>
|
4626
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>]]>
|
4626
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span>]]>
|
4630
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>]]>
|
4630
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span>]]>
|
4634
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Jean Marcelo de Faria Malagutti<o:p></o:p></span></p>]]>
|
4634
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Jean Marcelo de Faria Malagutti<o:p></o:p></span>]]>
|
4638
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Presidente do Conselho Municipal dos Direitos da Criança e do
Adolescente<o:p></o:p></span></p>]]>
|
4638
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'>Presidente do Conselho Municipal dos Direitos da Criança e do
Adolescente<o:p></o:p></span>]]>
|
4643
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span></p>]]>
|
4643
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif";
color:black'><o:p> ;</o:p></span>]]>
|
4647
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4647
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4650
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;font-family:
"Times New Roman","serif"'>ANEXOS<o:p></o:p></span></b></p>]]>
|
4650
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;font-family:
"Times New Roman","serif"'>ANEXOS<o:p></o:p></span></b>]]>
|
4651
| <![CDATA[<span style='font-size:12.0pt;font-family:
"Times New Roman","serif"'>ANEXOS<o:p></o:p></span>]]>
|
4656
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'>ANEXO I<o:p></o:p></b></p>]]>
|
4656
| <![CDATA[<b style='mso-bidi-font-weight:
normal'>ANEXO I<o:p></o:p></b>]]>
|
4659
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><u>MODELO DE DECLARAÇÃO
DE</u><u><span style='font-size:12.0pt;line-height:107%'> IDONEIDADE MORAL<o:p></o:p></span></u></p>]]>
|
4660
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'> IDONEIDADE MORAL<o:p></o:p></span>]]>
|
4662
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'><o:p><span
style='text-decoration:none'> ;</span></o:p></span>]]>
|
4662
| <![CDATA[<span
style='text-decoration:none'> ;</span>]]>
|
4665
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Nós abaixo assinados,
DECLARAMOS para os devidos fins, que conhecemos o Sr. (a)
_____________________________________________________ portador (a) do documento
de identidade ________________ há mais de ______ anos, e sabemos tratar-se de
cidadão (ã) de conduta irreprovável, não sendo de nosso conhecimento nada que o
(a) desabone até a presente data.<o:p></o:p></span>]]>
|
4672
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'><o:p> ;</o:p></span>]]>
|
4674
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'><span
style='mso-spacerun:yes'>
</span>Local<span style='mso-spacerun:yes'> </span>e data____________, de
_____________ 20______<o:p></o:p></span>]]>
|
4674
| <![CDATA[<span
style='mso-spacerun:yes'>
</span>]]>
|
4676
| <![CDATA[<span style='mso-spacerun:yes'> </span>]]>
|
4679
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'><span
style='mso-tab-count:5'> </span><o:p></o:p></span>]]>
|
4679
| <![CDATA[<span
style='mso-tab-count:5'> </span>]]>
|
4682
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'><o:p> ;</o:p></span>]]>
|
4684
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span>]]>
|
4687
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Nome:
________________________________________________________________<o:p></o:p></span>]]>
|
4690
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span>]]>
|
4693
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'><o:p> ;</o:p></span>]]>
|
4695
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span>]]>
|
4698
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Nome: ________________________________________________________________<o:p></o:p></span>]]>
|
4700
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span>]]>
|
4703
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4705
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4707
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4709
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4711
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4713
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4715
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4717
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4719
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4721
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4723
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4725
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4727
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4729
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:
PT-BR;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear=all
style='mso-special-character:line-break;page-break-before:always'>
</span>]]>
|
4731
| <![CDATA[<br clear=all
style='mso-special-character:line-break;page-break-before:always'>]]>
|
4735
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4738
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4740
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4742
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4744
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4746
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>ANEXO
II<o:p></o:p></span></b></p>]]>
|
4746
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>ANEXO
II<o:p></o:p></span></b>]]>
|
4747
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>ANEXO
II<o:p></o:p></span>]]>
|
4750
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>MODELO
DECLARAÇÃO DE UNIÃO ESTÁVEL<o:p></o:p></span></b></p>]]>
|
4750
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>MODELO
DECLARAÇÃO DE UNIÃO ESTÁVEL<o:p></o:p></span></b>]]>
|
4751
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>MODELO
DECLARAÇÃO DE UNIÃO ESTÁVEL<o:p></o:p></span>]]>
|
4754
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>]]>
|
4754
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b>]]>
|
4755
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4757
| <![CDATA[<p class=MsoNormal style='text-align:justify'><span style='font-size:12.0pt;
line-height:107%;font-family:"Times New Roman","serif"'><span
style='mso-spacerun:yes'> </span></span>Eu,
_________________________________________, nacionalidade:_______________,
estado civil:_____________________, profissão:______________________, portador
da Carteira de Identidade nº______________________, emitida por____________,
inscrito no Cadastro de Pessoa Física sob o nº___________________, e ___________________________________________,
nacionalidade:_________________, estado civil:_____________________,
profissão:______________________, portadora da Carteira de Identidade
nº______________________, emitida por____________, inscrita no Cadastro de
Pessoa Física sob o nº___________________, ambos domiciliados nesta cidade e
residente na _________________________________________________, n°__________.
Bairro:___________________________, CEP________________, juridicamente capazes,
DECLARAMOS, cientes das penalidades legais, que convivemos em UNIÃO ESTÁVEL
desde _____/_____/_____, de natureza familiar, pública e duradoura com o
objetivo de constituição da família nos termos dos artigos 1723 e seguintes do
Código Civil. Assim sendo, por ser o aqui declarado a mais pura expressão da
verdade, assinamos esta Declaração para que surta seus efeitos legais.<span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p></o:p></span></p>]]>
|
4757
| <![CDATA[<span style='font-size:12.0pt;
line-height:107%;font-family:"Times New Roman","serif"'><span
style='mso-spacerun:yes'> </span></span>]]>
|
4758
| <![CDATA[<span
style='mso-spacerun:yes'> </span>]]>
|
4774
| <![CDATA[<span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p></o:p></span>]]>
|
4777
| <![CDATA[<p class=MsoNormal align=right style='text-align:right'><span style='font-size:
12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Local<span
style='mso-spacerun:yes'> </span>e data : ________, _____ de ___________ de
_______.<o:p></o:p></span></p>]]>
|
4777
| <![CDATA[<span style='font-size:
12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Local<span
style='mso-spacerun:yes'> </span>e data : ________, _____ de ___________ de
_______.<o:p></o:p></span>]]>
|
4778
| <![CDATA[<span
style='mso-spacerun:yes'> </span>]]>
|
4782
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4785
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4788
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'>___________________________<span
style='mso-spacerun:yes'> </span><span style='mso-tab-count:2'> </span>____________________________<o:p></o:p></span>]]>
|
4789
| <![CDATA[<span
style='mso-spacerun:yes'> </span>]]>
|
4790
| <![CDATA[<span style='mso-tab-count:2'> </span>]]>
|
4792
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><span style='mso-spacerun:yes'> </span>Assinatura
do 1º Declarante<span style='mso-spacerun:yes'> </span><span
style='mso-spacerun:yes'> </span><span
style='mso-spacerun:yes'> </span>Assinatura do 2º Declarante<o:p></o:p></span>]]>
|
4793
| <![CDATA[<span style='mso-spacerun:yes'> </span>]]>
|
4794
| <![CDATA[<span style='mso-spacerun:yes'> </span>]]>
|
4794
| <![CDATA[<span
style='mso-spacerun:yes'> </span>]]>
|
4795
| <![CDATA[<span
style='mso-spacerun:yes'> </span>]]>
|
4798
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4801
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'>TESTEMUNHAS<o:p></o:p></span>]]>
|
4803
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4805
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span>]]>
|
4808
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Nome:
________________________________________________________________<o:p></o:p></span>]]>
|
4811
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span>]]>
|
4814
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4816
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Assinatura:
____________________________________________________________<o:p></o:p></span>]]>
|
4819
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Nome:
________________________________________________________________<o:p></o:p></span>]]>
|
4822
| <![CDATA[<span style='font-size:12.0pt;line-height:107%'>Endereço:
_____________________________________________________________<o:p></o:p></span>]]>
|
4825
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4827
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4829
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4831
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4833
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4835
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4837
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;font-family:
"Times New Roman","serif"'>ANEXO III<o:p></o:p></span></b></p>]]>
|
4837
| <![CDATA[<b
style='mso-bidi-font-weight:normal'><span style='font-size:12.0pt;font-family:
"Times New Roman","serif"'>ANEXO III<o:p></o:p></span></b>]]>
|
4838
| <![CDATA[<span style='font-size:12.0pt;font-family:
"Times New Roman","serif"'>ANEXO III<o:p></o:p></span>]]>
|
4841
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4843
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4845
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%;mso-layout-grid-align:none;text-autospace:
none'><b><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>MODELO
TERMO DE RESPONSABILIDADE<o:p></o:p></span></b></p>]]>
|
4847
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>MODELO
TERMO DE RESPONSABILIDADE<o:p></o:p></span>]]>
|
4850
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%;mso-layout-grid-align:none;text-autospace:
none'><b><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>]]>
|
4852
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4854
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Eu,.........................................................................................abaixo
assinado, portador(a) da Cédula de Identidade nº
............................................., órgão expedidor
............/....... e C.P.F. nº-...................................,
Brasileiro(a), inscrito no processo de Escolha para Conselheiro Tutelar
DECLARO:<o:p></o:p></span></p>]]>
|
4854
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Eu,.........................................................................................abaixo
assinado, portador(a) da Cédula de Identidade nº
............................................., órgão expedidor
............/....... e C.P.F. nº-...................................,
Brasileiro(a), inscrito no processo de Escolha para Conselheiro Tutelar
DECLARO:<o:p></o:p></span>]]>
|
4862
| <![CDATA[<p class=MsoNoSpacing style='margin-left:36.0pt;text-align:justify;text-indent:
-18.0pt;line-height:150%;mso-list:l5 level1 lfo22'><![if !supportLists]><span
style='font-size:12.0pt;line-height:150%;font-family:Wingdings;mso-fareast-font-family:
Wingdings;mso-bidi-font-family:Wingdings'><span style='mso-list:Ignore'>✓<span
style='font:7.0pt "Times New Roman"'> ; </span></span></span><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Que
não fui Demitido (a) ou Exonerado (a) do serviço público federal, estadual ou
municipal, em consequência de processo administrativo ou a bem do serviço
público, bem como não fui demitido (a) pro justa causa de emprego público ou
autarquia, fundação, empresa pública ou sociedade de economia mista.<o:p></o:p></span></p>]]>
|
4863
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:Wingdings;mso-fareast-font-family:
Wingdings;mso-bidi-font-family:Wingdings'><span style='mso-list:Ignore'>✓<span
style='font:7.0pt "Times New Roman"'> ; </span></span></span>]]>
|
4865
| <![CDATA[<span style='mso-list:Ignore'>✓<span
style='font:7.0pt "Times New Roman"'> ; </span></span>]]>
|
4865
| <![CDATA[<span
style='font:7.0pt "Times New Roman"'> ; </span>]]>
|
4866
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Que
não fui Demitido (a) ou Exonerado (a) do serviço público federal, estadual ou
municipal, em consequência de processo administrativo ou a bem do serviço
público, bem como não fui demitido (a) pro justa causa de emprego público ou
autarquia, fundação, empresa pública ou sociedade de economia mista.<o:p></o:p></span>]]>
|
4873
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Estou
ciente do disposto no Art. 299 do Código Penal Brasileiro (falsidade
ideológica), caso comprovado a inveracidade das informações.<o:p></o:p></span></p>]]>
|
4873
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Estou
ciente do disposto no Art. 299 do Código Penal Brasileiro (falsidade
ideológica), caso comprovado a inveracidade das informações.<o:p></o:p></span>]]>
|
4878
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
presente declaração é a expressão da verdade e a faço sob as penas da Lei.<o:p></o:p></span></p>]]>
|
4878
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
presente declaração é a expressão da verdade e a faço sob as penas da Lei.<o:p></o:p></span>]]>
|
4882
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Para
maior clareza firmo a presente.<o:p></o:p></span></p>]]>
|
4882
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Para
maior clareza firmo a presente.<o:p></o:p></span>]]>
|
4886
| <![CDATA[<p class=MsoNoSpacing align=right style='text-align:right;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Local
e data, _______de ______________________de 20__.<o:p></o:p></span></p>]]>
|
4886
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Local
e data, _______de ______________________de 20__.<o:p></o:p></span>]]>
|
4890
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4890
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4893
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>__________________________________________<o:p></o:p></span></p>]]>
|
4893
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>__________________________________________<o:p></o:p></span>]]>
|
4896
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Candidato(a)<span
style='color:black'><o:p></o:p></span></span></p>]]>
|
4896
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Candidato(a)<span
style='color:black'><o:p></o:p></span></span>]]>
|
4897
| <![CDATA[<span
style='color:black'><o:p></o:p></span>]]>
|
4900
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4902
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4904
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4906
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4908
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4910
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4912
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4914
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4916
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4918
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4920
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4922
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4924
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4926
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4928
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4930
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4932
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4934
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4936
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4938
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4940
| <![CDATA[<span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4942
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
color:black'>ANEXO IV</span></b><span style='font-size:12.0pt;line-height:107%;
font-family:"Times New Roman","serif";color:black'><o:p></o:p></span></p>]]>
|
4942
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
color:black'>ANEXO IV</span></b>]]>
|
4943
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
color:black'>ANEXO IV</span>]]>
|
4944
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;
font-family:"Times New Roman","serif";color:black'><o:p></o:p></span>]]>
|
4947
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%;mso-layout-grid-align:none;text-autospace:
none'><b><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>DECLARAÇÃO
DE TEMPO DE RESIDENCIA NO MUNICÍPIO<o:p></o:p></span></b></p>]]>
|
4949
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>DECLARAÇÃO
DE TEMPO DE RESIDENCIA NO MUNICÍPIO<o:p></o:p></span>]]>
|
4952
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Eu,.........................................................................................abaixo
assinado, portador(a) da Cédula de Identidade nº .............................................,
órgão expedidor ............/....... e C.P.F.
nº-..................................., Brasileiro(a), natural de
............................................................... -
................, aos .........../......../20...., filho(a) de
...................................................................................................................
e
.......................................................................................................................,
declaro para os devidos fins de juntada em inscrição para pleito a uma vaga
junto ao Conselho Tutelar deste munícipio e que resido na
(Rua/Av/Trav)................................................................................(Bairro,Vila,
Lot. Jd)...................................................................,
nesta cidade, há
................................................(dias,meses,anos).<o:p></o:p></span></p>]]>
|
4952
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Eu,.........................................................................................abaixo
assinado, portador(a) da Cédula de Identidade nº .............................................,
órgão expedidor ............/....... e C.P.F.
nº-..................................., Brasileiro(a), natural de
............................................................... -
................, aos .........../......../20...., filho(a) de
...................................................................................................................
e
.......................................................................................................................,
declaro para os devidos fins de juntada em inscrição para pleito a uma vaga
junto ao Conselho Tutelar deste munícipio e que resido na
(Rua/Av/Trav)................................................................................(Bairro,Vila,
Lot. Jd)...................................................................,
nesta cidade, há
................................................(dias,meses,anos).<o:p></o:p></span>]]>
|
4969
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Estou
ciente do disposto no Art. 299 do Código Penal Brasileiro (falsidade
ideológica), caso comprovado a inveracidade das informações.<o:p></o:p></span></p>]]>
|
4969
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Estou
ciente do disposto no Art. 299 do Código Penal Brasileiro (falsidade
ideológica), caso comprovado a inveracidade das informações.<o:p></o:p></span>]]>
|
4974
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
presente declaração é a expressão da verdade e a faço sob as penas da Lei.<o:p></o:p></span></p>]]>
|
4974
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>A
presente declaração é a expressão da verdade e a faço sob as penas da Lei.<o:p></o:p></span>]]>
|
4978
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Para
maior clareza firmo a presente.<o:p></o:p></span></p>]]>
|
4978
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Para
maior clareza firmo a presente.<o:p></o:p></span>]]>
|
4982
| <![CDATA[<p class=MsoNoSpacing align=right style='text-align:right;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Local
e data, _______de ______________________de 20__.<o:p></o:p></span></p>]]>
|
4982
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Local
e data, _______de ______________________de 20__.<o:p></o:p></span>]]>
|
4986
| <![CDATA[<p class=MsoNoSpacing style='text-align:justify;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4986
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4989
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>__________________________________________<o:p></o:p></span></p>]]>
|
4989
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>__________________________________________<o:p></o:p></span>]]>
|
4992
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center;line-height:150%'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Candidato(a)<span
style='color:black'><o:p></o:p></span></span></p>]]>
|
4992
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Candidato(a)<span
style='color:black'><o:p></o:p></span></span>]]>
|
4993
| <![CDATA[<span
style='color:black'><o:p></o:p></span>]]>
|
4996
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4996
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
4999
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
4999
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5002
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5002
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5005
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5005
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5008
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5008
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5011
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5011
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5014
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5014
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5017
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5017
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5020
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5020
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5023
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5023
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5026
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5026
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5029
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5029
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5032
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5032
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5035
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5035
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5038
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5038
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5041
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5041
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5044
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5044
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5047
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5047
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5050
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:
PT-BR;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear=all
style='mso-special-character:line-break;page-break-before:always'>
</span>]]>
|
5052
| <![CDATA[<br clear=all
style='mso-special-character:line-break;page-break-before:always'>]]>
|
5056
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5059
| <![CDATA[<p class=MsoNoSpacing align=center style='text-align:center'><span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5059
| <![CDATA[<span
style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5062
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'>ANEXO
V<o:p></o:p></span></b></p>]]>
|
5062
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'>ANEXO
V<o:p></o:p></span></b>]]>
|
5063
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'>ANEXO
V<o:p></o:p></span>]]>
|
5066
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'>(Papel
timbrado)<o:p></o:p></span></b></p>]]>
|
5066
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'>(Papel
timbrado)<o:p></o:p></span></b>]]>
|
5067
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'>(Papel
timbrado)<o:p></o:p></span>]]>
|
5070
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>]]>
|
5070
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b>]]>
|
5071
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span>]]>
|
5073
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'>D E C L A R A Ç Ã
O<o:p></o:p></span></b></p>]]>
|
5073
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'>D E C L A R A Ç Ã
O<o:p></o:p></span></b>]]>
|
5074
| <![CDATA[<span style='font-family:"Arial Narrow","sans-serif"'>D E C L A R A Ç Ã
O<o:p></o:p></span>]]>
|
5077
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>]]>
|
5077
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b>]]>
|
5078
| <![CDATA[<span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span>]]>
|
5080
| <![CDATA[<p class=MsoNormal style='text-align:justify'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></p>]]>
|
5080
| <![CDATA[<span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span>]]>
|
5082
| <![CDATA[<p class=MsoListParagraph style='margin-left:0cm;mso-add-space:auto;text-align:
justify;text-indent:35.4pt;line-height:150%'><span style='font-family:"Arial Narrow","sans-serif"'><span
style='mso-tab-count:1'> </span><span
style='mso-spacerun:yes'> </span>A (nome da instituição), inscrita no CNPJ nº
___________, estabelecida no endereço ______________________, bairro
______________, na cidade _____________, através de seu representante legal
________________________, vem através desta DECLARAR E ATESTAR<i
style='mso-bidi-font-style:normal'>,</i> para os devidos fins de direito, que __________________________,
residente e domiciliado no endereço _____________________________, bairro
______________ na cidade de _______________, desenvolveu ações, programas e
projetos na promoção, proteção e defesa dos direitos das crianças e
adolescentes, contribuindo para efetivação dos direitos das crianças e
adolescentes, pelo período de 02 (dois) anos, não havendo fatos supervenientes
que desabonem sua conduta técnica dentro dos padrões de qualidade e desempenho
e que cumpriu com sua obrigação.</span><span style='font-family:"Arial Narrow","sans-serif";
mso-bidi-font-family:Helvetica;color:#333333'><o:p></o:p></span></p>]]>
|
5083
| <![CDATA[<span style='font-family:"Arial Narrow","sans-serif"'><span
style='mso-tab-count:1'> </span><span
style='mso-spacerun:yes'> </span>A (nome da instituição), inscrita no CNPJ nº
___________, estabelecida no endereço ______________________, bairro
______________, na cidade _____________, através de seu representante legal
________________________, vem através desta DECLARAR E ATESTAR<i
style='mso-bidi-font-style:normal'>,</i> para os devidos fins de direito, que __________________________,
residente e domiciliado no endereço _____________________________, bairro
______________ na cidade de _______________, desenvolveu ações, programas e
projetos na promoção, proteção e defesa dos direitos das crianças e
adolescentes, contribuindo para efetivação dos direitos das crianças e
adolescentes, pelo período de 02 (dois) anos, não havendo fatos supervenientes
que desabonem sua conduta técnica dentro dos padrões de qualidade e desempenho
e que cumpriu com sua obrigação.</span>]]>
|
5083
| <![CDATA[<span
style='mso-tab-count:1'> </span>]]>
|
5084
| <![CDATA[<span
style='mso-spacerun:yes'> </span>]]>
|
5088
| <![CDATA[<i
style='mso-bidi-font-style:normal'>,</i>]]>
|
5096
| <![CDATA[<span style='font-family:"Arial Narrow","sans-serif";
mso-bidi-font-family:Helvetica;color:#333333'><o:p></o:p></span>]]>
|
5099
| <![CDATA[<p class=MsoNormal style='text-align:justify;line-height:150%'><span
style='font-family:"Arial Narrow","sans-serif";color:black'><o:p> ;</o:p></span></p>]]>
|
5099
| <![CDATA[<span
style='font-family:"Arial Narrow","sans-serif";color:black'><o:p> ;</o:p></span>]]>
|
5102
| <![CDATA[<p class=MsoNormal style='margin-left:70.8pt;text-align:justify;text-indent:
35.4pt;line-height:150%'><span style='font-family:"Arial Narrow","sans-serif"'>E,
para que o presente surta os efeitos desejados firmo o presente.<o:p></o:p></span></p>]]>
|
5103
| <![CDATA[<span style='font-family:"Arial Narrow","sans-serif"'>E,
para que o presente surta os efeitos desejados firmo o presente.<o:p></o:p></span>]]>
|
5106
| <![CDATA[<p class=MsoNormal style='text-align:justify;line-height:150%'><span
style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></p>]]>
|
5106
| <![CDATA[<span
style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span>]]>
|
5109
| <![CDATA[<p class=MsoNormal align=right style='text-align:right'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'>Local e data<o:p></o:p></span></b></p>]]>
|
5109
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'>Local e data<o:p></o:p></span></b>]]>
|
5110
| <![CDATA[<span style='font-family:"Arial Narrow","sans-serif"'>Local e data<o:p></o:p></span>]]>
|
5112
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>]]>
|
5112
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b>]]>
|
5113
| <![CDATA[<span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span>]]>
|
5115
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>]]>
|
5115
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b>]]>
|
5116
| <![CDATA[<span style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span>]]>
|
5118
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>.......................................................................<o:p></o:p></span></b></p>]]>
|
5119
| <![CDATA[<b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>.......................................................................<o:p></o:p></span></b>]]>
|
5119
| <![CDATA[<span
style='font-family:"Arial Narrow","sans-serif"'>.......................................................................<o:p></o:p></span>]]>
|
5122
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>Nome, Função e RG.<o:p></o:p></span></b></p>]]>
|
5123
| <![CDATA[<b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>Nome, Função e RG.<o:p></o:p></span></b>]]>
|
5123
| <![CDATA[<span
style='font-family:"Arial Narrow","sans-serif"'>Nome, Função e RG.<o:p></o:p></span>]]>
|
5126
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b></p>]]>
|
5127
| <![CDATA[<b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span></b>]]>
|
5127
| <![CDATA[<span
style='font-family:"Arial Narrow","sans-serif"'><o:p> ;</o:p></span>]]>
|
5130
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:normal'><b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>Papel timbrado<span
style='mso-spacerun:yes'> </span><o:p></o:p></span></b></p>]]>
|
5131
| <![CDATA[<b style='mso-bidi-font-weight:normal'><span
style='font-family:"Arial Narrow","sans-serif"'>Papel timbrado<span
style='mso-spacerun:yes'> </span><o:p></o:p></span></b>]]>
|
5131
| <![CDATA[<span
style='font-family:"Arial Narrow","sans-serif"'>Papel timbrado<span
style='mso-spacerun:yes'> </span><o:p></o:p></span>]]>
|
5132
| <![CDATA[<span
style='mso-spacerun:yes'> </span>]]>
|
5135
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5138
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5141
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5144
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5147
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5150
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5153
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif";
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-ansi-language:
PT-BR;mso-fareast-language:EN-US;mso-bidi-language:AR-SA'><br clear=all
style='mso-special-character:line-break;page-break-before:always'>
</span>]]>
|
5155
| <![CDATA[<br clear=all
style='mso-special-character:line-break;page-break-before:always'>]]>
|
5159
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5162
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5165
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5168
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>ANEXO
VI<o:p></o:p></span></b></p>]]>
|
5168
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>ANEXO
VI<o:p></o:p></span></b>]]>
|
5169
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>ANEXO
VI<o:p></o:p></span>]]>
|
5172
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></p>]]>
|
5172
| <![CDATA[<span
style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5175
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Calendário
Referente ao Edital nº 001/2019 do CMDCA<o:p></o:p></span></b></p>]]>
|
5175
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Calendário
Referente ao Edital nº 001/2019 do CMDCA<o:p></o:p></span></b>]]>
|
5176
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'>Calendário
Referente ao Edital nº 001/2019 do CMDCA<o:p></o:p></span>]]>
|
5179
| <![CDATA[<p class=MsoNormal align=center style='text-align:center'><b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b></p>]]>
|
5179
| <![CDATA[<b style='mso-bidi-font-weight:
normal'><span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span></b>]]>
|
5180
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5182
| <![CDATA[<table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0
style='border-collapse:collapse;border:none;mso-border-alt:solid windowtext .5pt;
mso-yfti-tbllook:1184;mso-padding-alt:0cm 5.4pt 0cm 5.4pt'>
<tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
mso-border-alt:solid windowtext .5pt;background:#D9D9D9;mso-background-themecolor:
background1;mso-background-themeshade:217;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Evento<o:p></o:p></span></b></p>
</td>
<td width=288 style='width:216.1pt;border:solid windowtext 1.0pt;border-left:
none;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:
217;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Datas<o:p></o:p></span></b></p>
</td>
</tr>
<tr style='mso-yfti-irow:1'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Edital<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/04/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:2'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
de Inscrições <o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15/04/2019 à 30/04/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:3'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
Requerimentos Inscrições<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/05/2019 à 05/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:4'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da lista dos candidatos com inscrições deferidas<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:5'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
para recurso<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/05/2019 à 10/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:6'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão <o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11/05/2019 à 12/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:7'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos Recursos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:8'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:9'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos pré-candidatos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>20/05/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:10'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:11'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Gabarito Oficial<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:12'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado da Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:13'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>24/06/2019 à 28/06/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:14'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão - Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/07/2019 à 03/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:15'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados na prova objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:16'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:17'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>26/07/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:18'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>29/07/2019 à 02/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:19'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>03/08/2019 à 07/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:20'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados - Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:21'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Homologação
de Candidaturas<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:22'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Treinamento
de Instruções Aprovados<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/08/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:23'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
Campanha Eleitoral<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/08/2019 à 05/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:24'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos locais de votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:25'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Dia
da Votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:26'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
do Resultado da Votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:27'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Oficial<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/10/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:28'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos Conselheiros Eleitos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/11/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:29'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Diplomação
dos escolhidos e suplentes<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>25/11/2019<o:p></o:p></span></p>
</td>
</tr>
<tr style='mso-yfti-irow:30;mso-yfti-lastrow:yes'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Posse
dos escolhidos e suplentes<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/01/2020<o:p></o:p></span></p>
</td>
</tr>
</table>]]>
|
5185
| <![CDATA[<tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
mso-border-alt:solid windowtext .5pt;background:#D9D9D9;mso-background-themecolor:
background1;mso-background-themeshade:217;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Evento<o:p></o:p></span></b></p>
</td>
<td width=288 style='width:216.1pt;border:solid windowtext 1.0pt;border-left:
none;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:
217;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Datas<o:p></o:p></span></b></p>
</td>
</tr>]]>
|
5186
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
mso-border-alt:solid windowtext .5pt;background:#D9D9D9;mso-background-themecolor:
background1;mso-background-themeshade:217;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Evento<o:p></o:p></span></b></p>
</td>]]>
|
5189
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Evento<o:p></o:p></span></b></p>]]>
|
5190
| <![CDATA[<b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Evento<o:p></o:p></span></b>]]>
|
5190
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Evento<o:p></o:p></span>]]>
|
5193
| <![CDATA[<td width=288 style='width:216.1pt;border:solid windowtext 1.0pt;border-left:
none;mso-border-left-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:
217;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Datas<o:p></o:p></span></b></p>
</td>]]>
|
5197
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Datas<o:p></o:p></span></b></p>]]>
|
5198
| <![CDATA[<b style='mso-bidi-font-weight:normal'><span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Datas<o:p></o:p></span></b>]]>
|
5198
| <![CDATA[<span
style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Datas<o:p></o:p></span>]]>
|
5202
| <![CDATA[<tr style='mso-yfti-irow:1'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Edital<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/04/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5203
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Edital<o:p></o:p></span></p>
</td>]]>
|
5206
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Edital<o:p></o:p></span></p>]]>
|
5207
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Edital<o:p></o:p></span>]]>
|
5210
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/04/2019<o:p></o:p></span></p>
</td>]]>
|
5214
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/04/2019<o:p></o:p></span></p>]]>
|
5215
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/04/2019<o:p></o:p></span>]]>
|
5219
| <![CDATA[<tr style='mso-yfti-irow:2'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
de Inscrições <o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15/04/2019 à 30/04/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5220
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
de Inscrições <o:p></o:p></span></p>
</td>]]>
|
5223
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
de Inscrições <o:p></o:p></span></p>]]>
|
5224
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
de Inscrições <o:p></o:p></span>]]>
|
5227
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15/04/2019 à 30/04/2019<o:p></o:p></span></p>
</td>]]>
|
5231
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15/04/2019 à 30/04/2019<o:p></o:p></span></p>]]>
|
5232
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>15/04/2019 à 30/04/2019<o:p></o:p></span>]]>
|
5236
| <![CDATA[<tr style='mso-yfti-irow:3'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
Requerimentos Inscrições<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/05/2019 à 05/05/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5237
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
Requerimentos Inscrições<o:p></o:p></span></p>
</td>]]>
|
5240
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
Requerimentos Inscrições<o:p></o:p></span></p>]]>
|
5241
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
Requerimentos Inscrições<o:p></o:p></span>]]>
|
5244
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/05/2019 à 05/05/2019<o:p></o:p></span></p>
</td>]]>
|
5248
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/05/2019 à 05/05/2019<o:p></o:p></span></p>]]>
|
5249
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/05/2019 à 05/05/2019<o:p></o:p></span>]]>
|
5253
| <![CDATA[<tr style='mso-yfti-irow:4'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da lista dos candidatos com inscrições deferidas<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/05/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5254
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da lista dos candidatos com inscrições deferidas<o:p></o:p></span></p>
</td>]]>
|
5257
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da lista dos candidatos com inscrições deferidas<o:p></o:p></span></p>]]>
|
5258
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da lista dos candidatos com inscrições deferidas<o:p></o:p></span>]]>
|
5261
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/05/2019<o:p></o:p></span></p>
</td>]]>
|
5265
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/05/2019<o:p></o:p></span></p>]]>
|
5266
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/05/2019<o:p></o:p></span>]]>
|
5270
| <![CDATA[<tr style='mso-yfti-irow:5'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
para recurso<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/05/2019 à 10/05/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5271
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
para recurso<o:p></o:p></span></p>
</td>]]>
|
5274
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
para recurso<o:p></o:p></span></p>]]>
|
5275
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
para recurso<o:p></o:p></span>]]>
|
5278
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/05/2019 à 10/05/2019<o:p></o:p></span></p>
</td>]]>
|
5282
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/05/2019 à 10/05/2019<o:p></o:p></span></p>]]>
|
5283
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/05/2019 à 10/05/2019<o:p></o:p></span>]]>
|
5287
| <![CDATA[<tr style='mso-yfti-irow:6'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão <o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11/05/2019 à 12/05/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5288
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão <o:p></o:p></span></p>
</td>]]>
|
5291
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão <o:p></o:p></span></p>]]>
|
5292
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão <o:p></o:p></span>]]>
|
5295
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11/05/2019 à 12/05/2019<o:p></o:p></span></p>
</td>]]>
|
5299
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11/05/2019 à 12/05/2019<o:p></o:p></span></p>]]>
|
5300
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>11/05/2019 à 12/05/2019<o:p></o:p></span>]]>
|
5304
| <![CDATA[<tr style='mso-yfti-irow:7'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos Recursos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/05/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5305
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos Recursos<o:p></o:p></span></p>
</td>]]>
|
5308
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos Recursos<o:p></o:p></span></p>]]>
|
5309
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos Recursos<o:p></o:p></span>]]>
|
5312
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/05/2019<o:p></o:p></span></p>
</td>]]>
|
5316
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/05/2019<o:p></o:p></span></p>]]>
|
5317
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/05/2019<o:p></o:p></span>]]>
|
5321
| <![CDATA[<tr style='mso-yfti-irow:8'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/05/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5322
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva<o:p></o:p></span></p>
</td>]]>
|
5325
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva<o:p></o:p></span></p>]]>
|
5326
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva<o:p></o:p></span>]]>
|
5329
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/05/2019<o:p></o:p></span></p>
</td>]]>
|
5333
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/05/2019<o:p></o:p></span></p>]]>
|
5334
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/05/2019<o:p></o:p></span>]]>
|
5338
| <![CDATA[<tr style='mso-yfti-irow:9'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos pré-candidatos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>20/05/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5339
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos pré-candidatos<o:p></o:p></span></p>
</td>]]>
|
5342
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos pré-candidatos<o:p></o:p></span></p>]]>
|
5343
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos pré-candidatos<o:p></o:p></span>]]>
|
5346
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>20/05/2019<o:p></o:p></span></p>
</td>]]>
|
5350
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>20/05/2019<o:p></o:p></span></p>]]>
|
5351
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>20/05/2019<o:p></o:p></span>]]>
|
5355
| <![CDATA[<tr style='mso-yfti-irow:10'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/06/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5356
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Prova Objetiva<o:p></o:p></span></p>
</td>]]>
|
5359
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Prova Objetiva<o:p></o:p></span></p>]]>
|
5360
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Prova Objetiva<o:p></o:p></span>]]>
|
5363
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/06/2019<o:p></o:p></span></p>
</td>]]>
|
5367
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/06/2019<o:p></o:p></span></p>]]>
|
5368
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>02/06/2019<o:p></o:p></span>]]>
|
5372
| <![CDATA[<tr style='mso-yfti-irow:11'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Gabarito Oficial<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/06/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5373
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Gabarito Oficial<o:p></o:p></span></p>
</td>]]>
|
5376
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Gabarito Oficial<o:p></o:p></span></p>]]>
|
5377
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Gabarito Oficial<o:p></o:p></span>]]>
|
5380
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/06/2019<o:p></o:p></span></p>
</td>]]>
|
5384
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/06/2019<o:p></o:p></span></p>]]>
|
5385
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/06/2019<o:p></o:p></span>]]>
|
5389
| <![CDATA[<tr style='mso-yfti-irow:12'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado da Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/06/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5390
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado da Prova Objetiva<o:p></o:p></span></p>
</td>]]>
|
5393
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado da Prova Objetiva<o:p></o:p></span></p>]]>
|
5394
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado da Prova Objetiva<o:p></o:p></span>]]>
|
5397
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/06/2019<o:p></o:p></span></p>
</td>]]>
|
5401
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/06/2019<o:p></o:p></span></p>]]>
|
5402
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/06/2019<o:p></o:p></span>]]>
|
5406
| <![CDATA[<tr style='mso-yfti-irow:13'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>24/06/2019 à 28/06/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5407
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Prova Objetiva<o:p></o:p></span></p>
</td>]]>
|
5410
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Prova Objetiva<o:p></o:p></span></p>]]>
|
5411
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Prova Objetiva<o:p></o:p></span>]]>
|
5414
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>24/06/2019 à 28/06/2019<o:p></o:p></span></p>
</td>]]>
|
5418
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>24/06/2019 à 28/06/2019<o:p></o:p></span></p>]]>
|
5419
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>24/06/2019 à 28/06/2019<o:p></o:p></span>]]>
|
5423
| <![CDATA[<tr style='mso-yfti-irow:14'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão - Prova Objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/07/2019 à 03/07/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5424
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão - Prova Objetiva<o:p></o:p></span></p>
</td>]]>
|
5427
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão - Prova Objetiva<o:p></o:p></span></p>]]>
|
5428
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos pela Comissão - Prova Objetiva<o:p></o:p></span>]]>
|
5431
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/07/2019 à 03/07/2019<o:p></o:p></span></p>
</td>]]>
|
5435
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/07/2019 à 03/07/2019<o:p></o:p></span></p>]]>
|
5436
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/07/2019 à 03/07/2019<o:p></o:p></span>]]>
|
5440
| <![CDATA[<tr style='mso-yfti-irow:15'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados na prova objetiva<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/07/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5441
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados na prova objetiva<o:p></o:p></span></p>
</td>]]>
|
5444
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados na prova objetiva<o:p></o:p></span></p>]]>
|
5445
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados na prova objetiva<o:p></o:p></span>]]>
|
5448
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/07/2019<o:p></o:p></span></p>
</td>]]>
|
5452
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/07/2019<o:p></o:p></span></p>]]>
|
5453
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>04/07/2019<o:p></o:p></span>]]>
|
5457
| <![CDATA[<tr style='mso-yfti-irow:16'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/07/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5458
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Avaliação Psicológica<o:p></o:p></span></p>
</td>]]>
|
5461
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Avaliação Psicológica<o:p></o:p></span></p>]]>
|
5462
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Aplicação
de Avaliação Psicológica<o:p></o:p></span>]]>
|
5465
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/07/2019<o:p></o:p></span></p>
</td>]]>
|
5469
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/07/2019<o:p></o:p></span></p>]]>
|
5470
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/07/2019<o:p></o:p></span>]]>
|
5474
| <![CDATA[<tr style='mso-yfti-irow:17'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>26/07/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5475
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Avaliação Psicológica<o:p></o:p></span></p>
</td>]]>
|
5478
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Avaliação Psicológica<o:p></o:p></span></p>]]>
|
5479
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Avaliação Psicológica<o:p></o:p></span>]]>
|
5482
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>26/07/2019<o:p></o:p></span></p>
</td>]]>
|
5486
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>26/07/2019<o:p></o:p></span></p>]]>
|
5487
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>26/07/2019<o:p></o:p></span>]]>
|
5491
| <![CDATA[<tr style='mso-yfti-irow:18'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>29/07/2019 à 02/08/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5492
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Avaliação Psicológica<o:p></o:p></span></p>
</td>]]>
|
5495
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Avaliação Psicológica<o:p></o:p></span></p>]]>
|
5496
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Prazo
Recursos Avaliação Psicológica<o:p></o:p></span>]]>
|
5499
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>29/07/2019 à 02/08/2019<o:p></o:p></span></p>
</td>]]>
|
5503
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>29/07/2019 à 02/08/2019<o:p></o:p></span></p>]]>
|
5504
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>29/07/2019 à 02/08/2019<o:p></o:p></span>]]>
|
5508
| <![CDATA[<tr style='mso-yfti-irow:19'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>03/08/2019 à 07/08/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5509
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos Avaliação Psicológica<o:p></o:p></span></p>
</td>]]>
|
5512
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos Avaliação Psicológica<o:p></o:p></span></p>]]>
|
5513
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Análise
dos recursos Avaliação Psicológica<o:p></o:p></span>]]>
|
5516
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>03/08/2019 à 07/08/2019<o:p></o:p></span></p>
</td>]]>
|
5520
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>03/08/2019 à 07/08/2019<o:p></o:p></span></p>]]>
|
5521
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>03/08/2019 à 07/08/2019<o:p></o:p></span>]]>
|
5525
| <![CDATA[<tr style='mso-yfti-irow:20'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados - Avaliação Psicológica<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/08/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5526
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados - Avaliação Psicológica<o:p></o:p></span></p>
</td>]]>
|
5529
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados - Avaliação Psicológica<o:p></o:p></span></p>]]>
|
5530
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
da Lista Definitiva dos aprovados - Avaliação Psicológica<o:p></o:p></span>]]>
|
5533
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/08/2019<o:p></o:p></span></p>
</td>]]>
|
5537
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/08/2019<o:p></o:p></span></p>]]>
|
5538
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/08/2019<o:p></o:p></span>]]>
|
5542
| <![CDATA[<tr style='mso-yfti-irow:21'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Homologação
de Candidaturas<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12/08/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5543
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Homologação
de Candidaturas<o:p></o:p></span></p>
</td>]]>
|
5546
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Homologação
de Candidaturas<o:p></o:p></span></p>]]>
|
5547
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Homologação
de Candidaturas<o:p></o:p></span>]]>
|
5550
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12/08/2019<o:p></o:p></span></p>
</td>]]>
|
5554
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12/08/2019<o:p></o:p></span></p>]]>
|
5555
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>12/08/2019<o:p></o:p></span>]]>
|
5559
| <![CDATA[<tr style='mso-yfti-irow:22'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Treinamento
de Instruções Aprovados<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/08/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5560
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Treinamento
de Instruções Aprovados<o:p></o:p></span></p>
</td>]]>
|
5563
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Treinamento
de Instruções Aprovados<o:p></o:p></span></p>]]>
|
5564
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Treinamento
de Instruções Aprovados<o:p></o:p></span>]]>
|
5567
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/08/2019<o:p></o:p></span></p>
</td>]]>
|
5571
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/08/2019<o:p></o:p></span></p>]]>
|
5572
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>13/08/2019<o:p></o:p></span>]]>
|
5576
| <![CDATA[<tr style='mso-yfti-irow:23'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
Campanha Eleitoral<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/08/2019 à 05/10/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5577
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
Campanha Eleitoral<o:p></o:p></span></p>
</td>]]>
|
5580
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
Campanha Eleitoral<o:p></o:p></span></p>]]>
|
5581
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Período
Campanha Eleitoral<o:p></o:p></span>]]>
|
5584
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/08/2019 à 05/10/2019<o:p></o:p></span></p>
</td>]]>
|
5588
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/08/2019 à 05/10/2019<o:p></o:p></span></p>]]>
|
5589
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>14/08/2019 à 05/10/2019<o:p></o:p></span>]]>
|
5593
| <![CDATA[<tr style='mso-yfti-irow:24'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos locais de votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/10/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5594
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos locais de votação<o:p></o:p></span></p>
</td>]]>
|
5597
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos locais de votação<o:p></o:p></span></p>]]>
|
5598
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
dos locais de votação<o:p></o:p></span>]]>
|
5601
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/10/2019<o:p></o:p></span></p>
</td>]]>
|
5605
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/10/2019<o:p></o:p></span></p>]]>
|
5606
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>01/10/2019<o:p></o:p></span>]]>
|
5610
| <![CDATA[<tr style='mso-yfti-irow:25'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Dia
da Votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/10/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5611
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Dia
da Votação<o:p></o:p></span></p>
</td>]]>
|
5614
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Dia
da Votação<o:p></o:p></span></p>]]>
|
5615
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Dia
da Votação<o:p></o:p></span>]]>
|
5618
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/10/2019<o:p></o:p></span></p>
</td>]]>
|
5622
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/10/2019<o:p></o:p></span></p>]]>
|
5623
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>06/10/2019<o:p></o:p></span>]]>
|
5627
| <![CDATA[<tr style='mso-yfti-irow:26'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
do Resultado da Votação<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/10/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5628
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
do Resultado da Votação<o:p></o:p></span></p>
</td>]]>
|
5631
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
do Resultado da Votação<o:p></o:p></span></p>]]>
|
5632
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Divulgação
do Resultado da Votação<o:p></o:p></span>]]>
|
5635
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/10/2019<o:p></o:p></span></p>
</td>]]>
|
5639
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/10/2019<o:p></o:p></span></p>]]>
|
5640
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>07/10/2019<o:p></o:p></span>]]>
|
5644
| <![CDATA[<tr style='mso-yfti-irow:27'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Oficial<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/10/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5645
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Oficial<o:p></o:p></span></p>
</td>]]>
|
5648
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Oficial<o:p></o:p></span></p>]]>
|
5649
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Publicação
do Resultado Oficial<o:p></o:p></span>]]>
|
5652
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/10/2019<o:p></o:p></span></p>
</td>]]>
|
5656
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/10/2019<o:p></o:p></span></p>]]>
|
5657
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>08/10/2019<o:p></o:p></span>]]>
|
5661
| <![CDATA[<tr style='mso-yfti-irow:28'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos Conselheiros Eleitos<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/11/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5662
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos Conselheiros Eleitos<o:p></o:p></span></p>
</td>]]>
|
5665
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos Conselheiros Eleitos<o:p></o:p></span></p>]]>
|
5666
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Capacitação
dos Conselheiros Eleitos<o:p></o:p></span>]]>
|
5669
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/11/2019<o:p></o:p></span></p>
</td>]]>
|
5673
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/11/2019<o:p></o:p></span></p>]]>
|
5674
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>19/11/2019<o:p></o:p></span>]]>
|
5678
| <![CDATA[<tr style='mso-yfti-irow:29'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Diplomação
dos escolhidos e suplentes<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>25/11/2019<o:p></o:p></span></p>
</td>
</tr>]]>
|
5679
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Diplomação
dos escolhidos e suplentes<o:p></o:p></span></p>
</td>]]>
|
5682
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Diplomação
dos escolhidos e suplentes<o:p></o:p></span></p>]]>
|
5683
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Diplomação
dos escolhidos e suplentes<o:p></o:p></span>]]>
|
5686
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>25/11/2019<o:p></o:p></span></p>
</td>]]>
|
5690
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>25/11/2019<o:p></o:p></span></p>]]>
|
5691
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>25/11/2019<o:p></o:p></span>]]>
|
5695
| <![CDATA[<tr style='mso-yfti-irow:30;mso-yfti-lastrow:yes'>
<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Posse
dos escolhidos e suplentes<o:p></o:p></span></p>
</td>
<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/01/2020<o:p></o:p></span></p>
</td>
</tr>]]>
|
5696
| <![CDATA[<td width=288 valign=top style='width:216.1pt;border:solid windowtext 1.0pt;
border-top:none;mso-border-top-alt:solid windowtext .5pt;mso-border-alt:solid windowtext .5pt;
padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Posse
dos escolhidos e suplentes<o:p></o:p></span></p>
</td>]]>
|
5699
| <![CDATA[<p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
150%'><span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Posse
dos escolhidos e suplentes<o:p></o:p></span></p>]]>
|
5700
| <![CDATA[<span style='font-size:12.0pt;line-height:150%;font-family:"Times New Roman","serif"'>Posse
dos escolhidos e suplentes<o:p></o:p></span>]]>
|
5703
| <![CDATA[<td width=288 style='width:216.1pt;border-top:none;border-left:none;
border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;
mso-border-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'>
<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/01/2020<o:p></o:p></span></p>
</td>]]>
|
5707
| <![CDATA[<p class=MsoNormal align=center style='margin-bottom:0cm;margin-bottom:.0001pt;
text-align:center;line-height:150%'><span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/01/2020<o:p></o:p></span></p>]]>
|
5708
| <![CDATA[<span style='font-size:12.0pt;line-height:
150%;font-family:"Times New Roman","serif"'>10/01/2020<o:p></o:p></span>]]>
|
5714
| <![CDATA[<span style='font-size:12.0pt;line-height:107%;font-family:
"Times New Roman","serif"'><o:p> ;</o:p></span>]]>
|
5974
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transparencia_2_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
5979
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/covid19_transparencia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
5984
| <![CDATA[<img src="https://guaranidoeste.sp.gov.br/images/botoes_personalizados/sugestao_orcamentaria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
5989
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/conselho_tutelar_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
5994
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
5999
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/e-sic-duplo.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6004
| <![CDATA[<img src="https://guaranidoeste.sp.gov.br/images/botoes_personalizados/diario_eletronico_do_executivo_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6009
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/holerite_online_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6014
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/tributacao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6019
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/nota_fisc.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6024
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/iluminacao_publica_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6029
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/turismo_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6034
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_foto_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6039
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_audio_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6044
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_video_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6053
| <![CDATA[<h3 style="font-size:18px; color:white; text-align:center; width: 111%;">Ultimas Licitações</h3>]]>
|
6055
| <![CDATA[<marquee height="150" direction="up" scrollamount="2" style="text-align: center;" onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 2, 0);">
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=371 ">
<span class="tituloLic">Contratação de Empresa para prestação de serviços profissionais de assessoria e consultoria em contabilidade pública para a Prefeitura Municipal de Guarani DOeste.</span> <br>
<span class="numeroLic">016 - Convite</span><br>
<span class="situacaoLic">Situação - EM ANDAMENTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=198 ">
<span class="tituloLic">Aquisição de um Veículo utilitário com capacidade de 16 lugares nova para a Unidade Básica de Saúde</span> <br>
<span class="numeroLic">030/2018 - Pregão Presencial</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=197 ">
<span class="tituloLic">Concessão do “Bar” do Terminal Rodoviário do Município de Guarani d’Oeste - SP</span> <br>
<span class="numeroLic">002/2018 - Concorrência Pública</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=195 ">
<span class="tituloLic">Exploração a título de concessão de uso, na forma de locação, do bem imóvel</span> <br>
<span class="numeroLic">001/2018 - Concorrência Pública</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=376 ">
<span class="tituloLic">Contratação de serviços de locação de softwares destinados a locação e cessão de Sistemas Integrados de Gerenciamento Administrativo.</span> <br>
<span class="numeroLic">002 - Convite</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=375 ">
<span class="tituloLic">Aquisição de peças e serviços para os veículos pertencentes a frota da Prefeitura Municipal de Guarani dOeste.</span> <br>
<span class="numeroLic">001 - Convite</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
</marquee>]]>
|
6095
| <![CDATA[<div style="width:100%;text-align:right;cursor: pointer; "><span onclick="location.href='?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&tipo_licita=&ano=2022'" class="glyphicon glyphicon-share-alt"></span></div>]]>
|
6107
| <![CDATA[<div class="panel-group" style="margin-bottom: 0px;">
<div class="panel panel-default borderNone layouPainel">
<div class="panel-heading ">
<h4 class="panel-title textoBox">
<a data-toggle="collapse" href="#collapse1linkuteis">Links Úteis</a>
</h4>
</div>
<div id="collapse1linkuteis" class="panel-collapse collapse in">
<ul class="list-group">
<li class="list-group-item"> <a href="http://camaraguaranidoeste.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Câmara Municipal</a></li>
<li class="list-group-item"> <a href="http://www.brasil.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Federal</a></li>
<li class="list-group-item"> <a href="http://www.saopaulo.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Estadual</a></li>
<li class="list-group-item"> <a href="http://www.presidencia.gov.br/legislacao" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Federal</a></li>
<li class="list-group-item"> <a href="http://www.legislacao.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Estadual</a></li>
<li class="list-group-item"> <a href="http://www.receita.fazenda.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Receita Federal</a></li>
<li class="list-group-item"> <a href="http://www.fazenda.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Secretaria da Fazenda</a></li>
<li class="list-group-item"> <a href="http://www.tce.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Tribunal de Contas do Estado</a></li>
</ul>
</div>
</div>
</div>]]>
|
6161
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/transparencia_2_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6166
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/covid19_transparencia_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6171
| <![CDATA[<img src="https://guaranidoeste.sp.gov.br/images/botoes_personalizados/sugestao_orcamentaria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6176
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/conselho_tutelar_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6181
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/ouvidoria_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6186
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_banner/e-sic-duplo.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6191
| <![CDATA[<img src="https://guaranidoeste.sp.gov.br/images/botoes_personalizados/diario_eletronico_do_executivo_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6196
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/holerite_online_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6201
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/tributacao_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6206
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/nota_fisc.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6211
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado2/iluminacao_publica_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6216
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_clean/turismo_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6221
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_foto_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6226
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_audio_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6231
| <![CDATA[<img src="https://www.weblinesistemas.com//arquivos_site//botoes_laterais/layout_arredondado/galeria_video_314x72.png" class="img-responsive img-responsive-100 w100Porcento botoesPretoBranco" style="width:;height:65px;" >]]>
|
6240
| <![CDATA[<h3 style="font-size:18px; color:white; text-align:center; width: 111%;">Ultimas Licitações</h3>]]>
|
6242
| <![CDATA[<marquee height="150" direction="up" scrollamount="2" style="text-align: center;" onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 2, 0);">
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=371 ">
<span class="tituloLic">Contratação de Empresa para prestação de serviços profissionais de assessoria e consultoria em contabilidade pública para a Prefeitura Municipal de Guarani DOeste.</span> <br>
<span class="numeroLic">016 - Convite</span><br>
<span class="situacaoLic">Situação - EM ANDAMENTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=198 ">
<span class="tituloLic">Aquisição de um Veículo utilitário com capacidade de 16 lugares nova para a Unidade Básica de Saúde</span> <br>
<span class="numeroLic">030/2018 - Pregão Presencial</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=197 ">
<span class="tituloLic">Concessão do “Bar” do Terminal Rodoviário do Município de Guarani d’Oeste - SP</span> <br>
<span class="numeroLic">002/2018 - Concorrência Pública</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=195 ">
<span class="tituloLic">Exploração a título de concessão de uso, na forma de locação, do bem imóvel</span> <br>
<span class="numeroLic">001/2018 - Concorrência Pública</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=376 ">
<span class="tituloLic">Contratação de serviços de locação de softwares destinados a locação e cessão de Sistemas Integrados de Gerenciamento Administrativo.</span> <br>
<span class="numeroLic">002 - Convite</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
<a href="?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&ano=&id=375 ">
<span class="tituloLic">Aquisição de peças e serviços para os veículos pertencentes a frota da Prefeitura Municipal de Guarani dOeste.</span> <br>
<span class="numeroLic">001 - Convite</span><br>
<span class="situacaoLic">Situação - ABERTO</span><br>
</a>
<hr>
</marquee>]]>
|
6282
| <![CDATA[<div style="width:100%;text-align:right;cursor: pointer; "><span onclick="location.href='?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&tipo_licita=&ano=2022'" class="glyphicon glyphicon-share-alt"></span></div>]]>
|
6294
| <![CDATA[<div class="panel-group" style="margin-bottom: 0px;">
<div class="panel panel-default borderNone layouPainel">
<div class="panel-heading ">
<h4 class="panel-title textoBox">
<a data-toggle="collapse" href="#collapse1linkuteis">Links Úteis</a>
</h4>
</div>
<div id="collapse1linkuteis" class="panel-collapse collapse in">
<ul class="list-group">
<li class="list-group-item"> <a href="http://camaraguaranidoeste.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Câmara Municipal</a></li>
<li class="list-group-item"> <a href="http://www.brasil.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Federal</a></li>
<li class="list-group-item"> <a href="http://www.saopaulo.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Governo Estadual</a></li>
<li class="list-group-item"> <a href="http://www.presidencia.gov.br/legislacao" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Federal</a></li>
<li class="list-group-item"> <a href="http://www.legislacao.sp.gov.br/" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Legislação Estadual</a></li>
<li class="list-group-item"> <a href="http://www.receita.fazenda.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Receita Federal</a></li>
<li class="list-group-item"> <a href="http://www.fazenda.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Secretaria da Fazenda</a></li>
<li class="list-group-item"> <a href="http://www.tce.sp.gov.br" target="blank" ><span class="glyphicon glyphicon-forward"></span> ; ; Tribunal de Contas do Estado</a></li>
</ul>
</div>
</div>
</div>]]>
|
836
| <![CDATA[<style>
<!--
/* Font Definitions */
@font-face
{font-family:Helvetica;
panose-1:2 11 6 4 2 2 2 2 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-format:other;
mso-font-pitch:variable;
mso-font-signature:3 0 0 0 1 0;}
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;
mso-font-charset:2;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;
mso-font-charset:2;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-536870145 1073786111 1 0 415 0;}
@font-face
{font-family:"Arial Narrow";
panose-1:2 11 6 6 2 2 2 3 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:647 2048 0 0 159 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin-top:0cm;
margin-right:0cm;
margin-bottom:8.0pt;
margin-left:0cm;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
cssa, span.MsoHyperlink
{mso-style-noshow:yes;
mso-style-priority:99;
color:blue;
text-decoration:underline;
text-underline:single;}
cssa, span.MsoHyperlinkFollowed
{mso-style-noshow:yes;
mso-style-priority:99;
color:#954F72;
mso-themecolor:followedhyperlink;
text-decoration:underline;
text-underline:single;}
p
{mso-style-noshow:yes;
mso-style-priority:99;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";}
p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing
{mso-style-priority:1;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
margin-top:0cm;
margin-right:0cm;
margin-bottom:8.0pt;
margin-left:36.0pt;
mso-add-space:auto;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-type:export-only;
margin-top:0cm;
margin-right:0cm;
margin-bottom:0cm;
margin-left:36.0pt;
margin-bottom:.0001pt;
mso-add-space:auto;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-type:export-only;
margin-top:0cm;
margin-right:0cm;
margin-bottom:0cm;
margin-left:36.0pt;
margin-bottom:.0001pt;
mso-add-space:auto;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast
{mso-style-priority:34;
mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-type:export-only;
margin-top:0cm;
margin-right:0cm;
margin-bottom:8.0pt;
margin-left:36.0pt;
mso-add-space:auto;
line-height:107%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
p.Default, li.Default, div.Default
{mso-style-name:Default;
mso-style-unhide:no;
mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
mso-layout-grid-align:none;
text-autospace:none;
font-size:12.0pt;
font-family:"Arial","sans-serif";
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
color:black;
mso-fareast-language:EN-US;}
p.artart, li.artart, div.artart
{mso-style-name:artart;
mso-style-unhide:no;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman","serif";
mso-fareast-font-family:"Times New Roman";}
.MsoChpDefault
{mso-style-type:export-only;
mso-default-props:yes;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
.MsoPapDefault
{mso-style-type:export-only;
margin-bottom:8.0pt;
line-height:107%;}
@page WordSection1
{size:595.3pt 841.9pt;
margin:70.85pt 3.0cm 35.45pt 3.0cm;
mso-header-margin:35.4pt;
mso-footer-margin:35.4pt;
mso-paper-source:0;}
div.WordSection1
{page:WordSection1;}
/* List Definitions */
@list l0
{mso-list-id:45683802;
mso-list-type:hybrid;
mso-list-template-ids:29154640 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l0:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l0:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l0:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l1
{mso-list-id:187255963;
mso-list-type:hybrid;
mso-list-template-ids:1105871288 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l1:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l1:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l1:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l1:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l2
{mso-list-id:274796647;
mso-list-type:hybrid;
mso-list-template-ids:-304063812 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l2:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l2:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l2:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l2:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l3
{mso-list-id:300548122;
mso-list-type:hybrid;
mso-list-template-ids:518679242 68550675 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l3:level1
{mso-level-number-format:roman-upper;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-18.0pt;}
@list l3:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l3:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l3:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l3:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l3:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l3:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l3:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l3:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l4
{mso-list-id:501824007;
mso-list-type:hybrid;
mso-list-template-ids:-1325786598 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l4:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l4:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l4:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l4:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l5
{mso-list-id:539822455;
mso-list-type:hybrid;
mso-list-template-ids:-1458550558 68550669 68550659 68550661 68550657 68550659 68550661 68550657 68550659 68550661;}
@list l5:level1
{mso-level-number-format:bullet;
mso-level-text:\F0FC;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;}
@list l5:level2
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:"Courier New";}
@list l5:level3
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;}
@list l5:level4
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Symbol;}
@list l5:level5
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:"Courier New";}
@list l5:level6
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;}
@list l5:level7
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Symbol;}
@list l5:level8
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:"Courier New";}
@list l5:level9
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;
font-family:Wingdings;}
@list l6
{mso-list-id:540674535;
mso-list-type:hybrid;
mso-list-template-ids:1296201328 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l6:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l6:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l6:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l6:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l7
{mso-list-id:563369693;
mso-list-type:hybrid;
mso-list-template-ids:-460411946 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l7:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l7:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l7:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l7:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l8
{mso-list-id:650451898;
mso-list-type:hybrid;
mso-list-template-ids:-1442048650 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l8:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l8:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l8:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l8:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l9
{mso-list-id:816798376;
mso-list-type:hybrid;
mso-list-template-ids:838126608 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l9:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l9:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l9:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l9:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l10
{mso-list-id:863133094;
mso-list-type:hybrid;
mso-list-template-ids:-155281938 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l10:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l10:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l10:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l10:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l11
{mso-list-id:973412444;
mso-list-type:hybrid;
mso-list-template-ids:-1496162042 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l11:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l11:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l11:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l11:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l12
{mso-list-id:1005203973;
mso-list-type:hybrid;
mso-list-template-ids:550517306 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l12:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l12:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l12:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l12:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l13
{mso-list-id:1007905973;
mso-list-type:hybrid;
mso-list-template-ids:2060222592 68550675 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l13:level1
{mso-level-number-format:roman-upper;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-18.0pt;}
@list l13:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l13:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l13:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l13:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l13:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l13:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l13:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l13:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l14
{mso-list-id:1035538699;
mso-list-type:hybrid;
mso-list-template-ids:24009310 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l14:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l14:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l14:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l14:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l15
{mso-list-id:1447236399;
mso-list-type:hybrid;
mso-list-template-ids:999561888 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l15:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l15:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l15:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l15:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l16
{mso-list-id:1766490026;
mso-list-type:hybrid;
mso-list-template-ids:-1167542882 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l16:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l16:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l16:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l16:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l17
{mso-list-id:1780760397;
mso-list-type:hybrid;
mso-list-template-ids:-1075408956 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l17:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l17:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l17:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l17:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l18
{mso-list-id:1815297601;
mso-list-type:hybrid;
mso-list-template-ids:-421621234 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l18:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l18:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l18:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l18:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l19
{mso-list-id:1912806004;
mso-list-type:hybrid;
mso-list-template-ids:-881312050 1654181132 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l19:level1
{mso-level-number-format:roman-upper;
mso-level-tab-stop:none;
mso-level-number-position:left;
margin-left:54.0pt;
text-indent:-36.0pt;}
@list l19:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l19:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l19:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l19:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l19:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l19:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l19:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l19:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l20
{mso-list-id:1948923061;
mso-list-type:hybrid;
mso-list-template-ids:-1797508832 68550675 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l20:level1
{mso-level-number-format:roman-upper;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-18.0pt;}
@list l20:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l20:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l20:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l20:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l20:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l20:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l20:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l20:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l21
{mso-list-id:1964381720;
mso-list-type:hybrid;
mso-list-template-ids:550517306 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l21:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l21:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l21:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l21:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l22
{mso-list-id:2016952514;
mso-list-type:hybrid;
mso-list-template-ids:815458798 68550679 68550681 68550683 68550671 68550681 68550683 68550671 68550681 68550683;}
@list l22:level1
{mso-level-number-format:alpha-lower;
mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level3
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l22:level4
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level5
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level6
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
@list l22:level7
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level8
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l22:level9
{mso-level-number-format:roman-lower;
mso-level-tab-stop:none;
mso-level-number-position:right;
text-indent:-9.0pt;}
ol
{margin-bottom:0cm;}
ul
{margin-bottom:0cm;}
-->
</style>]]>
|
6488
| <![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>]]>
|
5727
| <![CDATA[<button type="button" class="btn btn-default" onclick="printDiv('titulo','cont-noticia','janela')">Versão para impressão</button>]]>
|
6095
| <![CDATA[<span onclick="location.href='?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&tipo_licita=&ano=2022'" class="glyphicon glyphicon-share-alt"></span>]]>
|
6282
| <![CDATA[<span onclick="location.href='?pag=T0RZPU9EYz1PR009T1RrPU9EWT1PVEE9T1dFPQ==&view=LIST-LICIT&modalidade=&tipo_licita=&ano=2022'" class="glyphicon glyphicon-share-alt"></span>]]>
|
151
| <![CDATA[<script>
$(document).ready(function(){
//***********************************************************************************Faz o aumentar e diminuir a fonte*********************
function aumentaFonte(sinal) {
if(sinal == '+') {
novoTamanho = parseInt(sessionStorage.fonte_atual)+ 2;
} else {
novoTamanho = parseInt(sessionStorage.fonte_atual)- 2;
}
if(novoTamanho >= 12 && novoTamanho <= 18){
sessionStorage.fonte_atual = novoTamanho;
$("*").css('font-size' , novoTamanho);
}
}
if(!sessionStorage.fonte_atual > 0){ sessionStorage.fonte_atual = $('body').css('font-size'); }
$('.acess-texto').click(function(){ aumentaFonte($(this).attr('data-sinal')) });
//*********************************************************************************************************Fim acessibilida fonte**********
//***********************************************************************************Contraste*********************************************
function mudaContraste(contraste){
if(typeof sessionStorage.contraste != "undefined"){ var padrao = JSON.parse(sessionStorage.contrastePadrao); }
if(contraste == 1){
location.reload();
$('body').css('background-color' , padrao.body );
$('.navbar-default').css('background-color' , padrao.navbardefault );
$('header').css('background-color' , padrao.header );
$('.bgAzulescuro').css('background-color' , padrao.bgAzulescuro );
$('.tituloBox ').css('color' , padrao.tituloBox );
$('.textoBox ').css('color' , padrao.textoBox );
$('.box').css('background' , padrao.box );
$('.box2').css('background' , padrao.box2 );
$('.mapa_site').css('background-color' , padrao.mapa_site );
$('.copy').css('background-color' , padrao.copy );
$('.panel-heading').css('background-color' , padrao.panelheading );
$('.border5pxAzul').css('border-top' , padrao.border5pxAzul );
$('#areaMeioPag *').css('color' , padrao.areaMeioPag );
$('.linksNoticias ').css('color' , padrao.linksNoticias );
$('#legendas a').css('color' , padrao.legendas_a );
$('.listaVereadores').css('color' , padrao.listaVereadores );
$('.dropdown-menu').css('background' , padrao.dropdownmenu );
$('.titulo_noticia').css('color' , padrao.tituloNoticia );
$('.subtitulo_noticia').css('color' , padrao.subtituloNoticia );
$('.chamada_noticia').css('color' , padrao.chamadaNoticia );
$('.tituloPagina').css('color' , padrao.tituloPagina );
$('.listaUltimasGalerias div').css('color' , padrao.listaUltimasGalerias );
$( "tr" ).css( "background-color", "" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "" );
$('.tiposBuscador').css('color' , padrao.tiposBuscador );
$('.dropdown-toggle').css('color' , padrao.dropdown-toggle );
$('.paddingLeft0px').css('color' , padrao.paddingLeft0px);
$('.breadcrumb').css('color' , padrao.breadcrumb);
$('.form-control').css('color' , padrao.form-control);
$('.pagination > li > a, .pagination > li > span').css("background-color", "");
$('.list-group-item').css("background-color", "");
$('.numberDiaAcess').css('color', padrao.numberDiaAcess);
$('.legendaAcess').css('color', padrao.legendaAcess);
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
Newarray = arraySrc.filter((value)=>value!='contraste');
neWarraySrc = Newarray.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}else if(contraste == 0){
$('body').css('background-color' ,'#000');
$('.navbar-default').css('background-color' ,'transparent' );
$('header').css('background-color' , '#585858' );
$('.bgAzulescuro').css('background-color' ,'#000' );
$('.tituloBox').css('color' ,'yellow' );
$('.textoBox').css('color' ,'yellow' );
$('.box').css('background' ,'transparent' );
$('.box2').css('background' ,'transparent' );
$('.mapa_site').css('background-color' , '#585858' );
$('.copy').css('background-color' ,'#000' );
$('.panel-heading').css('background-color' ,'#585858' );
$('.border5pxAzul').css('border-top' ,'0' );
$('#areaMeioPag *').css('color' ,'#FFF' );
$('.linksNoticias ').css('color' ,'#FFF' );
$('#legendas a').css('color' ,'#FFF' );
$('.listaVereadores').css('color' ,'#FFF' );
$('.titulo_noticia').css('color' ,'#FFF' );
$('.subtitulo_noticia').css('color' ,'#FFF' );
$('.chamada_noticia').css('color' ,'#FFF' );
$('.listaUltimasGalerias div').css('color' ,'yellow' );
$('.tituloPagina').css('color' ,'#FFF' );
$('.dropdown-menu').css('background-image', 'url( "https://www.weblinesistemas.com/responsivo/imagens/submenu_preto.png" )');
$( "tr" ).css( "background-color", "#000000" );
$( ".table-striped > tbody > tr:nth-of-type(odd)" ).css( "background-color", "#42545d" );
$('.tiposBuscador').css('color' , '#FFF');
$('.btn-default').css('color' , '#333');
$('.dropdown-toggle').css('color' , 'white' );
$('.paddingLeft0px').css('color' , '#FFF');
$('.breadcrumb').css('background-color' , 'transparent');
$('.form-control').css('color' , '#555');
$('.pagination > li > a, .pagination > li > span').css("background-color", "transparent");
$('.list-group-item').css("background-color", "transparent");
$('.numberDiaAcess').css('color', '#FFF');
$('.legendaAcess').css('color', '#FFF');
$('img').each(function(){ //percorre todas imagens da tela e se tiver image de contraste retorna para normal
if($(this).attr("data-contraste") == 1){//adicionar na tag da imagem que tiver outra de contraste
var arraySrc = $(this).attr("src").split('/');
arraySrc.splice( arraySrc.length-1 ,0 ,'contraste');
neWarraySrc = arraySrc.join("/");
$(this).attr("src" , neWarraySrc );
}
});
}
}
if(sessionStorage.contraste == 0){
mudaContraste(sessionStorage.contraste);
}
if(typeof sessionStorage.contraste == "undefined"){
sessionStorage.contraste = 1; //inicializa a session
sessionStorage.contrastePadrao = JSON.stringify({
body:$('body').css('background-color'),
header:$('header').css('background-color'),
navbardefault:$('.navbar-default').css('background-color'),
bgAzulescuro:$('.bgAzulescuro').css('background-color'),
tituloBox :$('.tituloBox ').css('color'),
textoBox :$('.textoBox ').css('color'),
box :$('.box').css('background'),
box2 :$('.box2').css('background'),
mapa_site :$('.mapa_site').css('background-color'),
border5pxAzul :$('.border5pxAzul').css('border-top'),
panelheading :$('.panel-heading ').css('background-color'),
copy :$('.copy ').css('background-color'),
areaMeioPag :$('#areaMeioPag ').css('color'),
linksNoticias :$('.linksNoticias ').css('color'),
legendas_a : $('#legendas a').css('color'),
listaVereadores : $('.listaVereadores').css('color'),
dropdownmenu : $('.dropdown-menu').css('background'),
tituloNoticia : $('.titulo_noticia').css('color'),
subtituloNoticia : $('.subtitulo_noticia').css('color'),
chamadaNoticia : $('.chamada_noticia').css('color'),
listaUltimasGalerias : $('.listaUltimasGalerias div').css('color'),
tituloPagina : $('.tituloPagina').css('color'),
});
//Obj com as tags para mudar a cor e guardar o valor padrao.
}
$('.acess-contraste').click(function(){
sessionStorage.contraste = sessionStorage.contraste == 1 ? 0 : 1 ;
mudaContraste(sessionStorage.contraste);
});
//*********************************************************************************************************Fim Contraste**********
});
</script>]]>
|
361
| <![CDATA[<script>
/*$('#carouselTopo').carousel();*/
</script>]]>
|
469
| <![CDATA[<script>
$(document).ready(function(){
$('.click-link').click(function(){
window.location = $(this).data('link');
})
})
</script>]]>
|
5763
| <![CDATA[<script>
$(document).ready(function(){
// Envia o form*******************************************************************************************************************************************************
var form = $('#frm_cad_erro');
form.submit(function(event){
event.preventDefault();
$('#bot_cad_erro').attr('disabled' ,'false');
if($('#nome-erro').val() == ''){
$('.alert').addClass('alert-warning');
$('.alert').html('<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a><strong>Aviso!</strong> Campo obrigat�rio n�o preenchido!').fadeIn().delay(6000).fadeOut();
$('#bot_cad_erro').removeAttr('disabled');
return false;
}else if($('#email-erro').val() == ''){
$('.alert').addClass('alert-warning');
$('.alert').html('<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a><strong>Aviso!</strong> Campo obrigat�rio n�o preenchido!').fadeIn().delay(6000).fadeOut();
$('#bot_cad_erro').removeAttr('disabled');
return false;
}else if($('#descricao-email').val() == ''){
$('.alert').addClass('alert-warning');
$('.alert').html('<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a><strong>Aviso!</strong> Campo obrigat�rio n�o preenchido!').fadeIn().delay(6000).fadeOut();
$('#bot_cad_erro').removeAttr('disabled');
return false;
}
$.ajax({
url: $(this).attr('action'),
method:'POST',
dataType:'json',
data:{
nomeEnv:$('#nome-erro').val() ,
emailEnv:$('#email-erro').val() ,
descricaoEnv:$('#descricao-email').val() ,
idEnvAmigo :$('#id-env-amigo').val() ,
tipo_envio:'envio-erro-noticia'
},
beforeSend: function(){
form.prepend( $('<p><span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span> Enviando email...</p>').delay(6000).fadeOut()).fadeIn() ;
}
}).done(function(data){
if(data.sucess){
$('.alert').addClass('alert-success');
$('.alert').html('<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a><strong>Sucesso!</strong> Mensagem enviada com sucesso!!').fadeIn().delay(6000).fadeOut();
$('#nome-erro').val('');
$('#email-erro').val('');
$('#descricao-email').val('');
$('#bot_cad_erro').removeAttr('disabled');
}else{
$('.alert').addClass('alert-danger');
$('.alert').html('<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a><strong>Erro!</strong> Houve um erro ao enviar o email!').fadeIn().delay(6000).fadeOut();
$('#bot_cad_erro').removeAttr('disabled');
}
});
});
//********************************************************************************************************************************************************************
})
</script>]]>
|
5829
| <![CDATA[<script>
$(document).ready(function(){
//*******************************************************************************Mostra e esconde os forms ******************************************
$('#btn-open-form-env-not').click(function(){
$('#frm-env-erro').addClass('displaynone');
if($('#frm-env-noticia').hasClass( "displaynone" )){
$('#frm-env-noticia').removeClass('displaynone');
}else{
$('#frm-env-noticia').addClass('displaynone');
}
});
$('#btn-open-form-env-erro').click(function(){
$('#frm-env-noticia').addClass('displaynone');
if($('#frm-env-erro').hasClass( "displaynone" )){
$('#frm-env-erro').removeClass('displaynone');
}else{
$('#frm-env-erro').addClass('displaynone');
}
});
//*****************************************************************************************************************************************************
})
</script>]]>
|
5876
| <![CDATA[<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>]]>
|
5895
| <![CDATA[<script>
$(document).ready(function() {
var $lightbox = $('#lightbox');
$('[data-target="#lightbox"]').on('click', function(event) {
var $img = $(this).find('img'),
src = $img.attr('src'),
alt = $img.attr('alt'),
css = {
'maxWidth': $(window).width() - 100,
'maxHeight': $(window).height() - 100
};
$lightbox.find('.close').addClass('hidden');
$lightbox.find('img').attr('src', src);
$lightbox.find('img').attr('alt', alt);
$lightbox.find('img').css(css);
});
$lightbox.on('shown.bs.modal', function (e) {
var $img = $lightbox.find('img');
$lightbox.find('.modal-dialog').css({'width': $img.width()});
$lightbox.find('.close').removeClass('hidden');
});
});
</script>]]>
|
5950
| <![CDATA[<script>
$(document).ready(function(){
$('#pag1').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1OelU9T1RZPU9XUT1PVEk9T0dVPU9UUT1PR1U9WVRBPQ==' );
});
$('#pag2').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yST1PVFE9T1dFPVlUUT0=' );
});
$('#pag3').click(function(){
$('#form-escolha-busca').attr('action' ,'?pag=T0RNPU9UZz1PVFk9T0RnPU9EWT1Oamc9T1dRPU9HRT1PVGM9T0dVPU9HTT1PVEU9T0dVPU4yWT1ZVEU9WVRBPVlURT1ZVEk9WVRZPU9XVT1ZVGs9WVdNPVlUaz1PV0U9WVdNPQ==' );
});
});
</script>]]>
|
6536
| <![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>]]>
|