footer {
	background-color: var(--color-destaque);
	position: relative;
	z-index: 1;
	padding: 80px 0 0 0;
	background-image: url('../../imagens/fundo-footer.webp');
	background-attachment: fixed;
	background-size: cover;
}

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

footer .footer-top .logo {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

footer .footer-top .logo a {
	width: max-content;
	display: block;
	text-align: center;
}

footer .footer-top .logo a img {
	width: auto;
	max-width: 100%;
	max-height: 100px;
	display: inline-flex;
	margin: 0 auto;
	height: auto;
	filter: brightness(0) invert(1);
}

footer .footer-top .menu,
footer .footer-top .contatos {
	width: 100%;
	display: block;
	margin: 25px 0 15px 0;
}

footer .footer-top .menu h3,
footer .footer-top .contatos h3 {
	width: 100%;
	display: block;
	font-size: 24px;
	font-family: var(--font-family-bold);
	color: var(--color-white);
	margin-bottom: 45px;
}

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

footer .footer-top .menu nav li {
	list-style: none;
	padding-left: 30px;
	position: relative;
}

footer .footer-top .menu nav li:before {
	width: 30px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: var(--color-white);
	content: '\f0e7';
	left: 0;
	top: 0;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
}

footer .footer-top .menu nav li a {
	color: var(--color-white);
	line-height: 36px;
	transition: var(--transition-time);
}

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

footer .footer-top .contatos .item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

footer .footer-top .contatos .item i {
	font-size: 20px;
	width: 24px;
	text-align: center;
	margin-right: 10px;
	line-height: 1.4;
	color: var(--color-white);
	display: flex;
	justify-content: center;
}

footer .footer-top .contatos .item p {
	width: calc(100% - 38px);
	color: var(--color-white);
	font-family: var(--font-family-light);
	letter-spacing: 0px;
	display: flex;
	flex-direction: column;
}

footer .footer-top .contatos .item p a {
	color: var(--color-white);
	transition: var(--transition-time);
	font-family: var(--font-family-light);
	letter-spacing: 0px;
}

footer .footer-top .contatos .item p a:hover {
	color: var(--color-destaque-2);
}

footer .footer-top .menu .redes-sociais {
	width: 100%;
	display: inline-flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}

footer .footer-top .menu .redes-sociais a {
	width: max-content;
	max-width: 100%;
	display: block;
	margin-right: 20px;
	cursor: pointer;
	color: var(--color-white);
}

footer .footer-top .menu .redes-sociais a i {
	font-size: 25px;
	color: var(--color-white);
	cursor: pointer;
	margin-right: 0px;
	transition: var(--transition-time);
}

footer .footer-top .menu .redes-sociais a:hover>i {
	color: var(--color-destaque-2);
}

footer .footer-top .menu .redes-sociais a:last-child {
	margin-right: 0px;
}

footer .footer-bottom {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	padding: 0 0 30px 0;
	position: relative;
	flex-direction: column;
}

footer .footer-bottom p {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 15px;
	color: var(--color-white);
	font-family: var(--font-family-light);
	letter-spacing: 0px;
}

footer .footer-bottom p:last-child {
	margin-bottom: 0px;
}

footer .footer-bottom p a {
	display: block;
	line-height: 1;
}

footer .footer-bottom p a img {
	filter: brightness(100);
	max-height: 20px;
	margin-left: 10px;
	display: block;
}

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

.whatsapp-flutuante a,
.whatsapp-flutuante a img {
	display: block;
	width: 70px;
	height: auto;
}

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

.box-cookies>i {
	width: 50px;
	height: 50px;
	background-color: var(--color-destaque);
	color: var(--color-white);
	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-bold);
	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-bold);
	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 .btn {
	padding: 10px 25px;
}

.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-bold);
	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-bold);
	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-bold);
}

.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) {}

@media only screen and (min-width: 1024px) {

	footer .footer-top .menu,
	footer .footer-top .contatos {
		width: max-content;
		max-width: 25%;
		min-width: 20%;
		margin-top: 0px;
		margin: 0px;
	}

	footer .footer-top .logo {
		width: min(23%, 300px);
		justify-content: flex-start;
		text-align: left;
		flex-direction: revert;
		flex-wrap: wrap;
	}

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

	footer .footer-bottom p {
		width: max-content;
		max-width: 50%;
		margin-bottom: 0px;
	}

	footer .footer-bottom p {
		text-align: left;
		font-size: 14px;
	}
}