	/*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 */
	h1 {
		font-size: 0
	}
	
	img {
		border: 0;
		padding: 0;
		margin: 0;
	}

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


	a:hover{
		opacity: 0.7!important;
		transition: 0.5s;
		transform: scale(0.98);
		text-decoration: none!important
	}


	/*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: "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-header{
		z-index: 99;
		position: relative!important;
		background: #fff;
		padding: 0;
		height: 300px
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}

	.bg-black{
		position: relative;
		z-index: 66;
		background: #98452d;
		padding: 0;
	}
	
	.parallax-pink{
		background: url("img/parallax-pink-resp.jpg") bottom center;
		float: left;
		width: 100%;
		height: auto;
		padding: 0;
	}
	
	.parallax-gray{
		background: url("img/parallax-gray.jpg");
		float: left;
		width: 100%;
		height: auto;
		padding: 0;
	}
	

	
/*
	[HEADER]
				 */			
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 15px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 170px;
	}	
	
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: -60px 0 0!important;
		font-weight: 300!important;
		padding: 0!important;
		border-bottom: 0;
		position: relative;
		z-index: 99!important;
		width: 100%!important
	}
	
	/*media*/
	.media{
		float: right;
		width: 100%;
		text-align: center;
		position: relative;
		top: 0;
	}
	
	.media a{
		float: left;
		width: 31.3%;
		text-align: center;
		margin: 30px 1% 18px
	}
	
	
	
/*
		[section]
						 */
	section{
		background: url("img/bg-banner-1b.jpg") bottom center no-repeat;
		height: 505px;
		width: 100%;
	}
	
	#section-a{
		background: url("img/bg-banner-2b.jpg") bottom center no-repeat;
	}
	#section-b{
		background: url("img/bg-banner-3b.jpg") bottom center no-repeat;
	}
	#section-c{
		background: url("img/bg-banner-4b.jpg") bottom center no-repeat;
	}
	#section-d{
		background: url("img/bg-banner-5b.jpg") bottom center no-repeat;
	}
	
	
	/*agender*/
	.agender{
		float: 0;
		width: 0;
		margin: 0;
		text-align: right;
		z-index: 99;
		position: relative
	}
	
	.agender a{
		float: 0;
		width: 0;
		text-align: center;
		margin: 0
	}

	.agender img{
		width: 0;
		border-radius: 0!important
	}


	
	
