/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2025 | 13:41:51 */
.depoimento__interna .cases-de-sucesso {
	background-color: transparent !important;
}


.depoimento__interna iframe {
	margin: 0 auto;
    display: block;
    width: 48vw;
    height: 27vw;
}

@media (max-width: 1024px) {
	.depoimento__interna iframe {
		width: 76vw;
		height: 43vw;
	}
	
	.depoimento__interna .wp-post-image {
		max-width: 36vw;
	}
}