/*
	[Initial]
				 */
				 
img, object, embed, video {
	max-width: 100%;
	}
	
body{ 
	background:#FFFFFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}


/*
	[Attribute]
				 */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
   text-decoration:none;
	}


/*
	[FONTS]
				 */
@font-face {
  font-family: 'axiforma-light';
  src: url("font/axiforma-light.otf");
	font-weight: lighter;
}

@font-face {
  font-family: 'axiforma-bold';
  src: url("font/axiforma-light.otf");
	font-weight: bold;
}

@font-face {
  font-family: 'goldplay-light';
  src: url("font/goldplay-light.otf");
	font-weight: 100;
}

@font-face {
  font-family: 'goldplay-regular';
  src: url("font/goldplay-regular.otf");
	font-weight: normal;
}

@font-face {
  font-family: 'goldplay-medium';
  src: url("font/goldplay-medium.otf");
	font-weight: 500;
}

@font-face {
  font-family: 'goldplay-semibold';
  src: url("font/goldplay-semibold.otf");
	font-weight: 600;
}

@font-face {
  font-family: 'goldplay-bold';
  src: url("font/goldplay-bold.otf");
	font-weight: bold;
}

@font-face {
  font-family: 'nexa-book';
  src: url("font/nexa-book.otf");
	font-weight: bold;
}

@font-face {
  font-family: 'nexa-thin';
  src: url("font/nexa-thin.otf");
	font-weight: 100;
}

@font-face {
  font-family: 'mont-bold';
  src: url("font/mont-bold.ttf");
	font-weight: bold;
}

@font-face {
  font-family: 'mont-lightitalic';
  src: url("font/mont-lightitalic.ttf");
	font-weight: 200;
}

@font-face {
  font-family: 'mont-semibolditalic';
  src: url("font/mont-semibolditalic.ttf");
	font-weight: 600;
}






/*
	[Elements]
				 */
	
.content{
	width:100%;
	float:left;
	}

header{
	float:left;
	width:100%;
	}
	
section{
	float:left;
	width:100%;
	}
	
article{
	float:left;
	width:100%;
	}
	
footer{
	float:left;
	width:100%;
	}
	
	

@media only screen and (min-width: 300px) {
	
	
/*
	[EFFECT-TEXT]
					 */

	.inline-photo {
		opacity: 0;
		transform: translateY(4em) rotateZ(0deg);
		transition: transform 7s .25s cubic-bezier(0,1,.3,1), opacity .5s .25s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}



/*
	[Elements]
				 */
	

.container{
	margin:0 auto;
	width:90%;
	height:auto;
	padding:5px 0;
	}
	
	
/*
		[Background]
						 */
	
/*
	[BG-HEADER]
				 */
	.bg-header{
		background:#1c3e38;
		padding: 15px 0 0;
		z-index: 9999;
		position: relative;
		transition: all .8s ease-in-out;
		-webkit-transition: all .8s ease-in-out;
		float: left;
	}
	
	.sub-header-box {
		background-color:none;
		position: relative;
		z-index: 99;
		width: 100%;
		float: left;
		border-bottom: 0;
		margin: 0;
	}

	.sub-header {
		width: 100%;
		margin: 0 auto;
	}

	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0px!important
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .logo{
		width: 75%;
		margin: auto;
		float: left;
	}
	
	.sticky .nav .navtoogle{
		float: right;
		width: 30px;
		margin: 15px 0 0;
	}
		
	.sticky a.central{
		border: 0;
		border-radius: 25px;
		width: 0;
	}
	
	.sticky a.central img{
		float: left;
		width: 0;
		padding: 4px;
		filter: none;
	}

	
	/*		//		*/

	.bg-section{
		z-index: 88;
		position: relative;
		width: 100%;
	}
	
	.bg-about{
		z-index: 7;
		position: relative;
		width: 100%;
		background: #1c3e38;
		top:0;
		margin-bottom: 0;
		min-height: 580px;
	}

	.bg-info{
		z-index: 9;
		position: relative;
		width: 100%;
		background: url("img/bg-about-more.png") top center no-repeat;
		min-height: 850px;
		top: -169px;
		margin-bottom: -169px;
		padding: 0 0;
	}

	.bg-aside{
		z-index: 777;
		position: relative;
		width: 100%;
		margin:0 auto;
		min-height:300px;
		background:url(img/bg-aside.jpg) top center; 
		background-position:center;
		transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
	}
			
	.bg-aside:hover{
		transform: scale(1.1);
		height:300px;
		moz-transform: scale(1.1);
		webkit-transform: scale(1.1);
		o-transform: scale(1.1);
		ms-transform: scale(1.1);
		ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
		filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
	}
			
	.bg-plano{
		z-index: 888;
		position: relative;
		width: 100%;
	}
			
	.bg-news-form{
		background: url("img/news-form-mobile.jpg") top center;
		z-index: 66;
		position: relative;
		width: 100%;
		min-height: 400px;
	}

	.bg-footer{
		background: #13231f;
		z-index: 66;
		position: relative;
		width: 100%;
		padding: 60px 0;
	}

	.bg-sub-footer{
		background: #101e1b;
		z-index: 88;
		position: relative;
		width: 100%;
		padding: 40px 0;
	}

	
	

/*
	[HEADER]
				 */
	
	a.logo{
	width:70%;
	padding: 0;
	text-align: center;
	margin: 0 0 15px;
	float: left;
	}	 
	
	img.logo{ 
	width:250px;
	margin: 0;
	text-align: center;
	}
		
	.nav ul {
	font-size: 14px!important;
	font-weight: normal;
	}

		a.central{
		float:right;
		border: 2px solid #f2b401;
		border-radius: 25px;
		margin: 10px 0 0;
		padding: 2px 10px;
		width: auto;
		background: none;
		color: #f2b401;
	}
	
		a.central:hover{
		transition: 1s;
		background:#f2b401;
		color: #FFF
	}
	
	a.central span{
		font-size: 0;
		font-family: 'goldplay-medium';
		padding: 0;
		float: left;
	}
	
	a.central img{
		float: left;
		width: auto;
		padding: 4px;
		filter: none;
	}

	
/*
	[SUB-HEADER]
				 */
	
		a.contrato{
		float:right;
		border: 2px solid #ffffff;
		border-radius: 25px;
		margin: 7px 10px 25px 15px;
		padding: 2px 10px;
		width: auto;
		background: none;
		color: #ffffff;
		font-family: 'goldplay-medium';
	}
	
		a.contrato:hover{
		transition: 1s;
		opacity: 0.5
	}
	
	a.contrato span{
		font-size: 0;
		font-family: 'goldplay-medium';
		padding: 0;
		float: left;
	}
	
	a.contrato img{
		float: left;
		width: auto;
		padding: 4px;
		filter: none;
	}
	
	
		a.tel-header{
		float:right;
		border: 0;
		border-radius: 25px;
		margin: 12px 0 0;
		padding: 2px 10px;
		width: auto;
		background: none;
		color: #FFF;
		font-family: 'goldplay-medium';
	}
	
		a.tel-header:hover{
		transition: 1s;
		opacity: 0.5;
	}
	
	a.tel-header span{
		font-size: 17px;
		font-family: 'goldplay-medium';
		padding: 4px 0 4px 15px;
		float: left;
		font-weight: normal;
		letter-spacing: 1px;
	}
	
	
	a.tel-header img{
		float: left;
		width: auto;
		padding: 4px;
		filter: none;
	}
	
	
/*
	[ANIMATION]
				 */
	
	#layerslider{
	width: 100%; 
	height:300px;
	right:0;
	background:center center;
	z-index:33;
	position:relative;
	top: -80px;
	margin-bottom: -80px;
	float: left;
	}


	#layerslider img{
	max-width: auto !important;
	height:300px !important;
	top: 0
	}

	
	#layerslider .ls-slide span{
	float:left;
	width:100%;
	text-align:center!important;
	color:#fffaf5;
	font-family: 'goldplay-semibold';
	line-height:0.9;
	position:relative;
	font-weight: 500;
	opacity: 1;
	font-size:22px;
	top:150px;
	left: 0;
	letter-spacing: 0;
	}

	#layerslider .ls-slide span strong{
	font-size:25px;
	position: relative;
	left: 30px;
	top: 0;
	}

	.container-anima{
		float:none!important;
		position: relative!important;
		height: 100px!important;
		width: 100%!important;
		margin: 0 auto!important;
	}

	
