/*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;
	font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
}
	
.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%);
	}


	

@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-tranparent{
		z-index: 88;
		position: relative;
		top: 0;
		background: rgba(255,255,255,0.25);
	}
	
	.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-gray{
		background: #f5f5f5;
		width: 100%;
		float: left;
	}
	
	.bg-black{
		position: relative;
		background-color: #333333;
		z-index: 77;
		padding: 0;
		height: auto;
	}
				

	
/*[HEADER]*/
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 20px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 300px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 19px!important;
		margin: 25px 0 0!important;
		font-weight: normal;
		padding: 0!important;
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		color: #d7d7d7;
		font-style: normal;
		font-size: 0;
		font-weight: lighter;
	}	
	
	
	/*[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: 14px 10px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 15px;
		border-bottom: 1px solid #FFF;
		background-color: #29633b!important;
		height: auto!important;
		font-weight: 500;
		text-transform: uppercase
	}

	.dropdown-content a:hover {
		background-color: #29633b!important;
		opacity: 1;
		padding: 14px 10px!important;
		border-bottom: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #fff!important;
	}

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

	.dropdown:hover .dropbtn {
		background-color: #29633b!important;
	}
	
	
	
	/*header-contact*/
	.header-contact{
		float: left;
		width: 0;
		margin: 0;
	}
	
	.header-contact figure{
		float: left;
		width: 0;
		margin: 0;
		position: relative;
		right: 0
	}
	
	.header-contact figure a{
		width: 0;
		text-align: center;
		margin: 0;
		float: left;
	}
	
	.header-contact figure a img{
		width: 35px 0;
	}
	
	.header-contact span{
		float: right;
		width: 0;
		margin: 0;
		border-bottom: 0;
		padding: 0;
		padding-left: 0
	}
	
	.header-contact span a{
		color: #333;
		font-weight: 500;
		font-family: 'Montserrat', "Segoe UI", "Trebuchet MS";
		font-size: 0;
		text-align: center;
		margin: 0;
	}
	
	.header-contact span a img{
		position: relative;
		top: 0;
		left: 0;
		width: 0
	}
		
	
	/*line-whatsapp*/
	.line-whatsapp{
		position: relative;
		top: 0;
		left: 0;
		z-index: 88;
		float: right;
		width: auto;
		text-align: center;
		margin: 7px 0 25px
	}
	
	.line-whatsapp a{
		background: #333333;
		color: #fff;
		font-family: 'Montserrat', "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		border-radius: 15px;
		font-weight: 500;
		text-align: left;
		padding: 10px 25px 10px 0
	}
	
	.line-whatsapp a img{
		width: 35px;
		position: relative;
		left: -15px;
		top: 10px
	}
		
	
	
/*[ANIMATION] */
	
	#layerslider{
		height: 430px!important;
		top: 0;
		width: 100%;
		margin: 0;
		margin-bottom: 0;
		border-bottom: 30px solid #dbdbdb
	}
	
	#layerslider img{
		height: 0!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: 430px!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 0!important;
	}
	
	#layerslider .ls-slide .banner span{
		width: 90%!important;
		float: left!important;
		margin: 100px 5%!important;
	}
	
	#layerslider .ls-slide h2{
		font-size: 35px;
		color: #fff;
		font-weight: 300;
		line-height: 1;
		text-align: center;
		letter-spacing: 0;
		margin: 0 0 25px;
		width: 100%;
		float: left;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		text-transform: uppercase;
	}	
				
	#layerslider .ls-slide h2 strong{
		font-weight: bold;
	}	
				
	#layerslider .ls-slide h2#min-text{
		font-size: 26px;
	}	
				
	#layerslider .ls-slide h2 strong{
		font-weight: bold;
	}	
				
	#layerslider .ls-slide p{
		font-size: 14px;
		color: #fff;
		font-weight: 300;
		line-height: 1.4;
		text-align: center;
		letter-spacing: 0;
		margin: 0;
		width: 100%;
		float: left;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
	}	
				
	#layerslider .ls-slide .link{
		margin: 25px 0 0!important;
		width: 100%;
		float: left;
		text-align: center;
	}
				
	#layerslider .ls-slide .link a{
		width: 48%;
		float: left;
		font-size: 14px;
		color: #fff;
		padding: 0 0 7px;
		font-weight: normal;
		background-color: transparent;
		border-radius: 20px;
		text-align: center;
		margin: 0 0.5%!important;
		border: 1px solid #fff;
	}
	
	#layerslider .ls-slide .link a:hover{
		background: #29633b;
		opacity: 1!important
	}
	
	#layerslider .ls-slide .link a strong{
		position: relative;
		top: 1px;
		left: 5px;
		font-size: 25px;
	}
	
	#layerslider .ls-slide .link a.text-min{
		width: 98%;
	}
	
	
