@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- */			
/* Blog estilo 2 */

	#noticias-recentes h2 { font-size: 1.5em; }

	.item-do-loop .inline-social, .titulo-geral .inline-social { margin: 0; }
	.post-meta .inline-social { margin-top: 7px; }

	.capa { position: relative; z-index: 1; }
	.capa .titulo {
		width: 100%;
		background: linear-gradient(transparent, rgba(236,33,39,0.8));
		position: absolute; left: 0; bottom: 0; z-index: 2;
		padding: 70px 10px 15px 10px;
	}
	.capa .titulo a, .capa .post-meta { color: #fff !important; }
	.capa .botao {
	    padding: 5px;
		width: 40px;
		height: 40px;
		margin: 0;
		line-height: 26px;
		position: absolute;
		top: 15px; right: 15px; 
	}
	
	

/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {

	
	
}



/* -------------------------------------------------------------- */			
/* Tablet na horizontal & telas antigas 1024x768 */			
@media only screen and (min-width: 981px) and (max-width: 1279px) {

	
	
}




/* -------------------------------------------------------------- */			
/* Tablet na vertical & telas antigas 800x600 */			
@media only screen and (min-width: 768px) and (max-width: 980px) {

	
	
}


/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {
	
	#noticias-recentes h2 { font-size: 1.2em; }
	.item-do-loop .imagem-destacada { margin: 0; }
	.post-meta { font-size: 13px; }
	
}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {

	.tema-modelo-loop-post h2 { font-size: 1.2em !important; }
	.tema-modelo-loop-post .capa .botao { display: none; }
	
}



/* -------------------------------------------------------------- */			
/* Mobile horizontal */			
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
					
}




/* -------------------------------------------------------------- */			
/* Mobile na vertical */	
@media only screen and (max-width: 479px) {
	
	
	
}