/*
	[SUB-ANIMA]
				 */
	.sub-anima{
		float: left;
		width: 100%;
		margin-top: 0;
		position: relative;
		z-index: 99;
		height: 290px;
		background: #1c3e38;
	}
	
	.speed{
		float:left;
		width: 100%;
		margin: 40px 0 0;
	}
	
	.speed:hover{
		opacity: 0.7;
		transition: 1s;
	}
	
	.speed span{
		float:left;
		width: auto;
		text-align: center;
		margin: 0 15px 0 0
	}
	
	.speed span img{
		text-align: center;
		width: 75px
	}
	
	.speed a.speed-text{
		color: #f2f2f2;
		text-align: left;
		line-height: 1.5;
		width: auto;
		margin: 0;
	}
	
	.speed a.speed-text strong{
		font-family: 'goldplay-bold';
		font-size: 15px;
		text-transform: uppercase;
	}
	
	.speed a.speed-text em{
		font-family: 'goldplay-regular';
		font-weight: normal;
		font-size: 13px;
		font-style: normal;
	}
	
	a.speed-button{
		float: right;
		width: 100%;
		margin: 0;
	}
	
	a.speed-button button{
		background: #f2b401;
		border: 0;
		padding: 15px;
		border-radius: 40px;
		font-size: 16px;
		color: #32493e;
		text-align: center;
		font-family: 'goldplay-bold';
		font-weight: bold;
		letter-spacing: 0;
		cursor: pointer;
		margin: 25px 0 0;
		float: left;
		width: 100%;
	}
	
	a.speed-button button:hover{
		background: #1c3e38;
		color: #FFF;
		transition: 2s;
	}
	
	a.speed-button span{
		float:left;
		width: 100%;
		text-align: center;
		margin: 25px 0 0;
	}
	
	
	
/*
	[ARTICLE]
				 */
	
/*
	[ABOUT]
			 */
	
	.about{
		float:left;
		width: 100%;
		margin: 40px 0;
	}
	
	.about h1{
		float:left;
		font-family: 'goldplay-semibold';
		font-size: 41px;
		color: #f2b401;
		line-height: 1.0;
		font-weight: 500;
		width: 100%;
		text-align: left;
		margin: 40px 0 0;
	}
	.about h1 strong{
		font-size: 20px;
		color: #ffffff;
		position: relative;
		top: -15px;
	}
	
	.about p{
		color: #b4b09a;
		font-size: 15px;
		font-family: 'goldplay-regular';
		font-weight: normal;
		line-height: 1.5;
		float:left;
		width: auto;
		margin: 0;
		text-align: left;
	}
		

/*
	[ABOUT-MORE]
					 */

	.info-tit{
		float: left;
		background: #008e7c;
		width: 90%;
		margin: 163px 5% 0;
		padding: 0 50px;
		border-radius: 0 0 160px 160px;
		
	}
	
	.info-tit h2{
		font-size: 35px;
		color: #fdfdfd;
		font-family: 'goldplay-light';
		font-weight: 200;
		line-height: 0.9;
		margin: 60px 5%;
		width: 90%
	}
	
	.info-tit h2 strong{
		font-family: 'goldplay-semibold';
		font-weight: bold;
	}
	
	
	
	.row{
		float:left;
		width: 100%;
		margin: 15px 0 0;
	}
	
	.colunm{
		float:left;
		width: 100%;
		text-align: left;
		margin: 15px 0;
	}
	
	
	.colunm span{
		float: left;
		width: 30%;
		text-align: center;
		
	}
	
	.colunm h3{
		float: right;
		text-align: left;
		width: 67%;
		font-size: 18px;
		color: #ffffff;
		font-family: 'goldplay-bold';
		margin: 0;
	}
	
	.colunm p{
		float: right;
		text-align: left;
		width: 67%;
		font-size: 12px;
		color: #1c3e38;
		font-family: 'goldplay-regular';
		margin: 15px 0;
		text-transform: none;
	}
	
	
	
	
/*
	[ASIDE]
				 */
	
	aside h2{
		color: #f7f4f8;
		font-family: 'goldplay-semibold';
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.0;
		width: 100%;
		float: left;
		margin: 50px 0 0;
	}
	
	aside h3{
		color: #f7f4f8;
		font-family: 'goldplay-light';
		font-size: 15px;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.0;
		width: 100%;
		float: left;
		margin: 25px 0 0;
	}
	
	aside a{
	background-color: transparent;
	float: right;
	outline: none;
	cursor: pointer;
	padding: 10px;
	transition: 0.3s;
	font-size: 15px;
	color: #ffffff;
	font-family: 'goldplay-semibold';
	border: 3px solid #f2b401;
	width: 100%;
	margin: 25px 0;
	text-align: center
	}
	
	aside a:hover{
	background-color: #f2b401;
	}
	
	
	
/*
	[PLANOS]
				 */
	
	.bg-residencial{
		position: relative;
		width: 100%;
		background: url("img/bg-residenciais.jpg") top center #FFF no-repeat;
		z-index: 6;
		min-height: 1000px;
		padding: 150px 0 0;
	}
	
	.bg-empresarial{
		position: relative;
		width: 100%;
		background: url("img/bg-residenciais.jpg") top center #FFF no-repeat;
		z-index: 6;
		min-height: 1000px;
	}
	
	.tit-planos{
		float:left;
		width: 100%;
		position: absolute;
		z-index: 9;
		margin: 80px 0 0;
	}

	.tit-planos h2{
		color:#ffffff;
		font-size: 55px;
		font-family: 'goldplay-semibold';
		text-align: left;
		width: auto;
		float: left;
		margin: 5px 0;
	}

	
/* TAB */
.tab {
  overflow: hidden;
	float:left;
	width: 100%;
}

.tab button {
	background-color: inherit;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 10px;
	transition: 0.3s;
	font-size: 13px;
	color: #ffffff;
	font-family: 'goldplay-semibold';
	border: 3px solid #f2e7ee;
	width: 45%;
	margin: 50px 2.5% 0;
}

.tab button:hover {
	background-color: #5aa793;
	border: 3px solid rgba(190,74,6,0);
}

