/*Geral*/
@import url('https://fonts.googleapis.com/css2?family=Noticia+Text&display=swap');

:root {
  --cor_padrao: #2c4658;
}

*{
    scrollbar-width: thin;
}

body{
	background-color:#ffffff;
}

label{
	font-weight:normal;
}

.form-control{
	border-radius:0px;
}

.form-control:focus, .form-control:hover{
	border-color:#FEC008;
	box-shadow:none;
}

a{
	color:#444;
    outline: none;
}

button{
    outline: none;
}

a:hover, a:focus{
	text-decoration:none;
}

.disabled {
  	pointer-events: none;
  	cursor: default;
  	opacity: 0.6;
}

#loadingTela{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:#000;
	opacity:0.88;
	z-index:9999;
	display:none;
}

.loadingTela{
	position:absolute;
	top:calc(50% - 23px);
	left:calc(50% - 82px);
	width:164px;
	height:46px;
	color:#FFF;
	text-align:center;
}

#loadingTela #loader_mensagem{
	float:left;
	width:100%;
}

.msg_error{
	float:left;
	width:100%;
	padding:5px;
	color:#F30;
	font-weight:normal;
}

.msg_success{
	float:left;
	width:100%;
	padding:5px;
	color:#090;
}

.max-width{
	width:100%;
	margin:0px auto;
	max-width:1200px;
}

.no-padding{
	padding:0px;
}

.notfound{
	padding-top: 100px;
	padding-bottom: 100px;
}

.modal .galeria img{
	width: auto;
	max-height: 570px !important;
	margin: 0px auto;
	border: 1px solid #f5f4f4;
	max-width: 100%;
}

.modal{
  overflow: auto !important;
}

.titulo_centralizado{
	float:left;
	width:100%;
	color: var(--cor_padrao);
	margin-bottom:15px;
	font-family: 'Arial';
	text-align: center;
}

.titulo_centralizado::before{
	position: absolute;
	content: "";
	height: 1px;
	background-color: var(--cor_padrao);
	left: 0;
	right: 0;
	top: -moz-calc(50% - .5px);
	top: -webkit-calc(50% - .5px);
	top: -ms-calc(50% - .5px);
	top: calc(50% - .5px);
}

.titulo_centralizado span{
	position: relative;
	padding: 10px;
	border-radius: 25px;
}
/*Fim de Geral*/

/*Cabecalho*/
.topo{
	float:left;
	width:100%;
	border-bottom:1px solid rgba(51,62,72,0.1);
	height:50px; 
	line-height:50px;
	background-color:#2c4658;
	color:#FFF;
	font-size:15px;
	opacity: 0.95;
}

.topo a{
    float: right;
    margin-right: 6px;
    margin-left: 6px;
    color:#FFF;
    font-size: 16px;
}

.divisor-1{
	float:right; 
	width:1px; 
	height:15px; 
	background-color:#ccc; 
	margin-top:18px;
}

.topo a:hover{
	text-decoration:none;
}

.logo{
    float: left;
    height: 140px;
    line-height: 140px;
    text-align: center;
}

.logo img{
    max-height: 140px;
    width: 100%;
    margin: 0px auto;
}

@media (min-width: 1200px){
	.banner_cabecalho{
        padding: 0px;
	}
}

.bt_menu_mobile{
    float: left !important;
    margin-left: 0px !important;
}

.box_menu_mobile{
    position: absolute;
    top: 50px;
    left: -100vw;
    width: 100vw;
    background-color: transparent;
    height: 100vh;
    transition: 1s;
    line-height: 20px;
}

.box_menu_mobile a{
    float: left;
    width: 100%;
    padding: 10px 10px 10px 15px;
    margin-left: 0px;
    font-size: 16px;
}

.box_menu_mobile button{
    float: left;
    width: 100%;
    padding: 10px 10px 10px 15px;
    margin-left: 0px;
    background-color: transparent;
    border: none;
    text-align: left;
    font-size: 16px;
}

.box_menu_mobile button:hover{
    background-color: #777777;
}

.box_menu_mobile a:hover{
    background-color: #777777;
}

.menu_mobile_limit{
    float: left; 
    width: 300px;
    height: 100vh;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #2c4658;
    overflow: auto;
	opacity: 0.95;
}

.open{
    left: 0px !important;
    transition: .5s;
}

