footer {
	background: var(--cinza-bg);
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	padding-top: 40px;
	font-size: 0.875em;
	line-height: 1.6;
}
#logo-footer svg {
	width: 134px;
	height: 40px;
	margin-bottom: 25px;
}
#endereco {
	width: 230px;
	max-width: 100%;
}
#endereco a {
	color: var(--preto);
}
#endereco a:hover {
	color: var(--vermelho);
}
#redes-footer {
	padding-top: 30px;
	padding-bottom: 25px;
}
.redes a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 2px;
	background: url(../images/redes/instagram.svg) center center no-repeat;
	background-size: 100% 100%;
}
.redes #r-face {
	background-image: url(../images/redes/facebook.svg);
}
.redes #r-linkedin {
	background-image: url(../images/redes/linkedin.svg);
}
.redes #r-youtube {
	background-image: url(../images/redes/youtube.svg);
}
.redes #r-twitter {
	background-image: url(../images/redes/twitter.svg);
}
.redes #r-spotify {
	background-image: url(../images/redes/spotify.svg);
}
.redes #r-tiktok {
	background-image: url(../images/redes/tiktok.svg);
}
.redes a:after {
	display: none;
}

footer .footer-row {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.footer-col {
	width: 33.33%;
	padding: 0 15px;
}

footer ul {
	list-style: none;
	padding-left: 0;
	line-height: 1.75;
}
footer ul li {
	padding: 0 0;
	margin-bottom: 12px;
}
footer ul li a {
	color: var(--preto);
	text-transform: uppercase;
}
footer ul li a:hover {
	color: var(--vermelho);
}
footer h4 {
	font-size: 0.875em;
	font-weight: normal;
	color: var(--vermelho);
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 15px;
}
#area-logada {
	max-width: 195px;
}
#area-logada p {
	margin-top: 0;
	margin-bottom: 20px;
}

#footer-final {
	padding: 25px 0 35px;
	font-size: 0.875em;
}
#footer-final .container {
	padding-left: 0;
	padding-right: 0;
}
#footer-final:after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 1200px) {

	.footer-col {
		font-size: 0.75em;
	}
	footer h5 {
		margin-bottom: 10px;
	}
	footer ul li {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	.footer-col {
		width: 50%;
	}
	#menu-rodape {
		display: none;
	}
}

@media (max-width: 767px) {
	.footer-col:first-child {
		width: 66%;
	}
	.footer-col:last-child {
		width: 34%;
	}
	#footer-final {
		padding-top: 25px;
		padding-bottom: 50px;
	}
	#copy {
		font-size: 12px;
	}
	#footer-final {
		padding-top: 0;
	}
	#logo-footer svg {
		margin-bottom: 15px;
	}
	#endereco {
		font-size: 0.857em;
	}
}
@media (max-width: 720px) {
	footer {
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
		padding-top: 30px;
	}
	#logo-footer svg {
		width: 79px;
		height: 24px;
	}
}
@media (max-width: 480px) {
	footer h4 {
		font-size: 0.857em;
		margin-bottom: 14px;
		margin-top: 100px;
	}
	#area-logada p {
		display: none;
	}
}





