/* El Atlante Digital — editorial footer v0.6.1 */

/* Safety net for Astra's legacy and Builder footers. */
footer.site-footer:not(.atlante-site-footer) {
	display: none !important;
}

.atlante-site-footer,
.atlante-site-footer * {
	box-sizing: border-box;
}

.atlante-site-footer {
	background: #27323f;
	clear: both;
	color: rgba(255, 255, 255, .72);
	font-family: inherit;
	margin: 0 auto 20px;
	max-width: 1350px;
	width: calc(100% - 40px);
}

.atlante-footer__inner {
	margin: 0 auto;
	max-width: 1240px;
	width: calc(100% - 40px);
}

.atlante-footer__main {
	padding: 50px 0 46px;
}

.atlante-footer__grid {
	display: grid;
	gap: clamp(30px, 4vw, 58px);
	grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr));
}

.atlante-footer__brand,
.atlante-footer__column {
	min-width: 0;
}

.atlante-footer__logo-link {
	display: inline-flex;
	margin-bottom: 18px;
	max-width: 100%;
}

.atlante-footer__logo {
	display: block;
	filter: brightness(0) invert(1);
	height: auto;
	max-height: 62px;
	max-width: 230px;
	object-fit: contain;
	object-position: left center;
	opacity: .94;
	width: auto;
}

.atlante-footer__name {
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 2.15rem;
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1;
}

.atlante-footer__brand p,
.atlante-footer__follow p {
	font-size: .88rem;
	line-height: 1.7;
	margin: 0;
	max-width: 330px;
}

.atlante-footer__column h2 {
	color: #fff;
	font-size: .9rem;
	font-weight: 800;
	letter-spacing: .075em;
	line-height: 1.2;
	margin: 3px 0 20px;
	text-transform: uppercase;
}

.atlante-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.atlante-footer-menu li {
	line-height: 1.35;
	margin: 0 0 11px;
}

.atlante-footer-menu a,
.atlante-footer-menu a:visited {
	color: rgba(255, 255, 255, .76);
	font-size: .86rem;
	text-decoration: none;
}

.atlante-footer-menu a:hover,
.atlante-footer-menu a:focus-visible,
.atlante-footer__bottom a:hover,
.atlante-footer__bottom a:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.atlante-footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 19px 0 21px;
}

.atlante-footer-socials a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: .92rem;
	height: 34px;
	justify-content: center;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
	width: 34px;
}

.atlante-footer-socials a:hover,
.atlante-footer-socials a:focus-visible {
	background: #505a78;
	border-color: #697493;
	color: #fff;
	transform: translateY(-2px);
}

.atlante-footer-socials .atlante-icon {
	height: 17px;
	width: 17px;
}

.atlante-footer__contact,
.atlante-footer__contact:visited {
	border: 1px solid rgba(255, 255, 255, .36);
	color: #fff;
	display: inline-block;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .025em;
	padding: 9px 13px;
	text-decoration: none;
}

.atlante-footer__contact:hover,
.atlante-footer__contact:focus-visible {
	background: #fff;
	border-color: #fff;
	color: #27323f;
}

.atlante-footer__bottom {
	background: #1e2732;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.atlante-footer__bottom-inner {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	min-height: 58px;
	padding: 13px 0;
}

.atlante-footer__bottom p {
	font-size: .76rem;
	line-height: 1.45;
	margin: 0;
}

.atlante-footer__bottom a,
.atlante-footer__bottom a:visited {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 920px) {
	.atlante-footer__grid {
		gap: 38px 42px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.atlante-site-footer {
		margin-bottom: 0;
		max-width: none;
		width: 100%;
	}

	.atlante-footer__inner {
		width: calc(100% - 32px);
	}

	.atlante-footer__main {
		padding: 40px 0 36px;
	}

	.atlante-footer__grid {
		gap: 32px;
		grid-template-columns: 1fr;
	}

	.atlante-footer__column h2 {
		margin-bottom: 14px;
	}

	.atlante-footer__bottom-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
		justify-content: center;
		min-height: 76px;
	}
}
