/*
	[Initial]
				 */
				 
img, object, embed, video {
	max-width: 100%;
	}
	
body{ 
	background:#FFF;
	font-family: Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
	}

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


/*
	[Attribute]
				 */
img {
	border:0;
	padding:0;
	margin:0;
	}

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

a:hover{
	opacity: 0.8;
	}


table{
	border: 0!important;
}

td.not{
	border: 0!important
}

td.not:hover{
	background: #FFF
}



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


	

@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-header{
		background-color: #FFF;
		padding: 0;
		z-index: 99;
		position: relative;
		height: 174px;
		float: left;
	}
	
	.sub-header{
		background-color: #51a8b1;
		padding: 0;
		z-index: 88;
		position: relative;
		height: 65px;
		float: left;
		width: 100%;
	}
	
	.bg-section{
		z-index: 77;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 0 0 0;
	}
	
	.bg-green{
		position: relative;
		z-index: 66;
		background: url("img/bg-green.jpg") top center;
		padding: 50px 0;
		border-top-right-radius: 40px;
		box-shadow: 2px -2px 0 2px #f8f8f8;
	}
	
	.bg-parallax{
		background:url("img/parallax-a.jpg") center center;
		float:left;
		width:100%;
		min-height:auto;
		position:relative;
		margin: 0 auto;
		max-width: 2000px;
		bottom:0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
		border-top-right-radius: 25px;
		box-shadow: 2px -2px 0 2px #f8f8f8;
	}
	
	.bg-footer{
		position: relative;
		z-index: 44;
		background: #2e2e2e;
		padding: 40px 0;
	}

	

/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 20px 0;
		float: left;
		position: relative;
		left: 0;
		margin-right: 0;
	}	 
	
	img.logo{ 
		width: 200px;
		margin: 0;
		text-align: center;
	}
		
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 16px!important;
		font-weight: 400;
		margin: 10px 0 10px!important;
		letter-spacing: -0.2px;
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		color: #ffff;
		font-size: 0;
		font-style: 500;
		font-style: normal;
	}
	
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		float: left;
		overflow: auto;
		width: 100%;
	}
	
	.dropdown .dropbtn {
		outline: none;
		background-color: transparent;
		font: inherit;
		margin: 10px 0;
		height: auto
	}
	
	.navbar a:hover, .dropdown:hover .dropbtn {
		opacity: 0.7;
	}
	
	.dropdown-content {
		display: none;
		position: absolute;
		background-color: transparent!important;
		width: 100%;
		left: 0;
		box-shadow: 0 0 0!important;
		z-index: 1;
		cursor: pointer;
		margin-top: 0;
	}
	
	.dropdown-content span{
		float: left;
		padding: 20px!important;
		text-decoration: none;
		text-align: left;
		font-family: 'Akrobat-black', sans-serif!important;
		font-weight: bolder;
		height: auto!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 100%!important;
		font-size: 25px;
		text-transform: uppercase;
		color: rgba(255,255,255,1.00)!important;
	}
	
	.dropdown-content h3{
		float: left;
		padding: 15px 20px!important;
		text-decoration: none;
		text-align: left;
		font-family: 'Akrobat-black', sans-serif!important;
		font-weight: bolder;
		height: auto!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 100%!important;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff!important;
		background: #51a8b1;
		margin: 0;
	}
	
	.dropdown:hover .dropdown-content {
		display: block;
	}
	
	.column {
		float: left;
		width: 100%;
		padding: 2px;
		background-color: #3c3c3c;
		height: auto;
	}
	
	.column a {
		float: left;
		padding: 0 20px!important;
		text-decoration: none;
		text-align: left!important;
		font-family: 'Akrobat-light', sans-serif!important;
		font-weight: normal;
		height: 60px!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 100%!important;
		font-size: 20px;
		text-transform: none!important;
		border-radius: 0!important;
		color: rgba(255,255,255,1.00)!important;
		margin: 0.1%!important;
		background-color: rgba(51,53,70,0.85)!important;
	}
	
	.column a.size-five {
		width: 100%!important
	}
	
	.column a.size-four {
		width: 100%!important
	}
	
	.column a:hover{
		opacity: 1!important;
		color: #FFF!important;
		background: #40949d!important;
		border-radius: 0!important;
		transition: 1s;
	}
	
	.row:after {
		content: "";
		display: table;
		clear: both;
	}	


	
	
/*
	[SUB-HEADER]
				 */
	.sub-header a{
		float: right;
		border: 1px solid #ffffff;
		border-radius: 50px;
		height: 45px;
		width: 80%;
		margin: 10px 10% 0
	}
	
	.sub-header a:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.99);
	}
	
	.sub-header a span {
		background: #40949d;
		height: 45px;
		float: left;
		border-radius: 50px;
		border: 1px solid #ffffff;
		width: 70px;
		text-align: center;
		margin: -1px 0 0 -1px
	}
	
	.sub-header a span img{
		width: auto;
		position: relative;
		top: 7px;
	}
	
	.sub-header a strong{
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
		position: relative;
		top: 12px;
		left: 20px;
		
	}


	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		width: 100%; 
		height: 250px;
		right: 0;
		background: center center;
		z-index: 33;
		position: relative;
		float: left;
		top: 0;
		margin-bottom: 0;
	}


	#layerslider img{
		max-width: auto!important;
		height: 250px!important;
		top: 0;
	}
	
	
		
	
