/* Footer Americe footer-s5 — Fantasia KIDS (boxed, sin newsletter) */

.fantasia-footer-boxed .container {
	max-width: 1320px;
}

.fantasia-footer-boxed.tf-footer {
	margin-top: 0;
}

.fantasia-footer--white.tf-footer {
	background: #fff;
}

.fantasia-footer--white .footer-bottom {
	background: #fff;
}

/* Marca: logo + leyenda + redes */
.fantasia-footer-brand__logo {
	display: inline-block;
	margin-bottom: 1rem;
}

.fantasia-footer-brand__logo img {
	display: block;
	max-height: 48px;
	width: auto;
	height: auto;
}

.fantasia-footer-brand__tagline {
	margin: 0 0 1rem;
	font-family: "DM Sans", sans-serif;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #111013;
	max-width: 280px;
}

.fantasia-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0;
	list-style: none;
}

.fantasia-footer-social a {
	font-family: "DM Sans", sans-serif;
	font-size: 0.875rem;
}

/* USP slider — escritorio: icono + texto en fila (tema) */
.fantasia-footer-usps .fantasia-footer-usp__title {
	font-family: "DM Sans", sans-serif;
	font-size: 1rem;
	font-weight: 600;
}

.fantasia-footer-usps .fantasia-footer-usp__text {
	font-size: 0.875rem;
	line-height: 1.5;
}

/* USP slider — móvil e iPad: icono arriba, textos negros debajo */
@media (max-width: 1199.98px) {
	.fantasia-footer-usps .box-icon_V01.style-3.fantasia-footer-usp {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
		gap: 12px;
	}

	.fantasia-footer-usps .fantasia-footer-usp__icon {
		margin-bottom: 0;
		font-size: 48px;
		color: #111013;
	}

	.fantasia-footer-usps .fantasia-footer-usp__title,
	.fantasia-footer-usps .fantasia-footer-usp__text {
		color: #111013 !important;
	}

	.fantasia-footer-usps .fantasia-footer-usp__content {
		width: 100%;
	}
}

.fantasia-footer-main .footer-heading {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.75rem;
}

.fantasia-footer-main .footer-menu-list a {
	font-family: "DM Sans", sans-serif;
}

.fantasia-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 12px;
}

.fantasia-footer-bottom__copy {
	font-size: 0.875rem;
}

.fantasia-footer-bottom__payments {
	margin: 0;
}

@media (max-width: 767.98px) {
	.fantasia-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 24px;
	}

	.fantasia-footer-brand__tagline {
		max-width: none;
	}
}