.tab button.active {
	background-color: #5aa793;
	border: 3px solid rgba(190,74,6,0);
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s;
}
	
		#position{
		margin: 300px 0.5% 0!important;
	}
	
		#position-b{
		margin: 25px 0.5% 0;
	}

	
	.list-planos{
		float:left;
		list-style: none;
		width: 95%;
		margin: 50px 2.5% 0;
	}

	.list-planos:hover{
		transition: 1s;
		transform:scale(0.99)
	}
	
	.list-planos .mega{
		font-family: 'goldplay-bold';
		font-size: 90px;
		color: #786e67;
		text-align: right;
		float: left;
		width: 100%;
		line-height: 1;
		padding: 10px 25px;
		letter-spacing: -4px;
	}
	
	.number{
		float: left;
		margin-left: 0px;
		width: 170px;
		text-align: center;
	}
	
	.justify{
		letter-spacing: -5px;
		font-size: 85px
	}


	.list-planos .mega span{
		font-family:Segoe, "Segoe UI";;
		font-size: 22px;
		color: #786e67;
		text-align: center;
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
		float: right;
		margin-top: 65px;
		margin-right: -10px;
		line-height: 0;
		width: 10px;
		background: rgba(28,99,32,1.00);
		font-weight: 200;
		letter-spacing: 1px;
	}

	
	.list-planos .info{
		background: #FFF;
		width: 100%;
		margin: 0px 0 0;
		float:left;
		padding: 10px 12px;
		min-height: auto;
		height: 600px;
		border-radius: 50px;
	}


	.list-planos .info h3{
		font-family: 'goldplay-semibold';
		font-size: 16px;
		color: #4f4f4f;
		text-transform: uppercase;
		text-align: center;
		padding: 20px 0 5px;
		position: relative;
	}
	
	.list-planos .info h4{
		font-family: 'nexa-light';
		font-size: 9px;
		color: #0ba6dd;
		text-transform: uppercase;
		text-align: left;
		line-height: 1.5;
		float: left;
		padding: 10px 10px;
		min-height: 70px;
	}
	
	.list{
		float:left;
		width: 100%;
		list-style: none;
		margin: 20px 0;
	}
	
	.list .row{
		float:left;
		width: 100%;
		list-style: none;
		font-size: 10px;
		color: #8d8d8d;
		font-family: 'nexa-book';
		margin: 0 0 -2px;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		font-weight: normal;
		border-bottom: 1px dashed rgba(126,126,126,0.3);
		padding:9px 0;
	}
	
	.list .row img{
		margin-right: 5px;
	}

	.price{
		color: #786e67;
		float: left;
		width: 180px;
		text-align: center;
		margin: 10px 10%;
	}
	
	.price strong{
		color: #786e67;
		font-family: 'goldplay-bold';
		font-size: 52px;
		letter-spacing: -3px;
		margin-left: -8px;
	}
	
	.price em{
		color: #786e67;
		font-family: 'mont-lightitalic';
		font-size: 27px;
		letter-spacing: 0;
		margin: 17px 5px 0;
		float: left;
	}
	
	span.cents{
		color: #786e67;
		font-family: 'mont-lightitalic';
		font-size: 20px;
		letter-spacing: 0;
		margin: 17px 30px 0 0;
		float: right;
		font-style: italic;
	}
	
	span.month{
		color:#786e67;
		font-size: 15px;
		font-style: italic;
		float: right;
		font-family: 'mont-semibolditalic';
		margin: -35px 0px 0 0;
	}
	
	
	span.detail{
		font-size: 16px;
		color: #5aa793;
		text-align: center;
		font-family: 'goldplay-regular';
		width: 100%;
		float: left;
	}
	

	a.contratar{
		float:left;
		width: 95%;
		margin: 35px 2.5% 0;
		text-align: center;
		color: #ffffff;
		font-family: 'goldplay-bold';
		background: #5aa793;
		padding: 15px 13px;
		font-size: 16px;
		border-radius: 25px;
		letter-spacing: 1px
	}

	a.contratar:hover{
		background: #4b8e7d;
		transition: 1s;
		transform: scale(0.99)
	}

		
	
/*
	[FOOTER]
				 */
	
	
/*
	[NEWS]
				 */
	
	
	.news-text{
		float:left;
		width: 100%;
		margin: 50px 0 0;
	}
	
	.news-text span{
		text-align: center;
		float: left;
		width: 100%;
		margin: -3px 0 0
	}
	
	.news-text h3{
		color: #ffffff;
		font-size: 18px;
		font-family: 'goldplay-bold';
		text-align: center;
		float: left;
		width: 100%;
		margin: 0;
		font-weight: bold;
	}
	
	.news-text p{
		color: #ffffff;
		font-size: 18px;
		font-family: 'goldplay-regular';
		text-align: center;
		float: left;
		width: 100%;
		margin: 7px 0 0;
		font-weight: normal;
	}
	
	
	.news-form{
		float:right;
		width: 90%;
		margin: 25px 5% 0;
		background: none
	}
	
	.input-email{
		background-color:transparent;
		padding: 13px 25px;
		font-size: 17px;
		color: #FFF;
		font-family:'goldplay-regular';
		border-radius: 25px;
		width: 90%;
		margin: 5px 5%;
		border: 2px solid #FFF;
		font-weight: normal;
	}
	
	.input-email::placeholder {
		color: #FFF;
		opacity: 1; /* Firefox */
	}
	
	.input-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #FFF;
	}
	
	.input-email::-ms-input-placeholder { /* Microsoft Edge */
		color: #FFF;
	}
	
		
	.send-news{
		float:right;
		width: 90%;
		text-align: center;
		margin: 15px 5%;
	}
	
	.send-news-b{
		float: left;
		width: 100%;
		background-color: transparent;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
		border: 2px solid #FFF;
		font-family:'goldplay-bold';
		color: #FFF;
		border-radius: 25px;
		padding: 12px 25px;
		font-weight: bold
	}

	.send-news-b:hover{
		background: #5aa793;
		color: #fff;
		transition: 1s;
	}

	
	
	
/*
	[FORM]
				 */
	
	
	.bg-footer h2{
		float:left;
		width: 100%;
		text-align: center;
		font-size: 30px;
		font-weight: normal;
		font-family: 'goldplay-semibold';
		margin: 0;
		color: #FFF;
	}
	
	.form{
		float:left;
		width: 100%;
		margin: 30px 0 0;
	}
	
	.input{
		background-color:transparent;
		padding: 23px 30px;
		font-size: 16px;
		color: #FFF;
		font-family: 'nexa-thin';
		border-radius: 40px;
		width: 100%;
		margin: 10px 0;
		border: 1px solid #FFF;
		float:left;
		text-transform: none;
	}
	
	.input::placeholder {
		color: #FFF;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #FFF;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #FFF;
	}
	
	.send{
		background-color:#FFF;
		padding: 15px;
		font-size: 15px;
		color: #5aa793;
		font-family: 'goldplay-medium';
		border-radius: 40px;
		width: 100%;
		margin: 10px 0;
		float:right;
		text-transform: uppercase;
		text-align: center;
		border: 0;
		cursor: pointer;
	}
	
	.send:hover{
		background-color:#5aa793;
		transition: 1s;
		color: #FFF
	}
	
	
	
	/*
		[CONTACT]
					*/
	.contact{
		float:right;
		width: 100%;
		margin: 30px 0 0;
	}
	
	.contact span{
		font-family: 'goldplay-medium';
		color: #FFF;
		font-size: 16px;
		text-align: center;
		width: 100%;
		float:left;
		margin: 0 0 30px;
		font-weight: 500;
	}
	
	.contact a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.contact a.tel {
		font-family: 'mont-bold';
		color: #FFF;
		font-size: 25px;
		text-align: center;
		width: 100%;
		float:left;
		margin: 0;
		font-weight: 700;
	}
	
	.contact a.tel img{
		position: relative;
		top: 2px;
		left: 2px;
	}
	
	.contact a.email{
		font-family: 'nexa-book';
		color: #FFF;
		font-size: 16px;
		text-align: center;
		width: 100%;
		float:left;
		margin: 20px 0 0;
		font-weight: 300;
	}
	
	.contact a.location{
		font-family: 'goldplay-light';
		color: #ffc921;
		font-size: 19px;
		text-align: center;
		width: 100%;
		float:left;
		margin: 50px 0 0;
		font-weight: 200;
	}
	
	

	/*MEDIA*/
	
	.bg-sub-footer p{
		float:left;
		width: 100%;
		text-align: center;
		color: #5aa793;
		font-family: 'goldplay-bold';
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		padding-right: 0
	}
	
	ul.media{
		float:left;
		text-align: center;
		width: 40%;
		list-style: none;
		margin: 20px 30%;
	}
	
	ul.media li{
		float:left;
		text-align: center;
		width: 50%;
	}

	ul.media li:hover{
		opacity: 0.7;
	}

	.bg-sub-footer span{
		color: #fbfbfb;
		font-family: 'goldplay-regular';
		font-weight: normal;
		font-size: 14px;
		text-align: center;
		width: 100%;
		float: left;
		padding-left: 0;
	}

	
	.whatsapp {
    position: fixed;
    bottom: 1%;
    right: 0.5%;
    padding: 5px;
    z-index: 10000000;
	width: 35px;
	}

	.whatsapp:hover{
	opacity: 0.5;
	}
	
	

	
}









