/* --- TODAS AS NOTICIAS POR CATEGORIA -------- */


.noticias_category .box_noticia{
	position: relative;
}

.noticias_category .imagem_destaque{
	position: relative;
	height: 300px;
	background-size: cover;
	border-radius: 7px;
	padding: 10px 0 0 10px;
}

.noticias_category .imagem{
	position: relative;
	height: 200px;
	background-size: cover;
	border-radius: 7px;
	padding: 10px 0 0 10px;
}

.noticias_category .imagem_categoria{
	position: absolute;
	font-size: 12px;
	padding: 7px;
	background-color: #008ad0;
	color: #fff;
	border-radius: 7px;
}

.noticias_category .titulo{
	font-family: myFontBold;
	font-size: 20px;
	color: #686868;
}

.noticias_category .saiba_mais{
	padding: 3px;
	border: solid 3px #008ad0;
	border-radius: 20px;
	color: #008ad0;
	font-size: 15px;
	width: 200px;
	text-align: center;
}

.noticias_category .menu_lateral_categorias_botao{
	font-size: 15px;
	padding: 7px;
	border: solid 1px #fff;
	color: #ffffff;
	border-radius: 10px;
	text-align: center;
	padding: 8px;
	margin-bottom: 20px;
}

.noticias_category .menu_lateral_categorias_botao:hover{
	background-color: #008acf;
}



/*noticia single --------------------------------------------*/

#noticia_single img{
	border-radius: 10px;
}

#noticia_single .texto{
	color: #5b5b5b;
	font-size: 16px;
	margin: 0 30px 0px 30px;
	text-align: justify;
	text-justify: inter-word;
}



#noticia_single .menu_lateral_categorias_botao{
	font-size: 15px;
	padding: 7px;
	border: solid 1px #fff;
	color: #ffffff;
	border-radius: 10px;
	text-align: center;
	padding: 8px;
	margin-bottom: 20px;
}

#noticia_single .menu_lateral_categorias_botao:hover{
	background-color: #008acf;
}