/* Home — testimonios de pacientes */

.mp-home-testimonials-section.elementor-section {
	background-color: #f0f4f8;
}

.mp-home-testimonials-section .mpea-section-header {
	text-align: center;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.mp-home-testimonials-section .mpea-section-header h2 span {
	color: #1c3d5e;
}

.mp-home-testimonials {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

.mp-home-testimonials__carousel {
	position: relative;
}

.mp-home-testimonials__slide {
	padding: 8px 4px 24px;
}

.mp-home-testimonials__card {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(28, 61, 94, 0.08);
	padding: 34px 28px 30px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mp-home-testimonials__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(28, 61, 94, 0.12);
}

.mp-home-testimonials__avatar {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	border: 4px solid #ffffff;
	box-shadow: 0 6px 18px rgba(28, 61, 94, 0.12);
}

.mp-home-testimonials__avatar--navy {
	background: #1c3d5e;
}

.mp-home-testimonials__avatar--teal {
	background: #3ab5b0;
}

.mp-home-testimonials__avatar--soft {
	background: #5a8fb8;
}

.mp-home-testimonials__avatar-initials {
	font-family: Raleway, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.04em;
}

.mp-home-testimonials__stars {
	margin-bottom: 16px;
	color: #e8b923;
	font-size: 15px;
	line-height: 1;
}

.mp-home-testimonials__stars .fa-star {
	margin: 0 1px;
}

.mp-home-testimonials__quote {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	flex: 1 1 auto;
}

.mp-home-testimonials__quote p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #5f6470;
	font-style: italic;
}

.mp-home-testimonials__meta {
	width: 100%;
	padding-top: 18px;
	border-top: 1px solid #edf1f5;
}

.mp-home-testimonials__name {
	margin: 0 0 6px;
	font-family: Raleway, sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #1c3d5e;
}

.mp-home-testimonials__type {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #3ab5b0;
}

.mp-home-testimonials__note {
	margin: 8px auto 0;
	max-width: 760px;
	text-align: center;
	font-size: 12px;
	line-height: 1.7;
	color: #8a8f98;
}

/* Owl Carousel — flechas discretas */
.mp-home-testimonials .owl-nav {
	margin-top: 0;
}

.mp-home-testimonials .owl-nav button.owl-prev,
.mp-home-testimonials .owl-nav button.owl-next {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50% !important;
	background: rgba(28, 61, 94, 0.08) !important;
	color: #1c3d5e !important;
	font-size: 22px !important;
	line-height: 1 !important;
	transition: background 0.2s ease, color 0.2s ease;
}

.mp-home-testimonials .owl-nav button.owl-prev:hover,
.mp-home-testimonials .owl-nav button.owl-next:hover {
	background: #3ab5b0 !important;
	color: #ffffff !important;
}

.mp-home-testimonials .owl-nav button.owl-prev {
	left: -18px;
}

.mp-home-testimonials .owl-nav button.owl-next {
	right: -18px;
}

.mp-home-testimonials .owl-dots {
	margin-top: 8px;
}

.mp-home-testimonials .owl-dot span {
	background: #c8d4df !important;
}

.mp-home-testimonials .owl-dot.active span,
.mp-home-testimonials .owl-dot:hover span {
	background: #3ab5b0 !important;
}

/* Ocultar markup demo del tema */
.mp-home-testimonials-section .mpea-home-testimonial,
.mp-home-testimonials-section .mpea-testi-flexslider {
	display: none !important;
}

@media (max-width: 1199px) {
	.mp-home-testimonials .owl-nav button.owl-prev {
		left: -6px;
	}

	.mp-home-testimonials .owl-nav button.owl-next {
		right: -6px;
	}
}

@media (max-width: 767px) {
	.mp-home-testimonials__card {
		padding: 28px 22px 24px;
	}

	.mp-home-testimonials .owl-nav button.owl-prev,
	.mp-home-testimonials .owl-nav button.owl-next {
		width: 36px;
		height: 36px;
		font-size: 18px !important;
	}

	.mp-home-testimonials .owl-nav button.owl-prev {
		left: 0;
	}

	.mp-home-testimonials .owl-nav button.owl-next {
		right: 0;
	}
}
