/*inicial*/
img, object, embed, video {
	max-width: 100%;
	}
	
	body{
		background: #FFF;
		font-family: "Segoe UI", "Trebuchet MS";
	}

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

h1{
	font-size: 0
}



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


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

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

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

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


	

@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: #fafafa;
		padding: 25px 0;
		z-index: 999;
		position: relative;
		float: left;
		margin: 0;
		height: auto;
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}
		
	.bg-gray{
		position: relative;
		z-index: 55;
		background: #f9f9f9;
		padding: 0;
	}
	
	.bg-parallax {
		background: url("img/bg-parallax.jpg") center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		z-index: 44;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.bg-botton {
		background: url("img/bg-botton.jpg") center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		z-index: 44;
		display: flex;
		justify-content: center;
		align-items: center;
	}
							
	.bg-green{
		position: relative;
		z-index: 33;
		background: #b0d354;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 22;
		background: #1d1d1d;
		padding: 0;
	}
	
	
	/*HEADER*/
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0 0 10px;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 120px;
	}
	
	header h2{
		font-family: "Opensans-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 14px;
		float: left;
		margin: 10px 20% 15px;
		line-height: 1.1;
		width: 60%;
		position: relative;
		top: 0;
		font-weight: 300;
		padding: 12px 25px;
		border-radius: 50px;
		text-align: center;
		background: #f58634
	}
	
	header h2 strong{
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 5px 0 0!important;
		font-weight: normal;
		padding: 0!important;
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		width: 0;
		font-size: 0
	}	
	
	
	
	/*nav-contact*/
	.nav-contact{
		margin: -130px 0 0;
		width: 30px;
		float: right;
	}
	
	.nav-contact a{
		margin: 0 0 5px;
		text-align: center;
		width: 100%;
		float: left;
	}
		
	.nav-contact a img{
		width: auto;
	}
	
	
	/*nav-whatsapp*/
	.nav-whatsapp{
		margin: 25px 0 0;
		width: 100%;
		float: right;
	}
	
	.nav-whatsapp a{
		margin: 0 1%;
		text-align: center;
		width: 48%;
		float: left;
		color: #a8cf45;
	}
	
	.nav-whatsapp a p{
		font-family: "Opensans-Regular", "Segoe UI", "Trebuchet MS";
		color: #f58634;
		font-size: 15px;
		float: none;
		margin: 8px 0 0;
		line-height: 1.1
	}
	
	.nav-whatsapp a p strong{
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.nav-whatsapp a img{
		width: 50px;
		float: none;
		margin-right: 0;
	}
	
	
	
	
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 5px 0!important;
		height: 100px;
		background: #fff!important;
		border-bottom: 2px solid rgba(224,224,224,1.00)
	}

	.sticky + .content {
  		padding-top: 102px;
	}

	.sticky a.logo{
		margin: 0;
		width: auto
	}	
	
	.sticky a.logo img{
  		width: 80px;
	}

	.sticky .nav ul {
		margin: 20px 0 0!important
	}
	
	.sticky .nav-contact img{
		width: 0;
	}
	
	.sticky .nav-whatsapp{
		margin: 20px 0 0;
	}
	
	.sticky .nav-whatsapp a p{
		font-size: 0;
	}
	
	.sticky .nav-whatsapp a img{
		width: 0;
	}
	
	.sticky .nav .navtoogle{
		width: 30%;
		float: right;
		position: relative;
		top: 25px
	}
	
	.sticky h2{
		font-size: 0;
		margin: 0;
		width: 0;
		top: 0;
		padding: 0;
	}

	
	
	/*banner*/
	#layerslider{
		height: 600px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: 0 0 0;
		background: rgba(0,0,0,1.00)
	}
	
	#layerslider img{
		height: auto!important;
		width: 0!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: 0!important;
		height: auto!important;
		border-radius: 0!important
	}
		
	#layerslider img.responsive{
		width: auto!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 100px 0 0!important;
	}
	
	#layerslider .ls-slide p{
		font-size: 50px;
		color: #a8cf45;
		text-align: center;
		line-height: 0.9;
		margin: 0 5% 0!important;
		width: 90%;
		height: 350px;
		float: left;
		background: rgba(220,133,61,0.7);
		border-radius: 50%;
		font-weight: lighter;
	}	
				
	#layerslider .ls-slide p strong{
		font-size: 50px;
		font-weight: bold;
		color: #fff
	}	
	
	#layerslider .ls-slide p img{
		width: auto!important;
		margin: 70px 0 0;
	}	
				
	
	/* [article] */		
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 100px 0 50px;
		position: relative;
		z-index: 1
	}
	
	.about span{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.about h2{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		color: #f58634;
		font-size: 45px;
		line-height: 1.2;
		font-weight: bold;
	}
	
	.about h2 span{
		border: 2px solid #f58634;
		border-radius: 50px;
		width: 4%;
		margin: 10px 48% 25px;
		float: left;
		height: 15px
	}
	
	.about h2 img{
		position: relative;
		top: 0;
		width: 70px
	}
		
	.about span p{
		font-size: 16px;
		color: #2e2e2e;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
	}
	
	.about span a{
		float: left;
		width: 45%;
		text-align: center;
		margin: 15px 2.5%;
	}
	
	.about span a img{
		width: 190px;
	}
	
	
	/*aside*/
	.about aside{
		float: right;
		width: 90%;
		margin: 50px 5% -50px;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	
	.about aside img{
		width: 350px;
	}
	
	
	/*column*/
	.column{
		float: left;
		width: 100%;
		margin: 100px 0 0;
		position: relative;
		z-index: 1;
	}
	
	.column h2{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		color: #f58634;
		font-size: 40px;
		line-height: 1.2;
		font-weight: bold;
	}
	
	.column h2 span{
		border: 2px solid #f58634;
		border-radius: 50px;
		width: 4%;
		margin: 10px 48%;
		float: left;
		height: 15px
	}
	
	.column h2 img{
		position: relative;
		top: 0;
	}
	
	.column ul{
		float: left;
		width: 90%;
		margin: 25px 5%;
		list-style: none
	}
	
	.column ul li{
		float: left;
		width: 98%;
		margin: 0 1% 25px;
		text-align: center;
		cursor: pointer;
	}
	
	.column ul li p{
		font-size: 0
	}
	
	.column #link-b{
		width: 100%;
		float: left;
		text-align: center;
		margin: 0 0 25px
	}
	
	.column #link-b a{
		margin: 0 15px
	}
	
	
	
	/*services*/
	.services{
		float: left;
		width: 100%;
		margin: 0 0 70px;
		position: relative;
		z-index: 1;
	}

	.services p{
		font-size: 0;
	}
	
	.services a{
		cursor: pointer;
		margin: 5px auto 0;
		width: auto;
		height: auto;
		border: 0;
		text-align: center;
		padding: 10px 15px 15px;
		font-size: 14px;
		line-height: 1;
		float: left
	}
		
	
	
	
	/*services*/
	.services{
		float: left;
		width: 90%;
		margin: 50px 5%;
	}
	
	.services a{
		float: left;
		width: 95%;
		margin: 0 2.5%;
		text-align: center
	}
	
	.services a p{
		font-size: 0
	}
	
	/*row*/
	.row{
		float: right;
		width: 100%;
		margin: 50px 0;
	}
	
	.row p{
		float: left;
		width: 95%;
		margin: 0 1% 25px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		line-height: 1.2;
		font-weight: 400;
	}
	
	.row span{
		height: auto;
		width: 100%;
		float: left;
		margin: 0 10px
	}
	
	.row span img{
		width: 30px;
		position: relative;
		top: 0;
	}
	
	.row h3{
		float: left;
		width: 100%;
		margin: 25px 0 0;
		text-align: center;
		color: #fff;
		font-size: 22px;
		line-height: 1.2;
		font-weight: 300;
		text-transform: uppercase;
		background: #b0d354;
		border-radius: 50px;
		padding: 20px 0
	}
	
	.redes{
		float: right;
		width: 100%;
		height: 65px;
		margin: 35px 0 0;
		color: #fff;
		border-radius: 50px;
		padding: 15px 25px 0;
		border: 2px solid #fff;
	}
	
	.redes a{
		width: 13%;
		margin: 0 1%;
		float: left;
		text-align: center
	}
	
	.redes span{
		font-size: 22px;
		width: 40%;
		line-height: 1.2;
		font-weight: bold;
		text-align: right;
		float: right
	}

	
	.row li h3{
		color: #212121;
		font-family: "Opensans-Light", "Segoe UI", "Trebuchet MS";
		font-weight: 1.2;
		font-size: 20px;
		height: 60px;
		margin: 25px 0 10px;
		text-transform: uppercase
	}
	

	.row li span{
		background: #051354;
		width: 20%;
		height: 8px;
		float: left;
		margin: 0 40% 0

	}
	
	
	/*footer*/
	.footer{
		float: left;
		width: 100%;
		margin: 100px 0 50px;
		text-align: center;
	}
	
	.footer h2{
		text-align: center;
		font-size: 35px;
		color: #dc853d;
		line-height: 1.2;
		font-weight: bold;
		float: left;
		width: 100%;
		margin: 0 0 25px
	}
	
	.footer a{
		float: left;
		width: 100%;
		margin: 15px 0 25px;
		color: #fff;
		line-height: 1.3;
		cursor: pointer
	}
	
	.footer a img{
		width: auto;
		position: relative;
		top: -10px
	}	
	
	.footer a h3{
		margin-top: 0;
		font-size: 22px;
		font-weight: bold
	}
	
	.footer a p{
		font-family: "Opensans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.2;
		font-weight: normal;
		height: 50px;
		margin-top: 10px
	}
	
	.footer span a img{
		width: auto
	}
	
	/*botton*/
	.botton{
		float: left;
		width: 100%;
		margin: 120px 0;
		cursor: pointer;
		text-align: center
	}
	
	.botton a p{
		font-family: "Opensans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		line-height: 1.2;
		background: #f58634;
		color: #fff;
		width: 90%;
		margin: 15px 5%;
		text-align: center;
		padding: 15px 0;
		border-radius: 25px;
		float: left;
		font-weight: 200;
		text-transform: uppercase
	}
	
	.botton a p strong{
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	
	/*location*/
	.location{
		float: left;
		width: 100%;
		text-align: center;
		color: #fff;
		margin: 50px 0 30px
	}
	
	.location h3{
		font-size: 35px;
		line-height: 1;
		font-weight: bold;
	}
	
	.location p{
		font-size: 20px;
		line-height: 1.3;
		font-weight: 400;
		margin-top: 15px
	}
	
	.location a img{
		margin-top: 5px
	}
	
	
	/*map*/
	.map{
		float: right;
		width: 100%;
		height: 180px;
		border: 0;
		border-radius: 25px 0 25px 0;
		margin: 0 0 0
	}
	
	
	
	/*sub-footer*/
	#sub-footer{
		padding: 30px 0
	}
	
	footer h4{
		text-align: center;
		font-size: 10px;
		color: #fff;
		line-height: 1;
		text-transform: uppercase;
		font-weight: 300;
		float: left;
		width: 100%
	}
	
	footer h4 a{
		color: #fff;
	}
	
	footer h5{
		text-align: center;
		font-size: 14px;
		color: #fff;
		line-height: 1;
		text-transform: uppercase;
		font-weight: 600;
		float: left;
		width: 100%;
		font-style: italic;
		margin: 15px 0 25px
	}
	
	footer h5 img{
		position: relative;
		left: -8px;
		top: 12px
	}
	
	
	
	/*modal*/
	.modal {
		display: none;
		position: fixed;
		z-index: 999;
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%; 
		height: 100%;
		overflow: none;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0,0.7);
	}

	.modal-content {
		background-color: #fefefe;
		margin: auto 1%;
		padding: 25px 0 ;
		border: 0;
		width: 98%;
		float: left;
		text-align: center;
		font-family: "Segoe UI", "Trebuchet MS";
		z-index: 999;
		position: relative;
		border-bottom: 5px solid #374231;
		border-radius: 25px;
	}

	.modal-content .item{ 
		width: 95%;
		float: right;
		text-align: center;
		margin: 0 2.5%;
		overflow-y: auto; /* Adiciona a barra de rolagem quando necessário */
		max-height: 65vh; /* Ajuste conforme necessário */
		box-sizing: border-box;
		padding-right: 10px;
	}
	
	/* Personalizando a barra de rolagem */
	.modal-content .item::-webkit-scrollbar {
    	width: 10px; /* Largura da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-track {
    	background: #f1f1f1; /* Cor do trilho da barra de rolagem */
		border-radius: 6px; /* Arredondamento dos cantos da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-thumb {
		background: #888; /* Cor da parte da barra de rolagem que desliza */
		border-radius: 6px; /* Arredondamento dos cantos da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-thumb:hover {
		background: #555; /* Cor quando o cursor passa sobre a barra de rolagem */
	}


	
	.modal-content h2{
		margin: 0;
		text-align: center;
		color: #f58634;
		font-size: 30px;
		line-height: 1.2;
		font-weight: bold;
	}
	
	.modal-content h2 span{
		border: 2px solid #f58634;
		border-radius: 50px;
		width: 4%;
		margin: 10px 48% 25px;
		float: left;
		height: 15px
	}
	
	.modal-content h2 img{
		position: relative;
		top: 0;
		width: 70px
	}
	
	.modal-content h3{
		margin: 0 0 15px;
		text-align: center;
		color: #a8cf45;
		font-size: 30px;
		line-height: 1.2;
		font-weight: bold;
	}
	
		
	.modal-content h4{
		margin: 0 0 15px;
		text-align: center;
		color: #a8cf45;
		font-size: 20px;
		line-height: 1.2;
		font-weight: 600;
	}
	
		
	.modal-content p{
		font-size: 16px;
		color: #2e2e2e;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
	}
	
	.modal-content a{
		float: left;
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}
	
	.modal-content span a img{
		width: auto;
	}

	.close {
		color: #f58634;
		float: right;
		font-size: 40px;
		font-weight: bold;
		position: relative;
		left: -45px;
		top: -10px
	}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}	
		
	
	/*form*/	
	form{
		float: right;
		width: 100%;
		margin: 15px 0 50px;
		text-align: center;
	}
	
		
	form span{
		float: left;
		width: 98%;
		margin: 0 1%;
	}
	
	form span#comment{
		float: left;
		width: 98%;
		margin: 0 1%;
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 0 0 6px;
		font-size: 15px;
		color: #303030;
		padding: 12px 10px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 3px solid #dcdcdc;
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
		padding-left: 30px;
	}
	
	.calculator{
		width: 40%;
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
		margin: 10px 30%!important;
		color: #303030;
		text-align: center;
		padding-left: 0;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send:hover{
		opacity: 0.8
	}	
 
	.send{
		cursor: pointer;
		margin: 15px auto 0;
		width: auto;
		height: auto;
		border: 0;
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #a8cf45;
		text-align: center;
		padding: 15px 18px;
		font-size: 20px;
		line-height: 1;
	}	
 
	label{
		font-size: 16px;
		margin: 12px 0 7px;
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
		color: #f58634;
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: left;
		padding-left: 25px
	}
	
	label#calculo{
		text-align: center;
		font-size: 16px
	}
	
	.input-re p{
		width: 100%!important
	}
	
	
	
	
	
	
	
	
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 35px;
		height: 35px;
		bottom: 15px;
		right: 15px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
	
}



