/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2025 | 20:17:09 */
.depoimento__link {
	max-width: 58.75rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 1.4rem;
}

.depoimento {
	position: relative;
	padding: 3.25rem 4rem;
	background-color: #d5d5d52b;
	border-radius: 4px;
	padding-left: 8.75rem;
}

.depoimento__link:hover {
	color: inherit;
	transform: translatey(-4px);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
}

.depoimento__title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1.875rem;
	
}

.depoimento__text {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25rem;
	margin-bottom: 1.5rem;
}

.depoimento .wp-post-image {
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	border-radius: 100%;
	max-width: 10rem;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: scale-down;
	overflow: hidden;
	transform: translateY(-50%) translateX(-50%);
}

.depoimento__button {
	font-size: 0.625rem;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 600;
	letter-spacing: 1px;
}

@media (max-width: 1500px) {
	.depoimento__link {
		max-width: 43.75rem;
	}
}

@media (max-width: 768px) {
	.depoimento {
		padding-left: 4rem;
		padding-top: 6rem;
	}
	
	.depoimento .wp-post-image {
		left: 9%;
    	top: 0;
		transform: translateY(-50%) translateX(0);
		max-width: 8rem;
	}
}

@media (max-width: 540px) { 
	.depoimento {
		padding: 3.25rem 2rem;
	}
	
	.depoimento .wp-post-image {
		/*position: static;
		transform: translate(0);
		margin: 0 auto;
		margin-bottom: 1.4rem;*/
		display: none;
	}
	
	.depoimento__title {
		font-size: 1.2rem;
		margin-bottom: .75rem;
	}
	
	.depoimento__text{
		font-size: .8rem;
		line-height: 1.3rem;
	}
}