/*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: "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif"
}
	
.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%);
	}



@font-face {
	font-family: 'akrobat-thin';
	src: url("css/Akrobat-Thin.otf");
	font-weight: 100;
}

@font-face {
	font-family: 'akrobat-extralight';
	src: url("css/Akrobat-ExtraLight.otf");
	font-weight: 200;
}

@font-face {
	font-family: 'akrobat-light';
	src: url("css/Akrobat-Light.otf");
	font-weight: 300;
}

@font-face {
	font-family: 'akrobat-regular';
	src: url("css/Akrobat-Regular.otf");
	font-weight: 400;
}

@font-face {
	font-family: 'akrobat-semibold';
	src: url("css/Akrobat-SemiBold.otf");
	font-weight: 500;
}

@font-face {
	font-family: 'akrobat-bold';
	src: url("css/Akrobat-Bold.otf");
	font-weight: 600;
}

@font-face {
	font-family: 'akrobat-extrabold';
	src: url("css/Akrobat-ExtraBold.otf");
	font-weight: 700;
}

@font-face {
	font-family: 'akrobat-black';
	src: url("css/Akrobat-Black.otf");
	font-weight: 800;
}




	

@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-blue{
		z-index: 88;
		position: relative;
		top: 0;
		background: #12465b;
	}
	
	.bg-white{
		position: relative;
		z-index: 99;
		background: #fff;
		padding: 0;
	}
	
	.bg-form{
		position: relative;
		z-index: 55;
		background: url("img/bg-form-resp.jpg") top right no-repeat;
		padding: 0;
	}
	
	.bg-column{
		position: relative;
		z-index: 55;
		background: url("img/bg-column-resp.jpg") top right #fff no-repeat;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		background-color: #202020;
		z-index: 77;
		padding: 0;
		height: auto;
	}
				

	
/*
	[HEADER]
				 */
	.header{
		float: left;
		width: 100%;
		margin: 15px 0;
	}
	
	.header a{
		float: right;
		width: 50%;
		margin: 0 0;
		text-align: left;
		font-family: 'akrobat-light', "Segoe UI";
		color: #f2fbff;
		font-size: 12px;
		line-height: 1.0
	}
	
	.header img{
		float: left;
		width: 25px;
		text-align: center;
		margin: 2px 5px 0 0
	}	
	
	
	
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 25px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 230px;
	}
	
	
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: 0 0 10px!important;
		font-weight: normal!important;
		padding: 0!important;
	}	
	
	.nav ul li em {
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		color: #f2fbff;
		font-style: normal;
		font-size: 0;
		font-weight: lighter;
		font-family: 'akrobat-light', "Segoe UI!"!important;
	}	
	
	

