@charset "UTF-8";
/* CSS Document */

/*------------------[ RESET CSS ]<--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear:both;
}



/*------------------[ / RESET CSS ]<--------------------*/

/*------------------[ TOP ]<--------------------*/


#top-wraper {
	background:url(../images/bg-top-wraper.png) center;
	width:100%;
	height:472px;

	position:fixed;
}


#top {
	background:url(../images/bg-top.png) -788px;
	width:924px;
	padding-left:30px;
	padding-right:30px;
	height:472px;

	margin:0 auto 0;
}

#bar-wraper {
	padding-top:50px;
	padding-left:560px;

}

#bar-wraper a {
    font-family: 'NatRegular';
	font-size:9px;
	text-transform:uppercase;
	text-decoration:none;
	color:#e9e3dc;
	float:left;
	margin-right:30px;
}

#bar-wraper a:hover {
	color:#b2bbc1;
}

#btn-3r {
	background:transparent;
	width:82px;
	height:60px;
	display:block;
	float:left;
}

/*------------------[ / TOP ]<--------------------*/

body {
	background:#e9e3dc;
}


#main-wraper {
	width:100%;
	background:#e9e3dc;

}


#index-wraper {
	background:url(../images/bg-index.jpg) center no-repeat;
	width:100%;
	height:759px;
}

#index {
	background:url(../images/bg-index.jpg) -788px no-repeat;
	width:924px;
	height:759px;
	padding-right:30px;
	padding-left:30px;
	margin:0 auto 0 auto;
}

#index p {
	font-size:16px;
	color:#455560;
	text-transform:uppercase;
}

#index p#en {
	padding-top:260px;
    font-family: 'NatBook';
}

#index p#pt {
    font-family: 'NatBold';
}



/*------------------[ PRODUTOS ]<--------------------*/

#produtos {
	width:924px;
	height:759px;
	padding-right:30px;
	padding-left:30px;
	margin:0 auto 0 auto;
}

#tit {
    font-family: 'NatExtrabold';
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;

	width:100%;
	margin-bottom:50px;
}

#produto {
	width:275px;
	height:500px;
	float:left;
	margin-right:49px;
}

#produto-img {
	width:275px;
	height:370px;
	margin-bottom:50px;
}

h3 {
    font-family: 'RegularBold';
	font-size:16px;
	color:#FFF;
	line-height:18px;
}

h4 {
    font-family: 'AauxProBoldItalicRegular';
	font-size:13px;
	color:#455560;
	line-height:18px;
}

p {
    font-family: 'NatBook';
	font-size:13px;
	color:#455560;
	line-height:18px;
}

/*------------------[ / PRODUTOS ]<--------------------*/

/*------------------[ ESQUEMA ]<--------------------*/

#esquema {
	width:924px;
	padding-right:30px;
	padding-left:30px;
	margin:0 auto 0 auto;
}

#esquema-img {
	display:block;
	background:url(../images/esquema.png) no-repeat center;
	width:924px;
	height:548px;
	padding-top:30px;
	margin-bottom:50px;
}

/*------------------[ / ESQUEMA ]<--------------------*/

/*------------------[ VANTAGENS ]<--------------------*/

#vantagens {
	width:924px;
	padding-right:30px;
	padding-left:30px;
	margin:0 auto 0 auto;

	padding-bottom:100px;
}

#vantagem {
	width:275px;
	margin-right:49px;
	float:left;
	margin-bottom:50px;
}

#vantagem ul {
    font-family: 'NatBook';
	font-size:13px;
	color:#455560;
	line-height:18px;

	margin-top:30px;
}

#vantagem ul
{
list-style-type: none;
padding: 0;
}

#vantagem li
{
background-image: url(../images/list.gif);
background-repeat: no-repeat;
background-position: 0 12px ;
padding-left: 7px;
margin-left:-7px;
}

/*------------------[ / VANTAGENS ]<--------------------*/



/*------------------[ FOOTER ]<--------------------*/

#footer-wraper {
	background:url(../images/bg-footer.jpg) no-repeat center;
	width:100%;
	height:863px;
}

#footer {
	width:924px;
	padding-right:30px;
	padding-left:30px;
	margin:0 auto 0 auto;


}

#footer-col {
	width:275px;
	margin-right:49px;
	float:left;
	height:863px;
}

#col-top {
	width:275px;
	float:left;
	height:480px;
}

#footer p {
	color:#e9e3dc;
}


#bold {
    font-family: 'NatBold';
	text-transform:uppercase;
}

.blue {
	color:#b2bbc1;
}

#link-email {
	text-decoration:none;
	color:#e9e3dc;
}

#link-email:hover {
	color:#b2bbc1;
}

#link-gen {
	background-image:url(../images/logo-gen.png);
	background-position:top;
	display:block;
	height:11px;
	width:33px;
	float:left;
	margin-top:2px;
	margin-left:6px;
}

#link-gen:hover {
	background-position:bottom;
}

.copyright__gen a {
	font-family: 'NatBook';
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  color: #e9e3dc;
}

.copyright__gen a:hover{
	color: #b2bbc1;
}

.copyright__gen {
	padding-top: 200px;
}



/*------------------[ / FOOTER ]<--------------------*/
