/* CSS dinâmico para .post-2-loop */

	.post-2-loop .miolo img { border: 2px solid #bc1e1d; }
	.post-2-loop .imagem-destacada { margin-bottom: 10px; }
	.post-2-loop header {
		position: absolute; bottom: 0; left: 0; right: 0;
		background: linear-gradient(315deg, rgba(102,4,4,0.5), #bc1e1d); padding: 10px 15px;
	}
	.post-2-loop h3.post-titulo a, .post-2-loop .data-autor { color: #fff !important; }
	.post-2-loop h3.post-titulo a:hover { opacity: 0.5; filter: alpha(opacity=50); }
	.post-2-loop h3.post-titulo { font-size: 2em; }

	.post-2-loop .miolo .post-meta .svgx {
		color: #fff !important; vertical-align: middle;
	    vertical-align: baseline;
		margin: 0 5px -2px 0px;
	}

	.mod-noticias-recentes .post-2-loop .grupo-titulo { background: none; position: static; }
	.mod-noticias-recentes .noticia-recente .post-2-loop h3 { margin-top: 2px; }
	
	.post-2-loop h3.post-titulo a, 
	.mod-noticias-recentes .noticia-recente .post-2-loop img {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-backface-visibility: hidden;
	}
	
	.mod-noticias-recentes .noticia-recente .post-2-loop img:hover { opacity: 0.5; filter: alpha(opacity=50); }

	.post-2-loop .post-autor.item-meta a { color: #fff !important; }


/* -------------------------------------------------------------- */			
/* 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) {

	.post-2-loop header { position: relative; }
	.post-2-loop header .data-autor { margin-bottom: 5px; line-height: 1.2; }
	.post-2-loop .imagem-destacada { margin-bottom: -20px; }
	.post-2-loop h3.post-titulo { font-size: 1.5em !important; }
		
	.post-2-loop header {
		background: linear-gradient(315deg, rgba(102, 4, 4, 1), #bc1e1d) !important;
	}
	

}
	

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



}



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



}




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



}