/*
	[ARTICLE]
				 */		
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 50px 0;
		position: relative;
	}
	
	.about h1{
		font-family: 'Akrobat-Extrabold';
		font-size: 40px;
		color: #5f616e;
		float: left;
		width: 100%;
		text-align: center;
		letter-spacing: -0.5px;
		margin: 0 0 35px;
		line-height: 1.0;
		border-bottom: 2px solid #51a8b1;
		padding-bottom: 25px;
	}
		
	.about h2{
		font-family: 'Akrobat-Extrabold';
		font-size: 22px;
		color: #51a8b1;
		float: left;
		width: 100%;
		text-align: center;
		letter-spacing: -0.5px;
		margin: 20px 0;
		line-height: 1.2;
		border-bottom: 2px solid #51a8b1;
		padding-bottom: 15px;
	}
		
	.about h2.faq{
		font-family: 'Akrobat-bold';
		font-size: 22px;
		color: #fff;
		float: left;
		width: 100%;
		text-align: center;
		letter-spacing: -0.5px;
		margin: 20px 0;
		line-height: 1.2;
		border-bottom: 1px solid #5f616e;
		padding: 15px 20px;
		font-weight: bold;
		background: #5f616e;
		border-radius: 0px
	}
		
	.about h3{
		font-family: 'Akrobat-Bold';
		font-size: 22px;
		color: #51a8b1;
		float: left;
		width: 100%;
		text-align: center;
		letter-spacing: -0.5px;
		margin: 20px 0;
		line-height: 1.2;
		border-bottom: 2px solid #51a8b1;
		padding-bottom: 15px;
	}
		
	.about h3.tit-g{
		font-family: 'Akrobat-Black';
		font-size: 22px;
		color: #5f616e;
		float: left;
		width: 100%;
		text-align: center;
		letter-spacing: 1px;
		margin: 20px 0;
		line-height: 1.2;
		border-bottom: 0;
		padding: 6px 20px;
		font-weight: 900;
		border-left: 5px solid #5f616e;
	}
		
	.about h3.tit-g a{
		color: #5f616e;
	}
				
	
	.about p{
		font-family: "Arial", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
		font-weight: normal;
		font-size: 16px;
		color: #5f616e;
		float: left;
		width: 100%;
		text-align: justify;
		letter-spacing: 0.5px;
		margin: 0;
		line-height: 1.5;
	}
	
	
	/*logo-min-max*/
	a.logo-min{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		padding: 15px
	}
	
	a.logo-min img{
		width: 150px;
	}
	
	a.logo-max{
		float: left;
		width: 100%;
		margin: 25px 0;
		text-align: center;
		padding: 0
	}
	
	a.logo-max img{
		width: auto;
		border: 4px solid #01acb6;
		padding: 10px;
	}
	
	a.logo-grid{
		float: left;
		width: 100%;
		margin: 25px 0;
		text-align: center;
		padding: 0
	}
	
	a.logo-grid img{
		width: 48%;
		border: 4px solid #01acb6;
		padding: 10px;
		margin: 1%;
		float: left;
	}
	
	.logo-grid-a{
		float: left;
		width: 100%;
		margin: 25px 0;
		text-align: center;
		padding: 0
	}
	
	.logo-grid-a img{
		width: 48%;
		border: 4px solid #01acb6;
		padding: 10px;
		margin: 1%;
		float: left;
	}
	
	.logo-grid-b{
		float: left;
		width: 100%;
		margin: 25px 0;
		text-align: center;
		padding: 0
	}
	
	.logo-grid-b img{
		width: 31.3%;
		border: 4px solid #01acb6;
		padding: 10px;
		margin: 1%;
		float: left;
	}
	
	
	
	/*video*/
	.video-box{
		float: left;
		width: 100%;
		margin: 25px 0;
		text-align: center;
		padding: 0
	}
	
	.video{
		width: 270px;
		height: 152px;
		border: 4px solid #1da5ad;
		padding: 10px;
		float: none;
	}
	
	.video-b{
		width: 270px;
		height: 152px;
		border: 4px solid #fff;
		padding: 10px;
		margin: 0 1%;
		float: left;
	}
	
	
	
	
	/*about-list*/
	ul.about-list{
		float: left;
		width: 100%;
		margin: 60px 0 ;
		list-style: none;
	}

	ul.about-list li{
		float: left;
		width: 98%;
		margin: 1%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 2px solid rgba(255,255,255,0.62);
		padding: 40px;
		border-radius: 25px;
	}
	
	ul.about-list li.height-clientes{
		height: 150px!important;
	}
	
	ul.about-list li.about-list-a{
		float: left;
		width: 98%;
		margin: 1%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 2px solid rgba(255,255,255,0.62);
		padding: 40px;
		border-radius: 25px;
	}
	
	ul.about-list li.about-list-a span{
		width: 98%;
		float: left;
		font-size: 20px;
	}
	
	ul.about-list li:hover{
		transition: 1s;
		background: #35777e;
		border: 2px solid #4cb4bf;
	}
	
	ul.about-list li h2{
		font-size: 20px;
		color: #87e7f1;
		font-family: 'Akrobat-regular';
		text-align: left;
		padding: 0 0 10px;
		line-height: 1.2;
		border-bottom: 1px solid #87e7f1;
	}

	ul.about-list li h3{
		font-size: 20px;
		color: #87e7f1;
		font-family: 'Akrobat-extrabold';
		text-align: left;
		padding: 0 0 10px;
		line-height: 1.2;
		border-bottom: 1px solid #87e7f1;
	}

	ul.about-list li p{
		font-size: 16px;
		color: #FFF;
		font-family: 'Akrobat-regular';
		text-align: left;
		line-height: 1.5;
		margin-top: 10px;
	}
	
	ul.about-list li a{
		font-family: 'Akrobat-extrabold';
		font-size: 17px;
		color: #fff;
	}

	ul.about-list li a:hover{
		border-bottom: 1px solid #4cb4bf;
		color: #68dae6;
	}
	
	ul.about-list li.gallery-link{
		float: left;
		width: 98%;
		margin: 1%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 2px solid rgba(255,255,255,0.62);
		padding: 40px;
		border-radius: 25px;
	}
	
	ul.about-list li.gallery-link span{
		float: left;
		width: 100%;
		margin: 0;
		padding: 15px;
		text-align: center
	}
	
	ul.about-list li.gallery-link p{
		float: right;
		width: 100%;
		margin: 30px 0 0;
		font-size: 25px;
		line-height: 0.8;
		text-align: center;
	}
	
	ul.about-list li.gallery-link p.strong{
		font-family: 'Akrobat-Black';
	}
	
	ul.about-list li.gallery-link p em{
		font-size: 50px;
		color: #98e7f0;
		font-style: normal;
		font-family: 'Akrobat-Black';
	}
	

	
	
	/*about-list-b*/
	ul.about-list-b{
		float: left;
		width: 100%;
		margin: 15px 0 15px;
		list-style: none;
	}

	ul.about-list-b li{
		float: left;
		width: 98%;
		margin: 1% 0;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 2px solid #51a8b1;
		padding: 15px;
		border-radius: 25px;
		color: #5f616e!important;
	}
	
	ul.about-list-b li:hover{
		transition: 1s;
		border: 5px solid #51a8b1;
		
	}
	
	ul.about-list-b li p{
		font-size: 16px;
		font-family: 'Akrobat-regular';
		text-align: left;
		line-height: 1.4;
		margin-top: 0;
	}
	
	/*partners*/
	ul.partners{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
	}
	
	ul.partners li figure{
		float: left;
		width: 31.3%;
		margin: 0 1% 25px;
		text-align: center;
		position: relative;
		border-bottom: 4px solid #51a8b1;	
	}
	
	ul.partners li figcaption{
		position: absolute;
		opacity: 0;
		top: 0;
		width: 100%;
		text-align: center;
		height: 100%;
		background: rgba(0,0,0,0.51);
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	ul.partners li figcaption h4{
		font-family: 'Akrobat-Extrabold';
		font-size: 22px;
		color: #88e4ee;
	}
	
	ul.partners li figcaption p{
		font-family: 'Akrobat-Regular';
		font-size: 16px;
		color: #FFF;
		text-align: center;
		line-height: 1.0
	}
	
	ul.partners li:hover figcaption{
		opacity: 1;
	}
	
	
	/*partners-list*/
	.partners-list {
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.partners-list a {
		float: left;
		width: 49%;
		margin: 0.5%;
		text-align: center;
	}
	
	.partners-list a img {
		border: 2px solid rgba(231,231,231,1.00);
		padding: 2px;
		border-radius: 5px;
	}
	
	.partners-list a img:hover {
		opacity: 0.7;
		transition: 1s;
	}
	
	
	
	
	/*aside*/
	aside {
		float: left;
		width: 100%;
		margin: 0 0 50px;
		position: relative;
		text-align: center
	}
	
	aside img{
		width: 290px;
		text-align: center;
	}	
	
	aside a{
		width: auto;
		text-align: center;
		margin: 0
	}	
	
	aside a:hover{
		opacity: 0.7;
		transition: 1s;
	}	
	
	aside span{
		font-family: 'Akrobat-regular';
		font-size: 22px;
		color: #5f616e;
		float: left;
		width: 100%;
		text-align: justify;
		letter-spacing: 0.5px;
		padding: 40px 50px;
		line-height: 1.7;
		border: 2px solid #e8e8e8;
		margin: 30px 0 0;
	}	
	
	
	
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.sidebar-box{
		float: right;
		width: 100%;
		margin: 0;
	}
	
	.sidebar a{
		float: left;
		width: 48%;
		margin: 1%;
		padding: 15px;
		border: 1px solid #dfdfdf;
		color: #777777;
		font-size: 16px;
		text-align: center;
		height: 70px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-family: 'Akrobat-bold';
	}
	
	.sidebar a:hover{
		transition: 1s;
		color: #FFF;
		background: #40949d;
		font-family: 'Akrobat-extrabold';
	}
	
	.sidebar h3{
		float: left;
		width: 100%;
		margin: 45px 0 20px;
		padding: 0;
		color: #777777;
		font-size: 20px;
		text-align: center;
		font-family: 'Akrobat-light';
		letter-spacing: -1px;
	}
	
	.sidebar h3 strong{
		font-family: 'Akrobat-Black';
		font-size: 22px;
	}
	
	
	/*Certificações*/
	ul.certificacoes{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		list-style: none
	}
	
	ul.certificacoes li{
		float: left;
		width: 95%;
		margin: 0 2.5% 40px;
	}
	
	ul.certificacoes li span:hover{
		opacity: 0.5;
		transition: 1s;
		transform: scale(0.98);
	}
	
	ul.certificacoes li span{
		float: left;
		width: 100%;
		margin: 0 0 15px;
		text-align: center;
		height: auto;
	}
	
	ul.certificacoes li a strong{
		font-family: 'Akrobat-Extrabold';
		font-size: 0;
		color: #777777;
		padding: 10px 0;
		text-align: center;
		
	}
	
	ul.certificacoes li span img{
		width: 100px;
	}
	
	ul.certificacoes li p{
		float: right;
		width: 100%;
		margin: 0;
		font-size: 15px;
		height: auto;
		border: 2px solid #51a8b1;
		border-radius: 50px;
		padding: 30px
	}
	
	ul.certificacoes li p a{
		display: contents;
		font-size: 18px;
		color: #51a8b1;
		font-family: 'Akrobat-Black';
	}
	
	ul.certificacoes li p strong{
		display: contents;
		font-family: 'Akrobat-Black';
	}
	
	ul.certificacoes li span.height-max-a{
		height: auto;
	}
	
	ul.certificacoes li p.height-max-a{
		height: auto;
		display: flex;
	}

	ul.certificacoes li span.height-max-b{
		height: auto;
	}
	
	ul.certificacoes li p.height-max-b{
		height: auto;
		display: flex;
	}

	
	
	/*TABLE*/
	table{
		float: right;
		width: 100%;
		margin: 50px 0;
		font-family: 'Akrobat-regular';
		display: inline-block;
		overflow: scroll;
		font-weight: normal;
	}
	
	h3.table-tit{
		float: left!important;
		width: 100%!important;
		margin: 0 0 -50px!important;
		font-family: 'Akrobat-bold'!important;
		font-size: 40px!important;
    	background: #51a8b1!important;
		color: #fff;
		text-align: center;
		padding: 15px 0;
		font-weight: bold
	}
	
	table::-webkit-scrollbar-track {
    	background-color: #F4F4F4;
	}
	table::-webkit-scrollbar {
    	width: 0;
    	background: #F4F4F4;
	}
	table::-webkit-scrollbar-thumb {
    	background: #51a8b1;
	}	
	
	th.title{
		background: #5f616e;
		color: #FFFFFF;
		font-family: 'Akrobat-bold'!important;
		font-weight: bold;
	}
	
	th.title:hover{
		background: #51a8b1;
	}
	
	th.title a{
		color: #FFFFFF;
	}
	
	th.sub-title{
		background: rgba(241,241,241,1.00);
		color: rgba(130,130,130,1.00);
	}
	
	table, th, td {
		border: 1px solid #e6e6e6;
		border-collapse: collapse;
		font-size: 18px;
	}
	
	th, td {
		padding: 15px;
		text-align: left;
	}
	
	td a{
		color: #121212
	}
	
	td a:hover{
		color: #fff;
		opacity: 1!important
	}
	
	td.transp {
		width: auto;
		height: auto;
		border: 1px solid #e6e6e6;
	}
	
	td:hover {
		color: #fff;
		background: #51a8b1;
	}
	
	
	
	/*form*/
	.form{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	label{
		font-size: 18px;
		color: #5f616e;
		font-family: 'Akrobat-Regular';
		font-weight: normal;
		width: 96%;
		margin: 0 2% 40px;
		float: left;
		height: 100px;
	}
		
	label.label-a{
		width: 96%!important;
		height: 100px;
	}
		
	label span{

		position: relative;
		left: 10px;
		border: 0!important;
		padding: 10px 20px!important;
		top: -5px
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 0 0 25px;
		font-size: 20px;
		color: #5f616e;
		padding: 15px 25px 18px;
		background-color: transparent;
		text-align: left;
		border: 2px solid #4cb4bf;
		font-weight: normal;
		font-family: 'Akrobat-regular';
		border-radius: 50px;
	}
	
	span.radio-box{
		float: left!important;
		width: 100%!important;
		margin: 0 0 10px!important;
		text-align: center!important;
		background: #4cb4bf;
		color: #fff;
		left: 0!important
	}
		
	span.radio-box-a{
		float: left!important;
		width: 50%!important;
		margin: 0!important;
		text-align: left;
	}
		
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 45px 0 0;
	}
	
	.send{
		text-align: center;
		background: #29868a;
		border: 0;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-size: 25px;
		color: #fff;
		font-family: 'Akrobat-regular';
		padding: 15px 30px;
		border-radius: 50px;
		text-transform: uppercase;
		font-weight: 900;
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.8;
	}
	
	
	.input-re{
		height: 120px!important;
		float: left;
		text-align: center!important;
		margin: 30px 0!important;
		position: relative;
		width: 100%!important;
		font-family: 'Akrobat-regular';
	}
	
	.input-c{
		float: right;
		width: 10%;
		margin: -50px 45% 0!important;
		font-size: 20px;
		color: #5f616e;
		padding: 15px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #4cb4bf;
		background-color: transparent;
		font-family: 'Akrobat-regular';
		border-radius: 50px;
		position: relative;
		top: -50px
	}
	
	.input-re p{
		display: block;
		float: left!important;
		text-align: center!important;	
		font-family: 'Akrobat-regular';
		font-size: 16px;
		width: 100%;
	}
	
	.input-re label{
		width: 100%
	}
	
	.input::placeholder {
		color: #5f616e;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #5f616e;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #5f616e;
	}
		
	
	input[type="radio"] {
		background-color: #ede9e0;
		margin: 0 15px 0 0;
		font: inherit;
		color: currentColor;
		width: 1.15em;
		height: 1.15em;
		border: 0.15em solid currentColor;
		border-radius: 50%;
		float: left;
	}	
	
		
	
	


	
	
	
/*
	[FOOTER]
				 */
	
	/*info*/
	.info{
		float: left;
		width: 90%;
		margin: 55px 5%;
		text-align: center;
	}
	
	.info span{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.info ul{
		float: left;
		list-style: none;
		width: 100%;
		margin: 0;
	}
	
	.info ul span{
		color: #FFF;
		font-size: 11px;
		text-align: center;
		float: left;
		margin: 30px 0 10px;
	}
	
	.info ul li{
		float: left;
		width: 24%;
		margin: 0 0.5%
	}
	
	.info ul li:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	
	/*row-footer*/
	.row-footer{
		float: left;
		margin: 0 5% 40px;
		width: 90%;
		text-align: left;
	}
	
	.row-footer h4{
		float: left;
		margin: 0 0 35px;
		width: 100%;
		font-size: 26px;
		color: #ffffff;
		border-bottom: 1px solid #545454;
		font-weight: normal;
		padding-bottom: 15px;
	}
	
	.row-footer a{
		float: left;
		width: 100%;
		color: #FFF;
		font-size: 14px;
		margin: 0 0 20px;
		font-weight: normal;
	}
	
	.row-footer a:hover{
		opacity: 0.5;
		transition: 0.5s;
	}
	
	.row-footer a em{
		position: relative;
		margin-right: 5px;
		top: -1px;
		font-size: 12px;
		margin-bottom: 5px
	}
	
	.row-footer a.contact-info{
		font-size: 14px;
		margin: 0 0 12px;
	}
	
	.row-footer a.ans{
		float: left;
		width: 100%;
		color: #FFF;
		font-size: 10px;
		margin: 25px 0 0;
		line-height: 1.4;
	}
	
	.row-footer a.contact-info img{
		position: relative;
		top: -7px;
		margin-right: 10px;
		float: left;
	}
	
	.row-footer a.ans img{
		position: relative;
		top: -2px;
		margin-right: 10px;
		float: left;
	}
	
	
	/*float-media*/
	.float-media{
		right: 2%;
		position: fixed;
		bottom: 2%;
		z-index: 99;
		width: 30px
	}
	
	.float-media a{
		width: auto;
		margin: 2px 0;
		float: left;
	}
	
	.float-media a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
		
	
	
	


}









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



	
	
/*
	[SUB-HEADER]
				 */
	.sub-header a{
		width: 40%;
		margin: 10px 30% 0;
	}
	
	
	.sub-header a strong{
		left: 30px;
	}


	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		width: 100%; 
		height: 400px;
	}


	#layerslider img{
		height: 400px!important;
	}

		
	