@media only screen and (min-width: 603px) {	
		
	.bg-header{
		padding: 25px 0 0;
		margin: 0;
		height: 280px;
	}
	
	
	/*logo*/
	a.logo{
		margin: 0 0 20px;
	}	 
	
	a.logo img{ 
		width: 150px;
	}
		
	
	/*nav-whatsapp*/
	.nav-whatsapp a p{
		margin: 0;
		font-size: 0;
	}
	
	.nav-whatsapp a img{
		width: 0;
	}
	
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 5px 0!important;
		height: 100px;
		background: #fff!important;
		border-bottom: 2px solid rgba(224,224,224,1.00)
	}

	
	.sticky .nav .navtoogle{
		width: 10%;
		top: 25px
	}
	
	
	/*banner*/
	#layerslider{
		height: 600px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: 0 0 0;
		background: rgba(0,0,0,1.00)
	}
	
	#layerslider img{
		height: auto!important;
		width: auto!important;
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: auto!important;
	}
		
	#layerslider img.responsive{
		width: 0!important;
	}
	
	#layerslider .ls-slide .banner{
		width: 60%!important;
		margin: 100px 20% 0!important;
	}
	
		
	/*aside*/
	.about aside img{
		width: 500px;
	}
	
	
	/*column*/
	.column ul li{
		width: 31.3%;
		margin: 0 1% 25px;
	}
		
		
	
	
	/*services*/
	.services a{
		width: 31.3%;
		margin: 0 1%;
	}
	
	/*row*/
	.row h3{
		width: 45%;
		margin: 25px 0 0;
	}
	
	.redes{
		width: 50%;
	}
	
	
	
	/*footer*/
	.footer a{
		width: 31.3%;
		margin: 15px 1% 25px;
	}	
	
	
	/*modal*/
	.modal-content {
		margin: auto 5%;
		width: 90%;
	}	
	
	
}



