/* style rodape */
/*############ footer ##############*/
.footer-menu {
    
    background: #23517e;
    
}

.bloco_footer {
    display: inline-block;
    /*margin-right: 30px;*/
}

.footer-menu ul {
	margin: 0px 0px 20px;
}
.logo_footer {
    /*width: 18%;*/
    border-right: 3px solid #fff;
}
/*.logo_footer img {
    width: 127px;
    height: 96px;
}*/
#block-rodape > div > div.logo_footer > div {
    background: url("../images/logo_footer.png");
    background-size: 127px;
    background-repeat: no-repeat;
    width: 127px;
    height: 96px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.endereco_footer {
    /*width: 22%;*/
    height: 120px;
    
   
}
.endereco_footer p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 10pt;
	margin-bottom: 0px;
}
.mapa_site {
    /*width: 18%;*/
    /*padding-left: 70px;*/
	margin-top: -20px;
}
.mapa_site h2 {
    color: #fff;
    font-weight: bold;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
}
.mapa_site ul {
    list-style: none;
}
.mapa_site ul li a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}
.mapa_site ul li a .icon {
    margin-right: 3px;
    font-weight: bold; 
    color: #9bacb4;
}
.rede_social {
    /*width: 20%;*/
    /*float: right !important;*/
    margin-right: 0 !important;
}
.rede_social ul {
    list-style: none;
	float: right;
}

.rede_social ul:last-child {
    clear: both;
}
.rede_social ul li {
    float: left;
    margin-left: 10px;
}
.rede_social .social {
    width: 20px;
    height:20px;
    border-radius: 20px;
}
.rede_social .facebook {
    background: url("../images/icones - redes sociais (1).png");
    background-size: 20px;
	background-repeat: no-repeat;
}
.rede_social .twitter {
    background: url("../images/icones - redes sociais (5).png");
    background-size: 20px;
	background-repeat: no-repeat;
}
.rede_social .instagram {
	background: url("../images/icones - redes sociais (4).png");
    background-size: 20px;
	background-repeat: no-repeat;
}
.rede_social .email {
    background: url("../images/icones - redes sociais (3).png");
    background-size: 20px;
	background-repeat: no-repeat;
}
.rede_social .icon_information {
    background: url("../images/icone - superior (5).png");
    background-size: 20px;
	background-repeat: no-repeat;
}
/*.rede_social .exclamacao img {
    width: 40px;
    height: 40px;
}*/

@media (max-width: 991px) {
	
	.logo_footer {
		border: none;
	}
	
	div.footer-menu > div > div > div > div > div > div {
		text-align: center;
		font-size: 10pt;
		margin: 20px;
	}
	
	div.footer-menu > div > div > div > div > div > div > div.bloco_footer {
		margin-bottom: 20px;
	}
	
	div.footer-menu > div > div > div > div > div > div > div.endereco_footer p {
		font-size: 10pt;
		text-align: center;
	}
	
	.rede_social ul {
		list-style: none;
		float: none;
	}
	
	.rede_social{
		display:none;
	}
	
}
	
@media (max-width: 767px) {
	
	.logo_footer img {
		height: 120px;
		margin-top: -85px;
	}
	
	.logo_footer, .mapa_site, .rede_social{
		display:none;
	}

	/*#block-views-block-view-bloco-de-programas-nacionais-block-prog-da-jt {
		margin-bottom: 5px;
	}*/

	div > div > div > div > div.region-bottom-wrapper {
		margin-top: -20px;
	}
	
}