footer {
	position: relative;
	z-index: 1;
	padding: 40px 0 0 0;
}

footer .footer-top {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 40px;
}

footer .footer-top .logo {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

footer .footer-top .logo a {
	width: max-content;
	display: block;
	text-align: center;
}

footer .footer-top .logo a img {
	width: auto;
	max-width: 100%;
	max-height: 50px;
	display: inline-flex;
	margin: 0 auto;
	height: auto;
}

footer .footer-bottom {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	border-top: 1px solid var(--color-destaque);
	align-items: flex-start;
	padding: 40px 0;
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {}