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





@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;
		background: #fff;
		padding: 0;
		height: auto;
		border-bottom: 2px solid #1fc0e1;
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 80px 0;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg");
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 100%;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat-x;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 22;
		background: #282828;
		padding: 0;
	}
	

	
/*
	[HEADER]
				 */		
	/*sticky*/
	.sticky {
		position: relative;
  		top: 0;
  		width: 100%;
		padding: 0;
		z-index: 999;
		border-bottom: 2px solid #1fc0e1;
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .logo{
		width: 100%;
		margin: 10px 0 0
	}
	
	.sticky .logo img{
		width: 120px;
	}
	
	
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 15px 0;
		float: left;
		position: relative;
		top: 0;
		z-index: 77
	}	 
	
	a.logo img{
		width: 250px;
	}	
	
	
	/*menu*/
	.nav ul {
		font-size: 22px!important;
		margin: 0!important;
		font-weight: normal!important;
		padding: 0!important;
		border-bottom: 0!important;
	}
	
	.touch .nav a {
		padding: 15px 25px;
		height: 60px!important;
	}
	
	
	/*media*/
	.media{
		float: right;
		width: 50%;
		margin: 15px 25% 15px;
		position: relative;
		top: 0;
		margin-bottom: 15px;
	}
	
	.media a{
		float: right;
		width: 29.3%;
		text-align: center;
		margin: 0 2%
	}
	
	.media a img{
		width: 25px;
	}
	
	
	/*section*/
	section{
		position: relative;
		top: 0;
		margin-bottom: 0;
	}
	
	.carousel{
		margin: 0!important
	}
	
	.desktop{
		width: 0!important;
	}
	
	.mobile{
		width: 100%!important;
	}
	
	
/*
		[ARTICLE]
						 */	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}	
	
	.about span{
		float: right;
		margin: 0;
		width: 100%;
	}
	
	.about span h2{
		font-size: 25px;
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		line-height: 1;
		margin: 0;
		font-weight: bold;
		padding: 15px 30px;
		color: #252525
	}
				
	.about span h1{
		font-size: 32px;
		font-family: "Cinzel", serif;
		line-height: 1;
		margin: 0 0 40px;
		font-weight: normal;
		color: #1fc0e1;
		border-bottom: 1px solid #e5e5e5;
		padding: 0 0 15px
	}
				
	.about span p{
		color: #252525;
		text-align: left;
		font-size: 17px;
		line-height: 1.5;
		font-weight: normal;
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		padding: 0 15px
	}
	
	.about span a{
		font-family: 'Source Sans Pro', "Segoe UI";
		width: 100%;
		margin: 50px 0 0;
		color: #424242;
		font-size: 25px;
		font-weight: normal;
		float: left;
		padding: 0 0;
		line-height: 1.0
	}

	.about span a figure{
		float: left;
		width: 100%;
		margin: 0;
		position: relative;
		top: -20px;
		left: 0
	}

	.about span a img{
		width: auto
	}

		
		
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 35px 0 0;
		text-align: center;
	}
	
	aside img{
		width: 300px;
	}
	
	
		
	/*services*/
	.services{
		float: left;
		width: 100%;
		margin: 80px 0 0;
	}
	
	.services h2{
		font-size: 30px;
		color: #ffffff;
		text-align: center;
		font-family: "Cinzel", serif;
		font-weight: normal;
		width: auto;
		margin: 0
	}
	
	.services h2 span{
		width: 40%;
		margin: 0 30%;
		background: #fff;
		height: 1px;
		float: left
	}
	
	.services h2 strong{
		font-size: 50px;
	}
	
	.services ul{
		width: 100%;
		float: left;
		text-align: center;
		list-style: none;
		margin: 50px 0;
	}
	
	.services ul li{
		width: 80%;
		float: left;
		text-align: center;
		margin: 1% 10%;
	}
	
	.services ul li:hover{
		transition: 1s;
		transform: scale(0.98);
		opacity: 0.8;
	}
	
	.services ul img{
		width: auto
	}
	
	
	
