footer{
	border-top: 3px solid #0054a4;
	background: #fff;
	padding-top: 40px;
	color: #333;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-weight: 200;
	font-size: 16px;
}
.rodape-content{
	margin-top: 10px;
}
.rodape-content h4{
	font-weight: 500;
}
.rodape-content span{
	display: block;
}
.social-icon{
	color: #00456b;
	font-size: 40px;
}
.social-call{
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}
.social-content{
	margin-top: -10px;
}
.rodape-alinhamentos{
	text-align: center;
}
.copyright{
	padding: 20px;
	background: #00456b;
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 5px;
}
@media screen and (max-width: 767px){
	.social-call{
		margin-bottom: 0;
	}
	.rodape-alinhamentos{
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 768px){
.rodape-alinhamentos{
	text-align: right;
}
.social-call{
	text-align: left;
}
}
.go-to-top a{
	position: fixed;
	bottom: 5px;
	right: 5px;
	padding: 0;
	background-color: #1b1b1b;
	border-radius: 5px;
	opacity: 0;
	color: #fff;
	transition: background-color 0.2s linear;
}
.go-to-top a:hover{
	background-color: #000;
	transition: background-color 0.2s linear;
}