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

*{
	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;
	}



/*
	[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%;
	}


	

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

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

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

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






/*
	[EFFECT-TEXT]
					 */

	.inline-photo {
		opacity: 0;
		transform: translateY(1em) 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%);
	}


	

@media only screen and (min-width: 300px) {
	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}
	
	


/*
		[BACKGROUND]
						 */
	
	.bg-header{
		background-color: #FFF;
		padding: 0;
		z-index: 99;
		position: relative;
		height: auto;
		float: left;
	}
	
	.sub-header{
		background-color: rgba(0,0,0,0.50);
		padding: 0;
		z-index: 88;
		position: relative;
		height: auto;
		float: left;
		width: 100%;
	}
	
	.bg-section{
		z-index: 77;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 66;
		background: url("img/bg-white.jpg") top center #fff;
		padding: 50px 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 55;
		background: #2a2a2a;
		padding: 95px 0;
	}
	
	.bg-footer{
		position: relative;
		z-index: 44;
		background: #FFF;
		padding: 0;
	}

	

/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 10px 0;
		float: left;
		position: relative;
		left: 0;
		margin-right: 0;
		z-index: 88
	}	 
	
	img.logo{ 
		width: 180px;
		margin: 0;
		text-align: center;
	}
		
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 13px!important;
		font-weight: 400;
		margin: 0 0 10px!important;
		letter-spacing: -0.2px;
		border-bottom: 0 
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		color: #edc957;
		font-size: 0;
	}
	
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: block;
		position: relative;
		min-width: 100%;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		border-radius: 10px;
		padding: 2px 0 0!important;
		left: -4px;
		background: none;
	}

	.dropdown-content a {
		padding: 10px!important;
		text-decoration: none;
		display: block;
		color: #e8c249!important;
		font-size: 14px;
		border-bottom: 1px solid #FFF;
		background-color: #323232!important;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}

	.dropdown-content a:hover {
		background-color: #e8c249!important;
		opacity: 1;
		padding: 12px!important;
		border-bottom: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #323232!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #c9793d;
	}

	
	
/*
	[SUB-HEADER]
				 */
	.sub-header a{
		float: right;
		height: auto;
		width: 100%;
		margin: 10px 0 0;
		text-align: center;
	}
	
	.sub-header a:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.99);
	}
	
	.sub-header a span {
		float: left;
		width: 100%;
		text-align: center;
		margin: -1px 0 0 -1px
	}
	
	.sub-header a span img{
		width: auto;
		position: relative;
		top: 1px;
	}
	
	.sub-header a strong{
		font-size: 18px;
		color: #edc957;
		text-align: center;
		font-weight: normal;
		position: relative;
		top: 2px;
		left: 0;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}

	.sub-header a em{
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
		position: relative;
		top: -4px;
		left: 0;
		font-family: 'nexa-thin', Segoe, "Segoe UI";
		font-style: normal;
	}


	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		width: 100%; 
		height: 200px;
		right: 0;
		background: center center;
		z-index: 33;
		position: relative;
		float: left;
		top: -100px;
		margin-bottom: -100px;
	}


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

		
/*
	[ARTICLE]
				 */	
	
	/*ABOUT*/
	.about{
		float: left;
		width: 100%;
		margin: 0 0 0;
	}
	
	.about h1{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		font-family: 'nexa-thin', Segoe, "Segoe UI";
		font-size: 20px;
		letter-spacing: -1px;
		color: #000000;
		line-height: 1.0;
		padding: 0;
		text-transform: uppercase;
	}
	
	.about h1 strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		font-size: 25px;
	}
	
	.about h1 span{
		background: url("img/bg-yellow.jpg");
		height: 10px;
		width: 2%;
		float: left;
		margin: 8px 49% 10px;
	}
	
	.about h2{
		float: left;
		width: 100%;
		margin: 10px 0 0;
		text-align: center;
		font-family: 'nexa-thin', Segoe, "Segoe UI";
		font-size: 16px;
		letter-spacing: 1px;
		color: #000000;
		line-height: 1.0;
		padding: 0;
	}
	
	
	/*TEXT*/
	.text{
		float: right;
		width: 100%;
		margin: 15px 0 0;
		border: 1px solid #e6e6e6;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 25px 0;
	}
	
	.text p{
		text-align: justify;
		font-family: Segoe, "Segoe UI" ;
		font-size: 16px;
		color: #111111;
		line-height: 1.5;
		margin: 0 10%;
		width: 80%
	}
	
	.text p strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	/*contact*/
	a.contact{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
	}
	
	a.contact:hover{
		opacity: 0.9;
		transition: 1s;
	}
	
	a.contact span{
		float: left;
		width: 100%;
		margin: 15px 0 10px;
	}
	
	a.contact span img{
		width: 60px;
	}
	
	a.contact p{
		font-family: 'nexa-bold', Segoe, "Segoe UI"!important;
		text-align: center!important;
		padding: 0 0 15px;
		border-bottom: 1px solid rgba(237,237,237,1.00);
		font-size: 16px;
	}
	
	
	
	/*aside*/
	aside{
		float: left;
		width: 80%;
		margin: 40px 10% 0;
	}
		
	/*map*/
	.map{
		float: left;
		width: 100%;
		height: 250px;
		border: 2px solid #2a2a2a;
		padding: 5px
	}
	
	
	
	
	/*BLACK*/
	.bg-black h3{
		float: left;
		width: 95%;
		font-family: 'nexa-light', Segoe, "Segoe UI";
		color: #FFF;
		font-size: 22px;
		text-align: center;
		margin: 0 5% 20px;
	}
	
	.bg-black h3 span{
		background: url("img/bg-yellow.jpg");
		height: 4px;
		width: 5%;
		float: left;
		margin: 15px 45% 0;
	}
	
	.bg-black h3 strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		color: #faca4c;
	}
	
	.column{
		width: 100%;
		float: left;
		margin: 0;
	}
	
	.row{
		float: left;
		width: 90%;
		margin: 0 5% 30px;
		text-align: center;
	}
	
	.row:hover{
		transition: 1s;
		transform: scale(1.03);
	}
	
	.row h2{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		font-family: Segoe, "Segoe UI" ;
		font-size: 18px;
		letter-spacing: -1px;
		color: #FFF;
		line-height: 1.0;
		padding: 20px;
		background: #e8c249;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
	}
	
	.row p{
		float: right;
		margin: 0 0;
		width: 100%;
		color: #FFF;
		border: 1px solid #FFF;
		text-align: left;
		font-family: Segoe, "Segoe UI" ;
		font-size: 18px;
		line-height: 1.4;
		position: relative;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
		padding: 20px;
	}
	
	.row p.min-row{
		font-size: 13px;
	}
	
	.row p strong{
		font-family: Segoe, "Segoe UI" ;
	}
	

	.row-b{
		float: left;
		width: 95%;
		margin: 0 0 25px;
		text-align: center;
	}
	
	.row-b:hover{
		transition: 1s;
		transform: scale(1.03);
	}
	
	.row-b span{
		float: left;
		width: 100px;
		position: relative;
		top: -10px;
		left: 25px;
		z-index: 22;
		text-align: center;
	}
	
	.row-b span img{
		width: 100px;
	}
	
	.row-b p{
		float: right;
		margin: 0;
		width: 60%;
		color: #FFF;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 1px solid #FFF;
		height: 75px;
		text-align: center;
		font-family: Segoe, "Segoe UI" ;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 0.5;
		position: relative;
		padding-left: 15px;
		font-weight: normal;
	}
	
	.row-b p strong{
		font-family: Segoe, "Segoe UI" ;
	}
	
	.row p.row-max{
		font-size: 12px;
	}
	
	.row p.row-max-c{
		font-size: 12px;
	}
	
	.row p.row-max-b{
		color: #2a2a2a;
		border: 1px solid #FFF;
		text-align: center;
		font-family: Segoe, "Segoe UI" ;
		font-size: 20px;
		background: #faca4c
	}
	
	
	
	.row-c{
		float: left;
		width: 98%;
		margin: 0 1% 20px;
		text-align: center;
	}
	
	.row-c:hover{
		transition: 1s;
		transform: scale(1.03);
	}
	
	.row-c span{
		float: left;
		width: 100px;
		position: relative;
		top: -10px;
		left: 25px;
		z-index: 22;
		text-align: center;
	}
	
	.row-c span img{
		width: 100px;
	}
	
	.row-c p{
		float: right;
		margin: 0;
		width: 60%;
		color: #FFF;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 1px solid #FFF;
		height: 75px;
		text-align: center;
		font-family: 'nexa-light', Segoe, "Segoe UI";
		text-transform: uppercase;
		font-size: 12px;
		line-height: 0.5;
		position: relative;
		padding-left: 15px;
	}
	
	.row-c p strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	
	
		
	/*[COLLAPSIBLE]*/
	.collapsible {
		background-color: transparent;
		cursor: pointer;
		padding: 15px 10px;
		width: 100%;
		text-align: center;
		outline: none;
		font-size: 14px;
		margin: 10px 0;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		color: #FFFFFF;
		letter-spacing: 0px;
		position: relative;
		font-weight: 700;
		border: 2px solid #faca4c
	}
	
	.collapsible:hover {
		background-color: #faca4c;
	}
		
	.collapsible:active {
		background-color: #faca4c;
	}
		
	.active {
		background-color: #faca4c;
		color: #fff;
	}
		
	
	.collapsible:after {
		content: '▼'; /* () */
		font-size: 18px;
		color: #fff;
		float: right;
		margin-left: 0;
		margin-top: 2px;
		margin-right: 0;
		width: 100%;
	}
	
	.collapsible.active:after {
		content: "▲";
	}
		
	.content-collapsible {
		padding: 20px;
		display: none;
		overflow: hidden;
		background: none;
		border: 1px solid #fff;
		width: 100%;
		float:left;
		margin: 0 0;
	}
		
	
	.content-collapsible p{
		font-size: 14px;
		color: #fff;
		line-height: 1.4;
		text-align: justify;
		font-family: Segoe, "Segoe UI";
		font-weight: normal;
	}
	
	
	
	/*DIFERENCIAIS*/
	.diferenciais{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
	}
	
	.diferenciais h2{
		float: left;
		margin: 0 0 25px;
		width: 100%;
		color: #2a2a2a;
		text-align: center;
		font-family: Segoe, "Segoe UI" ;
		font-size: 16px;
		line-height: 1.4;
		font-weight: normal;
	}
	
	.diferenciais h2 strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	.diferenciais li{
		float: left;
		width: 95%;
		margin: 10px 2.5% 25px;
		text-align: center;
	}
	
	.diferenciais li span{
		text-align: center;
	}
	
	.diferenciais li h3{
		font-size: 16px;
		text-align: center;
		font-family: Segoe, "Segoe UI" ;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
		border: 2px solid #edc957;
		border-radius: 50px;
		padding: 20px;
		margin: 10px 0 0;
		font-weight: normal;
	}
	
	.diferenciais li h3 strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	.diferenciais li:hover{
		opacity: 1;
		transition: 1s;
		transform: scale(1.03);
	}
		
	
	
	/*SERVICES*/
	ul.services{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
	}
	
	ul.services li{
		float: left;
		margin: 50px 1% 5px;
		width: 98%;
		text-align: center;
	}
	
	ul.services li:hover{
		opacity: 1;
		transition: 1s;
		transform: scale(1.03);
	}
	
	ul.services li span{
		width: 50%;
		text-align: center;
		float: left;
		margin: 0 25%;
	}
	
	ul.services li h3{
		font-size: 20px;
		color: #ffffff;
		text-align: center;
		border-bottom: 2px solid #2a2a2a;
		width: 100%;
		padding: 0 25px;
		font-family: Segoe, "Segoe UI" ;
		margin: 0;
		float: left;
		background: #faca4c;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 70px;
		line-height: 1.0;
		font-weight: bold
	}
	
	ul.services li span.gray{
		width: 100%;
		margin: 0
	}
	
	ul.services li h3.green{
		background: #71bf4f!important;
	}
	
	
	
	ul.services li p{
		font-size: 16px;
		color: #2a2a2a;
		text-align: center;
		border-bottom: 0px solid #2a2a2a;
		width: 100%;
		padding: 25px 0;
		font-family: Segoe, "Segoe UI" ;
		margin: 0;
		float: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
		line-height: 1.3;
		font-weight: normal
	}
	
			
	
	
		
	
	
	