@media only screen and (min-width: 603px) {

	
	
/*
		[Background]
						 */
	
/*
	[BG-HEADER]
				 */
	
	
	.sticky .nav .navtoogle{
		float: right;
		width: 40px;
		margin: 40px 0 0;
	}
		
	
	
	/*		//		*/

	.bg-section{
		z-index: 88;
		position: relative;
		width: 100%;
	}
	
	.bg-about{
		z-index: 7;
		position: relative;
		width: 100%;
		background: #1c3e38;
		top:0;
		margin-bottom: 0;
		min-height: 580px;
	}

	.bg-info{
		z-index: 9;
		position: relative;
		width: 100%;
		background: url("img/bg-about-more.png") top center no-repeat;
		min-height: 850px;
		top: -169px;
		margin-bottom: -169px;
		padding: 0 0;
	}

	.bg-aside{
		z-index: 777;
		position: relative;
		width: 100%;
		margin:0 auto;
		min-height:300px;
		background:url(img/bg-aside.jpg) top center; 
		background-position:center;
		transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
	}
			
	.bg-aside:hover{
		transform: scale(1.1);
		height:300px;
		moz-transform: scale(1.1);
		webkit-transform: scale(1.1);
		o-transform: scale(1.1);
		ms-transform: scale(1.1);
		ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
		filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
	}
			
	.bg-plano{
		z-index: 888;
		position: relative;
		width: 100%;
	}
			
	.bg-news-form{
		background: url("img/news-form-mobile-b.jpg") top center;
		z-index: 66;
		position: relative;
		width: 100%;
		min-height: 400px;
	}

	.bg-footer{
		background: #13231f;
		z-index: 66;
		position: relative;
		width: 100%;
		padding: 60px 0;
	}

	.bg-sub-footer{
		background: #101e1b;
		z-index: 88;
		position: relative;
		width: 100%;
		padding: 40px 0;
	}

	
	

/*
	[HEADER]
				 */
	
	a.logo{
	width:70%;
	padding: 0;
	text-align: left;
	margin: 0 0 15px;
	float: left;
	}	 
	
	img.logo{ 
	width:250px;
	margin: 0;
	text-align: left;
	}
		
		a.central{
		float:right;
		border: 2px solid #f2b401;
		border-radius: 25px;
		margin: 10px 0 0;
		padding: 2px 10px;
		width: auto;
		background: none;
		color: #f2b401;
	}
	
		a.central:hover{
		transition: 1s;
		background:#f2b401;
		color: #FFF
	}
	
	a.central span{
		font-size: 0;
		font-family: 'goldplay-medium';
		padding: 0;
		float: left;
	}
	
	a.central img{
		float: left;
		width: auto;
		padding: 4px;
		filter: none;
	}

	
/*
	[SUB-HEADER]
				 */
	
		a.contrato{
		float:right;
		border: 2px solid #ffffff;
		border-radius: 25px;
		margin: 7px 10px 25px 15px;
		padding: 2px 10px;
		width: auto;
		background: none;
		color: #ffffff;
		font-family: 'goldplay-medium';
	}
	
		a.contrato:hover{
		transition: 1s;
		opacity: 0.5
	}
	
	a.contrato span{
		font-size: 0;
		font-family: 'goldplay-medium';
		padding: 0;
		float: left;
	}
	
	a.contrato img{
		float: left;
		width: auto;
		padding: 4px;
		filter: none;
	}
	
	
		a.tel-header{
		float:right;
		border: 0;
		border-radius: 25px;
		margin: 12px 0 0;
		padding: 2px 10px;
		width: auto;
		background: none;
		color: #FFF;
		font-family: 'goldplay-medium';
	}
	
		a.tel-header:hover{
		transition: 1s;
		opacity: 0.5;
	}
	
	a.tel-header span{
		font-size: 17px;
		font-family: 'goldplay-medium';
		padding: 4px 0 4px 15px;
		float: left;
		font-weight: normal;
		letter-spacing: 1px;
	}
	
	
	a.tel-header img{
		float: left;
		width: auto;
		padding: 4px;
		filter: none;
	}
	
	
/*
	[ANIMATION]
				 */
	
	#layerslider .ls-slide span{
	font-size:30px;
	top:100px;
	}

	#layerslider .ls-slide span strong{
	font-size:35px;
	}
	
/*
	[SUB-ANIMA]
				 */
	.sub-anima{
		float: left;
		width: 100%;
		margin-top: -90px;
		position: relative;
		z-index: 99;
		height: 100px;
		background: rgba(90,167,147,0.9);
	}
	
	.speed{
		float:left;
		width: 50%;
		margin: 15px 0 0;
	}
	
	.speed:hover{
		opacity: 0.7;
		transition: 1s;
	}
	
	.speed span{
		float:left;
		width: auto;
		text-align: center;
		margin: 0 15px 0 0
	}
	
	.speed span img{
		text-align: center;
		width: 75px
	}
	
	.speed a.speed-text{
		color: #f2f2f2;
		text-align: left;
		line-height: 1.5;
		width: auto;
		margin: 0;
	}
	
	.speed a.speed-text strong{
		font-family: 'goldplay-bold';
		font-size: 15px;
		text-transform: uppercase;
	}
	
	.speed a.speed-text em{
		font-family: 'goldplay-regular';
		font-weight: normal;
		font-size: 13px;
		font-style: normal;
	}
	
	a.speed-button{
		float: right;
		width: 40%;
		margin: 0;
	}
	
	a.speed-button button{
		background: #f2b401;
		border: 0;
		padding: 15px;
		border-radius: 40px;
		font-size: 16px;
		color: #32493e;
		text-align: center;
		font-family: 'goldplay-bold';
		font-weight: bold;
		letter-spacing: 0;
		cursor: pointer;
		margin: 15px 0 0;
		float: left;
		width: 100%;
	}
		
	a.speed-button span{
		width: 0;
	}
	
	
	
/*
	[ARTICLE]
				 */
	
/*
	[ABOUT]
			 */
	
	.about{
		float:left;
		width: 100%;
		margin: 40px 0;
	}
	
	.about h1{
		float:left;
		font-family: 'goldplay-semibold';
		font-size: 41px;
		color: #f2b401;
		line-height: 1.0;
		font-weight: 500;
		width: 100%;
		text-align: left;
		margin: 40px 0 0;
	}
	.about h1 strong{
		font-size: 20px;
		color: #ffffff;
		position: relative;
		top: -15px;
	}
	
	.about p{
		color: #b4b09a;
		font-size: 15px;
		font-family: 'goldplay-regular';
		font-weight: normal;
		line-height: 1.5;
		float:left;
		width: auto;
		margin: 0;
		text-align: left;
	}
		

/*
	[ABOUT-MORE]
					 */

	.info-tit{
		float: left;
		background: #008e7c;
		width: 50%;
		margin: 163px 25% 0;
		padding: 0 50px;
		border-radius: 0 0 160px 160px;
		
	}
	
	.info-tit h2{
		font-size: 35px;
		color: #fdfdfd;
		font-family: 'goldplay-light';
		font-weight: 200;
		line-height: 0.9;
		margin: 40px 20% 80px;
		width: 60%
	}
	
	.info-tit h2 strong{
		font-family: 'goldplay-semibold';
		font-weight: bold;
	}
	
	
	
	.row{
		float:left;
		width: 70%;
		margin: 15px 15% 0;
	}
	
	.colunm{
		float:left;
		width: 100%;
		text-align: left;
		margin: 15px 0;
	}
	
	
	.colunm span{
		float: left;
		width: 30%;
		text-align: center;
		
	}
	
	.colunm h3{
		float: right;
		text-align: left;
		width: 67%;
		font-size: 18px;
		color: #ffffff;
		font-family: 'goldplay-bold';
		margin: 0;
	}
	
	.colunm p{
		float: right;
		text-align: left;
		width: 67%;
		font-size: 12px;
		color: #1c3e38;
		font-family: 'goldplay-regular';
		margin: 15px 0;
		text-transform: none;
	}
	
	
	
		
	
	
/*
	[PLANOS]
				 */
	
	.bg-residencial{
		position: relative;
		width: 100%;
		background: url("img/bg-residenciais.jpg") top center #FFF no-repeat;
		z-index: 6;
		min-height: 1000px;
		padding: 150px 0 0;
	}
	
	.bg-empresarial{
		position: relative;
		width: 100%;
		background: url("img/bg-residenciais.jpg") top center #FFF no-repeat;
		z-index: 6;
		min-height: 1000px;
	}
	
	.tit-planos{
		float:left;
		width: 100%;
		position: absolute;
		z-index: 9;
		margin: 80px 0 0;
	}

	.tit-planos h2{
		color:#ffffff;
		font-size: 55px;
		font-family: 'goldplay-semibold';
		text-align: left;
		width: auto;
		float: left;
		margin: 5px 0;
	}

	
