.footer {
	background: linear-gradient(to right, var(--cor-complementar4), var(--cor-complementar1));
	color: var(--cor-branco);
	padding: 4.5rem 0 0;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

/*.footer strong {
	display: inline-block;
	margin-bottom: 5px;
}*/

.footer hr {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.footer__copy {
	padding: .8em 0 .4rem;
	font-size: 1.2rem;
}

.footer a {
	color: var(--cor-branco);
}

/*.footer p,
.footer address {
	margin: 0 0 15px;
}*/

.footer address {
	font-style: normal;
}

@media (min-width: 998px) {
	.footer__copy p {
		margin: 0;
	}

	/*.footer p,
	.footer address {
		margin: 0;
	}*/
}