/*
	[FOOTER]
				 */
	
	.form-trabalhe{
		float: right;
		margin: 0;
		width: 100%;
		background: #fff;
		padding: 30px 10px;
	}
	
	.form-trabalhe h3{
		font-size: 16px;
		color: #494948;
		text-align: center;
		border-bottom: 2px solid #2a2a2a;
		width: 98%;
		padding: 0 0 10px;
		font-family: 'nexa-thin', Segoe, "Segoe UI";
		margin: 0 1% 20px;
		float: left;
	}
		
	.form-trabalhe em{
		font-size: 14px;
		color: #bb983b;
		text-align: center;
		width: 80%;
		padding: 0 0 10px;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		margin: 25px 10% 0;
		float: left;
		line-height: 1.2;
	}
		
	.form-trabalhe h3 strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	.input-trabalhe{
		width: 98%;
		float: left;
		margin: 10px 1%;
		border-radius: 55px;
		background-color: transparent;
		color: #494948;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		font-size: 20px;
		border: 2px solid #494948;
		padding: 12px 30px;
	}
	
	.input-trabalhe::placeholder {
		color: #494948;
		opacity: 1;
	}
	
	.input-trabalhe::-ms-input-placeholder {
		color: #494948;
	}
	
	.input-trabalhe::-ms-input-placeholder {
		color: #494948;
	}	
	
	
	
	/*FORM*/
	.img-form{
		float: left;
		width: 100%;
		margin: 0;
		height: 400px;
		background: url("img/img-form-responsive.jpg") top center;
	}
	
	.img-form-a{
		float: left;
		width: 100%;
		margin: 0;
		height: 400px;
		background: url("img/img-form-responsive-a.jpg") top center;
	}
	
	.img-form-b{
		float: left;
		width: 100%;
		margin: 0;
		height: 400px;
		background: url("img/img-form-responsive-b.jpg") top center;
	}
	
	.img-form-c{
		float: left;
		width: 100%;
		margin: 0;
		height: 400px;
		background: url("img/img-form-responsive-cd.jpg") top center;
	}
	
	.img-form-d{
		float: left;
		width: 100%;
		margin: 0;
		height: 400px;
		background: url("img/img-form-responsive-d.jpg") top center;
	}
	
	.form{
		float: right;
		margin: 0;
		width: 100%;
		background: url("img/bg-yellow.jpg");
		padding: 10px;

	}
	
	.border-form{
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 800px;
		border: 2px solid #d2af41;
	}
	
	.form h3{
		font-size: 18px;
		color: #ffffff;
		text-align: center;
		border-bottom: 2px solid #2a2a2a;
		width: 80%;
		padding: 0 0 10px;
		font-family: 'nexa-thin', Segoe, "Segoe UI";
		margin: 0 10% 40px;
		float: left;
	}
	
	.form h3 strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	.form em{
		font-size: 12px;
		color: #bb983b;
		text-align: center;
		width: 90%;
		padding: 0 0 10px;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		margin: 20px 5% 0;
		float: left;
		line-height: 1.2;
	}

	
	.input{
		width: 95%;
		float: left;
		margin: 10px 2.5%;
		border-radius: 58px;
		background-color: transparent;
		color: #FFF;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		font-size: 16px;
		border: 2px solid #FFF;
		padding: 10px;
	}
	
	.input::placeholder {
		color: #ffffff;
		opacity: 1;
	}
	
	.input::-ms-input-placeholder {
		color: #ffffff;
	}
	
	.input::-ms-input-placeholder {
		color: #ffffff;
	}
	
	.send-box{
		width: 100%;
		float: left;
		margin: 25px 0 0;
		text-align: center;
	}
	
	.send{
		background: url("img/send.png") no-repeat top center;
		font-size: 0;
		border: 0;
		width: 100px;
		height: 100px;
		cursor: pointer;
	} 
	
	.send:hover{
		opacity: 1;
		transition: 1s;
		transform: scale(1.03);
	} 
	
	
	/*SUB-FOOTER*/
	.logo-footer{
		width: 100%;
		float: left;
		margin: 50px 0;
		text-align: center;
	}
	
	.logo-footer span{
		width: 100%;
		float: left;
		margin: 0 0 20px;
		text-align: center;
	}
	
	.logo-footer a{
		text-align: center;
		color: #2a2a2a;
		font-family: 'nexa-light', Segoe, "Segoe UI";
		font-size: 16px;
		line-height: 1.4;
	}
	
	.logo-footer:hover{
		opacity: 1;
		transition: 1s;
		transform: scale(1.03);
	}
	
	.logo-footer a strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	
	/*MEDIA*/
	.media{
		width: 95%;
		float: right;
		margin: 25px 2.5%;
		text-align: center;
	}
	
	.media a{
		float: left;
		width: 31.3%;
		margin: 0 1% 15px;
		text-align: center;
	}
	
	.media a:hover{
		opacity: 1;
		transition: 1s;
		transform: scale(1.03);
	}
	
	.media a img{
		width: auto;
	}
	
	.media span{
		text-align: center;
		font-family: 'nexa-light', Segoe, "Segoe UI";
		font-size: 18px;
	}
	
	.media span strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	
	.chamada-servicos{
		float: left;
		width: 100%;
		text-align: center;
		background: #2a2a2a;
		font-size: 16px;
		font-family: 'nexa-light', Segoe, "Segoe UI";
		color: #FFF;
		padding: 40px;
	}
	
	.chamada-servicos strong{
		font-size: 18px;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		color: #FFF;
	}
	
	

	


}









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







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