@media (max-width: 991px){
	body{
		padding-top: 50px;
	}
	
	.topo{
        position: fixed;
        z-index: 999;
		top: 0px;
	}
    
    .logo{
        margin-top: 58px;
        margin-bottom: 30px;
        width: 100%;
    }
    
    .logo img{
        width: auto;
    }
}

.menu_h{
    background-image:url(../publico/site/central_faixa_bg.png);
	height: 59px;
	line-height: 30px;
}

@media (max-width: 767px){    
    .menu_h{
        background-color: transparent !important;
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
	
	#tabela_noticias tr span{
		padding: 0px !important;
	}
}

.menu_h a{
    float: left;
    padding: 14px;
    color: #2c4658;
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.menu_h button{
    float: left;
    padding: 14px;
    color: #2c4658;
    border: none;
    background-color: transparent;
    text-align: left;
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.menu_h a:hover{
    background-color: #bbbbbb;
	border-radius: 5px;
}

.menu_h button:hover{
    background-color: #bbbbbb;
	border-radius: 5px;
}

.menu_h_links{
    position: relative;
    float: left;
}

.menu_h_links div{
    position: absolute;
    top: 58px;
    height: 90vh;
	overflow: auto;
    background-color: #e0e0e0;
    z-index: 101;
    width: 310px;
    border-top: 1px solid #777777;
    display: none;
    opacity: 0.9;
	padding: 2px;
}

.menu_h_links div a{
    width: 100%;
}

.menu_h form{
    padding: 3px;
    position: relative;
}

.menu_h form button{
    position: absolute;
    right: 12px;
    background-color: transparent;
    height: 50px;
    border: none;
    font-size: 20px;
    top: 0px;
    padding: 0px !important;
    color: #444 !important;
}

.menu_h form button:hover{
    background-color: transparent;
}

.menu_h form input{
    padding-right: 38px;
}

.menu_v_links{
    float: left;
    width: 100%;
}

.menu_v_links div{
    float: left;
    width: 100%;
    display: none;
}

.menu_v_links a{
    padding-left: 25px;
}

.menu_h_fixed{
    transition: .6s;
    position: fixed !important;
    width: 100%;
    top: 0px;
    z-index: 999;
	background:none;
	background-color: #2c4658 !important;
}

.menu_h_fixed form{
	margin-top: 0px !important;
}

.menu_h_fixed .menu_h_links div{
	background-color: #2c4658 !important;
	top: 59px !important;
}

.menu_h_fixed button, .menu_h_fixed a{
	color: #ffffff !important;
}

.menu_h_fixed a:hover{
    background-color: #ffffff !important;
	color: #2c4658 !important;
	border-radius: 5px;
}

.menu_h_fixed button:hover{
    background-color: #ffffff !important;
	color: #2c4658 !important;
	border-radius: 5px;
}
/*FIM DE CABEÇALHO*/

/*Home*/
.atalhos{
    min-height: 400px;
    background-image: url("../../publico/site/photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 40px;
}

.atalhos a{
    float: left;
    width: 100%;
    padding: 20px 2px 20px 2px;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #fafafa61;
    font-size: 15px;
    color: #005588;
    font-weight: bold;
}

.atalhos a small{
    float: left;
    width: 100%;
    color: #444;
    font-weight: normal;
}

.atalhos a i{
    font-size: 30px;
    margin-bottom: 5px;
}

.atalhos a small:hover{
    color: #ffffff;
}
/*Fim de Home*/

/*Noticias*/
.titulo{
	color:#5F5F5F;
	height:40px;
	line-height:40px;
	float:left;
	width:100%;
	margin-bottom:15px;
	border-bottom:1px solid #ffffff;
    font-family: 'Arial';
}

.noticia{
	float:left;
	color:#626262;
	width:100%;
	position:relative;
    font-family: 'Arial';
}

.noticia:hover{
	text-decoration:none;
	color:#000000;
}

.noticia img{
	margin:0px auto;
	-webkit-filter: brightness(0.8);
   -moz-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
     -o-filter: brightness(0.8);
	filter: brightness(0.8);
}

@media (min-width: 992px){
	.noticia-a img{
        height: 382px !important;
	}
    
    .noticia-b img{
        height: 202px !important;
	}
}

.noticia-titulo{
	float:left;
	line-height:120%;
	color:#5F5F5F;
	font-size:17px;
	font-weight:bold;
	margin-top:12px;
	margin-bottom:3px;
}

.noticia .tema{
	color:#FFF; 
	font-size:15px; 
	font-weight:normal; 
	letter-spacing:.3px;
	width:100%;
	position:absolute;
	top:35px;
	left:20px;
	text-shadow:1px 1px #444;
}

.social-share{
	padding-top:60px;
}

.social-share a{
	float:right;
	margin:15px 8px;
	font-size:22px;
	color:#555;
}

.social-share span{
	float:right;
	margin:22px 0px 0px 0px;
	color:#555;
}

.box-title{
	color: #000;
	position: relative;
	font-size: 20px;
	letter-spacing: .05em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 35px;
	text-align: center;
}

@media (max-width: 768px){
	.box-title{
		font-size: 15px;
	}
}

.box-title::before {
	position: absolute;
	content: "";
	height: 1px;
	background-color: #000;
	top: -moz-calc(50% - .5px);
	top: -webkit-calc(50% - .5px);
	top: -ms-calc(50% - .5px);
	top: calc(50% - .5px);
	left: 0;
	right: 0;
	width: 100%;
}

.box-title .title {
	padding: 0 24px;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

.bg_black::before {
	background-color: #ffffff !important;
}

/*Paginação*/
#paginacao{
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom:10px;
	padding-left:35px;
}

#paginacao a{
	float:left;
	color:#000;
	font-size:16px;
	line-height:25px;
	text-align:center;
}

.paginacao a{
	width:30px;
	height:25px;
}

.pagina_clicada a{
	width:30px;
	height:25px;
	background-color:#CCCCCC;
	color:#FFF;
}
/*Fim de Paginação*/
/*Fim de Noticias*/

/*Ouvidoria*/
.ouvidoria_menu_box{
	width: 100%;
	float: left;
	border-radius: 6px;
	margin-bottom: 20px;
	border: 1px solid #DEE2E6;
	background-color: #FFFFFF;
	padding: 20px 10px 10px;
}

.ouvidoria_menu_box i{
	font-size: 40px;
	color: #005588;
	margin-top: 10px;
}

.ouvidoria_menu_box .btn{
	margin-top: 20px;
	border-radius: 10px;
}

.ouvidoria_ajuda{
	background-color: #ffffff;
	padding: 0px 30px 10px;
	border-radius: 6px;
	text-align: justify;
	margin-bottom: 20px;
}

.ouvidoria_ajuda strong{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 30px;
}

#form_manifestacao input, #form_manifestacao select, #form_manifestacao textarea{
	border-radius: 5px;
	padding: 10px;
	height: auto;
	border-color: #E9E2E2;
	color: #005588;
}

#form_manifestacao button{
	padding: 10px;
	border-color: #2e6da4;
	color: #005588;
}

