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

	.tema-modelo-loop-depoimento { overflow: hidden; }
	
	.tema-modelo-loop-depoimento .overlay,
	.tema-modelo-loop-depoimento h2,
	.tema-modelo-loop-depoimento .icone,
	.tema-modelo-loop-depoimento .logo-overlay {
		-webkit-transition: 0.15s ease-in-out;
		-moz-transition: 0.15s ease-in-out;
		-ms-transition: 0.15s ease-in-out;
		-o-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
		-webkit-backface-visibility: hidden;	
	}	
	
	.tema-modelo-loop-depoimento header { position: relative; z-index: 1; }
	.tema-modelo-loop-depoimento .logo-overlay {
		position: absolute; z-index: 4; top: 20px; left: 20px;
	}
	.tema-modelo-loop-depoimento .icone {
		color: #fff;
		position: absolute; z-index: 4; top: -50px; right: 20px;
	}
	.tema-modelo-loop-depoimento h2 {
		background: rgba(0,0,0,0.5); padding: 5px 8px; font-size: 1.3em;
		position: absolute; z-index: 4;  bottom: 20px; left: 20px;
		}
	.tema-modelo-loop-depoimento h2 a { color: #fff !important; } 
	
	.tema-modelo-loop-depoimento .overlay {
		width: 100%; height: 100%; background: rgba(20,90,170,0);
		position: absolute; z-index: 3; top: 0; right: 0; left: 0;
		}
	.tema-modelo-loop-depoimento:hover .overlay {
		background: rgba(20,90,170,0.8);
		
	}
	.tema-modelo-loop-depoimento:hover h2 { bottom: 20px; left: 20px; background: none; }
	.tema-modelo-loop-depoimento:hover .icone { top: 20px; right: 20px; }
	.tema-modelo-loop-depoimento:hover .logo-overlay { top: 20px; left: 20px; }


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

	.tema-modelo-loop-depoimento h2 { font-size: 1.3em; }
	
}


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

	.tema-modelo-loop-depoimento .icone .fa-fw { font-size: 32px !important; }

}
	

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

	.tema-modelo-loop-depoimento h2 { font-size: 1em !important; }
	.tema-modelo-loop-depoimento .imagem-destacada { margin: 0 !important; }

}



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



}




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



}