footer {
	background-color: #001a3b;
	color: #FFF;
	padding: 20px;
	margin-top: 10px;
	text-align: center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

footer address:last-child {
	margin-bottom: 0;
	line-height: 2em;
	font-family: HelveticaNeue;
}

.footer-flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.linkedin {
	color: #FFF;
}

#footer-google-maps {
	flex-basis: 300px;
}

@media(max-width: 575px) {
	#footer-google-maps {
		margin-top: 1rem;
	}
}

.footer-mapa-do-site {
	text-align: left;
	width: 300px;
}

.footer-titulo {
    font-family: UbuntuMono-B;
	text-transform: uppercase;
	font-size: medium;
	margin-top: 5px;
	font-weight: 600;
}

.footer-mapa-lista {
    list-style-type: none;
    margin-left: unset;
    padding: unset;
}

.footer-mapa-lista > li > a {
    color: white;
    font-size: small;
}