/*
	[ARTICLE]
				 */	
	
	
	

	
	
	
	
/*
	[FOOTER]
				 */
	
	/*info*/
	.info{
		float: left;
		width: 40%;
		margin: 55px 30%;
		text-align: center;
	}
	
	
	
	/*row-footer*/
	.row-footer{
		float: left;
		margin: 0 10% 40px;
		width: 80%;
		text-align: center;
	}
		
	.row-footer a{
		float: left;
		width: 100%;
		color: #FFF;
		font-size: 14px;
		margin: 0 0 20px;
	}
	
		
	
	
	

}







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

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


/*
		[BACKGROUND]
						 */
	
	.bg-header{
		background-color: rgba(51,53,70,0.85);
		padding: 0;
		z-index: 99;
		position: relative;
		height: 130px;
		float: left;
	}
	
	.sub-header{
		background-color: #51a8b1;
		padding: 0;
		z-index: 88;
		position: relative;
		height: 65px;
		float: left;
		width: 100%;
	}
	
	.bg-section{
		z-index: 77;
		position: relative;
	}
	
	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
		padding: 120px 0 150px;
	}
	
	.bg-green{
		position: relative;
		z-index: 55;
		background: #51a8b1;
		padding: 120px 0 150px;
	}
	
	
	.bg-parallax{
		background:url("img/parallax-a.jpg") center center;
		float:left;
		width:100%;
		min-height:auto;
		position:relative;
		margin: 0 auto;
		max-width: 2000px;
		bottom:0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
		border-top-right-radius: 350px;
		box-shadow: 50px -60px 0 10px #f8f8f8;
	}
	
		
	.bg-footer{
		position: relative;
		z-index: 44;
		background: #2e2e2e;
		padding: 100px 0;
	}

	

