body {
	font-family: Calibri, sans-serif;
	font-size: 18px;
}

.clr {
	float: none;
	clear: both;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.scroll-pane {
	outline: none;
}

/**
*/

.header {
	position: fixed;
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 5px;
	background: #fff;
	overflow: hidden;
	z-index: 999;
}

.header .faixa-topo {
	width: 100%;
	height: 10px;
	background: #e4e4e4;
}

.header .container {
	position: relative;
}

.header .logo {
	float: left;
	width: 271px;
	height: 157px;
	margin: 0;
	margin-top: 5px;
	background: url(../images/logo-2016.png);
}

.header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.header .contain-menu {
	position: absolute;
	top: -10px;
	left: 290px;
	width: 100%;
	height: 100%;
	background: url(../images/bg-menu.png);
	box-shadow: 0 10px 0 #e4e4e4 inset;
}

.header .contain-menu:before {
	position: absolute;
	content: "";
	width: 100%;
}

.header .contain-menu:before {
	height: 100%;
	left: 100%;
	background: #ececec;
	z-index: -1;
}

.contain-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.contain-menu ul li {
	display: inline;
}

.contain-menu ul li a {
	position: relative;
	float: left;
	margin-top: -10px;
	padding: 100px 35px 13px;
	font-size: 18px;
	color: #f16136;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hover .contain-menu ul li a {
	padding-top: 50px;
}

.contain-menu ul li a.active,
.contain-menu ul li a:hover {
	background: #f16136;
	color: #fff;
}

/**
 * 
 */
.wrapper-content {
	padding-top: 200px;
}

/**
 * 
 */
section {
	margin-bottom: 150px;
	color: #f58220;
}

/**
*/

.footer {
	width: 100%;
	margin-top: 30px;
	padding: 5px 0 0;
	color: #f16136;
}

.footer .salmo {
	width: 100%;
	padding: 5px 0;
	text-align: center;
}

.footer .contain-footer {
	position: relative;
	width: 100%;
	padding: 15px 0;
	background: #ececec;
	border-top: 2px solid #f16136;
	border-bottom: 10px solid #f16136;
}

.footer .btn-chat {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 170px;
	height: 47px;
	margin-top: -24px;
	background: url(../images/btn-chat.png);
}

.footer p {
	margin: 0;
}

.footer .copy {
	float: left;
}

.footer .dev {
	float: right;
}

.footer a {
	color: #f16136;
	text-decoration: none;
}