/*=============================================
	RODAPÉ → newsletter
  =============================================*/
    .newsletter{
		color:#333;
		font-size:13px;
        left:50%;
        line-height:22px;
		margin-left:-200px;
		overflow:hidden;
        position:absolute;
        top:10px;
		width:400px;
	}
    .newsletter > .titulo{
        font-size:13px;
        line-height:22px;
        margin:0 0 5px 0;
    }
    .newsletter > .titulo > .faixa{
        width:38%;
        height:1px;
        background:#333;
        display:block;
    }
	.newsletter > .newsletter-form{
		overflow:hidden;
	}
	.newsletter .inputText{
		background:#FFF;
		border:solid 1px #CCC;
		float:left;
		height:26px;
		margin-right:1%;
		width:43%;
	}
	.newsletter .bt-enviar{
		background:#666;
		color:#FFF;
		display:block;
		float:right;
		font-size:14px;
		height:26px;
        line-height:26px;
		text-align:center;
		text-decoration:none;
		width:12%;
	}
	.newsletter .bt-enviar:hover{
		background:#FF5C26;
	}
	.newsletter .msg{
		float:left;
		height:20px;
		margin:0;
		padding:0;
		width:100%;
	}
	#rodape-cont{
		position:absolute;
		right:1%;
		text-align:center;
		top:10px;
		width:33%;
	}
	#rodape-atendimento{
		color:#444;
		display:inline-block;
		font:13px/22px 'Lato', sans-serif;
		margin:0 auto 25px auto;
		text-align:center;
		width:250px;
	}
	#rodape-social{
		display:inline-block;
		overflow:hidden;
		top:-25px;
	}
/*=============================================
	FIM: RODAPÉ
  =============================================*/