/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 200px;
		padding: 0;
		text-align: center;
		margin: 35px 0 0;
		float: left;
		position: relative;
		left: 0;
		margin-right: 0;
	}	 
	
	img.logo{ 
		width: 200px;
		margin: 0;
		text-align: center;
	}
		
	
/*
	[MENU]
			 */
	.nav ul {
		font-size: 13px!important;
		font-weight: 400;
		margin: 0!important;
		letter-spacing: -0.3px;
	}
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -170px;
		left: 7px;
		color: #ffff;
		font-size: 25px;
		font-style: 500;
		font-style: normal;
	}
	
	
	
/*
	[DORPDOWN]
				 */
	.dropdown {
		float: left;
		overflow: hidden;
	}
	
	.dropdown .dropbtn {
		outline: none;
		background-color: transparent;
		font: inherit;
		margin: 0;
		height: 150px
	}
	
	.navbar a:hover, .dropdown:hover .dropbtn {
		opacity: 0.7;
	}
	
	.dropdown-content {
		display: none;
		position: absolute;
		background-color: transparent!important;
		width: 100%;
		left: 0;
		box-shadow: 0 0 0!important;
		z-index: 1;
		cursor: pointer;
		margin-top: -55px;
	}
	
	.dropdown-content span{
		float: left;
		padding: 20px!important;
		text-decoration: none;
		text-align: left;
		font-family: 'Akrobat-black', sans-serif!important;
		font-weight: bolder;
		height: auto!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 100%!important;
		font-size: 25px;
		text-transform: uppercase;
		color: rgba(255,255,255,1.00)!important;
		background-color: #51a8b1!important;
		box-shadow: 0!important;
	}
	
	.dropdown-content h3{
		float: left;
		padding: 15px 20px!important;
		text-decoration: none;
		text-align: left;
		font-family: 'Akrobat-black', sans-serif!important;
		font-weight: bolder;
		height: auto!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 100%!important;
		font-size: 18px;
		text-transform: uppercase;
		color: #fff!important;
		background: #51a8b1;
		margin: 0;
	}
	
	.dropdown:hover .dropdown-content {
		display: block;
	}
	
	.column {
		float: left;
		width: 100%;
		padding: 2px;
		background-color: rgba(51,53,70,0.85);
		height: auto;
	}
	
	.column a {
		float: left;
		padding: 0 20px!important;
		text-decoration: none;
		text-align: left!important;
		font-family: 'Akrobat-light', sans-serif!important;
		font-weight: normal;
		height: 60px!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		width: 33.1%!important;
		font-size: 16px;
		text-transform: none!important;
		border-radius: 0!important;
		color: rgba(255,255,255,1.00)!important;
		margin: 0.1%!important;
		background-color: rgba(51,53,70,0.85)!important;
	}
	
	.column a.size-five {
		width: 19.8%!important
	}
	
	.column a.size-four {
		width: 24.8%!important
	}
	
	.column a:hover{
		opacity: 1!important;
		color: #FFF!important;
		background: #40949d!important;
		border-radius: 0!important;
		transition: 1s;
	}
	
	.row:after {
		content: "";
		display: table;
		clear: both;
	}	


	
	
