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%;
	}



/*atribute */
	img {
		border:0;
		padding:0;
		margin:0;
	}

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

	a:hover{
		opacity: 0.5;
		transition: 0.5s;
		transform: scale(0.98);
	}


	/*elements*/
	.content, header, section, article, footer{
		width: 100%;
		float: left;
	}

	/*effects */
	.inline-photo {
		opacity: 0;
		transform: translateY(9em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.2,1), opacity .7s .50s 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%);
	}

	/*fonts */
	@font-face {
		font-family: "Poppins-Bold";
		src: url("css/Poppins-Bold.ttf");
		font-weight: bold;
	}

	@font-face {
		font-family: "Poppins-SemiBold";
		src: url("css/Poppins-SemiBold.ttf");
		font-weight: 600;
	}

	@font-face {
		font-family: "Poppins-Regular";
		src: url("css/Poppins-Regular.ttf");
		font-weight: normal;
	}

	@font-face {
		font-family: "Poppins-Light";
		src: url("css/Poppins-Light.ttf");
		font-weight: 300;
	}


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


	/*[BACKGROUND]*/	
	.bg-header{
		background: rgba(0,0,0,0.0);
		padding: 30px 0 0;
		z-index: 999;
		position: absolute;
		float: left;
		margin: 0;
		height: auto;
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}

	.bg-green{
		position: relative;
		z-index: 66;
		background: #002923;
		padding: 0;
	}
	


	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
		z-index: 33;
	}	 
	
	a.logo img{ 
		width: 280px;
	}
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: 20px 0 0!important;
		font-weight: normal;
		padding: 0!important;
	}	

	.nav ul li em{
		float: right!important;
		position: relative;
		top: -22px;
		left: 30px;
		color: #d2a14a;
		font-style: normal;
		font-size: 14px;
		font-weight: 900;
	}	

	.border-header{
		background: #d2a14a;
		height: 2px;
		width: 100%;
		float: left;
		margin: 15px 0 0
	}


	/*dropdown*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

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

	.dropdown-content a {
		padding: 10px 10px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 16px!important;
		border-bottom: 1px solid #fff!important;
		background-color: #238b5a!important;
		height: auto!important;
		font-weight: normal!important;
		border-radius: 0!important;
		width: 100%!important;
		float: left!important;
		margin-bottom: 1px!important;
	}

	.dropdown-content a:hover {
		background-color: #d2a14a!important;
		opacity: 1!important;
		padding: 10px 10px!important;
		border-bottom: 1px solid #fff!important;
		font-weight: lighter!important;
		color: #fff!important;
		margin-bottom: 1px!important
	}

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

	.dropdown:hover .dropbtn {
		background-color: #d2a14a!important;
	}


	/*nav-botton*/
	.nav-botton {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin: 35px 0 0;
		width: 140px;
		float: right;
	}

	.nav-botton a {
		width: 20%;
		box-sizing: border-box;
		margin: 0 5px
	}
	
	.nav-botton a img{
		height: 22px;
	}


	
	
	/*banner*/
	#layerslider{
		height: 1000px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: -15px 0 0;
	}
	
	#layerslider img{
		height: auto!important;
		width: auto!important;
		border-radius: 0!important;
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: auto!important;
		border-radius: 0!important
	}

	#layerslider img.responsive{
		width: 0!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 0!important;
	}

	#layerslider .ls-slide span{
		margin: 400px 0 0 15%!important;
		width: 80%;
		float: left;
		text-align: left
	}	
				
	#layerslider .ls-slide p{
		font-size: 40px;
		color: #fff;
		line-height: 1.3;
		margin: 0!important;
		width: 100%;
		float: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: 300;
	}	
				
	#layerslider .ls-slide p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-weight: bold;
	}	
	
	#layerslider .ls-slide span a{
		float: left;
		width: auto;
		margin: 55px 0 0;
		text-align: center;
		font-family: "Cinzel", serif;
		background: #d2a14a;
		color: #fff;
		font-size: 22px;
		border-radius: 50px;
		padding: 20px 30px
	}	
	



	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 100px 0;
	}
	
	.about span{
		float: left;
		width: 50%;
		margin: 25px 0 0;
		text-align: left;
		border: 5px solid #d2a14a;
		border-radius: 55px;
		padding: 45px 15px 0 15px
	}
	
	.about span h1{
		font-size: 0;
	}

	.about span h2{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 40px;
		color: #fff;
		line-height: 0.9;
		margin: 0 0 30px;
		font-weight: normal;
		background: #228a59;
		border-radius: 50px;
		text-align: center;
		padding: 25px 0;
		left: -50px;
		position: relative;
		width: 85%
	}

	.about span p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 17px;
		color: #2e2e2e;
		line-height: 1.4;
		font-weight: normal;
		padding: 0 15px
	}
				
	.about span p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
		
	.about span a{
		float: left;
		width: auto;
		margin: 40px 0 -30px;
		text-align: center;
		font-family: "Cinzel", serif;
		background: #d2a14a;
		color: #fff;
		font-size: 20px;
		border-radius: 50px;
		padding: 20px 30px;
	}	



	/*aside*/
	.about aside{
		float: right;
		width: 50%;
		margin: 0;
		text-align: center;
		position: relative;
		z-index: 1;
		height: 515px;
	}
	
	.about aside figure{
		width: auto;
		position: absolute;
		float: none
	}
		
	.about aside figure img{
		width: 380px;
		margin: 0;
	}
		
	.about aside figcaption{
		width: 325px;
		position: absolute;
		z-index: 1;
		left: -80px;
		padding: 50px 0 0 50px;
		text-align: center;
		margin: 80px 0 0;
		float: none;
		height: 470px;
		background: #248a5a;
		color: #fff;
		border-radius: 80px
	}
				
	.about aside figcaption p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		color: #fff;
		line-height: 1.3;
		text-align: left;
		font-weight: normal
	}

	.about aside figcaption p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}

	.about aside figcaption p img{
		width: 35px;
	}


	/*
		services
	*/
	.services {
		color: #fff;
		width: 100%;
		float: left;
		margin: 120px 0 0;
		text-align: left;
	}

	.services h2{
		font-size: 55px;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 10px
	}

	.services p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 60px
	}


	/*menu-produto*/
	.menu-produtos {
		float: left;
		width: 50%;
		margin: 0;
	}

	.menu-produtos a {
		cursor: pointer;
		display: block;
		margin-bottom: 10px;
		border: 2px solid #d2a14a;
		border-radius: 50px;
		color: #fff;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		padding: 20px 45px 18px;
		margin: 0 0 30px
	}

	.menu-produtos a strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}

	.menu-produtos a:hover {
		font-weight: bold;
		border: 2px solid #fff;
		filter: brightness(0) invert(1);
		opacity: 1;
		transform: scale(0.99)
	}

	.menu-produtos a.ativo {
		font-weight: bold;
		border: 2px solid #fff;
		filter: brightness(0) invert(1);
	}

	.menu-produtos img {
		float: right;
		margin: 5px 0 0
	}


	/*conteudo-produto*/
	.conteudo-produto {
		float: right;
		width: 50%;
		margin: 0;
	}

	.conteudo-produto figure{
		float: left;
		width: 80%;
		margin: 0;
		position: relative;
		left: -50px
	}

	.conteudo-produto span{
		float: left;
		width: 90%;
		margin: 0;
		background: #218456;
		border-radius: 80px;
		padding: 60px 50px;
		position: relative;
		top: -150px;
		right: -80px
	}

	.conteudo-produto span img{
		position: absolute;
		right: -25px;
		margin: -90px 0 0
	}

	.conteudo-produto h3{
		color: #002923;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 35px;
		margin: 0 0 5px;
		line-height: 1
	}

	.conteudo-produto h4{
		color: #fff;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		margin: 0;
		line-height: 1;
		font-weight: normal;
	}


	.conteudo-produto p{
		color: #fff;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		margin: 25px 0 40px;
		line-height: 1.3
	}

	.conteudo-produto a{
		color: #ffd57d;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1
	}




	/*config*/
	.conteudo-produto {
		display: none;
	}

	.conteudo-produto.ativo {
		display: block;
	}



	/*row*/
	.row{
		float: left;
		width: 100%;
		margin: 110px 0;
	}
	
	.row h2{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 48px;
		color: #002923;
		line-height: 0.9;
		margin: 30px 0 0;
		font-weight: normal;
		text-align: left;
		float: left;
	}

	.row h2 strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}

	.row ul{
		float: right;
		width: 75%;
		margin: 0;
		text-align: left;
		border: 5px solid #d2a14a;
		border-radius: 80px;
		padding: 35px 30px;
		list-style: none
	}

	.row ul li{
		float: left;
		width: 23%;
		margin: 0 1%;
		text-align: center;
	}



	/*contact*/
	ul.contact{
		float: left;
		width: 65%;
		list-style: none;
		border: 5px solid #c9a24f;
		border-radius: 80px;
		padding: 80px 50px 0 30px;
		margin: 100px 0 0;
		height: 450px
	}

	ul.contact li{
		float: left;
		width: 46%;
		margin: 0 0 0 4%;
		list-style: none;
		text-align: left;
	}

	ul.contact a{
		color: #fff;
	}

	ul.contact h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 23px;
		color: #d2a14a;
		margin-bottom: 22px
	}

	ul.contact p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1.5;
		font-size: 14px;
	}

	ul.contact p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}

	ul.contact img{
		margin-bottom: 5px
	}

	#align-footer{
		line-height: 1.9;
		font-size: 16px
	}

	footer aside{
		position: absolute;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 600px;
		width: 35%;
	}

	footer aside img{
		position: relative;
		right: -35px;
		margin: 60px 0 0
	}



	/*footer*/
	.sub-footer{
		float: left;
		width: 100%;
		border: 5px solid #c9a24f;
		border-radius: 90px;
		padding: 50px;
		margin: 0 0 70px;
	}

	footer figure{
		text-align: center;
		margin: 0;
		float: left;
		width: 20%;
	}

	footer figure img{
		width: auto
	}

	/**/
	footer h4{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.3;
		margin: 25px 0 0;
		float: left;
		font-weight: 300;
		width: 60%;
		text-align: center;
	}

	footer h4 a{
		color: #fff;
	}

	footer h4 strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}

	/**/
	.sub-footer ul{
		float: right;
		list-style: none;
		width: 20%;
		margin: 10px 0 0
	}

	.sub-footer ul li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		text-align: center
	}

	
	.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 25px;
		right: 20px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}



