.footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--cor-branca);
	background: url(../images/hero.png) no-repeat top center;
	background-size: cover;
	padding: 10rem 24rem 1rem;
}

.social-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.social nav {
	width: 40%;
	display: flex;
	justify-content: center;
}

.social nav ul {
	width: 75%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.social ul li a i {
	font-size: 3.2rem;
}

.social ul li a i:hover {
	transform: scale(1.3) rotate(-8deg);
}

.social .rp-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 8px;
}

.social .rp-footer img {
	width: 100%;
}

.footer .btn-social {
	text-align: center;
}

.footer .btn-social a {
	color: var(--cor-branca);
	margin: 80px 0;
	background-position: center bottom;
}

.footer .made {
	padding: 12px 24px;
	background-color: rgba(0, 0, 0, 0.6);
	font-style: oblique;
	border-radius: 6px;
	text-align: center;
	transition: 0.5s;
}

.footer .btn-social,
.footer .made {
	text-align: center;
}