.elementor-widget-academia_fenix_suscripcion,
.elementor-widget-academia_fenix_suscripcion .elementor-widget-container {
	width: 100%;
}

.afns-banner,
.afns-banner * {
	box-sizing: border-box;
}

.afns-banner {
	--afns-blue: #00264b;
	--afns-blue-light: #013363;
	--afns-gold: #d4a12b;
	--afns-duration: 650ms;
	position: relative;
	width: 94%;
	max-width: 1240px;
	min-height: 76px;
	margin: 0 auto;
	padding: 8px 92px;
	overflow: hidden;
	background: linear-gradient(105deg, var(--afns-blue) 0%, var(--afns-blue-light) 52%, #001f3e 100%);
	border: 0 solid transparent;
	border-radius: 12px;
	color: #fff;
	font-family: inherit;
	isolation: isolate;
}

.afns-banner::after {
	position: absolute;
	top: -90px;
	right: 13%;
	z-index: -1;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 68%);
	content: "";
	pointer-events: none;
}

.afns-banner__main {
	display: grid;
	grid-template-columns: auto minmax(260px, 1fr) minmax(300px, 360px);
	align-items: center;
	gap: 28px;
	width: 100%;
	min-height: 60px;
}

.afns-emblem {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 64px;
	height: 64px;
	overflow: hidden;
	background: #fff;
	border: 2px solid var(--afns-gold);
	border-radius: 50%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}

.afns-emblem img {
	display: block;
	width: 88%;
	height: 88%;
	object-fit: contain;
}

.afns-copy {
	min-width: 0;
}

.afns-title {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.015em;
}

.afns-description {
	margin: 5px 0 0;
	color: #e7edf5;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
}

.afns-form-area {
	justify-self: end;
	width: 360px;
	max-width: 100%;
}

.afns-form {
	width: 100%;
	margin: 0;
}

.afns-field-row {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 40px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dce3eb;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.afns-email {
	min-width: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0;
	padding: 0 16px;
	background: #fff;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #1c2a39;
	font: inherit;
	font-size: 12px;
	line-height: 1.2;
	outline: 0;
}

.afns-email::placeholder {
	color: #707986;
	opacity: 1;
}

.afns-email:focus {
	background: #fff;
	box-shadow: inset 0 0 0 2px rgba(212, 161, 43, 0.42) !important;
}

.afns-submit {
	position: relative;
	display: inline-flex;
	flex: 0 0 126px;
	align-items: center;
	justify-content: center;
	width: 126px;
	min-width: 0;
	min-height: 100%;
	margin: 0;
	padding: 8px 15px;
	overflow: hidden;
	background: var(--afns-gold);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.afns-submit::before {
	position: absolute;
	top: -90%;
	left: -45%;
	width: 28%;
	height: 280%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
	content: "";
	transform: rotate(22deg) translateX(-240%);
	transition: transform 500ms ease;
}

.afns-submit:hover,
.afns-submit:focus-visible {
	background: #e2b447;
	color: #fff;
}

.afns-submit:hover::before,
.afns-submit:focus-visible::before {
	transform: rotate(22deg) translateX(620%);
}

.afns-banner.has-button-motion .afns-submit:hover,
.afns-banner.has-button-motion .afns-submit:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}

.afns-submit:focus-visible,
.afns-email:focus-visible,
.afns-consent input:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -3px;
}

.afns-submit[disabled] {
	cursor: wait;
	opacity: 0.82;
	transform: none !important;
}

.afns-spinner {
	display: none;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top-color: #fff;
	border-radius: 50%;
	animation: afns-spin 700ms linear infinite;
}

.afns-form.is-submitting .afns-spinner {
	display: inline-block;
}

.afns-consent {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	margin: 6px 0 0;
	color: #e7edf5;
	cursor: pointer;
	font-size: 10px;
	line-height: 1.35;
}

