/*inicial*/
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{
		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(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .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;
	}

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

	

@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-white{
		position: relative;
		z-index: 99;
		background: #fff;
		padding: 0;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 100%;
		bottom: 0px;
		background-position: 50% center; 
		background-repeat: repeat-x;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	
	.bg-roxo{
		background: url("img/bg-roxo.jpg") top left;
		width: 100%;
		float: left;
	}
	
	.bg-footer{
		position: relative;
		background: #fff;
		z-index: 77;
		padding: 0;
		height: auto;
	}
				

	
/*[HEADER]*/
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 15px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 160px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 15px 0 0!important;
		font-weight: normal;
		padding: 0!important;
	}	

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

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

	.dropdown-content a {
		padding: 13px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 14px;
		border-bottom: 1px solid #FFF;
		background-color: #6a2653!important;
		height: auto!important;
		font-weight: 500;
		text-transform: none!important;
	}

	.dropdown-content a:hover {
		background-color: #6a2653!important;
		opacity: 1;
		padding: 13px!important;
		border: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #fff!important;
	}

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

	.dropdown:hover .dropbtn {
		background-color: #6a2653!important;
	}
	
	
	
		
	/*agender*/
	.agender{
		float: left;
		width: 50%;
		margin: 15px 25% 30px;
		text-align: center
	}
	
	.agender a{
		background: #f1f1f1;
		color: #6a2653;
		padding: 12px;
		border-radius: 50px;
		font-size: 16px;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
	}
	
	.agender a img{
		width: auto;
		position: relative;
		top: 5px;
	}
	
	.agender a strong{
		margin-left: 10px
	}
	
	/*header-contact*/
	.header-contact{
		float: right;
		width: 96%;
		margin: 0px 2% 0;
		background: #71a1a2;
		border-radius: 50px;
		padding: 16px 20px 22px;
		position: relative;
		top: 15px;
		text-align: center
	}
	
	.header-contact a:hover{
		opacity: 1!important
	}
	
	.header-contact a{
		color: #fff;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		font-weight: 100;
	}
	
	.header-contact a#position{
		margin-right: 10px;
		width: 100%;
		float: left;
		margin-bottom: 10px;
		text-align: center
	}
	
	.header-contact a strong{
		font-style: normal;
		font-weight: 100;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
	}
	
	.header-contact img{
		position: relative;
		top: 6px;
		margin-right: 8px
	}
	
	
	
/*[ANIMATION] */
	
	#layerslider{
		height: 600px!important;
		top: 0;
		width: 100%;
		margin: 0;
		margin-bottom: 0;
		border-bottom: 0
	}
	
	#layerslider img{
		height: 0!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: auto!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 0!important;
	}
	
	#layerslider .ls-slide .banner span{
		width: 100%!important;
		float: left!important;
		margin: 300px 0 0!important;
		background: none;
		padding: 0;
		border-radius: 0
	}
	
	#layerslider .ls-slide p{
		font-size: 20px;
		color: #fff;
		font-weight: 300;
		line-height: 1.4;
		text-align: center;
		letter-spacing: 0;
		margin: 0;
		width: 100%;
		float: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}	
								
	#layerslider .ls-slide p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}	
								
	#layerslider .ls-slide a{
		width: 50%;
		float: left;
		font-size: 16px;
		color: #fff;
		padding: 15px 0;
		font-weight: normal;
		background-color: transparent;
		border: 2px solid #fff;
		border-radius: 50px;
		text-align: center;
		margin: 30px 25% 0;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1
	}
	
	#layerslider .ls-slide a strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
