/*=================
	NOVIDADES
================*/
	#conteudo_novidades{
		margin-top:10px;
		margin-bottom:60px; 
	}
	#conteudo_novidades #posts .item .texto{
		background:#31344b;
	}
	#conteudo_novidades #posts .item .texto.sem_imagem{
		width: 100%;
	}
	#conteudo_novidades #posts .item .texto small{
		color:#fff;
	}
	#conteudo_novidades #posts .item .texto .resumo{
		display: block;
		font-size: 18px;
		font-weight: 100;
		line-height: 20px;
		margin-top: 5px;
	}
	#conteudo_novidades #posts .item .content_post p,
	#conteudo_novidades #posts .item .content_post b,
	#conteudo_novidades #posts .item .content_post a{
		color:#333348;
	}
	#conteudo_novidades #posts .item .texto .categoria{
		background:#e0e1e4;
		color:#31344b;
		font-size:15px;
		font-weight:700;
		text-transform:uppercase;
		position:absolute;
		bottom:26px;
		right:0;
		padding:8px 12px 8px 15px;
		max-width:140px;
		text-align:center;
	}
	#galeria .item img {
		height: 100%;
	}

/*===============================
		RESPONSIVE
===============================*/
@media all and (min-width: 1200px){
	#conteudo_novidades #posts .item:hover .texto{
		background:#202549;
	}
}

@media all and (min-width: 992px){
	#conteudo_novidades #posts.post_single .item .texto.sem_imagem{
		height: auto;
		padding-bottom: 100px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px){		
	#conteudo_novidades #posts .item .texto .categoria{
		bottom: 19px;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px){	
	/*=================
		NOVIDADES
	================*/	
		#conteudo_novidades #filtro .list{
			width:293px;
		}
		#conteudo_novidades #filtro #form_busca_novidades input{
			width:230px;
		}
}

@media all and (max-width: 767px){
	/*=================
		NOVIDADES
	================*/
		#conteudo_novidades #posts .item .texto .categoria{
			bottom: 54px;
			font-size:12px;
			right:inherit;
			left:15px;
		}
		#conteudo_novidades #posts .item .texto .resumo{
			margin-top: 25px;
		}
		#posts .item .texto .data{
			margin-top: 60px;
		}
}