.chamadaLinkContato {
	width: 100%;
	height: auto;
	padding: 0 0 100px 0;
	text-align: center;
}

.chamadaLinkContato h4 {
	max-width: 400px;
	margin: 0 auto;
	font-size: var(--sizeText16);
	font-weight: 600;
}

.chamadaLinkContato a {
	display: block;
	padding: 20px 0;
	background: var(--corPreto);
	color: var(--corBranco);
	text-transform: uppercase;
	max-width: 400px;
	margin: 30px auto 0 auto;
	transition: 0.5s;
}

.chamadaLinkContato a:hover {
	background: var(--corVerde);
}

#rodape {
	width: 100%;
	height: auto;
	color: var(--corBranco);
	background: var(--corPreto);
	padding: 50px 0 20px 0;
	position: relative;
	z-index: 9;
	/* background: rgba(000, 000, 000, 0.5); */
}

#rodape .container {
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#logoFooter {
	height: 60px;
	margin-bottom: 20px;
}
#logoFooter img {
	max-height: 100%;
}

.boxRodape {
	width: 20%;
}

.boxRodape:nth-child(1) {
	width: 15%;
}

.boxRodape:nth-child(2) {
	width: 13.333;
}

.boxRodape:nth-child(3) {
	width: 13.333;
}

.boxRodape:nth-child(4) {
	width: 13.333;
}

.boxRodape:nth-child(4) {
	width: 25%;
}

.boxRodape h3 {
	color: var(--corVerde);
	font-weight: 800;
	font-size: var(--sizeText18);
	margin-bottom: 10px;
}

.boxRodape ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.boxRodape ul li {
	display: block;
}

.boxRodape ul li a {
	color: var(--corBranco);
	font-weight: 400;
	padding: 5px 0;
	display: block;
	transition: 0.5s;
}

.boxRodape ul li a:hover {
	color: var(--corVerde);
}

#msgRodape {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#msgRodape span {
	display: block;
	width: 30%;
}
#msgRodape p {
	font-weight: 400;
}
#msgRodape a {
	color: var(--corBranco);
	font-weight: 800;
}

@media (max-width: 900px) {
	#rodape {
		width: 100%;
		padding: 50px 0;
		position: relative;
	}

	#rodape .container {
		max-width: 1000px;
		flex-wrap: wrap;
	}

	.boxRodape {
		width: 100%;
	}

	.boxRodape:nth-child(1),
	.boxRodape:nth-child(2) {
		width: 45%;
	}

	.boxRodape:nth-child(4) {
		width: 100%;
	}

	#msgRodape {
		width: 100% !important;
		display: flex;
		justify-content: space-between;
		text-align: left;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		padding-top: 30px;
	}
	#msgRodape span {
		display: block;
		width: 35%;
		max-width: 40px;
	}
}

.banner-lgpd-consent-container {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	position: fixed;
	left: 0;
	bottom: 30px;
	display: flex;
	width: 100vw;
	justify-content: center;
	z-index: 29999999;
}

.banner-lgpd-consent {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: calc(100vw - 20px);
	max-width: 1326px;
	height: 70px;
	padding: 27px;
	background-color: rgba(64, 64, 64, 1);
	box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.41);
	border-radius: 5px;
	font-family: UOLTextRegular, Arial, Helvetica, sans-serif;
	text-align: center;
	transform: translate3d(0, 100vh, 0);
}

.banner-lgpd-consent--show {
	animation: show 1s both;
}

.banner-lgpd-consent__column {
	padding: 0 54px;
	margin: 0 -30px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 16px;
	display: block !important;
}

.banner-lgpd-consent__accept {
	position: relative;
	display: block;
	width: 118px;
	height: 36px;
	line-height: 34px;
	background: var(--corVerde2);
	border-radius: 1px;
	cursor: pointer;
	color: #000 !important;
	border: none;
	box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.4);
	transition: all 0.3s;
}

.banner-lgpd-consent__accept:hover {
	background-color: var(--corBranco);
}

.banner-lgpd-consent__link {
	color: inherit;
	text-decoration: underline;
}

@keyframes show {
	0%,
	60%,
	75%,
	90%,
	100% {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}

	75% {
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}

	90% {
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}

	100% {
		transform: translateZ(0);
	}
}

@media screen and (max-width: 768px) {
	.banner-lgpd-consent-container {
		bottom: 10px;
	}

	.banner-lgpd-consent {
		height: auto;
		padding: 34px;
		flex-wrap: wrap;
	}

	.banner-lgpd-consent__column {
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 20px;
		line-height: 24px;
	}

	.banner-lgpd-consent__accept {
		width: 100%;
		margin: 24px 0 0;
	}
}