.afns-consent input {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin: 0;
	accent-color: var(--afns-gold);
}

.afns-consent a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.afns-status {
	min-height: 0;
	margin: 0;
	color: #fff;
	font-size: 10.5px;
	font-weight: 600;
	line-height: 1.35;
}

.afns-status:not(:empty) {
	margin-top: 5px;
}

.afns-status.is-success {
	color: #ddf7e5;
}

.afns-status.is-error {
	color: #ffd9d9;
}

.afns-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.afns-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;
}

.afns-banner.has-animation.is-animation-ready:not(.is-visible) {
	opacity: 0;
}

.afns-banner.has-animation.is-animation-ready.animation-rise:not(.is-visible) {
	transform: translateY(18px);
}

.afns-banner.has-animation.is-animation-ready.animation-scale:not(.is-visible) {
	transform: scale(0.975);
}

.afns-banner.has-animation.is-animation-ready {
	transition: opacity var(--afns-duration) ease, transform var(--afns-duration) cubic-bezier(0.2, 0.75, 0.25, 1);
}

.afns-banner.has-animation.is-visible {
	opacity: 1;
	transform: none;
}

.afns-banner.has-animation.is-visible .afns-emblem {
	animation: afns-emblem-in 620ms 120ms both cubic-bezier(0.2, 0.8, 0.3, 1);
}

@keyframes afns-spin {
	to { transform: rotate(360deg); }
}

@keyframes afns-emblem-in {
	0% { opacity: 0; transform: scale(0.8) rotate(-5deg); }
	70% { opacity: 1; transform: scale(1.04) rotate(1deg); }
	100% { opacity: 1; transform: scale(1) rotate(0); }
}

@media (max-width: 1100px) {
	.afns-banner {
		padding-right: 50px;
		padding-left: 50px;
	}

	.afns-banner__main {
		grid-template-columns: auto minmax(220px, 1fr) minmax(280px, 340px);
		gap: 20px;
	}

	.afns-title {
		font-size: 17px;
	}
}

@media (max-width: 900px) {
	.afns-banner {
		width: 94%;
		min-height: 120px;
		padding: 18px 30px;
		overflow: visible;
	}

	.afns-banner__main {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 16px 18px;
	}

	.afns-form-area {
		grid-column: 1 / -1;
		justify-self: stretch;
		width: 100%;
	}

	.afns-status {
		text-align: center;
	}
}

@media (max-width: 600px) {
	.afns-banner {
		width: 92%;
		min-height: 250px;
		padding: 24px 18px;
	}

	.afns-banner__main {
		grid-template-columns: minmax(0, 1fr);
		justify-items: center;
		gap: 14px;
	}

	.afns-emblem {
		width: 62px;
		height: 62px;
	}

	.afns-copy {
		width: 100%;
		text-align: center;
	}

	.afns-title {
		font-size: 20px;
		line-height: 1.22;
	}

	.afns-description {
		margin-top: 6px;
		font-size: 12px;
		line-height: 1.45;
	}

	.afns-form-area {
		grid-column: auto;
		width: 100%;
	}

	.afns-field-row {
		flex-direction: column;
		gap: 9px;
		overflow: visible;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.afns-email {
		width: 100%;
		min-height: 46px;
		padding: 0 15px;
		border: 1px solid #dce3eb !important;
		border-radius: 6px !important;
	}

	.afns-submit {
		flex-basis: auto;
		width: 100%;
		min-height: 46px;
		border-radius: 6px;
	}

	.afns-consent {
		justify-content: center;
		margin-top: 9px;
		font-size: 10.5px;
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.afns-banner,
	.afns-emblem,
	.afns-submit,
	.afns-submit::before {
		animation: none !important;
		transition: none !important;
	}

	.afns-banner.has-animation.is-animation-ready {
		opacity: 1 !important;
		transform: none !important;
	}

	.afns-spinner {
		animation-duration: 1.5s;
	}
}

