/*********************************************
** Footer 
*********************************************/

#footer {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 2;
}

/* Box Conteúdo */

#footer .boxConteudo {
	float: left;
	width: 100%;
	padding: 70px 0;
	background-color: #262626;
}

#footer .boxConteudo .container::after,
#footer .boxConteudo .container::before {
	display: none;
}

#footer .boxConteudo .container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 50px;
}

/* Título Footer */

#footer .tituloRodape {
	float: left;
    width: 100%;
    margin: 0 0 25px 0;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

/* Logo Footer */

#footer .boxConteudo .boxLogoFooter figure {
	max-width: 70%;
	float: left;
	margin: 0 0 30px 0;
}

#footer .boxConteudo .boxLogoFooter .slogan {
	float: left;
	width: 100%;
	color: #fff;
	margin: 0 0 30px 0;
	font-size: 12px;
    line-height: 18px;
}

#footer .boxConteudo .boxLogoFooter .boxLinks {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#footer .boxConteudo .boxLogoFooter .boxLinks a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	border: solid 1px var(--cor-principal);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
}

#footer .boxConteudo .boxLogoFooter .boxLinks a:hover {
	background: #fff;
	border-color: #fff;
}

#footer .boxConteudo .boxLogoFooter .boxLinks a + a {
	margin-left: 7px;
}

#footer .boxConteudo .boxLogoFooter .boxLinks a i {
	font-size: 14px;
	color: var(--cor-principal);
}

#footer .boxConteudo .boxLogoFooter .boxLinks a:hover i {
	color: var(--cor-secundaria);
}

/* Contatos */

#footer .boxContatos .boxLinks {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}

#footer .boxContatos .boxLinks .itemLink {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#footer .boxContatos .boxLinks .itemLink i {
	color: var(--cor-principal);
	font-size: 14px;
}

#footer .boxContatos .boxLinks .itemLink span {
	color: #fff;
    font-size: 14px;
	margin-left: 10px;
}

/* Atendimento */

#footer .boxAtendimentos .listaHorarios {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

#footer .boxAtendimentos .listaHorarios li {
	list-style: none;
	display: flex;
	flex-direction: column;
}

#footer .boxAtendimentos .listaHorarios li .boxHorario {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#footer .boxAtendimentos .listaHorarios li .boxHorario i {
	color: var(--cor-principal);
	font-size: 14px;
}

#footer .boxAtendimentos .listaHorarios li .boxHorario span {
	color: #fff;
	margin-left: 10px;
}

#footer .boxAtendimentos .listaHorarios li .boxHorario span strong {
	color: var(--cor-principal);
}

#footer .boxAtendimentos .listaHorarios li .boxHorario.boxTitulo span {
	font-weight: 600;
}

/* Sedes */

#footer .boxSedes .listaSedes {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

#footer .boxSedes .listaSedes li {
	list-style: none;
	display: flex;
	flex-direction: column;
}

#footer .boxSedes .listaSedes li .titulo {
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}

#footer .boxSedes .listaSedes li .endereco {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

#footer .boxSedes .listaSedes li .endereco i {
	color: var(--cor-principal);
	margin: 6px 10px 0 0;
	font-size: 14px;
}

#footer .boxSedes .listaSedes li .endereco span {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}

/* Menu */

#footer .menuFooter ul {
	padding: 0;
    margin: 0;
    display: inline-block;
}

#footer .menuFooter ul li {
	float: left;
	width: 100%;
	list-style: none;
}

#footer .menuFooter ul li + li {
	margin-top: 5px;
}

#footer .menuFooter ul li a {
	color: #fff;
    font-size: 14px;
	transition: all 0.2s linear;
}

#footer .menuFooter ul li a:hover {
	font-weight: 600;
	color: #fff;
	text-decoration: underline!important;
}

#footer .menuFooter ul li.linkPolitica {
	margin-top: 15px
}

#footer .menuFooter ul li.linkPolitica a {
	color: #fff;
}

/* Desenvolvido por */

#footer .boxDireitos {
	float: left;
	width: 100%;
	background-color: #1D1D1D;
}

#footer .boxDireitos span {
	color: #fff;
    font-size: 12px;
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}

#footer .boxDireitos span a {
	font-weight: 600;
	text-decoration: underline!important;
	line-height: 12px;
	color: #fff;
}

/*********************************************
** Whatsappa Flutuante
*********************************************/

#modalWhatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: none;
    z-index: 1;
    cursor: pointer;
}

@media (max-width: 1100px) {

	#footer .boxConteudo {
		padding: 70px 20px;
	}

	#footer .boxConteudo .container {
		grid-template-columns: repeat(3, 1fr);
	}

}

@media (max-width: 768px) {

	#footer .boxConteudo .container {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 500px) {

	#footer .boxConteudo .container {
		grid-template-columns: repeat(1, 1fr);
	}

}