/* TAB */
.tab {
  overflow: hidden;
	float:left;
	width: 100%;
}

.tab button {
	background-color: inherit;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 10px;
	transition: 0.3s;
	font-size: 13px;
	color: #ffffff;
	font-family: 'goldplay-semibold';
	border: 3px solid #f2e7ee;
	width: 45%;
	margin: 50px 2.5% 0;
}

.tab button:hover {
	background-color: #5aa793;
	border: 3px solid rgba(190,74,6,0);
}

.tab button.active {
	background-color: #5aa793;
	border: 3px solid rgba(190,74,6,0);
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s;
}
	
		#position{
		margin: 300px 1% 0!important;
	}
	
		#position-b{
		margin: 300px 1% 0;
	}

	
	.list-planos{
		float:left;
		list-style: none;
		width: 31.3%;
		margin: 50px 1% 0;
	}

	.list-planos:hover{
		transition: 1s;
		transform:scale(0.99)
	}
	
	.list-planos .mega{
		font-family: 'goldplay-bold';
		font-size: 65px;
		color: #786e67;
		text-align: right;
		float: left;
		width: 100%;
		line-height: 1;
		padding: 10px 25px;
		letter-spacing: -4px;
	}
	
	.number{
		float: left;
		margin-left: 0px;
		width: 180px;
		text-align: center;
	}
	
	.justify{
		letter-spacing: -5px;
		font-size: 650px
	}


	.list-planos .mega span{
		font-family:Segoe, "Segoe UI";;
		font-size: 18px;
		color: #786e67;
		text-align: center;
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
		float: right;
		margin-top: 65px;
		margin-right: -10px;
		line-height: 0;
		width: 10px;
		background: rgba(28,99,32,1.00);
		font-weight: 200;
		letter-spacing: 1px;
	}

	
	.list-planos .info{
		background: #FFF;
		width: 100%;
		margin: 0px 0 0;
		float:left;
		padding: 10px 12px;
		min-height: auto;
		height: 450px;
		border-radius: 50px;
	}


	.list-planos .info h3{
		font-family: 'goldplay-semibold';
		font-size: 16px;
		color: #4f4f4f;
		text-transform: uppercase;
		text-align: center;
		padding: 20px 0 5px;
		position: relative;
	}
	
	.list-planos .info h4{
		font-family: 'nexa-light';
		font-size: 9px;
		color: #0ba6dd;
		text-transform: uppercase;
		text-align: left;
		line-height: 1.5;
		float: left;
		padding: 10px 10px;
		min-height: 70px;
	}
	
	.list{
		float:left;
		width: 100%;
		list-style: none;
		margin: 20px 0;
	}
	
	.list .row{
		float:left;
		width: 100%;
		list-style: none;
		font-size: 10px;
		color: #8d8d8d;
		font-family: 'nexa-book';
		margin: 0 0 -2px;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		font-weight: normal;
		border-bottom: 1px dashed rgba(126,126,126,0.3);
		padding:9px 0;
	}
	
	.list .row img{
		margin-right: 5px;
	}

	.price{
		color: #786e67;
		float: left;
		width: 180px;
		text-align: center;
		margin: 10px 10%;
	}
	
	.price strong{
		color: #786e67;
		font-family: 'goldplay-bold';
		font-size: 52px;
		letter-spacing: -3px;
		margin-left: -8px;
	}
	
	.price em{
		color: #786e67;
		font-family: 'mont-lightitalic';
		font-size: 27px;
		letter-spacing: 0;
		margin: 17px 5px 0;
		float: left;
	}
	
	span.cents{
		color: #786e67;
		font-family: 'mont-lightitalic';
		font-size: 20px;
		letter-spacing: 0;
		margin: 17px 30px 0 0;
		float: right;
		font-style: italic;
	}
	
	span.month{
		color:#786e67;
		font-size: 15px;
		font-style: italic;
		float: right;
		font-family: 'mont-semibolditalic';
		margin: -35px 0px 0 0;
	}
	
	
	span.detail{
		font-size: 16px;
		color: #5aa793;
		text-align: center;
		font-family: 'goldplay-regular';
		width: 100%;
		float: left;
	}
	

	a.contratar{
		float:left;
		width: 95%;
		margin: 35px 2.5% 0;
		text-align: center;
		color: #ffffff;
		font-family: 'goldplay-bold';
		background: #5aa793;
		padding: 15px 13px;
		font-size: 16px;
		border-radius: 25px;
		letter-spacing: 1px
	}

	a.contratar:hover{
		background: #4b8e7d;
		transition: 1s;
		transform: scale(0.99)
	}

		
	
/*
	[FOOTER]
				 */
	
	
/*
	[NEWS]
				 */
	
	
	.news-text{
		float:left;
		width: 100%;
		margin: 50px 0 0;
	}
	
	.news-text span{
		text-align: center;
		float: left;
		width: 100%;
		margin: -3px 0 0
	}
	
	.news-text h3{
		color: #ffffff;
		font-size: 18px;
		font-family: 'goldplay-bold';
		text-align: center;
		float: left;
		width: 100%;
		margin: 0;
		font-weight: bold;
	}
	
	.news-text p{
		color: #ffffff;
		font-size: 18px;
		font-family: 'goldplay-regular';
		text-align: center;
		float: left;
		width: 100%;
		margin: 7px 0 0;
		font-weight: normal;
	}
	
	
	.news-form{
		float:right;
		width: 90%;
		margin: 25px 5% 0;
		background: none
	}
	
	.input-email{
		background-color:transparent;
		padding: 13px 25px;
		font-size: 17px;
		color: #FFF;
		font-family:'goldplay-regular';
		border-radius: 25px;
		width: 90%;
		margin: 5px 5%;
		border: 2px solid #FFF;
		font-weight: normal;
	}
	
	.input-email::placeholder {
		color: #FFF;
		opacity: 1; /* Firefox */
	}
	
	.input-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #FFF;
	}
	
	.input-email::-ms-input-placeholder { /* Microsoft Edge */
		color: #FFF;
	}
	
		
	.send-news{
		float:right;
		width: 90%;
		text-align: center;
		margin: 15px 5%;
	}
	
	.send-news-b{
		float: left;
		width: 100%;
		background-color: transparent;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
		border: 2px solid #FFF;
		font-family:'goldplay-bold';
		color: #FFF;
		border-radius: 25px;
		padding: 12px 25px;
		font-weight: bold
	}

	.send-news-b:hover{
		background: #5aa793;
		color: #fff;
		transition: 1s;
	}

	
	
	