/*
		[ANIMATION]
						 */
	/*vertical*/
	.vertical{
		font-size: 0;
	}	
	
	
	/*layerslider*/
	#layerslider{
		height: 400px!important;
		top: 0;
		width: 100%;
		margin: 0;
		margin-bottom: 0;
		background: #f7f7f7!important;
		border-radius: 0!important;
		position: relative!important;
		z-index: 22!important
	}
	
	#layerslider .image-banner{
		float: left!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		height: 400px!important;
		width: 100%
	}
	
	#layerslider .image-banner img{
		height: 400px!important;
		border-radius: 0!important
	}
	
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: right!important;
		margin: 100px 0 0!important;
		right: 0!important;
		position: relative;
	}
	
	
	#layerslider .ls-slide h3{
		font-size: 35px;
		color: #fff;
		line-height: 1;
		text-align: center;
		letter-spacing: 0;
		margin: 0 0;
		width: 100%;
		float: left;
		font-family: 'akrobat-black', "Segoe UI";
	}	
				
	#layerslider .ls-slide p{
		font-size: 18px;
		color: #fff;
		font-weight: normal;
		line-height: 1.1;
		text-align: center;
		letter-spacing: 0;
		margin: 40px 0 60px;
		width: auto;
		float: left;
		font-family: 'akrobat-regular', "Segoe UI";
	}	
				
	#layerslider .ls-slide a{
		margin: 0!important;
		width: 90%;
		float: left;
		font-size: 20px;
		color: #fff;
		padding: 0;
		font-weight: normal;
		text-align: center;
		line-height: 1;
		font-family: 'akrobat-black', "Segoe UI";
		left: 15px;
		position: relative
	}
	
	#layerslider .ls-slide a strong{
		color: #41afdc;
		font-family: 'akrobat-extrabold', "Segoe UI";
		letter-spacing: -2px;
		left: -15px;
		top: -2px;
		position: relative
	}
	
	
	
	/*row*/
	ul.row{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
		position: relative;
		height: auto;
		background: #12465b;
		top: 0;
		z-index: 88;
		margin-bottom: 0
	}
	
	ul.row li{
		float: left;
		width: 90%;
		margin: 0 5% 20px;
		text-align: center;
	}
	
	ul.row li:hover{
		opacity: 0.5;
		transition: 1s;
		transform: scale(1.03);
	}
	
	ul.row li span{
		float: left;
		width: 100%;
		text-align: center;
		margin: 30px 0 0
	}
	
	ul.row li span img{
		width: 100px
	}
	
	ul.row li h3{
		float: none;
		color: #fff;
		font-family: 'akrobat-light', "Segoe UI";
		text-align: center;
		font-size: 25px;
		line-height: 0.8;
		font-weight: 300;
		margin: 20px 0 0;
	}
	
	ul.row li h3 strong{
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.row li a{
		float: right;
		width: 20%;
		text-align: center;
		margin: 20px 40% 0
	}
	

	
	
	
/*
		[ARTICLE]
						 */	
	/*about*/	
	.about{
		float: left;
		width: 100%;
		margin: 80px 0;
		text-align: center;
	}	
	
	.about span{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.about h1{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 45px;
		color: #393738;
		line-height: 1;
		margin: 0;
		font-weight: normal;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
				
	.about h2{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 22px;
		color: #12465b;
		line-height: 1;
		margin: 10px 0 0;
		font-family: 'akrobat-light', "Segoe UI";
		letter-spacing: 0
	}
	
	.about h2 span{
		float: left;
		width: 10%;
		margin: 15px 45% 0;
		background: #393738;
		height: 5px;
		border-radius: 50px;
		
	}
								
	.about p{
		color: #393738;
		text-align: left;
		font-size: 20px;
		width: 100%;
		float: left;
		line-height: 1.3;
		margin: 25px 0;
		font-weight: normal;
		padding: 20px 0;
		font-family: 'akrobat-semibold', "Segoe UI";
	}
	
	
	.about a{
		color: #393738;
		padding: 0;
		width: auto;
		float: right;
		text-align: center;
		font-size: 60px;
		margin: 0;
		font-family: 'akrobat-light', "Segoe UI";
		line-height: 0;
	}
	
	.about a:hover{
		transition: 1s;
		transform: scale(1.02);
		opacity: 0.7
	}
	
	
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
	}
	
	aside img{
		width: 300px;
	}
	
	
	
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		margin: 0 0 110px;
		text-align: center;
		list-style: none;
	}

	ul.column h2{
		color: #41afdc;
		font-size: 40px;
		text-align: center;
		margin: 70px 0 0;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}

	ul.column p{
		color: #fff;
		font-size: 25px;
		text-align: center;
		margin: -5px 0 0;
		font-family: 'akrobat-regular', "Segoe UI";
	}

	ul.column p span{
		float: left;
		width: 10%;
		margin: 20px 45% 110px;
		background: #41afdc;
		height: 10px;
		border-radius: 50px;
	}

	.column li{
		float: left;
		width: 80%;
		margin: 0 10% 70px;
		text-align: center;
		font-family: 'akrobat-light', "Segoe UI";
		color: #505050;
		font-size: 25px;
		line-height: 1.1;
	}
	
	.column li:hover{
		transition: 1s;
		transform: scale(1.1)
	}
	
	.column li img{
		position: relative;
		top: -30px
	}
	
	.column li strong{
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.column a{
		width: 50%;
		margin: 0 25% 0;
		text-align: center;
		font-family: 'akrobat-black', "Segoe UI";
		color: #12465b;
		font-size: 25px;
		line-height: 1.1;
		border-bottom: 7px solid #12465b;
		padding: 10px;
		float: left
	}
	
	
/*
		[FOOTER]
					 */	
	/*form*/
	form{
		float: left;
		width: 100%;
		margin: 50px 0;
	}
				
	form span{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 30px
	}
				
	form h3{
		font-size: 50px;
		font-weight: bold;
		margin: 10px 0 0;
		width: 100%;
		float: left;
		font-family: 'akrobat-extrabold', "Segoe UI";
		color: #3ca0ca;
		text-align: center;
	}
				
	form p{
		font-size: 18px;
		font-weight: normal;
		line-height: 1.2;
		margin: 10px 0 0;
		width: 100%;
		float: left;
		text-align: center;
		color: #fff;
		font-family: 'akrobat-light', "Segoe UI";
	}
				
	.input{
		float: left;
		width: 95%;
		margin: 5px 2.5%;
		font-size: 19px;
		color: #fff;
		padding: 10px 16px;
		font-weight: 500;
		background-color: transparent;
		text-align: left;
		border: 2px solid #fff;
		border-radius: 50px;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	.comment{
		width: 95%;
		margin-bottom: 0;
		font-family: 'akrobat-extrabold', "Segoe UI";
		color: #fff;
	}
	
	.calculator{
		width: 20%!important;
		margin: 10px 40%;
		float: left!important;
	}
	
	label{
		font-size: 18px;
		margin-top: 30px;
		font-family: 'akrobat-extrabold', "Segoe UI";
		width: 100%!important;
		color: #fff;
		float: left!important
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}
	
	.send{
		text-align: center;
		background-color: #3ca0ca;
		border: 0;
		color: #fff;
		font-size: 20px;
		padding: 12px 25px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-family: 'akrobat-extrabold', "Segoe UI";
		border-radius: 50px
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.5;
		cursor: pointer
	}
	
	.input::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
		
	.comment::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.comment:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.comment::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
	
	
	
	/*contact*/
	ul.contact{
		float: right;
		width: 100%;
		margin: 0;
		list-style: none;
	}
	
	ul.contact li{
		float: left;
		width: 80%;
		margin: 15px 10% 70px;
		text-align: center;
		height: auto;
	}
	
	ul.contact img{
		width: auto;
		float: none;
	}
	
	ul.contact h3{
		width: 100%;
		float: left;
		color: #12465b;
		text-align: center;
		font-size: 35px;
		padding: 10px 0;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.contact h4{
		width: 100%;
		float: left;
		color: #12465b;
		text-align: center;
		font-size: 30px;
		padding: 0 0 5px;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.contact a{
		width: 100%;
		float: left;
		color: #393738;
		text-align: center;
		font-size: 21px;
		padding: 0;
		font-family: 'akrobat-regular', "Segoe UI";
		line-height: 1.4;
	}
	
	ul.contact a img{
		float: none;
		top: 5px;
		left: 10px;
		position: relative
	}
	
	ul.contact span{
		float: left;
		width: 20%;
		margin: 25px 40% 0;
		background: #d8d8d8;
		height: 6px;
	}
	
	
	.media{
		float: right;
		width: 80%;
		margin: 50px 10% 0;
		text-align: center;
	}
	
	.media a{
		width: 30%!important;
		text-align: center;
		float: left;
		margin: 0 10%!important;
	}
	
	
	/*ans*/
	.ans{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 14px;
		margin: 25px 0 0;
		letter-spacing: 0;  
		font-weight: normal;
		line-height: 1.6;
		text-transform: uppercase;
		padding: 0;
		font-family: 'akrobat-regular', "Segoe UI";	
	}
	
	.ans a{
		color: #fff;
	}
	
	.ans a img{
		position: relative;
		top: 0;
		left:0;
		width: 0;
		padding-right: 0
	}
	
	
	/*menu-min*/
	.menu-min{
		float: right;
		width: 100%;
		margin: 15px 0 25px;
		font-family: 'akrobat-light', "Segoe UI";
		color: #fff;
		font-size: 15px;
		letter-spacing: 1px;
		text-align: center;
	}
	
	.menu-min a{
		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) {	
	
/*
		[ANIMATION]
						 */	
	
	#layerslider .ls-slide h3{
		font-size: 55px;
	}	
				
	#layerslider .ls-slide p{
		font-size: 24px;
		margin: 40px 0 60px;
		width: 100%;
	}	
				
	#layerslider .ls-slide a{
		margin: 0!important;
		width: 100%;
		font-size: 30px;
		left: 0;
		position: relative
	}
	
	#layerslider .ls-slide a strong{
		left: -20px;
	}
	
	
	
	/*row*/
	ul.row li{
		width: 48%;
		margin: 0 1% 20px;
	}
	

	
	ul.row li span img{
		width: 130px
	}
	
	ul.row li h3{
		font-size: 30px;
		line-height: 1;
		margin: 35px 0 0;
	}
	
	
	
/*
		[ARTICLE]
						 */	
	/*about*/	
	.about h1{
		font-size: 60px;
	}
				
	.about h2{
		font-size: 30px;
	}
	
								
	.about p{
		font-size: 25px;
	}
	
		
	aside img{
		width: 350px;
	}
	
	
	
	
	/*column*/
	ul.column{
		width: 100%;
		margin: 0 0 110px;
	}

	ul.column h2{
		font-size: 55px;
		margin: 50px 0 0;
	}

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


	.column li{
		float: left;
		width: 29.3%;
		margin: 0 2% 70px;
		font-size: 22px;
	}
	
	ul.column a{
		width: 40%;
		margin: 0 30% 0;
	}
	
	
/*
		[FOOTER]
					 */		
	
	
	.media{
		width: 50%;
		margin: 50px 25% 0;
	}
	
	.media a{
		width: 50%!important;
		text-align: center;
		margin: 0!important;
	}
	
	
	/*ans*/
	.ans{
		font-size: 16px;
	}	
	
	/*menu-min*/
	.menu-min{
		font-size: 16px;
	}
	
}






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

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


/*
		[BACKGROUND]
						 */
	.bg-blue{
		z-index: 88;
		position: relative;
		top: 0;
		background: #12465b;
	}
	
	.bg-white{
		position: relative;
		z-index: 99;
		background: #fff;
		padding: 0;
	}
	
	.bg-form{
		position: relative;
		z-index: 55;
		background: url("img/bg-form.jpg") top right no-repeat;
		padding: 0;
	}
	
	.bg-column{
		position: relative;
		z-index: 55;
		background: url("img/bg-column.jpg") top right #fff no-repeat;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		background-color: #202020;
		z-index: 77;
		padding: 0;
		height: auto;
	}
				

	
/*
	[HEADER]
				 */
	.header{
		float: right;
		width: 60%;
		margin: 15px 0;
	}
	
	.header a{
		float: right;
		width: 48%;
		margin: 0 1%;
		text-align: left;
		font-family: 'akrobat-light', "Segoe UI";
		color: #f2fbff;
		font-size: 18px;
		line-height: 1.0
	}
	
	.header img{
		float: left;
		width: auto;
		text-align: center;
		margin: 0 15px 0 0
	}	
	
	
	
	
	/*logo*/
	a.logo{
		width: 300px;
		padding: 0;
		text-align: center;
		margin: 70px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: auto;
	}
	
	
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: 0 0 0!important;
		font-weight: normal!important;
		padding: 0!important;
	}	
	
	.nav ul li em {
		float: right!important;
		position: relative;
		top: -47px;
		left: 4px;
		color: #f2fbff;
		font-style: normal;
		font-size: 18px;
		font-weight: lighter;
		font-family: 'akrobat-light', "Segoe UI!"!important;
	}	
	
	

