@charset "utf-8";
/* CSS Document */
.Rodape{width:100%;
overflow:hidden;
padding:50px 0px;
background-color:#fbb649;
background-image:url(../_imagens/ptn.png);}


.BoxRodape{width:30%;
float:left;
overflow:hidden;
border:0px solid red;
margin:0 16px;
display:block;}

.Fb{margin-top:37px;
}

.BoxRodape p{margin-top:20px;
font-size:14px;
color:white;
width:100%;
text-align:left;
line-height:18px;
letter-spacing:.5px;}

.BoxRodape h3{font-size:14px;
color:white;
font-weight:900;
text-transform:uppercase;}

.FormRodape{margin-top:20px;
width:100%;}

.InputRodape{border:none;
width:96%;
border-radius:2px;
height:18px;
padding:5px;
transition:all 1s;
margin-bottom:5px;}

.AreaRodape{width:96%;
padding:5px;
border:none;
border-radius:2px;
resize:none;
height:44px;}


.BtRodape{padding:8px 20px;
border:none;
border-radius:2px;
background-color:rgba(52, 73, 94,1.0);
color:white;
margin-top:5px;}

.BtRodape:hover{background-color:rgba(37,52,68,1.00);
cursor:pointer;}


.PosRodape{
width:100%;
text-align:center;
font-size:14px;
color:white;
border-top:1px solid white;
padding:22px 0px 10px 0px;
overflow:hidden;
float:left;
display:block;
margin-top:50px;}

.PosRodape img{width:170px;
height:40px;}

.PosRodape a{color:#474747;}

.PosRodape a:hover{color:white;}

.PosRodape p{width:100%;
margin-bottom:25px;
color:white;}

.SocialRodape{padding:11px;
width:180px;
width:100%;
text-align:center;
}

.SocialRodape img{width:27px;
height:27px;
margin:0 5px;}

.SocialRodape img:hover{transform:rotate(360deg);
transition:all 1s;
cursor:pointer;}

.BtSubir a{right:20px;
position:fixed;
bottom:20px;
display:none;
padding:10px 12px;
background-color:rgba(255,255,255,0.60);
border-radius:300px;}

.BtSubirOn a{display:block;}


.MapaRodape{margin-top:20px;}




/*-------------MEDIA QUERY-----------------*/
	
	@media screen and (max-width:1083px){
		
		.BoxRodape{width:100%;
		margin:0 auto 30px auto;
		}
		
		.InputRodape{margin-bottom:10px;
		height:40px;
		width:100%;}
		
		.AreaRodape{height:120px;
		width:100%;}
		
		.BtRodape{margin-top:13px;}
		
	
		
		

	}

	
	
		