/*
	[FORM]
				 */
	
	
	.bg-footer h2{
		float:left;
		width: 100%;
		text-align: center;
		font-size: 30px;
		font-weight: normal;
		font-family: 'goldplay-semibold';
		margin: 0;
		color: #FFF;
	}
	
	.form{
		float:left;
		width: 100%;
		margin: 30px 0 0;
	}
	
	.input{
		background-color:transparent;
		padding: 23px 30px;
		font-size: 16px;
		color: #FFF;
		font-family: 'nexa-thin';
		border-radius: 40px;
		width: 100%;
		margin: 10px 0;
		border: 1px solid #FFF;
		float:left;
		text-transform: none;
	}
	
	.input::placeholder {
		color: #FFF;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #FFF;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #FFF;
	}
	
	.send{
		background-color:#FFF;
		padding: 15px;
		font-size: 15px;
		color: #5aa793;
		font-family: 'goldplay-medium';
		border-radius: 40px;
		width: 100%;
		margin: 10px 0;
		float:right;
		text-transform: uppercase;
		text-align: center;
		border: 0;
		cursor: pointer;
	}
	
	.send:hover{
		background-color:#5aa793;
		transition: 1s;
		color: #FFF
	}
	
	
	
	/*
		[CONTACT]
					*/
	.contact{
		float:right;
		width: 100%;
		margin: 30px 0 0;
	}
	
	.contact span{
		font-family: 'goldplay-medium';
		color: #FFF;
		font-size: 16px;
		text-align: center;
		width: 100%;
		float:left;
		margin: 0 0 30px;
		font-weight: 500;
	}
	
	.contact a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.contact a.tel {
		font-family: 'mont-bold';
		color: #FFF;
		font-size: 25px;
		text-align: center;
		width: 100%;
		float:left;
		margin: 0;
		font-weight: 700;
	}
	
	.contact a.tel img{
		position: relative;
		top: 2px;
		left: 2px;
	}
	
	.contact a.email{
		font-family: 'nexa-book';
		color: #FFF;
		font-size: 16px;
		text-align: center;
		width: 100%;
		float:left;
		margin: 20px 0 0;
		font-weight: 300;
	}
	
	.contact a.location{
		font-family: 'goldplay-light';
		color: #ffc921;
		font-size: 19px;
		text-align: center;
		width: 100%;
		float:left;
		margin: 50px 0 0;
		font-weight: 200;
	}
	
	

	/*MEDIA*/
	
	.bg-sub-footer p{
		float:left;
		width: 100%;
		text-align: center;
		color: #5aa793;
		font-family: 'goldplay-bold';
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		padding-right: 0
	}
	
	ul.media{
		float:left;
		text-align: center;
		width: 40%;
		list-style: none;
		margin: 20px 30%;
	}
	
	ul.media li{
		float:left;
		text-align: center;
		width: 50%;
	}

	ul.media li:hover{
		opacity: 0.7;
	}

	.bg-sub-footer span{
		color: #fbfbfb;
		font-family: 'goldplay-regular';
		font-weight: normal;
		font-size: 14px;
		text-align: center;
		width: 100%;
		float: left;
		padding-left: 0;
	}

	
	.whatsapp {
    position: fixed;
    bottom: 1%;
    right: 0.5%;
    padding: 5px;
    z-index: 10000000;
	width: 35px;
	}

	.whatsapp:hover{
	opacity: 0.5;
	}
	
	

		

	
}










@media only screen and (min-width: 1024px) {

/*
	[Elements]
				 */
		
	.container{
	width:1000px;
	}
	
/*
	[EFFECT-TEXT]
					 */
	.inline-photo {
		opacity: 0;
		transform: translateY(4em) rotateZ(0deg);
	}


/*
		[Background]
						 */
	
/*
	[BG-HEADER]
				 */
	.bg-header{
		background:rgba(21,41,37,.60);
		padding: 15px 0;
		z-index: 9999;
		position: relative;
		transition: all .8s ease-in-out;
		-webkit-transition: all .8s ease-in-out;
	}
	
	.sub-header-box {
		background-color:none;
		position: relative;
		z-index: 99;
		width: 100%;
		float: left;
		border-bottom: 0;
		margin: 0;
	}

	.sub-header {
		width: 1000px;
		margin: 0 auto;
	}

	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0px!important
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .logo{
		width: 290px;
		margin: auto
	}
	
	.sticky .nav .navtoogle{
		float: right;
		width: auto;
		margin: 0;
	}
	
	
 	.sticky .nav ul {
	font-size: 14px!important;
	font-weight: normal;
	margin: 28px 0 0!important
	}

	
	.sticky	a.central{
		float:right;
		border: 2px solid #f2b401;
		border-radius: 25px;
		margin: 25px 0 0;
		padding: 2px 10px;
		width: auto;
		background: none;
		color: #f2b401;
	}
	
	
	.sticky a.central span{
		font-size: 13px;
		font-family: 'goldplay-medium';
		padding: 7px;
		float: left;
	}
	
	.sticky a.central img{
		float: left;
		width: auto;
		padding: 4px;
		filter: none;
	}

	
	/*		//		*/

	.bg-section{
		z-index: 88;
		position: relative;
		width: 100%;
	}
	
	.bg-about{
		z-index: 7;
		position: relative;
		width: 100%;
		background: #1c3e38;
		top:0;
		margin-bottom: 0;
		min-height: 600px;
	}

	.bg-info{
		z-index: 9;
		position: relative;
		width: 100%;
		background: url("img/bg-about-more.png") top center no-repeat;
		min-height: 850px;
		top: -169px;
		margin-bottom: -169px;
		padding: 0 0;
	}

	.bg-aside{
		z-index: 777;
		position: relative;
		width: 100%;
		margin:0 auto;
		min-height:647px;
		background:url(img/bg-aside.jpg) top center; 
		background-position:center;
		transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
	}
			
	.bg-aside:hover{
		transform: scale(1.1);
		height:647px;
		moz-transform: scale(1.1);
		webkit-transform: scale(1.1);
		o-transform: scale(1.1);
		ms-transform: scale(1.1);
		ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
		filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
	}
			
	.bg-plano{
		z-index: 888;
		position: relative;
		width: 100%
	}
			
	.bg-news-form{
		background: url("img/news-form.jpg") top center;
		z-index: 66;
		position: relative;
		width: 100%;
		min-height: 244px;
	}

	.bg-footer{
		background: #13231f;
		z-index: 66;
		position: relative;
		width: 100%;
		padding: 90px 0;
	}

	.bg-sub-footer{
		background: #101e1b;
		z-index: 88;
		position: relative;
		width: 100%;
		padding: 70px 0;
	}

	

/*
	[HEADER]
				 */
	
	a.logo{
	width:305px;
	padding: 0;
	text-align: center;
	margin: 0;
	float: left;
	}	 
	
	img.logo{ 
	width:305px;
	margin: 0;
	text-align: center;
	}
		
	.nav ul {
	font-size: 14px!important;
	font-weight: normal;
	}

		a.central{
		float:right;
		border: 2px solid #f2b401;
		border-radius: 25px;
		margin: 43px 0 0;
		padding: 2px 10px;
		width: auto;
		background: none;
		color: #f2b401;
	}
	
		a.central:hover{
		transition: 1s;
		background:#f2b401;
		color: #FFF
	}
	
	a.central span{
		font-size: 13px;
		font-family: 'goldplay-medium';
		padding: 7px;
		float: left;
	}
	
	a.central img{
		float: left;
		width: auto;
		padding: 4px;
		filter: none;
	}

	
/*
	[SUB-HEADER]
				 */
	
		a.contrato{
		float:right;
		border: 2px solid #ffffff;
		border-radius: 25px;
		margin: 25px 0 25px 40px;
		padding: 2px 10px;
		width: auto;
		background: none;
		color: #ffffff;
		font-family: 'goldplay-medium';
	}
	
		a.contrato:hover{
		transition: 1s;
		opacity: 0.5
	}
	
	a.contrato span{
		font-size: 13px;
		font-family: 'goldplay-medium';
		padding: 7px;
		float: left;
	}
	
	a.contrato img{
		float: left;
		width: auto;
		padding: 4px;
		filter: none;
	}
	
	
		a.tel-header{
		float:right;
		border: 0;
		border-radius: 25px;
		margin: 30px 0;
		padding: 2px 10px;
		width: auto;
		background: none;
		color: #FFF;
		font-family: 'goldplay-medium';
	}
	
		a.tel-header:hover{
		transition: 1s;
		opacity: 0.5;
	}
	
	a.tel-header span{
		font-size: 17px;
		font-family: 'goldplay-medium';
		padding: 4px 0 4px 15px;
		float: left;
		font-weight: normal;
		letter-spacing: 1px;
	}
	
	
	a.tel-header img{
		float: left;
		width: auto;
		padding: 4px;
		filter: none;
	}
	
	
/*
	[ANIMATION]
				 */
	
	#layerslider{
	width: 100%; 
	height:809px;
	right:0;
	background:center center;
	z-index:33;
	position:relative;
	float:left;
	top: -235px;
	margin-bottom: -235px;
	}


	#layerslider img{
	max-width: auto !important;
	height:809px !important;
	top: 0
	}

	
	#layerslider .ls-slide span{
	float:left;
	width:100%;
	text-align:right!important;
	color:#fffaf5;
	font-family: 'goldplay-semibold';
	line-height:0.9;
	position:relative;
	font-weight: 500;
	opacity: 1;
	font-size:45px;
	top:330px;
	left: -200px;
	letter-spacing: 0;
	}

	#layerslider .ls-slide span strong{
	font-size:110px;
	position: relative;
	left: 70px;
	top: -30px;
	}

	.container-anima{
		float:none!important;
		position: relative!important;
		height: 100px!important;
		width: 1000px!important;
		margin: 0 auto!important;
	}

	