/*
		[ARTICLE]
						 */	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 70px 0;
		text-align: center;
	}	
	
	.about span{
		float: left;
		margin: 0 0;
		width: 100%;
	}
	
	.about span h1{
		color: #373435;
		font-size: 35px;
		font-family: "Athelas", sans-serif;
		font-weight: normal;
		line-height: 1;
		width: 100%;
		margin: 15px 0 0;
		float: left;
		text-align: center;
		text-transform: uppercase
	}
		
	.about span h2{
		color: #98452d;
		font-size: 25px;
		font-family: 'Source Sans Pro', "Segoe UI";
		font-weight: bold;
		line-height: 1;
		width: 100%;
		margin: 5px 0 50px;
		float: left;
		text-align: center;
	}
		
	.about span p{
		color: #4b4849;
		text-align: justify;
		font-size: 15px;
		line-height: 1.5;
		font-weight: normal;
		font-family: "Segoe UI", "Trebuchet MS";
	}
	
	.about span a{
		font-family: 'Source Sans Pro', "Segoe UI";
		background: #6a3961;
		width: 90%;
		margin: 25px 5% 0;
		border-radius: 10px;
		padding: 15px 50px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		float: right;
	}

		
		
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
	}
	
	aside img{
		width: 280px;
	}
	
	
	/*row*/
	.row{
		float: right;
		width: 100%;
		margin: 35px 0 0;
		text-align: center;
	}	
	
	.row a{
		width: 48%;
		margin: 1%;
		border-radius: 10px;
		padding: 5px 5px 3px;
		border: 2px solid #fff;
		float: left
	}
	
	.row a img{
		border-radius: 5px;
	}
	
	
	
	/*services*/
	.services{
		float: right;
		width: 90%;
		margin: 50px 5%;
		text-align: center;
		background: #fff;
		box-shadow: 1px 1px 15px 1px rgba(179,179,179,0.3);
		height: auto;
		padding: 35px
	}	
	
	.services span{
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.services h3{
		font-family: "Athelas", sans-serif;
		color: #373435;
		font-size: 24px;
		font-weight: normal;
		float: right;
		text-align: center;
		margin: 35px 0 0;
		width: 100%;
		line-height: 1.0

	}
	
	.services p{
		font-family: 'Source Sans Pro', "Segoe UI";
		color: #373435;
		font-size: 18px;
		font-weight: 400;
		float: right;
		text-align: left;
		margin: 35px 0 0;
		width: 100%;
		line-height: 1.2

	}
	
	.services a{
		font-family: 'Source Sans Pro', "Segoe UI";
		background: #6a3961;
		width: 90%;
		margin: 35px 5% 00;
		border-radius: 10px;
		padding: 12px 25px 15px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		float: right;
	}
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
	}
	
	.sidebar h2{
		font-family: "Athelas", sans-serif;
		color: #6a3961;
		font-size: 40px;
		font-weight: normal;
		float: left;
		text-align: center;
		margin: 0;
		width: 100%;
		line-height: 1.0
	}
	
	.sidebar h2 img{
		position: relative;
		top: -10px
	}
	
	.sidebar ul{
		float: left;
		width: 100%;
		margin: 40px 0 0;
		text-align: center;
		list-style: none
	}
	
	.sidebar ul li{
		background: #98452d;
		width: 98%;
		margin: 1%;
		border-radius: 10px;
		padding: 10px 0;
		color: #fff;
		font-family: 'Source Sans Pro', "Segoe UI";
		font-size: 18px;
	}
	
	.sidebar ul li:hover{
		background: #6a3961;
		transition: 1s;
	}
	
	
	
	
	/*link*/
	.link{
		float: left;
		width: 100%;
		margin: 70px 0;
	}
		
	.link h2{
		font-family: "Athelas", sans-serif;
		color: #fff;
		font-size: 35px;
		font-weight: normal;
		float: left;
		text-align: center;
		margin: 0;
		width: 100%;
		line-height: 1.0
	}
		
	.link h3{
		font-family: "Athelas", sans-serif;
		color: #98452d;
		font-size: 35px;
		font-weight: normal;
		float: left;
		text-align: center;
		margin: 0;
		width: 100%;
		line-height: 1.0
	}
	
	.link h3 strong{
		color: #98452d;
		font-size: 40px
	}
		
	.link span{
		float: left;
		width: 100%;
		margin: 30px 0 0;
	}
	
	.link span a{
		float: left;
		width: 48%;
		margin: 0 1%;
	}
	
	/*map-page*/
	.map-b{
		float: left;
		width: 90%;
		border: 2px solid #98452d;
		height: 250px;
		position: relative;
		z-index: 1;
		margin: 25px 5% 0;
		padding: 10px;
	}
	
	.map-c{
		float: right;
		width: 90%;
		border: 2px solid #98452d;
		height: 250px;
		position: relative;
		z-index: 1;
		margin: 25px 5% 0;
		padding: 10px;
	}
	
	/*form*/
	form{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
	}
								
	.input{
		float: left;
		width: 98%;
		margin: 5px 1% 15px;
		font-size: 20px;
		color: #98452d;
		padding: 15px 20px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 0;
		border-radius: 0;
		font-family: 'Source Sans Pro', "Segoe UI";
		border-bottom: 3px solid #98452d;
	}
	
	.comment{
		width: 98%;
		font-family: 'Source Sans Pro', "Segoe UI";
		margin-bottom: 40px
	}
	
	.calculator{
		width: 20%;
		font-family: 'Source Sans Pro', "Segoe UI";
		margin: 15px 40%;
		border: 3px solid #98452d!important;
	}
	
	label{
		font-size: 18px;
		margin-top: 45px;
		color: #1d1d1d;
		font-family: 'Source Sans Pro', "Segoe UI";
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}
	
	.send{
		text-align: center;
		background-color: #98452d;
		color: #fff;
		font-size: 22px;
		padding: 20px 25px;
		cursor: pointer;
		margin: 15px auto;
		width: auto;
		font-weight: normal;
		border: 0;
		font-family: 'Source Sans Pro', "Segoe UI";
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.5;
		cursor: pointer
	}
	
	.input::placeholder {
		color: #98452d;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #98452d;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #98452d;
	}
		
	.comment::placeholder {
		color: #98452d;
		opacity: 1; /* Firefox */
	}
	
	.comment:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #98452d;
	}
	
	.comment::-ms-input-placeholder { /* Microsoft Edge */
		color: #98452d;
	}
	
	
	
	