/* [ARTICLE] */	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 50px 0;
		position: relative;
		z-index: 1
	}
	
	.about span{
		float: right;
		width: 100%;
		margin: 0;
	}
	
	.about span h1{
		font-size: 0
	}
	
	.about span h2{
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 60px;
		color: #72afab;
		text-align: center;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 10px;
		width: 100%;
		float: left;
	}
		
	.about span p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #373435;
		text-align: left;
		line-height: 1.5;
		font-weight: normal;
		float: left;
	}
	
	
	/*link*/
	.link{
		width: 100%;
		float: left;
		margin: 50px 0;
	}	
	
	.map{
		float: left;
		width: 100%;
		height: 250px;
		border-radius: 35px;
		border: 10px solid #fff;
		position: relative;
		z-index: 22;
		left: 0;
		filter: grayscale(100%);
		opacity: 0.7;
	}
	
	
	.link a{
		float: right;
		width: 60%;
		height: 220px;
		border-radius: 50%;
		margin: -50px 20% -50px;
		text-align: center;
		background: url("img/bg-green.jpg") center center;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #ffffff;
		line-height: 1.2;
		padding: 30px 0;
		position: relative;
		z-index: 33
	}
		
	.link img{
		margin-bottom: 15px
	}
		
	.link a strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 26px
	}
		
	.link a em{
		font-size: 14px;
		color: #21615d;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-style: normal;
		position: relative;
		top: 12px
	}
	
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 15px 0 0;
		text-align: center;
		position: relative;
		z-index: 0
	}
	
	aside img{
		width: 300px;
	}
	
	
	/*title*/
	.title{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		background: url("img/bg-title.jpg") bottom left;
		height: auto;
		border-radius: 50px;
		padding: 55px 40px
	}
	
	.title h2{
		color: #fff;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-size: 60px;
		float: left;
		width: 100%;
		margin: 0 0 25px;
		font-weight: 300
	}
		
	.title p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 18px;
		line-height: 1.2;
	}
	
	.title p span{
		padding: 15px 35px;
		width: 50%;
		margin: 0 0 25px;
		border-bottom: 7px solid #73aeaa;
		position: relative;
		top: -20px
	}
		
	
	/*column*/
	ul.column{
		float: left;
		width: 90%;
		margin: 25px 5%;
		list-style: none;
	}
	
	ul.column li{
		float: left;
		width: 80%;
		margin: 0 10% 25px;
		text-align: center;
	}

	ul.column li figure{
		font-size: 0
	}

	
	
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 100%;
		margin: 70px 0;
		text-align: center;
	}
	
	.sidebar figure{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0
	}
	
	.sidebar p{
		color: #fff;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 28px;
		line-height: 1.2
	}
	
	.sidebar p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	/*tit*/
	.tit{
		float: left;
		width: 90%;
		margin: 50px 5% 80px;
		text-align: center;
		color: #fff
	}
	
	.tit h2{
		line-height: 1;
		font-size: 40px;
		font-weight: lighter;
		margin: 0 0 15px;
		text-transform: uppercase;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
	}
	
	.tit p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.4;
	}
	
	.tit a{
		font-size: 18px;
		color: #fff;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		border-radius: 50px;
		border: 2px solid #fff;
		padding: 10px 20px;
		position: relative;
		top: 25px;
	}
	
	

	
/*[FOOTER] */		
	
	/*form*/
	form{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
	}
		
	form h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1;
		color: #61234c;
		text-align: center;
		margin-bottom: 15px
	}
									
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 16px;
		color: #262626;
		padding: 16px 14px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 2px solid #efefef;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		background: url("img/bg-form-b.png") center left no-repeat #fff;
		padding-left: 50px;
		border-radius: 50px;
	}
	
	.calculator{
		width: 60%;
		font-family: "Poppins-Regular", sans-serif;
		margin: 10px 20%!important;
		background: #fff;
		color: #454545;
		text-align: center;
		padding-left: 0;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send{
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		height: auto;
		border: 0;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #6a2653;
		text-align: center;
		padding: 12px 18px;
		border-radius: 50px;
		font-size: 18px;
		line-height: 1
	}	
	
	
	#bg-perfil{
		background: url("img/bg-form-a.png") center left no-repeat #fff;
	}
	
	#bg-whatsapp{
		background: url("img/bg-form-c.png") center left no-repeat #fff;
	}
	
	label{
		font-size: 12px;
		margin: 15px 0 0;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		color: #262626;
		width: 100%;
		float: left;
		font-weight: normal;
	}

	.send:hover{
		transition: 1s;
		opacity: 1;
		cursor: pointer;
		transform: scale(0.95)
	}
	
	.input::placeholder {
		color: #262626;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #262626;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #262626;
	}
	
	
	
	/*footer*/
	ul.footer{
		float: left;
		width: 100%;
		margin: 50px 0;
		list-style: none;
	}
	
	ul.footer li{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	ul.footer li h2{
		color: #73aeaa;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 40px;
		font-weight: normal;
		margin-bottom: 0;
		text-transform: uppercase;
	}
	
	ul.footer li p{
		color: #2f2f2f;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
		margin: 0 0 40px;
	}
		
	ul.footer li a{
		width: 100%;
		float: left;
		text-align: left;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		margin: 0 0 25px
	}
	
	ul.footer li figure {
		width: 60%;
		float: left;
		text-align: center;
		margin: 0 20%;
		background: #73aeaa;
		border-radius: 50px;
		color: #ffffff;
		font-size: 22px;
		padding: 10px 15px;
	}
	
	ul.footer li figure img{
		width: 20px;
		position: relative;
		margin-right: 10px;
		top: 2px
	}
	
	ul.footer li span {
		width: 100%;
		float: left;
		font-size: 18px;
		color: #262626;
		margin: 8px 0;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		text-align: center
	}
	
	
	
	/*sub-footer*/
	.sub-footer{
		width: 100%;
		margin: 25px 0;
		float: left
	}
	
	.sub-footer a.ans{
		text-align: center;
		margin: 0 0 25px;
		width: 100%;
		float: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #434343;
		font-size: 12px;
		line-height: 1.3;
	}
	
	.sub-footer a.ans em{
		color: #6a2653;
		font-style: normal;
	}
	
	.sub-footer a.ans strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.sub-footer a.ans img{
		width: 100px;
		float: none;
		margin-right: 0;
		position: relative;
		top: -10px
	}
	
	.sub-footer span{
		float: right;
		list-style: none;
		margin: 10px 20% 0;
		width: 60%;
	}
	
	.sub-footer span a{
		width: 45%;
		margin: 0 2.5%;
		float: left;
		text-align: center;
	}
	

		
	
	
	/*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) {	
	
	/*logo*/
	a.logo img{ 
		width: 220px;
	}
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
	}
	
	.header-contact a#position{
		margin-right: 0;
		width: 50%;
		float: left;
		text-align: center
	}
			
	
	