/*
	[SUB-ANIMA]
				 */
	.sub-anima{
		float: left;
		width: 100%;
		margin-top: -190px;
		position: relative;
		z-index: 99;
		height: 190px;
		background:rgba(90,167,147,0.9);
	}
	
	.speed{
		float:left;
		width: 50%;
		margin: 66px 0 0;
	}
	
	.speed:hover{
		opacity: 0.7;
		transition: 1s;
	}
	
	.speed span{
		float:left;
		width: auto;
		text-align: center;
		margin: 0 15px 0 0
	}
	
	.speed span img{
		text-align: center;
		width: 75px
	}
	
	.speed a.speed-text{
		color: #f2f2f2;
		text-align: left;
		line-height: 1.5;
		width: auto;
		margin: 0;
	}
	
	.speed a.speed-text strong{
		font-family: 'goldplay-bold';
		font-size: 20px;
		text-transform: uppercase;
	}
	
	.speed a.speed-text em{
		font-family: 'goldplay-regular';
		font-weight: normal;
		font-size: 15px;
		font-style: normal;
	}
	
	a.speed-button{
		float: right;
		width: 40%;
		margin: 0;
	}
	
	a.speed-button button{
		background: #f2b401;
		border: 0;
		padding: 25px 50px;
		border-radius: 40px;
		font-size: 20px;
		color: #32493e;
		text-align: center;
		font-family: 'goldplay-bold';
		font-weight: bold;
		letter-spacing: 1px;
		cursor: pointer;
		margin: -50px 0 0;
		float: left;
		width: 100%;
	}
	
	a.speed-button button:hover{
		background: #1c3e38;
		color: #FFF;
		transition: 2s;
	}
	
	a.speed-button span{
		float:left;
		width: 100%;
		text-align: center;
		margin: 30px 0 0;
	}
	
	
	
/*
	[ARTICLE]
				 */
	
/*
	[ABOUT]
			 */
	
	.about{
		float:left;
		width: 100%;
		margin: 0
	}
	
	.about h1{
		float:left;
		font-family: 'goldplay-semibold';
		font-size: 41px;
		color: #f2b401;
		line-height: 1.0;
		font-weight: 500;
		width: 100%;
		text-align: left;
		margin: 80px 0 0;
	}
	.about h1 strong{
		font-size: 20px;
		color: #ffffff;
		position: relative;
		top: -15px;
	}
	
	.about p{
		color: #b4b09a;
		font-size: 16px;
		font-family: 'goldplay-regular';
		font-weight: normal;
		line-height: 1.6;
		float:left;
		width: 45%;
		margin: 0 5% 0 0;
		text-align: left;
	}
		

/*
	[ABOUT-MORE]
					 */

	.info-tit{
		float: left;
		background: #008e7c;
		width: 30%;
		margin: 163px 0 0;
		padding: 0 50px;
		border-radius: 0 0 160px 160px;
		
	}
	
	.info-tit h2{
		font-size: 45px;
		color: #fdfdfd;
		font-family: 'goldplay-light';
		font-weight: 200;
		line-height: 0.9;
		margin: 230px 5% 130px;
		width: 90%
	}
	
	.info-tit h2 strong{
		font-family: 'goldplay-semibold';
		font-weight: bold;
	}
	
	
	
	.row{
		float:left;
		width: 40%;
		margin: 250px 0 0 7%;
	}
	
	.colunm{
		float:left;
		width: 100%;
		text-align: left;
		margin: 25px 0;
	}
	
	
	.colunm span{
		float: left;
		width: 30%;
		text-align: center;
		
	}
	
	.colunm h3{
		float: right;
		text-align: left;
		width: 67%;
		font-size: 18px;
		color: #ffffff;
		font-family: 'goldplay-bold';
		margin: 0;
	}
	
	.colunm p{
		float: right;
		text-align: left;
		width: 67%;
		font-size: 12px;
		color: #1c3e38;
		font-family: 'goldplay-regular';
		margin: 15px 0;
		text-transform: none;
	}
	
	
	
	
/*
	[ASIDE]
				 */
	
	aside h2{
		color: #f7f4f8;
		font-family: 'goldplay-semibold';
		font-size: 37px;
		text-align: left;
		text-transform: uppercase;
		line-height: 1.0;
		width: 60%;
		float: left;
		margin: 260px 0 0;
	}
	
	aside h3{
		color: #f7f4f8;
		font-family: 'goldplay-light';
		font-size: 20px;
		text-align: left;
		text-transform: uppercase;
		line-height: 1.0;
		width: 60%;
		float: left;
		margin: 40px 0 0;
	}
	
	aside a{
	background-color: transparent;
	float: right;
	outline: none;
	cursor: pointer;
	padding: 25px 80px;
	transition: 0.3s;
	font-size: 18px;
	color: #ffffff;
	font-family: 'goldplay-semibold';
	border: 3px solid #f2b401;
	width: auto;
	margin: -25px 0 0;
	}
	
	aside a:hover{
	background-color: #f2b401;
	}
	
	
	
/*
	[PLANOS]
				 */
	
	.bg-residencial{
		position: relative;
		width: 100%;
		background: url("img/bg-residenciais.jpg") top center #FFF no-repeat;
		z-index: 6;
		min-height: 1050px;
		padding: 150px 0 0;
	}
	
	.bg-empresarial{
		position: relative;
		width: 100%;
		background: url("img/bg-residenciais.jpg") top center #FFF no-repeat;
		z-index: 6;
		min-height: 1050px;
	}
	
	.tit-planos{
		float:left;
		width: 100%;
		position: absolute;
		z-index: 9;
		margin: 145px 0 0;
	}

	.tit-planos h2{
		color:#ffffff;
		font-size: 45px;
		font-family: 'goldplay-semibold';
		text-align: left;
		width: auto;
		float: left;
		margin: 5px 50px 0 0;
	}

	
/* TAB */
.tab {
  overflow: hidden;
	float:left;
	width: auto;
}

.tab button {
	background-color: inherit;
	float: left;
	outline: none;
	cursor: pointer;
	padding: 20px 35px;
	transition: 0.3s;
	font-size: 18px;
	color: #ffffff;
	font-family: 'goldplay-semibold';
	border: 3px solid #f2e7ee;
	width: auto;
	margin: 0 0 0 50px;
}

.tab button:hover {
	background-color: #5aa793;
	border: 3px solid rgba(190,74,6,0);
}

