/*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;
	transition: all 0.3s ease;
	}

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

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

/*effects */
	.inline-photo {
		opacity: 0;
		transform: translateY(9em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.2,1), opacity .7s .50s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}


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

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

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

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

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

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

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



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


	/*[BACKGROUND]*/	
	#color-exper{
		scroll-margin-top: -50px;
	}
	
	#servicos{
		scroll-margin-top: 100px;
	}

	#fale-conosco{
		scroll-margin-top: -50px;
	}

	.bg-header{
		background: #FFF;
		padding: 15px 0;
		z-index: 999;
		position: relative;
		float: left;
	}

	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		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: 880px;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		z-index: 77;
		display: flex;
		justify-content: center;
		align-items: center;
	}
				
	
	/*logo*/
	a.logo{
		width: 180px;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 180px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: 60px 0 0!important;
		font-weight: 500;
		padding: 0!important;
	}	
	

	/*nav-number*/
	.nav-number{
		margin: 50px 0 0;
		width: 190px;
		float: right;
		background: #000001;
		padding: 18px 0;
		border-radius: 50px
	}	

	.nav-number a{
		color: #fff;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.1;
		font-weight: bold
	}	

	.nav-number a figure{
		position: relative;
		float: left;
		width: 23%;
		text-align: right;
		margin: 5px 0 0
	}

	.nav-number a figure img{
		width: auto
	}	

	.nav-number a p{
		float: right;
		width: 67%;
	}	
	
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 5px 0!important;
		height: 90px;
		background: #fff!important;
		border-bottom: 2px solid rgba(236,236,236,1.00)
	}

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

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

	.sticky .nav ul {
		margin: 12px 0 0!important
	}

	.sticky .nav-number {
		margin: 5px 0 0
	}
	


	/*nav-botton*/
	.nav-botton {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin: 35px 0 0;
		width: 120px;
		float: right;
		position: relative;
		z-index: 88
	}

	.nav-botton a {
		width: 50%;
		box-sizing: border-box;
	}
	
	
	/*banner*/
	#layerslider{
		height: 800px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: -15px 0 0;
	}
	
	#layerslider img{
		height: auto!important;
		width: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: auto!important;
		border-radius: 0!important
	}
		
	#layerslider img.responsive{
		width: 0!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 0!important;
	}
	