#form_manifestacao button.tipom:hover{
	background-color: #337ab7;
	color: #ffffff;
}

#form_manifestacao button.tipoi:hover{
	background-color: #337ab7;
	color: #ffffff;
}

.selected{
	background-color: #337ab7;
	color: #ffffff !important;
}

.selected:focus{
	background-color: #337ab7;
	color: #ffffff;
}

#form_manifestacao label{
	font-weight: bold;
	color: #005588;
}
/*Fim de ouvidoria*/

/*Galeria de Fotos*/
.album{
    height: 245px;
    background-position: right;
    background-size: cover;
    transition: 1s;
	border: .5px solid #ffffff;
}

.album:hover{
    background-position: left;
    transition: 1s;
}

.img-overlay{
    position: absolute;
    height: 35%;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, #000000 0%, #000000);
    opacity: 0.6;
    z-index: 98;
    bottom: 0px;
}

.album-titulo{
    position: absolute;
    color: #fff;
    width: 100%;
    padding: 10px;
    bottom: 0px;
    z-index: 99;
	font-family: 'Noticia Text', serif;
	text-shadow: 0.5px 0.5px #000;
}

.album-titulo h2{
    margin: 0px;
    font-size: 19px;
	font-family: 'Noticia Text', serif;
	text-shadow: 0.5px 0.5px #000;
}
/*Fim de Galeria de Fotos*/

/*Links*/
@media (min-width: 768px){
	.links-uteis a{
        float: left;
        margin-bottom: 5px;
        margin-top: 5px;
	}
}
/*Fim de Links*/

