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

	body#depoimento .widget_recent_entries { display: none; }

	.tema-modelo-avulso-depoimento { position: relative; x-index: 1; margin-top: 0 }
	.tema-modelo-avulso-depoimento .imagem-destacada { height: 100%; overflow: hidden; }
	
	.tema-modelo-avulso-depoimento .dados {
		font-size: 1.2em; padding: 10px 30px 20px 20px;
		position: absolute; bottom: 50px; right: 50px;
		width: auto; background: rgba(100,20,25,0.9);
		color: #fff;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		-webkit-backface-visibility: hidden;
	}
	.tema-modelo-avulso-depoimento .dados small { opacity: 0.7; filter: alpha(opacity=70); font-size: 13px; font-style: italic; }
	.tema-modelo-avulso-depoimento .dados:hover { opacity: 0; filter: alpha(opacity=0); }

	.tema-modelo-avulso-depoimento em.depo { font-size: 1.3em; font-weight: 100; }
	.tema-modelo-avulso-depoimento .aspas { color: #ccc; padding-top: 20px; }
	
/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {

	.tema-modelo-avulso-depoimento .imagem-destacada { max-height: 770px; overflow: hidden; }

}



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

	.avulso .tema-modelo-avulso-depoimento .imagem-destacada { margin-bottom: 10px; }
	.tema-modelo-avulso-depoimento .dados {
		position: static; text-align: center;
	}
	.tema-modelo-avulso-depoimento .dados:hover { opacity: 1; filter: alpha(opacity=100); }
	
	
}
	

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

	.carrossel-depoimento p { text-align: center !important; }
	
	.tema-modelo-avulso-depoimento .aspas { 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) {



}