@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: url("img/bg-header.jpg") no-repeat #fafafa;
		padding: 45px 0 0;
		z-index: 999;
		position: relative;
		float: left;
		margin: 0;
		height: 400px;
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}
		
	.bg-gray{
		position: relative;
		z-index: 55;
		background: #f9f9f9;
		padding: 0;
	}
	
	.bg-parallax {
		background: url("img/bg-parallax.jpg") center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		z-index: 44;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.bg-botton {
		background: url("img/bg-botton.jpg") center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		z-index: 44;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
							
	.bg-green{
		position: relative;
		z-index: 33;
		background: #b0d354;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 22;
		background: #1d1d1d;
		padding: 0;
	}
	
	
	/*HEADER*/
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 220px;
	}
	
	header h2{
		font-family: "Opensans-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 18px;
		float: left;
		margin: 0 0 -150px;
		line-height: 1.1;
		width: auto;
		position: relative;
		top: -130px;
		font-weight: 300;
		padding: 15px 25px;
		border-radius: 50px;
		text-align: center;
		background: #f58634
	}
	
	header h2 strong{
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff
	}
	
	
	
	/*menu*/
	.nav ul {
		font-size: 19px!important;
		margin: 60px 0 0!important;
		font-weight: normal;
		padding: 0!important;
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -27px;
		left: 30px;
		width: auto;
		color: #f58634;
		font-size: 20px
	}	
	
	
	
	/*nav-contact*/
	.nav-contact{
		margin: -200px 0 0;
		width: 40px;
		float: right;
	}
	
	.nav-contact a{
		margin: 0 0 15px;
		text-align: center;
		width: 100%;
		float: left;
	}
		
	.nav-contact a img{
		width: auto;
	}
	
	
	/*nav-whatsapp*/
	.nav-whatsapp{
		margin: 58px 0 0;
		width: 40%;
		float: right;
	}
	
	.nav-whatsapp a{
		margin: 0;
		text-align: left;
		width: 50%;
		float: left;
		color: #f58634;
	}
	
	.nav-whatsapp a p{
		font-family: "Opensans-Regular", "Segoe UI", "Trebuchet MS";
		color: #f58634;
		font-size: 15px;
		float: left;
		margin: 8px 0 0;
		line-height: 1.1
	}
	
	.nav-whatsapp a p strong{
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.nav-whatsapp a img{
		width: 40px;
		float: left;
		margin-right: 10px;
		position: relative;
		top: 5px
	}
	
	
	
	
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 5px 0!important;
		height: 100px;
		background: #fff!important;
		border-bottom: 2px solid rgba(224,224,224,1.00)
	}

	.sticky + .content {
  		padding-top: 102px;
	}

	.sticky a.logo{
		margin: 0;
		width: auto
	}	
	
	.sticky a.logo img{
  		width: 80px;
	}

	.sticky .nav ul {
		margin: 20px 0 0!important
	}
	
	.sticky .nav-contact img{
		width: 0;
	}
	
	.sticky .nav-whatsapp{
		margin: 25px 0 0;
		width: 32%;
		float: right;
	}
	
	.sticky .nav-whatsapp a{
		margin: 0;
		text-align: left;
		width: 50%;
		float: left;
		color: #f58634;
	}
	
	.sticky .nav-whatsapp a p{
		font-family: "Opensans-Regular", "Segoe UI", "Trebuchet MS";
		color: #f58634;
		font-size: 12px;
		float: left;
		margin: 8px 0 0;
		line-height: 1.1
	}
	
	.sticky .nav-whatsapp a p strong{
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.sticky .nav-whatsapp a img{
		width: 35px;
		float: left;
		margin-right: 5px;
		position: relative;
		top: 5px
	}
	

	
	/*banner*/
	#layerslider{
		height: 765px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: 0 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: 100px 0 0!important;
	}
	
	#layerslider .ls-slide p{
		font-size: 75px;
		color: #a8cf45;
		text-align: center;
		line-height: 0.9;
		margin: 0 25% 0!important;
		width: 50%;
		height: 500px;
		float: left;
		background: rgba(220,133,61,0.7);
		border-radius: 50%;
		font-weight: lighter;
	}	
				
	#layerslider .ls-slide p strong{
		font-size: 87px;
		font-weight: bold;
		color: #fff
	}	
	
	#layerslider .ls-slide p img{
		width: auto!important;
		margin: 120px 0 0;
	}	
				
	
	/* [article] */		
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 100px 0 50px;
		position: relative;
		z-index: 1
	}
	
	.about span{
		float: left;
		width: 45%;
		margin: 0;
	}
	
	.about h2{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		color: #f58634;
		font-size: 60px;
		line-height: 1.2;
		font-weight: bold;
	}
	
	.about h2 span{
		border: 2px solid #f58634;
		border-radius: 50px;
		width: 8%;
		margin: 10px 0 25px;
		float: left;
		height: 15px
	}
	
	.about h2 img{
		position: relative;
		top: 0;
		width: 90px
	}
		
	.about span p{
		font-size: 16px;
		color: #2e2e2e;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
	}
	
	.about span a{
		float: left;
		width: auto;
		text-align: left;
		margin: 15px 15px 0 0;
	}
	
	.about span a img{
		width: 190px;
	}
	
	
	/*aside*/
	.about aside{
		float: right;
		width: 55%;
		margin: 80px 0 0;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	
	.about aside img{
		width: auto;
	}
	
	
	/*column*/
	.column{
		float: left;
		width: 100%;
		margin: 100px 0 0;
		position: relative;
		z-index: 1;
	}
	
	.column h2{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		color: #f58634;
		font-size: 60px;
		line-height: 1.2;
		font-weight: bold;
	}
	
	.column h2 span{
		border: 2px solid #f58634;
		border-radius: 50px;
		width: 4%;
		margin: 10px 48%;
		float: left;
		height: 15px
	}
	
	.column h2 img{
		position: relative;
		top: 0;
	}
	
	.column ul{
		float: left;
		width: 90%;
		margin: 60px 5%;
		list-style: none
	}
	
	.column ul li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		text-align: center;
		cursor: pointer;
	}
	
	.column ul li p{
		font-size: 0
	}
	
	.column #link-b{
		width: 100%;
		float: left;
		text-align: center;
		margin: 0 0 80px
	}
	
	.column #link-b a{
		margin: 0 15px
	}
	
	
	
	/*services*/
	.services{
		float: left;
		width: 100%;
		margin: 0 0 70px;
		position: relative;
		z-index: 1;
	}

	.services p{
		font-size: 0;
	}
	
	.services a{
		cursor: pointer;
		margin: 5px auto 0;
		width: auto;
		height: auto;
		border: 0;
		text-align: center;
		padding: 10px 15px 15px;
		font-size: 14px;
		line-height: 1;
		float: left
	}
		
	
	
	
	/*services*/
	.services{
		float: left;
		width: 90%;
		margin: 100px 5%;
	}
	
	.services a{
		float: left;
		width: 18%;
		margin: 0 1%;
		text-align: center
	}
	
	.services a p{
		font-size: 0
	}
	
	/*row*/
	.row{
		float: right;
		width: 90%;
		margin: 180px 0 120px;
	}
	
	.row p{
		float: left;
		width: 48%;
		margin: 0 1%;
		text-align: left;
		color: #fff;
		font-size: 22px;
		line-height: 1.2;
		font-weight: 400;
	}
	
	.row span{
		height: 100px;
		width: auto;
		float: left;
		margin: 0 25px 0 0
	}
	
	.row span img{
		width: auto;
		position: relative;
		top: 0;
	}
	
	.row h3{
		float: left;
		width: auto;
		margin: 50px 0 0;
		text-align: center;
		color: #fff;
		font-size: 25px;
		line-height: 1.2;
		font-weight: 300;
		text-transform: uppercase;
		background: #b0d354;
		border-radius: 50px;
		padding: 20px 65px
	}
	
	.redes{
		float: right;
		width: 370px;
		height: 65px;
		margin: 75px 0 0;
		color: #fff;
		border-radius: 50px;
		padding: 15px 25px 0;
		border: 2px solid #fff;
	}
	
	.redes a{
		width: 13%;
		margin: 0 1%;
		float: left;
		text-align: center
	}
	
	.redes span{
		font-size: 22px;
		width: 40%;
		line-height: 1.2;
		font-weight: bold;
		text-align: right;
		float: right
	}

	
	.row li h3{
		color: #212121;
		font-family: "Opensans-Light", "Segoe UI", "Trebuchet MS";
		font-weight: 1.2;
		font-size: 20px;
		height: 60px;
		margin: 25px 0 10px;
		text-transform: uppercase
	}
	

	.row li span{
		background: #051354;
		width: 20%;
		height: 8px;
		float: left;
		margin: 0 40% 0

	}
	
	
	/*footer*/
	.footer{
		float: left;
		width: 100%;
		margin: 120px 0;
		text-align: center;
	}
	
	.footer h2{
		text-align: left;
		font-size: 45px;
		color: #dc853d;
		line-height: 1;
		font-weight: bold;
		float: left;
		width: 50%;
		margin: 25px 0 0
	}
	
	.footer a{
		float: left;
		width: 23%;
		margin: 0 1%;
		color: #fff;
		line-height: 1.3;
		cursor: pointer
	}
	
	.footer a img{
		width: auto;
		position: relative;
		top: -10px
	}	
	
	.footer a h3{
		margin-top: 0;
		font-size: 22px;
		font-weight: bold
	}
	
	.footer a p{
		font-family: "Opensans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.2;
		font-weight: normal;
		height: 50px;
		margin-top: 10px
	}
	
	.footer span a img{
		width: auto
	}
	
	
	/*botton*/
	.botton{
		float: left;
		width: 100%;
		margin: 120px 0;
		cursor: pointer;
		text-align: center
	}
	
	.botton a p{
		font-family: "Opensans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 30px;
		line-height: 1.2;
		background: #f58634;
		color: #fff;
		width: 40%;
		margin: 15px 30%;
		text-align: center;
		padding: 15px 0;
		border-radius: 25px;
		float: left;
		font-weight: 200;
		text-transform: uppercase
	}
	
	.botton a p strong{
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 30px
	}
	
	
	
	
	/*location*/
	.location{
		float: left;
		width: 35%;
		text-align: center;
		color: #fff;
		margin: 60px 0 0
	}
	
	.location h3{
		font-size: 30px;
		line-height: 1;
		font-weight: bold;
	}
	
	.location p{
		font-size: 19px;
		line-height: 1.3;
		font-weight: 400;
		margin-top: 10px
	}
	
	.location a img{
		margin-top: 5px
	}
	
	
	/*map*/
	.map{
		float: right;
		width: 50%;
		height: 450px;
		border: 0;
		border-radius: 100px 0 0 0;
		margin: -30px 0 0
	}
	
	
	
	/*sub-footer*/
	#sub-footer{
		padding: 65px 0
	}
	
	footer h4{
		text-align: left;
		font-size: 14px;
		color: #fff;
		line-height: 1;
		text-transform: uppercase;
		font-weight: 300;
		float: left;
		width: auto
	}
	
	footer h4 a{
		color: #fff;
	}
	
	footer h5{
		text-align: left;
		font-size: 16px;
		color: #fff;
		line-height: 1;
		text-transform: uppercase;
		font-weight: 600;
		float: right;
		width: auto;
		font-style: italic;
		margin: -22px 0 0
	}
	
	footer h5 img{
		position: relative;
		left: -8px;
		top: 12px
	}
	
	
	
	/*modal*/
	.modal {
		display: none;
		position: fixed;
		z-index: 999;
		padding-top: 100px;
		left: 0;
		top: 0;
		width: 100%; 
		height: 100%;
		overflow: none;
		background-color: rgb(0,0,0);
		background-color: rgba(0,0,0,0.7);
	}

	.modal-content {
		background-color: #fefefe;
		margin: auto 10%;
		padding: 35px 0 50px;
		border: 0;
		width: 80%;
		float: left;
		text-align: center;
		font-family: "Segoe UI", "Trebuchet MS";
		z-index: 999;
		position: relative;
		border-bottom: 5px solid #374231;
		border-radius: 45px;
	}

	.modal-content .item{ 
		width: 80%;
		float: right;
		text-align: center;
		margin: 0 10%;
		overflow-y: auto; /* Adiciona a barra de rolagem quando necessário */
		max-height: 65vh; /* Ajuste conforme necessário */
		box-sizing: border-box;
		padding-right: 30px;
	}
	
	/* Personalizando a barra de rolagem */
	.modal-content .item::-webkit-scrollbar {
    	width: 10px; /* Largura da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-track {
    	background: #f1f1f1; /* Cor do trilho da barra de rolagem */
		border-radius: 6px; /* Arredondamento dos cantos da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-thumb {
		background: #888; /* Cor da parte da barra de rolagem que desliza */
		border-radius: 6px; /* Arredondamento dos cantos da barra de rolagem */
	}

	.modal-content .item::-webkit-scrollbar-thumb:hover {
		background: #555; /* Cor quando o cursor passa sobre a barra de rolagem */
	}


	
	.modal-content h2{
		margin: 0;
		text-align: center;
		color: #f58634;
		font-size: 45px;
		line-height: 1.2;
		font-weight: bold;
	}
	
	.modal-content h2 span{
		border: 2px solid #f58634;
		border-radius: 50px;
		width: 4%;
		margin: 10px 48% 25px;
		float: left;
		height: 15px
	}
	
	.modal-content h2 img{
		position: relative;
		top: 0;
		width: 90px
	}
	
	.modal-content h3{
		margin: 0 0 15px;
		text-align: center;
		color: #a8cf45;
		font-size: 40px;
		line-height: 1.2;
		font-weight: bold;
	}
	
		
	.modal-content h4{
		margin: 0 0 15px;
		text-align: center;
		color: #a8cf45;
		font-size: 25px;
		line-height: 1.2;
		font-weight: 600;
	}
	
		
	.modal-content p{
		font-size: 18px;
		color: #2e2e2e;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		float: left;
	}
	
	.modal-content a{
		float: left;
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}
	
	.modal-content span a img{
		width: auto;
	}

	.close {
		color: #f58634;
		float: right;
		font-size: 40px;
		font-weight: bold;
		position: relative;
		left: -45px;
		top: -10px
	}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}	
		
	
	/*form*/	
	form{
		float: right;
		width: 100%;
		margin: 15px 0 50px;
		text-align: center;
	}
	
		
	form span{
		float: left;
		width: 98%;
		margin: 0 1%;
	}
	
	form span#comment{
		float: left;
		width: 98%;
		margin: 0 1%;
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 15px;
		color: #303030;
		padding: 15px 10px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 3px solid #dcdcdc;
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
		padding-left: 30px;
	}
	
	.calculator{
		width: 40%;
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
		margin: 10px 30%!important;
		color: #303030;
		text-align: center;
		padding-left: 0;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send:hover{
		opacity: 0.8
	}	
 
	.send{
		cursor: pointer;
		margin: 15px auto 0;
		width: auto;
		height: auto;
		border: 0;
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #a8cf45;
		text-align: center;
		padding: 15px 18px;
		font-size: 20px;
		line-height: 1;
	}	
 
	label{
		font-size: 19px;
		margin: 12px 0 7px;
		font-family: "Opensans-Bold", "Segoe UI", "Trebuchet MS";
		color: #f58634;
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: left;
		padding-left: 25px
	}
	
	label#calculo{
		text-align: center;
		font-size: 16px
	}
	
	.input-re p{
		width: 100%!important
	}
	

	
	
	
	
	
	
	
	/*whatsapp*/
	.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;
	}
			
}


/* 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}
}