/* =========================================================
   FOOTER - ZANINI CENTRO EMPRESARIAL
   MOBILE FIRST
   ========================================================= */
footer {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 45px 0 0;
	background-color: var(--color-destaque-3);
	color: var(--color-white);
}

/* =========================================================
   FOOTER TOP
   ========================================================= */
footer .footer-top {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 40px;
	padding-bottom: 40px;
}

/* =========================================================
   CONFIGURAÇÃO GERAL DAS COLUNAS
   ========================================================= */
footer .footer-top>div {
	width: 100%;
}

/* =========================================================
   LOGO
   ========================================================= */
footer .footer-top .logo {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}

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

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

/* =========================================================
   REDES SOCIAIS
   ========================================================= */
footer .footer-top .logo .redes-sociais {
	width: max-content;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

footer .footer-top .logo .redes-sociais a {
	width: 40px;
	height: 40px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	cursor: pointer;
	transition: var(--transition-time);
}

footer .footer-top .logo .redes-sociais a svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: var(--color-white);
	transition: var(--transition-time);
}

footer .footer-top .logo .redes-sociais a:hover {
	border-color: var(--color-destaque);
	background-color: var(--color-destaque);
}

footer .footer-top .logo .redes-sociais a:hover svg {
	fill: var(--color-white);
}

/* =========================================================
   TÍTULOS DAS COLUNAS
   ========================================================= */
footer .footer-top h3 {
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
	color: var(--color-white);
	font-family: var(--font-family-bold);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

/* =========================================================
   MENU
   ========================================================= */
footer .footer-top .menu {
	width: 100%;
}

footer .footer-top .menu ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer-top .menu ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.8;
}

footer .footer-top .menu ul li a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: var(--transition-time);
}

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

/* =========================================================
   CONTATOS
   ========================================================= */
footer .footer-top .contatos {
	width: 100%;
}

footer .footer-top .contatos ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer-top .contatos ul li {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer-top .contatos ul li>svg {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex: 0 0 14px;
	fill: var(--color-white);
}

footer .footer-top .contatos ul li p {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.88);
}

footer .footer-top .contatos ul li p a {
	color: inherit;
	text-decoration: none;
	transition: var(--transition-time);
}

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

footer .footer-top .contatos ul li p.endereco {
	max-width: 220px;
}

/* =========================================================
   FOOTER BOTTOM
   ========================================================= */
footer .footer-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* =========================================================
   TEXTOS DO FOOTER BOTTOM
   ========================================================= */
footer .footer-bottom p {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.45);
	text-align: center;
	font-size: 14px;
}

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

/* =========================================================
   LINKS DO FOOTER
   ========================================================= */
