footer {
	position: relative;
	height: 32.658125rem;
    background-image: url("../_img/bg-footer.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

footer .links {
	height: 5.5625rem;
	padding-top: 21.4081875rem;
	box-sizing: initial;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.4375rem;
}

footer .links .link {
	font-size: 1.125rem;
	color: var(--white);
	cursor: pointer;
}

footer .links .link:hover {
    text-decoration: underline;
}

footer .fotos {
	width: 81rem;
    height: 90px;
    position: absolute;
	display: flex;
	align-items: center;
	top: 18rem;
    left: calc(50% - 40.5rem);
}
footer .fotos .cral {
	cursor: pointer;
	width: 11.875rem;
	margin-right: 1rem;
}

footer .fotos .selo {
	width: 5.625rem;
}
footer .fotos .selo-iber {
	width: 10rem;
	height: 10rem;
	border-radius: .72rem;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../_img/selo-iber.png");
	background-size: cover;
	background-color: white;
}

footer .bloco-direitos {
	height: 5.6875rem;
	padding-top: 2.16rem;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

footer .bloco-direitos .direitos {
	width: 81rem;
	display: flex;
    justify-content: space-between;
	font-size: 0.9375rem;
	margin: 0 auto;
	color: #bababa;
}
footer .bloco-direitos .direitos .link-topo {
	cursor: pointer;
}
footer .bloco-direitos .direitos .link-topo::after {
	content: "\f077";
	font-family: Fontawesome;
}

@media (max-width: 440px) {
	footer {
		height: 41.658125rem;
	}
	footer .links {
		width: calc(100% - 2rem);
		padding: 0 1rem;
		padding-top: 18.875rem;
		padding-bottom: 0.5rem;
		flex-wrap: wrap;
		row-gap: 0.5rem;
		align-content: center;
	}
	footer .fotos {
		width: 60%;
		position: absolute;
		display: flex;
		justify-content: center;
		top: 12.5rem;
		left: calc(50% - 30%);
	}

	.iber {
		width: 8rem;
		height: 8rem;
		display: block;
		margin: 0 auto;
		border-radius: .72rem;
		background: url("../_img/selo-iber.png");
		background-size: cover;
		background-color: white;
	}
	footer .bloco-direitos {
		padding-top: 1.08rem;
	}
	footer .bloco-direitos .direitos {
		margin-top: .72rem;
		gap: 1.08rem;
		width: 60%;
		flex-direction: column-reverse;
    	align-items: center;
		text-align: center;
	}
	footer .bloco-direitos .direitos .link-topo::after {
		font-size: 25px;
	}
}