/*
		[FOOTER]
					 */
	/*contact*/
	ul.contact{
		float: left;
		width: 100%;
		margin: 70px 0;
	}
	
	ul.contact li{
		float: left;
		width: 80%;
		margin: 0 10% 15px;
		text-align: center;
		border: 1px solid #fff;
		border-radius: 15px;
		padding: 0 25px;
		height: 350px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	
	ul.contact li h3{
		color: #e9e6e6;
		font-size: 32px;
		font-family: 'Source Sans Pro', "Segoe UI";
		line-height: 1;
		margin: 0 0 25px;
		font-weight: bold
	}
	
	ul.contact li p{
		font-family: 'Source Sans Pro', "Segoe UI";
		color: #fff;
		font-size: 18px;
		line-height: 1.3;
		font-weight: normal;
		margin: 5px 0 15px;
	}
	
	ul.contact li p a{
		color: #fff;
	}
	
	ul.contact li button{
		background: #fff;
		border-radius: 5px;
		color: #000;
		font-family: "Segoe UI", "Trebuchet MS";
		font-weight: 500;
		border: 0;
		font-size: 18px;
		padding: 10px 15px;
		margin: 20px 0 0
	}
	
	ul.contact li button a{
		color: #000;
	}
	
	
	ul.contact li span p{
		font-family: 'Source Sans Pro', "Segoe UI";
		font-weight: bold;
		width: 100%;
		margin: 10px 0 5px;
		float: left;
	}
	
	ul.contact li span a{
		margin: 0 10px;
	}
	
	ul.contact li span img{
		width: 55px;
	}
	
	ul.contact li.config-contact{
		padding: 0!important;
		float: left;
		border: 0;
		width: 80%;
		margin-right: 10%
	}
	
	
	ul.contact li.pink-gray{
		border: 1px solid #fff!important;
	}
	
	ul.contact li.pink-gray button{
		background: #fff;
	}
	
	
	/*map*/
	.map{
		float: left;
		width: 100%;
		border: 0;
		height: 450px;
		position: relative;
		z-index: 1
	}
	
	.windows{
		width: 50%;
		background: rgba(134,71,58,0.8);
		float: left;
		height: 200px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		z-index: 88;
		top: -300px;
		position: relative;
		color: #fff;
		font-size: 18px;
		font-family: 'Source Sans Pro', "Segoe UI";
		line-height: 1;
		left: 3%;
		margin-bottom: -300px
	}
	
	
	/*menu-footer*/
	ul.menu-footer{
		float: left;
		width: 100%;
		list-style: none;
		margin: 50px 0 0;
	}
	
	ul.menu-footer li{
		float: left;
		width: 100%;
		margin: 0 0 35px;
		text-align: center;
		font-size: 21px;
		color: #373435;
		font-family: 'Source Sans Pro', "Segoe UI";
		line-height: 1
	}
	
	
	ul.menu-footer li h3{
		font-weight: bold;
		margin-bottom: 35px;
		font-size: 22px
	}
	
	ul.menu-footer li a{
		color: #373435;
		margin-bottom: 15px;
		font-weight: 400;
		width: 100%;
		float: left;
	}
	
	ul.menu-footer li span{
		width: 20%;
		height: 10px;
		background: #cf996d;
		border-radius: 5px;
		float: left;
		margin: 20px 40%
	}
	
	
	
	
	/*ans*/
	a.ans{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 12px;
		margin: 35px 0;
		font-weight: normal;
		line-height: 1;
		color: #fff;
		font-family: 'Source Sans Pro', "Segoe UI";
		background: #cf996d;
		border-radius: 10px;
		padding: 20px 25px 35px
	}
	
	a.ans img{
		width: auto;
		position: relative;
		top: 12px;
		left: -5px
	}
	
			
	
	
			
	/*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) {	

/*
		[section]
						 */
	section{
		background: url("img/bg-banner-1c.jpg") bottom center no-repeat;
		height: 510px;
	}
	
	#section-a{
		background: url("img/bg-banner-2c.jpg") bottom center no-repeat;
	}
	#section-b{
		background: url("img/bg-banner-3c.jpg") bottom center no-repeat;
	}
	#section-c{
		background: url("img/bg-banner-4c.jpg") bottom center no-repeat;
	}
	#section-d{
		background: url("img/bg-banner-5c.jpg") bottom center no-repeat;
	}

	/*row*/
	.row a{
		width: 23%;
	}
	
	
}







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

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