/* [ARTICLE] */	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 50px 0
	}
	
	.about span{
		float: left;
		width: 100%;
		margin: 0;
		background: #f5f5f5;
		padding: 35px 15px
	}
	
	.about span h1{
		font-size: 0
	}
	
	.about span h2{
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		font-size: 38px;
		color: #333333;
		text-align: center;
		text-transform: uppercase;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 35px
	}
		
	.about span p{
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		color: #333333;
		text-align: left;
		line-height: 1.4;
		font-weight: normal
	}
	
	.more-links{
		width: 100%;
		float: left;
		margin: 0 0 0;
		position: relative;
		top: 50px
	}
	
	.more-links a{
		width: 48%;
		float: left;
		font-size: 12px;
		color: #fff;
		padding: 5px 0 10px;
		font-weight: 500;
		background-color: #333;
		border-radius: 15px;
		text-align: center;
		margin: 0 1%;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
	}
	
	.more-links a strong{
		position: relative;
		top: 1px;
		left: 4px;
		font-size: 18px;
	}	
	
	#bg-green{
		background: #29633b;
	}
	
	aside{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
	}
	
	aside img{
		width: 300px;
	}
	
	
	/*title*/
	h2.title{
		color: #fff;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		text-align: center;
		font-weight: 300;
		font-size: 25px;
		line-height: 1;
		width: 100%;
		margin: 50px 0;
	}
	
	h2.title strong{
		font-weight: bold;
		font-size: 35px;
	}
	
	h2.title span{
		width: 30%;
		margin: 20px 35% 0;
		background: #fff;
		height: 2px;
		float: left
	}
	
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		margin: 0 0 50px;
		list-style: none;
		position: relative;
		top: -10px;
	}

	ul.column li{
		float: left;
		width: 60%;
		margin: 0 20% 50px;
		text-align: center
	}
	
	ul.column li a{
		color: #333333;
	}
	
	ul.column li h3{
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		text-align: center;
		font-weight: 300;
		font-size: 27px;
		line-height: 1;
		margin: 30px 0 0;
	}

	ul.column li h3 span{
		width: 30%;
		margin: 30px 35%;
		background: #295938;
		height: 4px;
		float: left
	}

	ul.column li p{
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		text-align: center;
		font-weight: normal;
		font-size: 16px;
		line-height: 1.2;
		margin: 0;
	}

	ul.column a.more{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center
	}
	
	ul.column a.more button{
		width: auto;
		float: auto;
		font-size: 14px;
		color: #fff;
		padding: 5px 25px 15px;
		font-weight: 500;
		background-color: #333;
		border-radius: 15px;
		text-align: center;
		margin: 0;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		border: 0;
		cursor: pointer;
	}
	
	ul.column a.more button strong{
		position: relative;
		top: 1px;
		left: 4px;
		font-size: 25px;
	}


	
	/*row*/
	.row{
		width: 100%;
		float: left;
		margin: 50px 0 0;
		text-align: left;
	}
	
	.row p{
		color: #333333;
		line-height: 1.2;
		font-size: 19px;
	}
	
	.row p strong{
		font-weight: bold;
		font-style: italic;
		font-size: 20px;
	}
	
	.row a{
		width: auto;
		float: left;
		font-size: 16px;
		color: #fff;
		padding: 5px 25px 15px;
		font-weight: 500;
		background-color: #333;
		border-radius: 15px;
		text-align: center;
		margin: 35px 0 0;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		border: 0;
	}
	
	.row a strong{
		position: relative;
		top: 1px;
		left: 4px;
		font-size: 25px;
	}
	
	aside.aside-row{
		float: right;
		width: 100%;
		margin: 85px 0;
		text-align: center
	}
	
	aside.aside-row img{
		width: auto
	}
		
	