/*
	[SUB-HEADER]
				 */
	.sub-header a{
		float: right;
		border: 1px solid #ffffff;
		border-radius: 50px;
		height: 45px;
		width: 245px;
		margin: 10px 0 0
	}
	
	.sub-header a:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.99);
	}
	
	.sub-header a span {
		background: #40949d;
		height: 45px;
		float: left;
		border-radius: 50px;
		border: 1px solid #ffffff;
		width: 70px;
		text-align: center;
		margin: -1px 0 0 -1px
	}
	
	.sub-header a span img{
		width: auto;
		position: relative;
		top: 7px;
	}
	
	.sub-header a strong{
		font-size: 16px;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
		position: relative;
		top: 12px;
		left: 20px;
		
	}


	
/*
	[ANIMATION]
				 */
	
	#layerslider{
		width: 100%; 
		height: 400px;
		right: 0;
		background: center center;
		z-index: 33;
		position: relative;
		float: left;
		top: -239px;
		margin-bottom: -239px;
	}


	#layerslider img{
		max-width: auto!important;
		height: 1000px!important;
		top: 0;
	}
	
		
	
/*
	[ARTICLE]
				 */		
	/*about*/
	.about{
		float: left;
		width: 55%;
		margin: 0;
		position: relative;
	}
	
	.about h1{
		font-family: 'Akrobat-Extrabold';
		font-size: 65px;
		color: #5f616e;
		float: left;
		width: 100%;
		text-align: left;
		letter-spacing: -0.5px;
		margin: 0 0 35px;
		line-height: 1.0;
		border-bottom: 2px solid #51a8b1;
		padding-bottom: 25px;
	}
		
	.about h2{
		font-family: 'Akrobat-Extrabold';
		font-size: 40px;
		color: #51a8b1;
		float: left;
		width: 100%;
		text-align: left;
		letter-spacing: -0.5px;
		margin: 35px 0 20px;
		line-height: 0.6;
		border-bottom: 2px solid #51a8b1;
		padding-bottom: 15px;
	}
		
	.about h2.faq{
		font-family: 'Akrobat-bold';
		font-size: 25px;
		color: #fff;
		float: left;
		width: 100%;
		text-align: left;
		letter-spacing: -0.5px;
		margin: 40px 0 10px;
		line-height: 1;
		border-bottom: 1px solid #5f616e;
		padding: 15px 20px;
		font-weight: bold;
		background: #5f616e;
		border-radius: 0px
	}
		
	.about h3{
		font-family: 'Akrobat-Bold';
		font-size: 30px;
		color: #51a8b1;
		float: left;
		width: 100%;
		text-align: left;
		letter-spacing: -0.5px;
		margin: 35px 0 20px;
		line-height: 0.9;
		border-bottom: 2px solid #51a8b1;
		padding-bottom: 15px;
	}
		
	.about h3.tit-g{
		font-family: 'Akrobat-Black';
		font-size: 25px;
		color: #5f616e;
		float: left;
		width: 100%;
		text-align: left;
		letter-spacing: 1px;
		margin: 25px 0 8px;
		line-height: 0.9;
		border-bottom: 0;
		padding: 6px 20px;
		font-weight: 900;
		border-left: 5px solid #5f616e;
	}
		
	.about h3.tit-g a{
		color: #5f616e;
	}
				
	
	.about p{
		font-family: "Arial", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
		font-weight: normal;
		font-size: 20px;
		color: #5f616e;
		float: left;
		width: 100%;
		text-align: justify;
		letter-spacing: 0.5px;
		margin: 0;
		line-height: 1.5;
	}
	
	
	/*logo-min-max*/
	a.logo-min{
		float: left;
		width: auto;
		margin: 0;
		text-align: center;
		padding: 10px 25px 5px 0
	}
	
	a.logo-min img{
		width: auto;
	}
	
	a.logo-max{
		float: left;
		width: 100%;
		margin: 25px 0;
		text-align: center;
		padding: 0
	}
	
	a.logo-max img{
		width: auto;
		border: 4px solid #01acb6;
		padding: 10px;
	}
	
	a.logo-grid{
		float: left;
		width: 100%;
		margin: 25px 0;
		text-align: center;
		padding: 0
	}
	
	a.logo-grid img{
		width: 48%;
		border: 4px solid #01acb6;
		padding: 10px;
		margin: 1%;
		float: left;
	}
	
	.logo-grid-a{
		float: left;
		width: 100%;
		margin: 25px 0;
		text-align: center;
		padding: 0
	}
	
	.logo-grid-a img{
		width: 48%;
		border: 4px solid #01acb6;
		padding: 10px;
		margin: 1%;
		float: left;
	}
	
	.logo-grid-b{
		float: left;
		width: 100%;
		margin: 25px 0;
		text-align: center;
		padding: 0
	}
	
	.logo-grid-b img{
		width: 31.3%;
		border: 4px solid #01acb6;
		padding: 10px;
		margin: 1%;
		float: left;
	}
	
	
	
	/*video*/
	.video-box{
		float: left;
		width: 100%;
		margin: 25px 0;
		text-align: center;
		padding: 0
	}
	
	.video{
		width: 560px;
		height: 315px;
		border: 4px solid #1da5ad;
		padding: 10px;
		float: none;
	}
	
	.video-b{
		width: 48%;
		height: 315px;
		border: 4px solid #fff;
		padding: 10px;
		margin: 0 1%;
		float: left;
	}
	
	
	
	
	/*about-list*/
	ul.about-list{
		float: left;
		width: 100%;
		margin: 60px 0 ;
		list-style: none;
	}

	ul.about-list li{
		float: left;
		width: 31%;
		margin: 1%;
		height: 300px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 2px solid rgba(255,255,255,0.62);
		padding: 40px;
		border-radius: 25px;
	}
	
	ul.about-list li.height-clientes{
		height: 150px!important;
	}
	
	ul.about-list li.about-list-a{
		float: left;
		width: 98%;
		margin: 1%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 2px solid rgba(255,255,255,0.62);
		padding: 40px;
		border-radius: 25px;
	}
	
	ul.about-list li.about-list-a span{
		width: 31.3%;
		float: left;
		font-size: 20px;
	}
	
	ul.about-list li:hover{
		transition: 1s;
		background: #35777e;
		border: 2px solid #4cb4bf;
	}
	
	ul.about-list li h2{
		font-size: 30px;
		color: #87e7f1;
		font-family: 'Akrobat-regular';
		text-align: left;
		padding: 0 0 10px;
		line-height: 1.0;
		border-bottom: 1px solid #87e7f1;
	}

	ul.about-list li h3{
		font-size: 35px;
		color: #87e7f1;
		font-family: 'Akrobat-extrabold';
		text-align: left;
		padding: 0 0 10px;
		line-height: 0.8;
		border-bottom: 1px solid #87e7f1;
	}

	ul.about-list li p{
		font-size: 16px;
		color: #FFF;
		font-family: 'Akrobat-regular';
		text-align: left;
		line-height: 1.6;
		margin-top: 10px;
	}
	
	ul.about-list li a{
		font-family: 'Akrobat-extrabold';
		font-size: 17px;
		color: #fff;
	}

	ul.about-list li a:hover{
		border-bottom: 1px solid #4cb4bf;
		color: #68dae6;
	}
	
	ul.about-list li.gallery-link{
		float: left;
		width: 64%;
		margin: 1%;
		height: 300px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 2px solid rgba(255,255,255,0.62);
		padding: 40px;
		border-radius: 25px;
	}
	
	ul.about-list li.gallery-link span{
		float: left;
		width: 30%;
		margin: 0;
		padding: 15px;
	}
	
	ul.about-list li.gallery-link p{
		float: right;
		width: 65%;
		margin: 30px 0 0;
		font-size: 50px;
		line-height: 0.8;
		text-align: left;
	}
	
	ul.about-list li.gallery-link p.strong{
		font-family: 'Akrobat-Black';
	}
	
	ul.about-list li.gallery-link p em{
		font-size: 30px;
		color: #98e7f0;
		font-style: normal;
		font-family: 'Akrobat-Black';
	}
	

	
	
	/*about-list-b*/
	ul.about-list-b{
		float: left;
		width: 100%;
		margin: 15px 0 15px;
		list-style: none;
	}

	ul.about-list-b li{
		float: left;
		width: 98%;
		margin: 1% 0;
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 2px solid #51a8b1;
		padding: 15px;
		border-radius: 25px;
		color: #5f616e!important;
	}
	
	ul.about-list-b li:hover{
		transition: 1s;
		border: 5px solid #51a8b1;
		
	}
	
	ul.about-list-b li p{
		font-size: 16px;
		font-family: 'Akrobat-regular';
		text-align: left;
		line-height: 1.4;
		margin-top: 0;
	}
	
	/*partners*/
	ul.partners{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
	}
	
	ul.partners li figure{
		float: left;
		width: 31.3%;
		margin: 0 1% 25px;
		text-align: center;
		position: relative;
		border-bottom: 4px solid #51a8b1;	
	}
	
	ul.partners li figcaption{
		position: absolute;
		opacity: 0;
		top: 0;
		width: 100%;
		text-align: center;
		height: 100%;
		background: rgba(0,0,0,0.51);
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	ul.partners li figcaption h4{
		font-family: 'Akrobat-Extrabold';
		font-size: 22px;
		color: #88e4ee;
	}
	
	ul.partners li figcaption p{
		font-family: 'Akrobat-Regular';
		font-size: 16px;
		color: #FFF;
		text-align: center;
		line-height: 1.0
	}
	
	ul.partners li:hover figcaption{
		opacity: 1;
	}
	
	
	/*partners-list*/
	.partners-list {
		float: left;
		width: 100%;
		margin: 60px 0 0;
	}
	
	.partners-list a {
		float: left;
		width: 32.3%;
		margin: 0.5%;
		text-align: center;
	}
	
	.partners-list a img {
		border: 2px solid rgba(231,231,231,1.00);
		padding: 2px;
		border-radius: 5px;
	}
	
	.partners-list a img:hover {
		opacity: 0.7;
		transition: 1s;
	}
	
	
	
	
	/*aside*/
	aside {
		float: right;
		width: 45%;
		margin: 0;
		position: relative;
	}
	
	aside img{
		width: auto;
		text-align: center;
	}	
	
	aside a{
		width: auto;
		text-align: center;
		margin: 0
	}	
	
	aside a:hover{
		opacity: 0.7;
		transition: 1s;
	}	
	
	aside span{
		font-family: 'Akrobat-regular';
		font-size: 22px;
		color: #5f616e;
		float: left;
		width: 100%;
		text-align: justify;
		letter-spacing: 0.5px;
		padding: 40px 50px;
		line-height: 1.7;
		border: 2px solid #e8e8e8;
		margin: 30px 0 0;
	}	
	
	
	
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 100%;
		margin: -70px 0 -100px;
	}
	
	.sidebar-box{
		float: right;
		width: 70%;
		margin: 0;
	}
	
	.sidebar a{
		float: left;
		width: 33.3%;
		margin: 0;
		padding: 30px 20px;
		border: 1px solid #dfdfdf;
		color: #777777;
		font-size: 22px;
		text-align: center;
		height: 80px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-family: 'Akrobat-bold';
	}
	
	.sidebar a:hover{
		transition: 1s;
		color: #FFF;
		background: #40949d;
		font-family: 'Akrobat-extrabold';
	}
	
	.sidebar h3{
		float: left;
		width: 25%;
		margin: 45px 0 0;
		padding: 0;
		color: #777777;
		font-size: 30px;
		text-align: center;
		font-family: 'Akrobat-light';
		letter-spacing: -1px;
	}
	
	.sidebar h3 strong{
		font-family: 'Akrobat-Black';
		font-size: 35px;
	}
	
	
	/*Certificações*/
	ul.certificacoes{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		list-style: none
	}
	
	ul.certificacoes li{
		float: left;
		width: 95%;
		margin: 0 2.5% 40px;
	}
	
	ul.certificacoes li span:hover{
		opacity: 0.5;
		transition: 1s;
		transform: scale(0.98);
	}
	
	ul.certificacoes li span{
		float: left;
		width: 20%;
		margin: 0;
		text-align: center;
		height: 230px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	ul.certificacoes li a strong{
		font-family: 'Akrobat-Extrabold';
		font-size: 22px;
		color: #777777;
		padding: 10px 0;
		text-align: center;
		
	}
	
	ul.certificacoes li span img{
		width: 250px;
	}
	
	ul.certificacoes li p{
		float: right;
		width: 75%;
		margin: 0;
		font-size: 16px;
		height: 230px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 2px solid #51a8b1;
		border-radius: 50px;
		padding: 0 50px
	}
	
	ul.certificacoes li p a{
		display: contents;
		font-size: 18px;
		color: #51a8b1;
		font-family: 'Akrobat-Black';
	}
	
	ul.certificacoes li p strong{
		display: contents;
		font-family: 'Akrobat-Black';
	}
	
	ul.certificacoes li span.height-max-a{
		height: 350px;
	}
	
	ul.certificacoes li p.height-max-a{
		height: 350px;
		display: flex;
	}

	ul.certificacoes li span.height-max-b{
		height: 500px;
	}
	
	ul.certificacoes li p.height-max-b{
		height: 500px;
		display: flex;
	}

	
	
	/*TABLE*/
	table{
		float: right;
		width: 100%;
		margin: 50px 0;
		font-family: 'Akrobat-regular';
		display: table;
		overflow: hidden;
		font-weight: normal;
	}
	
	h3.table-tit{
		float: left!important;
		width: 100%!important;
		margin: 0 0 -50px!important;
		font-family: 'Akrobat-bold'!important;
		font-size: 40px!important;
    	background: #51a8b1!important;
		color: #fff;
		text-align: center;
		padding: 15px 0;
		font-weight: bold
	}
	
	table::-webkit-scrollbar-track {
    	background-color: #F4F4F4;
	}
	table::-webkit-scrollbar {
    	width: 0;
    	background: #F4F4F4;
	}
	table::-webkit-scrollbar-thumb {
    	background: #51a8b1;
	}	
	
	th.title{
		background: #5f616e;
		color: #FFFFFF;
		font-family: 'Akrobat-bold'!important;
		font-weight: bold;
	}
	
	th.sub-title{
		background: rgba(241,241,241,1.00);
		color: rgba(130,130,130,1.00);
	}
	
	table, th, td {
		border: 1px solid #e6e6e6;
		border-collapse: collapse;
		font-size: 18px;
	}
	
	th, td {
		padding: 15px;
		text-align: left;
	}
	
	td.transp {
		width: auto;
		height: auto;
		border: 1px solid #e6e6e6;
	}
	
	td:hover {
		color: #fff;
		background: #51a8b1;
	}
	
	
	
	/*form*/
	.form{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	label{
		font-size: 18px;
		color: #5f616e;
		font-family: 'Akrobat-Regular';
		font-weight: normal;
		width: 46%;
		margin: 0 2% 5px;
		float: left;
		height: 150px;
	}
		
	label.label-a{
		width: 96%!important;
		height: 150px;
	}
		
	label span{
		position: relative;
		left: 10px;
		border: 0!important;
		padding: 10px 20px!important;
		top: -5px
	}
	
	.input{
		float: left;
		width: 100%;
		margin: 0 0 25px;
		font-size: 20px;
		color: #5f616e;
		padding: 15px 25px 18px;
		background-color: transparent;
		text-align: left;
		border: 2px solid #4cb4bf;
		font-weight: normal;
		font-family: 'Akrobat-regular';
		border-radius: 50px;
	}
	
	span.radio-box{
		float: left!important;
		width: 100%!important;
		margin: 0 0 10px!important;
		text-align: center!important;
		background: #4cb4bf;
		color: #fff;
		left: 0!important
	}
		
	span.radio-box-a{
		float: left!important;
		width: 50%!important;
		margin: 0!important;
		text-align: left;
	}
		
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 45px 0 0;
	}
	
	.send{
		text-align: center;
		background: #29868a;
		border: 0;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-size: 25px;
		color: #fff;
		font-family: 'Akrobat-regular';
		padding: 15px 30px;
		border-radius: 50px;
		text-transform: uppercase;
		font-weight: 900;
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.8;
	}
	
	
	.input-re{
		height: 120px!important;
		float: left;
		text-align: center!important;
		margin: 30px 0!important;
		position: relative;
		width: 100%!important;
		font-family: 'Akrobat-regular';
	}
	
	.input-c{
		float: right;
		width: 10%;
		margin: -50px 45% 0!important;
		font-size: 20px;
		color: #5f616e;
		padding: 15px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #4cb4bf;
		background-color: transparent;
		font-family: 'Akrobat-regular';
		border-radius: 50px;
		position: relative;
		top: -50px
	}
	
	.input-re p{
		display: block;
		float: left!important;
		text-align: center!important;	
		font-family: 'Akrobat-regular';
		font-size: 18px;
		width: 100%;
	}
	
	.input-re label{
		width: 100%
	}
	
	.input::placeholder {
		color: #5f616e;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #5f616e;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #5f616e;
	}
		
	
	input[type="radio"] {
		background-color: #ede9e0;
		margin: 0 15px 0 0;
		font: inherit;
		color: currentColor;
		width: 1.15em;
		height: 1.15em;
		border: 0.15em solid currentColor;
		border-radius: 50%;
		float: left;
	}	
	
		
	
	
	
	
	
	
/*
	[FOOTER]
				 */
	
	/*info*/
	.info{
		float: left;
		width: 18%;
		margin: 55px 4% 0 0;
		text-align: center;
	}
	
	.info span{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.info ul{
		float: left;
		list-style: none;
		width: 100%;
		margin: 0;
	}
	
	.info ul span{
		color: #FFF;
		font-size: 11px;
		text-align: center;
		float: left;
		margin: 30px 0 10px;
	}
	
	.info ul li{
		float: left;
		width: 19%;
		margin: 0 0.5%
	}
	
	.info ul li:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	
	/*row-footer*/
	.row-footer{
		float: left;
		margin: 0 2%;
		width: 22%;
		text-align: left;
	}
	
	.row-footer h4{
		float: left;
		margin: 0 0 35px;
		width: 100%;
		font-size: 26px;
		color: #ffffff;
		border-bottom: 1px solid #545454;
		font-weight: normal;
		padding-bottom: 15px;
	}
	
	.row-footer a{
		float: left;
		width: 100%;
		color: #FFF;
		font-size: 14px;
		margin: 0 0 20px;
		font-weight: normal;
	}
	
	.row-footer a:hover{
		opacity: 0.5;
		transition: 0.5s;
	}
	
	.row-footer a em{
		position: relative;
		margin-right: 5px;
		top: -1px;
		font-size: 12px;
		margin-bottom: 5px
	}
	
	.row-footer a.contact-info{
		font-size: 14px;
		margin: 0 0 12px;
	}
	
	.row-footer a.ans{
		float: left;
		width: 100%;
		color: #FFF;
		font-size: 10px;
		margin: 25px 0 0;
		line-height: 1.4;
	}
	
	.row-footer a.contact-info img{
		position: relative;
		top: -7px;
		margin-right: 10px;
		float: left;
	}
	
	.row-footer a.ans img{
		position: relative;
		top: -2px;
		margin-right: 10px;
		float: left;
	}
	
	
	/*float-media*/
	.float-media{
		right: 2%;
		position: fixed;
		top: 40%;
		z-index: 99;
		width: 45px
	}
	
	.float-media a{
		width: auto;
		margin: 5px 0;
		float: left;
	}
	
	.float-media a:hover{
		opacity: 0.5;
		transition: 1s;
	}
	
	
	/*space*/
	span.space-a{
		margin-top: 15px;
		width: 100%;
		float: left;
		height: 10px;
	}
	
	span.space-b{
		margin-top: 15px;
		width: 100%;
		float: left;
		height: 50px;
	}
	
	
	
}