/* extraido de css/style.css (Fase 3) - tema: rodape. Carregado nas mesmas 18 paginas que ja carregavam style.css. */
#idfooter {
	position: relative;
	background: #FFF;
}

#rodape {
	background: #FFF;
	font-size: 0.8em;
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.box1-rodape, .box2-rodape, .box3-rodape {
	width: 32%;
	margin-right: 0;
	height: auto;
	color: #fff;
	padding: 2em 0 2em 0;
	line-height: 1.35;
}

.box1-rodape {
	width: 70%;
}

.box2-rodape {
	width: 30%;
}

.box3-rodape {
	margin-right: 0;
}

.box4-rodape {
	width: 100%;
	background: #F2F2F2;
	line-height: 1.5;
}

.box4-rodape li, .box4-rodape li a{
	color: var(--cor-rodape);
}

.menurodape {
	list-style: none;
	margin: 0;
	padding: 0;
}

.link-branco {
	color: #fff;
	text-decoration: underline;
}

.titulo-rodape {
	font-size: 1.5em;
	margin-bottom: 1em;
	position: relative;
	font-weight: normal;
	font-family: Impact, fonteencontra, Arial, sans-serif;
}

.titulo-rodape:after {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #fff;
	z-index: 99;
	position: absolute;
	bottom: 0;
	left: 0;
}

.links-rodape {
	line-height: 2;
}

.links-rodape a{
	color: var(--cor-rodape) !important;
}

.final-footer {
	text-align: center;
	padding: 1em;
	color: #FFF;
}

.redes-sociais-rodape {
	margin-top: 1em;
	margin-right: 0.7em;
	background: #F6990D;
	height: 30px;
	width: 30px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 4px;
}

.fa-facebook-f, .fa-x-twitter, .fa-youtube, .fa-google-plus, .fa-instagram {
	text-align: center;
	padding-top: 15px;
}

.menurodape {
	color: var(--cor-rodape);
	font-size: 1em;
	padding: 5px 0;
	z-index: 999;
	margin-top: 0px;
}

@media screen and (min-width:10px) and (max-width:320px) {
	#rodape {
		display: block;
		width: 100%;
	}

	.box3-rodape {
		display: none;
	}

	.box1-rodape, .box2-rodape {
		width: calc(100% - 2.5em) !important;
		padding: 2em 0.5em 2em 2em !important;
	}

	.box4-rodape, .chama-pesquisa {
		position: absolute;
	}

	.menurodape li {
		display: list-item;
	}

	.final-footer {
		padding-left: 0.1em;
		padding-right: 0.1em;
		font-size: 10px;
	}
}

@media screen and (min-width:321px) and (max-width:640px) {
	#rodape {
		display: block;
		width: 100%;
	}

	.box3-rodape {
		display: none;
	}

	.box1-rodape, .box2-rodape {
		width: calc(100% - 2.5em);
		padding: 2em 0.5em 2em 2em !important;
	}

	.box4-rodape, .chama-pesquisa {
		position: absolute;
	}

	.menurodape li {
		display: list-item;
	}

	.final-footer {
		padding-left: 0.1em;
		padding-right: 0.1em;
		font-size: 10px;
	}
}

@media screen and (min-width:641px) and (max-width:768px) {
	#rodape {
		display: flex;
	}

	.box3-rodape {
		display: none;
	}

	.box1-rodape, .box2-rodape {
		width: 49% !important;
		padding: 2em 0.5em 2em 2em !important;
	}

	.box4-rodape, .chama-pesquisa {
		position: absolute;
	}
}

@media screen and (min-device-width: 1024px) {
	#rodape .container {
		display: flex;
	}

	.box1-rodape {
		width: calc(100% - 136px);
	}

	.box2-rodape {
		width: 320px;
	}

	.menurodape li:nth-child(2) {
		margin-right: 40px;
	}
}

/* Customizações cunha - footer */
#idfooter{
	border-top: 1px solid #f0f0f0;
}