/*[FOOTER] */	
	
	/*contact*/
	ul.contact{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
		list-style: none;
	}
	
	ul.contact h3{
		color: #333333;
		font-size: 35px;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		margin-bottom: 25px
	}
	
	ul.contact li{
		float: left;
		width: 100%;
		margin: 0 0 35px
	}
	
	ul.contact li figure{
		float: left;
		width: 10%;
		margin: 0 45% 5px;
	}
	
	ul.contact li p{
		font-size: 14px;
		color: #333333;
		text-align: center;
		text-transform: uppercase;
		font-weight: 600;
		background: #f3f3f3;
		border-radius: 10px;
		width: 100%;
		float: right;
		height: 55px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	ul.contact li p a{
		color: #333333;
	}
	
	aside.aside-contact{
		width: 100%;
		margin: 30px 0 50px;
		float: right;
	}
	
	aside.aside-contact img{
		float: none;
		width: 300px;
		text-align: center
	}
	
	.map{
		width: 100%;
		margin: 0 0 35px;
		float: left;
		border: 0;
		height: 250px
	}
	
	
	/*footer*/
	.footer{
		float: left;
		width: 100%;
		margin: 50px 0;
		text-align: center;
	}
	
	.footer img{
		margin-bottom: 15px
	}
	
	.footer a{
		color: #fff;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 300;
		letter-spacing: 1px;
	}
	
	.footer a strong{
		margin: 0 10px 0 7px
	}
	
	
	/*sub-footer*/
	.sub-footer{
		width: 100%;
		margin: 35px 0;
		float: left
	}
	
	.sub-footer a.ans{
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		color: #404040;
		font-size: 14px;
		float: left;
		text-align: center;
		margin: 0 0 15px;
		width: 100%
	}
	
	.sub-footer ul{
		float: right;
		list-style: none;
		margin: 0 35%;
		width: 30%
	}
	
	.sub-footer ul li{
		width: 31.3%;
		margin: 0 1%;
		text-align: center;
		float: left;
	}
	
	/*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) {	
	

	
/*[HEADER]*/
	
/*[ANIMATION] */
	
	#layerslider{
		height: 600px!important;
	}
	
	
	#layerslider img.responsive{
		height: 600px!important;
	}
	
	#layerslider .ls-slide .banner span{
		width: 80%!important;
		margin: 200px 10%!important;
	}
	

	aside img{
		width: 450px;
	}
	
	#layerslider .ls-slide .link a.text-min{
		width: 40%;
	}
	
	
	/*title*/
	h2.title{
		font-size: 45px;
		margin: 70px 0;
	}
	
	h2.title strong{
		font-size: 50px;
	}
	
	
	/*column*/
	ul.column{
		width: 60%;
		margin: 0 20% 50px;
	}

	
	/*row*/
	aside.aside-row img{
		width: 450px
	}
		
	
/*[FOOTER] */	
	
	/*contact*/
	ul.contact li{
		width: 80%;
		margin: 0 10% 35px
	}
	
	ul.contact li p{
		font-size: 16px;
	}
	
	aside.aside-contact{
		width: 100%;
		margin: 30px 0 50px;
		float: right;
	}
	
	aside.aside-contact img{
		float: none;
		width: 45%;
		text-align: center
	}
	
	.map{
		width: 40%;
		margin: 0 0 35px;
		float: left;
		height: 400px
	}	
	
				
}










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

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


/*[BACKGROUND]*/
	.bg-tranparent{
		z-index: 88;
		position: relative;
		top: 0;
		background: rgba(255,255,255,0.25);
	}
	
	.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-gray{
		background: #f5f5f5;
		width: 100%;
		float: left;
	}
	
	.bg-black{
		position: relative;
		background-color: #333333;
		z-index: 77;
		padding: 0;
		height: auto;
	}
				

	
