/* -----------------------------------------------------------
	Desenvolvido por: Quax
	URL: www.quax.com.br
* ----------------------------------------------------------- */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.chromeframe {position: absolute; top: 0;}

html, body {
	min-width: 1000px;
	width: 100%;
	min-height: 100%;
	height: auto;
}
body {
	font: 300 18px "Lato", sans-serif;
	color: #222;
}

select, input, textarea, button { color: #222; }
select, input, textarea, button { outline: none; }

p { line-height: 27px; }

a { color: #f15c22; }
a:hover { color: #000; }

::-moz-selection{ background: #ccc; color: #fff; text-shadow: none; }
::selection { background: #ccc; color: #fff; text-shadow: none; } 

a:link { -webkit-tap-highlight-color: #ccc; }

ins { background-color: #ccc; color: #000; text-decoration: none; }
mark { background-color: #ccc; color: #000; font-style: italic; font-weight: bold; }

input:-moz-placeholder { color:#333; }
textarea:-moz-placeholder { color:#333; }

.no-scroll { overflow: hidden; }

/* -----------------------------------------------------------
	Header
* ----------------------------------------------------------- */
header {
	position: relative;
	width: 100%;
	min-height: 620px;
	overflow: hidden;
}
header h1 {
	z-index: 2;
	position: absolute;
	top: 6%;
	left: 50%;
	width: 212px;
	height: 212px;
	margin: 0;
	margin-left: -106px;
	display: block;
	background: url(../img/logotipo.png) no-repeat;
	text-indent: -9999px;
}
header h2 {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	margin-left: 0;
	margin-left: -400px;
	font-size: 28px;
	font-weight: 100;
	text-align: center;
	line-height: 39px;
	color: #fff;
}
header a {
	z-index: 2;
	position: absolute;
	bottom: 6%;
	left: 50%;
	margin-left: -107px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	line-height: 40px;
	color: #fff;
}
header a span {
	margin-right: 10px;
	float: left;
	font-size: 40px;
	font-weight: 100;
}
header a:hover { color: #fff; }
header ul {
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	list-style: none;
	background: #000;
}
header ul li {
	width: 100%;
	height: 100%;
}
header ul li img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	display: block;
	opacity: .4;
}

/* -----------------------------------------------------------
	Empresa
* ----------------------------------------------------------- */
#empresa {
	z-index: 100;
	position: relative;
	width: 100%;
	padding: 75px 0;
	background: #fff;
}
#empresa .wrap {
	width: 1000px;
	margin: auto;
}
#empresa h2 {
	margin: 0 0 40px;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	color: ;
}
#empresa hr {
	width: 44px;
	height: 0;
	margin: 0 auto;
	border: none;
	border-top: 4px dotted #333;
}
#empresa p {
	padding: 0 85px;
	margin: 40px 0;
	text-align: center;
}
#empresa blockquote {
	margin: 40px 2px;
	border-top: 4px dotted #333;
	border-bottom: 4px dotted #333;
}
#empresa blockquote p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}
#empresa ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#empresa ul li {
	width: 150px;
	height: 150px;
	margin: 5px 30px;
	border: 4px solid #333;
	border-radius: 200px;
	display: inline-block;
}
#empresa ul li strong {
	padding: 35% 0;
	width: 100%;
	float: left;
	display: block;
}
#empresa ul li strong.one { padding: 43% 0; }
#empresa h3 {
	margin: 0;
	margin-top: 40px;
	text-align: center;
}
#empresa h3 a {
	padding: 0 0 1px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	text-decoration: none;
	color: #222;
}
#empresa h5 {
	margin: 0;
	margin-top: 10px;
	text-align: center;
}

footer {
	z-index: 200;
	position: relative;
	display: block;
	background: #000;
	font-size: 60%;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
footer p {
	margin: 17px 0;
	line-height: 17px;
}
footer a {
	padding: 0;
	border-bottom: 1px solid #fff;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
footer a:hover { color: #fff; }