footer {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	background-color: #d9d9d9;
}

footer .footer-top {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 100px 0 50px;
	gap: 15px;
}

footer .footer-top .logo {
	width: 100%;
	display: block;
}

footer .footer-top .logo .footer-logo {
	display: block;
	margin-bottom: 25px;
}

footer .footer-top .logo .footer-logo img {
	display: block;
	max-height: 64px;
	width: auto;
}

footer .footer-top .logo .description {
	margin-bottom: 25px;
	font-size: 16px;
	list-style: 1.5;
	color: var(--color-destaque);
	text-align: justify;
}

footer .footer-top .logo .social {
	display: flex;
	align-items: center;
	gap: 10px;
}

footer .footer-top .logo .social a {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EAF1F4;
	border-radius: 5px;
	font-size: 20px;
	fill: var(--color-destaque);
	transition: all 0.3s ease-out 0s;
}

footer .footer-top .logo .social a:hover {
	background-color: var(--color-destaque);
	fill: var(--color-white);
}

footer .footer-top h3 {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
	padding-bottom: 18px;
	color: var(--color-destaque);
}

footer .footer-top h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: var(--color-destaque-2);
}

footer .footer-top .footer-links li {
	margin-bottom: 20px;
}

footer .footer-top .footer-links li a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	transition: all 0.3s ease-out 0s;
	color: var(--color-destaque);
	line-height: 1.5;
	font-size: 15px;
}

footer .footer-top .footer-links li svg {
	width: 20px;
	height: 20px;
	fill: var(--color-destaque);
}

footer .footer-top .footer-links li:hover>a {
	color: var(--color-destaque-2);
}

footer .footer-bottom {
	background: #ECF6FA;
	border-top: #CFDDE2;
	padding: 35px 0;
}

footer .footer-bottom .conteudo {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	text-align: center;
}

footer .footer-bottom .conteudo a:hover {
	color: var(--color-destaque-2);
}

.whatsapp-flutuante {
	position: fixed;
	right: 25px;
	bottom: 90px;
	z-index: 9;
}

.whatsapp-flutuante a {
	display: block;
}

.whatsapp-flutuante svg {
	display: block;
	width: 50px;
	height: auto;
	border-radius: 50%;
	background-color: #01b501;
	fill: var(--color-white);
	padding: 10px;
}

.box-cookies {
	position: fixed;
	left: 25px;
	bottom: 25px;
	z-index: 9999;
}

.box-cookies>svg {
	width: 50px;
	height: 50px;
	background-color: var(--color-destaque);
	fill: var(--color-white);
	padding: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 50%;
	opacity: 0.7;
	cursor: pointer;
	transition: var(--transition-time);
}

.box-cookies>i:hover {
	opacity: 1;
}

.box-cookies>.conteudo {
	position: absolute;
	left: 0;
	bottom: calc(100% + 10px);
	background-color: var(--color-white);
	max-width: min(100vw, 350px);
	width: 100vw;
	padding: 20px;
	border-radius: 20px;
	font-size: 14px;
	box-shadow: 0px 0px 5px 3px #dfdfdf;
}

.box-cookies .btn {
	font-size: 80%;
	text-transform: initial;
}

.box-cookies>.conteudo .titulo {
	color: var(--color-destaque);
	font-family: var(--font-family-heading);
	margin-bottom: 10px;
}