footer .footer-bottom .links {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

footer .footer-bottom .links a {
	color: rgba(255, 255, 255, 0.45);
	text-decoration: none;
	transition: var(--transition-time);
}

footer .footer-bottom .links a:hover {
	color: var(--color-white);
}

/* =========================================================
   LOGO ARO ELEVEN
   ========================================================= */
footer .footer-bottom p a {
	display: inline-flex;
	align-items: center;
}

footer .footer-bottom p a img {
	display: block;
	width: auto;
	max-width: 80px;
	max-height: 15px;
	margin-left: 5px;
	filter: brightness(100%);
}

/* =========================================================
   TABLET
   ========================================================= */
@media only screen and (min-width: 768px) {
	footer {
		padding-top: 55px;
	}

	footer .footer-top {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 45px;
		row-gap: 45px;
		padding-bottom: 45px;
	}

	footer .footer-top .logo {
		align-items: flex-start;
		text-align: left;
	}

	footer .footer-top .logo>a {
		text-align: left;
	}

	footer .footer-top .logo>a img {
		margin: 0;
	}

	footer .footer-top .logo .redes-sociais {
		justify-content: flex-start;
	}

	footer .footer-bottom {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

/* =========================================================
   DESKTOP
   ========================================================= */
@media only screen and (min-width: 1024px) {
	footer {
		padding: 55px 0 0;
	}

	/* -----------------------------------------------------
       4 COLUNAS
       ----------------------------------------------------- */
	footer .footer-top {
		width: 100%;
		display: grid;
		grid-template-columns:
			minmax(220px, 1.25fr) minmax(120px, 0.8fr) minmax(230px, 1.25fr) minmax(160px, 0.9fr);
		align-items: start;
		column-gap: 45px;
		row-gap: 0;
		padding-bottom: 25px;
	}

	/* -----------------------------------------------------
       LOGO
       ----------------------------------------------------- */
	footer .footer-top .logo {
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}

	footer .footer-top .logo>a {
		text-align: left;
	}

	footer .footer-top .logo>a img {
		max-height: 75px;
		margin: 0;
	}

	footer .footer-top .logo .redes-sociais {
		margin-top: 12px;
		justify-content: flex-start;
		gap: 8px;
	}

	/* -----------------------------------------------------
       TÍTULOS
       ----------------------------------------------------- */
	footer .footer-top h3 {
		margin-bottom: 13px;
	}

	/* -----------------------------------------------------
       NAVEGAÇÃO
       ----------------------------------------------------- */
	footer .footer-top .menu ul {
		gap: 3px;
	}

	/* -----------------------------------------------------
       CONTATOS
       ----------------------------------------------------- */
	footer .footer-top .contatos ul {
		gap: 9px;
	}

	footer .footer-top .contatos ul li {
		gap: 8px;
	}

	footer .footer-top .contatos ul li p.endereco {
		max-width: 190px;
	}
}

/* =========================================================
   DESKTOP GRANDE
   ========================================================= */
@media only screen and (min-width: 1200px) {

	footer .footer-top {
		grid-template-columns:
			minmax(240px, 1.25fr) minmax(140px, 0.75fr) minmax(260px, 1.25fr) minmax(180px, 0.85fr);
		column-gap: 55px;
		padding-bottom: 30px;
	}

	footer .footer-top .logo>a img {
		max-height: 80px;
	}

	footer .footer-top .logo .redes-sociais {
		margin-top: 13px;
	}
}

/* =========================================================
   DESKTOP EXTRA GRANDE
   ========================================================= */
@media only screen and (min-width: 1440px) {
	footer .footer-top {
		grid-template-columns:
			1.25fr 0.75fr 1.25fr 0.95fr;
		column-gap: 70px;
	}

	footer .footer-top .logo>a img {
		max-height: 85px;
	}
}

/* =========================================================
   WHATSAPP FLUTUANTE
   ========================================================= */
.whatsapp-flutuante {
	position: fixed;
	right: 25px;
	bottom: 75px;
	z-index: 999;
}

.whatsapp-flutuante a {
	display: block;
	width: 60px;
	height: auto;
}

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

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

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

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

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

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

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

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

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

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

.box-cookies>.customizar>.close svg {
	fill: var(--color-white);
	width: 15px;
	height: 15px;
}

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

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

.box-cookies>.customizar .opcao {
	width: 100%;
	height: auto;
	max-height: 250px;
	display: block;
	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 svg {
	margin-right: 5px;
	fill: var(--color-destaque);
	width: 15px;
	height: 15px;
}

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

.box-cookies>.customizar .opcao>.topo .check svg {
	margin: 0;
	fill: var(--color-white);
	width: 15px;
	height: 15px;
}

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

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

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

.box-cookies>.customizar .opcao>.opcoes .link svg {
	margin-left: 5px;
	width: 12px;
	height: 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;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item>.topo svg {
	margin: 0;
	fill: var(--color);
	width: 15px;
	height: 15px;
}

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

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

.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>.descricao {
	display: none;
}

.box-cookies>.customizar .opcao>.opcoes .itens .item.active>.descricao {
	margin: 10px 0;
	padding: 5px;
	background-color: #eeeff2;
	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;
}

/* =========================================================
   BODY
   ========================================================= */
body {
	opacity: 1;
}