/*
		[BACKGROUND]
						 */
	.bg-header{
		z-index: 99;
		position: relative!important;
		background: #fff;
		padding: 0;
		height: 200px
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}

	.bg-black{
		position: relative;
		z-index: 66;
		background: #98452d;
		padding: 0;
	}
	
	.parallax-pink{
		background: url("img/parallax-pink.jpg");
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 1920px;
		bottom: 0px;
		background-position: 100% 0; 
		background-repeat: no-repeat;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	
	.parallax-gray{
		background: url("img/parallax-gray.jpg");
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 1920px;
		bottom: 0px;
		background-position: 100% 0; 
		background-repeat: no-repeat;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	

	
/*
	[HEADER]
				 */			
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 10px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 190px;
	}	
	
	
	
	/*media*/
	.media{
		float: right;
		width: 5%;
		text-align: center;
		position: relative;
		top: -180px;
	}
	
	.media a{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 10px
	}
	
	
	
/*
		[section]
						 */
	
	section{
		background: url("img/bg-banner-1.jpg") top center no-repeat;
		height: 370px;
		width: 100%;
	}
	
	#section-a{
		background: url("img/bg-banner-2.jpg") top center no-repeat;
	}
	#section-b{
		background: url("img/bg-banner-3.jpg") top center no-repeat;
	}
	#section-c{
		background: url("img/bg-banner-4.jpg") top center no-repeat;
	}
	#section-d{
		background: url("img/bg-banner-5.jpg") top center no-repeat;
	}
	
	/*agender*/
	.agender{
		float: right;
		width: 95%;
		margin: 0 2% 0;
		text-align: right;
		z-index: 66;
		position: relative
	}
	
	.agender a{
		float: right;
		width: auto;
		text-align: center;
		margin: 0
	}

	.agender img{
		width: 200px;
		border-radius: 0!important
	}
		
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: -40px 0 0 7%!important;
		font-weight: 300!important;
		padding: 0 0 25px!important;
		border-bottom: 0;
		position: relative!important;
		z-index: 88!important
	}
	
	
	
	