/*
	[Elements]
				 */
	.container{
		width: 1000px;
	}
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}
	


/*
		[BACKGROUND]
						 */
	
	.bg-header{
		background-color: rgba(225,225,225,0.90);
		padding: 0;
		z-index: 99;
		position: relative;
		height: 160px;
		float: left;
	}
	
	.sub-header{
		background-color: rgba(0,0,0,0.50);
		padding: 0;
		z-index: 88;
		position: relative;
		height: 60px;
		float: left;
		width: 100%;
	}
	
	.bg-section{
		z-index: 77;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 66;
		background: url("img/bg-white.jpg") top center #fff;
		padding: 80px 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 55;
		background: #2a2a2a;
		padding: 95px 0;
	}
	
	.bg-footer{
		position: relative;
		z-index: 44;
		background: #FFF;
		padding: 0;
	}

	

/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 290px;
		padding: 0;
		text-align: center;
		margin: 10px 0 0;
		float: left;
		position: relative;
		left: 0;
		margin-right: 0;
	}	 
	
	img.logo{ 
		width: 290px;
		margin: 0;
		text-align: center;
	}
		
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 22px!important;
		font-weight: 400;
		margin: 0!important;
		letter-spacing: -0.2px;
		border-bottom: 4px solid #edc957;
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -20px;
		left: 7px;
		color: #edc957;
		font-size: 18px;
		line-height: normal;
		font-style: normal;
		font-family: 'nexa-light', Segoe, "Segoe UI";
	}
	
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		min-width: 210px;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		border-radius: 10px;
		padding: 26px 0 0!important;
		left: 0px;
		background: none;
	}

	.dropdown-content a {
		padding: 12px!important;
		text-decoration: none;
		display: block;
		color: #e8c249!important;
		font-size: 16px;
		border-bottom: 1px solid #FFF;
		background-color: #323232!important;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}

	.dropdown-content a:hover {
		background-color: #e8c249!important;
		opacity: 1;
		padding: 12px!important;
		border-bottom: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #323232!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #c9793d;
	}
	
	
/*
	[SUB-HEADER]
				 */
	.sub-header a{
		float: right;
		height: 45px;
		width: 175px;
		margin: 10px 0 0;
		text-align: left;
	}
	
	.sub-header a:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.99);
	}
	
	.sub-header a span {
		float: left;
		width: auto;
		text-align: center;
		margin: -1px 0 0 -1px
	}
	
	.sub-header a span img{
		width: auto;
		position: relative;
		top: 1px;
	}
	
	.sub-header a strong{
		font-size: 18px;
		color: #edc957;
		text-align: center;
		font-weight: normal;
		position: relative;
		top: 2px;
		left: 15px;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}

	.sub-header a em{
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
		position: relative;
		top: -4px;
		left: 15px;
		font-family: 'nexa-thin', Segoe, "Segoe UI";
		font-style: normal;
	}


	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		width: 100%; 
		height: 416px;
		right: 0;
		background: center center;
		z-index: 33;
		position: relative;
		float: left;
		top: -239px;
		margin-bottom: -239px;
	}


	#layerslider img{
		max-width: auto!important;
		height: 416px!important;
		top: 0;
	}
	
		
	
