body,  p, ul, ol, dl, input, textarea {
   font-family: 'Inter', sans-serif;
	font-weight:400
}
h1, h2, h3, h4, h5, h6,strong{
	 font-family: 'Inter', sans-serif;
	 font-weight: 700;

}

body{
	color: #111827;
}
a{
	color: #111827;
	text-decoration: none;
}

.dropdown-item{
	padding: 12px;
    border-bottom: 1px solid #efefef;
}
.dropdown-menu li{
	margin-right: 0 !important;
}
.sharethis-inline-share-buttons{
	margin-top: 80px;
}
.img-not-bloc{
	float: right;
	margin-left: 15px;
}
.icoban{
	display: table;
	width: 100%;
	height: 71px;
}
.topo-detalhe{
	background: #171213;
	padding-top: 10px;
	color: #cfcfcf;
	a{
		color: #cfcfcf;
	}
	ul {
		text-align: right;

	} 
	li{
		display: inline;
		margin-left: 10px;
		list-style-type: none;
	}
}

.center{
	text-align: center;
	margin: 30px auto;
}
.menu-site{
	border-top: 1px solid #f5f5f5;
	ul li{
		margin-right: 22px;

	}
	ul li:last-child{
			margin-right: 0 !important;
		}
}

.destaque-site{
	text-align: center;
	margin: 0 auto;
}
.bloco-gatilho{
	background: #CB1025;
	border-radius: 5px ;
	padding: 15px;
	color: #fff;
	transition: 0.5s;
	height: 190px;

	h4{
		font-size: 14px;
	}
	p{
		font-size: 11px;
	}
}
.bloco-gatilho:hover {
		background: #374151;
		transition: 0.5s;
	}

	.banners-gatilhos{
		position: relative;
		top: -70px;
		z-index: 90;
	}

.btn-primary{
	background: #CB1025;
	border: 1px solid #9F0F1F;
}
.btn-primary:hover{
	background: #9F0F1F;
	border: 1px solid #CB1025;
}
h3{
	font-size: 32px;
}

.banner-box-noticia{
	display: inline-block;
	position: relative;
	background: #7e0404;

	img{
		max-width: 100%;
		opacity: 0.5;
		transition: 0.5s;
	}
}
.banner-box-noticia:hover img{
	opacity: 1;
	transition: 0.5s;
}
.bloco-noticias{
	margin-bottom: 30px;
}
.bloco-noticias .col-md-4{
	padding: 0 !important;
}
.box-noticia {
    background: #000000a3;
    color: #fff;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    transition: 0.5s;
}
.banner-box-noticia:hover .box-noticia{
	bottom: 30px;
	transition: 0.5s;
}
.box-noticia h4{
	font-size: 16px;
}
.box-noticia h4 span{
	display: block;
	font-size: 10px;
	color:#C89633;
}

.sessao-acesso-rapido{
	margin-bottom: 40px;
}
	
.top-acesso{
	font-size: 10px;
	text-align: center;
	margin: 30px auto;
}
.box-acesso-rapido{
	padding: 23px;
    border: 4px solid #F3F4F6;
    display: block;
    min-height: 170px;

	h4{
		font-size: 16px;
	}
	p{
		font-size: 14px;
		color: #6B7280;
	}
}
footer{
	background: #161515;
	padding-top: 60px;
	color: #fff;
	h5{
		color: #C89633;
		font-size: 10px;
		a{
			color: #C89633;
		}
	}
	a{
		color: #9CA3AF;
	}
	ul{
	padding: 0; 
		li{
			list-style-type: none;
			padding: 0;
			font-size: 16px;
		}
	}

}
.rodape-linha{
	border-top: 1px solid #272626;
	padding: 20px 0 10px 0;
	margin-top: 10px;
}
.social-rodape{
	text-align: right;
}
.social-rodape li{
	display: inline;
	padding: 5px;
}
.dress{
	text-align: center;
}



/********************************************************************************************/

/* INTERNA */

/*******************************************************************************************/



.sessao-topo{
	background: url('../dist/img/topo.png') no-repeat center top;
	background-size: cover;
	color: #fff;
	padding: 40px 0;
}
.sessao-topo h1{
	font-size: 40px;
	margin: 0;
	a{
		color: #fff;
	}
}
.sessao-topo h1 span{
	font-size: 16px;
	display: inline;
	display: block;
	font-weight: normal;
	div{
		color: #C89633;
		display: inline;
		padding: 0 10px;
	}
}

.sessao-conteudo-bloco .container{
	max-width: 900px;
	padding: 60px 0;
}


img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    border: 1px solid #DDDDDD;
    max-width: 100%;
    height: auto;
    padding: 6px;
}
.wp-caption img {
    border-color: #EDEDED;
}
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"], #content .gallery .gallery-icon a:focus img, #content .gallery .gallery-icon a:hover img, #content .gallery .gallery-icon a:active img {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #BBBBBB;
}
.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DDDDDD;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background-color: #FCFCFD;
    border: 1px solid #F5F5F5;
    padding-top: 4px;
    text-align: center;
    width: 310px;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-caption-text {
    font-size: 11px;
    font-style: italic;
    margin: 0;
    padding-bottom: 0;
}

.listagem-documentos{
	list-style-type: none;
	padding-left: 0;
}

.listagem-documentos li{
	background: #efefef;
	position: relative;
	padding: 8px 10px;
	margin-bottom: 3px;
	border-bottom: 1px solid #f5f5f5;
	font-weight: bold;
}
.listagem-documentos li a{
	display: block;
	width: 100%;
}

.listagem-documentos li i{
	position: absolute;
	right: 5px;
	top: 5px;
}

.titulo-noticia span,.noticias-internas span{
	display: block;
	font-size: 11px;
	color: #ccc;
}
h2.titulo-noticia {
	color: #CB1025;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
}
.noticias-internas a{
color: #CB1025;
}
.dentit{
	color: #e30c1e;
}
h5.nametop span{
	display: block;
    font-weight: normal;
    font-size: 14px;
    color: #726b6bcc;
}
.bloco-list{
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #f1f1f1;
}

/* MOBILE */

/* COL-MD */
@media only screen and  (max-width:1100px) and (min-width:992px){

}
/* COL-SM */
@media only screen and  (max-width:992px) and (min-width:767px){
    
}


/* COL-XS */
@media only screen and  (max-width:900px){
	.banners-gatilhos .row>*{
		width: 50%;
	}

	.banners-gatilhos {
    position: relative;
    top: 0;
    z-index: 90;
    margin-top: 30px;
}

.bloco-gatilho {
    background: #CB1025;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    transition: 0.5s;
    height: 220px;
    margin-bottom: 20px;
}
.rodape-linha,.social-rodape{
	text-align: center !important;
}
.offmobile{
	display: none !important;
}

} 