@CHARSET "UTF-8";

/*
* Verde: #8CBFB9
* Cinza: #F1F1F2
*/

img{
	max-width: 100%;
}
b,
strong{
	font-weight: 600;
}

h1{
	font-size: 22px;
	font-weight: 500;
	color: #8CBFB9;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h2{
	font-size: 14px;
	font-weight: 500;
	color: #8CBFB9;
	text-transform: uppercase;
	letter-spacing: 1px;
}
hr{
	border-top: 1px solid #8CBFB9;
}

body{
	font-family: "Gotham";
	font-size: 11px;
	color: #6D6E70;
}
header{
	position: fixed;
	display: block;
	width: 100%;
	z-index: 999;
	padding: 70px 0 20px 0;
	background-color: rgba(255,255,255,0.8);
}
header ul.menu{
	list-style-type: none;
	padding: 0;
	margin-top: 15px;
}
header ul.menu li{
	display: block;
	text-align: center;
}
header ul.menu li a:link,
header ul.menu li a:visited{
	padding: 10px;
	font-size: 16px;
	color: #8CBFB9;
}
#btnAbreMenu,
#btnFechaMenu{
	display: none;
}
header nav{
	margin-top: 24px;
}
header nav ul{
	padding: 0;
	list-style-type: none;
}
header nav ul li{
	display: inline-block;
}
header nav ul li a:link,
header nav ul li a:visited{
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #6D6E70;
	font-size: 12px;
	letter-spacing: 2px;
}
header nav ul li a:hover, header nav ul li a.active{
	text-decoration: none;
	color: #8CBFB9;
}

.topo{
	margin-bottom: 60px;
    min-height: 150px;
}

footer{
	margin-top: 60px;
	padding: 20px 0;
	border: 1px solid #8CBFB9;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	text-transform: uppercase;
	color: #A7A9AB;
	line-height: 24px;
	font-size: 10px;
}
footer address{
	margin-bottom: 10px;
}
footer .telefone{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
footer .telefone small{
	font-size: 12px;
	font-weight: 300;
}
footer .social ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
footer .social ul li{
	display: inline-block;
}
footer .social ul li a:link,
footer .social ul li a:visited{
	font-size: 22px;
	color: #8CBFB9;
	margin: 0 5px;
}

.bg-gray{
	background-color: #F1F1F2;
}

.spacer-30{
	display: block;
	width: 100%;
	height: 30px;
}
.spacer-60{
	display: block;
	width: 100%;
	height: 60px;
}
.spacer-90{
	display: block;
	width: 100%;
	height: 90px;
}
.spacer-120{
	display: block;
	width: 100%;
	height: 120px;
}