.elementor-widget-eaf-admissions-editable .elementor-widget-container {
	overflow: visible;
}

.eaf-admissions,
.eaf-admissions * {
	box-sizing: border-box;
}

.eaf-admissions {
	position: relative;
	width: 100%;
	min-height: 525px;
	overflow: hidden;
	padding: 36px 12px 28px;
	border: 1px solid #c9c9c9;
	border-radius: 36px;
	color: #fff;
	background: #628a98;
	font-family: "Century Gothic", Montserrat, Arial, sans-serif;
}

.eaf-admissions-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.28fr) minmax(290px, 0.95fr);
	gap: 14px;
	align-items: stretch;
	min-height: 460px;
}

.eaf-benefits-column,
.eaf-visual-column,
.eaf-form-column {
	min-width: 0;
}

.eaf-benefits-heading,
.eaf-form-heading {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: inherit;
	font-weight: 700;
}

.eaf-benefits-heading {
	font-size: clamp(25px, 2.35vw, 31px);
	letter-spacing: -0.02em;
	line-height: 1.05;
}

.eaf-benefits-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 10px;
	row-gap: 34px;
	margin-top: 72px;
}

.eaf-benefit-item {
	min-width: 0;
	text-align: center;
}

.eaf-benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	color: #fff;
	font-size: 58px;
	line-height: 1;
}

.eaf-benefit-icon i {
	display: block;
}

