html{/*padding-bottom: 50px;*/}

body {background: #fffddd; text-align: center; font-family: "canalplus", helvetica, arial, sans-serif; overflow: hidden;}
.wrapper { width: 1280px; margin: auto;margin-left: 0;  max-width: 1280px;}

.section-wrapper {
	width: 992px;
	margin: 0 auto;
	text-align: left;
	position: relative;

}

nav {font-family:"canalplusbold";display: block;float: none;clear: both; color: white;}
nav div {float: left; cursor: pointer;}

html.no-touch nav .nav-item:hover,
html.no-touch nav .nav-item.active{
	border-bottom: 5px solid #463265;
}

html.no-touch .home .nav-item#home{
	border-bottom: 5px solid #463265;
}
html.no-touch .porqueadherirt .nav-item#por-que{
	border-bottom: 5px solid #463265;
}
html.no-touch .comoadherirt .nav-item#como{
	border-bottom: 5px solid #463265;
}
.nav-item {
	margin-top: 40px;
	margin-right: 20px;
	padding-bottom: 4px;
}



header {
	
}

header .section-wrapper {

}


footer {
	display: none;
}

.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fffddd;
}

.preloader .wrapper-preloader {
	width: 261px;
	height: 110px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -130px;
	margin-top: -55px;
}

.preloader .icon-preloader {
	width: 261px;
	height: 110px;
	background: url(../images/logo.png) no-repeat;
	display: block;
	float: left;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.preloader .name-preloader {
	width: 0px;
	height: 68px;
	background: url(../images/sprite.png) -200px -50px no-repeat ;
	display: block;
	float: left;
	margin-top: 150px;
	margin-left: -40px;
}

.icon-footer {
	width: 143px;
	height: 60px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: url(../images/sprite.png) 0px 0px no-repeat ;
}

a {text-decoration: none; color: inherit;}

/** 
	MASTERS
*/

.left {	float: left; }
.right {	float: right; }
.uppercase { text-transform: uppercase; }
.color-bg-violet {background: #463265;}
.color-violet {color: #463265;}
.color-white {color: white;}
.font-12 {font-size: 12px;}
.font-14 {font-size: 14px;}
.font-18 {font-size: 18px;}
.font-24 {font-size: 24px;}
.font-28 {font-size: 28px;}
.block {display: block;}

.type-open-normal{font-family: 'Open Sans', sans-serif; font-weight: 400;}
.type-open-light{font-family: 'Open Sans', sans-serif; font-weight: 300;}
.type-open-bold{font-family: 'Open Sans', sans-serif; font-weight: 700;}
.type-open-semibold{font-family: 'Open Sans', sans-serif; font-weight: 600;}


.border-radius-5 {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		    border-radius: 5px;
}

.color-bg-1 {
	background-color: #4c4038;
}

.modal {
	position: absolute;
	top: 50%;
	left: 50%;
}

.transition-all {
	-webkit-transition: all 0.25s ease-out;
	   -moz-transition: all 0.25s ease-out;
	     -o-transition: all 0.25s ease-out;
	        transition: all 0.25s ease-out;
}


/********/