/*
		[ARTICLE]
						 */	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 120px 0;
		text-align: center;
	}	
	
	.about span{
		float: right;
		margin: 0;
		width: 55%;
	}
	
	.about span h1{
		color: #373435;
		font-size: 45px;
		font-family: "Athelas", sans-serif;
		font-weight: normal;
		line-height: 1;
		width: 100%;
		margin: 15px 0 0;
		float: left;
		text-align: left;
		text-transform: uppercase
	}
		
	.about span h2{
		color: #98452d;
		font-size: 32px;
		font-family: 'Source Sans Pro', "Segoe UI";
		font-weight: bold;
		line-height: 1;
		width: 100%;
		margin: 5px 0 50px;
		float: left;
		text-align: left;
	}
		
	.about span p{
		color: #4b4849;
		text-align: justify;
		font-size: 17px;
		line-height: 1.5;
		font-weight: normal;
		font-family: "Segoe UI", "Trebuchet MS";
	}
	
	.about span a{
		font-family: 'Source Sans Pro', "Segoe UI";
		background: #6a3961;
		width: auto;
		margin: 35px 0 0;
		border-radius: 10px;
		padding: 15px 50px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		float: right;
	}

		
		
	/*aside*/
	aside{
		float: left;
		width: 45%;
		margin: 0;
		text-align: center;
	}
	
	aside img{
		width: auto;
	}
	
	
	
	
	/*row*/
	.row{
		float: right;
		width: 100%;
		margin: 35px 0 0;
		text-align: center;
	}	
	
	.row a{
		width: 23%;
		margin: 1%;
		border-radius: 10px;
		padding: 5px 5px 3px;
		border: 2px solid #fff;
		float: left
	}
	
	.row a img{
		border-radius: 5px;
	}
	
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 40%;
		margin: 150px 0 0;
		text-align: center;
	}
	
	.sidebar h2{
		font-family: "Athelas", sans-serif;
		color: #6a3961;
		font-size: 40px;
		font-weight: normal;
		float: left;
		text-align: center;
		margin: 0;
		width: 100%;
		line-height: 1.0
	}
	
	.sidebar h2 img{
		position: relative;
		top: -10px
	}
	
	.sidebar ul{
		float: left;
		width: 100%;
		margin: 40px 0 0;
		text-align: center;
		list-style: none
	}
	
	.sidebar ul li{
		background: #98452d;
		width: 98%;
		margin: 1%;
		border-radius: 10px;
		padding: 12px 0;
		color: #fff;
		font-family: 'Source Sans Pro', "Segoe UI";
		font-size: 20px;
	}
	
	.sidebar ul li:hover{
		background: #6a3961;
		transition: 1s;
	}
	
	
	
	/*-----------*/
	
	/*map-page*/
	.map-b{
		float: left;
		width: 60%;
		border: 5px solid #98452d;
		height: 400px;
		position: relative;
		z-index: 1;
		margin: 50px 0 0;
		padding: 10px;
	}
	
	.map-c{
		float: right;
		width: 35%;
		border: 5px solid #98452d;
		height: 400px;
		position: relative;
		z-index: 1;
		margin: 50px 0 0;
		padding: 10px;
	}
	
	
	/*link*/
	.link{
		float: left;
		width: 100%;
		margin: 100px 0;
	}
		
	.link h2{
		font-family: "Athelas", sans-serif;
		color: #fff;
		font-size: 60px;
		font-weight: normal;
		float: left;
		text-align: left;
		margin: 35px 0 0;
		width: auto;
		line-height: 1.0
	}
		
	.link h3{
		font-family: "Athelas", sans-serif;
		color: #98452d;
		font-size: 55px;
		font-weight: normal;
		float: left;
		text-align: left;
		margin: 0;
		width: auto;
		line-height: 1.0
	}
	
	.link h3 strong{
		color: #98452d;
		font-size: 65px
	}
		
	.link span{
		float: right;
		width: 60%;
		margin: 30px 0 0
	}
	
	.link span a{
		float: left;
		width: 45%;
		margin: 0 2.5%;
	}
	
	
	/*form*/
	form{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
	}
								
	.input{
		float: left;
		width: 48%;
		margin: 5px 1% 15px;
		font-size: 20px;
		color: #98452d;
		padding: 15px 20px;
		font-weight: normal;
		background-color: #fff;
		text-align: left;
		border: 0;
		border-radius: 0;
		font-family: 'Source Sans Pro', "Segoe UI";
		border-bottom: 3px solid #98452d;
	}
	
	.comment{
		width: 98%;
		font-family: 'Source Sans Pro', "Segoe UI";
		margin-bottom: 40px
	}
	
	.calculator{
		width: 20%;
		font-family: 'Source Sans Pro', "Segoe UI";
		margin: 15px 40%;
		border: 3px solid #98452d!important;
	}
	
	label{
		font-size: 18px;
		margin-top: 45px;
		color: #1d1d1d;
		font-family: 'Source Sans Pro', "Segoe UI";
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}
	
	.send{
		text-align: center;
		background-color: #98452d;
		color: #fff;
		font-size: 22px;
		padding: 20px 25px;
		cursor: pointer;
		margin: 15px auto;
		width: auto;
		font-weight: normal;
		border: 0;
		font-family: 'Source Sans Pro', "Segoe UI";
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.5;
		cursor: pointer
	}
	
	.input::placeholder {
		color: #98452d;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #98452d;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #98452d;
	}
		
	.comment::placeholder {
		color: #98452d;
		opacity: 1; /* Firefox */
	}
	
	.comment:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #98452d;
	}
	
	.comment::-ms-input-placeholder { /* Microsoft Edge */
		color: #98452d;
	}
		
	
	