.eaf-benefit-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.eaf-benefit-text {
	margin: 5px -2px 0;
	color: #fff;
	font-family: inherit;
	font-size: clamp(10px, 1.02vw, 12px);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.eaf-visual-column {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.eaf-visual {
	position: relative;
	z-index: 2;
	width: 112%;
	max-width: none;
	height: 390px;
	margin-right: -6%;
	margin-left: -6%;
	overflow: hidden;
}

.eaf-visual > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

.eaf-default-visual {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50.3% 65%;
	background-size: 280.5% auto;
}

.eaf-decorations {
	position: absolute;
	z-index: 3;
	inset: 0;
	pointer-events: none;
}

.eaf-dot {
	position: absolute;
	display: block;
	border-radius: 50%;
}

.eaf-dot-one {
	top: 20%;
	left: 15%;
	width: 22px;
	height: 22px;
	border: 3px solid #ff8a2b;
}

.eaf-dot-two {
	top: 18%;
	left: 49%;
	width: 13px;
	height: 13px;
	background: #00755d;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.eaf-dot-three {
	top: 44%;
	left: 5%;
	width: 12px;
	height: 12px;
	border: 1px solid rgba(0, 117, 93, 0.7);
}

.eaf-dot-four {
	top: 54%;
	left: 13%;
	width: 10px;
	height: 10px;
	background: #ff8a2b;
}

.eaf-form-column {
	padding: 5px 0 0;
}

.eaf-form-heading {
	font-size: clamp(28px, 2.65vw, 34px);
	letter-spacing: -0.025em;
	line-height: 1.05;
	white-space: nowrap;
}

.eaf-form-description {
	margin: 25px 6px 0;
	color: #fff;
	font-family: inherit;
	font-size: clamp(14px, 1.45vw, 17px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.eaf-form {
	margin-top: 36px;
}

.eaf-form-fields {
	display: grid;
	gap: 12px;
}

.eaf-field {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 43px;
	margin: 0;
	overflow: hidden;
	border: 0;
	border-radius: 24px;
	color: #484848;
	background: #fff;
}

.eaf-field:focus-within {
	outline: 2px solid rgba(255, 101, 13, 0.85);
	outline-offset: 2px;
}

.eaf-field-icon {
	display: inline-flex;
	width: 48px;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	color: #222;
}

.eaf-field-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.eaf-field input,
.eaf-field select {
	width: 100%;
	height: 100%;
	min-height: inherit;
	margin: 0;
	padding: 0 20px 0 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	color: #484848;
	font-family: inherit;
	font-size: clamp(14px, 1.45vw, 17px);
	font-weight: 700;
	line-height: 1;
	background: transparent;
	box-shadow: none;
}

.eaf-field input::placeholder {
	color: #484848;
	opacity: 1;
}

.eaf-field select {
	padding-right: 50px;
	padding-left: 22px;
	appearance: none;
	cursor: pointer;
}

.eaf-select-arrow {
	position: absolute;
	top: 50%;
	right: 44px;
	width: 9px;
	height: 9px;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
	pointer-events: none;
	transform: translateY(-68%) rotate(45deg);
}

.eaf-submit {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 12px;
	align-items: center;
	width: 100%;
	min-height: 52px;
	margin: 40px 0 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 28px;
	outline-offset: 3px;
	color: #fff;
	font-family: inherit;
	font-size: clamp(15px, 1.5vw, 18px);
	font-weight: 700;
	line-height: 1;
	background: #ff650d;
	box-shadow: none;
	cursor: pointer;
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		box-shadow 180ms ease;
}

.eaf-submit:hover,
.eaf-submit:focus-visible {
	color: #fff;
	background: #e84f00;
	transform: translateY(-2px);
}

.eaf-submit:focus-visible {
	outline: 2px solid currentColor;
}

.eaf-submit:disabled {
	cursor: wait;
	opacity: 0.75;
	transform: none;
}

.eaf-submit-text {
	grid-column: 2;
}

.eaf-submit-icon {
	display: inline-flex;
	grid-column: 3;
	align-items: center;
	justify-self: start;
	font-size: 25px;
	line-height: 1;
}

.eaf-submit-icon i {
	display: block;
}

.eaf-submit-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.eaf-submit.is-loading .eaf-submit-icon {
	animation: eaf-pulse 700ms ease-in-out infinite alternate;
}

.eaf-form-status {
	min-height: 18px;
	margin: 10px 16px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.eaf-form-status:empty {
	display: none;
}

.eaf-form-status.is-success {
	color: #e7fff3;
}

.eaf-form-status.is-error {
	color: #fff2cf;
}

.eaf-honeypot {
	position: absolute !important;
	top: auto !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.eaf-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@keyframes eaf-pulse {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(5px);
	}
}

@media (max-width: 1024px) {
	.eaf-admissions-grid {
		grid-template-columns: minmax(0, 1fr) minmax(290px, 0.9fr);
		row-gap: 35px;
	}

	.eaf-benefits-column {
		grid-column: 1 / -1;
	}

	.eaf-benefits-list {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		margin-top: 35px;
	}

	.eaf-visual {
		width: 100%;
		margin: 0;
	}

	.eaf-form-heading {
		white-space: normal;
	}
}

@media (max-width: 767px) {
	.eaf-admissions {
		padding: 34px 24px 38px;
		border-radius: 28px;
	}

	.eaf-admissions-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 42px;
	}

	.eaf-benefits-column,
	.eaf-visual-column,
	.eaf-form-column {
		grid-column: 1;
	}

	.eaf-benefits-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 30px;
	}

	.eaf-benefit-text {
		font-size: 12px;
	}

	.eaf-visual-column {
		min-height: 350px;
	}

	.eaf-visual {
		width: min(100%, 480px);
		height: 350px;
	}

	.eaf-form-column {
		width: min(100%, 480px);
		margin: 0 auto;
	}

	.eaf-form-description {
		margin-left: 0;
	}

	.eaf-field input,
	.eaf-field select {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.eaf-admissions {
		padding-right: 18px;
		padding-left: 18px;
	}

	.eaf-benefits-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eaf-benefits-heading {
		font-size: 27px;
	}

	.eaf-form-heading {
		font-size: 29px;
	}

	.eaf-visual-column,
	.eaf-visual {
		min-height: 300px;
		height: 300px;
	}

	.eaf-default-visual {
		background-position: 50.3% 65%;
	}

	.eaf-select-arrow {
		right: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eaf-submit {
		transition: none;
	}

	.eaf-submit.is-loading .eaf-submit-icon {
		animation: none;
	}
}

/* Cuadrículas responsive sin alterar la composición de escritorio. */
@media (min-width: 768px) and (max-width: 1024px) {
	.eaf-admissions-grid {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
		gap: 30px 24px;
	}

	.eaf-benefits-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 26px 18px;
	}

	.eaf-visual-column,
	.eaf-form-column {
		min-width: 0;
	}
}

@media (max-width: 767px) {
	.eaf-admissions {
		min-height: 0;
	}

	.eaf-admissions-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
	}

	.eaf-benefits-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eaf-visual-column,
	.eaf-visual {
		min-height: 0;
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.eaf-form-column,
	.eaf-form,
	.eaf-field,
	.eaf-submit {
		max-width: 100%;
		min-width: 0;
	}
}

@media (max-width: 420px) {
	.eaf-admissions {
		padding-inline: 14px;
	}

	.eaf-benefits-list {
		gap: 22px 12px;
	}

	.eaf-form-heading,
	.eaf-benefits-heading {
		overflow-wrap: anywhere;
	}
}
