.block--footer {
	color: white;
	background: #1E0071;
	background: transparent linear-gradient(
		148deg,
		#2E3192 0%,
		#1E0071 100%
	) 0% 0% no-repeat padding-box;
}
.block--footer .footer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 64px 0;
}
.block--footer .footer-content a {
	color: white;
	text-decoration: none;
}
.block--footer .footer-sitemap {
	width: 43.75%;
}
.block--footer .footer-sitemap > ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	list-style: none;
}
.block--footer .footer-sitemap > ul > li > a {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}
.block--footer .footer-sitemap > ul > li > ul {
	list-style: none;
}
.block--footer .footer-sitemap > ul > li > ul > li {
	margin: 1em 0 0;
	font-size: 0.9em;
	font-weight: 300;
}
.block--footer .footer-social {
	width: 12.5%;
}
.block--footer .footer-social > ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	list-style: none;
}
.block--footer .footer-social-facebook a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(/img/ico-facebook.svg) no-repeat 50% 50%;
	background-size: contain;
}
.block--footer .footer-social-instagram a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(/img/ico-instagram.svg) no-repeat 50% 50%;
	background-size: contain;
}
.block--footer .footer-social-linkedin a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(/img/ico-linkedin-white.svg) no-repeat 50% 50%;
	background-size: contain;
}
.block--footer .footer-contato {
	width: 25%;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.block--footer .footer-contato p {
	margin: 2em 0 0;
}

@media (max-width: 768px) {
	.block--footer .footer-content {
		flex-direction: column;
	}
	.block--footer .footer-sitemap {
		width: 100%;
	}
	.block--footer .footer-sitemap > ul {
		margin: 0 0 1.5em;
		flex-direction: column;
	}
	.block--footer .footer-sitemap > ul > li > a {
		margin: 0 0 1.5em;
	}
	.block--footer .footer-sitemap > ul > li > ul {
		margin: 0 0 2em;
	}
	.block--footer .footer-sitemap > ul > li > ul > li {
		margin: -0.5em 0 2em;
	}
	.block--footer .footer-social {
		width: 100%;
	}
	.block--footer .footer-social > ul {
		justify-content: start;
	}
	.block--footer .footer-social > ul > li {
		margin: 0 3em 3em 0;
	}
	.block--footer .footer-contato {
		width: 100%;
	}
}