/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/

body {font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif; background: url('img/body-bg.png'); background-repeat: repeat-x; background-color: #162B3E; }
p {color: #fff; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;}
a {color: #fff;}
a:hover {color: #00abd6;}
.topper {padding: 10px 0;}
.topper p {color:#fff; color: rgba(255,255,255,.6); font-size: 11px;}

.header {padding: 20px 0;}

.nav li {
	display: inline-block;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.boxes li span {

	display: block;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 5px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h2 {font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif; font-size: 15px; color: #00abd6; text-align: center; font-weight: bold; padding: 30px 0;}

.footer-links {
	padding: 50px 0 20px 0;
	text-align: center;
}

.footer-links li {
	display: inline-block;
	padding: 5px 0;
	color:#fff; color: rgba(255,255,255,.6); 

}

.footer-links li:after {
	content: '|';
	margin-left: 5px;
}

.footer-links li:last-child:after {
	content: '';
	margin-left: 0;
}

.centered {text-align: center;}

.footer h2 {padding: 0;}

.cities {
	padding: 10px 0;
}

.cities li {color: #fff;}

.social {margin-top: 30px;}
.social img {width:60px;}

.relogos {display: flex; justify-content: center;}
.center-flex {width: 300px; display: flex; margin: auto; text-align: center; justify-content: center;}
.center-flex img {display: inline-block; padding: 10px; margin: auto;}