/*[HEADER]*/
	/*logo*/
	a.logo{
		width: 300px;
		padding: 0;
		text-align: center;
		margin: 35px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 300px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 17px!important;
		margin: 25px 0 0!important;
		font-weight: normal;
		padding: 0!important;
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -37px;
		left: 4px;
		color: #d7d7d7;
		font-style: normal;
		font-size: 13px;
		font-weight: lighter;
	}	

	
	/*[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: 25px 0 0!important;
		left: 0;
		background: none;
	}

	.dropdown-content a {
		padding: 15px 15px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 15px;
		border-bottom: 1px solid #FFF!important;
		background-color: #333333!important;
		height: auto!important;
		font-weight: normal;
		text-transform: uppercase!important;
		border-radius: 0!important;
	}

	.dropdown-content a:hover {
		background-color: #29633b!important;
		opacity: 1!important;
		padding: 15px 15px!important;
		border-bottom: 1px solid #FFF!important;
		font-weight: 600!important;
		color: #fff!important;
	}

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

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

	
	/*header-contact*/
	.header-contact{
		float: right;
		width: auto;
		margin: 0;
	}
	
	.header-contact figure{
		float: left;
		width: auto;
		margin: 25px 0 0;
		position: relative;
		right: -5px
	}
	
	.header-contact figure a{
		width: 31.3%;
		text-align: center;
		margin: 0 1% 0;
		float: left;
	}
	
	.header-contact figure a img{
		width: 40px;
	}
	
	.header-contact span{
		float: left;
		width: auto;
		margin: 0;
		border-bottom: 1px solid #333333;
		padding: 15px;
		padding-left: 45px
	}
	
	.header-contact span a{
		color: #333;
		font-weight: 500;
		font-family: 'Montserrat', "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		text-align: left;
		margin: 0 30px 0 0
	}
	
	.header-contact span a img{
		position: relative;
		top: 5px;
		left: -5px;
		width: 30px
	}
		
	
	/*line-whatsapp*/
	.line-whatsapp{
		position: relative;
		top: 0;
		left: 0;
		z-index: 88;
		float: right;
		width: auto;
		text-align: center;
		margin: 7px 0 25px
	}
	
	.line-whatsapp a{
		background: #333333;
		color: #fff;
		font-family: 'Montserrat', "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		border-radius: 15px;
		font-weight: 500;
		text-align: left;
		padding: 10px 25px 10px 0
	}
	
	.line-whatsapp a img{
		width: 35px;
		position: relative;
		left: -15px;
		top: 10px
	}
		
	
	
/*[ANIMATION] */
	
	#layerslider{
		height: 800px!important;
		top: 0;
		width: 100%;
		margin: 0;
		margin-bottom: 0;
		border-bottom: 30px solid #dbdbdb
	}
	
	#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: 230px 0 0 150px!important;
	}
	
	#layerslider .ls-slide h2{
		font-size: 55px;
		color: #fff;
		font-weight: 300;
		line-height: 1;
		text-align: left;
		letter-spacing: 0;
		margin: 0 0 25px;
		width: 100%;
		float: left;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		text-transform: uppercase;
	}	
				
	#layerslider .ls-slide h2 strong{
		font-weight: bold;
		font-size: 65px
	}	
	
	#layerslider .ls-slide h2#min-text{
		font-size: 60px;
	}	
				
	#layerslider .ls-slide p{
		font-size: 20px;
		color: #fff;
		font-weight: 300;
		line-height: 1.4;
		text-align: left;
		letter-spacing: 0;
		margin: 0;
		width: 100%;
		float: left;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
	}	
				
	#layerslider .ls-slide .link{
		margin: 45px 0 0!important;
		width: 85%;
		float: left;
		text-align: center;
	}
				
	#layerslider .ls-slide .link a{
		width: 38%;
		float: left;
		font-size: 16px;
		color: #fff;
		padding: 8px 0 16px;
		font-weight: normal;
		background-color: transparent;
		border-radius: 20px;
		text-align: center;
		margin: 0 5% 0 0!important;
		border: 2px solid #fff;
	}
	
	#layerslider .ls-slide .link a:hover{
		background: #29633b;
		opacity: 1!important
	}
	
	#layerslider .ls-slide .link a strong{
		position: relative;
		top: 1px;
		left: 10px;
		font-size: 30px;
	}
	
	