/*[ANIMATION] */
	
	#layerslider{
		height: 400px!important;
	}
	
	#layerslider img{
		height: 400px!important;
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: 400px!important;
		border-radius: 0!important
	}
	
	#layerslider img.responsive{
		width: 0!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	
	#layerslider .ls-slide .banner span{
		width: 60%!important;
		margin: 120px 0 0!important;
	}
								
	
	
	/*about*/
	.about span{
		width: 50%;
		float: left
	}
		
	.about span h2{
		font-size: 50px;
		text-align: left
	}	
	
	/*link*/
	.link{
		width: 100%;
		float: left;
		margin: 15px 0 50px;
	}	
	
	.map{
		width: 100%;
		height: 200px;
	}
	
	.link a{
		float: right;
		width: 60%;
		height: 220px;
		border-radius: 50%;
		margin: -100px -100px -50px 0;
	}
		
	.link img{
		margin-bottom: 15px
	}
		
	
	/*aside*/
	aside{
		float: right;
		width: 45%;
		margin: 15px 0 0;
	}
	
	aside img{
		width: auto;
	}
	
	/*title*/
	.title{
		width: 60%;
		margin: 0 20%;
		padding: 80px 40px
	}
	
	/*column*/
	ul.column li{
		width: 31.3%;
		margin: 0 1% 25px;
	}
	
	/*footer*/
	ul.footer li{
		width: 50%;
	}
	
	
}



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

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


/*[BACKGROUND]*/	
	.bg-white{
		position: relative;
		z-index: 99;
		background: #fff;
		padding: 0;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 100%;
		bottom: 0px;
		background-position: 50% center; 
		background-repeat: repeat-x;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	
	.bg-roxo{
		background: url("img/bg-roxo.jpg") top left;
		width: 100%;
		float: left;
	}
	
	.bg-footer{
		position: relative;
		background: url("img/bg-footer.jpg") top center no-repeat #fff;
		z-index: 77;
		padding: 0;
		height: auto;
	}
				

	
/*[HEADER]*/
	/*logo*/
	a.logo{
		width: 150px;
		padding: 0;
		text-align: center;
		margin: 30px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 150px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 85px 0 0!important;
		font-weight: normal;
		padding: 0!important;
		letter-spacing: -0.3px
	}	
	
	
	
	/*[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: 8px 15px 7px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 14px;
		border: 1px solid #FFF!important;
		background-color: #6a2653!important;
		height: auto!important;
		font-weight: normal;
		text-transform: none!important;
		border-radius: 50px!important;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 2px!important; 
		text-align: left!important
	}

	.dropdown-content a:hover {
		background-color: rgba(0,0,0,0.9)!important;
		opacity: 1!important;
		padding: 8px 15px 7px!important;
		font-weight: normal;
		color: #fff!important;
	}

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

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

		
	/*agender*/
	.agender{
		float: right;
		width: auto;
		margin: 90px 0 0 25px;
	}
	
	.agender a{
		background: #f1f1f1;
		color: #6a2653;
		padding: 15px;
		border-radius: 50px;
		font-size: 16px;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
	}
	
	.agender a img{
		width: auto;
		position: relative;
		top: 5px;
	}
	
	.agender a strong{
		margin-left: 10px
	}
	
	/*header-contact*/
	.header-contact{
		float: right;
		width: auto;
		margin: 30px 0 0;
		background: #71a1a2;
		border-radius: 50px;
		padding: 16px 30px 16px;
		position: relative;
		top: 25px;
	}
	
	.header-contact a:hover{
		opacity: 1!important
	}
	
	.header-contact a{
		color: #fff;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		font-weight: 100;
	}
	
	.header-contact a#position{
		margin-right: 40px;
		width: auto;
		float: left;
		margin-bottom: 10px;
		text-align: left
	}
		
	.header-contact a strong{
		font-style: normal;
		font-weight: 100;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
	}
	
	.header-contact img{
		position: relative;
		top: 6px;
		margin-right: 10px
	}
	
	
	
