:root {
	--ci-ink: #36404a;
	--ci-muted: #5c6874;
	--ci-paper: #fffaf0;
	--ci-surface: #eaf4ff;
	--ci-yellow: #ffbb00;
	--ci-yellow-dark: #d9a000;
	--ci-green: #138bba;
	--ci-green-dark: #0f6a8f;
	--ci-coral: #ff6976;
	--ci-border: #dfe8ef;
	--ci-white: #ffffff;
	--ci-shadow: 0 16px 42px rgba(54, 64, 74, 0.09);
	--ci-container: 1180px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--ci-paper);
	color: var(--ci-ink);
	font-family: "Segoe UI", Arial, sans-serif;
	line-height: 1.6;
}

body,
button,
input,
textarea,
select {
	font-size: 16px;
}

a {
	color: var(--ci-green);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--ci-yellow);
	outline-offset: 3px;
}

.elementor-location-header,
.site-header {
	position: relative;
	z-index: 20;
}

.ci-home h1,
.ci-home h2,
.ci-home h3,
.ci-home p {
	margin-top: 0;
}

.ci-home .elementor-heading-title {
	color: var(--ci-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
}

.ci-section {
	padding: 104px 24px;
}

.ci-section--soft {
	background: var(--ci-surface);
}

.ci-kicker {
	color: var(--ci-green);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ci-section-title .elementor-heading-title {
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.ci-section-lead {
	color: var(--ci-muted);
	font-size: 1.08rem;
	line-height: 1.75;
	max-width: 680px;
}

.ci-hero {
	align-items: center;
	background-color: var(--ci-ink);
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: min(780px, 84vh);
	overflow: hidden;
	padding: 96px 24px;
	position: relative;
}

.ci-hero::before {
	background: linear-gradient(90deg, rgba(15, 25, 21, 0.92) 0%, rgba(15, 25, 21, 0.75) 40%, rgba(15, 25, 21, 0.18) 70%, rgba(15, 25, 21, 0.04) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.ci-hero > .e-con-inner {
	position: relative;
	width: 100%;
	z-index: 1;
}

.ci-hero__content {
	max-width: 660px;
}

.ci-hero .ci-kicker {
	color: #f8dc72;
}

.ci-hero__title .elementor-heading-title {
	color: var(--ci-white);
	font-size: clamp(2.9rem, 6.5vw, 5.6rem);
	max-width: 650px;
}

.ci-hero__text {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.2rem;
	line-height: 1.75;
	max-width: 580px;
}

.ci-button .elementor-button {
	background: var(--ci-yellow);
	border: 2px solid var(--ci-yellow);
	border-radius: 6px;
	color: var(--ci-ink);
	font-size: 1rem;
	font-weight: 800;
	min-height: 50px;
	padding: 14px 24px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ci-button .elementor-button:hover {
	background: var(--ci-white);
	border-color: var(--ci-white);
	color: var(--ci-ink);
	transform: translateY(-2px);
}

.ci-button--dark .elementor-button {
	background: var(--ci-ink);
	border-color: var(--ci-ink);
	color: var(--ci-white);
}

.ci-card {
	background: var(--ci-white);
	border: 1px solid var(--ci-border);
	border-radius: 8px;
	box-shadow: var(--ci-shadow);
	height: 100%;
	padding: 34px;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.ci-card:hover {
	box-shadow: 0 20px 48px rgba(23, 33, 29, 0.13);
	transform: translateY(-4px);
}

.ci-card .elementor-icon {
	align-items: center;
	background: var(--ci-yellow);
	border-radius: 50%;
	color: var(--ci-ink);
	display: inline-flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.ci-card .elementor-heading-title {
	font-size: 1.45rem;
}

.ci-card .elementor-widget-text-editor {
	color: var(--ci-muted);
}

.ci-program {
	border-left: 5px solid var(--ci-yellow);
}

.ci-program:nth-child(2) {
	border-left-color: var(--ci-coral);
}

.ci-program:nth-child(3) {
	border-left-color: var(--ci-green);
}

.ci-program__age {
	color: var(--ci-green);
	font-size: 0.83rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ci-gallery .gallery {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ci-gallery .gallery-item {
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.ci-gallery img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
	width: 100%;
}

.ci-gallery a:hover img {
	transform: scale(1.025);
}

.ci-testimonial {
	background: var(--ci-white);
	border: 1px solid var(--ci-border);
	border-radius: 8px;
	padding: 34px;
}

.ci-testimonial__quote {
	color: var(--ci-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2rem;
	line-height: 1.7;
}

.ci-testimonial__author {
	color: var(--ci-green);
	font-size: 0.9rem;
	font-weight: 800;
}

.ci-cta {
	background: var(--ci-yellow);
	padding: 88px 24px;
}

.ci-cta .elementor-heading-title {
	font-size: clamp(2.2rem, 5vw, 4rem);
}

.ci-cta .elementor-widget-text-editor {
	color: #3c403d;
	font-size: 1.1rem;
	max-width: 650px;
}

.ci-footer {
	background: var(--ci-ink);
	color: rgba(255, 255, 255, 0.76);
	padding: 64px 24px 28px;
}

.ci-footer .elementor-heading-title,
.ci-footer a {
	color: var(--ci-white);
}

.ci-footer a:hover {
	color: var(--ci-yellow);
}

.ci-footer__brand .elementor-heading-title {
	font-size: 1.8rem;
}

.ci-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
}

.ci-footer__nav a {
	font-weight: 700;
	text-decoration: none;
}

.ci-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	margin-top: 38px;
	padding-top: 22px;
}

.ci-professional-banner {
	background:
		radial-gradient(900px 280px at 10% -12%, rgba(244, 201, 66, 0.28), transparent 58%),
		radial-gradient(920px 300px at 88% 8%, rgba(221, 118, 93, 0.22), transparent 62%),
		linear-gradient(140deg, #f7fff9, #fff9f2);
	border-bottom: 1px solid #e5ece5;
	padding: clamp(56px, 7.8vw, 96px) 24px;
}

.ci-professional-banner__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0 auto;
	max-width: var(--ci-container);
}

.ci-professional-banner__copy {
	flex: 1 1 540px;
}

.ci-professional-banner__tag {
	background: rgba(37, 106, 84, 0.12);
	border-radius: 999px;
	color: var(--ci-green-dark);
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
	padding: 6px 12px;
	text-transform: uppercase;
}

.ci-professional-banner__copy h1 {
	color: var(--ci-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4.6vw, 3.4rem);
	line-height: 1.1;
	margin: 0 0 14px;
}

.ci-professional-banner__copy p {
	color: #45515d;
	font-size: 1.08rem;
	line-height: 1.7;
	margin: 0;
	max-width: 660px;
}

.ci-professional-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.ci-professional-banner__btn {
	border-radius: 8px;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 800;
	min-height: 46px;
	padding: 11px 20px;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.ci-professional-banner__btn:hover {
	transform: translateY(-2px);
}

.ci-professional-banner__btn--primary {
	background: var(--ci-green);
	color: var(--ci-white);
}

.ci-professional-banner__btn--primary:hover {
	background: var(--ci-green-dark);
	color: var(--ci-white);
}

.ci-professional-banner__btn--secondary {
	background: transparent;
	border: 2px solid var(--ci-green);
	color: var(--ci-green);
}

.ci-professional-banner__btn--secondary:hover {
	background: var(--ci-green);
	color: var(--ci-white);
}

.ci-professional-banner__panel {
	align-items: center;
	background: var(--ci-white);
	border: 1px solid #d8e1d9;
	border-radius: 12px;
	box-shadow: 0 16px 38px rgba(23, 33, 29, 0.11);
	display: flex;
	flex: 1 1 280px;
	flex-direction: column;
	justify-content: center;
	max-width: 340px;
	min-height: 210px;
	padding: 20px;
	text-align: center;
}

.ci-professional-banner__panel p {
	color: var(--ci-green-dark);
	font-size: 1.35rem;
	font-weight: 800;
	margin: 0 0 8px;
}

.ci-professional-banner__panel span {
	color: #56615c;
	font-size: 0.93rem;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.ci-section {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.ci-hero {
		min-height: 700px;
	}

	.ci-professional-banner {
		padding: 64px 20px;
	}
}

@media (max-width: 767px) {
	.ci-section {
		padding: 68px 20px;
	}

	.ci-hero {
		background-position: 62% center;
		min-height: 680px;
		padding: 76px 20px;
	}

	.ci-hero::before {
		background: linear-gradient(90deg, rgba(15, 25, 21, 0.9) 0%, rgba(15, 25, 21, 0.75) 70%, rgba(15, 25, 21, 0.4) 100%);
	}

	.ci-hero__title .elementor-heading-title {
		font-size: 2.85rem;
	}

	.ci-hero__text {
		font-size: 1.05rem;
	}

	.ci-card,
	.ci-testimonial {
		padding: 28px;
	}

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

	.ci-cta {
		padding: 68px 20px;
	}

	.ci-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ci-professional-banner {
		padding: 52px 20px;
	}

	.ci-professional-banner__copy h1 {
		font-size: 2.2rem;
	}

	.ci-professional-banner__copy p {
		font-size: 1rem;
	}

	.ci-professional-banner__panel {
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Banner refinement v2: professional + child-friendly */
body.elementor-page .ci-hero {
	background-position: center !important;
	border-bottom: 1px solid rgba(37, 106, 84, 0.18) !important;
	min-height: min(760px, 86vh) !important;
	position: relative !important;
}

body.elementor-page .ci-hero::before {
	background:
		linear-gradient(108deg, rgba(17, 43, 35, 0.72) 0%, rgba(17, 43, 35, 0.56) 34%, rgba(17, 43, 35, 0.2) 66%, rgba(17, 43, 35, 0.08) 100%),
		radial-gradient(850px 320px at 12% -12%, rgba(244, 201, 66, 0.22), transparent 60%) !important;
}

body.elementor-page .ci-hero > .e-con-inner {
	max-width: 1180px !important;
}

body.elementor-page .ci-hero .ci-kicker,
body.elementor-page .ci-hero .ci-kicker p {
	color: #f8df85 !important;
	letter-spacing: 0.11em !important;
}

body.elementor-page .ci-hero__title .elementor-heading-title {
	color: #ffffff !important;
	font-size: clamp(2.55rem, 7vw, 5rem) !important;
	max-width: 640px !important;
	text-wrap: balance;
}

body.elementor-page .ci-hero__text,
body.elementor-page .ci-hero__text p {
	color: rgba(255, 255, 255, 0.93) !important;
	max-width: 620px !important;
}

body.elementor-page .ci-button .elementor-button {
	background: #f0cf67 !important;
	border-color: #f0cf67 !important;
	border-radius: 10px !important;
	color: #1d2f28 !important;
	font-weight: 800 !important;
}

body.elementor-page .ci-button .elementor-button:hover {
	background: #ffe295 !important;
	border-color: #ffe295 !important;
}

body.elementor-page .ci-inner-hero {
	background:
		radial-gradient(900px 300px at 8% -10%, rgba(240, 207, 103, 0.28), transparent 58%),
		radial-gradient(760px 240px at 92% 10%, rgba(221, 118, 93, 0.2), transparent 62%),
		linear-gradient(142deg, #f5fff9, #fff9f2) !important;
	border-bottom: 1px solid #d9e4dc !important;
	min-height: clamp(360px, 52vh, 520px) !important;
	padding-bottom: 72px !important;
	padding-top: 72px !important;
}

body.elementor-page .ci-inner-hero .e-con-inner {
	max-width: 980px !important;
}

body.elementor-page .ci-inner-hero .ci-kicker,
body.elementor-page .ci-inner-hero .ci-kicker p {
	color: #2a6a54 !important;
}

body.elementor-page .ci-inner-hero__title .elementor-heading-title {
	color: #1f312a !important;
	font-size: clamp(2.2rem, 6vw, 4rem) !important;
	max-width: 760px !important;
}

body.elementor-page .ci-inner-hero__copy,
body.elementor-page .ci-inner-hero__copy p {
	color: #41504a !important;
	font-size: 1.15rem !important;
	max-width: 760px !important;
}

@media (max-width: 767px) {
	body.elementor-page .ci-hero {
		min-height: min(720px, 92vh) !important;
	}

	body.elementor-page .ci-hero::before {
		background:
			linear-gradient(108deg, rgba(17, 43, 35, 0.76) 0%, rgba(17, 43, 35, 0.6) 58%, rgba(17, 43, 35, 0.28) 100%),
			radial-gradient(560px 260px at 8% -8%, rgba(240, 207, 103, 0.22), transparent 58%) !important;
	}

	body.elementor-page .ci-hero__title .elementor-heading-title {
		font-size: clamp(2.2rem, 12.5vw, 3.7rem) !important;
	}

	body.elementor-page .ci-hero__text,
	body.elementor-page .ci-hero__text p {
		font-size: 1.03rem !important;
	}

	body.elementor-page .ci-inner-hero {
		min-height: 320px !important;
		padding-bottom: 52px !important;
		padding-top: 52px !important;
	}

	body.elementor-page .ci-inner-hero__copy,
	body.elementor-page .ci-inner-hero__copy p {
		font-size: 1.02rem !important;
	}
}

/* Home hero premium refresh v3 */
body.home.elementor-page .ci-hero {
	border-bottom: 0 !important;
	min-height: min(840px, calc(100vh - 72px)) !important;
	padding: clamp(78px, 11vh, 124px) 24px clamp(104px, 12vh, 140px) !important;
}

body.home.elementor-page .ci-hero::before {
	background:
		linear-gradient(102deg, rgba(13, 38, 30, 0.82) 0%, rgba(13, 38, 30, 0.68) 38%, rgba(13, 38, 30, 0.3) 70%, rgba(13, 38, 30, 0.12) 100%),
		radial-gradient(920px 340px at 8% -12%, rgba(243, 205, 94, 0.28), transparent 60%),
		radial-gradient(860px 280px at 96% 14%, rgba(135, 201, 215, 0.2), transparent 66%) !important;
}

body.home.elementor-page .ci-hero > .e-con-inner {
	max-width: 1200px !important;
	position: relative;
}

body.home.elementor-page .ci-hero > .e-con-inner::before {
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 20px;
	box-shadow: 0 28px 56px rgba(14, 34, 28, 0.28);
	content: "";
	inset: 8px auto 8px 0;
	max-width: 700px;
	position: absolute;
	width: min(92%, 700px);
	z-index: 0;
}

body.home.elementor-page .ci-hero > .e-con-inner::after {
	background: radial-gradient(circle at center, rgba(255, 230, 163, 0.95) 0, rgba(255, 230, 163, 0.24) 42%, rgba(255, 230, 163, 0) 70%);
	border-radius: 50%;
	content: "";
	height: 210px;
	position: absolute;
	right: min(3vw, 28px);
	top: 10%;
	width: 210px;
	z-index: 0;
}

body.home.elementor-page .ci-hero .elementor-widget {
	position: relative;
	z-index: 2;
}

body.home.elementor-page .ci-hero .ci-kicker,
body.home.elementor-page .ci-hero .ci-kicker p {
	color: #ffe7a2 !important;
	font-size: 0.83rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.13em !important;
}

body.home.elementor-page .ci-hero__title .elementor-heading-title {
	font-size: clamp(2.85rem, 6.2vw, 5.25rem) !important;
	line-height: 1.02 !important;
	max-width: 680px !important;
	text-shadow: 0 8px 28px rgba(11, 26, 22, 0.36);
}

body.home.elementor-page .ci-hero__text,
body.home.elementor-page .ci-hero__text p {
	color: rgba(255, 255, 255, 0.95) !important;
	font-size: clamp(1.05rem, 2vw, 1.28rem) !important;
	line-height: 1.75 !important;
	max-width: 620px !important;
	text-shadow: 0 4px 16px rgba(11, 26, 22, 0.28);
}

body.home.elementor-page .ci-button .elementor-button {
	border-radius: 12px !important;
	box-shadow: 0 14px 24px rgba(14, 35, 29, 0.26);
	min-height: 56px !important;
	padding: 15px 28px !important;
}

body.home.elementor-page .ci-button .elementor-button .elementor-button-text::after {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 17px;
	margin-left: 9px;
	-webkit-mask: url("../icons/lucide/calendar-check.svg") center / contain no-repeat;
	mask: url("../icons/lucide/calendar-check.svg") center / contain no-repeat;
	transform: translateY(3px);
	transition: transform 220ms ease;
	width: 17px;
}

@media (hover: hover) and (pointer: fine) {
	body.home.elementor-page .ci-button .elementor-button:hover .elementor-button-text::after {
		transform: translateY(3px) scale(1.08) rotate(-3deg);
	}
}

body.home.elementor-page .ci-trust {
	margin-top: clamp(-62px, -6.5vw, -38px);
	position: relative;
	z-index: 6;
}

body.home.elementor-page .ci-trust > .e-con-inner {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(30, 58, 49, 0.11);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(18, 36, 30, 0.14);
	padding: 18px !important;
}

body.home.elementor-page .ci-trust__item {
	border-right: 1px solid rgba(40, 92, 77, 0.14);
	padding: 10px 18px;
}

body.home.elementor-page .ci-trust__item:last-child {
	border-right: 0;
}

body.home.elementor-page .ci-trust__item .elementor-heading-title {
	color: #1e4a3e;
	font-size: 1.08rem;
}

body.home.elementor-page .ci-trust__item .elementor-widget-text-editor {
	color: #5f6c66;
	font-size: 0.95rem;
}

@media (max-width: 767px) {
	body.home.elementor-page .ci-hero {
		min-height: min(760px, calc(100svh - 62px)) !important;
		padding: 72px 14px 88px !important;
	}

	body.home.elementor-page .ci-hero > .e-con-inner::before {
		border-radius: 14px;
		inset: 6px 0 12px 0;
		width: 100%;
	}

	body.home.elementor-page .ci-hero > .e-con-inner::after {
		height: 150px;
		right: -26px;
		top: 12%;
		width: 150px;
	}

	body.home.elementor-page .ci-hero__title .elementor-heading-title {
		font-size: clamp(2.35rem, 13vw, 3.65rem) !important;
	}

	body.home.elementor-page .ci-hero__text,
	body.home.elementor-page .ci-hero__text p {
		font-size: 1.05rem !important;
	}

	body.home.elementor-page .ci-button .elementor-button {
		min-height: 52px !important;
		padding: 13px 20px !important;
	}

	body.home.elementor-page .ci-trust {
		margin-top: -24px;
	}

	body.home.elementor-page .ci-trust > .e-con-inner {
		border-radius: 12px;
		padding: 8px !important;
	}

	body.home.elementor-page .ci-trust__item {
		border-right: 0;
		border-top: 1px solid rgba(40, 92, 77, 0.12);
		padding: 14px 10px;
	}

	body.home.elementor-page .ci-trust__item:first-child {
		border-top: 0;
	}
}


/* Childcare header banner v2 */
.ci-nav {
  --ci-green: #285c4d;
  --ci-green-dark: #183f35;
  --ci-gold: #edc95f;
  --ci-coral: #e98b72;
  --ci-sky: #87c9d7;
  --ci-ink: #24342e;
  --ci-cream: #fffaf0;
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 126px;
  padding: 34px 28px 0 !important;
  background: var(--ci-cream) !important;
  border: 0 !important;
  box-shadow: 0 10px 28px rgba(31, 65, 54, .12);
  isolation: isolate;
}

.ci-nav::before {
  content: "Matrículas abiertas - Periodo Académico 2026 - 2027";
  position: absolute;
  inset: 0 0 auto;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: var(--ci-green);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  z-index: -1;
}

.ci-nav::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 5px;
  background: var(--ci-gold);
}

.ci-nav > .e-con-inner {
  width: min(100%, 1180px) !important;
  min-height: 92px;
  margin: 0 auto;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 36px;
}

.ci-nav__brand {
  position: relative;
  flex: 0 1 390px;
  width: auto !important;
  min-width: 280px;
  margin: 0 !important;
}

.ci-nav__brand .elementor-heading-title {
  margin: 0 !important;
  line-height: 1 !important;
}

.ci-nav__brand a {
  position: relative;
  display: flex !important;
  min-height: 68px;
  align-items: center;
  padding: 0 0 18px 82px;
  color: var(--ci-ink) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
}

.ci-nav__brand a::before {
  content: "CI";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--ci-gold);
  box-shadow:
    0 5px 0 var(--ci-coral),
    0 10px 22px rgba(48, 74, 65, .16);
  color: var(--ci-green-dark);
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  transition: transform .25s ease, box-shadow .25s ease;
}

.ci-nav__brand a::after {
  content: "Cuidamos su infancia, impulsamos su futuro";
  position: absolute;
  left: 82px;
  bottom: 4px;
  color: #6a746f;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  letter-spacing: .02em;
}

.ci-nav__brand::before,
.ci-nav__brand::after {
  content: "";
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  pointer-events: none;
}

.ci-nav__brand::before {
  top: 2px;
  left: 57px;
  width: 12px;
  height: 12px;
  background: var(--ci-sky);
  border: 2px solid var(--ci-cream);
}

.ci-nav__brand::after {
  right: 8px;
  bottom: 7px;
  width: 8px;
  height: 8px;
  background: var(--ci-coral);
}

.ci-nav__brand:hover a::before {
  transform: rotate(-5deg) translateY(-2px);
  box-shadow:
    0 7px 0 var(--ci-coral),
    0 13px 25px rgba(48, 74, 65, .18);
}

.ci-nav .elementor-widget-html {
  width: auto !important;
  flex: 0 0 auto;
  margin: 0 !important;
}

.ci-nav__links {
  display: flex;
  align-items: center;
  gap: 3px;
}

.ci-nav__links > a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: #34423d !important;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 6px;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.ci-nav__links > a::before {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 5px;
  left: 13px;
  height: 3px;
  border-radius: 3px;
  background: var(--ci-coral);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.ci-nav__links > a:hover,
.ci-nav__links > a:focus-visible,
.ci-nav__links > a[aria-current="page"] {
  color: var(--ci-green-dark) !important;
  background: #f3edda;
  transform: translateY(-2px);
}

.ci-nav__links > a:hover::before,
.ci-nav__links > a:focus-visible::before,
.ci-nav__links > a[aria-current="page"]::before {
  transform: scaleX(1);
}

.ci-nav__links > .ci-nav__cta {
  min-width: 126px;
  margin-left: 10px;
  padding: 0 18px;
  background: var(--ci-green) !important;
  color: #fff !important;
  border-radius: 7px;
  box-shadow: 0 7px 16px rgba(40, 92, 77, .21);
}

.ci-nav__links > .ci-nav__cta::before {
  right: 20px;
  left: 20px;
  background: var(--ci-gold);
}

.ci-nav__links > .ci-nav__cta::after {
  content: "→";
  margin-left: 8px;
  color: var(--ci-gold);
  font-size: 17px;
  transition: transform .2s ease;
}

.ci-nav__links > .ci-nav__cta:hover,
.ci-nav__links > .ci-nav__cta:focus-visible {
  background: var(--ci-green-dark) !important;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(40, 92, 77, .25);
}

.ci-nav__links > .ci-nav__cta:hover::after {
  transform: translateX(3px);
}

.ci-menu-toggle {
  display: none;
}

body.admin-bar .ci-nav {
  top: 32px;
}

@media (max-width: 1024px) {
  .ci-nav {
    min-height: 112px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .ci-nav > .e-con-inner {
    min-height: 78px;
  }

  .ci-nav__brand {
    flex-basis: 315px;
    min-width: 245px;
  }

  .ci-nav__brand a {
    min-height: 58px;
    padding-left: 68px;
    font-size: 23px !important;
  }

  .ci-nav__brand a::before {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }

  .ci-nav__brand a::after {
    left: 68px;
    font-size: 10px;
  }

  .ci-nav__links > a {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
  }

  .ci-nav__links > .ci-nav__cta {
    min-width: 112px;
    margin-left: 5px;
    padding-right: 13px;
    padding-left: 13px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .ci-nav {
    top: 46px;
  }

  .ci-nav {
    min-height: 104px;
    padding: 28px 16px 0 !important;
  }

  .ci-nav::before {
    height: 28px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0;
    content: "Matrículas abiertas · 2026 - 2027";
  }

  .ci-nav > .e-con-inner {
    min-height: 76px;
    gap: 12px;
  }

  .ci-nav__brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .ci-nav__brand a {
    min-height: 54px;
    padding: 0 0 15px 62px;
    font-size: 21px !important;
  }

  .ci-nav__brand a::before {
    width: 50px;
    height: 50px;
    border-width: 2px;
    font-size: 15px;
    box-shadow:
      0 4px 0 var(--ci-coral),
      0 8px 16px rgba(48, 74, 65, .15);
  }

  .ci-nav__brand a::after {
    left: 62px;
    bottom: 2px;
    font-size: 9px;
    content: "Cuidado · juego · aprendizaje";
  }

  .ci-nav__brand::before {
    left: 44px;
  }

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

  .ci-menu-toggle {
    width: 46px;
    height: 46px;
    display: grid;
    flex: 0 0 46px;
    place-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--ci-gold);
    box-shadow: 0 5px 12px rgba(48, 74, 65, .15);
    cursor: pointer;
  }

  .ci-menu-toggle span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 2px;
    background: var(--ci-green-dark);
    transition: transform .2s ease, opacity .2s ease;
  }

  .ci-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .ci-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .ci-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .ci-nav__links {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 16px 18px;
    background: #fffdf8;
    border-top: 1px solid #efe5ca;
    box-shadow: 0 18px 30px rgba(31, 65, 54, .16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  .ci-nav__links.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .ci-nav__links > a {
    min-height: 50px;
    justify-content: flex-start;
    padding: 0 16px 0 20px;
    border-bottom: 1px solid #eee7d8;
    border-radius: 0;
    font-size: 14px;
  }

  .ci-nav__links > a::before {
    top: 16px;
    right: auto;
    bottom: 16px;
    left: 5px;
    width: 4px;
    height: auto;
    transform: scaleY(0);
  }

  .ci-nav__links > a:hover,
  .ci-nav__links > a:focus-visible,
  .ci-nav__links > a[aria-current="page"] {
    transform: none;
  }

  .ci-nav__links > a:hover::before,
  .ci-nav__links > a:focus-visible::before,
  .ci-nav__links > a[aria-current="page"]::before {
    transform: scaleY(1);
  }

  .ci-nav__links > .ci-nav__cta {
    min-height: 50px;
    justify-content: center;
    margin: 12px 0 0;
    border: 0;
    border-radius: 7px;
  }

  .ci-nav__links > .ci-nav__cta::before {
    display: none;
  }
}

@media (max-width: 390px) {
  .ci-nav__brand a {
    padding-left: 56px;
    font-size: 18px !important;
  }

  .ci-nav__brand a::before {
    width: 46px;
    height: 46px;
  }

  .ci-nav__brand a::after {
    left: 56px;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ci-nav *,
  .ci-nav *::before,
  .ci-nav *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
/* Elementor layout corrections for header v2 */
.ci-nav > .e-con-inner { flex-direction: row !important; flex-wrap: nowrap !important; }
.ci-nav .elementor-widget-html { position: static !important; }
.ci-nav, .ci-nav > .e-con-inner { box-sizing: border-box !important; }
@media (max-width: 782px) { .ci-nav__brand { max-width: calc(100% - 62px); } .ci-nav__brand a::after { max-width: calc(100vw - 150px); overflow: hidden; text-overflow: ellipsis; } }

/* Header pseudo-element sizing fix */
.ci-nav::before, .ci-nav::after { box-sizing: border-box !important; }

/* Mobile testimonial overflow fix */
@media (max-width: 782px) { .ci-testimonial::before { right: 18px !important; width: auto !important; } }

/* Mobile hero glow containment */
@media (max-width: 782px) { body.home.elementor-page .ci-hero > .e-con-inner::after { right: 0 !important; } }

/* Centro Infantil 2026 — calm, playful and professional visual system */
:root {
	--ci-forest: #1f5143;
	--ci-forest-dark: #143a30;
	--ci-mint: #dcefe7;
	--ci-cream: #fffaf1;
	--ci-sand: #f4ead8;
	--ci-coral: #e98268;
	--ci-sun: #f2ca67;
	--ci-sky: #91cdd8;
	--ci-ink: #20332c;
	--ci-muted: #66736e;
	--ci-line: rgba(31, 81, 67, 0.13);
	--ci-shadow: 0 20px 55px rgba(25, 61, 50, 0.12);
	--ci-radius: 22px;
}

html {
	scroll-padding-top: 130px;
}

body {
	background: #fffdf9;
	color: var(--ci-ink);
	font-family: "DM Sans", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body .elementor-heading-title,
body h1,
body h2,
body h3,
body h4 {
	color: var(--ci-ink);
	font-family: "Nunito", "DM Sans", sans-serif;
	font-weight: 800;
	letter-spacing: -0.025em;
}

body p {
	line-height: 1.75;
}

body a:focus-visible,
body button:focus-visible {
	outline: 3px solid var(--ci-sun);
	outline-offset: 4px;
}

.ci-section {
	padding-bottom: clamp(72px, 9vw, 112px) !important;
	padding-top: clamp(72px, 9vw, 112px) !important;
}

.ci-section--soft {
	background:
		radial-gradient(circle at 9% 14%, rgba(242, 202, 103, 0.16), transparent 22rem),
		linear-gradient(180deg, #f8fcf9 0%, #f2f8f4 100%) !important;
}

.ci-kicker,
.ci-kicker p {
	color: var(--ci-forest) !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase;
}

/* Header */
body .ci-nav {
	background: rgba(255, 253, 248, 0.96) !important;
	box-shadow: 0 8px 30px rgba(23, 58, 48, 0.09);
	min-height: 118px;
	padding-top: 30px !important;
	backdrop-filter: blur(16px);
}

body .ci-nav::before {
	background: var(--ci-forest);
	content: "Matrículas abiertas - Periodo Académico 2026 - 2027";
	height: 30px;
}

body .ci-nav::after {
	background: linear-gradient(90deg, var(--ci-sun), var(--ci-coral), var(--ci-sky));
	height: 4px;
}

body .ci-nav > .e-con-inner {
	min-height: 84px;
}

body .ci-nav__brand a {
	color: var(--ci-forest-dark) !important;
	font-family: "Nunito", sans-serif;
	font-size: 25px !important;
}

body .ci-nav__brand a::before {
	background: var(--ci-sun);
	border: 0;
	box-shadow: 0 5px 0 var(--ci-coral), 0 12px 24px rgba(31, 81, 67, 0.16);
	font-family: "Nunito", sans-serif;
}

body .ci-nav__brand a::after {
	color: var(--ci-muted);
	font-family: "DM Sans", sans-serif;
}

body .ci-nav__links > a {
	color: #354a42 !important;
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
}

body .ci-nav__links > a:hover,
body .ci-nav__links > a:focus-visible,
body .ci-nav__links > a[aria-current="page"] {
	background: var(--ci-mint);
}

body .ci-nav__links > .ci-nav__cta {
	background: var(--ci-forest) !important;
	border-radius: 999px;
	box-shadow: 0 9px 22px rgba(31, 81, 67, 0.2);
}

/* Hero */
body.home.elementor-page .ci-hero {
	background-image: url("../images/photos/espacio-13.png") !important;
	background-position: center center !important;
	background-size: cover !important;
	min-height: min(780px, calc(100svh - 100px)) !important;
}

body.home.elementor-page .ci-hero::before {
	background:
		linear-gradient(90deg, rgba(12, 42, 34, 0.91) 0%, rgba(12, 42, 34, 0.76) 38%, rgba(12, 42, 34, 0.26) 66%, rgba(12, 42, 34, 0.04) 100%),
		linear-gradient(0deg, rgba(12, 42, 34, 0.18), transparent 42%) !important;
}

body.home.elementor-page .ci-hero > .e-con-inner::before,
body.home.elementor-page .ci-hero > .e-con-inner::after {
	display: none;
}

body.home.elementor-page .ci-hero__title .elementor-heading-title {
	font-size: clamp(3rem, 6.1vw, 5.45rem) !important;
	line-height: 0.98 !important;
	max-width: 720px !important;
	text-shadow: 0 5px 25px rgba(8, 31, 25, 0.26);
}

body.home.elementor-page .ci-hero__text,
body.home.elementor-page .ci-hero__text p {
	font-size: clamp(1.05rem, 1.55vw, 1.22rem) !important;
	line-height: 1.65 !important;
	max-width: 590px !important;
}

body .ci-button .elementor-button {
	background: var(--ci-sun) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 12px 26px rgba(12, 42, 34, 0.22);
	color: var(--ci-forest-dark) !important;
	font-family: "DM Sans", sans-serif;
	font-weight: 800 !important;
	padding: 16px 26px !important;
}

body .ci-button .elementor-button:hover {
	background: #ffdf86 !important;
	box-shadow: 0 16px 30px rgba(12, 42, 34, 0.27);
	transform: translateY(-2px);
}

/* Trust strip and content cards */
body.home.elementor-page .ci-trust {
	margin-top: -42px;
}

body.home.elementor-page .ci-trust > .e-con-inner {
	border: 0;
	border-radius: var(--ci-radius);
	box-shadow: var(--ci-shadow);
	padding: 20px !important;
}

body .ci-card,
body .ci-testimonial {
	background: #fff !important;
	border: 1px solid rgba(19, 139, 186, 0.1) !important;
	border-radius: 22px !important;
	box-shadow: 0 12px 36px rgba(19, 139, 186, 0.08) !important;
	overflow: hidden;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

body .ci-card:hover {
	border-color: rgba(19, 139, 186, 0.2) !important;
	box-shadow: 0 20px 50px rgba(19, 139, 186, 0.14) !important;
	transform: translateY(-8px);
}

body .ci-card:nth-child(3n + 1) {
	border-top: none !important;
	border-left: 4px solid var(--ci-blue) !important;
}

body .ci-card:nth-child(3n + 2) {
	border-top: none !important;
	border-left: 4px solid var(--ci-coral) !important;
}

body .ci-card:nth-child(3n + 3) {
	border-top: none !important;
	border-left: 4px solid var(--ci-yellow) !important;
}

body .ci-testimonial::before {
	color: var(--ci-sun) !important;
	font-family: Georgia, serif;
}

/* Gallery */
body .ci-gallery img {
	aspect-ratio: 4 / 3;
	border-radius: 18px !important;
	box-shadow: 0 10px 28px rgba(25, 61, 50, 0.1);
	object-fit: cover;
	transition: transform 0.35s ease;
}

body .ci-gallery a {
	overflow: hidden;
	border-radius: 18px;
}

body .ci-gallery a:hover img {
	transform: scale(1.035);
}

/* Inner pages, CTA and footer */
body.elementor-page .ci-inner-hero {
	background:
		radial-gradient(circle at 12% 10%, rgba(242, 202, 103, 0.3), transparent 20rem),
		radial-gradient(circle at 92% 0%, rgba(145, 205, 216, 0.26), transparent 24rem),
		linear-gradient(140deg, #eff8f3, var(--ci-cream)) !important;
}

body .ci-cta {
	background:
		radial-gradient(circle at 85% 15%, rgba(242, 202, 103, 0.25), transparent 18rem),
		linear-gradient(135deg, var(--ci-forest-dark), var(--ci-forest)) !important;
	border-radius: 30px !important;
	box-shadow: var(--ci-shadow);
	margin: clamp(40px, 6vw, 80px) auto !important;
	max-width: 1180px;
}

body .ci-cta .elementor-heading-title,
body .ci-cta p {
	color: #fff !important;
}

body .ci-footer {
	background: #132f27 !important;
	border-top: 6px solid var(--ci-sun);
	color: rgba(255, 255, 255, 0.78) !important;
}

body .ci-footer .elementor-heading-title,
body .ci-footer a {
	color: #fff !important;
}

body .ci-footer a:hover {
	color: var(--ci-sun) !important;
}

@media (max-width: 782px) {
	html {
		scroll-padding-top: 104px;
	}

	body .ci-nav {
		min-height: 100px;
		padding-top: 28px !important;
	}

	body .ci-nav::before {
		content: "Matrículas abiertas · 2026 - 2027";
		height: 28px;
	}

	body .ci-menu-toggle {
		background: var(--ci-sun);
	}

	body .ci-nav__links {
		background: #fffdf8;
		border-radius: 0 0 18px 18px;
	}

	body.home.elementor-page .ci-hero {
		background-position: 66% center !important;
		min-height: 700px !important;
		padding: 70px 18px 92px !important;
	}

	body.home.elementor-page .ci-hero::before {
		background: linear-gradient(90deg, rgba(12, 42, 34, 0.91) 0%, rgba(12, 42, 34, 0.79) 62%, rgba(12, 42, 34, 0.4) 100%) !important;
	}

	body.home.elementor-page .ci-hero__title .elementor-heading-title {
		font-size: clamp(2.55rem, 12vw, 3.8rem) !important;
	}

	body.home.elementor-page .ci-trust {
		margin-top: -30px;
	}

	body .ci-cta {
		border-radius: 0 !important;
		margin-bottom: 0 !important;
	}
}

/* Signature header v7 — custom identity, not a template */
body .ci-nav {
	background:
		radial-gradient(ellipse 340px 150px at 10% 78%, rgba(242, 202, 103, 0.16), transparent 72%),
		radial-gradient(ellipse 280px 130px at 92% 10%, rgba(145, 205, 216, 0.13), transparent 70%),
		#fffdf8 !important;
	border: 0 !important;
	box-shadow: 0 18px 45px rgba(20, 58, 48, 0.13) !important;
	min-height: 148px;
	overflow: visible;
	padding: 38px 34px 0 !important;
}

body .ci-nav::before {
	background:
		linear-gradient(90deg, #143a30 0%, #1f5143 46%, #286e5b 100%);
	color: rgba(255, 255, 255, 0.96);
	content: "Matrículas abiertas - Periodo Académico 2026 - 2027";
	font-size: 10px;
	height: 38px;
	letter-spacing: 0.13em;
}

body .ci-nav::after {
	background:
		radial-gradient(circle at 8px -2px, transparent 9px, var(--ci-sun) 10px 12px, transparent 13px) 0 0 / 32px 14px repeat-x,
		linear-gradient(90deg, var(--ci-sun), var(--ci-coral) 48%, var(--ci-sky));
	bottom: -8px;
	height: 9px;
	opacity: 1;
}

body .ci-nav > .e-con-inner {
	min-height: 110px;
	position: relative;
}

body .ci-nav > .e-con-inner::before {
	background: rgba(220, 239, 231, 0.48);
	border-radius: 42% 58% 52% 48% / 55% 45% 55% 45%;
	content: "";
	height: 86px;
	left: -35px;
	position: absolute;
	top: 11px;
	transform: rotate(-3deg);
	width: 445px;
	z-index: 0;
}

body .ci-nav__brand {
	flex-basis: 435px;
	min-width: 350px;
	position: relative;
	z-index: 1;
}

body .ci-nav__brand a {
	font-family: "Nunito", "Trebuchet MS", Arial, sans-serif !important;
	font-size: 29px !important;
	font-weight: 900 !important;
	letter-spacing: -0.045em !important;
	min-height: 88px;
	padding: 0 0 22px 102px;
}

body .ci-nav__brand a::before {
	background:
		url("../images/brand-mark.svg") center / contain no-repeat;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	content: "";
	height: 88px;
	left: 0;
	top: -4px;
	transform: none;
	width: 88px;
}

body .ci-nav__brand a::after {
	bottom: 9px;
	color: #60716a;
	content: "Donde la curiosidad encuentra su lugar";
	font-size: 10.5px;
	font-weight: 700;
	left: 103px;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

body .ci-nav__brand::before {
	background: var(--ci-sky);
	border: 3px solid #fffdf8;
	height: 13px;
	left: 80px;
	top: 2px;
	width: 13px;
}

body .ci-nav__brand::after {
	background:
		radial-gradient(circle, var(--ci-coral) 0 3px, transparent 4px) 0 0 / 17px 17px,
		radial-gradient(circle, var(--ci-sun) 0 2px, transparent 3px) 8px 8px / 17px 17px;
	border-radius: 0;
	bottom: 16px;
	height: 28px;
	right: 7px;
	transform: rotate(8deg);
	width: 28px;
}

body .ci-nav__links {
	background: transparent;
	border: 0;
	border-radius: 0;
	gap: 3px;
	padding: 0;
}

body .ci-nav__links > a {
	background: transparent;
	border-radius: 14px;
	min-height: 50px;
	padding: 0 14px;
	position: relative;
}

body .ci-nav__links > a::before {
	border-radius: 999px;
	bottom: 4px;
	display: block;
	height: 4px;
	left: 16px;
	right: 16px;
	transform: scaleX(0);
}

body .ci-nav__links > a:nth-child(1)::before,
body .ci-nav__links > a:nth-child(4)::before {
	background: var(--ci-coral);
}

body .ci-nav__links > a:nth-child(2)::before,
body .ci-nav__links > a:nth-child(5)::before {
	background: var(--ci-sun);
}

body .ci-nav__links > a:nth-child(3)::before {
	background: var(--ci-sky);
}

body .ci-nav__links > a:hover,
body .ci-nav__links > a:focus-visible {
	background: rgba(255, 255, 255, 0.7);
	transform: translateY(-2px);
}

body .ci-nav__links > a:hover::before,
body .ci-nav__links > a:focus-visible::before,
body .ci-nav__links > a[aria-current="page"]::before {
	transform: scaleX(1);
}

body .ci-nav__links > a[aria-current="page"] {
	background: #fff !important;
	box-shadow:
		0 0 0 1px rgba(31, 81, 67, 0.08),
		0 9px 22px rgba(31, 81, 67, 0.1);
}

body .ci-nav__links > .ci-nav__cta {
	background: linear-gradient(135deg, #f6d777, var(--ci-sun)) !important;
	border: 1px solid rgba(31, 81, 67, 0.08);
	border-radius: 17px 17px 17px 6px;
	box-shadow:
		0 7px 0 var(--ci-coral),
		0 14px 25px rgba(31, 81, 67, 0.17);
	color: var(--ci-forest-dark) !important;
	margin-left: 13px;
	min-height: 54px;
	min-width: 148px;
	padding-left: 22px;
}

body .ci-nav__links > .ci-nav__cta::before {
	display: none;
}

body .ci-nav__links > .ci-nav__cta::after {
	background: var(--ci-forest);
	color: #fff;
	height: 28px;
	width: 28px;
}

body .ci-nav__links > .ci-nav__cta:hover,
body .ci-nav__links > .ci-nav__cta:focus-visible {
	background: #ffe49a !important;
	box-shadow:
		0 9px 0 var(--ci-coral),
		0 17px 29px rgba(31, 81, 67, 0.2);
	color: var(--ci-forest-dark) !important;
	transform: translateY(-2px);
}

body .ci-nav__links > .ci-nav__cta:hover::after {
	background: var(--ci-forest-dark);
	transform: translateX(3px);
}

@media (max-width: 1120px) and (min-width: 783px) {
	body .ci-nav {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	body .ci-nav > .e-con-inner::before {
		width: 350px;
	}

	body .ci-nav__brand {
		flex-basis: 350px;
		min-width: 300px;
	}

	body .ci-nav__brand a {
		font-size: 24px !important;
		padding-left: 83px;
	}

	body .ci-nav__brand a::before {
		height: 72px;
		width: 72px;
	}

	body .ci-nav__brand a::after {
		font-size: 8px;
		left: 84px;
	}

	body .ci-nav__brand::before {
		left: 65px;
	}

	body .ci-nav__brand::after {
		display: none;
	}

	body .ci-nav__links > a {
		font-size: 11px;
		padding-left: 9px;
		padding-right: 9px;
	}

	body .ci-nav__links > .ci-nav__cta {
		margin-left: 6px;
		min-width: 125px;
		padding-left: 14px;
	}
}

@media (max-width: 782px) {
	body .ci-nav {
		min-height: 116px;
		padding: 30px 15px 0 !important;
	}

	body .ci-nav::before {
		content: "Matrículas abiertas · 2026 - 2027";
		height: 30px;
		letter-spacing: 0.055em;
	}

	body .ci-nav::after {
		bottom: -6px;
		height: 7px;
	}

	body .ci-nav > .e-con-inner {
		min-height: 86px;
	}

	body .ci-nav > .e-con-inner::before {
		height: 70px;
		left: -22px;
		top: 8px;
		width: 280px;
	}

	body .ci-nav__brand a {
		font-size: clamp(18px, 5.6vw, 22px) !important;
		min-height: 68px;
		padding: 0 0 17px 67px;
	}

	body .ci-nav__brand a::before {
		height: 60px;
		top: 0;
		width: 60px;
	}

	body .ci-nav__brand a::after {
		bottom: 5px;
		content: "Curiosidad · confianza · alegría";
		font-size: 7px;
		left: 68px;
		letter-spacing: 0.025em;
	}

	body .ci-nav__brand::before {
		display: none;
	}

	body .ci-nav__links {
		background:
			radial-gradient(circle at 90% 10%, rgba(145, 205, 216, 0.14), transparent 150px),
			#fffdf8;
		border-radius: 0 0 24px 24px;
		padding: 14px 16px 23px;
	}

	body .ci-nav__links > a {
		border-bottom: 1px solid rgba(31, 81, 67, 0.09);
		border-radius: 10px;
		font-size: 14px;
		min-height: 51px;
	}

	body .ci-nav__links > a::before {
		bottom: auto;
		height: 28px;
		left: 4px;
		right: auto;
		top: 11px;
		transform: scaleY(0);
		width: 4px;
	}

	body .ci-nav__links > a:hover::before,
	body .ci-nav__links > a:focus-visible::before,
	body .ci-nav__links > a[aria-current="page"]::before {
		transform: scaleY(1);
	}

	body .ci-nav__links > .ci-nav__cta {
		border-radius: 16px 16px 16px 6px;
		margin: 14px 3px 6px;
	}
}

/* Presentation finish v6 */
body.home.elementor-page .ci-hero > .e-con-inner {
	align-content: center;
	align-items: flex-start !important;
}

body.home.elementor-page .ci-hero .ci-kicker {
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.13);
	padding: 8px 14px !important;
	width: fit-content !important;
	backdrop-filter: blur(10px);
}

body.home.elementor-page .ci-hero .ci-kicker p {
	margin: 0 !important;
}

body.home.elementor-page .ci-hero__title {
	margin-top: 18px;
}

body.home.elementor-page .ci-hero__title .elementor-heading-title {
	letter-spacing: -0.045em !important;
}

body.home.elementor-page .ci-hero__text {
	border-left: 3px solid var(--ci-sun);
	margin-top: 18px;
	padding-left: 18px;
}

body.home.elementor-page .ci-hero .ci-button {
	margin-top: 15px;
}

body.home.elementor-page .ci-hero__proof {
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	margin-top: 17px;
	max-width: 700px;
}

body.home.elementor-page .ci-hero__proof:has(.ci-hero__proof-list),
body.home.elementor-page .ci-hero__proof.ci-hero__proof--rich {
	color: #fff !important;
	font-size: inherit !important;
	max-width: 820px !important;
	opacity: 1 !important;
}

body.home.elementor-page .ci-hero__proof p {
	line-height: 1.8;
	margin: 0;
}

body.home.elementor-page .ci-hero__proof:has(.ci-hero__proof-list) p {
	display: none !important;
}

body.home.elementor-page .ci-hero__proof span {
	color: var(--ci-sun);
	font-weight: 900;
}

body.home.elementor-page .ci-hero__proof .ci-hero__proof-label {
	color: #fff !important;
	font-weight: 600 !important;
}

body.home.elementor-page .ci-hero__proof-glyph {
	background: currentColor;
	display: block;
	height: 15px;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 15px;
}

body.home.elementor-page .ci-hero__proof-glyph--educators {
	-webkit-mask-image: url("../icons/lucide/graduation-cap.svg");
	mask-image: url("../icons/lucide/graduation-cap.svg");
}

body.home.elementor-page .ci-hero__proof-glyph--communication {
	-webkit-mask-image: url("../icons/lucide/messages-square.svg");
	mask-image: url("../icons/lucide/messages-square.svg");
}

body.home.elementor-page .ci-hero__proof-glyph--safety {
	-webkit-mask-image: url("../icons/lucide/shield-check.svg");
	mask-image: url("../icons/lucide/shield-check.svg");
}

body.home.elementor-page .ci-trust > .e-con-inner {
	position: relative;
}

body.home.elementor-page .ci-trust > .e-con-inner::before {
	background: linear-gradient(90deg, var(--ci-coral), var(--ci-sun), var(--ci-sky));
	border-radius: var(--ci-radius) var(--ci-radius) 0 0;
	content: "";
	height: 5px;
	inset: 0 0 auto;
	position: absolute;
}

body.home.elementor-page .ci-trust__item {
	min-height: 96px;
	position: relative;
}

body.home.elementor-page .ci-trust__item::before {
	background: var(--ci-mint);
	border-radius: 14px;
	color: var(--ci-forest);
	content: "✓";
	display: grid;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	font-weight: 900;
	height: 38px;
	left: 10px;
	place-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
}

body.home.elementor-page .ci-trust__item > .elementor-element {
	padding-left: 58px;
}

body .ci-section > .e-con-inner > .ci-kicker,
body .ci-section > .e-con-inner > .elementor-widget-heading,
body .ci-section > .e-con-inner > .elementor-widget-text-editor {
	margin-left: auto;
	margin-right: auto;
	max-width: 790px;
	text-align: center;
}

body .ci-section > .e-con-inner > .elementor-widget-heading .elementor-heading-title {
	font-size: clamp(2.15rem, 4.2vw, 3.45rem);
	line-height: 1.08;
	text-wrap: balance;
}

body .ci-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(22px, 2.5vw, 30px) !important;
}

body .ci-card .elementor-icon {
	background: var(--ci-blue-pale);
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(19, 139, 186, 0.1);
	display: grid;
	height: 50px;
	place-items: center;
	width: 50px;
}

body .ci-card .elementor-heading-title {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.25;
}

body .ci-editorial {
	background:
		linear-gradient(90deg, transparent 49.9%, rgba(31, 81, 67, 0.045) 50%, transparent 50.1%),
		#fffdf9;
}

body .ci-feature {
	gap: clamp(35px, 7vw, 90px) !important;
	margin-top: clamp(65px, 8vw, 105px);
}

body .ci-feature__media {
	aspect-ratio: 4 / 3;
	border-radius: 22px;
	max-height: 420px;
	overflow: hidden;
	position: relative;
}

body .ci-feature__media::before {
	background: var(--ci-sun);
	border-radius: 22px;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	z-index: 0;
}

body .ci-feature--reverse .ci-feature__media::before {
	background: var(--ci-sky);
}

body .ci-feature__media img {
	aspect-ratio: 4 / 3;
	border: none;
	border-radius: 22px !important;
	box-shadow: 0 20px 50px rgba(19, 139, 186, 0.14);
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	width: 100%;
	z-index: 1;
}

body .ci-feature__content .ci-kicker {
	background: var(--ci-mint);
	border-radius: 999px;
	padding: 7px 12px;
	width: fit-content;
}

body .ci-feature__content .elementor-heading-title {
	font-size: clamp(2rem, 3.8vw, 3rem);
	line-height: 1.08;
	text-wrap: balance;
}

body .ci-program {
	background:
		radial-gradient(circle at 100% 0%, rgba(242, 202, 103, 0.2), transparent 160px),
		#fff !important;
	min-height: 330px;
	padding-top: 90px !important;
	position: relative;
}

body .ci-program::before {
	color: rgba(31, 81, 67, 0.08);
	content: "01";
	font-family: "Nunito", sans-serif;
	font-size: 5.4rem;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 22px;
	top: 18px;
}

body .ci-program:nth-child(2)::before {
	content: "02";
}

body .ci-program:nth-child(3)::before {
	content: "03";
}

body .ci-program > .elementor-widget-text-editor:first-child {
	background: var(--ci-forest);
	border-radius: 999px;
	color: #fff;
	font-size: 0.76rem;
	font-weight: 800;
	left: 30px;
	letter-spacing: 0.08em;
	padding: 6px 12px;
	position: absolute;
	text-transform: uppercase;
	top: 28px;
	width: auto;
}

body .ci-program > .elementor-widget-text-editor:first-child p {
	margin: 0;
}

body .ci-gallery {
	display: grid !important;
	gap: 18px !important;
	grid-template-columns: 1.25fr 0.75fr !important;
	grid-template-rows: repeat(2, minmax(210px, 1fr));
	margin-top: 46px;
}

body .ci-gallery > .e-con {
	min-height: 0;
}

body .ci-gallery > .e-con:first-child {
	grid-row: 1 / 3;
}

body .ci-gallery .elementor-widget-image,
body .ci-gallery .elementor-widget-container,
body .ci-gallery a {
	height: 100%;
}

body .ci-gallery img {
	aspect-ratio: auto;
	height: 100% !important;
	min-height: 220px;
	width: 100%;
}

body .ci-testimonial {
	min-height: 310px;
	padding: 74px 34px 34px !important;
	position: relative;
}

body .ci-testimonial::before {
	content: "“";
	font-size: 7.5rem;
	left: 26px;
	line-height: 1;
	position: absolute;
	right: auto !important;
	top: 12px;
}

body .ci-testimonial::after {
	background: linear-gradient(90deg, var(--ci-coral), var(--ci-sun));
	border-radius: 99px;
	bottom: 30px;
	content: "";
	height: 4px;
	left: 34px;
	position: absolute;
	width: 48px;
}

body .ci-testimonial .elementor-widget-text-editor:first-child {
	color: #34483f;
	font-size: 1rem;
	font-weight: 500;
}

body .ci-testimonial .elementor-widget-text-editor:last-child {
	color: var(--ci-forest);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-top: 22px;
	text-transform: uppercase;
}

body .ci-cta {
	overflow: hidden;
	padding-bottom: clamp(70px, 8vw, 105px) !important;
	padding-top: clamp(70px, 8vw, 105px) !important;
	position: relative;
}

body .ci-cta::before,
body .ci-cta::after {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
	position: absolute;
}

body .ci-cta::before {
	height: 290px;
	right: -90px;
	top: -120px;
	width: 290px;
}

body .ci-cta::after {
	bottom: -150px;
	height: 330px;
	left: -120px;
	width: 330px;
}

body .ci-cta > .e-con-inner {
	position: relative;
	z-index: 1;
}

body .ci-cta .elementor-heading-title {
	font-size: clamp(2.25rem, 5vw, 4rem);
	line-height: 1.05;
	max-width: 900px;
	text-wrap: balance;
}

@media (max-width: 782px) {
	body.home.elementor-page .ci-hero__proof {
		font-size: 0.74rem;
		max-width: 330px;
	}

	body.home.elementor-page .ci-hero__proof span:not(:first-child) {
		margin-left: 0;
	}

	body.home.elementor-page .ci-trust__item::before {
		left: 8px;
	}

	body.home.elementor-page .ci-trust__item > .elementor-element {
		padding-left: 54px;
	}

	body .ci-feature,
	body .ci-feature--reverse {
		gap: 34px !important;
		margin-top: 65px;
	}

	body .ci-feature__media::before {
		inset: 0;
	}

	body .ci-feature--reverse .ci-feature__media::before {
		inset: 0;
	}

	body .ci-gallery {
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: none;
	}

	body .ci-gallery > .e-con:first-child {
		grid-row: auto;
	}

	body .ci-gallery img {
		aspect-ratio: 4 / 3;
	}

	body .ci-testimonial {
		min-height: 280px;
	}
}

/* Legacy header refinement retained for reference but intentionally disabled. */
@supports not (display: block) {
/* Header refinement v5 — premium childcare identity */
body .ci-nav {
	background:
		radial-gradient(circle at 8% 80%, rgba(242, 202, 103, 0.1), transparent 180px),
		radial-gradient(circle at 92% 20%, rgba(145, 205, 216, 0.09), transparent 200px),
		rgba(255, 253, 248, 0.97) !important;
	border-bottom: 1px solid rgba(31, 81, 67, 0.1) !important;
	box-shadow: 0 14px 34px rgba(20, 58, 48, 0.11) !important;
	min-height: 132px;
	padding: 36px 34px 0 !important;
}

body .ci-nav::before {
	background:
		linear-gradient(90deg, var(--ci-forest-dark), var(--ci-forest) 48%, #286a59);
	box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.94);
	content: "Matrículas abiertas - Periodo Académico 2026 - 2027";
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 10.5px;
	font-weight: 700;
	height: 36px;
	letter-spacing: 0.105em;
}

body .ci-nav::after {
	background: linear-gradient(90deg, var(--ci-sun) 0 34%, var(--ci-coral) 34% 67%, var(--ci-sky) 67%);
	bottom: -4px;
	height: 4px;
	opacity: 0.95;
}

body .ci-nav > .e-con-inner {
	gap: 42px;
	min-height: 96px;
}

body .ci-nav__brand {
	flex-basis: 410px;
	min-width: 330px;
}

body .ci-nav__brand a {
	align-items: center;
	color: var(--ci-forest-dark) !important;
	font-family: "Nunito", "Trebuchet MS", Arial, sans-serif !important;
	font-size: 27px !important;
	font-weight: 900 !important;
	letter-spacing: -0.035em !important;
	min-height: 74px;
	padding: 0 0 19px 88px;
}

body .ci-nav__brand a::before {
	background:
		radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.46) 0 4px, transparent 5px),
		linear-gradient(145deg, #f7d778, var(--ci-sun));
	border: 5px solid #fffaf1;
	border-radius: 22px 22px 22px 8px;
	box-shadow:
		0 0 0 1px rgba(31, 81, 67, 0.08),
		0 7px 0 var(--ci-coral),
		0 15px 28px rgba(31, 81, 67, 0.17);
	color: var(--ci-forest-dark);
	font-family: "Nunito", "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
	height: 66px;
	transform: rotate(-2deg);
	width: 66px;
}

body .ci-nav__brand a::after {
	bottom: 4px;
	color: #6a7772;
	content: "Cuidado cercano · Aprendizaje con propósito";
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 10.5px;
	font-weight: 600;
	left: 88px;
	letter-spacing: 0.035em;
}

body .ci-nav__brand::before {
	background: var(--ci-sky);
	border: 3px solid #fffaf1;
	height: 13px;
	left: 58px;
	top: -1px;
	width: 13px;
}

body .ci-nav__brand::after {
	background: var(--ci-coral);
	bottom: 10px;
	height: 9px;
	right: 10px;
	width: 9px;
}

body .ci-nav__links {
	background: rgba(255, 255, 255, 0.52);
	border: 1px solid rgba(31, 81, 67, 0.08);
	border-radius: 999px;
	gap: 1px;
	padding: 5px;
}

body .ci-nav__links > a {
	border-radius: 999px;
	color: #34483f !important;
	font-family: "DM Sans", Arial, sans-serif !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.01em;
	min-height: 43px;
	padding-left: 14px;
	padding-right: 14px;
}

body .ci-nav__links > a::before {
	display: none;
}

body .ci-nav__links > a:hover,
body .ci-nav__links > a:focus-visible {
	background: rgba(220, 239, 231, 0.74);
	box-shadow: none;
	color: var(--ci-forest-dark) !important;
	transform: none;
}

body .ci-nav__links > a[aria-current="page"] {
	background: var(--ci-mint);
	box-shadow: inset 0 0 0 1px rgba(31, 81, 67, 0.08);
	color: var(--ci-forest-dark) !important;
}

body .ci-nav__links > .ci-nav__cta {
	background: linear-gradient(135deg, #28614f, var(--ci-forest-dark)) !important;
	box-shadow: 0 9px 20px rgba(20, 58, 48, 0.22);
	color: #fff !important;
	margin-left: 5px;
	min-width: 140px;
	padding-left: 21px;
	padding-right: 18px;
}

body .ci-nav__links > .ci-nav__cta::after {
	background: var(--ci-sun);
	border-radius: 50%;
	color: var(--ci-forest-dark);
	display: grid;
	font-size: 14px;
	height: 25px;
	margin-left: 10px;
	place-items: center;
	width: 25px;
}

body .ci-nav__links > .ci-nav__cta:hover,
body .ci-nav__links > .ci-nav__cta:focus-visible {
	background: var(--ci-forest-dark) !important;
	box-shadow: 0 12px 26px rgba(20, 58, 48, 0.28);
	transform: translateY(-2px);
}

@media (max-width: 1100px) and (min-width: 783px) {
	body .ci-nav {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	body .ci-nav > .e-con-inner {
		gap: 22px;
	}

	body .ci-nav__brand {
		flex-basis: 315px;
		min-width: 280px;
	}

	body .ci-nav__brand a {
		font-size: 23px !important;
	}

	body .ci-nav__brand a::after {
		font-size: 9px;
	}

	body .ci-nav__links > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	body .ci-nav__links > .ci-nav__cta {
		min-width: 122px;
		padding-left: 15px;
		padding-right: 10px;
	}
}

@media (max-width: 782px) {
	body .ci-nav {
		min-height: 108px;
		padding: 30px 16px 0 !important;
	}

	body .ci-nav::before {
		content: "Matrículas abiertas · 2026 - 2027";
		font-size: 9px;
		height: 30px;
		letter-spacing: 0.045em;
	}

	body .ci-nav > .e-con-inner {
		min-height: 78px;
	}

	body .ci-nav__brand {
		min-width: 0;
	}

	body .ci-nav__brand a {
		font-size: 20px !important;
		min-height: 60px;
		padding: 0 0 16px 66px;
	}

	body .ci-nav__brand a::before {
		border-width: 4px;
		border-radius: 17px 17px 17px 6px;
		font-size: 15px;
		height: 50px;
		width: 50px;
	}

	body .ci-nav__brand a::after {
		content: "Cuidado · juego · aprendizaje";
		font-size: 8.5px;
		left: 66px;
	}

	body .ci-nav__brand::before {
		left: 43px;
	}

	body .ci-nav__links {
		border: 0;
		border-radius: 0 0 20px 20px;
		padding: 12px 16px 20px;
	}

	body .ci-nav__links > a {
		border-bottom: 1px solid rgba(31, 81, 67, 0.1);
		border-radius: 8px;
		font-size: 14px;
		padding-left: 18px;
	}

	body .ci-nav__links > .ci-nav__cta {
		border-radius: 999px;
		margin: 12px 0 0;
	}
}
}

/* Trust ribbon v8 — presentation-grade proof points */
body.home.elementor-page .ci-trust {
	margin-top: -56px;
	padding: 0 24px !important;
}

body.home.elementor-page .ci-trust > .e-con-inner {
	background: rgba(255, 253, 249, 0.98);
	border: 1px solid rgba(31, 81, 67, 0.11);
	border-radius: 24px;
	box-shadow:
		0 24px 60px rgba(20, 58, 48, 0.15),
		0 3px 8px rgba(20, 58, 48, 0.05);
	display: grid !important;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1080px !important;
	overflow: visible;
	padding: 16px !important;
	position: relative;
}

body.home.elementor-page .ci-trust > .e-con-inner::before {
	background: linear-gradient(90deg, var(--ci-coral), var(--ci-sun) 50%, var(--ci-sky));
	border-radius: 999px;
	content: "";
	height: 5px;
	inset: -1px 34px auto;
	position: absolute;
}

body.home.elementor-page .ci-trust > .e-con-inner::after {
	background: var(--ci-forest-dark);
	border: 4px solid #fffdf9;
	border-radius: 999px;
	color: #fff;
	content: "NUESTRO COMPROMISO";
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 9px;
	font-weight: 800;
	left: 50%;
	letter-spacing: 0.13em;
	padding: 7px 13px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

body.home.elementor-page .ci-trust__item {
	align-content: center;
	background: transparent;
	border: 0 !important;
	border-radius: 18px;
	display: grid;
	min-height: 132px;
	padding: 24px 24px 20px 88px !important;
	position: relative;
	transition: background-color 0.25s ease, transform 0.25s ease;
}

body.home.elementor-page .ci-trust__item + .ci-trust__item {
	border-left: 1px solid rgba(31, 81, 67, 0.1) !important;
}

body.home.elementor-page .ci-trust__item:hover {
	background: #f6fbf8;
	transform: translateY(-3px);
}

body.home.elementor-page .ci-trust__item::before {
	background:
		linear-gradient(145deg, #e9f6f0, var(--ci-mint));
	border: 1px solid rgba(31, 81, 67, 0.08);
	border-radius: 18px 18px 18px 7px;
	box-shadow: 0 8px 18px rgba(31, 81, 67, 0.1);
	color: var(--ci-forest);
	content: "✓";
	display: grid;
	font-family: "Nunito", sans-serif;
	font-size: 22px;
	font-weight: 900;
	height: 52px;
	left: 24px;
	place-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
}

body.home.elementor-page .ci-trust__item:nth-child(2)::before {
	background: linear-gradient(145deg, #fff6d8, #f7dd8c);
	color: #705819;
	content: "✦";
}

body.home.elementor-page .ci-trust__item:nth-child(3)::before {
	background: linear-gradient(145deg, #e8f7fa, #bee5ec);
	color: #245b66;
	content: "♥";
}

body.home.elementor-page .ci-trust__item::after {
	color: rgba(31, 81, 67, 0.16);
	content: "01";
	font-family: "Nunito", sans-serif;
	font-size: 1.55rem;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 17px;
}

body.home.elementor-page .ci-trust__item:nth-child(2)::after {
	content: "02";
}

body.home.elementor-page .ci-trust__item:nth-child(3)::after {
	content: "03";
}

body.home.elementor-page .ci-trust__item > .elementor-element {
	margin: 0 !important;
	padding: 0 !important;
}

body.home.elementor-page .ci-trust__item .elementor-heading-title {
	color: var(--ci-forest-dark);
	font-family: "Nunito", sans-serif;
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 6px;
}

body.home.elementor-page .ci-trust__item .elementor-widget-text-editor,
body.home.elementor-page .ci-trust__item .elementor-widget-text-editor p {
	color: #66746e;
	font-size: 0.84rem;
	line-height: 1.45;
	margin: 0;
}

/* Admissions, privacy and demo contact channels */
.ci-contact-float {
	align-items: center;
	bottom: 24px;
	display: flex;
	gap: 9px;
	position: fixed;
	right: 24px;
	z-index: 999;
}

.ci-contact-float svg {
	fill: currentColor;
	height: 21px;
	width: 21px;
}

.ci-contact-float__main {
	align-items: center;
	background: #1f5143;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 18px 18px 18px 6px;
	box-shadow: 0 13px 32px rgba(20, 58, 48, 0.28);
	color: #fff !important;
	display: grid;
	grid-template-columns: 28px auto;
	grid-template-rows: auto auto;
	min-height: 62px;
	padding: 9px 17px 9px 13px;
	text-decoration: none !important;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ci-contact-float__main svg {
	grid-row: 1 / 3;
}

.ci-contact-float__main span {
	font-size: 0.85rem;
	font-weight: 800;
	line-height: 1.1;
}

.ci-contact-float__main small {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.65rem;
}

.ci-contact-float__main:hover {
	box-shadow: 0 16px 38px rgba(20, 58, 48, 0.34);
	transform: translateY(-3px);
}

.ci-contact-float__socials {
	display: grid;
	gap: 6px;
}

.ci-contact-float__socials a {
	background: #fff;
	border: 1px solid var(--ci-line);
	border-radius: 50%;
	box-shadow: 0 7px 18px rgba(20, 58, 48, 0.12);
	color: var(--ci-forest) !important;
	display: grid;
	height: 34px;
	place-items: center;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	width: 34px;
}

.ci-contact-float__socials a:hover {
	background: var(--ci-sun);
	color: var(--ci-forest-dark) !important;
	transform: translateX(-2px);
}

.ci-contact-float__socials svg {
	height: 15px;
	width: 15px;
}

.ci-admissions,
.ci-privacy {
	background: #fffdf9;
	color: var(--ci-ink);
}

.ci-admissions__hero {
	background:
		linear-gradient(95deg, rgba(15, 49, 40, 0.94), rgba(15, 49, 40, 0.72) 58%, rgba(15, 49, 40, 0.24)),
		url("../images/photos/espacio-12.png") 70% center / cover;
	display: grid;
	min-height: 520px;
	padding: clamp(70px, 9vw, 120px) 24px;
	place-items: center;
}

.ci-admissions__hero-copy {
	color: #fff;
	max-width: 1180px;
	width: 100%;
}

.ci-admissions__kicker {
	color: var(--ci-coral);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.ci-admissions__hero .ci-admissions__kicker {
	color: #ffe08a;
}

.ci-admissions__hero h1 {
	color: #fff;
	font-size: clamp(2.7rem, 6vw, 5.2rem);
	line-height: 0.99;
	margin: 0 0 25px;
	max-width: 780px;
	text-wrap: balance;
}

.ci-admissions__hero-copy > p:not(.ci-admissions__kicker) {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.12rem;
	max-width: 610px;
}

.ci-admissions__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 27px;
}

.ci-admissions__facts span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 8px 13px;
	backdrop-filter: blur(9px);
}

.ci-admissions__body {
	display: grid;
	gap: clamp(45px, 7vw, 90px);
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
	margin: auto;
	max-width: 1180px;
	padding: clamp(24px, 3vw, 38px) 24px clamp(75px, 9vw, 120px);
	width: 100%;
}

.ci-admissions .ci-page-section.ci-admissions__steps-section {
	padding-bottom: clamp(20px, 2.2vw, 30px);
}

.ci-admissions__intro,
.ci-admissions__form-card {
	min-width: 0;
}

.ci-admissions__intro h2 {
	font-size: clamp(2.2rem, 4.5vw, 3.5rem);
	line-height: 1.05;
	margin: 0 0 18px;
}

.ci-admissions__intro > p:not(.ci-admissions__kicker) {
	color: var(--ci-muted);
}

.ci-admissions__note {
	background: var(--ci-mint);
	border-radius: 20px 20px 20px 7px;
	margin-top: 34px;
	padding: 24px;
}

.ci-admissions__note strong {
	color: var(--ci-forest-dark);
	font-family: "Nunito", sans-serif;
	font-size: 1.1rem;
}

.ci-admissions__note p {
	color: #596a63;
	font-size: 0.87rem;
	margin: 5px 0 12px;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.ci-admissions__note a {
	color: var(--ci-forest-dark);
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
}

.ci-admissions__form-card {
	background: #fff;
	border: 1px solid var(--ci-line);
	border-radius: 28px;
	box-shadow: var(--ci-shadow);
	padding: clamp(28px, 5vw, 48px);
}

.ci-form-grid {
	display: grid;
	gap: 22px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ci-form-grid label,
.ci-form-consent {
	display: grid;
	gap: 8px;
}

.ci-form-grid label > span {
	color: #35483f;
	font-size: 0.78rem;
	font-weight: 800;
}

.ci-form-grid__wide {
	grid-column: 1 / -1;
}

.ci-admission-form input,
.ci-admission-form select,
.ci-admission-form textarea {
	background: #fbfaf7;
	border: 1px solid rgba(31, 81, 67, 0.16);
	border-radius: 12px;
	color: var(--ci-ink);
	font: inherit;
	min-height: 50px;
	padding: 12px 14px;
	width: 100%;
}

.ci-admission-form textarea {
	min-height: 125px;
	resize: vertical;
}

.ci-admission-form input:focus,
.ci-admission-form select:focus,
.ci-admission-form textarea:focus {
	border-color: var(--ci-forest);
	box-shadow: 0 0 0 3px rgba(31, 81, 67, 0.1);
	outline: 0;
}

.ci-form-consent {
	align-items: start;
	color: var(--ci-muted);
	font-size: 0.75rem;
	gap: 10px;
	grid-template-columns: 18px 1fr;
	line-height: 1.5;
	margin: 24px 0;
}

.ci-form-consent input {
	height: 18px;
	margin: 2px 0 0;
	min-height: 0;
	width: 18px;
}

.ci-form-consent a {
	color: var(--ci-forest);
	font-weight: 800;
}

.ci-admission-form button {
	background: linear-gradient(135deg, var(--ci-sun), #f7da83);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 9px 20px rgba(31, 81, 67, 0.14);
	color: var(--ci-forest-dark);
	cursor: pointer;
	font: 800 0.9rem "DM Sans", sans-serif;
	min-height: 54px;
	padding: 14px 24px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ci-admission-form button:hover {
	box-shadow: 0 13px 27px rgba(31, 81, 67, 0.2);
	transform: translateY(-2px);
}

.ci-form-caption {
	color: #7b8782;
	font-size: 0.68rem;
	margin: 12px 0 0;
}

.ci-form-honeypot {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.ci-form-message {
	border-radius: 14px;
	margin-bottom: 24px;
	padding: 16px 18px;
}

.ci-form-message p {
	font-size: 0.82rem;
	margin: 4px 0 0;
}

.ci-form-message--success {
	background: var(--ci-mint);
	color: var(--ci-forest-dark);
}

.ci-form-message--error {
	background: #fff0eb;
	color: #713927;
}

.ci-privacy {
	padding: clamp(70px, 9vw, 120px) 24px;
}

.ci-privacy header,
.ci-privacy article {
	margin: auto;
	max-width: 820px;
}

.ci-privacy header {
	border-bottom: 1px solid var(--ci-line);
	margin-bottom: 45px;
	padding-bottom: 35px;
}

.ci-privacy h1 {
	font-size: clamp(2.6rem, 6vw, 4.7rem);
	line-height: 1;
	margin: 0 0 18px;
}

.ci-privacy h2 {
	font-size: 1.45rem;
	margin: 34px 0 8px;
}

.ci-privacy article p,
.ci-privacy header > p:last-child {
	color: var(--ci-muted);
}

.ci-privacy__notice {
	background: #fff5d8;
	border-left: 5px solid var(--ci-sun);
	border-radius: 0 16px 16px 0;
	margin-top: 45px;
	padding: 22px;
}

.ci-privacy__notice p {
	margin-bottom: 0;
}

@media (max-width: 782px) {
	body.home.elementor-page .ci-trust {
		margin-top: -30px;
		padding: 0 14px !important;
	}

	body.home.elementor-page .ci-trust > .e-con-inner {
		grid-template-columns: 1fr;
		padding: 18px 12px 10px !important;
	}

	body.home.elementor-page .ci-trust__item {
		min-height: 106px;
		padding: 18px 40px 18px 76px !important;
	}

	body.home.elementor-page .ci-trust__item + .ci-trust__item {
		border-left: 0 !important;
		border-top: 1px solid rgba(31, 81, 67, 0.1) !important;
	}

	body.home.elementor-page .ci-trust__item::before {
		height: 44px;
		left: 17px;
		width: 44px;
	}

	body.home.elementor-page .ci-trust__item::after {
		right: 12px;
		top: 14px;
	}

	.ci-contact-float {
		bottom: 14px;
		right: 14px;
	}

	.ci-contact-float__main {
		border-radius: 50%;
		display: grid;
		height: 54px;
		min-height: 54px;
		padding: 0;
		place-items: center;
		width: 54px;
	}

	.ci-contact-float__main svg {
		grid-row: auto;
		height: 24px;
		width: 24px;
	}

	.ci-contact-float__main span,
	.ci-contact-float__main small,
	.ci-contact-float__socials {
		display: none;
	}

	.ci-admissions__hero {
		background-position: 66% center;
		min-height: 500px;
	}

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

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

	.ci-form-grid__wide {
		grid-column: auto;
	}
}

/* Mobile interaction hotfix v9 */
@media (max-width: 782px) {
	body .ci-nav {
		overflow: visible !important;
	}

	body .ci-nav > .e-con-inner,
	body .ci-nav .elementor-widget-html {
		position: static !important;
	}

	body .ci-menu-toggle {
		align-items: center;
		background: linear-gradient(145deg, #f8dc87, var(--ci-sun)) !important;
		border: 2px solid rgba(255, 255, 255, 0.9) !important;
		border-radius: 15px 15px 15px 6px !important;
		box-shadow:
			0 5px 0 var(--ci-coral),
			0 11px 20px rgba(31, 81, 67, 0.17) !important;
		display: grid !important;
		height: 48px !important;
		justify-content: center;
		padding: 0 !important;
		position: relative;
		width: 48px !important;
		z-index: 1003;
	}

	body .ci-menu-toggle span {
		background: var(--ci-forest-dark) !important;
		border-radius: 99px;
		display: block !important;
		height: 2px !important;
		margin: 0 !important;
		width: 21px !important;
	}

	body .ci-menu-toggle[aria-expanded="true"] {
		background: var(--ci-mint) !important;
		box-shadow: 0 8px 18px rgba(31, 81, 67, 0.17) !important;
		transform: translateY(3px);
	}

	body .ci-nav__links {
		background:
			radial-gradient(circle at 90% 8%, rgba(145, 205, 216, 0.2), transparent 145px),
			#fffdf8 !important;
		border: 1px solid rgba(31, 81, 67, 0.11) !important;
		border-radius: 20px !important;
		box-shadow: 0 24px 48px rgba(20, 58, 48, 0.22) !important;
		display: grid !important;
		gap: 3px !important;
		left: 12px !important;
		opacity: 0;
		padding: 13px !important;
		pointer-events: none;
		position: absolute !important;
		right: 12px !important;
		top: calc(100% + 10px) !important;
		transform: translateY(-12px) scale(0.98);
		transform-origin: top right;
		transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
		visibility: hidden;
		width: auto !important;
		z-index: 1002;
	}

	body .ci-nav__links.is-open {
		opacity: 1 !important;
		pointer-events: auto;
		transform: translateY(0) scale(1) !important;
		visibility: visible !important;
	}

	body .ci-nav__links > a {
		background: transparent !important;
		border: 0 !important;
		border-radius: 11px !important;
		color: var(--ci-ink) !important;
		font-size: 0.92rem !important;
		justify-content: flex-start !important;
		min-height: 48px !important;
		padding: 0 16px 0 22px !important;
	}

	body .ci-nav__links > a:hover,
	body .ci-nav__links > a:focus-visible,
	body .ci-nav__links > a[aria-current="page"] {
		background: var(--ci-mint) !important;
	}

	body .ci-nav__links > .ci-nav__cta {
		background: linear-gradient(135deg, #f7dc87, var(--ci-sun)) !important;
		border-radius: 13px 13px 13px 5px !important;
		box-shadow: 0 5px 0 var(--ci-coral) !important;
		color: var(--ci-forest-dark) !important;
		justify-content: center !important;
		margin: 7px 0 5px !important;
	}

	.ci-contact-float {
		align-items: center;
		bottom: calc(70px + env(safe-area-inset-bottom, 0px));
		display: flex;
		flex-direction: row;
		gap: 7px;
		right: 12px;
	}

	.ci-contact-float__socials {
		display: flex !important;
		gap: 7px;
	}

	.ci-contact-float__socials a {
		border: 2px solid #fff;
		box-shadow: 0 8px 20px rgba(20, 58, 48, 0.2);
		height: 39px;
		width: 39px;
	}

	.ci-contact-float__socials a:first-child {
		background: #1877f2;
		color: #fff !important;
	}

	.ci-contact-float__socials a:last-child {
		background: linear-gradient(135deg, #833ab4, #e1306c 55%, #fcb045);
		color: #fff !important;
	}

	.ci-contact-float__socials svg {
		display: block;
		height: 17px;
		width: 17px;
	}

	.ci-contact-float__main {
		background: #25d366;
		border: 3px solid #fff;
		border-radius: 50% !important;
		box-shadow: 0 10px 24px rgba(16, 83, 48, 0.28);
		height: 56px;
		min-height: 56px;
		order: 2;
		width: 56px;
	}

	.ci-contact-float__main svg {
		display: block;
		fill: #fff;
		height: 27px;
		width: 27px;
	}

	.ci-contact-float__main:hover {
		transform: translateY(-2px) scale(1.03);
	}
}

/* Contact launcher v10 — restrained, accessible and mobile-safe */
.ci-contact-float {
	align-items: flex-end !important;
	bottom: 22px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 11px !important;
	left: auto !important;
	position: fixed !important;
	right: 22px !important;
	z-index: 1100 !important;
}

.ci-contact-float__toggle {
	align-items: center;
	background: var(--ci-forest-dark);
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(20, 58, 48, 0.25);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 800 0.78rem "DM Sans", Arial, sans-serif;
	gap: 8px;
	height: 48px;
	justify-content: center;
	letter-spacing: 0.01em;
	padding: 0 17px 0 13px;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: auto;
}

.ci-contact-float__toggle svg {
	fill: var(--ci-sun);
	height: 21px;
	width: 21px;
}

.ci-contact-float__toggle:hover,
.ci-contact-float__toggle[aria-expanded="true"] {
	background: var(--ci-forest);
	box-shadow: 0 15px 34px rgba(20, 58, 48, 0.3);
	transform: translateY(-2px);
}

.ci-contact-float__panel {
	background: rgba(255, 253, 249, 0.98);
	border: 1px solid rgba(31, 81, 67, 0.12);
	border-radius: 20px 20px 7px 20px;
	box-shadow: 0 24px 55px rgba(20, 58, 48, 0.22);
	display: grid;
	gap: 6px;
	min-width: 278px;
	opacity: 0;
	padding: 12px;
	pointer-events: none;
	transform: translateY(10px) scale(0.96);
	transform-origin: bottom right;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	visibility: hidden;
}

.ci-contact-float__panel.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
	visibility: visible;
}

.ci-contact-float__panel > p {
	border-bottom: 1px solid var(--ci-line);
	display: grid;
	line-height: 1.25;
	margin: 0 4px 6px;
	padding: 7px 5px 12px;
}

.ci-contact-float__panel > p strong {
	color: var(--ci-forest-dark);
	font: 900 0.96rem "Nunito", sans-serif;
}

.ci-contact-float__panel > p span {
	color: var(--ci-muted);
	font-size: 0.68rem;
}

.ci-contact-channel {
	align-items: center;
	background: transparent;
	border-radius: 13px;
	color: var(--ci-ink) !important;
	display: grid;
	gap: 11px;
	grid-template-columns: 38px 1fr 18px;
	min-height: 54px;
	padding: 7px 9px;
	text-decoration: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.ci-contact-channel:hover {
	background: #f2f8f4;
	transform: translateX(-2px);
}

.ci-contact-channel i {
	border-radius: 11px;
	display: grid;
	height: 38px;
	place-items: center;
	width: 38px;
}

.ci-contact-channel i svg {
	display: block;
	fill: #fff;
	height: 19px;
	width: 19px;
}

.ci-contact-channel--whatsapp i {
	background: #20b75a;
}

.ci-contact-channel--facebook i {
	background: #1877f2;
}

.ci-contact-channel--instagram i {
	background: linear-gradient(135deg, #7536a8, #d52f72 55%, #f2a342);
}

.ci-contact-channel > span {
	display: grid;
	line-height: 1.2;
}

.ci-contact-channel > span strong {
	color: #31463e;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
}

.ci-contact-channel > span small {
	color: #78847f;
	font-size: 0.63rem;
}

.ci-contact-channel > b {
	color: #82908a;
	font-size: 0.85rem;
	font-weight: 600;
}

@media (max-width: 782px) {
	.ci-contact-float {
		bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
		right: 12px !important;
	}

	.ci-contact-float__toggle {
		border-width: 2px;
		height: 44px;
		padding: 0;
		width: 44px;
	}

	.ci-contact-float__toggle span {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.ci-contact-float__toggle svg {
		height: 20px;
		width: 20px;
	}

	.ci-contact-float__panel {
		border-radius: 18px 18px 5px 18px;
		min-width: min(278px, calc(100vw - 24px));
	}
}