/*
	[ARTICLE]
				 */	
	
	/*ABOUT*/
	.about{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.about h1{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		font-family: 'nexa-thin', Segoe, "Segoe UI";
		font-size: 40px;
		letter-spacing: -1px;
		color: #000000;
		line-height: 1.0;
		padding: 0;
		text-transform: uppercase;
	}
	
	.about h1 strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		font-size: 55px;
	}
	
	.about h1 span{
		background: url("img/bg-yellow.jpg");
		height: 13px;
		width: 2%;
		float: left;
		margin: 15px 49% 30px;
	}
	
	.about h2{
		float: left;
		width: 100%;
		margin: 10px 0 20px;
		text-align: center;
		font-family: 'nexa-thin', Segoe, "Segoe UI";
		font-size: 24px;
		letter-spacing: 1px;
		color: #000000;
		line-height: 1.0;
		padding: 0;
	}
	
	
	/*TEXT*/
	.text{
		float: right;
		width: 55%;
		margin: 40px 0 0;
		border: 1px solid #e6e6e6;
		height: 483px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 0;
	}
	
	.text p{
		text-align: justify;
		font-family: Segoe, "Segoe UI" ;
		font-size: 20px;
		color: #111111;
		line-height: 1.5;
		margin: 0 10%;
		width: 80%
	}
	
	.text p strong{
		font-family: Segoe, "Segoe UI" ;
	}
	
	/*contact*/
	a.contact{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
	}
	
	a.contact:hover{
		opacity: 1;
		transition: 1s;
	}
	
	a.contact span{
		float: left;
		width: 100%;
		margin: 15px 0 10px;
	}
	
	a.contact span img{
		width: 60px;
	}
	
	a.contact p{
		font-family: 'nexa-bold', Segoe, "Segoe UI"!important;
		text-align: center!important;
		padding: 0 0 10px;
		border-bottom: 1px solid rgba(237,237,237,1.00);
		font-size: 18px;
	}
	
	
	
	/*aside*/
	aside{
		float: left;
		width: 45%;
		margin: 40px 0 0;
	}
		
	/*map*/
	.map{
		float: left;
		width: 100%;
		height: 483px;
		border: 2px solid #2a2a2a;
		padding: 15px
	}
	
	
	
	
	/*BLACK*/
	.bg-black h3{
		float: left;
		width: 80%;
		font-family: 'nexa-light', Segoe, "Segoe UI";
		color: #FFF;
		font-size: 25px;
		text-align: center;
		margin: 0 10% 40px;
	}
	
	.bg-black h3 span{
		background: url("img/bg-yellow.jpg");
		height: 4px;
		width: 5%;
		float: left;
		margin: 15px 45% 0;
	}
	
	.bg-black h3 strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		color: #faca4c;
	}
	
	.column{
		width: 100%;
		float: left;
		margin: 0;
	}
	
	.row{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		text-align: center;
	}
	
	.row:hover{
		transition: 1s;
		transform: scale(1.03);
	}
	
	.row h2{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		font-family: Segoe, "Segoe UI" ;
		font-size: 35px;
		letter-spacing: -1px;
		color: #FFF;
		line-height: 1.0;
		padding: 0;
		background: #e8c249;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 70px;
	}
	
	.row p{
		float: right;
		margin: 10px 0 0;
		width: 100%;
		color: #FFF;
		border: 1px solid #FFF;
		text-align: left;
		font-family: Segoe, "Segoe UI" ;
		font-size: 17px;
		line-height: 1.4;
		position: relative;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 310px;
		padding: 0 30px;
	}
	
	.row p.min-row{
		font-size: 13px;
	}
	
	.row p strong{
		font-family: Segoe, "Segoe UI" ;
	}
	
	.row p.row-max{
		font-size: 18px;
		height: 290px;
	}
	
	.row p.row-max-c{
		font-size: 16px;
		height: 290px;
	}
	
	.row p.row-max-b{
		color: #2a2a2a;
		border: 1px solid #FFF;
		text-align: center;
		font-family: Segoe, "Segoe UI" ;
		font-size: 30px;
		height: 290px;
		background: #faca4c;
		font-weight: bold;
	}
	
	

	.row-b{
		float: left;
		width: 25%;
		margin: 0 0 25px;
		text-align: center;
	}
	
	.row-b:hover{
		transition: 1s;
		transform: scale(1.03);
	}
	
	.row-b span{
		float: left;
		width: 100px;
		position: relative;
		top: -10px;
		left: 25px;
		z-index: 22;
		text-align: center;
	}
	
	.row-b span img{
		width: 100px;
	}
	
	.row-b p{
		float: right;
		margin: 0;
		width: 60%;
		color: #FFF;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 1px solid #FFF;
		height: 75px;
		text-align: center;
		font-family: Segoe, "Segoe UI" ;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 1;
		position: relative;
		padding-left: 15px;
		font-weight: normal;
	}
	
	.row-b p strong{
		font-family: Segoe, "Segoe UI" ;
	}
	
	.row-container{
		float: left;
		width: 100%;
	}
	
	.row-c{
		float: left;
		width: 19%;
		margin: 0 0.5% -25px;
		text-align: center;
	}
	
	.row-c:hover{
		transition: 1s;
		transform: scale(1.03);
	}
	
	.row-c span{
		float: left;
		width: 40%;
		position: relative;
		top: -10px;
		left: 25px;
		z-index: 22;
		text-align: center;
	}
	
	.row-c span img{
		width: auto;
	}
	
	.row-c p{
		float: right;
		margin: 0;
		width: 60%;
		color: #FFF;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 1px solid #FFF;
		height: 70px;
		text-align: center;
		font-family: Segoe, "Segoe UI" ;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 0.5;
		position: relative;
		padding-left: 15px;
	}
	
	.row-c p strong{
		font-family: Segoe, "Segoe UI" ;
	}
	
	
	
		
	/*[COLLAPSIBLE]*/
	.collapsible {
		background-color: transparent;
		cursor: pointer;
		padding: 20px 15px;
		width: 96%;
		text-align: center;
		outline: none;
		font-size: 22px;
		margin: 10px 2%;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		color: #FFFFFF;
		letter-spacing: 1px;
		position: relative;
		font-weight: 700;
		border: 2px solid #faca4c
	}
	
	.collapsible:hover {
		background-color: #faca4c;
	}
		
	.collapsible:active {
		background-color: #faca4c;
	}
		
	.active {
		background-color: #faca4c;
		color: #fff;
	}
		
	
	.collapsible:after {
		content: '▼'; /* () */
		font-size: 18px;
		color: #fff;
		float: right;
		margin-left: 5px;
		margin-top: 2px;
		margin-right: 15px;
		width: auto;
	}
	
	.collapsible.active:after {
		content: "▲";
	}
		
	.content-collapsible {
		padding: 20px 40px;
		display: none;
		overflow: hidden;
		background: none;
		border: 1px solid #fff;
		width: 96%;
		float:left;
		margin: 0 2%;
	}
		
	
	.content-collapsible p{
		font-size: 20px;
		color: #fff;
		line-height: 1.4;
		text-align: justify;
		font-family: Segoe, "Segoe UI";
		font-weight: normal;
	}
	
	/*DIFERENCIAIS*/
	.diferenciais{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
	}
	
	.diferenciais h2{
		float: left;
		margin: 0 0 25px;
		width: 100%;
		color: #2a2a2a;
		text-align: center;
		font-family: Segoe, "Segoe UI" ;
		font-size: 25px;
		line-height: 1.4;
		font-weight: normal;
	}
	
	.diferenciais h2 strong{
		font-family: Segoe, "Segoe UI" ;
		
	}
	
	.diferenciais li{
		float: left;
		width: 31.3%;
		margin: 10px 1% 25px;
		text-align: center;
	}
	
	.diferenciais li span{
		text-align: center;
	}
	
	.diferenciais li h3{
		font-size: 20px;
		text-align: center;
		font-family: Segoe, "Segoe UI" ;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 160px;
		border: 2px solid #edc957;
		border-radius: 50px;
		padding: 20px;
		margin: 10px 0 0;
		font-weight: normal;
	}
	
	.diferenciais li h3 strong{
		font-family: Segoe, "Segoe UI" ;
	}
	
	.diferenciais li:hover{
		opacity: 1;
		transition: 1s;
		transform: scale(1.03);
	}
	
	
	
	/*SERVICES*/
	ul.services{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
	}
	
	ul.services li{
		float: left;
		margin: 50px 1% 5px;
		width: 31.3%;
		text-align: center;
	}
	
	ul.services li:hover{
		opacity: 1;
		transition: 1s;
		transform: scale(1.03);
	}
	
	ul.services li span{
		width: 50%;
		text-align: center;
		float: left;
		margin: 0 25%;
	}
	
	ul.services li h3{
		font-size: 25px;
		color: #ffffff;
		text-align: center;
		border-bottom: 2px solid #2a2a2a;
		width: 100%;
		padding: 0 25px;
		font-family: Segoe, "Segoe UI" ;
		margin: 0;
		float: left;
		background: #faca4c;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 70px;
		line-height: 1.0;
		font-weight: bold;
	}
	
	ul.services li p{
		font-size: 16px;
		color: #2a2a2a;
		text-align: center;
		border-bottom: 0px solid #2a2a2a;
		width: 100%;
		padding: 0 10px;
		font-family: Segoe, "Segoe UI" ;
		margin: 0;
		float: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 200px;
		line-height: 1.3;
		font-weight: normal
	}
	
	
	
	
