/* banner principal */
.slideshow {
	position: relative;
    height: 610px;
    margin: 0 auto;
}
.slideshow .slides, .slideshow .slides > div {
	height: 610px;
}
.slideshow .slides {
	position: relative;
}
.slideshow .slides > div {
	position: absolute; z-index: 1;
	top: 0px; left: 0px;
	width: 100%;
}
.slideshow .slides > div > a {
	display: block;
	position: absolute;
	width: 100%; height: 100%;

	background: url(../img/click-faker.png);
}
.slideshow .slides > .active {
	z-index: 3;
}
.slideshow .slides > .changing {
	z-index: 2;
}

.slideshow .nav {
	z-index: 200;
	position: absolute;
	bottom: 0; left: 50%;
	width: 345px;
	margin: 0 0 0 145px;
	padding: 0;
}
.slideshow .nav a {
	float: right;
	display: block;
	width: 40px;
    height: 40px;
	margin: 0 0 0 5px;
	padding: 0;
	
}
.slideshow .next {
	background: url(../img/btn_banner_next_up.png);
}
.slideshow .next:hover {
	background: url(../img/btn_banner_next_hover.png);
}
.slideshow .prev {
	background: url(../img/btn_banner_prev_up.png);
}
.slideshow .prev:hover {
	background: url(../img/btn_banner_prev_hover.png);
}
.slideshow .subtitle {
	float: right;
	display: block;
	width: 230px;
    height: 27px;
	margin: 0 5px 0 0;
	padding: 13px 10px 0;

	background: #2f2f2f;

	color: #FFF;
	font: 15px "GothamRegular";
}
.slideshow h2 {
	position: absolute;
	z-index: 100;
	left: 50%;
	width: 320px;
	height: 85px;
	margin: 255px 0 0 175px;
	padding: 0;

	font-size: 46px; 
	line-height: 42px;
}
.slideshow h2 a {
	padding: 0 55px 0 0;

	background: url(../img/title_arrow_up.png) no-repeat right bottom 16px;

	color: #ffffff;
	text-decoration: none;
}
.slideshow h2 a:hover {
	background: url(../img/title_arrow_hover.png) no-repeat right bottom 16px;
	color: #b17930;
}
/* END - banner principal */



/* intro */
.home .intro h1 {
	margin: 16px 0 0;

	text-align: center;
}
.mac.ff .home .intro h3 {
	line-height: 25px;
    margin: -13px 0 0;
}
.home .intro p {
	overflow: hidden;

	height: 55px;
	margin: 36px 0 0 0;

	color: #8c8c8c;
	font: 14px "GothamRegular";
    line-height: 18px;
    text-align: center;
}
.home .intro .btn {
	width:33px;
	height:33px;
	display:block;
	margin: 40px auto 0;
}
.home .intro .btn.more  {
	background: url(../img/btn_more_up.png);
}
.home .intro .btn.more:hover  {
	background: url(../img/btn_more_hover.png);
}
.home .intro .btn.less  {
	background: url(../img/btn_less_up.png);
}
.home .intro .btn.less:hover  {
	background: url(../img/btn_less_hover.png);
}
/* END - intro */

/* destaques principais */
.highlights article  {
	width: 300px;
	height: 220px;
	padding: 0;
	float: left;
	margin: 0 0 0 40px;
	overflow: hidden;
}
.highlights article:first-child  {
	margin: 0;
}
.highlights article figure {
	position: absolute;
}
.highlights article > div {
	position: relative; z-index: 500;
	top: 155px;
}
.mac.ff .highlights article > div {
	 margin: 7px 0 0;
}
.mac.ff .highlights article h2 {
    line-height: 39px;
}
.mac.ff .highlights article h2 a {
	display: block;
}
.mac.ff .highlights article h3 {
 	line-height: 36px;
    margin: -10px 0 -1px;
}

#home-highlights {
	position: relative;
	overflow: hidden;

	height: 219px;
}
#home-highlights-overflow {
	position: relative;
	width: 301%;
}
#home-highlights-overflow > div {
	float: left;
	width: 33.25%;
}

.highlights .nav  {
	float:none;
	margin: 0 auto;
	text-align:center;
	display:table;
}
.highlights .nav a:first-child  {
	margin: 40px 0 0 0;
}
.highlights .nav a {
	font-family: 'JMF';
    font-size: 16px;
    line-height: 33px;
	color:#b2b2b2;
	background: url("../img/icon_page_up.png") no-repeat;
	width:33px;
	height:33px;
	display:block;
	margin: 40px 0 0 10px;
	float:left;
	text-decoration:none;
	text-align:center;
}
.touch .highlights .nav a {	
	font-family: "JMF A", "JMF B";
}
.mac.ff .highlights .nav a {
	line-height: 42px;
}
.highlights .nav a:hover  {
	color:#fff;
	background: url("../img/icon_page_hover.png") no-repeat;
}
.highlights .nav a:active,
.highlights .nav a.active {
	background: url("../img/icon_page_active.png") no-repeat;
}

/* END - destaques principais */

	

/* história */
div.history figure {
	float: left;

	width: 490px;
	height: 225px;
	padding: 0;

	background: #2b2b2b;
}
div.history > div {
	float: left;
	
	width: 450px;
	height: 185px;
	padding: 20px;

	background: #2b2b2b;
}
.mac.ff div.history > div h2 {
	margin: -1px 0 -9px;
	line-height: 40px;
}
.mac.ff div.history > div h2 a {
	display: block;
}

div.history h3 {
        margin:10px 0 0 0;
	font-size:20px;
        line-height:20px;
}
.mac.ff div.history h3 {
	line-height: 20px;
}
/* END - história */

/* news */
.news .label {
	padding:50px 0 50px 0;
	overflow:hidden;
}
.news .label > div {
	display: table;
	margin: auto;
}
.news .left_label { 
	background: url("../img/left_label.png") #b17930 no-repeat top left;
	width:11px;
	height:30px;
	display:block;
	float:left;
	padding:0 60px 0 0;
}
.news .right_label { 
	background: url("../img/right_label.png") #b17930 no-repeat top right;
	height:26px;
	display:block;
	float:left;
	padding:4px 70px 0 0;
}
.news article  {
	width: 230px;
	padding: 0;
	float: left;
	margin: 0 0 0 20px;
}
.mac.ff .news article h3 a {
	display: block;
}
.news article:first-child {
	margin: 0;
}
.news article img {
	margin: 0 0 20px 0;
        height: 145px;
}
.mac.ff .news article h4 {
	line-height: 12px;
}
.news article p {
	margin: 20px 0 0 0;
}
.mac.ff .news article p {
	margin: 10px 0 0;
}
/* END news */

/* Notícias */
.noticias article  {
	width: 300px;
	height: 260px;
	padding: 0;
	float: left;
	margin: 20px 10px 20px 10px;
	overflow: hidden;
}

.noticias article figure {
	position: absolute;
}
.noticias article > div {
	position: relative; z-index: 500;
	top: 210px;
}