/*tablet*/
@media (max-width: 850px) {
  
	/*Elements */
	.container{
		width: 90%;
	}
	
	.left{
		left: 0;
	}
	
	.right{
		left: 0;
	}	
	
	
	
	/*logo*/
	a.logo{
		width: 100%;
		margin: 0 0 25px;
	}	 
		
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: 20px 0 0!important;
		padding: 0!important;
	}	

	.nav ul li em{
		top: 0;
		left: 0;
		font-size: 0;
	}	

	.border-header{
		margin: 15px 0 0
	}


	/*dropdown*/
	.dropdown {
		position: relative;
		display: inline-block;
	}
	
	.dropdown-content {
		display: block;
		position: relative;
		padding: 0 0 0!important;
	}

	/*nav-botton*/
	.nav-botton {
		margin: 10px 35% 0;
		width: 30%;
		text-align: center
	}

	.nav-botton a {
		width: 33.3%;
		margin: 0
	}
	
	/*banner*/
	#layerslider{
		height: 750px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: -15px 0 0;
	}
	
	#layerslider img{
		height: auto!important;
		width: auto!important;
		border-radius: 0!important;
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: auto!important;
		border-radius: 0!important
	}

	#layerslider img.responsive{
		width: 0!important;
		height: auto!important;
		border-radius: 0!important
	}

	#layerslider .ls-slide span{
		margin: 370px 0 0!important;
		width: 100%;
		text-align: center
	}	
				
	#layerslider .ls-slide span img{
		width: 100px!important;
	}	
				
	#layerslider .ls-slide p{
		font-size: 25px;
	}	
				
	#layerslider .ls-slide span a{
		float: none;
		text-align: center;
		font-size: 20px;
		padding: 15px;
		position: relative;
		top: 50px
	}	
	



	/*about*/
	.about{
		width: 100%;
		margin: 50px 0;
	}
	
	.about span{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		padding: 45px 15px 0 15px
	}

	.about span h2{
		font-size: 35px;
		padding: 25px;
		left: 0;
		width: auto;
		float: left
	}

	.about span p{
		width: 100%;
		float: left
	}
		
	.about span a{
		margin: 20px 0 -30px;
	}	



	/*aside*/
	.about aside{
		float: left;
		width: 100%;
		margin: 65px 0 0;
		text-align: center;
		position: relative;
		z-index: 1;
		height: auto;
	}
	
	.about aside figure{
		width: 50%;
		position: relative;
		float: left
	}
		
	.about aside figure img{
		width: auto;
		margin: 0;
	}
		
	.about aside figcaption{
		width: 50%;
		position: relative;
		z-index: 1;
		left: 0;
		padding: 50px 0 0 50px;
		text-align: center;
		margin: 0;
		float: left;
		height: 470px;
		background: #248a5a;
		color: #fff;
		border-radius: 80px
	}

	/*
		services
	*/
	.services {
		margin: 90px 0 0;
		text-align: center;
	}

	/*menu-produto*/
	.menu-produtos {
		width: 100%;
	}


	/*conteudo-produto*/
	.conteudo-produto {
		float: right;
		width: 100%;
		margin: 0;
	}

	.conteudo-produto figure{
		width: 70%;
		margin: 0;
		left: 0
	}

	.conteudo-produto span{
		float: right;
		width: 70%;
		margin: 0;
		padding: 60px 35px;
		top: -150px;
		right: 50px
	}

	.conteudo-produto span img{
		position: absolute;
		right: -25px;
		margin: -90px 0 0
	}


	/*config*/
	.conteudo-produto {
		display: none;
	}

	.conteudo-produto.ativo {
		display: block;
	}



	/*row*/
	.row{
		margin: 60px 0;
		width: 100%
	}
	
	.row h2{
		margin: 30px 0 15px;
		float: left;
		width: 100%;
		text-align: center
	}

	.row ul{
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 35px 30px;
	}



	/*contact*/
	ul.contact{
		float: left;
		width: 100%;
		height: auto;
		padding: 30px
	}

	ul.contact li{
		float: left;
		width: 46%;
		margin: 0 0 0 4%;
		list-style: none;
		text-align: left;
	}

	footer aside{
		height: 0;
		width: 0;
	}

	footer aside img{
		right: 0;
		margin: 0
	}



	/*footer*/
	.sub-footer{
		padding: 50px;
		margin: 15px 0 70px;
	}

	footer figure{
		width: 100%;
	}
	
	footer figure img{
		width: 150px;
	}

	/**/
	footer h4{
		font-size: 14px;
		margin: 25px 0 0;
		width: 75%;
		text-align: left;
	}

	.sub-footer ul{
		width: 25%;
		margin: 10px 0 0
	}
	
	
}