/*
		[FOOTER]
					 */
	/*contact*/
	.contact{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.contact span{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	.contact span a{
		float: left;
		width: 100%;
		margin: 0 0 50px;
		text-align: center;
		color: #2e2e2e
	}
	
	.contact span h3{
		font-size: 30px;
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		line-height: 1;
		margin: 0;
		font-weight: bold;
		padding: 15px 30px;
		color: #252525
	}
	
	.contact span h2{
		font-size: 37px;
		font-family: "Cinzel", serif;
		line-height: 1;
		margin: 0 0 50px;
		font-weight: normal;
		color: #1fc0e1;
		border-bottom: 1px solid #e5e5e5;
		padding: 0 30px 15px
	}
	
	.contact span figure{
		float: left;
		text-align: center;
		margin: 0 0 15px;
		width: 100%;
	}
	
	.contact span figure img{
		width: auto
	}
	
	.contact span h4{
		font-size: 25px;
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		line-height: 1;
		margin: 5px 0 0;
		font-weight: bold;
	}
	
	.contact span p{
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		font-size: 23px;
		line-height: 1;
		margin: 5px 0 0;
		font-weight: 400;
	}
		
	.contact span button{
		border: 0;
		float: left;
		background-color: transparent;
		text-align: center;
		width: 100%;
		cursor: pointer;
		margin: 25px 0 0;
		font-weight: bold;
		color: #1fc0e1;
		font-size: 16px;
		font-family: "Cinzel", serif;
	}
						
	
	.sidebar{
		float: right;
		width: 100%;
		margin: 35px 0 0;
		text-align: center
	}
		
	.sidebar img{
		width: 300px;
	}
		
	
	
	/**/
	a.logo-min{
		float: left;
		text-align: center;
		width: 100%;
		margin: 35px 0 10px;
	}
	
	a.ans{
		float: right;
		text-align: center;
		width: 100%;
		margin: 0;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.4;
		color: #fff;
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		padding: 20px 0 35px;
		letter-spacing: 1px;
	}
	
	a.ans img{
		width: auto;
		position: relative;
		top: 0px;
		left: -8px
	}
		
	a.ans:hover {
		color: #fff
	}
	
	
	
			
	/*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) {		

	
	
/*
		[ARTICLE]
						 */	
	.about span h2{
		font-size: 40px;
	}
				
	.about span h1{
		font-size: 60px;
	}
				
	.about span p{
		font-size: 19px;
	}
	
	.about span a{
		font-size: 22px;
	}
		
	/*aside*/
	aside{
		margin: 35px 0 0;
	}
	
	aside img{
		width: 450px;
	}
	
	
		
	/*services*/
	.services h2{
		font-size: 35px;
	}
		
	.services h2 strong{
		font-size: 55px;
	}
	
	.services ul li{
		width: 31.3%;
		margin: 1%;
	}
	
	
	/*contact*/
	.contact span a{
		width: 45%;
		margin: 0 2.5% 50px;
	}
	
	.contact span h3{
		font-size: 30px;
	}
	
	.contact span h2{
		font-size: 55px;
	}
	
	.contact span button{
		font-size: 20px;
	}
	
	.sidebar{
		margin: 30px 0 0;
	}
		
	.sidebar img{
		width: 450px;
	}
		
	
}







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

	
/*
	[HEADER]
				 */		
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0;
		z-index: 999;
		border-bottom: 2px solid #1fc0e1;
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .logo{
		width: 150px;
		margin: 10px 0 0
	}
	
	.sticky .logo img{
		width: 150px;
	}
	
	.sticky .media{
		width: 0;
		margin: 0;
		top: 0;
		margin-bottom: 0
	}
	
	.sticky .media a{
		width: 0;
		margin: 0
	}
	
	.sticky .media a img{
		width: 0;
	}
	
	.sticky .nav ul {
		font-size: 22px!important;
		margin: 20px 0 0!important;
	}
	
	
	/*logo*/
	a.logo{
		width: 270px;
		padding: 0;
		text-align: center;
		margin: 30px 0;
		float: left;
		position: relative;
		top: 0;
		z-index: 77
	}	 
	
	a.logo img{
		width: 270px;
	}	
	
	
	/*menu*/
	.nav ul {
		font-size: 22px!important;
		margin: 35px 0!important;
		font-weight: normal!important;
		padding: 0!important;
		border-bottom: 0!important;
	}
	
	.touch .nav a {
		padding: 15px 25px;
		height: 60px!important;
	}
	
	
	/*media*/
	.media{
		float: right;
		width: 15%;
		margin: 0;
		position: relative;
		top: -80px;
		margin-bottom: -80px
	}
	
	.media a{
		float: right;
		width: 29.3%;
		text-align: center;
		margin: 0 2%
	}
	
	.media a img{
		width: auto;
	}
	
	
	/*section*/
	section{
		position: relative;
		top: 0;
		margin-bottom: 0;
	}
	
	.carousel{
		margin: 200px 0 0!important
	}
	
	.desktop{
		width: 100%!important;
	}
	
	.mobile{
		width: 0!important;
	}
	
	
/*
		[ARTICLE]
						 */	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
	}	
	
	.about span{
		float: right;
		margin: 0;
		width: 55%;
	}
	
	.about span h2{
		font-size: 28px;
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		line-height: 1;
		margin: 0;
		font-weight: bold;
		padding: 15px 30px;
		color: #252525
	}
				
	.about span h1{
		font-size: 60px;
		font-family: "Cinzel", serif;
		line-height: 1;
		margin: 0 0 40px;
		font-weight: normal;
		color: #1fc0e1;
		border-bottom: 1px solid #e5e5e5;
		padding: 0 30px 15px
	}
				
	.about span p{
		color: #252525;
		text-align: left;
		font-size: 17px;
		line-height: 1.5;
		font-weight: normal;
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		padding: 0 30px
	}
	
	.about span a{
		font-family: 'Source Sans Pro', "Segoe UI";
		width: 50%;
		margin: 50px 0 0;
		color: #424242;
		font-size: 20px;
		font-weight: normal;
		float: left;
		padding: 0 25px;
		line-height: 1.0
	}

	.about span a figure{
		float: left;
		width: auto;
		margin: 0;
		position: relative;
		top: -20px;
		left: -20px
	}

	.about span a img{
		width: auto
	}
	
	.about span .link{
		float: left;
		width: 100%;
		margin: 0
	}

		
		
	/*aside*/
	aside{
		float: left;
		width: 45%;
		margin: 0;
		text-align: center;
	}
	
	aside img{
		width: auto;
	}
	
	
		
	/*services*/
	.services{
		float: left;
		width: 100%;
		margin: 125px 0 35px;
	}
	
	.services h2{
		font-size: 40px;
		color: #ffffff;
		text-align: center;
		font-family: "Cinzel", serif;
		font-weight: normal;
		width: auto;
		margin: 0
	}
	
	.services h2 span{
		width: 40%;
		margin: 0 30%;
		background: #fff;
		height: 1px;
		float: left
	}
	
	.services h2 strong{
		font-size: 70px;
	}
	
	.services ul{
		width: 100%;
		float: left;
		text-align: center;
		list-style: none;
		margin: 70px 0 35px
	}
	
	.services ul li{
		width: 18%;
		float: left;
		text-align: center;
		margin: 1%;
	}
	
	.services ul li:hover{
		transition: 1s;
		transform: scale(0.98);
		opacity: 0.8;
	}
	
	.services ul img{
		width: auto
	}
	
	
	