/*Vereador*/
.vereador-page-row{
    background-image: url('/publico/site/bg-header.eb3ec0a833.png');
    padding-top: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 767px){
    .perfil{
        text-align: center;
    }
    
    .foto_perfil{
        float: none !important;
        margin: 0px auto;
    }
    
    .perfil small a{
        float: none !important;
    }
    
    .perfil small{
        margin-top: 10px;
    }
    
    .perfil h1{
        padding-top: 15px !important;
        font-size: 36px !important;
    }
    
    .foto_perfil{
        width: 180px !important;
        height: 180px !important;
        border-radius: 90px !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .perfil h1{
        font-size: 40px !important;
    }
}

.perfil{
    margin-bottom: 40px;
	min-height: 350px;
}

.foto_perfil{
    width: 200px;
    height: 200px;
    border-radius: 100px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
}

.foto_perfil_transparente{
    width: 320px;
    height: 320px;
    border-radius: 200px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    position: absolute;
    right: 100px;
    top: 40px;
    -webkit-filter: grayscale(100%) opacity(0.1) contrast(200%);
    filter: grayscale(100%) opacity(0.1) contrast(200%);
}

.overlay{
    width: 320px;
    height: 320px;
    border-radius: 200px;
    background: radial-gradient(rgba(255,255,255,0) 0%, #fff 75%);
    position: absolute;
    right: 100px;
    top: 40px;
}

.perfil h1{
    font-family: "arial";
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    margin-left: 20px;
    letter-spacing: 1px;
}

.perfil small{
    font-family: "arial";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    float: left;
    color: #d42126;
    width: 100%;
    padding-left: 3px;
    letter-spacing: 1px;
}

.perfil small a{
    float: left;
    margin: 10px 15px 0px 0px;
    font-size: 22px;
}

#vereador-page img{
    height: auto !important;;
}

@media(min-width: 992px){
	#vereador-page{
		margin-top: -80px;
	}
}
/*Fim de Vereador*/

/*Rodape*/
#rodape{
	float:left;
	width:100%;
    background-color: #2C4658;
    padding-top: 40px;
    padding-bottom: 40px;
    letter-spacing: .3px;
}

.rodape-titulo{
	float:left;
	width:100%;
	font-size:18px;
	color:#FFF;
	margin-top:10px;
    font-weight: normal;
}

.rodape-titulo:hover{
    color: #FFF;
}

.rodape-texto{
	float:left;
    width: 100%;
	font-size:16px;
	margin-top:20px;
	margin-bottom:20px;
    font-weight: normal;
	color:#ffffff;
}

.rodape-link{
	float:left;
	width:100%;
	font-size:16px;
	color:#ffffff;
    font-weight: normal;
    letter-spacing: .5px;
    padding: 3px 0px 3px 0px;
}

.rodape-link:hover{
	color:#FFF;
}

.acessibilidade{
    position:fixed;
    right:5px;
    z-index: 99;
	padding:10px;
	text-align:center;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.escala-cinza img{
	filter: grayscale(100%) !important;
	-webkit-filter: grayscale(100%) !important;
	-moz-filter: grayscale(100%) !important;
	-ms-filter: grayscale(100%) !important;
	-o-filter: grayscale(100%) !important;
}

.escala-cinza *{
	color:#FFF !important;
	background-color:#000 !important;
}
/*Fim de rodape*/

/*SIC*/
.sic_menu_v{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 16px;
}

.sic_menu_v a{
    float: left;
    width: 100%;
    padding: 7px 10px;
}

.table{
    font-size: 16px;
}

.table tr{
    cursor: pointer;
}

.table tr:hover{
    background-color: #FBEFB0 !important;
    border-color: #FBEFB0 !important;
}
/*Fim de SIC*/

/*SiteMap*/
.sitemap{
	padding-top: 30px;
	padding-bottom: 40px;
}

.sitemap a{
    float: left;
    width: 100%;
    padding: 10px 10px 10px 0px;
    font-size: 15px;
	text-transform: uppercase;
}

.sitemap button{
    float: left;
    width: 100%;
    padding: 10px 10px 10px 0px;
    background-color: transparent;
    border: none;
    text-align: left;
    font-size: 16px;
	text-transform: uppercase;
}

.sitemap_links div{
	float: left;
}

.sitemap_links a{
	padding-left: 24px;
}

.sitemap .n0{
	font-weight: bold;
	color: #364f60;
}
/*Fim de Sitemap*/