.elementor-widget-ect-testimonials-carousel .elementor-widget-container {
	overflow: visible;
}

.ect-testimonials-section,
.ect-testimonials-section * {
	box-sizing: border-box;
}

.ect-testimonials-section {
	width: 100%;
	font-family: Arial, sans-serif;
}

.ect-panel {
	width: 100%;
	overflow: hidden;
	padding: 20px 29px 22px;
	border-radius: 42px;
	background: #628a98;
}

.ect-heading {
	margin: 0 0 25px;
	padding: 0;
	color: #fff;
	font-family: "Century Gothic", Montserrat, Arial, sans-serif;
	font-size: clamp(23px, 2.1vw, 27px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
	text-align: center;
}

.ect-carousel,
.ect-carousel-shell {
	position: relative;
	width: 100%;
}

.ect-viewport {
	width: 100%;
	overflow: hidden;
	outline: none;
	touch-action: pan-y;
}

.ect-viewport:focus-visible {
	border-radius: 12px;
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: 4px;
}

.ect-track {
	display: flex;
	gap: 32px;
	align-items: stretch;
	margin: 0;
	padding: 0;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.ect-track.is-animated {
	transition: transform 480ms cubic-bezier(0.22, 0.7, 0.25, 1);
}

.ect-slide {
	width: 100%;
	min-width: 0;
	flex: 0 0 auto;
}

.ect-card {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 213px;
	flex-direction: column;
	padding: 12px 16px 18px;
	overflow: hidden;
	border-radius: 12px;
	color: #050505;
	background: #ff650d;
}

.ect-stars {
	display: flex;
	gap: 1px;
	align-items: center;
	min-height: 34px;
	color: #9a9a9a;
	font-size: 32px;
	line-height: 0.85;
	white-space: nowrap;
}

.ect-star {
	display: inline-block;
	color: #9a9a9a;
}

.ect-star.is-active {
	color: #00c577;
}

.ect-testimonial-text {
	margin: 10px 0 8px;
	padding: 0;
	color: #050505;
	font-family: Arial, sans-serif;
	font-size: clamp(12px, 1.12vw, 14px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.ect-student {
	display: flex;
	gap: 25px;
	align-items: center;
	margin-top: auto;
}

.ect-avatar {
	width: 76px;
	height: 76px;
	flex: 0 0 auto;
	overflow: hidden;
	border-radius: 50%;
	background: #c5c5c5;
}

.ect-avatar img,
.ect-avatar-fallback {
	display: block;
	width: 100%;
	height: 100%;
}

.ect-avatar img {
	object-fit: cover;
	object-position: center;
}

.ect-avatar-fallback {
	background-repeat: no-repeat;
	background-size: 1607.9% auto;
}

.ect-avatar-fallback-1 {
	background-position: 5.85% 47.7%;
}

.ect-avatar-fallback-2 {
	background-position: 39.62% 47.7%;
}

.ect-avatar-fallback-3 {
	background-position: 73.39% 47.7%;
}

.ect-student-copy {
	min-width: 0;
}

.ect-student-name,
.ect-student-meta {
	margin: 0;
	padding: 0;
	color: #050505;
	font-family: Arial, sans-serif;
}

.ect-student-name {
	overflow: hidden;
	font-size: clamp(18px, 1.75vw, 22px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.02;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ect-student-meta {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-top: 1px;
	font-size: clamp(13px, 1.25vw, 16px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.05;
}

.elementor-widget-ect-testimonials-carousel .ect-arrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
	border: 2px solid currentColor !important;
	border-radius: 50% !important;
	outline-offset: 3px;
	--ect-arrow-color: #071a21;
	color: var(--ect-arrow-color) !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 0;
	line-height: 1;
	text-decoration: none !important;
	text-shadow: none !important;
	transform: translateY(-50%) !important;
	-webkit-tap-highlight-color: transparent;
	transition:
		color 150ms ease,
		opacity 150ms ease;
}

.elementor-widget-ect-testimonials-carousel .ect-arrow:hover,
.elementor-widget-ect-testimonials-carousel .ect-arrow:focus,
.elementor-widget-ect-testimonials-carousel .ect-arrow:focus-visible,
.elementor-widget-ect-testimonials-carousel .ect-arrow:active,
.elementor-widget-ect-testimonials-carousel .ect-arrow[aria-pressed="true"] {
	color: var(--ect-arrow-color) !important;
	border-color: currentColor !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	transform: translateY(-50%) !important;
}

.elementor-widget-ect-testimonials-carousel .ect-arrow:focus {
	outline: 0;
}

.elementor-widget-ect-testimonials-carousel .ect-arrow:focus-visible {
	outline: 2px solid currentColor;
}

.elementor-widget-ect-testimonials-carousel .ect-arrow:disabled,
.elementor-widget-ect-testimonials-carousel .ect-arrow:disabled:hover,
.elementor-widget-ect-testimonials-carousel .ect-arrow:disabled:focus,
.elementor-widget-ect-testimonials-carousel .ect-arrow:disabled:active {
	cursor: default;
	opacity: 0.3;
	color: var(--ect-arrow-color) !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	transform: translateY(-50%) !important;
}

.elementor-widget-ect-testimonials-carousel .ect-arrow::before,
.elementor-widget-ect-testimonials-carousel .ect-arrow::after {
	display: none !important;
	content: none !important;
}

.elementor-widget-ect-testimonials-carousel .ect-arrow svg {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 38% !important;
	height: 52% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
	fill: none !important;
	stroke: currentColor !important;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.25;
	transform: translate(-50%, -50%) !important;
	pointer-events: none;
}

.elementor-widget-ect-testimonials-carousel .ect-arrow svg path {
	fill: none !important;
	stroke: currentColor !important;
}

.ect-arrow-prev {
	left: -27px;
}

.ect-arrow-next {
	right: -27px;
}

.ect-dots {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	min-height: 15px;
	margin-top: 15px;
}

.ect-dot {
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	outline-offset: 3px;
	background: #8e8e8e;
	box-shadow: none;
	cursor: pointer;
	transition:
		background-color 150ms ease,
		transform 150ms ease;
}

.ect-dot:hover,
.ect-dot:focus-visible {
	transform: scale(1.1);
}

.ect-dot.is-active {
	background: #ff650d;
}

.ect-single-page .ect-arrow,
.ect-single-page .ect-dots {
	display: none;
}

.ect-callout {
	display: flex;
	width: calc(100% - 58px);
	min-height: 100px;
	gap: 23px;
	align-items: center;
	justify-content: center;
	margin: 39px auto 0;
	padding: 12px 26px;
	border-radius: 40px;
	color: #fff;
	background: #00613f;
	cursor: default;
}

.ect-callout-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	color: currentColor;
	font-size: 80px;
	line-height: 1;
}

.ect-callout-icon i {
	display: block;
}

.ect-callout-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.45;
}

.ect-callout-icon .ect-design-rocket {
	overflow: visible;
}

.ect-callout-icon .ect-design-rocket path,
.ect-callout-icon .ect-design-rocket circle {
	fill: none !important;
	stroke: currentColor !important;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.ect-callout-text {
	color: currentColor;
	font-family: "Century Gothic", Montserrat, Arial, sans-serif;
	font-size: clamp(28px, 3.45vw, 43px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.05;
	text-align: center;
}

@media (max-width: 1024px) {
	.ect-panel {
		padding-right: 37px;
		padding-left: 37px;
	}

	.ect-track {
		gap: 24px;
	}

	.ect-arrow-prev {
		left: -31px;
	}

	.ect-arrow-next {
		right: -31px;
	}

	.ect-student {
		gap: 16px;
	}

	.ect-callout {
		width: calc(100% - 40px);
	}
}

@media (max-width: 767px) {
	.ect-panel {
		padding: 25px 43px 25px;
		border-radius: 30px;
	}

	.ect-track {
		gap: 18px;
	}

	.ect-card {
		width: min(100%, 470px);
		margin: 0 auto;
	}

	.ect-arrow-prev {
		left: -34px;
	}

	.ect-arrow-next {
		right: -34px;
	}

	.ect-callout {
		width: calc(100% - 24px);
		min-height: 90px;
		flex-direction: column;
		gap: 4px;
		padding: 18px 22px;
		border-radius: 32px;
	}

	.ect-callout-icon {
		font-size: 58px;
	}

	.ect-callout-text {
		font-size: clamp(25px, 8vw, 36px);
	}
}

@media (max-width: 430px) {
	.ect-panel {
		padding-right: 35px;
		padding-left: 35px;
	}

	.ect-arrow {
		width: 22px;
		height: 22px;
	}

	.ect-arrow-prev {
		left: -29px;
	}

	.ect-arrow-next {
		right: -29px;
	}

	.ect-student {
		gap: 12px;
	}

	.ect-avatar {
		width: 66px;
		height: 66px;
	}

	.ect-student-name {
		font-size: 18px;
	}

	.ect-student-meta {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ect-track.is-animated,
	.ect-arrow,
	.ect-dot {
		transition: none;
	}
}

/* Distribución responsive del testimonio y su llamada final. */
@media (min-width: 768px) and (max-width: 1024px) {
	.ect-card {
		min-width: 0;
	}

	.ect-student {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.ect-card,
	.ect-student-copy {
		min-width: 0;
	}

	.ect-student {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
	}

	.ect-student-name {
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.ect-callout {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		justify-items: center;
	}
}

@media (max-width: 430px) {
	.ect-panel {
		padding-inline: 34px;
	}

	.ect-card {
		padding-inline: 14px;
	}

	.ect-stars {
		font-size: clamp(24px, 9vw, 30px);
	}

	.ect-callout-icon {
		font-size: 54px;
	}
}