.tab button.active {
	background-color: #5aa793;
	border: 3px solid rgba(190,74,6,0);
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s;
}
	
		#position{
		margin: 300px 4%% 0!important;
	}
	
		#position-b{
		margin: 300px 4% 0;
	}

	
	.list-planos{
		float:left;
		list-style: none;
		width: 25.3%;
		margin: 300px 4% 0;
	}

	.list-planos:hover{
		transition: 1s;
		transform:scale(0.99)
	}
	
	.list-planos .mega{
		font-family: 'goldplay-bold';
		font-size: 90px;
		color: #786e67;
		text-align: right;
		float: left;
		width: 100%;
		line-height: 1;
		padding: 10px 25px;
		letter-spacing: -4px;
	}
	
	.number{
		float: left;
		margin-left: 0px;
		width: 150px;
		text-align: center;
	}
	
	.justify{
		letter-spacing: -5px;
		font-size: 85px
	}


	.list-planos .mega span{
		font-family:Segoe, "Segoe UI";;
		font-size: 22px;
		color: #ffffff;
		text-align: center;
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
		float: right;
		margin-top: 65px;
		margin-right: -10px;
		line-height: 0;
		width: 10px;
		background: rgba(28,99,32,1.00);
		font-weight: 200;
		letter-spacing: 1px;
	}

	
	.list-planos .info{
		background: #FFF;
		width: 100%;
		margin: 15px 0 0;
		float:left;
		padding: 10px 12px;
		min-height: auto;
		height: 395px;
		border-radius: 50px
	}

	
	.line{
		float:left;
		width: 98%;
		margin: 10px 1%;
		background: url("img/line.png") top center no-repeat;
		height: 1px;
	}

	.list-planos .info h3{
		font-family: 'goldplay-semibold';
		font-size: 16px;
		color: #4f4f4f;
		text-transform: uppercase;
		text-align: center;
		padding: 20px 0 5px;
		position: relative;
	}
	
	.list-planos .info h4{
		font-family: 'nexa-light';
		font-size: 9px;
		color: #0ba6dd;
		text-transform: uppercase;
		text-align: left;
		line-height: 1.5;
		float: left;
		padding: 10px 10px;
		min-height: 70px;
	}
	
	.list{
		float:left;
		width: 100%;
		list-style: none;
		margin: 20px 0;
	}
	
	.list .row{
		float:left;
		width: 100%;
		list-style: none;
		font-size: 10px;
		color: #8d8d8d;
		font-family: 'nexa-book';
		margin: 0 0 -2px;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		font-weight: normal;
		border-bottom: 1px dashed rgba(126,126,126,0.3);
		padding:9px 0;
	}
	
	.list .row img{
		margin-right: 5px;
	}

	.price{
		color: #786e67;
		float: left;
		width: 180px;
		text-align: center;
		margin: 10px 10%;
	}
	
	.price strong{
		color: #786e67;
		font-family: 'goldplay-bold';
		font-size: 52px;
		letter-spacing: -3px;
		margin-left: -8px;
	}
	
	.price em{
		color: #786e67;
		font-family: 'mont-lightitalic';
		font-size: 27px;
		letter-spacing: 0;
		margin: 17px 5px 0;
		float: left;
	}
	
	span.cents{
		color: #786e67;
		font-family: 'mont-lightitalic';
		font-size: 20px;
		letter-spacing: 0;
		margin: 17px 30px 0 0;
		float: right;
		font-style: italic;
	}
	
	span.month{
		color:#786e67;
		font-size: 15px;
		font-style: italic;
		float: right;
		font-family: 'mont-semibolditalic';
		margin: -35px 0px 0 0;
	}
	
	
	span.detail{
		font-size: 16px;
		color: #5aa793;
		text-align: center;
		font-family: 'goldplay-regular';
		width: 100%;
		float: left;
	}
	

	a.contratar{
		float:left;
		width: 95%;
		margin: 35px 2.5% 0;
		text-align: center;
		color: #ffffff;
		font-family: 'goldplay-bold';
		background: #5aa793;
		padding: 15px 13px;
		font-size: 16px;
		border-radius: 25px;
		letter-spacing: 1px
	}

	a.contratar:hover{
		background: #4b8e7d;
		transition: 1s;
		transform: scale(0.99)
	}

		
	
/*
	[FOOTER]
				 */
	
	
/*
	[NEWS]
				 */
	
	
	.news-text{
		float:left;
		width: 35%;
		margin: 60px 0 0;
	}
	
	.news-text span{
		text-align: center;
		float: left;
		width: 30%;
		margin: -3px 0 0
	}
	
	.news-text h3{
		color: #ffffff;
		font-size: 19px;
		font-family: 'goldplay-bold';
		text-align: left;
		float: left;
		width: 70%;
		margin: 0;
		font-weight: bold;
	}
	
	.news-text p{
		color: #ffffff;
		font-size: 18px;
		font-family: 'goldplay-regular';
		text-align: left;
		float: left;
		width: 70%;
		margin: 7px 0 0;
		font-weight: normal;
	}
	
	
	.news-form{
		float:right;
		width: 54%;
		margin: 80px 0 0;
		background: none
	}
	
	.input-email{
		background-color:transparent;
		padding: 13px 25px;
		font-size: 17px;
		color: #FFF;
		font-family:'goldplay-regular';
		border-radius: 25px;
		width: 64%;
		margin: 0;
		border: 2px solid #FFF;
		font-weight: normal;
	}
	
	.input-email::placeholder {
		color: #FFF;
		opacity: 1; /* Firefox */
	}
	
	.input-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #FFF;
	}
	
	.input-email::-ms-input-placeholder { /* Microsoft Edge */
		color: #FFF;
	}
	
		
	.send-news{
		float:right;
		width: 33%;
		text-align: center;
		margin: 0;
	}
	
	.send-news-b{
		float: left;
		width: 100%;
		background-color: transparent;
		font-size: 17px;
		text-align: center;
		cursor: pointer;
		border: 2px solid #FFF;
		font-family:'goldplay-bold';
		color: #FFF;
		border-radius: 25px;
		padding: 12px 25px;
		font-weight: bold
	}

	.send-news-b:hover{
		background: #5aa793;
		color: #fff;
		transition: 1s;
	}

	
	
	
/*
	[FORM]
				 */
	
	
	.bg-footer h2{
		float:left;
		width: 100%;
		text-align: left;
		font-size: 46px;
		font-weight: normal;
		font-family: 'goldplay-semibold';
		margin: 0;
		color: #FFF;
	}
	
	.form{
		float:left;
		width: 45%;
		margin: 100px 0 0;
	}
	
	.input{
		background-color:transparent;
		padding: 23px 30px;
		font-size: 18px;
		color: #FFF;
		font-family: 'nexa-thin';
		border-radius: 40px;
		width: 100%;
		margin: 10px 0;
		border: 1px solid #FFF;
		float:left;
		text-transform: none;
	}
	
	.input::placeholder {
		color: #FFF;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #FFF;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #FFF;
	}
	
	.send{
		background-color:#FFF;
		padding: 20px 30px;
		font-size: 17px;
		color: #5aa793;
		font-family: 'goldplay-medium';
		border-radius: 40px;
		width: 100%;
		margin: 10px 0;
		float:right;
		text-transform: uppercase;
		text-align: center;
		border: 0;
		cursor: pointer;
	}
	
	.send:hover{
		background-color:#5aa793;
		transition: 1s;
		color: #FFF
	}
	
	
	
	/*
		[CONTACT]
					*/
	.contact{
		float:right;
		width: 45%;
		margin: 100px 0 0;
	}
	
	.contact span{
		font-family: 'goldplay-medium';
		color: #FFF;
		font-size: 19px;
		text-align: left;
		width: 100%;
		float:left;
		margin: 0 0 70px;
		font-weight: 500;
	}
	
	.contact a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	.contact a.tel {
		font-family: 'mont-bold';
		color: #FFF;
		font-size: 31px;
		text-align: left;
		width: 100%;
		float:left;
		margin: 0;
		font-weight: 700;
	}
	
	.contact a.tel img{
		position: relative;
		top: 2px;
		left: 2px;
	}
	
	.contact a.email{
		font-family: 'nexa-book';
		color: #FFF;
		font-size: 18px;
		text-align: left;
		width: 100%;
		float:left;
		margin: 20px 0 0;
		font-weight: 300;
	}
	
	.contact a.location{
		font-family: 'goldplay-light';
		color: #ffc921;
		font-size: 21px;
		text-align: left;
		width: 100%;
		float:left;
		margin: 50px 0 0;
		font-weight: 200;
	}
	
	

	/*MEDIA*/
	
	.bg-sub-footer p{
		float:left;
		width: 50%;
		text-align: right;
		color: #5aa793;
		font-family: 'goldplay-bold';
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		padding-right: 50px
	}
	
	ul.media{
		float:left;
		text-align: center;
		width: 8%;
		list-style: none;
		margin: 0 0 0 50px;
	}
	
	ul.media li{
		float:left;
		text-align: center;
		width: 50%;
	}

	ul.media li:hover{
		opacity: 0.7;
	}

	.bg-sub-footer span{
		color: #fbfbfb;
		font-family: 'goldplay-regular';
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		width: auto;
		float: left;
		padding-left: 25px;
	}

	
	
	.whatsapp {
    position: fixed;
    bottom: 2%;
    right: 1%;
    padding: 8px;
    z-index: 10000000;
	width: 65px;
	}

	.whatsapp:hover{
	opacity: 0.5;
	}


}


#animation {
    animation: go-back 1s infinite alternate;
}

@keyframes go-back {
    from {
        transform: translatey(10px);
    }
    to {
        transform: translatey(0);
    }
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}	