/*
		[FOOTER]
					 */
	/*contact*/
	.contact{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.contact span{
		float: left;
		width: 50%;
		margin: 0;
		text-align: left;
	}
	
	.contact span a{
		float: left;
		width: 100%;
		margin: 0 0 50px;
		text-align: left;
		color: #2e2e2e
	}
	
	.contact span h3{
		font-size: 28px;
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		line-height: 1;
		margin: 0;
		font-weight: bold;
		padding: 15px 30px;
		color: #252525
	}
	
	.contact span h2{
		font-size: 60px;
		font-family: "Cinzel", serif;
		line-height: 1;
		margin: 0 0 50px;
		font-weight: normal;
		color: #1fc0e1;
		border-bottom: 1px solid #e5e5e5;
		padding: 0 30px 15px
	}
	
	.contact span figure{
		float: left;
		text-align: center;
		margin: 0 25px 0;
		width: auto;
	}
	
	.contact span figure img{
		width: auto
	}
	
	.contact span h4{
		font-size: 25px;
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		line-height: 1;
		margin: 5px 0 0;
		font-weight: bold;
	}
	
	.contact span p{
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		font-size: 23px;
		line-height: 1;
		margin: 5px 0 0;
		font-weight: 400;
	}
		
	.contact span button{
		border: 0;
		float: right;
		background-color: transparent;
		text-align: center;
		width: auto;
		cursor: pointer;
		margin: 5px 0 0;
		font-weight: bold;
		color: #1fc0e1;
		font-size: 16px;
		font-family: "Cinzel", serif;
	}
						
	
	.sidebar{
		float: right;
		width: auto;
		margin: 0;
		text-align: center
	}
		
	.sidebar img{
		width: auto;
	}
		
	
	
	/**/
	a.logo-min{
		float: left;
		text-align: left;
		width: auto;
		margin: 40px 0;
	}
	
	a.ans{
		float: right;
		text-align: right;
		width: auto;
		margin: 0;
		font-size: 15px;
		font-weight: 300;
		line-height: 1.4;
		color: #fff;
		font-family: "Source Sans 3", "Segoe UI", "sans-serif";
		padding: 80px 0 0;
		letter-spacing: 1px;
	}
	
	a.ans img{
		width: auto;
		position: relative;
		top: 0px;
		left: -8px
	}
		
	a.ans:hover {
		color: #fff
	}
		
	/*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}
}