/*
		[FOOTER]
					 */
	/*contact*/
	ul.contact{
		float: left;
		width: 100%;
		margin: 130px 0;
	}
	
	ul.contact li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		text-align: center;
		border: 1px solid #fff;
		border-radius: 15px;
		padding: 0 25px;
		height: 350px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	
	ul.contact li h3{
		color: #e9e6e6;
		font-size: 32px;
		font-family: 'Source Sans Pro', "Segoe UI";
		line-height: 1;
		margin: 0 0 25px;
		font-weight: bold
	}
	
	ul.contact li p{
		font-family: 'Source Sans Pro', "Segoe UI";
		color: #fff;
		font-size: 18px;
		line-height: 1.3;
		font-weight: normal;
		margin: 5px 0 15px;
	}
	
	ul.contact li p a{
		color: #fff;
	}
	
	ul.contact li button{
		background: #fff;
		border-radius: 5px;
		color: #000;
		font-family: "Segoe UI", "Trebuchet MS";
		font-weight: 500;
		border: 0;
		font-size: 18px;
		padding: 10px 15px;
		margin: 20px 0 0
	}
	
	ul.contact li button a{
		color: #000;
	}
	
	
	ul.contact li span p{
		font-family: 'Source Sans Pro', "Segoe UI";
		font-weight: bold;
		width: 100%;
		margin: 10px 0 5px;
		float: left;
	}
	
	ul.contact li span a{
		margin: 0 10px;
	}
	
	ul.contact li span img{
		width: 55px;
	}
	
	ul.contact li.config-contact{
		padding: 0!important;
		float: left;
		border: 0;
		width: 25%;
		margin-right: 5%
	}	
	
	/*map*/
	.map{
		float: left;
		width: 100%;
		border: 0;
		height: 450px;
		position: relative;
		z-index: 1
	}
	
	.windows{
		width: 20%;
		background: rgba(134,71,58,0.8);
		float: left;
		height: 200px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		z-index: 88;
		top: -300px;
		position: relative;
		color: #fff;
		font-size: 22px;
		font-family: 'Source Sans Pro', "Segoe UI";
		line-height: 1;
		left: 20%;
		margin-bottom: -300px
	}
	
	
	/*menu-footer*/
	ul.menu-footer{
		float: left;
		width: 100%;
		list-style: none;
		margin: 110px 0 0;
	}
	
	ul.menu-footer li{
		float: left;
		width: 33.3%;
		margin: 0;
		text-align: left;
		font-size: 21px;
		color: #373435;
		font-family: 'Source Sans Pro', "Segoe UI";
		line-height: 1
	}
	
	
	ul.menu-footer li h3{
		font-weight: bold;
		margin-bottom: 60px;
		font-size: 22px
	}
	
	ul.menu-footer li a{
		color: #373435;
		margin-bottom: 19px;
		font-weight: 400;
		width: 100%;
		float: left;
	}
	
	ul.menu-footer li span{
		width: 30%;
		height: 10px;
		background: #cf996d;
		border-radius: 5px;
		float: left;
		margin: 60px 30% 60px 0
	}
	
	
	
	
	/*ans*/
	a.ans{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 14px;
		margin: 50px 0;
		font-weight: normal;
		line-height: 1;
		color: #fff;
		font-family: 'Source Sans Pro', "Segoe UI";
		background: #cf996d;
		border-radius: 10px;
		padding: 20px 0 35px
	}
	
	a.ans img{
		width: auto;
		position: relative;
		top: 10px;
		left: -5px
	}
	
		
		
	/*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}
}