/*celular*/
@media (max-width: 550px) {

	/*logo*/
	a.logo img{ 
		width: 220px;
	}

	
	
	/*banner*/
	#layerslider img{
		height: auto!important;
		width: 0!important;
	}
	
	#layerslider img.desktop{
		width: 0!important;
		height: auto!important;
	}

	#layerslider img.responsive{
		width: auto!important;
		height: auto!important;
	}

	#layerslider .ls-slide span{
		margin: 320px 0 0!important;
	}	
	
	
	/*aside*/
	.about aside{
		float: left;
		width: 100%;
		margin: 65px 0 0;
		height: auto;
	}
	
	.about aside figure{
		width: 100%;
		position: relative;
		float: left
	}
		
	.about aside figure img{
		width: auto;
		margin: 0;
	}
		
	.about aside figcaption{
		width: 100%;
		position: relative;
		z-index: 1;
		left: 0;
		padding: 50px 0 0 50px;
		text-align: center;
		margin: -100px 0 0;
	}
	
	/*
		services
	*/
	.services {
		margin: 80px 0 0;
		text-align: center;
	}

	.services h2{
		font-size: 30px;
		margin-bottom: 10px
	}

	.services p{
		font-size: 16px;
		margin-bottom: 25px
	}


	/*menu-produto*/
	.menu-produtos {
		width: 100%;
	}

	.menu-produtos a {
		font-size: 22px;
	}

	.menu-produtos img {
		margin: 8px 0 0;
		width: 25px
	}


	/*conteudo-produto*/
	.conteudo-produto {
		float: right;
		width: 100%;
		margin: 50px 0;
	}

	.conteudo-produto figure{
		width: 100%;
		left: 0;
		text-align: center
	}

	.conteudo-produto span{
		float: left;
		width: 100%;
		margin: -50px 0 0;
		border-radius: 80px;
		padding: 60px 50px;
		position: relative;
		top: 0;
		right: 0
	}

	.conteudo-produto span img{
		right: 0px;
		margin: -70px 0 0;
		width: 60px
	}




	/*config*/
	.conteudo-produto {
		display: none;
	}

	.conteudo-produto.ativo {
		display: block;
	}
	
	/*row*/
	.row ul li{
		width: 48%;
		margin: 0 1% 10px;
	}
	
	/*contact*/
	ul.contact{
		padding: 50px 30px 25px
	}

	ul.contact li{
		float: left;
		width: 100%;
		margin: 0 0 35px;
		text-align: center;
	}

	ul.contact li h3{
		margin-bottom: 10px
	}

	footer aside{
		height: 0;
		width: 0;
	}

	footer aside img{
		right: 0;
		margin: 0
	}
	
	/*footer*/
	footer h4{
		width: 100%;
		text-align: center;
	}

	.sub-footer ul{
		width: 60%;
		margin: 10px 20% 0
	}

	
}




/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}