/* Sanvasco — Voces de Confianza: 4 ventanas en fila, más juntas */
body.home .testimonial-section .owl-carousel {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 12px !important;
	flex-wrap: unset !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	margin-top: 2rem !important;
	max-width: 100% !important;
}

body.home .testimonial-section .client-box {
	flex: unset !important;
	min-width: 0 !important;
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding-bottom: 0 !important;
}

body.home .testimonial-section .client-box > .wp-block-cover,
body.home .testimonial-section .client-box .wp-block-cover {
	min-height: 340px !important;
	height: 100% !important;
}

@media (max-width: 1100px) {
	body.home .testimonial-section .owl-carousel {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 600px) {
	body.home .testimonial-section .owl-carousel {
		grid-template-columns: 1fr !important;
	}
}