/**
 * Footer Design 2 — Consolidados
 */

.hexfly-d2-footer {
	--hexfly-d2-primary-hover: #003e9c;
	--hexfly-d2-sans: 'DM Sans', system-ui, sans-serif;

	width: 100%;
	padding: 1.75rem 0 2rem;
	background: var(--hexfly-d2-primary-hover);
	color: rgba(248, 250, 252, 0.5);
	font-family: var(--hexfly-d2-sans);
	font-size: 0.8rem;
	line-height: 1.6;
}

.hexfly-d2-footer a {
	color: inherit;
	text-decoration: none;
}

.hexfly-d2-footer img {
	display: block;
	max-width: 100%;
	height: auto;
	opacity: 0.85;
}

.hexfly-d2-footer .hexfly-d2-container {
	width: min(1160px, 92vw);
	margin-inline: auto;
}

.hexfly-d2-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.hexfly-d2-footer__copy {
	margin: 0;
}

.hexfly-d2-footer__brand {
	display: inline-flex;
	width: fit-content;
	transition: opacity 0.2s ease;
}

.hexfly-d2-footer__brand:hover {
	opacity: 1;
}

.hexfly-d2-footer__brand img {
	height: 40px;
	width: auto;
}

@media (min-width: 640px) {
	.hexfly-d2-footer__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 1.5rem;
	}
}