/**/
	#layerslider .ls-slide span{
		margin: 170px 10% 0!important;
		width: 80%;
		float: left;
		text-align: center;
		color: #fff;
	}	
				
	#layerslider .ls-slide h2{
		font-size: 80px;
		line-height: 1;
		margin: 0 0 50px!important;
		font-family: "Bira", "Segoe UI";
		font-weight: normal;
	}	
				
	#layerslider .ls-slide p{
		font-size: 35px;
		color: #fff;
		line-height: 1.2;
		margin: 0 0 50px!important;
		font-family: "Athelas-Regular", sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 2px
	}	

	#layerslider .ls-slide a{
		color: #000;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		background: #fff;
		padding: 15px 30px;
		border-radius: 50px;
	}	
					
	
	/* [article] */	

	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 0 0 30px;
		position: relative;
		z-index: 1
	}
	
	.about span{
		float: right;
		width: 50%;
		margin: 100px 0 0;
		background: url("img/bg-text.jpg") center right;
		border-radius: 0 90px 90px 0;
		padding: 80px 80px 0 0;
		
}
	
	.about h1{
		font-size: 0;
		margin-bottom: 50px
	}
	
	.about h1 img{
		width: 60%
	}
	
	.about span p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		color: #191919;
		text-align: left;
		line-height: 1.4;
		font-weight: normal;
		margin-bottom: 45px
	}
		
	.about span p strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}

	.about span a{
		color: #ffffff;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		background: #000000;
		padding: 15px 30px;
		border-radius: 50px;
	}
	
	/*aside*/
	.bg-red3{
		background: url("img/bg-aside.jpg") center center no-repeat;
		width: 40vw;
		height: 100%;
		border-radius: 0 90px 90px 0;
		position: absolute;
		left: 0;
		top: -30px;
		z-index: 0;
	}

	.about aside {
		float: left;
		width: 30%;
		position: relative;
		min-height: 500px;
	}
	
	.about aside h3 {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 37px;
		color: #fff;
		text-align: left;
		line-height: 1.1;
	}

	/*instagram*/
	.instagram{
		float: left;
		width: 90%;
		margin: 50px 5% 0;
		text-align: center;
		background: url("img/bg-instagram.jpg") center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		max-width: 100%;
		border-radius: 50px;
		padding: 100px 0;
	}
	
	
	.instagram img{
		width: 100px
	}
	
	.instagram p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 30px;
		color: #fff;
		line-height: 1.4;
		font-weight: normal;
		width: 100%;
		float: left;
		margin: 20px 0 35px
	}
		
	.instagram p strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}

	.instagram a{
		color: #ffffff;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		background: #fd4739;
		padding: 12px 25px;
		border-radius: 50px;
	}
	


	/*profile*/
	.profile-slider {
		position: relative;
		width: 90%;
		overflow: hidden;
		margin: 100px 5% 0;
		text-align: center
	}

	ul.profile {
		display: flex;
		transition: transform 0.5s ease-in-out;
		padding: 0;
		margin: 0 0 120px;
		list-style: none;
	}

	ul.profile li {
		min-width: 100%;
		padding: 0 50px;
	}

	/* Setas de navegação */
	button.prev, button.next {
		position: absolute;
		top: 50%;
		background-color: rgba(0, 0, 0, 0);
		color: #343434;
		border: none;
		padding: 15px 10px;
		font-size: 50px;
		cursor: pointer;
		z-index: 10;
		transform: translateY(-50%);
		margin-top: -50px
	}

	button.prev {
		left: 0;
	}
	
	button.next {
		right: 0;
	}

	.profile-slider button:hover{
		opacity: 0.7;
		transition: 0.5
	}
	
	/* Estilo */
	ul.profile li a {
		width: 23%;
		margin: 0 1%;
		float: left;
		text-align: center;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	ul.profile li a:hover {
		opacity: 0.8!important;
	}
	
	ul.profile li a img {
		width: auto;
		border-radius: 50px
	}	

	
	/*services*/	
	.bg-red2 {
		width: 40vw;
		height: 75vh;
		background: #fd4739;
		border-radius: 90px 0 0 90px;
		position: absolute;
		right: 0;
		top: 40vh;
		z-index: 0;
	}

	.services{
		float: left;
		width: 100%;
		margin: 0 0 210px;
		position: relative;
		z-index: 22
	}

	.services span{
		float: left;
		width: 40%;
		margin: 0
	}

	.services span h2{
		color: #303030;
		font-family: "Bira", "Segoe UI";
		font-size: 50px;
		font-weight: normal;
		line-height: 1;
		margin-bottom: 30px
	}

	.services span p{
		color: #262424;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		font-weight: normal;
		line-height: 1.2;
		margin-bottom: 20px
	}

	.services span p strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-weight: bold
	}


	.services figure{
		float: right;
		width: 60%;
		margin: 0
	}

	.services figure img{
		width: auto;
	}

	.services span a{
		color: #ffffff;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		background: #000000;
		padding: 15px 30px;
		border-radius: 50px;
	}

	
	/*column*/	
	ul.column{
		float: left;
		width: 100%;
		list-style: none;
		position: relative;
		z-index: 33;
		margin: -325px 0 0
	}

	ul.column li{
		float: left;
		width: 24%;
		margin: 0 0.5%;
		background: #000000;
		height: 250px;
		z-index: 77;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 50px;
		color: #fff;
		padding: 0 5px;
		transition: all 0.3s ease;
	}

	ul.column li:hover{
		opacity: 0.9;
		transition: 1s;
		transform: scale(0.97)
	}

	ul.column li img{
		margin-bottom: 15px
	}

	ul.column li p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 21px;
		line-height: 1.2
	}

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

	.red{
		background: #fd4739!important
	}


	/*form*/	
	.bg-red{
		float: left;
		width: 50%;
		margin: -85px 0 0;
		background: #fd4739;
		border-radius: 0 130px 130px 0;
		height: 965px;
		position: absolute;
		left: 0;
		z-index: 1
	}

	form{
		width: 45%;
		position: relative;
		z-index: 22;
		float: left
	}

	form h3{
		color: #ffffff;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 27px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 30px;
		padding-left: 30px
	}	

		
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 21px;
		color: #303030;
		padding: 13px 10px;
		background-color: #fff;
		text-align: left;
		border: 0 solid #dcdcdc;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		padding-left: 30px;
		border-radius: 50px;
		font-weight: bold
	}
	
	.calculator{
		width: 40%;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		margin: 10px 30%!important;
		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: 5px auto 0;
		width: 170px;
		height: 65px;
		border: 0;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: url("img/send.png") left center  no-repeat #202020;
		text-align: center;
		padding: 0px 10px 0 28px;
		font-size: 22px;
		line-height: 1;
		border-radius: 50px;
		font-weight: bold;
	}	
 
	label{
		font-size: 18px;
		margin: 12px 0 5px;
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		color: #fff;
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: left;
	}
	
	label#calculo{
		text-align: center;
		font-size: 16px
	}
	
	.input-re p{
		width: 100%!important;
	}

	select.input {
		background-color: transparent;
		color: white;
		border: 1px solid white;
		font-size: 20px;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='40' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 35px 35px;
		cursor: pointer
	}

	select.input option {
		background-color: #000;
		color: white;
	}

	.input::placeholder {
		color: #303030;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #303030;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #303030;
	}
	

	
	/*footer*/
	.footer{
		float: right;
		width: 47%;
		margin: 0;
		color: #fff;
		text-align: left
	}
	
	.footer h2{
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 43px;
		line-height: 1;
		font-weight: bold;
		margin-bottom: 45px;
	}
	
	.footer ul {
		margin: 35px 0;
		list-style: none;
		width: 100%;
		float: left;
	}

	.footer ul li {
		width: 48%;
		float: left; 
		margin: 0 2% 30px 0;
		font-size: 23px;
	}

	.footer ul li img {
		width: auto;
	}

	.footer ul li p {
		margin: 0 0 70px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		line-height: 1.5;
		font-weight: normal;
		height: 60px
	}
	
	.footer ul li p a{
		color: #fff;
	}
	
	.footer ul li p strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		font-weight: bold
	}

	.redes h3{
		font-family: "Montserrat", "Segoe UI", "Trebuchet MS";
		font-size: 32px;
		line-height: 1;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.redes a{
		margin: 0 5px 0 0
	}
	

	/*sub-footer*/
	.sub-footer{
		float: left;
		width: 100%;
		margin: 40px 0;
	}

	.sub-footer img{
		float: left;
		width: 110px
	}
	
	footer h4{
		text-align: right;
		font-size: 14px;
		line-height: 1.2;
		text-transform: uppercase;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: 300;
		margin: 35px 0 0;
	}

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

	footer h4 a{
		color: #202020;
	}
	
	/*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;
	}




@media (max-width: 850px) {
  
	#color-exper{
		scroll-margin-top: 0;
	}
	
	#servicos{
		scroll-margin-top: 100px;
	}
	#fale-conosco{
		scroll-margin-top: -250px;
	}
	
	/*Elements*/
	.container{
		width: 90%;
	}
	
	.left{
		left: 0;
	}
	
	.right{
		left: 0;
	}	
	
	/*[BACKGROUND]*/	
	.bg-parallax {
		height: 880px;
	}

	
	/*logo*/
	a.logo{
		width: 25%;
		float: left;
	}	 
	
	a.logo img{ 
		width: 150px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: 0!important;
		position: absolute;
		top: 170px
	}	
	
	.nav .navtoogle{
		width: 50%!important;
		float: left!important;
		text-align: center!important;
		position: relative!important;
		top: 50px!important
	}
	

	/*nav-number*/
	.nav-number{
		margin: 40px 0 0;
		width: 25%;
		float: right;
		padding: 18px 0;
	}	
	
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 5px 0!important;
		height: 90px;
		background: #fff!important;
		border-bottom: 2px solid rgba(236,236,236,1.00)
	}

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

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

	.sticky .nav ul {
		margin: 0!important;
		top: 90px
	}
	
	.sticky .nav .navtoogle{
		width: 50%!important;
		top: 25px!important
	}

	.sticky .nav-number {
		margin: 5px 0 0
	}
	


	/*nav-botton*/
	.nav-botton {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin: 35px 0 0;
		width: 120px;
		float: right;
		position: relative;
		z-index: 88
	}

	.nav-botton a {
		width: 50%;
		box-sizing: border-box;
	}
	
	
	/*banner*/
	#layerslider{
		height: 550px!important;
	}
	
	#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 .ls-slide span{
		margin: 130px 0 0!important;
		width: 100%;
	}	
				
	#layerslider .ls-slide h2{
		font-size: 50px;
	}	
				
	#layerslider .ls-slide p{
		font-size: 30px;
	}	

					
	
	/* [article] */	

	/*about*/
	.about span{
		margin: 30px 0 25px;
		background: #fff;
	}
	
	.about h1 img{
		width: 70%
	}
		
	/*aside*/
	.about aside h3 {
		font-size: 25px;
	}

	
	/* Estilo */
	ul.profile li a {
		width: 23%;
		margin: 0 1%;
		float: left;
		text-align: center;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	ul.profile li a:hover {
		opacity: 0.8!important;
	}
	
	ul.profile li a img {
		width: auto;
		border-radius: 50px
	}	

	
	/*services*/	
	.bg-red2 {
		width: 35vw;
		height: 50vh;
		top: 20vh;
	}

	.services{
		float: left;
		width: 100%;
		margin: 0 0 210px;
		position: relative;
		z-index: 22
	}

	.services span{
		float: left;
		width: 40%;
		margin: 0
	}

	.services span h2{
		font-size: 45px;
		margin-bottom: 20px
	}

	.services span p{
		font-size: 15px;
		margin-bottom: 20px
	}
	
	.services figure{
		margin-top: 100px
	}
	
	/*column*/	
	ul.column li{
		width: 24%;
		margin: 0 0.5%;
		height: 250px;
	}

	ul.column li p{
		font-size: 20px;
	}
	

	/*form*/
	form{
		width: 42%;
	}

	form h3{
		font-size: 22px;
		margin-bottom: 30px;
		padding-left: 30px
	}	
		
	.input{
		font-size: 18px;
	}
	
	.calculator{
		width: 40%!important;
		margin: 10px 30%!important;
	}
	
	
	/*footer*/
	.footer{
		width: 40%;
		margin: 0;
		text-align: left
	}
	
	.footer h2{
		font-size: 35px;
		margin-bottom: 40px;
	}
	
	.footer ul {
		margin: 15px 0;
	}

	.footer ul li {
		width: 100%;
		margin: 0 0 15px;
		font-size: 21px;
	}
	
	.footer ul li p {
		margin: 0 0 30px;
	}

	.redes h3{
		font-size: 25px;
	}
	
	

	/*sub-footer*/
	.sub-footer{
		margin: 20px 0;
	}

	.sub-footer img{
		width: 90px
	}
	
	footer h4{
		font-size: 12px;
		margin: 35px 0 0;
	}	
	
	
}








