/**
 * Revisión prototipo agosto 2026
 */

/* Footer — colores corporativos FM / CEI */
body.ci-revision-agosto .ci-footer,
body .ci-footer {
	background:
		radial-gradient(circle at 10% 0%, rgba(0, 189, 209, 0.18), transparent 40%),
		linear-gradient(180deg, #0f6a8f 0%, #138bba 48%, #0c4f6c 100%) !important;
	border-top: 4px solid transparent !important;
	border-image: linear-gradient(90deg, #ffbb00, #ff6976, #00bdd1, #9dd12e) 1 !important;
	color: rgba(255, 255, 255, 0.88) !important;
}

body .ci-footer a {
	color: #fff !important;
}

body .ci-footer a:hover {
	color: #ffbb00 !important;
}

/* Ocultar desde el primer render los dos bloques heredados de Elementor.
 * El JavaScript también los retira del DOM para evitar espacios residuales. */
body.home .elementor-element-531e70a,
body.home .elementor-element-70c9efe,
body.home .ci-section.ci-editorial {
	display: none !important;
}

/* Propuesta de valor — pilares con foto + 5 habilidades con iconos */
.ci-propuesta-valor {
	background:
		radial-gradient(circle at 90% 10%, rgba(0, 189, 209, 0.08), transparent 35%),
		linear-gradient(180deg, #fffaf0 0%, #ffffff 55%);
	padding: clamp(40px, 6vw, 80px) 24px;
	text-align: center;
}

.ci-propuesta-valor__inner {
	margin: 0 auto;
	max-width: 1140px;
}

.ci-propuesta-valor .ci-page-kicker {
	margin-bottom: 0.4rem;
}

.ci-propuesta-valor h2 {
	color: #0f4a6e;
	font-family: Poppins, sans-serif;
	font-size: clamp(1.55rem, 2.5vw, 2.15rem);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 auto 0.9rem;
	max-width: 820px;
}

.ci-propuesta-valor__lead {
	color: #3d4650;
	font-family: Poppins, sans-serif;
	font-size: 1.05rem;
	line-height: 1.7;
	margin: 0 auto 2.25rem;
	max-width: 760px;
}

.ci-propuesta-valor__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1100px;
}

.ci-propuesta-valor__card {
	align-items: center;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 8px 22px rgba(15, 74, 110, 0.07);
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	padding: 1.15rem 0.85rem 1.3rem;
	text-align: center;
}

.ci-propuesta-valor__icon {
	display: block;
	height: 80px;
	margin: 0 auto 0.2rem;
	object-fit: contain;
	width: 80px;
}

.ci-propuesta-valor__card h3 {
	color: #0f4a6e;
	font-family: Poppins, sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	padding-bottom: 0.4rem;
	position: relative;
}

.ci-propuesta-valor__card h3::after {
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 40px;
}

.ci-propuesta-valor__card--coral h3::after { background: #ff6976; }
.ci-propuesta-valor__card--pumpkin h3::after { background: #ff7f2d; }
.ci-propuesta-valor__card--yellow h3::after { background: #ffbb00; }
.ci-propuesta-valor__card--green h3::after { background: #7ac943; }
.ci-propuesta-valor__card--turquoise h3::after { background: #00bdd1; }

.ci-propuesta-valor__card p {
	color: #5c6874;
	font-family: Poppins, sans-serif;
	font-size: 0.88rem;
	line-height: 1.45;
	margin: 0;
}

@media (max-width: 1000px) {
	.ci-propuesta-valor__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ci-propuesta-valor__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.ci-propuesta-valor__icon {
		height: 68px;
		width: 68px;
	}
}

/* Propuesta de valor — recorrido visual premium (sin alterar tipografía ni paleta) */
.ci-propuesta-valor {
	overflow: hidden;
	position: relative;
	isolation: isolate;
}

.ci-propuesta-valor::before,
.ci-propuesta-valor::after {
	border: 1px solid rgba(15, 74, 110, 0.07);
	border-radius: 50%;
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.ci-propuesta-valor::before {
	background: radial-gradient(circle, rgba(255, 105, 118, 0.07), transparent 68%);
	height: clamp(240px, 31vw, 460px);
	left: clamp(-230px, -14vw, -110px);
	top: 12%;
	width: clamp(240px, 31vw, 460px);
}

.ci-propuesta-valor::after {
	background: radial-gradient(circle, rgba(0, 189, 209, 0.08), transparent 68%);
	height: clamp(210px, 27vw, 390px);
	right: clamp(-190px, -11vw, -90px);
	top: -12%;
	width: clamp(210px, 27vw, 390px);
}

.ci-propuesta-valor__inner {
	position: relative;
}

.ci-propuesta-valor__inner::before {
	background: linear-gradient(90deg, #ff6976, #ff7f2d, #ffbb00, #7ac943, #00bdd1);
	border-radius: 999px;
	content: "";
	display: block;
	height: 4px;
	margin: 0 auto 1.35rem;
	transform-origin: center;
	width: 54px;
}

.ci-propuesta-valor__grid {
	align-items: stretch;
	counter-reset: ci-value-step;
	perspective: 1100px;
	position: relative;
}

.ci-propuesta-valor__grid::before {
	background: linear-gradient(90deg, #ff6976 0 10%, #ff7f2d 27%, #ffbb00 50%, #7ac943 73%, #00bdd1 90% 100%);
	border-radius: 999px;
	content: "";
	height: 2px;
	left: 8%;
	op: 54px;
	opacity: 0.28;
	position: absolute;
	right: 8%;
	transform: scaleX(0);
	transform-origin: left center;
	z-index: 0;
}

.ci-propuesta-valor__card {
	--ci-skill-accent: #0f4a6e;
	--ci-card-rotate-x: 0deg;
	--ci-card-rotate-y: 0deg;
	--ci-spot-x: 50%;
	--ci-spot-y: 50%;
	border: 1px solid rgba(15, 74, 110, 0.07);
	box-shadow:
		0 1px 2px rgba(15, 74, 110, 0.03),
		0 14px 36px rgba(15, 74, 110, 0.08);
	counter-increment: ci-value-step;
	min-height: 224px;
	overflow: hidden;
	padding: 1.35rem 0.9rem 1.45rem;
	position: relative;
	transform: translateY(0) rotateX(var(--ci-card-rotate-x)) rotateY(var(--ci-card-rotate-y));
	transform-style: preserve-3d;
	transition:
		transform 420ms cubic-bezier(0.2, 0.72, 0.25, 1),
		box-shadow 420ms ease,
		border-color 420ms ease;
	z-index: 1;
}

.ci-propuesta-valor__card--coral { --ci-skill-accent: #ff6976; }
.ci-propuesta-valor__card--pumpkin { --ci-skill-accent: #ff7f2d; }
.ci-propuesta-valor__card--yellow { --ci-skill-accent: #ffbb00; }
.ci-propuesta-valor__card--green { --ci-skill-accent: #7ac943; }
.ci-propuesta-valor__card--turquoise { --ci-skill-accent: #00bdd1; }

.ci-propuesta-valor__card::before {
	align-items: center;
	background: #fff;
	border: 1px solid var(--ci-skill-accent);
	border-radius: 999px;
	box-shadow: 0 5px 14px rgba(15, 74, 110, 0.08);
	color: #0f4a6e;
	content: "0" counter(ci-value-step);
	display: flex;
	font-family: Poppins, sans-serif;
	font-size: 0.62rem;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	left: 12px;
	letter-spacing: 0.08em;
	position: absolute;
	top: 12px;
	width: 28px;
	z-index: 3;
}

.ci-propuesta-valor__card::after {
	background:
		radial-gradient(circle at var(--ci-spot-x) var(--ci-spot-y), color-mix(in srgb, var(--ci-skill-accent) 14%, transparent), transparent 38%),
		linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.72) 48%, transparent 72%);
	background-position: 50% 50%, -170% 0;
	background-repeat: no-repeat;
	background-size: 100% 100%, 46% 100%;
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 360ms ease, background-position 650ms ease;
	z-index: 0;
}

.ci-propuesta-valor__card > * {
	position: relative;
	z-index: 2;
}

.ci-propuesta-valor__card .ci-propuesta-valor__icon {
	filter: drop-shadow(0 8px 10px rgba(15, 74, 110, 0.12));
	transform: translateZ(18px) scale(1);
	transition: transform 480ms cubic-bezier(0.2, 0.72, 0.25, 1), filter 480ms ease;
}

.ci-propuesta-valor__card h3 {
	transform: translateZ(10px);
}

.ci-propuesta-valor__card h3::after {
	border-radius: 999px;
	transform: translateX(-50%) scaleX(0.72);
	transition: transform 420ms cubic-bezier(0.2, 0.72, 0.25, 1), width 420ms ease;
}

@media (hover: hover) and (pointer: fine) {
	.ci-propuesta-valor__card:hover {
		border-color: var(--ci-skill-accent);
		box-shadow:
			0 2px 4px rgba(15, 74, 110, 0.04),
			0 24px 52px rgba(15, 74, 110, 0.16);
		transform: translateY(-11px) rotateX(var(--ci-card-rotate-x)) rotateY(var(--ci-card-rotate-y));
	}

	.ci-propuesta-valor__card:hover::after {
		background-position: 50% 50%, 240% 0;
		opacity: 1;
	}

	.ci-propuesta-valor__card:hover .ci-propuesta-valor__icon {
		filter: drop-shadow(0 13px 14px rgba(15, 74, 110, 0.18));
		transform: translateZ(28px) scale(1.08) rotate(-2deg);
	}

	.ci-propuesta-valor__card:hover h3::after {
		transform: translateX(-50%) scaleX(1);
		width: 58px;
	}
}

.ci-propuesta-valor--motion .ci-propuesta-valor__inner::before {
	transform: scaleX(0);
	transition: transform 700ms cubic-bezier(0.2, 0.72, 0.25, 1) 80ms;
}

.ci-propuesta-valor--motion .ci-propuesta-valor__grid::before {
	transition: transform 1100ms cubic-bezier(0.2, 0.72, 0.25, 1) 460ms;
}

.ci-propuesta-valor--motion .ci-propuesta-valor__card {
	opacity: 0;
	transform: translateY(34px) scale(0.965);
}

.ci-propuesta-valor--motion .ci-propuesta-valor__card:nth-child(1) { transition-delay: 180ms; }
.ci-propuesta-valor--motion .ci-propuesta-valor__card:nth-child(2) { transition-delay: 270ms; }
.ci-propuesta-valor--motion .ci-propuesta-valor__card:nth-child(3) { transition-delay: 360ms; }
.ci-propuesta-valor--motion .ci-propuesta-valor__card:nth-child(4) { transition-delay: 450ms; }
.ci-propuesta-valor--motion .ci-propuesta-valor__card:nth-child(5) { transition-delay: 540ms; }

.ci-propuesta-valor--motion.is-in-view .ci-propuesta-valor__inner::before,
.ci-propuesta-valor--motion.is-in-view .ci-propuesta-valor__grid::before {
	transform: scaleX(1);
}

.ci-propuesta-valor--motion.is-in-view .ci-propuesta-valor__card {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.ci-propuesta-valor--motion.is-settled .ci-propuesta-valor__card {
	transition-delay: 0ms;
}

@media (hover: hover) and (pointer: fine) {
	.ci-propuesta-valor--motion.is-in-view .ci-propuesta-valor__card:hover {
		transform: translateY(-11px) rotateX(var(--ci-card-rotate-x)) rotateY(var(--ci-card-rotate-y));
	}
}

@media (min-width: 1001px) {
	.ci-propuesta-valor__card:nth-child(2),
	.ci-propuesta-valor__card:nth-child(4) {
		margin-top: 14px;
	}
}

@media (max-width: 1000px) {
	.ci-propuesta-valor__grid::before {
		display: none;
	}

	.ci-propuesta-valor__card {
		min-height: 218px;
	}
}

@media (max-width: 640px) {
	.ci-propuesta-valor {
		padding-left: 18px;
		padding-right: 18px;
	}

	.ci-propuesta-valor__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ci-propuesta-valor__card {
		align-items: center;
		display: grid;
		grid-template-columns: 78px 1fr;
		grid-template-rows: auto auto;
		min-height: 0;
		padding: 1rem 1rem 1rem 1.2rem;
		text-align: left;
	}

	.ci-propuesta-valor__card::before {
		height: 25px;
		left: auto;
		right: 10px;
		top: 10px;
		width: 25px;
	}

	.ci-propuesta-valor__card .ci-propuesta-valor__icon {
		grid-column: 1;
		grid-row: 1 / span 2;
		height: 66px;
		margin: 0;
		width: 66px;
	}

	.ci-propuesta-valor__card h3,
	.ci-propuesta-valor__card p {
		grid-column: 2;
	}

	.ci-propuesta-valor__card h3 {
		justify-self: start;
		padding-bottom: 0.45rem;
		padding-right: 1.25rem;
	}

	.ci-propuesta-valor__card h3::after {
		left: 0;
		transform: scaleX(0.72);
		transform-origin: left center;
	}

	.ci-propuesta-valor__card p {
		align-self: start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ci-propuesta-valor--motion .ci-propuesta-valor__inner::before,
	.ci-propuesta-valor--motion .ci-propuesta-valor__grid::before,
	.ci-propuesta-valor--motion .ci-propuesta-valor__card,
	.ci-propuesta-valor__card,
	.ci-propuesta-valor__card::after,
	.ci-propuesta-valor__icon,
	.ci-propuesta-valor__card h3::after {
		transition: none !important;
	}

	.ci-propuesta-valor--motion .ci-propuesta-valor__inner::before,
	.ci-propuesta-valor--motion .ci-propuesta-valor__grid::before,
	.ci-propuesta-valor--motion .ci-propuesta-valor__card {
		opacity: 1;
		transform: none;
	}
}

/* Propuesta de valor — constelación editorial con fotografía real */
.ci-propuesta-valor--orbit .ci-propuesta-valor__inner {
	max-width: 1180px;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__head {
	margin: 0 auto;
	max-width: 850px;
	position: relative;
	z-index: 4;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__lead {
	margin-bottom: 1.1rem;
}

.ci-propuesta-valor__stage {
	--ci-orbit-x: 0px;
	--ci-orbit-y: 0px;
	height: 610px;
	margin: 0 auto;
	max-width: 1120px;
	position: relative;
}

.ci-propuesta-valor__connections {
	height: 100%;
	inset: 0;
	overflow: visible;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.ci-propuesta-valor__path {
	fill: none;
	opacity: 0.32;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	stroke-linecap: round;
	stroke-width: 2;
	transition: stroke-dashoffset 1150ms cubic-bezier(0.2, 0.72, 0.25, 1), opacity 300ms ease, stroke-width 300ms ease;
}

.ci-propuesta-valor__path--coral { stroke: #ff6976; }
.ci-propuesta-valor__path--pumpkin { stroke: #ff7f2d; }
.ci-propuesta-valor__path--yellow { stroke: #ffbb00; }
.ci-propuesta-valor__path--green { stroke: #7ac943; }
.ci-propuesta-valor__path--turquoise { stroke: #00bdd1; }

.ci-propuesta-valor--orbit.is-in-view .ci-propuesta-valor__path {
	stroke-dashoffset: 0;
}

.ci-propuesta-valor--orbit.is-in-view .ci-propuesta-valor__path:nth-child(1) { transition-delay: 240ms; }
.ci-propuesta-valor--orbit.is-in-view .ci-propuesta-valor__path:nth-child(2) { transition-delay: 340ms; }
.ci-propuesta-valor--orbit.is-in-view .ci-propuesta-valor__path:nth-child(3) { transition-delay: 440ms; }
.ci-propuesta-valor--orbit.is-in-view .ci-propuesta-valor__path:nth-child(4) { transition-delay: 540ms; }
.ci-propuesta-valor--orbit.is-in-view .ci-propuesta-valor__path:nth-child(5) { transition-delay: 640ms; }

.ci-propuesta-valor--orbit[data-active-skill] .ci-propuesta-valor__path {
	opacity: 0.1;
	transition-delay: 0ms;
}

.ci-propuesta-valor--orbit[data-active-skill="0"] .ci-propuesta-valor__path[data-skill="0"],
.ci-propuesta-valor--orbit[data-active-skill="1"] .ci-propuesta-valor__path[data-skill="1"],
.ci-propuesta-valor--orbit[data-active-skill="2"] .ci-propuesta-valor__path[data-skill="2"],
.ci-propuesta-valor--orbit[data-active-skill="3"] .ci-propuesta-valor__path[data-skill="3"],
.ci-propuesta-valor--orbit[data-active-skill="4"] .ci-propuesta-valor__path[data-skill="4"] {
	opacity: 1;
	stroke-width: 3;
}

.ci-propuesta-valor__visual {
	height: 360px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(calc(-50% + var(--ci-orbit-x)), calc(-50% + var(--ci-orbit-y)));
	transition: transform 650ms cubic-bezier(0.2, 0.72, 0.25, 1);
	width: 470px;
	z-index: 2;
}

.ci-propuesta-valor__visual::before,
.ci-propuesta-valor__visual::after {
	border-radius: 50%;
	content: "";
	pointer-events: none;
	position: absolute;
}

.ci-propuesta-valor__visual::before {
	background: #ffbb00;
	box-shadow: 0 0 0 8px rgba(255, 187, 0, 0.12);
	height: 18px;
	left: -9px;
	top: 43px;
	width: 18px;
	z-index: 4;
}

.ci-propuesta-valor__visual::after {
	background: #00bdd1;
	box-shadow: 0 0 0 10px rgba(0, 189, 209, 0.11);
	bottom: 34px;
	height: 15px;
	right: -8px;
	width: 15px;
	z-index: 4;
}

.ci-propuesta-valor__orbit-ring {
	animation: ci-value-orbit 24s linear infinite;
	border: 1px dashed rgba(15, 74, 110, 0.19);
	border-radius: 42% 58% 51% 49% / 54% 43% 57% 46%;
	inset: -27px -34px;
	pointer-events: none;
	position: absolute;
}

.ci-propuesta-valor__orbit-ring::before,
.ci-propuesta-valor__orbit-ring::after {
	border-radius: 50%;
	content: "";
	position: absolute;
}

.ci-propuesta-valor__orbit-ring::before {
	background: #ff6976;
	box-shadow: 0 0 0 7px rgba(255, 105, 118, 0.11);
	height: 10px;
	left: 17%;
	top: -5px;
	width: 10px;
}

.ci-propuesta-valor__orbit-ring::after {
	background: #7ac943;
	box-shadow: 0 0 0 7px rgba(122, 201, 67, 0.11);
	bottom: 8%;
	height: 10px;
	right: 4%;
	width: 10px;
}

.ci-propuesta-valor__photo-wrap {
	background: #fff;
	border: 1px solid rgba(15, 74, 110, 0.1);
	border-radius: 46px 16px 46px 18px;
	box-shadow: 0 24px 46px rgba(15, 74, 110, 0.18);
	height: 100%;
	isolation: isolate;
	overflow: visible;
	position: relative;
	transform: rotate(-1deg);
	width: 100%;
}

.ci-propuesta-valor__photo-wrap::before {
	background: linear-gradient(135deg, #138bba 0%, #00bdd1 58%, #87d9df 100%);
	border-radius: 36px 18px 52px 20px;
	content: "";
	inset: 16px -17px -17px 17px;
	position: absolute;
	transform: rotate(2.5deg);
	z-index: -1;
}

.ci-propuesta-valor__photo-wrap::after {
	background:
		radial-gradient(circle at 0 0, #ffbb00 0 8px, transparent 9px),
		radial-gradient(circle at 100% 100%, #ff6976 0 7px, transparent 8px);
	content: "";
	inset: -12px;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.ci-propuesta-valor__photo {
	background: #eef8fa;
	border: 0;
	border-radius: 37px 10px 37px 11px;
	display: block;
	height: calc(100% - 20px) !important;
	left: 10px;
	max-width: none !important;
	object-fit: cover;
	object-position: 50% 68%;
	position: absolute;
	top: 10px;
	transform: none;
	transition: transform 900ms cubic-bezier(0.2, 0.72, 0.25, 1), filter 600ms ease;
	width: calc(100% - 20px) !important;
	z-index: 1;
}

.ci-propuesta-valor__photo-note {
	backdrop-filter: blur(9px);
	background: rgba(15, 106, 143, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 14px 5px 14px 5px;
	bottom: 20px;
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 0.65rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.08em;
	padding: 8px 15px;
	position: absolute;
	transform: translateX(-50%);
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

.ci-propuesta-valor__nodes {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card {
	--ci-entry-x: 0px;
	--ci-entry-y: 24px;
	align-items: center;
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.91);
	border: 1px solid rgba(15, 74, 110, 0.08);
	border-radius: 24px 8px 24px 24px;
	box-shadow:
		0 1px 2px rgba(15, 74, 110, 0.04),
		0 17px 38px rgba(15, 74, 110, 0.11);
	display: grid;
	gap: 13px;
	grid-template-columns: 76px minmax(0, 1fr);
	margin: 0;
	min-height: 112px;
	overflow: visible;
	padding: 12px 17px 12px 12px;
	pointer-events: auto;
	position: absolute;
	text-align: left;
	width: 314px;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(1) {
	--ci-entry-x: -32px;
	left: 0;
	top: 38px;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(2) {
	--ci-entry-x: -32px;
	left: 12px;
	top: 238px;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(3) {
	--ci-entry-x: -24px;
	bottom: 15px;
	left: 70px;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(4) {
	--ci-entry-x: 32px;
	border-radius: 8px 24px 24px 24px;
	right: 0;
	top: 97px;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(5) {
	--ci-entry-x: 32px;
	border-radius: 8px 24px 24px 24px;
	bottom: 76px;
	right: 10px;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card::before {
	background: var(--ci-skill-accent);
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px var(--ci-skill-accent), 0 5px 12px rgba(15, 74, 110, 0.15);
	content: "";
	height: 12px;
	left: auto;
	right: -7px;
	top: calc(50% - 6px);
	width: 12px;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(4)::before,
.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(5)::before {
	left: -7px;
	right: auto;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card::after {
	background: linear-gradient(110deg, transparent 38%, rgba(255, 255, 255, 0.85) 50%, transparent 62%);
	background-position: -170% 0;
	background-repeat: no-repeat;
	background-size: 45% 100%;
	border-radius: inherit;
	opacity: 0;
	overflow: hidden;
	transition: opacity 320ms ease, background-position 680ms ease;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__icon {
	filter: drop-shadow(0 8px 11px rgba(15, 74, 110, 0.14));
	grid-column: 1;
	height: 72px;
	margin: 0;
	transform: scale(1);
	width: 72px;
}

.ci-propuesta-valor__copy {
	align-self: center;
	grid-column: 2;
	min-width: 0;
	position: relative;
}

.ci-propuesta-valor__index {
	color: var(--ci-skill-accent);
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-bottom: 0.32rem;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card h3,
.ci-propuesta-valor--orbit .ci-propuesta-valor__card p {
	text-align: left;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card h3 {
	display: inline-block;
	padding-bottom: 0.42rem;
	transform: none;
}

.ci-propuesta-valor--orbit .ci-propuesta-valor__card h3::after {
	left: 0;
	transform: scaleX(0.7);
	transform-origin: left center;
	width: 34px;
}

.ci-propuesta-valor--orbit.ci-propuesta-valor--motion .ci-propuesta-valor__card {
	opacity: 0;
	transform: translate(var(--ci-entry-x), var(--ci-entry-y)) scale(0.95);
}

.ci-propuesta-valor--orbit.ci-propuesta-valor--motion.is-in-view .ci-propuesta-valor__card {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

.ci-propuesta-valor--orbit.ci-propuesta-valor--motion .ci-propuesta-valor__visual {
	opacity: 0;
	transform: translate(-50%, calc(-50% + 26px)) scale(0.94);
	transition: opacity 760ms ease 90ms, transform 900ms cubic-bezier(0.2, 0.72, 0.25, 1) 90ms;
}

.ci-propuesta-valor--orbit.ci-propuesta-valor--motion.is-in-view .ci-propuesta-valor__visual {
	opacity: 1;
	transform: translate(calc(-50% + var(--ci-orbit-x)), calc(-50% + var(--ci-orbit-y))) scale(1);
}

@media (hover: hover) and (pointer: fine) {
	.ci-propuesta-valor--orbit.ci-propuesta-valor--motion.is-in-view .ci-propuesta-valor__card:hover {
		border-color: var(--ci-skill-accent);
		box-shadow:
			0 2px 3px rgba(15, 74, 110, 0.04),
			0 25px 50px rgba(15, 74, 110, 0.17);
		transform: translateY(-7px) scale(1.018);
	}

	.ci-propuesta-valor--orbit .ci-propuesta-valor__card:hover::after {
		background-position: 240% 0;
		opacity: 1;
	}

	.ci-propuesta-valor--orbit .ci-propuesta-valor__card:hover .ci-propuesta-valor__icon {
		transform: scale(1.09) rotate(-2deg);
	}

	.ci-propuesta-valor--orbit .ci-propuesta-valor__card:hover h3::after {
		transform: scaleX(1);
		width: 52px;
	}

	.ci-propuesta-valor--orbit:has(.ci-propuesta-valor__card:hover) .ci-propuesta-valor__photo {
		filter: saturate(1.06);
		transform: scale(1.015);
	}
}

@keyframes ci-value-orbit {
	to { transform: rotate(360deg); }
}

@media (max-width: 1050px) {
	.ci-propuesta-valor__stage {
		display: grid;
		height: auto;
		padding-top: 12px;
	}

	.ci-propuesta-valor__connections {
		display: none;
	}

	.ci-propuesta-valor__visual,
	.ci-propuesta-valor--orbit.ci-propuesta-valor--motion .ci-propuesta-valor__visual,
	.ci-propuesta-valor--orbit.ci-propuesta-valor--motion.is-in-view .ci-propuesta-valor__visual {
		grid-row: 1;
		height: 330px;
		justify-self: center;
		left: auto;
		margin: 26px auto 48px;
		position: relative;
		top: auto;
		transform: none;
		width: min(440px, calc(100% - 28px));
	}

	.ci-propuesta-valor__nodes {
		display: grid;
		gap: 16px;
		grid-row: 2;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: relative;
	}

	.ci-propuesta-valor--orbit .ci-propuesta-valor__card,
	.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(n) {
		border-radius: 22px;
		bottom: auto;
		left: auto;
		margin: 0;
		position: relative;
		right: auto;
		top: auto;
		width: auto;
	}

	.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(5) {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: calc(50% - 8px);
		width: 100%;
	}

	.ci-propuesta-valor--orbit .ci-propuesta-valor__card::before,
	.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(4)::before,
	.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(5)::before {
		left: 50%;
		right: auto;
		top: -7px;
	}
}

@media (max-width: 640px) {
	.ci-propuesta-valor--orbit .ci-propuesta-valor__lead {
		margin-bottom: 0.55rem;
	}

	.ci-propuesta-valor__visual,
	.ci-propuesta-valor--orbit.ci-propuesta-valor--motion .ci-propuesta-valor__visual,
	.ci-propuesta-valor--orbit.ci-propuesta-valor--motion.is-in-view .ci-propuesta-valor__visual {
		height: 255px;
		margin: 20px auto 38px;
		width: min(340px, calc(100% - 16px));
	}

	.ci-propuesta-valor__orbit-ring {
		inset: -22px;
	}

	.ci-propuesta-valor__photo-note {
		bottom: 31px;
		font-size: 0.56rem;
	}

	.ci-propuesta-valor__nodes {
		gap: 12px;
		grid-template-columns: 1fr;
		padding-left: 13px;
		position: relative;
	}

	.ci-propuesta-valor__nodes::before {
		background: linear-gradient(180deg, #ff6976, #ff7f2d, #ffbb00, #7ac943, #00bdd1);
		border-radius: 999px;
		bottom: 20px;
		content: "";
		left: 4px;
		op: 20px;
		position: absolute;
		width: 2px;
	}

	.ci-propuesta-valor--orbit .ci-propuesta-valor__card,
	.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(n),
	.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(5) {
		grid-column: auto;
		grid-template-columns: 68px minmax(0, 1fr);
		justify-self: stretch;
		max-width: none;
		min-height: 104px;
		padding: 11px 14px 11px 11px;
		width: 100%;
	}

	.ci-propuesta-valor--orbit .ci-propuesta-valor__card::before,
	.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(4)::before,
	.ci-propuesta-valor--orbit .ci-propuesta-valor__card:nth-child(5)::before {
		left: -17px;
		top: calc(50% - 6px);
	}

	.ci-propuesta-valor--orbit .ci-propuesta-valor__icon {
		height: 64px;
		width: 64px;
	}

	.ci-propuesta-valor__copy {
		grid-column: 2;
		grid-row: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ci-propuesta-valor__orbit-ring {
		animation: none;
	}

	.ci-propuesta-valor__path,
	.ci-propuesta-valor--orbit.ci-propuesta-valor--motion .ci-propuesta-valor__visual,
	.ci-propuesta-valor--orbit.ci-propuesta-valor--motion.is-in-view .ci-propuesta-valor__visual {
		transition: none;
	}

	.ci-propuesta-valor__path {
		stroke-dashoffset: 0;
	}
}

/* Ocultar / anular tarjetas Elementor viejas de 3 pilares */
body.home .ci-cards,
body.home .ci-cards .ci-card,
body.home .ci-section:has(.ci-cards),
body.home .e-con:has(> .e-con-inner > .ci-cards),
body.home .e-con:has(.ci-cards) {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
}

.ci-skill__icon-img {
	display: block;
	height: 64px;
	margin: 0 auto 0.5rem;
	object-fit: contain;
	width: 64px;
}

/* Propuestas por etapa — brochure limpio (ancho completo) */
.ci-etapas {
	background: #fffaf0;
	box-sizing: border-box;
	clear: both;
	display: block;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	padding: clamp(48px, 7vw, 88px) clamp(20px, 4vw, 40px);
	position: relative;
	right: 50%;
	text-align: center;
	width: 100vw;
}

/* Título Elementor suelto / duplicado de etapas — oculto */
body.home .ci-etapas-heading--hidden,
body.home .ci-etapas-dup--hidden {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
}

.ci-etapas__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 12px;
	width: 100%;
}

.ci-etapas h2 {
	color: #0f4a6e;
	font-family: Poppins, sans-serif;
	font-size: clamp(1.6rem, 2.4vw, 2.1rem);
	font-weight: 700;
	margin: 0 0 0.75rem;
}

.ci-etapas__lead {
	color: #5c6874;
	font-family: Poppins, sans-serif;
	font-size: 1.02rem;
	line-height: 1.65;
	margin: 0 auto 2.5rem;
	max-width: 640px;
}

.ci-etapas__grid {
	align-items: stretch;
	display: grid;
	gap: clamp(18px, 2.5vw, 28px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-content: center;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

.ci-etapas__card {
	align-items: center;
	background: #fff;
	border: 1.5px dashed #d4c4e0;
	border-radius: 22px;
	box-shadow: 0 6px 18px rgba(15, 74, 110, 0.05);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 220px;
	padding: 1.5rem 1.1rem 1.65rem;
	text-align: center;
	width: 100%;
}

.ci-etapas__icon {
	display: block;
	height: 100px;
	margin: 0 auto 0.85rem;
	object-fit: contain;
	width: 100px;
}

.ci-etapas__card h3 {
	font-family: Poppins, sans-serif;
	font-size: clamp(0.95rem, 1.3vw, 1.1rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.ci-etapas__card--coral h3 { color: #ff6976; }
.ci-etapas__card--green h3 { color: #7ac943; }
.ci-etapas__card--pumpkin h3 { color: #ff7f2d; }
.ci-etapas__card--turquoise h3 { color: #00bdd1; }

.ci-etapas__age {
	color: #0f6a8f;
	font-family: Poppins, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
}

.ci-etapas__text {
	display: none;
}

@media (max-width: 900px) {
	.ci-etapas__grid {
		grid-template-columns: repeat(2, minmax(160px, 1fr));
		max-width: 520px;
	}

	.ci-etapas__card {
		min-height: 200px;
		padding: 1.35rem 1rem 1.5rem;
	}
}

@media (max-width: 520px) {
	.ci-etapas {
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: auto;
		width: 100%;
		max-width: 100%;
	}

	.ci-etapas__grid {
		grid-template-columns: 1fr;
		max-width: 280px;
	}

	.ci-etapas__icon {
		height: 88px;
		width: 88px;
	}
}

/* Propuestas por etapa — ruta educativa + servicio complementario */
.ci-etapas--journey {
	background:
		radial-gradient(circle at 6% 18%, rgba(255, 105, 118, 0.08), transparent 24%),
		radial-gradient(circle at 94% 82%, rgba(0, 189, 209, 0.09), transparent 27%),
		#fffaf0;
	isolation: isolate;
	overflow: hidden;
}

.ci-etapas--journey::before {
	background-image: radial-gradient(rgba(15, 74, 110, 0.12) 1px, transparent 1px);
	background-size: 21px 21px;
	content: "";
	height: 300px;
	left: -60px;
	mask-image: linear-gradient(135deg, #000, transparent 75%);
	opacity: 0.25;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 360px;
	z-index: -1;
}

.ci-etapas--journey::after {
	background: linear-gradient(90deg, #ff6976, #7ac943, #ff7f2d, #00bdd1);
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: min(420px, 45vw);
}

.ci-etapas--journey .ci-etapas__inner {
	max-width: 1160px;
	padding: 0;
	position: relative;
	z-index: 1;
}

.ci-etapas__head {
	margin: 0 auto;
	max-width: 760px;
}

.ci-etapas__head::after {
	background: linear-gradient(90deg, #ff6976, #7ac943, #ff7f2d, #00bdd1);
	border-radius: 999px;
	content: "";
	display: block;
	height: 4px;
	margin: 1.1rem auto 0;
	width: 58px;
}

.ci-etapas--journey .ci-etapas__lead {
	margin-bottom: 1.3rem;
	max-width: 700px;
}

.ci-etapas__experience {
	align-items: stretch;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) 286px;
	margin: 2rem auto 0;
	max-width: 1120px;
	perspective: 1200px;
}

.ci-etapas__journey {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(15, 74, 110, 0.08);
	border-radius: 34px;
	box-shadow:
		0 2px 4px rgba(15, 74, 110, 0.03),
		0 24px 58px rgba(15, 74, 110, 0.1);
	min-height: 392px;
	overflow: hidden;
	padding: 26px 26px 24px;
	position: relative;
}

.ci-etapas__journey::before {
	background: radial-gradient(circle, rgba(255, 187, 0, 0.1), transparent 68%);
	border-radius: 50%;
	content: "";
	height: 240px;
	pointer-events: none;
	position: absolute;
	right: -100px;
	top: -110px;
	width: 240px;
}

.ci-etapas__journey-head {
	align-items: center;
	display: flex;
	font-family: Poppins, sans-serif;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.ci-etapas__journey-head span {
	color: #ff7f2d;
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ci-etapas__journey-head strong {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(15, 74, 110, 0.09);
	border-radius: 999px;
	box-shadow: 0 6px 16px rgba(15, 74, 110, 0.06);
	color: #0f6a8f;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 0.48rem 0.78rem;
}

.ci-etapas__track {
	background: rgba(15, 74, 110, 0.1);
	border-radius: 999px;
	height: 4px;
	left: 12%;
	overflow: hidden;
	position: absolute;
	right: 12%;
	top: 184px;
	z-index: 1;
}

.ci-etapas__track i {
	background: linear-gradient(90deg, #ff6976, #7ac943, #ff7f2d);
	border-radius: inherit;
	display: block;
	height: 100%;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 1050ms cubic-bezier(0.2, 0.72, 0.25, 1) 220ms;
	width: 100%;
}

.ci-etapas--journey .ci-etapas__grid {
	align-items: stretch;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 20px;
	max-width: none;
	position: relative;
	z-index: 2;
}

.ci-etapas--journey .ci-etapas__card {
	--ci-stage-accent: #0f6a8f;
	--ci-stage-x: 50%;
	--ci-stage-y: 50%;
	--ci-stage-rx: 0deg;
	--ci-stage-ry: 0deg;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid transparent;
	border-radius: 24px;
	box-shadow: none;
	display: flex;
	min-height: 292px;
	overflow: hidden;
	padding: 12px 12px 18px;
	position: relative;
	transform: translateY(0) rotateX(var(--ci-stage-rx)) rotateY(var(--ci-stage-ry));
	transform-style: preserve-3d;
	transition: transform 420ms cubic-bezier(0.2, 0.72, 0.25, 1), box-shadow 420ms ease, border-color 420ms ease, background 420ms ease;
}

.ci-etapas--journey .ci-etapas__card--coral { --ci-stage-accent: #ff6976; }
.ci-etapas--journey .ci-etapas__card--green { --ci-stage-accent: #7ac943; }
.ci-etapas--journey .ci-etapas__card--pumpkin { --ci-stage-accent: #ff7f2d; }
.ci-etapas--journey .ci-etapas__card--turquoise { --ci-stage-accent: #00bdd1; }

.ci-etapas--journey .ci-etapas__card::before {
	background: linear-gradient(180deg, var(--ci-stage-accent), transparent 82%);
	border-radius: 999px;
	content: "";
	height: 64px;
	left: 0;
	top: 24px;
	opacity: 0.72;
	position: absolute;
	width: 3px;
}

.ci-etapas--journey .ci-etapas__card::after {
	background: radial-gradient(circle at var(--ci-stage-x) var(--ci-stage-y), color-mix(in srgb, var(--ci-stage-accent) 12%, transparent), transparent 42%);
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 350ms ease;
}

.ci-etapas__milestone {
	height: 106px;
	margin: 0 auto 0.8rem;
	position: relative;
	width: 106px;
	z-index: 2;
}

.ci-etapas__milestone::after {
	background: var(--ci-stage-accent);
	border: 4px solid #fff;
	border-radius: 50%;
	bottom: -7px;
	box-shadow: 0 0 0 1px var(--ci-stage-accent), 0 6px 14px rgba(15, 74, 110, 0.14);
	content: "";
	height: 15px;
	left: calc(50% - 7px);
	position: absolute;
	width: 15px;
}

.ci-etapas__number {
	align-items: center;
	background: #fff;
	border: 1px solid var(--ci-stage-accent);
	border-radius: 999px;
	box-shadow: 0 6px 14px rgba(15, 74, 110, 0.1);
	color: #0f4a6e;
	display: flex;
	font-family: Poppins, sans-serif;
	font-size: 0.61rem;
	font-weight: 700;
	height: 27px;
	justify-content: center;
	left: -4px;
	letter-spacing: 0.08em;
	position: absolute;
	top: 1px;
	width: 27px;
	z-index: 3;
}

.ci-etapas--journey .ci-etapas__icon {
	filter: drop-shadow(0 9px 12px rgba(15, 74, 110, 0.14));
	height: 98px;
	margin: 0;
	transform: scale(1);
	transition: transform 460ms cubic-bezier(0.2, 0.72, 0.25, 1), filter 460ms ease;
	width: 98px;
}

.ci-etapas__content {
	position: relative;
	z-index: 2;
}

.ci-etapas--journey .ci-etapas__card h3 {
	color: var(--ci-stage-accent);
	margin-bottom: 0.38rem;
}

.ci-etapas--journey .ci-etapas__age {
	background: #fff;
	border: 1px solid rgba(15, 74, 110, 0.08);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.77rem;
	padding: 0.38rem 0.68rem;
}

.ci-etapas--journey .ci-etapas__text {
	color: #5c6874;
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 0.76rem;
	line-height: 1.55;
	margin: 0.7rem auto 0;
	max-width: 190px;
}

.ci-etapas__support {
	align-items: center;
	background:
		radial-gradient(circle at 50% 22%, rgba(0, 189, 209, 0.16), transparent 35%),
		linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(229, 249, 251, 0.9)) !important;
	border: 1px solid rgba(0, 189, 209, 0.19) !important;
	border-radius: 34px !important;
	box-shadow:
		0 2px 4px rgba(15, 74, 110, 0.03),
		0 24px 58px rgba(15, 74, 110, 0.11) !important;
	justify-content: center !important;
	min-height: 392px !important;
	padding: 28px 22px 26px !important;
}

.ci-etapas__support::before {
	display: none;
}

.ci-etapas__support-label {
	background: #fff;
	border: 1px solid rgba(0, 189, 209, 0.2);
	border-radius: 999px;
	color: #0f6a8f;
	font-family: Poppins, sans-serif;
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	margin-bottom: 1.25rem;
	padding: 0.48rem 0.72rem;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.ci-etapas__support-visual {
	height: 132px;
	margin-bottom: 0.75rem;
	position: relative;
	width: 132px;
	z-index: 2;
}

.ci-etapas__support-orbit {
	animation: ci-etapas-orbit 18s linear infinite;
	border: 1px dashed rgba(0, 189, 209, 0.34);
	border-radius: 46% 54% 48% 52% / 55% 45% 55% 45%;
	inset: -8px;
	position: absolute;
}

.ci-etapas__support-orbit::before {
	background: #00bdd1;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #00bdd1;
	content: "";
	height: 11px;
	position: absolute;
	right: 9px;
	top: 4px;
	width: 11px;
}

.ci-etapas__support .ci-etapas__icon {
	height: 112px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 112px;
}

.ci-etapas__support .ci-etapas__text {
	font-size: 0.78rem;
	max-width: 220px;
}

.ci-etapas--motion .ci-etapas__track i {
	transform: scaleX(0);
}

.ci-etapas--motion .ci-etapas__journey .ci-etapas__card,
.ci-etapas--motion .ci-etapas__support {
	opacity: 0;
	transform: translateY(28px) scale(0.96);
}

.ci-etapas--motion .ci-etapas__journey .ci-etapas__card:nth-child(1) { transition-delay: 220ms; }
.ci-etapas--motion .ci-etapas__journey .ci-etapas__card:nth-child(2) { transition-delay: 360ms; }
.ci-etapas--motion .ci-etapas__journey .ci-etapas__card:nth-child(3) { transition-delay: 500ms; }
.ci-etapas--motion .ci-etapas__support { transition-delay: 640ms; }

.ci-etapas--motion.is-in-view .ci-etapas__track i {
	transform: scaleX(1);
}

.ci-etapas--motion.is-in-view .ci-etapas__journey .ci-etapas__card,
.ci-etapas--motion.is-in-view .ci-etapas__support {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.ci-etapas--motion.is-settled .ci-etapas__card {
	transition-delay: 0ms;
}

@media (hover: hover) and (pointer: fine) {
	.ci-etapas--motion.is-in-view .ci-etapas__journey .ci-etapas__card:hover {
		background: rgba(255, 255, 255, 0.96);
		border-color: color-mix(in srgb, var(--ci-stage-accent) 45%, transparent);
		box-shadow: 0 18px 38px rgba(15, 74, 110, 0.12);
		transform: translateY(-8px) rotateX(var(--ci-stage-rx)) rotateY(var(--ci-stage-ry));
	}

	.ci-etapas--journey .ci-etapas__card:hover::after {
		opacity: 1;
	}

	.ci-etapas--journey .ci-etapas__card:hover .ci-etapas__icon {
		filter: drop-shadow(0 14px 16px rgba(15, 74, 110, 0.2));
		transform: scale(1.08) rotate(-2deg);
	}

	.ci-etapas--motion.is-in-view .ci-etapas__support:hover {
		border-color: #00bdd1 !important;
		box-shadow: 0 30px 66px rgba(15, 74, 110, 0.16) !important;
		transform: translateY(-8px) rotateX(var(--ci-stage-rx)) rotateY(var(--ci-stage-ry));
	}
}

@keyframes ci-etapas-orbit {
	to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
	.ci-etapas__experience {
		grid-template-columns: 1fr;
		max-width: 760px;
	}

	.ci-etapas__support {
		display: grid !important;
		grid-template-columns: 150px minmax(0, 1fr);
		grid-template-rows: auto 1fr;
		min-height: 230px !important;
		padding: 25px 34px !important;
		text-align: left !important;
	}

	.ci-etapas__support-label {
		grid-column: 2;
		justify-self: start;
		margin-bottom: 0.7rem;
	}

	.ci-etapas__support-visual {
		grid-column: 1;
		grid-row: 1 / span 2;
		margin: 0;
	}

	.ci-etapas__support .ci-etapas__content {
		grid-column: 2;
		grid-row: 2;
	}

	.ci-etapas__support .ci-etapas__text {
		margin-left: 0;
		max-width: 430px;
	}
}

@media (max-width: 620px) {
	.ci-etapas--journey {
		padding-left: 17px;
		padding-right: 17px;
	}

	.ci-etapas__experience {
		margin-top: 1.45rem;
	}

	.ci-etapas__journey {
		min-height: 0;
		padding: 22px 16px 18px;
	}

	.ci-etapas__journey-head {
		padding: 0 4px;
	}

	.ci-etapas__track {
		bottom: 42px;
		height: auto;
		left: 65px;
		right: auto;
		top: 101px;
		width: 3px;
	}

	.ci-etapas__track i {
		height: 100%;
		transform: scaleY(1);
		transform-origin: top center;
		width: 100%;
	}

	.ci-etapas--motion .ci-etapas__track i {
		transform: scaleY(0);
	}

	.ci-etapas--motion.is-in-view .ci-etapas__track i {
		transform: scaleY(1);
	}

	.ci-etapas--journey .ci-etapas__grid {
		gap: 10px;
		grid-template-columns: 1fr;
		margin-top: 20px;
		max-width: none;
	}

	.ci-etapas--journey .ci-etapas__card {
		align-items: center;
		display: grid;
		gap: 14px;
		grid-template-columns: 88px minmax(0, 1fr);
		min-height: 132px;
		padding: 12px 12px 12px 5px;
		text-align: left;
	}

	.ci-etapas--journey .ci-etapas__card::before {
		height: 3px;
		left: 94px;
		top: calc(50% - 1px);
		width: 48px;
	}

	.ci-etapas__milestone {
		height: 84px;
		margin: 0;
		width: 84px;
	}

	.ci-etapas--journey .ci-etapas__icon {
		height: 78px;
		width: 78px;
	}

	.ci-etapas__milestone::after {
		display: none;
	}

	.ci-etapas__number {
		height: 24px;
		left: 0;
		width: 24px;
	}

	.ci-etapas--journey .ci-etapas__card h3,
	.ci-etapas--journey .ci-etapas__text {
		text-align: left;
	}

	.ci-etapas--journey .ci-etapas__text {
		margin-left: 0;
		max-width: none;
	}

	.ci-etapas__support {
		display: flex !important;
		min-height: 0 !important;
		padding: 24px 20px !important;
		text-align: center !important;
	}

	.ci-etapas__support-label {
		margin-bottom: 1rem;
	}

	.ci-etapas__support-visual {
		margin-bottom: 0.5rem;
	}

	.ci-etapas__support .ci-etapas__text {
		margin-left: auto;
		max-width: 260px;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ci-etapas__support-orbit {
		animation: none;
	}

	.ci-etapas--motion .ci-etapas__track i,
	.ci-etapas--motion .ci-etapas__journey .ci-etapas__card,
	.ci-etapas--motion .ci-etapas__support {
		opacity: 1;
		transform: none;
		transition: none !important;
	}
}

body.home .ci-programs,
body.home .ci-program {
	display: none !important;
}

.ci-partners {
	background: #fff;
	padding: clamp(40px, 6vw, 72px) 24px;
	text-align: center;
}

.ci-partners__kicker {
	color: #ff6976;
	font-family: Poppins, sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 1.5rem;
	text-transform: uppercase;
}

.ci-partners__slider {
	background: #fff;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
	height: 140px;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ci-partners__slider::before,
.ci-partners__slider::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: min(200px, 18%);
	z-index: 2;
}

.ci-partners__slider::before {
	left: 0;
}

.ci-partners__slider::after {
	right: 0;
	transform: rotateZ(180deg);
}

.ci-partners__track {
	animation: ci-partners-scroll 40s linear infinite;
	display: flex;
	width: max-content;
}

.ci-partners__slider:hover .ci-partners__track {
	animation-play-state: paused;
}

.ci-partners__slide {
	align-items: center;
	display: flex;
	flex: 0 0 320px;
	height: 140px;
	justify-content: center;
	width: 320px;
}

.ci-partners__slide a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

.ci-partners__slide img {
	height: 96px;
	max-width: 260px;
	object-fit: contain;
	width: auto;
}

.ci-partners__slide span {
	color: #0f4a6e;
	font-family: Poppins, sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
}

@keyframes ci-partners-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 700px) {
	.ci-partners__slider {
		height: 110px;
	}

	.ci-partners__slide {
		flex-basis: 240px;
		height: 110px;
		width: 240px;
	}

	.ci-partners__slide img {
		height: 72px;
		max-width: 200px;
	}

	.ci-partners__slider::before,
	.ci-partners__slider::after {
		width: 40px;
	}
}

/* Legacy static row (por si queda en alguna página) */
.ci-partners__row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 28px 40px;
	justify-content: center;
	margin: 0 auto;
	max-width: 980px;
}

.ci-partners__item {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 64px;
	min-width: 140px;
	opacity: 0.92;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.ci-partners__item:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.ci-partners__item img {
	height: 52px;
	max-width: 160px;
	object-fit: contain;
	width: auto;
}

.ci-partners__item span {
	border: 1px solid rgba(19, 139, 186, 0.2);
	border-radius: 12px;
	color: #138bba;
	font-family: Poppins, sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	padding: 14px 18px;
}

/* Modelo pedagógico home */
.ci-modelo-home {
	background: #fffaf0;
	padding: clamp(48px, 7vw, 88px) 24px;
}

.ci-modelo-home__inner {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

.ci-modelo-home h2 {
	color: #138bba !important;
	font-family: Poppins, sans-serif !important;
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	font-weight: 700 !important;
	margin: 0.35rem 0 1rem;
}

.ci-modelo-home__lead {
	color: #5c6874;
	margin: 1.5rem auto 1.25rem;
	max-width: 720px;
}

.ci-eclectic-box {
	background: #fff;
	border: 2px solid #ff6976;
	border-radius: 22px;
	margin: 1.5rem auto;
	max-width: 640px;
	padding: 1.25rem 1.5rem;
	text-align: left;
}

.ci-eclectic-box strong {
	color: #ff7f2d;
	display: block;
	margin-bottom: 0.35rem;
}

.ci-skill-grid--home {
	margin-top: 1.5rem;
}

.ci-skill--pumpkin .ci-skill__icon {
	background: #fff0e6 !important;
	color: #ff7f2d !important;
}

.ci-skill--turquoise .ci-skill__icon {
	background: #e5f9fb !important;
	color: #00bdd1 !important;
}

/* Momentos — acordeón fotográfico inspirado en la experiencia de MLS */
.ci-moments-mls {
	background: #fff;
	box-sizing: border-box;
	margin: 0 0 0 calc(50% - (var(--ci-moments-viewport, 100vw) / 2));
	max-width: none;
	padding: clamp(12px, 1.7vw, 28px) 0 clamp(48px, 6vw, 82px);
	position: relative;
	width: var(--ci-moments-viewport, 100vw);
}

.ci-moments-mls--carousel-only {
	padding-top: 0;
}

.ci-moments-mls *,
.ci-moments-mls *::before,
.ci-moments-mls *::after {
	box-sizing: border-box;
}

.ci-moments-mls__head {
	margin: 0 auto 1.75rem;
	max-width: 760px;
	text-align: center;
}

.ci-moments-mls__kicker {
	color: #ff7f7f;
	font-family: Poppins, sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.ci-moments-mls__title {
	color: #0f4a6e;
	font-family: Poppins, sans-serif;
	font-size: clamp(1.65rem, 2.4vw, 2.15rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

.ci-moments-mls__title::after {
	background: #ff7f2d;
	content: "";
	display: block;
	height: 3px;
	margin: 0.65rem auto 0;
	width: 72px;
}

.ci-moments-mls__text {
	color: #3d4650;
	font-family: Poppins, sans-serif;
	font-size: 1.02rem;
	line-height: 1.7;
	margin: 0;
}

.ci-moments-mls__text p {
	margin: 0 0 0.75rem;
}

.ci-moments-mls__text p:last-child {
	margin-bottom: 0;
}

.ci-moments-mls__container {
	margin: 0;
	max-width: none;
	width: 100%;
}

.ci-moments-mls__accordion {
	border-radius: 50px;
	height: clamp(430px, 41.5vw, 600px);
	overflow: hidden;
	width: 100%;
}

.ci-moments-mls__image-list {
	display: flex;
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.ci-moments-mls__panel {
	background: #eaf5f7;
	cursor: pointer;
	flex: 1 1 0%;
	height: 100%;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: flex 0.4s ease;
}

.ci-moments-mls__panel:first-child {
	border-radius: 50px 0 0 50px;
}

.ci-moments-mls__panel:last-child {
	border-radius: 0 50px 50px 0;
}

.ci-moments-mls__panel.is-active,
.ci-moments-mls__panel:hover,
.ci-moments-mls__panel:focus-visible {
	flex: 3 1 0%;
}

.ci-moments-mls__panel:focus-visible {
	box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 7px #00bdd1;
	outline: none;
	z-index: 2;
}

.ci-moments-mls__image-item,
body.home .ci-moments-mls__image-item {
	border-radius: 0 !important;
	display: block !important;
	height: 100% !important;
	max-height: none !important;
	max-width: none !important;
	min-height: 100% !important;
	min-width: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
	transition: transform 0.55s ease !important;
	width: 100% !important;
}

.ci-moments-mls__panel:hover .ci-moments-mls__image-item,
.ci-moments-mls__panel:focus-visible .ci-moments-mls__image-item,
.ci-moments-mls__panel.is-active .ci-moments-mls__image-item {
	transform: scale(1.015);
}

/* Ocultar grilla Elementor original de Momentos */
body.home .ci-gallery {
	display: none !important;
}

/* Reviews */
.ci-reviews {
	background:
		radial-gradient(circle at 8% 18%, rgba(0, 189, 209, 0.08), transparent 24%),
		linear-gradient(180deg, #fff 0%, #fbfdfc 100%);
	padding: clamp(48px, 7vw, 90px) 24px;
}

.ci-reviews__inner {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}

.ci-reviews h2 {
	color: #138bba !important;
	font-family: Poppins, sans-serif !important;
	font-weight: 700 !important;
}

.ci-reviews__intro {
	margin: 0 auto clamp(28px, 4vw, 44px);
	max-width: 760px;
}

.ci-reviews__intro > p:last-child {
	color: #5c6874;
	line-height: 1.7;
	margin: 0.75rem auto 0;
}

.ci-google-rating {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(19, 139, 186, 0.12);
	border-radius: 26px;
	box-shadow: 0 18px 46px rgba(19, 139, 186, 0.1);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(170px, 0.8fr) minmax(210px, 0.9fr) minmax(220px, 1.2fr) auto;
	margin-bottom: 24px;
	overflow: hidden;
	padding: 24px 26px;
	position: relative;
	text-align: left;
}

.ci-google-rating::before {
	background: linear-gradient(90deg, #138bba, #ff6976, #ffbb00, #7ac943, #00bdd1);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ci-google-rating__source,
.ci-google-rating__score {
	align-items: center;
	display: flex;
	gap: 13px;
}

.ci-google-rating__source,
.ci-google-rating__score,
.ci-google-rating__place {
	border-right: 1px solid rgba(15, 74, 110, 0.1);
	min-width: 0;
	padding-right: 22px;
}

.ci-google-rating__pin {
	background: #138bba;
	border-radius: 14px;
	display: block;
	height: 46px;
	-webkit-mask: url("../icons/lucide/map-pin.svg") center / 23px 23px no-repeat;
	mask: url("../icons/lucide/map-pin.svg") center / 23px 23px no-repeat;
	width: 46px;
}

.ci-google-rating__source span,
.ci-google-rating__place > span {
	color: #ff7f2d;
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.ci-google-rating__source strong,
.ci-google-rating__place strong {
	color: #0f4a6e;
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	margin-top: 3px;
}

.ci-google-rating__score > strong {
	color: #138bba;
	font-family: Poppins, sans-serif;
	font-size: 2.9rem;
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 1;
}

.ci-google-rating__score div {
	display: flex;
	flex-direction: column;
}

.ci-google-rating__stars {
	display: inline-flex;
	gap: 3px;
}

.ci-google-rating small,
.ci-google-rating__place small {
	color: #68736d;
	display: block;
	font-family: Poppins, sans-serif;
	font-size: 0.68rem;
	line-height: 1.45;
	margin-top: 3px;
}

.ci-google-rating__link {
	align-items: center;
	background: #138bba;
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-family: Poppins, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1.3;
	padding: 0.8rem 1rem;
	text-align: center;
	text-decoration: none !important;
	transition: box-shadow 260ms ease, transform 260ms ease;
}

.ci-reviews__source-note {
	color: #68736d;
	font-size: 0.73rem;
	line-height: 1.6;
	margin: 0 auto clamp(32px, 4vw, 48px);
	max-width: 640px;
}

.ci-reviews__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0 0 clamp(32px, 4vw, 48px);
	text-align: left;
}

.ci-review-card {
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(19, 139, 186, 0.14);
	border-radius: 24px;
	box-shadow: 0 14px 36px rgba(15, 74, 110, 0.08);
	display: flex;
	flex-direction: column;
	grid-column: span 2;
	min-height: 274px;
	overflow: hidden;
	padding: clamp(22px, 2.5vw, 30px);
	position: relative;
	transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.ci-review-card::before {
	background: linear-gradient(90deg, #ff6b7a, #ffbb00, #00bdd1);
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ci-review-card:nth-child(4),
.ci-review-card:nth-child(5) {
	grid-column: span 3;
}

.ci-review-card__top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.ci-review-card__quote {
	background-color: #138bba;
	display: block;
	height: 25px;
	-webkit-mask: url('../icons/lucide/messages-square.svg') center / contain no-repeat;
	mask: url('../icons/lucide/messages-square.svg') center / contain no-repeat;
	opacity: 0.95;
	width: 25px;
}

.ci-review-card__stars {
	display: inline-flex;
	gap: 3px;
}

.ci-review-card__stars i,
.ci-google-rating__stars i {
	background-color: #ffbb00;
	display: block;
	height: 15px;
	-webkit-mask: url('../icons/lucide/star.svg') center / contain no-repeat;
	mask: url('../icons/lucide/star.svg') center / contain no-repeat;
	width: 15px;
}

.ci-review-card blockquote {
	border: 0;
	color: #31485a;
	font-family: Poppins, sans-serif;
	font-size: clamp(0.92rem, 1.25vw, 1.04rem);
	font-style: normal;
	line-height: 1.72;
	margin: 0 0 1.4rem;
	padding: 0;
}

.ci-review-card footer {
	align-items: flex-end;
	border-top: 1px solid rgba(19, 139, 186, 0.12);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 17px;
}

.ci-review-card footer > div {
	display: grid;
	gap: 3px;
}

.ci-review-card footer strong {
	color: #138bba;
	font-family: Poppins, sans-serif;
	font-size: 0.88rem;
	line-height: 1.35;
}

.ci-review-card footer div span {
	color: #788793;
	font-size: 0.67rem;
	font-weight: 600;
}

.ci-review-card footer a {
	align-items: center;
	color: #0f4a6e;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.68rem;
	font-weight: 700;
	gap: 6px;
	text-decoration: none;
}

.ci-review-card footer a > span {
	background-color: currentColor;
	display: block;
	height: 14px;
	-webkit-mask: url('../icons/lucide/map-pin.svg') center / contain no-repeat;
	mask: url('../icons/lucide/map-pin.svg') center / contain no-repeat;
	width: 14px;
}

.ci-testimonial-video {
	align-items: center;
	background:
		radial-gradient(circle at 82% 42%, rgba(0, 189, 209, 0.12), transparent 25rem),
		linear-gradient(135deg, #f8fcfd, #fffaf1);
	border: 1px solid rgba(19, 139, 186, 0.12);
	border-radius: 32px;
	box-shadow: 0 24px 60px rgba(15, 74, 110, 0.1);
	display: grid;
	gap: clamp(40px, 7vw, 88px);
	grid-template-columns: minmax(0, 1fr) minmax(290px, 0.72fr);
	margin-top: clamp(34px, 5vw, 56px);
	overflow: hidden;
	padding: clamp(34px, 5vw, 64px);
	position: relative;
	text-align: left;
}

.ci-testimonial-video::before {
	border: 1px solid rgba(19, 139, 186, 0.13);
	border-radius: 50%;
	content: "";
	height: 390px;
	position: absolute;
	right: -155px;
	top: 50%;
	transform: translateY(-50%);
	width: 390px;
}

.ci-testimonial-video__copy {
	align-self: center;
	position: relative;
	z-index: 1;
}

.ci-testimonial-video__eyebrow {
	color: #ed8069;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ci-testimonial-video h3 {
	color: #138bba !important;
	font-family: Poppins, sans-serif !important;
	font-size: clamp(1.55rem, 2.6vw, 2.3rem) !important;
	font-weight: 700 !important;
	line-height: 1.14 !important;
	margin: 0.65rem 0 1rem !important;
}

.ci-testimonial-video__copy p {
	color: #53636d;
	font-size: 0.88rem;
	line-height: 1.7;
	margin: 0;
}

.ci-testimonial-video__quote {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(19, 139, 186, 0.12);
	border-left: 4px solid #ed8069;
	border-radius: 0 18px 18px 0;
	box-shadow: 0 14px 32px rgba(15, 74, 110, 0.08);
	display: flex;
	gap: 13px;
	margin: 26px 0 0;
	padding: 19px 20px 18px 17px;
}

.ci-testimonial-video__quote > span {
	color: #ed8069;
	font-family: Georgia, serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 0.75;
}

.ci-testimonial-video__quote p {
	color: #0f4a6e;
	font-weight: 700;
	line-height: 1.55;
}

.ci-testimonial-video__media {
	justify-self: center;
	position: relative;
	z-index: 1;
}

.ci-testimonial-video__media::before,
.ci-testimonial-video__media::after {
	border-radius: 50%;
	content: "";
	position: absolute;
	z-index: -1;
}

.ci-testimonial-video__media::before {
	background: #f2c85b;
	height: 76px;
	left: -35px;
	top: 64px;
	width: 76px;
}

.ci-testimonial-video__media::after {
	background: #ed8069;
	bottom: 76px;
	height: 48px;
	right: -22px;
	width: 48px;
}

.ci-testimonial-video__phone {
	background: #152824;
	border: 8px solid #fff;
	border-radius: 36px;
	box-sizing: border-box;
	box-shadow: 0 28px 64px rgba(15, 74, 110, 0.2);
	height: min(570px, 60vw);
	min-height: 500px;
	overflow: hidden;
	position: relative;
	transform: rotate(2deg);
	width: min(321px, 32vw);
}

.ci-testimonial-video__phone-top {
	align-items: center;
	display: flex;
	height: 27px;
	justify-content: center;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.ci-testimonial-video__phone-top span {
	background: #0c1614;
	border-radius: 999px;
	height: 7px;
	width: 58px;
}

.ci-testimonial-video__phone iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.ci-testimonial-video__placeholder {
	background: #138bba;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ci-testimonial-video__placeholder img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.ci-testimonial-video__shade {
	background: linear-gradient(135deg, rgba(15, 74, 110, 0.1), rgba(15, 74, 110, 0.58));
	inset: 0;
	position: absolute;
}

.ci-testimonial-video__play {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.92);
	border: 6px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	display: flex;
	height: 72px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
}

.ci-testimonial-video__play i {
	border-bottom: 9px solid transparent;
	border-left: 14px solid #138bba;
	border-top: 9px solid transparent;
	display: block;
	margin-left: 4px;
}

.ci-testimonial-video__status {
	background: rgba(15, 74, 110, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	bottom: 22px;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	left: 22px;
	letter-spacing: 0.06em;
	padding: 0.58rem 0.78rem;
	position: absolute;
	text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
	.ci-google-rating__link:hover {
		box-shadow: 0 12px 26px rgba(19, 139, 186, 0.24);
		transform: translateY(-2px);
	}

	.ci-review-card:hover {
		box-shadow: 0 18px 38px rgba(19, 139, 186, 0.13);
		transform: translateY(-5px);
	}
}

/* Video embed */
.ci-video-embed {
	margin: 1.5rem auto 0;
	max-width: 860px;
}

.ci-video-embed iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 18px;
	display: block;
	height: auto;
	width: 100%;
}

.ci-video-embed__caption {
	color: #5c6874;
	font-size: 0.9rem;
	margin-top: 0.75rem;
	text-align: center;
}

/* Program tabs */
.ci-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 0 0 1.75rem;
}

.ci-tabs__btn {
	background: #eaf4ff;
	border: 0;
	border-radius: 10px;
	color: #36404a;
	cursor: pointer;
	font-family: Poppins, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 12px 16px;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease;
}

.ci-tabs__btn.is-active {
	background: #ff7f2d;
	color: #fff;
}

.ci-tabs__panel {
	display: none;
}

.ci-tabs__panel.is-active {
	display: block;
}

.ci-page-section__lead {
	color: #5c6874;
	margin: 1.25rem auto 0;
	max-width: 760px;
	text-align: center;
}

@media (max-width: 900px) {
	.ci-google-rating {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ci-google-rating__score {
		border-right: 0;
	}

	.ci-google-rating__link {
		justify-self: start;
	}

	.ci-reviews__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ci-review-card,
	.ci-review-card:nth-child(4) {
		grid-column: span 1;
	}

	.ci-review-card:nth-child(5) {
		grid-column: span 2;
	}

	.ci-testimonial-video {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.ci-testimonial-video__copy {
		max-width: 680px;
	}

	.ci-testimonial-video__phone {
		height: 550px;
		min-height: 0;
		width: 310px;
	}
}

@media (max-width: 620px) {
	.ci-reviews {
		padding-left: 17px;
		padding-right: 17px;
	}

	.ci-google-rating {
		gap: 18px;
		grid-template-columns: 1fr;
		padding: 24px 20px 20px;
	}

	.ci-google-rating__source,
	.ci-google-rating__score,
	.ci-google-rating__place {
		border-bottom: 1px solid rgba(15, 74, 110, 0.1);
		border-right: 0;
		padding: 0 0 17px;
	}

	.ci-google-rating__link {
		justify-self: stretch;
	}

	.ci-reviews__grid {
		grid-template-columns: 1fr;
	}

	.ci-review-card,
	.ci-review-card:nth-child(4),
	.ci-review-card:nth-child(5) {
		grid-column: 1;
		min-height: 0;
	}

	.ci-review-card footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.ci-testimonial-video {
		border-radius: 24px;
		padding: 34px 18px 40px;
	}

	.ci-testimonial-video__quote {
		padding: 18px 16px 17px 14px;
	}

	.ci-testimonial-video__phone {
		height: 520px;
		width: min(292px, calc(100vw - 72px));
	}

}

@media only screen and (max-width: 1023px) {
	.ci-moments-mls__accordion {
		border-radius: 34px;
		height: clamp(390px, 54vw, 520px);
	}

	.ci-moments-mls__panel:first-child {
		border-radius: 34px 0 0 34px;
	}

	.ci-moments-mls__panel:last-child {
		border-radius: 0 34px 34px 0;
	}
}

@media only screen and (max-width: 767px) {
	.ci-moments-mls {
		padding-bottom: 52px;
	}

	.ci-moments-mls__accordion {
		border-radius: 0;
		height: 410px;
		overflow: visible;
	}

	.ci-moments-mls__image-list {
		gap: 10px;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		padding: 0 18px 10px;
		scroll-behavior: smooth;
		scroll-padding-inline: 18px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.ci-moments-mls__image-list::-webkit-scrollbar {
		display: none;
	}

	.ci-moments-mls__panel,
	.ci-moments-mls__panel.is-active,
	.ci-moments-mls__panel:hover,
	.ci-moments-mls__panel:focus-visible {
		border-radius: 24px;
		flex: 0 0 min(78vw, 330px);
		scroll-snap-align: center;
	}

	.ci-moments-mls__panel:first-child,
	.ci-moments-mls__panel:last-child {
		border-radius: 24px;
	}
}

/* Franja informativa — revisión agosto 2026 (prioridad final) */
body .ci-nav::before,
.cei-page-nav::before,
body.home .ci-nav::before {
	content: "Matrículas abiertas - Periodo Académico 2026 - 2027" !important;
}

@media (max-width: 782px) {
	body .ci-nav::before,
	.cei-page-nav::before {
		content: "Matrículas abiertas · 2026 - 2027" !important;
	}
}

/* Forzar ocultar restos de los 3 bloques «Nuestro enfoque» */
body.home .ci-feature,
body.home .ci-feature__image,
body.home .ci-feature__media,
body.home .ci-feature__title,
body.home .ci-feature__text,
body.home .ci-feature__content {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
}

/* Inauguración: no mostrar en Nuestra Familia (vive en Galería) */
body.page-nosotros .ci-inaug-section,
.ci-page--familia .ci-inaug-section {
	display: none !important;
}

.ci-page-section__link {
	color: #138bba;
	display: inline-block;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	margin-top: 0.75rem;
	text-decoration: none;
}

.ci-page-section__link:hover {
	color: #ff7f2d;
	text-decoration: underline;
}

/* ================================================================
   RITMO GLOBAL DE LA PORTADA · 2026-08-03
   Unifica respiracion, cierres y separacion visual entre secciones.
   ================================================================ */

body.home :is(
  #ci-propuesta-valor,
  #modelo-pedagogico-home,
  #ci-etapas,
  #ci-moments-mls,
  #voz-familias,
  #respaldo
) {
  position: relative;
  margin-block: 0 !important;
  scroll-margin-top: 112px;
}

/* Una linea editorial discreta hace visible el cambio de tema sin
   recurrir a grandes bloques de espacio vacio. */
body.home :is(
  #modelo-pedagogico-home,
  #ci-etapas,
  #ci-moments-mls,
  #voz-familias,
  #respaldo
) {
  border-top: 1px solid rgba(13, 73, 78, 0.08);
}

/* Cadencia de escritorio: cada bloque mantiene aire suficiente, pero
   deja de sentirse como una pagina independiente. */
body.home #ci-propuesta-valor {
  padding: clamp(52px, 5.2vw, 68px) 24px clamp(56px, 5.4vw, 72px) !important;
}

body.home #modelo-pedagogico-home {
  padding: clamp(56px, 5.6vw, 72px) 24px clamp(58px, 5.8vw, 76px) !important;
}

body.home #ci-etapas {
  padding: clamp(54px, 5.4vw, 70px) clamp(20px, 4vw, 40px) clamp(58px, 5.8vw, 76px) !important;
}

body.home #ci-moments-mls {
  padding: clamp(48px, 4.8vw, 62px) 24px clamp(54px, 5.4vw, 70px) !important;
}

body.home #voz-familias {
  padding: clamp(54px, 5.4vw, 70px) 24px clamp(56px, 5.6vw, 72px) !important;
}

body.home #respaldo {
  padding: clamp(38px, 4vw, 52px) 24px clamp(40px, 4.2vw, 56px) !important;
}

/* Los encabezados principales comparten ahora una distancia consistente
   con el contenido que presentan. */
body.home :is(
  .ci-propuesta-valor__lead,
  .ci-modelo-home__intro,
  .ci-etapas__lead,
  .ci-moments-mls__intro,
  .ci-reviews__intro,
  .ci-partners__intro
) {
  margin-top: 0 !important;
  margin-bottom: clamp(28px, 3.2vw, 42px) !important;
}

/* Evita que separadores o bloques heredados de Elementor agreguen
   espacio fuera de las secciones ya redisenadas. */
body.home :is(
  .ci-etapas-heading--hidden,
  .ci-etapas-dup--hidden,
  [hidden]
) {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

@media (max-width: 767px) {
  body.home :is(
    #ci-propuesta-valor,
    #modelo-pedagogico-home,
    #ci-etapas,
    #ci-moments-mls,
    #voz-familias,
    #respaldo
  ) {
    scroll-margin-top: 84px;
  }

  body.home #ci-propuesta-valor,
  body.home #modelo-pedagogico-home,
  body.home #ci-etapas,
  body.home #ci-moments-mls,
  body.home #voz-familias {
    padding: 44px 16px 48px !important;
  }

  body.home #respaldo {
    padding: 34px 16px 40px !important;
  }

  body.home :is(
    .ci-propuesta-valor__lead,
    .ci-modelo-home__intro,
    .ci-etapas__lead,
    .ci-moments-mls__intro,
    .ci-reviews__intro,
    .ci-partners__intro
  ) {
    margin-bottom: 28px !important;
  }
}

/* Cierre de Inicio: nota compacta, ligera y facil de recorrer. */
body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 187, 0, 0.13), transparent 160px),
    linear-gradient(135deg, #fffdf8 0%, #f4fbfc 100%) !important;
  border: 1px solid rgba(19, 139, 186, 0.14) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 48px rgba(15, 74, 110, 0.1) !important;
  margin: clamp(24px, 3vw, 36px) auto !important;
  max-width: 980px !important;
  min-height: 0 !important;
  overflow: hidden;
  padding: 24px 28px !important;
  position: relative;
}

body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"]::before {
  background: linear-gradient(180deg, #138bba, #00bdd1, #ffbb00) !important;
  border-radius: 0 999px 999px 0;
  bottom: 18px;
  content: "" !important;
  display: block !important;
  height: auto !important;
  left: 0;
  position: absolute;
  right: auto !important;
  top: 18px;
  width: 5px;
}

body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"]::after {
  align-items: center;
  background: #e8f7fb !important;
  border: 1px solid rgba(19, 139, 186, 0.14);
  border-radius: 16px;
  color: #138bba;
  content: "✦" !important;
  display: flex !important;
  font-size: 1.45rem;
  height: 50px;
  justify-content: center;
  left: 28px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] > .e-con-inner {
  align-items: center !important;
  display: grid !important;
  gap: 3px 26px !important;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: stretch !important;
  min-height: 82px;
  padding-left: 76px;
  width: 100% !important;
}

body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-widget-heading {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
  max-width: none !important;
  text-align: left !important;
  width: auto !important;
}

body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-heading-title {
  color: #0f4a6e !important;
  font-size: clamp(1.25rem, 2.1vw, 1.55rem) !important;
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  max-width: none !important;
  text-align: left !important;
}

body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-widget-text-editor {
  grid-column: 1;
  grid-row: 2;
  margin: 0 !important;
  max-width: 630px !important;
  text-align: left !important;
  width: auto !important;
}

body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-widget-text-editor p {
  color: #5c6874 !important;
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  font-size: 0.86rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-widget-button {
  align-self: center;
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0 !important;
  max-width: none !important;
  text-align: right !important;
  width: auto !important;
}

body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-button-wrapper {
  display: block !important;
  width: auto !important;
}

body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-button {
  background: #ffbb00 !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(15, 74, 110, 0.13) !important;
  color: #0f4a6e !important;
  font-size: 0.84rem !important;
  min-height: 0 !important;
  padding: 0.82rem 1.2rem !important;
  white-space: nowrap;
}

body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-button:hover,
body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-button:focus-visible {
  background: #ff7f2d !important;
  box-shadow: 0 11px 24px rgba(15, 74, 110, 0.18) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 720px) {
  body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] {
    border-radius: 22px !important;
    margin-block: 28px !important;
    padding: 22px 20px !important;
    width: calc(100% - 32px) !important;
  }

  body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"]::after {
    height: 44px;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 44px;
  }

  body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    min-height: 0;
    padding: 56px 0 0;
  }

  body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-widget-heading,
  body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-widget-text-editor,
  body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-widget-button {
    margin: 0 !important;
    max-width: 100% !important;
    text-align: center !important;
    width: 100% !important;
  }

  body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-heading-title {
    font-size: 1.22rem !important;
    text-align: center !important;
  }

  body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-widget-text-editor p {
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
    margin-bottom: 5px !important;
  }

  body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] .elementor-button {
    font-size: 0.8rem !important;
    padding: 0.76rem 1.05rem !important;
  }
}


/* ================================================================
   FLUJO HOMOGENEO DE INICIO · referencia de cadencia MLS
   Los componentes conservan su identidad; comparten reticula y ritmo.
   ================================================================ */

body.home.ci-home-flow-ready {
  --ci-home-flow-y: clamp(60px, 6vw, 82px);
  --ci-home-flow-y-compact: clamp(44px, 4.6vw, 62px);
  --ci-home-flow-x: clamp(18px, 3vw, 32px);
  --ci-home-flow-max: 1180px;
  --ci-home-flow-rule: rgba(13, 73, 78, 0.09);
  overflow-x: clip;
}

body.home .ci-home-flow-section {
  border-top: 1px solid var(--ci-home-flow-rule) !important;
  box-sizing: border-box;
  margin-block: 0 !important;
  max-width: 100%;
  min-width: 0;
  position: relative;
  scroll-margin-top: 108px;
}

body.home :is(
  #ci-propuesta-valor,
  #modelo-pedagogico-home,
  #ci-etapas,
  #voz-familias
).ci-home-flow-section {
  padding-block: var(--ci-home-flow-y) !important;
  padding-inline: var(--ci-home-flow-x) !important;
}

body.home .ci-section.ci-home-flow-section[data-ci-flow="galeria"] {
  padding-block: var(--ci-home-flow-y) !important;
}

/* El titulo de galeria ya pertenece a su contenedor Elementor. El
   carrusel solo necesita la distancia contenido, no otra seccion entera. */
body.home #ci-moments-mls.ci-home-flow-embedded {
  border: 0 !important;
  margin-top: clamp(28px, 3.4vw, 44px) !important;
  padding: 0 var(--ci-home-flow-x) !important;
}

body.home #ci-moments-mls.ci-home-flow-section:not(.ci-home-flow-embedded) {
  padding-block: var(--ci-home-flow-y) !important;
  padding-inline: var(--ci-home-flow-x) !important;
}

/* Un mismo ancho de lectura mantiene alineados titulos, tarjetas y
   contenido aunque cada seccion use una composicion diferente. */
body.home :is(
  .ci-propuesta-valor__inner,
  .ci-modelo-home__inner,
  .ci-etapas__inner,
  .ci-moments-mls__container,
  .ci-reviews__inner
) {
  box-sizing: border-box;
  margin-inline: auto !important;
  max-width: var(--ci-home-flow-max) !important;
  min-width: 0;
  width: 100%;
}

/* El acordeón de MLS es deliberadamente panorámico y ocupa el viewport. */
body.home #ci-moments-mls .ci-moments-mls__container {
  margin-inline: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.home #ci-moments-mls.ci-home-flow-embedded,
body.home #ci-moments-mls.ci-home-flow-section:not(.ci-home-flow-embedded) {
  padding-inline: 0 !important;
}

body.home .ci-home-flow-section :is(
  .ci-propuesta-valor__lead,
  .ci-modelo-home__header,
  .ci-etapas__lead,
  .ci-section-lead
) {
  margin-top: 0 !important;
}

/* CTA: se comporta como una pausa editorial dentro del mismo ritmo,
   sin el espacio variable que tenia antes. */
body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] {
  border-top: 0 !important;
  margin: var(--ci-home-flow-y) auto !important;
  width: min(calc(100% - (var(--ci-home-flow-x) * 2)), 1100px) !important;
}

body.home .ci-slogan-banner.ci-home-flow-section[data-ci-flow="slogan"] {
  margin: 0 !important;
  padding-block: var(--ci-home-flow-y-compact) !important;
}

body.home #respaldo.ci-home-flow-section[data-ci-flow="aliados"] {
  padding-block: var(--ci-home-flow-y-compact) !important;
  padding-inline: var(--ci-home-flow-x) !important;
}

/* Los fondos completos tocan el siguiente bloque; la separacion la
   aporta la reticula, evitando bandas blancas accidentales. */
body.home .ci-home-flow-section + .ci-home-flow-section {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  body.home.ci-home-flow-ready {
    --ci-home-flow-y: 48px;
    --ci-home-flow-y-compact: 38px;
    --ci-home-flow-x: 16px;
  }

  body.home .ci-home-flow-section {
    scroll-margin-top: 82px;
  }

  body.home #ci-moments-mls.ci-home-flow-embedded {
    margin-top: 28px !important;
  }

  body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] {
    margin-block: var(--ci-home-flow-y) !important;
    width: calc(100% - 32px) !important;
  }
}

/* Mantener la nota final compacta despues de normalizar el flujo. */
body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] {
  margin: clamp(24px, 3vw, 36px) auto !important;
  width: min(calc(100% - (var(--ci-home-flow-x) * 2)), 980px) !important;
}

@media (max-width: 720px) {
  body.home .ci-cta.ci-home-flow-section[data-ci-flow="cta"] {
    margin-block: 28px !important;
    width: calc(100% - 32px) !important;
  }
}

/* Eslogan institucional: nombre completo visible y cierre editorial. */
body.home .ci-slogan-banner.ci-home-flow-section[data-ci-flow="slogan"] {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 187, 0, 0.16), transparent 34%),
    radial-gradient(circle at 92% 100%, rgba(255, 105, 118, 0.13), transparent 32%),
    linear-gradient(105deg, #138bba 0%, #00bdd1 58%, #0aa8bc 100%) !important;
  padding: clamp(48px, 5vw, 66px) 24px !important;
}

body.home .ci-slogan-banner__inner {
  max-width: 980px;
}

body.home .ci-slogan-banner__kicker {
  color: #ffdd74 !important;
  font-size: clamp(0.78rem, 1.35vw, 0.92rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.075em !important;
  line-height: 1.5 !important;
  margin: 0 auto 17px !important;
  max-width: 900px;
  text-shadow: 0 2px 12px rgba(15, 74, 110, 0.18);
  text-wrap: balance;
}

body.home .ci-slogan-banner__kicker::after {
  background: linear-gradient(90deg, #ffbb00, #fff4ca, #ffbb00);
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  margin: 12px auto 0;
  opacity: 0.86;
  width: 46px;
}

body.home .ci-slogan-banner__quote {
  font-size: clamp(2rem, 4.25vw, 3rem) !important;
  line-height: 1.12 !important;
  margin-bottom: 20px !important;
}

body.home .ci-slogan-banner__sub {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.96) !important;
  display: inline-block;
  font-family: "Poppins", "Segoe UI", sans-serif !important;
  font-size: clamp(0.93rem, 1.5vw, 1.04rem) !important;
  font-style: italic;
  font-weight: 400 !important;
  letter-spacing: 0.005em;
  line-height: 1.55 !important;
  max-width: 760px;
  padding: 0.72rem 1.35rem;
  text-wrap: balance;
}

body.home .ci-slogan-banner__sub::before {
  color: #ffdd74;
  content: "“";
  font-family: Georgia, serif;
  font-size: 1.45em;
  font-style: normal;
  line-height: 0;
  margin-right: 0.18em;
  vertical-align: -0.12em;
}

body.home .ci-slogan-banner__sub::after {
  color: #ffdd74;
  content: "”";
  font-family: Georgia, serif;
  font-size: 1.45em;
  font-style: normal;
  line-height: 0;
  margin-left: 0.18em;
  vertical-align: -0.12em;
}

@media (max-width: 720px) {
  body.home .ci-slogan-banner.ci-home-flow-section[data-ci-flow="slogan"] {
    padding: 42px 18px !important;
  }

  body.home .ci-slogan-banner__kicker {
    font-size: 0.7rem !important;
    letter-spacing: 0.055em !important;
    line-height: 1.55 !important;
    margin-bottom: 15px !important;
    max-width: 330px;
  }

  body.home .ci-slogan-banner__quote {
    font-size: clamp(1.72rem, 8.5vw, 2.12rem) !important;
    margin-bottom: 17px !important;
  }

  body.home .ci-slogan-banner__sub {
    border-radius: 20px;
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
    max-width: 340px;
    padding: 0.72rem 1rem;
  }
}