/*
		[ANIMATION]
						 */
	/*vertical*/
	.vertical{
		color: #ffffff;
		float: right;
		position: relative;
		margin: 290px 0 0;
		z-index: 77;
		font-family: 'akrobat-light', "Segoe UI";
		line-height: 1;
		font-size: 18px;
		transform: rotate(90deg);
		letter-spacing: 2px;
		font-weight: 200;
		left: 80px;
	}
	
	.vertical a{
		color: #ffffff;
	}
	
	
	
	/*layerslider*/
	#layerslider{
		height: 900px!important;
		top: 0;
		width: 100%;
		margin: 0;
		margin-bottom: 0;
		background: #f7f7f7!important;
		border-radius: 0!important;
		position: relative!important;
		z-index: 22!important
	}
	
	#layerslider .image-banner{
		float: left!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		height: 900px!important;
		width: 100%
	}
	
	#layerslider .image-banner img{
		height: 900px!important;
		border-radius: 0!important
	}
	
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: right!important;
		margin: 200px 0 0!important;
		right: 0!important;
		position: relative;
	}
	
	
	#layerslider .ls-slide h3{
		font-size: 60px;
		color: #fff;
		line-height: 1;
		text-align: left;
		letter-spacing: 0;
		margin: 0 0;
		width: 100%;
		float: left;
		font-family: 'akrobat-black', "Segoe UI";
	}	
				
	#layerslider .ls-slide p{
		font-size: 25px;
		color: #fff;
		font-weight: normal;
		line-height: 1.1;
		text-align: left;
		letter-spacing: 0;
		margin: 40px 0 60px;
		width: auto;
		float: left;
		font-family: 'akrobat-regular', "Segoe UI";
	}	
				
	#layerslider .ls-slide a{
		margin: 0!important;
		width: 90%;
		float: left;
		font-size: 20px;
		color: #fff;
		padding: 0;
		font-weight: normal;
		text-align: left;
		line-height: 1;
		font-family: 'akrobat-black', "Segoe UI";
		left: 15px;
		position: relative
	}
	
	#layerslider .ls-slide a strong{
		color: #41afdc;
		font-family: 'akrobat-extrabold', "Segoe UI";
		letter-spacing: -2px;
		left: -15px;
		top: -2px;
		position: relative
	}
	
	
	
	/*row*/
	ul.row{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
		position: relative;
		height: 200px;
		background: rgba(0,40,56,0.7);
		top: -250px;
		z-index: 88;
		margin-bottom: -250px
	}
	
	ul.row li{
		float: left;
		width: 45%;
		margin: 0 2.5%;
		text-align: left;
	}
	
	ul.row li:hover{
		opacity: 0.5;
		transition: 1s;
		transform: scale(1.03);
	}
	
	ul.row li span{
		float: left;
		width: auto;
		text-align: center;
		margin: 30px 0 0
	}
	
	ul.row li span img{
		width: 140px
	}
	
	ul.row li h3{
		float: left;
		color: #fff;
		font-family: 'akrobat-light', "Segoe UI";
		text-align: left;
		font-size: 40px;
		line-height: 0.8;
		font-weight: 300;
		margin: 65px 0 0 35px;
	}
	
	ul.row li h3 strong{
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.row li a{
		float: right;
		width: auto;
		text-align: center;
		margin: 65px 0 0
	}
	

	
	
	
/*
		[ARTICLE]
						 */	
	/*about*/	
	.about{
		float: left;
		width: 100%;
		margin: 80px 0;
		text-align: center;
	}	
	
	.about span{
		float: right;
		width: 50%;
		margin: 0;
	}
	
	.about h1{
		float: left;
		width: 100%;
		text-align: left;
		font-size: 65px;
		color: #393738;
		line-height: 1;
		margin: 0;
		font-weight: normal;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
				
	.about h2{
		float: left;
		width: 100%;
		text-align: left;
		font-size: 30px;
		color: #12465b;
		line-height: 1;
		margin: 15px 0 0;
		font-family: 'akrobat-light', "Segoe UI";
		letter-spacing: 1.5px
	}
	
	.about h2 span{
		float: left;
		width: 25%;
		margin: 35px 0 0;
		background: #393738;
		height: 12px;
		border-radius: 50px;
		
	}
								
	.about p{
		color: #393738;
		text-align: left;
		font-size: 23px;
		width: 100%;
		float: left;
		line-height: 1.5;
		margin: 25px 0;
		font-weight: normal;
		padding: 20px 0;
		font-family: 'akrobat-semibold', "Segoe UI";
	}
	
	
	.about a{
		color: #393738;
		padding: 0;
		width: auto;
		float: right;
		text-align: center;
		font-size: 80px;
		margin: 0;
		font-family: 'akrobat-light', "Segoe UI";
		line-height: 0;
	}
	
	.about a:hover{
		transition: 1s;
		transform: scale(1.02);
		opacity: 0.7
	}
	
	
	/*aside*/
	aside{
		float: left;
		width: 50%;
		margin: 0;
		text-align: center;
	}
	
	aside img{
		width: auto;
	}
	
	
	
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		margin: 0 0 110px;
		text-align: center;
		list-style: none;
	}

	ul.column h2{
		color: #41afdc;
		font-size: 60px;
		text-align: center;
		margin: 100px 0 0;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}

	ul.column p{
		color: #fff;
		font-size: 32px;
		text-align: center;
		margin: -5px 0 0;
		font-family: 'akrobat-regular', "Segoe UI";
	}

	ul.column p span{
		float: left;
		width: 10%;
		margin: 20px 45% 110px;
		background: #41afdc;
		height: 10px;
		border-radius: 50px;
	}

	.column li{
		float: left;
		width: 29.3%;
		margin: 0 2%;
		text-align: center;
		font-family: 'akrobat-light', "Segoe UI";
		color: #505050;
		font-size: 30px;
		line-height: 1.1;
	}
	
	.column li:hover{
		transition: 1s;
		transform: scale(1.1)
	}
	
	.column li img{
		position: relative;
		top: -30px
	}
	
	.column li strong{
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.column a{
		width: 20%;
		margin: 90px 40% 0;
		text-align: center;
		font-family: 'akrobat-black', "Segoe UI";
		color: #12465b;
		font-size: 25px;
		line-height: 1.1;
		border-bottom: 7px solid #12465b;
		padding: 10px;
		float: left
	}
	
	
/*
		[FOOTER]
					 */	
	/*form*/
	form{
		float: left;
		width: 60%;
		margin: 70px 0;
	}
				
	form span{
		float: left;
		width: 95%;
		text-align: center;
		margin: 0 2.5% 30px
	}
				
	form h3{
		font-size: 45px;
		font-weight: bold;
		margin: 10px 0 0;
		width: 50%;
		float: left;
		font-family: 'akrobat-extrabold', "Segoe UI";
		color: #3ca0ca;
		text-align: left;
	}
				
	form p{
		font-size: 23px;
		font-weight: normal;
		line-height: 1.2;
		margin: 10px 0 0;
		width: 50%;
		float: right;
		text-align: right;
		color: #fff;
		font-family: 'akrobat-light', "Segoe UI";
	}
				
	.input{
		float: left;
		width: 45%;
		margin: 5px 2.5%;
		font-size: 19px;
		color: #fff;
		padding: 13px 20px;
		font-weight: 500;
		background-color: transparent;
		text-align: left;
		border: 2px solid #fff;
		border-radius: 50px;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	.comment{
		width: 95%;
		margin-bottom: 0;
		font-family: 'akrobat-extrabold', "Segoe UI";
		color: #fff;
	}
	
	.calculator{
		width: 20%!important;
		margin: 10px 40%;
		float: left!important;
	}
	
	label{
		font-size: 18px;
		margin-top: 30px;
		font-family: 'akrobat-extrabold', "Segoe UI";
		width: 100%!important;
		color: #fff;
		float: left!important
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}
	
	.send{
		text-align: center;
		background-color: #3ca0ca;
		border: 0;
		color: #fff;
		font-size: 22px;
		padding: 16px 25px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-family: 'akrobat-extrabold', "Segoe UI";
		border-radius: 50px
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.5;
		cursor: pointer
	}
	
	.input::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
		
	.comment::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.comment:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.comment::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
	
	
	
	/*contact*/
	ul.contact{
		float: right;
		width: 100%;
		margin: 0;
		list-style: none;
	}
	
	ul.contact li{
		float: left;
		width: 29.3%;
		margin: 15px 2%;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		height: 500px;
	}
	
	ul.contact img{
		width: auto;
		float: left;
	}
	
	ul.contact h3{
		width: 100%;
		float: left;
		color: #12465b;
		text-align: center;
		font-size: 35px;
		padding: 10px 0;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.contact h4{
		width: 100%;
		float: left;
		color: #12465b;
		text-align: center;
		font-size: 30px;
		padding: 0 0 5px;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.contact a{
		width: 100%;
		float: left;
		color: #393738;
		text-align: center;
		font-size: 21px;
		padding: 0;
		font-family: 'akrobat-regular', "Segoe UI";
		line-height: 1.4;
	}
	
	ul.contact a img{
		float: none;
		top: 5px;
		left: 10px;
		position: relative
	}
	
	ul.contact span{
		float: left;
		width: 20%;
		margin: 25px 40% 0;
		background: #d8d8d8;
		height: 6px;
	}
	
	
	.media{
		float: right;
		width: 80%;
		margin: 0 10%;
		text-align: center;
	}
	
	.media a{
		width: 40%!important;
		text-align: center;
		float: left;
		margin: 0 5%!important;
	}
	
	
	
	
	
	
	
	
	
	/*ans*/
	.ans{
		float: left;
		width: 55%;
		text-align: center;
		font-size: 14px;
		margin: 0;
		letter-spacing: 0;  
		font-weight: normal;
		line-height: 1.6;
		text-transform: uppercase;
		padding: 65px 0;
		font-family: 'akrobat-regular', "Segoe UI";	
	}
	
	.ans a{
		color: #fff;
	}
	
	.ans a img{
		position: relative;
		top: 16px;
		left: -8px;
		width: 180px;
		padding-right: 15px
	}
	
	
	/*menu-min*/
	.menu-min{
		float: right;
		width: 45%;
		margin: 85px 0;
		font-family: 'akrobat-light', "Segoe UI";
		color: #fff;
		font-size: 18px;
		letter-spacing: 1px;
		text-align: right;
	}
	
	.menu-min a{
		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}
}