.box-cookies>.conteudo .links {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.box-cookies>.conteudo .links a {
	width: max-content;
	max-width: 100%;
	display: inline-flex;
	margin: 10px 0;
	color: var(--color-destaque);
	font-family: var(--font-family-heading);
	text-decoration: underline;
}

.box-cookies>.conteudo .botoes {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box-cookies>.conteudo .botoes .customizar {
	text-decoration: underline;
	cursor: pointer;
}

.box-cookies>.customizar {
	position: absolute;
	left: 0;
	bottom: calc(100% + 10px);
	background-color: var(--color-white);
	max-width: min(100vw, 350px);
	width: 100vw;
	padding: 20px;
	border-radius: 20px;
	font-size: 14px;
	box-shadow: 0px 0px 5px 3px #dfdfdf;
	opacity: 0;
	visibility: hidden;
}

.box-cookies>.customizar>.close {
	float: right;
	width: 25px;
	height: 25px;
	background-color: var(--color-destaque);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-white);
	cursor: pointer;
	opacity: 0.7;
}

.box-cookies>.customizar>.close:hover {
	opacity: 1;
}

.box-cookies>.customizar .titulo {
	color: var(--color-destaque);
	font-family: var(--font-family-heading);
	margin-bottom: 10px;
	text-align: center;
}

.box-cookies>.customizar .opcao {
	width: 100%;
	display: block;
	height: auto;
	max-height: 250px;
	margin: 10px 0;
	overflow-y: scroll;
}

.box-cookies>.customizar .opcao>.topo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.box-cookies>.customizar .opcao>.topo i {
	margin-right: 5px;
}

.box-cookies>.customizar .opcao>.topo .check {
	width: 40px;
	height: 20px;
	background-color: #ccc;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0px 5px;
	margin: 0 0 0 auto;
	cursor: pointer;
}

.box-cookies>.customizar .opcao>.topo .check i {
	color: var(--color-white);
	margin: 0px;
}

.box-cookies>.customizar .opcao>.topo .check i:before {
	content: '\f057';
	font-weight: 900;
}

.box-cookies>.customizar .opcao>.topo .check.active {
	justify-content: flex-end;
	background-color: var(--color-destaque);
}

.box-cookies>.customizar .opcao>.topo .check.active i:before {
	content: '\f058';
	font-weight: 900;
}

.box-cookies>.customizar .opcao>.descricao {
	font-size: 12px;
}

.box-cookies>.customizar .opcao>.opcoes .link {
	font-family: var(--font-family-heading);
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.box-cookies>.customizar .opcao>.opcoes .link i {
	margin-left: 5px;
	font-size: 12px;
	opacity: 0.7;
}

.box-cookies>.customizar .opcao>.opcoes .itens {
	display: none;
}

.box-cookies>.customizar .opcao>.opcoes .itens.active {
	width: calc(100% - 5px);
	display: block;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item {
	width: 100%;
	display: block;
	padding: 5px;
	border: 1px solid #f4f4f4;
	border-radius: 10px;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item>.topo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item>.topo p {
	cursor: pointer;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item>.topo i {
	margin-right: 5px;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item>.topo .check {
	width: 40px;
	height: 20px;
	background-color: #ccc;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0px 5px;
	margin: 0 0 0 auto;
	cursor: pointer;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item>.topo .check i {
	color: var(--color-white);
	margin: 0px;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item>.topo .check i:before {
	content: '\f057';
	font-weight: 900;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item>.topo .check.active {
	justify-content: flex-end;
	background-color: var(--color-destaque);
}

.box-cookies>.customizar .opcao>.opcoes .itens .item>.topo .check.active i:before {
	content: '\f058';
	font-weight: 900;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item>.descricao {
	display: none;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item.active>.descricao {
	margin: 10px 0;
	background-color: #eeeff2;
	padding: 5px;
	border-radius: 5px;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item.active>.descricao b {
	font-family: var(--font-family-heading);
}

.box-cookies>.customizar .botoes {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.box-cookies.customizar>.conteudo,
.box-cookies.accept>.conteudo {
	opacity: 0;
	visibility: hidden;
}

.box-cookies.customizar>.customizar {
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 768px) {
	footer .footer-top {
		padding: 120px 0 70px;
	}

	footer .footer-bottom .conteudo {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 1024px) {
	footer .footer-top .logo {
		width: 42%;
	}

	footer .footer-top .contatos {
		max-width: 33%;
		width: max-content;
	}

	footer .footer-top .menu {
		width: max-content;
		max-width: 25%;
		padding-right: 70px;
	}
}

body {
	opacity: 1;
}