@charset "utf-8";
/* CSS Document */

#apoio {
	float:left;
	width:100%;	
	margin-top:20px;
}
#apoio h1 {font-size:18px;}
#rodape, #contRodape {display:none;}
#rodape {
	position:absolute;
	left:0;
	width:100%;
	z-index:1;
	bottom:0;
}
#rodape .fundoRodape1 {
	position:relative;
	float:left;
	width:100%;
	background:#ddd;
	/*background:#59595b;
	border-top:10px solid #333;*/
	height:480px;	
}
#rodape .fundoRodape2 {
	position:relative;
	float:left;
	background:#333;
	border-top:10px solid #222;
	height:405px;
	width:100%;
	border-bottom:15px solid #222;
}

#contRodape {
	float:left;
	width:100%;
	margin-top:50px;
	height:800px;
}
.containerRedesSociais {
	float:left;
	width:96%;
	padding:10px 2% 10px 2%;
	clear:both;
	height:400px;
	clear:both;
	margin-top:20px;
	margin-bottom:50px;
}
.colunaRS {
	float:left;
	width:280px;
	margin:1%;
}
.colunaRS:nth-child(3) {
	margin-left:-35px;
	width:380px;
}
.colunaRS:nth-child(3) .iconRS h1 {
	font-size:40px;	
}
.colunaRS .iconRS {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.colunaRS .iconRS img {float:left;}
.colunaRS .iconRS h1 {
	float:left;
	font-size:42px;
	margin-top:35px;
}
.facebook,.twitter {position:relative;float:left;border-radius:5px;}
.twitter {width:245px;}
.fb-like-box {
	background:#fff;	
}
.container-top-rodape {
	float:left;
	width:96%;
	padding:30px 2% 10px 2%;
	margin-bottom:20px;
	height:310px;
}
.logoRodape {
	float:left;
	margin-right:20px;
	height:300px;
	width:190px;
}
.logoRodape img {float:left;}
#contato_mapa {
	float:left;
}
#contato_mapa h1 {
	font-size:18px;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	line-height:20px;
	color:#666;
	text-align:left;
	font-weight:600;
	margin-top:10px;
	border-top:1px solid #fff;
}
#contato_mapa h2 {
	font-size:14px;
	padding:0;
	margin:0 0 5px 0;
	color:#ddd;
	line-height:20px;
	text-align:justify;
}
#contato_mapa span {
	float:left;
	width:100%;
	font-size:15px;
	color:#aaa;
	font-weight:bold;
}
.menusRodape {
	width:76%;
	float:right;
	padding:5px 2% 0 0;
	border-top:1px solid #fff;
}
.menusRodape ul {
	float:right;
}
.menusRodape ul li {
	float:left;
}
.menusRodape ul li a {
	font-family:'Open Sans';
	font-style:italic;
	color:#666;	
	font-size:13px;
	display:block;
	padding:10px;
	border-radius:5px;
}
.menusRodape ul li a:hover {
	background:#222;
	color:#fff;
}
#map {
	float:right;
	width:700px;
	height:245px;
	margin-bottom:30px;
	margin-right:20px;
	border:4px solid #222;
	border-radius:5px;
}
.copyrightRodape {
	float:left;
	width:96%;
	height:20px;
	padding:10px 2% 10px 2%;
	background:#222;
	border-radius:5px;
	font-family:'Open Sans';
}
.copyLeft {
	font-size:12px;
	float:left;
	color:#fff;
}
.copyRight {
	font-size:12px;
	float:right;
	color:#fff;
}
.linkTopo {margin-top:40px;}
a.voltarTopo {
	float:right;
	padding:0 5px 5px 20px;	
	background:url('/images/seta-topo.png') no-repeat 0 2px;
	margin-left:10px;
	height:15px;
}