.total-rodape{
	width: 100%;
	background: #053367;
	position: relative;
	padding-bottom: 135px;
}
.total-rodape .conteudo{
	position: relative;
}
.sombra-rodape{
	width: 100%;
	height: 13px;
	
	position: absolute;
	top: -13px;
	left: 0px;
}
.titulo-padrao-rodape{
	color: #FFF;
	font-size: 25px;
	font-weight: 900;
}
.titulo-padrao-rodape span{
	font-size: 22px;
	display: block;
	font-weight: 300;
}

/* LOGO E REDES SOCIAIS */
.campo-logo{
	width: 221px;
	float: left;
}
.icones{
	display: table;
	margin: 0 auto;
}
.logo-rodape{
	width: 221px;
	height: 168px;
	text-align: center;
	margin-top: 72px;
}

/* CONTATOS RODAPE */
.campo-contatos-rodape{
	width: calc(100% - 721px);
	float: left;
	padding-left: 74px;
	padding-top: 70px;
}
.total-campos-contato{
	margin-top: 25px;
}
.campos-contato{
	margin-bottom: 20px;
}
.icone-campo{
	float: left;
	width: 16px;
}
.campo-conteudo-contato{
	float: left;
	width: calc(100% - 38px);
	padding-left: 9px;
}
.titulo-campo{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.texto-campo{
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	padding-top: 3px;
}
.icone-telefone,
.icone-email,
.icone-endereco{
	width: 38px;
	height: 38px;
	border-radius: 100%;
}
.icone-telefone{
	background: url('../../imagens/icon-telefone.svg') 50% 50% no-repeat #FFF;
}
.icone-email{
	background: url('../../imagens/icon-email.svg') 50% 50% no-repeat #FFF;
}
.icone-endereco{
	background: url('../../imagens/icon-endereco.svg') 50% 50% no-repeat #FFF;
}

/* CAIXA FACEBOOK */
.caixa-facebook{
	width: 470px;
	float: right;
	padding-top: 70px;
}
.contorno-caixa-facebook{
	width: 100%;
	min-height: 10px;
	margin-top: 24px;
	-webkit-box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 11px -1px rgba(0,0,0,0.75);
}

/* BAIXO RODAPE */
.total-baixo-rodape{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	min-height: 81px;
	padding-top: 28px;
	color: #FFF;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	background: #002858;
}
.total-baixo-rodape span{
	float: left;
	display: block;
}
.total-baixo-rodape a{
	color: #FFF;
	display: table;
	float: right;
}