@media (max-width: 550px) {
	

	.bg-parallax {
		height: auto;
	}
	
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		margin: 0;
	}	 
	
	a.logo img{ 
		width: 150px;
	}
	
	
	/*menu*/
	.nav ul {
		margin: 60px 0 0!important;
		top: 165px
	}	
	
	.nav .navtoogle{
		width: 60%!important;
		top: 20px!important;
		text-align: center!important
	}

	/*nav-number*/
	.nav-number{
		margin: 15px 20% 0 0;
		width: 20%;
		padding: 10px 0;
		text-align: 0
	}	

	.nav-number a{
		font-size: 0;
	}	

	.nav-number a figure{
		width: 100%;
		text-align: center;
		margin: 0
	}

	.nav-number a figure img{
		width: auto
	}	
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 5px 0!important;
		height: 90px;
		background: #fff!important;
		border-bottom: 2px solid rgba(236,236,236,1.00)
	}

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

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

	.sticky .nav ul {
		margin: 12px 0 0!important
	}

	.sticky .nav-number {
		margin: 23px 0 0
	}
	
	.sticky .nav .navtoogle{
		width: 45%!important;
		top: 25px!important
	}
	


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

	#layerslider .ls-slide span{
		margin: 170px 0% 0!important;
	}	
				
	#layerslider .ls-slide h2{
		font-size: 40px;
	}	
				
	#layerslider .ls-slide p{
		font-size: 25px;
	}	

					
	
	/*about*/
	.about span{
		margin: 90px 0 0;
		background: #FFF;
		border-radius: 0;
		padding: 0;
		width: 100%
}
	
	.about h1{
		text-align: center
	}
	
	.about h1 img{
		width: 80%
	}
	
	.about span p{
		font-size: 18px;
		color: #191919;
		margin-bottom: 45px
	}
		
	/*aside*/
	.bg-red3{
		background: none;
		width: 0;
		height: 0;
		border-radius: 0;
		left: 0;
		bottom: 0;
	}

	.about aside {
		width: 100%;
		min-height: 400px;
		background: url("img/bg-aside.jpg") center center no-repeat;
		border-radius: 50px;
		margin: 70px 0 0
	}
	
	.about aside h3 {
		position: relative;
		margin: 150px 0 0 ;
		font-size: 30px;
		text-align: center;
	}

	/*instagram*/
	.instagram img{
		width: 80px
	}
	
	.instagram p{
		font-size: 20px;
	}
		
	
	/*profile*/
	.profile-slider {
		width: 95%;
		margin: 100px 2.5% 0;
	}

	ul.profile {
		margin: 0 0 50px;
	}

	button.prev, button.next {
		top: 48%;
		font-size: 50px;
	}

	
	ul.profile li a {
		width: 48%;
		margin: 0 1% 10px;
	}
	
	/*services*/	
	.bg-red2 {
		width: 30vw;
		height: 35vh;
		top: 20vh;
	}

	.services{
		float: left;
		width: 100%;
		margin: 0 0 210px;
		position: relative;
		z-index: 22
	}

	.services span{
		width: 100%;
		margin: 0 0 20px
	}

	.services span h2{
		font-size: 45px;
		margin-bottom: 20px
	}

	.services figure{
		width: 100%;
	}

	.services figure img{
		width: auto;
	}

	
	/*column*/	
	ul.column{
		margin: -150px 0 50px
	}

	ul.column li{
		width: 48%;
		margin: 0 1% 15px;
		height: 220px;
	}

	ul.column li img{
		margin-bottom: 10px
	}

	ul.column li p{
		font-size: 18px;
	}


	/*form*/	
	.bg-red{
		width: 0;
		margin: 0;
		height: 0;
	}

	form{
		width: 100%;
		background: #fd4739;
		border-radius: 25px;
		padding: 25px;
		margin: 25px 0 
	}

	form h3{
		font-size: 20px;
		margin-bottom: 15px;
		padding-left: 0;
		text-align: center
	}	
		
	.input{
		font-size: 16px;
	}
	
	select.input {
		font-size: 16px;
	}
	
	
	/*footer*/
	.footer{
		text-align: center;
		width: 100%
	}
	
	.footer h2{
		font-size: 40px;
		margin-bottom: 30px;
	}
	
	.footer ul li {
		width: 98%;
		margin: 0 1% 0;
		font-size: 21px;
	}

	.footer ul li img {
		width: auto;
	}

	.footer ul li p {
		margin: 0 0 30px;
	}
	
	.redes h3{
		font-size: 25px;
	}

	/*sub-footer*/
	.sub-footer{
		margin: 25px 0;
	}

	.sub-footer img{
		width: 80px;
		padding-right: 20px
	}
	
	footer h4{
		text-align: right;
		font-size: 12px;
		margin: 10px 0 0;
	}
	
}



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

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

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