<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS dinâmico para #destacada-imagem-destacada */




	
	/* Não injetada */			
		body &gt; .mod-imagem-destacada &gt; figure.responsiva img {
			width: 100%; max-width: none; -moz-border-radius: 0 !important; -khtml-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important;
		}
		body &gt; .mod-imagem-destacada &gt; .bg-imagem-destacada {
			background-position: center center; background-size: cover; background-repeat: no-repeat; margin-bottom: 30px;
		}	


	/* Injetada no corpo */			
		#conteudo .mod-imagem-destacada &gt; figure.responsiva { margin-bottom: 20px; }


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

	/* Não injetada */			
		body &gt; .mod-imagem-destacada &gt; .bg-imagem-destacada { height: 600px; }
		

}



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

	/* Não injetada */			
		body &gt; .mod-imagem-destacada &gt; .bg-imagem-destacada { height: 400px; }

}




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

	/* Não injetada */			
		body &gt; .mod-imagem-destacada &gt; .bg-imagem-destacada { height: 300px; }

}


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



}
	

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

	/* Não injetada */
	body &gt; .mod-imagem-destacada &gt; .bg-imagem-destacada { 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) {



}</pre></body></html>