/*
	[FOOTER]
				 */
	
	/*FORM*/
	.img-form{
		float: left;
		width: 50%;
		margin: 0;
		height: 1000px;
		background: url("img/img-form.jpg") top center;
	}
	
	.img-form-a{
		float: left;
		width: 50%;
		margin: 0;
		height: 1000px;
		background: url("img/img-form-a.jpg") top center;
	}
	
	.img-form-b{
		float: left;
		width: 50%;
		margin: 0;
		height: 1000px;
		background: url("img/img-form-b.jpg") top center;
	}
	
	.img-form-c{
		float: left;
		width: 50%;
		margin: 0;
		height: 1000px;
		background: url("img/img-form-c.jpg") top center;
	}
	
	.img-form-d{
		float: left;
		width: 50%;
		margin: 0;
		height: 1000px;
		background: url("img/img-form-d.jpg") top center;
	}
	
	.form{
		float: right;
		margin: 0;
		width: 50%;
		background: url("img/bg-yellow.jpg");
		padding: 30px;

	}
	
	.border-form{
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 940px;
		border: 2px solid #d2af41;
	}
	
	.form h3{
		font-size: 25px;
		color: #ffffff;
		text-align: center;
		border-bottom: 2px solid #2a2a2a;
		width: 80%;
		padding: 0 0 10px;
		font-family: 'nexa-thin', Segoe, "Segoe UI";
		margin: 0 10% 40px;
		float: left;
	}
		
	.form em{
		font-size: 14px;
		color: #bb983b;
		text-align: center;
		width: 80%;
		padding: 0 0 10px;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		margin: 25px 10% 0;
		float: left;
		line-height: 1.2;
	}
		
	.form h3 strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	.input{
		width: 80%;
		float: left;
		margin: 10px 10%;
		border-radius: 55px;
		background-color: transparent;
		color: #FFF;
		font-family: 'nexa-thin', Segoe, "Segoe UI";
		font-size: 25px;
		border: 2px solid #FFF;
		padding: 12px 45px;
	}
	
	.input::placeholder {
		color: #ffffff;
		opacity: 1;
	}
	
	.input::-ms-input-placeholder {
		color: #ffffff;
	}
	
	.input::-ms-input-placeholder {
		color: #ffffff;
	}
	
	.send-box{
		width: 100%;
		float: left;
		margin: 25px 0 0;
		text-align: center;
	}
	
	.send{
		background: url("img/send.png") no-repeat top center;
		font-size: 0;
		border: 0;
		width: 100px;
		height: 100px;
		cursor: pointer;
	} 
	
	.send:hover{
		opacity: 1;
		transition: 1s;
		transform: scale(1.03);
	} 
	
	
	
	
	.form-trabalhe{
		float: right;
		margin: 0;
		width: 100%;
		background: #fff;
		padding: 30px;
	}
	
	.form-trabalhe h3{
		font-size: 25px;
		color: #494948;
		text-align: center;
		border-bottom: 2px solid #2a2a2a;
		width: 80%;
		padding: 0 0 10px;
		font-family: 'nexa-thin', Segoe, "Segoe UI";
		margin: 0 10% 40px;
		float: left;
	}
		
	.form-trabalhe em{
		font-size: 14px;
		color: #bb983b;
		text-align: center;
		width: 80%;
		padding: 0 0 10px;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		margin: 25px 10% 0;
		float: left;
		line-height: 1.2;
	}
		
	.form-trabalhe h3 strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	.input-trabalhe{
		width: 80%;
		float: left;
		margin: 10px 10%;
		border-radius: 55px;
		background-color: transparent;
		color: #494948;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		font-size: 25px;
		border: 2px solid #494948;
		padding: 12px 45px;
	}
	
	.input-trabalhe::placeholder {
		color: #494948;
		opacity: 1;
	}
	
	.input-trabalhe::-ms-input-placeholder {
		color: #494948;
	}
	
	.input-trabalhe::-ms-input-placeholder {
		color: #494948;
	}	
	
	
	
	
	
	
	
	/*SUB-FOOTER*/
	.logo-footer{
		width: 50%;
		float: left;
		margin: 100px 0;
		text-align: center;
	}
	
	.logo-footer span{
		width: 100%;
		float: left;
		margin: 0 0 20px;
		text-align: center;
	}
	
	.logo-footer a{
		text-align: center;
		color: #2a2a2a;
		font-family: 'nexa-light', Segoe, "Segoe UI";
		font-size: 16px;
		line-height: 1.4;
	}
	
	.logo-footer:hover{
		opacity: 1;
		transition: 1s;
		transform: scale(1.03);
	}
	
	.logo-footer a strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	
	/*MEDIA*/
	.media{
		width: 30%;
		float: right;
		margin: 110px 0;
		text-align: center;
	}
	
	.media a{
		float: left;
		width: 33.3%;
		margin: 0 0 15px;
		text-align: center;
	}
	
	.media a:hover{
		opacity: 1;
		transition: 1s;
		transform: scale(1.03);
	}
	
	.media a img{
		width: auto;
	}
	
	.media span{
		text-align: center;
		font-family: 'nexa-light', Segoe, "Segoe UI";
		font-size: 25px;
	}
	
	.media span strong{
		font-family: 'nexa-bold', Segoe, "Segoe UI";
	}
	
	
	.chamada-servicos{
		float: left;
		width: 100%;
		text-align: center;
		background: #2a2a2a;
		font-size: 26px;
		font-family: 'nexa-light', Segoe, "Segoe UI";
		color: #FFF;
		padding: 40px;
	}
	
	.chamada-servicos strong{
		font-size: 28px;
		font-family: 'nexa-bold', Segoe, "Segoe UI";
		color: #FFF;
	}
	
	
	
}











/*
	 [EFFECT]
				 */
#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;}
}	