/* [ARTICLE] */	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 100px 0
	}
	
	.about span{
		float: right;
		width: 55%;
		margin: 0;
		background: #f5f5f5;
		padding: 35px 50px
	}
	
	.about span h1{
		font-size: 0
	}
	
	.about span h2{
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		font-size: 38px;
		color: #333333;
		text-align: left;
		text-transform: uppercase;
		line-height: 1;
		font-weight: normal;
		margin: 0 0 35px
	}
		
	.about span p{
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		color: #333333;
		text-align: left;
		line-height: 1.4;
		font-weight: normal
	}
	
	.more-links{
		width: 100%;
		float: left;
		margin: 0 0 0;
		position: relative;
		top: 50px
	}
	
	.more-links a{
		width: 45%;
		float: left;
		font-size: 14px;
		color: #fff;
		padding: 0 20px 10px;
		font-weight: 500;
		background-color: #333;
		border-radius: 15px;
		text-align: center;
		margin: 0 5% 0 0;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
	}
	
	.more-links a strong{
		position: relative;
		top: 1px;
		left: 4px;
		font-size: 25px;
	}	
	
	#bg-green{
		background: #29633b;
	}
	
	aside{
		float: left;
		width: 45%;
		margin: 20px 0 0;
		text-align: center;
	}
	
	aside img{
		width: auto;
	}
	
	
	/*title*/
	h2.title{
		color: #fff;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		text-align: center;
		font-weight: 300;
		font-size: 40px;
		line-height: 1;
		width: 100%;
		margin: 125px 0;
	}
	
	h2.title strong{
		font-weight: bold;
		font-size: 60px;
	}
	
	h2.title span{
		width: 30%;
		margin: 20px 35% 0;
		background: #fff;
		height: 2px;
		float: left
	}
	
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
		position: relative;
		top: -50px;
	}

	ul.column li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		text-align: center
	}
	
	ul.column li a{
		color: #333333;
	}
	
	ul.column li h3{
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		text-align: center;
		font-weight: 300;
		font-size: 27px;
		line-height: 1;
		margin: 30px 0 0;
	}

	ul.column li h3 span{
		width: 30%;
		margin: 30px 35%;
		background: #295938;
		height: 4px;
		float: left
	}

	ul.column li p{
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		text-align: center;
		font-weight: normal;
		font-size: 16px;
		line-height: 1.2;
		margin: 0;
	}

	ul.column a.more{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center
	}
	
	ul.column a.more button{
		width: auto;
		float: auto;
		font-size: 14px;
		color: #fff;
		padding: 5px 25px 15px;
		font-weight: 500;
		background-color: #333;
		border-radius: 15px;
		text-align: center;
		margin: 50px 0 0;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		border: 0;
		cursor: pointer;
	}
	
	ul.column a.more button strong{
		position: relative;
		top: 1px;
		left: 4px;
		font-size: 25px;
	}


	
	/*row*/
	.row{
		width: 45%;
		float: left;
		margin: 160px 0 0;
		text-align: left;
	}
	
	.row p{
		color: #333333;
		line-height: 1.2;
		font-size: 21px;
	}
	
	.row p strong{
		font-weight: bold;
		font-style: italic;
		font-size: 28px;
	}
	
	.row a{
		width: auto;
		float: left;
		font-size: 16px;
		color: #fff;
		padding: 5px 25px 15px;
		font-weight: 500;
		background-color: #333;
		border-radius: 15px;
		text-align: center;
		margin: 35px 0 0;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		border: 0;
	}
	
	.row a strong{
		position: relative;
		top: 1px;
		left: 4px;
		font-size: 25px;
	}
	
	aside.aside-row{
		float: right;
		width: 55%;
		margin: 85px 0;
		text-align: center
	}
	
	aside.aside-row img{
		width: auto
	}
		
	
/*[FOOTER] */	
	
	/*contact*/
	ul.contact{
		float: left;
		width: 45%;
		margin: 130px 0 0;
		text-align: left;
		list-style: none;
	}
	
	ul.contact h3{
		color: #333333;
		font-size: 45px;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		margin-bottom: 35px
	}
	
	ul.contact li{
		float: left;
		width: 100%;
		margin: 0 0 15px
	}
	
	ul.contact li figure{
		float: left;
		width: 12%;
		margin: 0;
	}
	
	ul.contact li p{
		font-size: 14px;
		color: #333333;
		text-align: left;
		text-transform: uppercase;
		font-weight: 600;
		background: #f3f3f3;
		border-radius: 10px;
		width: 86%;
		float: right;
		height: 65px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	ul.contact li p a{
		color: #333333;
	}
	
	aside.aside-contact{
		width: 55%;
		margin: 90px 0;
		float: right;
	}
	
	aside.aside-contact img{
		float: right;
		width: 47%;
	}
	
	.map{
		width: 47%;
		margin: 0;
		float: left;
		border: 0;
		height: 400px
	}
	
	
	/*footer*/
	.footer{
		float: left;
		width: 100%;
		margin: 90px 0;
		text-align: center;
	}
	
	.footer img{
		margin-bottom: 50px
	}
	
	.footer a{
		color: #fff;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 300;
		letter-spacing: 2px
	}
	
	.footer a strong{
		margin: 0 15px 0 12px
	}
	
	
	/*sub-footer*/
	.sub-footer{
		width: 100%;
		margin: 50px 0;
		float: left
	}
	
	.sub-footer a.ans{
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
		color: #404040;
		font-size: 14px;
		float: left;
		text-align: left;
		margin: 15px 0 0;
		width: auto;
	}
	
	.sub-footer ul{
		float: right;
		list-style: none;
		margin: 0;
		width: 12%
	}
	
	.sub-footer ul li{
		width: 31.3%;
		margin: 0 1%;
		text-align: center;
		float: left;
	}
		
		
	/*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}
}

