#idfooter{
	position: relative;
}
#rodape{
	display: flex;
	background: #2b296a;
	/*font-size: 0.8em;*/
	height: auto !important;
    margin: auto !important;
    width: 100% !important;
}
.box1-rodape, .box2-rodape, .box3-rodape{
	width: 28%;
	margin: 0 auto;
	height: auto;
	color: #fff;
	padding: 2em 5.5em 2em 2em;
	line-height: 1.35;
}
.box3-rodape{
	margin-right: 0;
}
.box4-rodape{
	width: 100%;
	background: orange;
	line-height: 1.5;
}
.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; /*ALTERADO REZENDE antes: bold*/
	font-family: fonteencontra, Arial, sans-serif;/*ALTERADO REZENDE*/
}
.titulo-rodape:after{
	content: '';
	width: 40px;
	height: 3px;
	background-color: #fff;
	z-index: 99;
	position: absolute;
	bottom: 0;
	left: 0;
}
.texto-rodape{
	margin-bottom: 1.25em;
}
.links-rodape{
	line-height: 2;
}
.final-footer{
	text-align: center;
	padding: 1em;
}
.redes-sociais-rodape{
	margin-top: 1em;
	margin-right: 0.7em;
	background: #F6990D;
	height: 40px;
	width: 40px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 4px;
}
.fa-facebook, .fa-twitter, .fa-youtube, .fa-google-plus{
	text-align: center;
	padding-top: 10px;
}
#exibevejatb{
	display:none;
	margin-top:2%;
}
.listadivdosrelacionados h4{
	margin:0px;
	padding:0px;
	margin-top:2%;
	margin-bottom:0.5%;
	margin-left:1.5%;
	color: #2b296a;
    font-size: 1em;
}
.divlistarelacionados{
	overflow: hidden;
    padding-bottom:0px;
}
.divlistarelacionados a {
    color: #717171;
    text-decoration: none;
}
.divlistarelacionados ul {
    margin-top:0.2%;
    padding-left:1.8%;
}

.divlistarelacionados ul li::after {
    content: ",";
	color: #717171;
}
.divlistarelacionados ul li:last-child::after {
    content: ".";
	color: #717171;
}
.divlistarelacionados ul li {
    color: black;
    float: left;
    font-size: 15px;
    list-style: outside none none;
    padding-right: 10px;
}

.divexibeimg{
	overflow: hidden;
    padding-bottom:0px;
	margin-bottom: 20px;
    margin-top: 10px;
}
.divexibeimg a {
    color: #717171;
    text-decoration: none;
}
.divexibeimg ul {
    margin-top:0.2%;
    padding-left:1.8%;
}

.divexibeimg ul li {
    color: black;
    float: left;
    font-size: 15px;
    list-style: outside none none;
    padding-right:3%;
}
.menurodape {
    color: #fff;
    /*font-size: 1em;*/
    padding: 5px 0;
    z-index: 999;
	margin-top:0px;
	text-align: left;
}
/*.menurodape li {
    list-style: outside none none;
    text-decoration: none;
	display: inline;
}*/
.menurodape-item {
    display: inline;
    padding: 10px;
    cursor: pointer;
    padding-right: 15px;
}
@media screen and (max-width:380px) {
	.redes-sociais-rodape{
		height: 30px;
		width: 30px;
	}
	.box3-rodape{
		display:none;
	}
	.box1-rodape, .box2-rodape{
		width:49% !important;
		padding:2em 0.5em 2em 2em !important;
	}
}
@media screen and (max-width:768px) {
	.redes-sociais-rodape{
		height: 30px;
		width: 30px;
	}
	.box3-rodape{
		display:none;
	}
	.box1-rodape, .box2-rodape{
		width:49% !important;
		padding:2em 0.5em 2em 2em !important;
	}
}
a:visited {text-decoration:none; color:#fff;}
a:active {text-decoration:none; color:#fff;}
a:link {color:#fff;}
a:hover {text-decoration:none; color:#fff;}