img{
	border:none;
	}

html, body{
	background-color:#FFF;
	margin:0px;
	padding:0px;
	border:0px;	
    overflow-x: hidden;
    overflow-y: scroll;	
	}

#Header{
	float:left;
	width:100%;
	height:138px;
	position:fixed;
	background-image:url(../images/bgHeader.png);
	background-position:top center;
	background-repeat:repeat-x;
	}	
	
#InterHeader{
	margin:0 auto;
	width:1152px;
	height:138px;	
	}

#logotipo{
	float:left;
	width:150px;
	padding:0 0 50px 0;
	}

#menu-top{
	float:left;
	width:952px;
	height:68px;
	}
	
#menu-bottom{
	float:left;
	width:952px;
	height:70px;
	}	
	
#NewBG_Fixed{
	float:left;
	width:100%;
	background: url(images/bg.jpg) no-repeat top center fixed; 
	background-color:#fff;
	background-size:cover;
	}
		
#NewBG_NoFixed{
	float:left;
	width:100%;
	background: url(images/bg.jpg) no-repeat top center; 
	background-color:#fff;
	background-size:cover;
	}

#Gap{
	float:left;
	width:100%;
	min-height:400px;
	background-position:top center;
	}	
	
#Wrapper{
	float:left;
	width:100%;
	}

#Content{
	margin:0 auto;
	max-width:1152px;
	}

.trinca{
	width:30%;
	float:left;
	padding:1%
	}	

.dupla{
	width:400px; 
	float:left;
	min-height:200px; 
	margin:0 90px 0 40px; 
	}
	
.video{
	width:60%; 
	float:left;		
	}

.coluna_01{
	float:left; 
	width:50%;
	min-height:400px;
	background-color:#FFF; 
	padding:0 200px 30px 50px;
	}

.coluna_02{
	float:left; 
	width:35%; 
	min-height:400px;
	background-color:#fff; 
	margin:70px 0 0 -150px;
	padding:0 40px 0 0;
	}
	
.coluna_parceiros{
	float:left; 
	width:35%; 
	min-height:400px;
	background-color:#fff; 
	margin:0 0 0 -150px;
	padding:0 40px 0 0;
	}	
	
.coluna_03{
	float:left; 
	width:35%; 
	min-height:400px;
	background-color:#fff; 
	margin:70px 0 0 -150px;
	padding:0 40px 0 0;
	}

.coluna_all{
	float:left; 
	max-width:1092px;
	background-color:#FFF; 
	padding:0 30px 20px 30px;
	}


.lista {
	width:250px;
	min-height:300px;
	list-style:none;
	float:left;
	padding:20px;
	margin:0 28px 20px 28px;	
	border:1px #999 solid;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	 border-radius:10px;
	}						


	
/*-------------------TEXT----------------------------------------------------------*/

@font-face {
     font-family: effraBold;
	 src:url(../fonts/Effra_Std_Bd.ttf);
	}
	
@font-face {
     font-family: effraLight;
	 src:url(../fonts/Effra_Std_Lt.ttf);
	}	

h1{
	font-family:effraBold;
	font-size:90px;
	line-height:65px;
	}
	
h2{
	font-family:effraLight;
	font-size:90px;
	}	

h3{
	font-family:effraBold;
	font-size:35px;
	line-height:30px;
	color:#ec0f17;
	}

h4{
	font-family:effraLight;
	font-size:35px;
	color:#ec0f17;
	}	

h5{
	font-family:effraBold;
	font-size:20px;
	line-height:25px;
	color:#706c6c;
	}

h6{
	font-family:effraLight;
	font-size:20px;
	line-height:25px;
	color:#706c6c;
	}	


a.link1:link {
	font-family:effraLight;
	font-size:20px;
	line-height:25px;
	color:#706c6c;
	text-decoration:none;
}

a.link1:visited {
	font-family:effraLight;
	font-size:20px;
	line-height:25px;
	color:#706c6c;
	text-decoration:none;
}

a.link1:hover {
	font-family:effraLight;
	font-size:20px;
	line-height:25px;
	color:#ec0f17;
	text-decoration:none;	
	}


a.link2:link {
	font-family:effraLight;
	font-size:20px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
}

a.link2:visited {
	font-family:effraLight;
	font-size:20px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
}

a.link2:hover {
	font-family:effraLight;
	font-size:20px;
	line-height:25px;
	color:#fff;
	opacity:0.5;
	text-decoration:none;	
	}


a.link3:link {
	font-family:effraBold;
	font-size:15px;
	line-height:20px;
	color:#ec0f17;
	text-decoration:none;
}

a.link3:visited {
	font-family:effraBold;
	font-size:15px;
	line-height:20px;
	color:#ec0f17;
	text-decoration:none;
}

a.link3:hover {
	font-family:effraBold;
	font-size:15px;
	line-height:20px;
	color:#ec0f17;
	text-decoration:none;
	opacity:0.5;
	}



/*-------------------Menu Responsive--------------------------------------------------------*/


.menu li{	
	display:block; /* centraliza na horizontal */
	list-style:none;
	float:left;
	list-style:none;
	}			



/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 46px;
	text-align: center;
	line-height: 50px;
	font-family: effraLight;
	color: #fff;
	background: #ec0f17;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #FFF;
	color:#999;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: effraLight;
	text-decoration: none;
	color: #fff;
	background-color:#F00;
	text-align: left;
	padding: 10px 0 30px 200px;
	margin-left:-200px;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 1130px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 0;
		margin-left:-320px;			
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
		text-align:left;
		padding-left:160px;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}

	/*-----------------------------------------Outros CSS-----------------------------------*/


	.hidden{
		display:none;
		}

	.backBlack{
		background-image:url(../images/BlackTransparent.png);
		background-repeat:repeat-x;
		background-size:auto 100%;
		}


	#NewBG_NoFixed{
		background-size:1400px;
		}
	
	#NewBG_Fixed{
		background-size:1400px;
		background-attachment:scroll;
		}	

	.coluna_01{
		width:90%;
		padding:5%;
		text-align:left;	
		}
		
	.coluna_02{
		display:none;
		}		

	.trinca{
		width:90%;
		padding:5%;
		text-align:center;
		}	

	.dupla{
		width:50%;
		padding:5%;
		text-align:left;
		}

	.coluna_all{
		width:90%;
		padding:5%;
		}

	.lista {
		width:90%;
		padding:5%;
		margin:1%;	
		}					

	.video{
		width:100%;
		float:left;
		}
	
	.float_left{
		width:150px;
		float:left;		
		}	

	h1{
		font-size:40px;
		line-height:30px;
		}

	h2{
		font-size:40px;
		}

	h4{
		line-height:90px;
		}
		
}