/*[ANIMATION] */
	
	#layerslider{
		height: 800px!important;
		top: 0;
		width: 100%;
		margin: 0;
		margin-bottom: 0;
		border-bottom: 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 .banner span{
		width: 800px!important;
		float: left!important;
		margin: 190px 0 0!important;
		background: none;
		padding: 0;
		border-radius: 0
	}
	
	#layerslider .ls-slide p{
		font-size: 35px;
		color: #fff;
		font-weight: 300;
		line-height: 1.4;
		text-align: left;
		letter-spacing: 0;
		margin: 0;
		width: 75%;
		float: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}	
								
	#layerslider .ls-slide p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}	
								
	#layerslider .ls-slide a{
		width: auto;
		float: left;
		font-size: 18px;
		color: #fff;
		padding: 15px 45px;
		font-weight: normal;
		background-color: transparent;
		border: 2px solid #fff;
		border-radius: 50px;
		text-align: center;
		margin: 50px 25% 0 0;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1
	}
	
	#layerslider .ls-slide a strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
/* [ARTICLE] */	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 120px 0 60px;
		position: relative;
		z-index: 1
	}
	
	.about span{
		float: right;
		width: 57%;
		margin: 0;
	}
	
	.about span h1{
		font-size: 0
	}
	
	.about span h2{
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 80px;
		color: #72afab;
		text-align: left;
		line-height: 1;
		font-weight: normal;
		margin: 45px 0 10px;
		width: 100%;
		float: left;
	}
		
	.about span p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #373435;
		text-align: left;
		line-height: 1.5;
		font-weight: normal;
		float: left;
	}
	
	
	/*link*/
	.link{
		width: 100%;
		float: left;
		margin: 50px 0;
	}	
	
	.map{
		float: left;
		width: 450px;
		height: 250px;
		border-radius: 35px;
		border: 10px solid #fff;
		position: relative;
		z-index: 22;
		left: -180px;
	}
	
	
	.link a{
		float: right;
		width: 230px;
		height: 230px;
		border-radius: 50%;
		margin: -240px 0 0;
		text-align: center;
		background: url("img/bg-green.jpg") center center;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #ffffff;
		line-height: 1.2;
		padding: 35px 0
	}
		
	.link img{
		margin-bottom: 15px
	}
		
	.link a strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 26px
	}
		
	.link a em{
		font-size: 14px;
		color: #21615d;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-style: normal;
		position: relative;
		top: 12px
	}
	
	/*aside*/
	aside{
		float: left;
		width: 42%;
		margin: 20px 0 0;
		text-align: center;
		position: relative;
		z-index: 0
	}
	
	aside img{
		width: auto;
	}
	
	
	/*title*/
	.title{
		float: left;
		width: 30%;
		margin: 0;
		text-align: center;
		background: url("img/bg-title.jpg") bottom left;
		height: 600px;
		border-radius: 0 150px 0 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
		padding: 0 35px
	}
	
	.title h2{
		color: #fff;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-size: 80px;
		float: left;
		width: auto;
		margin: 0 0 25px;
		font-weight: 300
	}
		
	.title p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 18px;
		line-height: 1.2;
	}
	
	.title p span{
		padding: 30px 35px;
		width: 50%;
		margin: 0;
		border-bottom: 7px solid #73aeaa;
		position: relative;
		top: -20px
	}
		
	
	/*column*/
	ul.column{
		float: left;
		width: 65%;
		margin: 0 2.5%;
		list-style: none;
	}
	
	ul.column li{
		float: left;
		width: 29.3%;
		margin: 0 2%;
		text-align: center;
		height: 600px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
	}

	ul.column li figure{
		font-size: 0
	}

	
	
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 100%;
		margin: 100px 0;
		text-align: left;
	}
	
	.sidebar figure{
		float: left;
		width: auto;
		text-align: center;
		margin: -30px 30px 0 0
	}
	
	.sidebar p{
		color: #fff;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 35px;
		line-height: 1.2
	}
	
	.sidebar p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	/*tit*/
	.tit{
		float: left;
		width: 80%;
		margin: 120px 10%;
		text-align: center;
		color: #fff
	}
	
	.tit h2{
		line-height: 1;
		font-size: 45px;
		font-weight: lighter;
		margin: 0 0 15px;
		text-transform: uppercase;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
	}
	
	.tit p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		line-height: 1.4;
	}
	
	.tit a{
		font-size: 18px;
		color: #fff;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		border-radius: 50px;
		border: 2px solid #fff;
		padding: 10px 20px;
		position: relative;
		top: 45px;
	}
	
	

	
