@import url(./bootstrap.min.css);
@import url(./custom.css);
@import url(./sobre-nos.css);
@import url(./responsive.css);

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #0489b1;
	color: white;
	text-align: center;
}