footer {
	background-color: #fff;
	margin: 40px 0;
	font-size: 12px;
	color: #000000;
}

footer .icones-dg {
	display: flex;
	justify-content: space-between;
	width: 200px;
	align-items: center;
}

footer .container .cell-none {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: black;

	text-align: left;
}

footer .card {
	height: 175px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

footer .container .cell-none > img {
	height: 100px;
	padding: 0;
}

footer .links-ajuda-a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: black;

	height: 70%;
}

footer .logo img {
	height: 30px;
}

footer .links-social-links {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 70%;
	list-style: none;
	padding: 0;
}

footer .links-social-links li {
	margin-bottom: 10px;
}

footer a {
	color: #000;
}

footer .links-social-links li a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

footer .footer-body {
	padding-top: 25px;
	padding-bottom: 25px;
}

footer .logo {
	padding: 30px 0 5px 0;
}

footer .title {
	font-weight: bold;
	text-align: left;
}

footer .link {
	text-align: left;
}

footer ul {
	margin: 0px;
	padding: 0px;
}

footer ul li {
	list-style: none;
}

footer ul li a:hover {
	color: #e21d85;
	text-decoration: none;
}

footer .line {
	border-right: 1px #fff solid;
	min-height: 130px;
	margin-bottom: 100px;
}

footer .copy {
	margin-top: 10px;
}

footer .copy .logo {
	height: 50px;
	width: auto;
}

footer .copy a {
	display: inline-block;
	position: absolute;
	bottom: 0px;
}

/* Footer */

#canais-oficiais .container {
	width: 50%;
	padding: 110px 0;
	border-bottom: 5px solid black;
}

#canais-oficiais h3 {
	font-size: 18px;
	margin-bottom: 70px;
	text-align: center;
}

#canais-oficiais .links-social {
	display: flex;
	justify-content: space-between;
	align-items: center;

	margin: 0;
	padding: 0 30px;
}

#canais-oficiais .links-social a {
	font-size: 26px;
	font-weight: 400;
	text-decoration: none;
	color: black;
}

#canais-oficiais .links-social i {
	margin-right: 10px;
}

#direitos-autorais {
	line-height: 10px;
	background-color: #fff;
	color: #000;
}