/*[FOOTER] */		
	
	/*form*/
	form{
		float: right;
		width: 80%;
		margin: 0;
		text-align: center;
	}
		
	form h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		line-height: 1;
		color: #61234c;
		text-align: right;
		margin-bottom: 25px
	}
									
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 16px;
		color: #262626;
		padding: 16px 14px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 2px solid #efefef;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		background: url("img/bg-form-b.png") center left no-repeat #fff;
		padding-left: 50px;
		border-radius: 50px;
	}
	
	
	.calculator{
		width: 60%;
		font-family: "Poppins-Regular", sans-serif;
		margin: 10px 20%!important;
		background: #fff;
		color: #454545;
		text-align: center;
		padding-left: 0;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send{
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		height: auto;
		border: 0;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #6a2653;
		text-align: center;
		padding: 12px 18px;
		border-radius: 50px;
		font-size: 18px;
		line-height: 1
	}	
 
	label{
		font-size: 12px;
		margin: 15px 0 0;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		color: #262626;
		width: 100%;
		float: left;
		font-weight: normal;
	}
	
	/*footer*/
	ul.footer{
		float: left;
		width: 100%;
		margin: 140px 0;
		list-style: none;
	}
	
	ul.footer li{
		float: left;
		width: 50%;
		margin: 0;
		text-align: left;
	}
	
	ul.footer li h2{
		color: #73aeaa;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		font-size: 50px;
		font-weight: normal;
		margin-bottom: 0;
		text-transform: uppercase;
	}
	
	ul.footer li p{
		color: #2f2f2f;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
		margin: 0 0 40px;
	}
		
	ul.footer li a{
		width: 100%;
		float: left;
		text-align: left;
		font-family: "Athelas", "Segoe UI", "Trebuchet MS";
		margin: 0 0 25px
	}
	
	ul.footer li figure {
		width: auto;
		float: left;
		text-align: center;
		margin: 0;
		background: #73aeaa;
		border-radius: 50px;
		color: #ffffff;
		font-size: 22px;
		padding: 10px 15px;
	}
	
	ul.footer li figure img{
		width: 20px;
		position: relative;
		margin-right: 10px;
		top: 2px
	}
	
	ul.footer li span {
		width: 100%;
		float: left;
		font-size: 18px;
		color: #262626;
		margin: 8px 0 0 12px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		text-align: left;
	}
	
	
	/*sub-footer*/
	.sub-footer{
		width: 100%;
		margin: 70px 0 25px;
		float: left
	}
	
	.sub-footer a.ans{
		text-align: left;
		margin: 0;
		width: 60%;
		float: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #434343;
		font-size: 14px;
		line-height: 1.3;
	}
	
	.sub-footer a.ans em{
		color: #6a2653;
		font-style: normal;
	}
	
	.sub-footer a.ans strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.sub-footer a.ans img{
		width: 120px;
		float: left;
		margin-right: 35px;
		position: relative;
		top: -20px
	}
	
	.sub-footer span{
		float: right;
		list-style: none;
		margin: 10px 0 0;
		width: 15%;
	}
	
	.sub-footer span a{
		width: 45%;
		margin: 0 2.5%;
		float: left;
		text-align: center;
	}
		
		
	/*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}
}

