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

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


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

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

	@font-face {
		font-family: "Commissioner-ExtraBold";
		src: url("css/Commissioner-ExtraBold.ttf");
		font-weight: 900;
	}

	

@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;
	}		
	
	h1{
		font-family: "Commissioner-ExtraBold", "Segoe UI", "Trebuchet MS";
	}
	

/*
		[BACKGROUND]
						 */
	.bg-blue{
		background: #3a454f;
		z-index: 88;
		position: relative;
		top: 0;
		padding: 20px 0;
		height: 250px
	}
	
	.bg-transparent{
		z-index: 88;
		position: relative;
		top: 0;
		height: 385px;
	}
	
	.bg-white{
		position: relative;
		z-index: 33;
		background: #fff;
		padding: 0;
	}
	
	
	.bg-gray{
		position: relative;
		background: url("img/bg-gray.jpg") top center repeat-x #f6f6f6;
		z-index: 44;
		padding: 0;
		height: auto;
	}
	
	.bg-gradiente{
		position: relative;
		background: url("img/bg-gradiente-mobile.jpg") top center;
		z-index: 11;
		padding: 100px 0;
		height: auto;
	}
	
	.bg-black{
		position: relative;
		background-color: #3a454f;
		z-index: 11;
		padding: 80px 0 50px;
		height: auto;
	}
	
	.bg-section{
		z-index: 22;
		position: relative;
		top: 0;
	}
	
	.bg-footer-b{
		background: url("img/bg-green-effects-mobile.jpg") top center;
		z-index: 22;
		position: relative;
		padding: 70px 0;
	}
			

	
/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0 0 50px;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 290px;
	}
	
	
	
	/*menu*/
	.nav ul {
		font-size: 21px!important;
		margin: 0!important;
		font-weight: normal;
		padding: 0!important;
		position: absolute
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		width: 0
	}	
	
		
	/*icon-menu*/
	.icon-menu{
		float: right;
		width: 50%;
		margin: -35px 0 0;
	}
	
	.icon-menu img{
		width: 250px;
		margin: 0 0 ;
		text-align: center;
	}
	
	
	
/*
		[BANNER PRINCIPAL]
							 */
	.banner-principal{
		width: 100%;
		float: left;
		margin: 30px 0;
		text-align: center;
	}
	
	.banner-principal h2{
		color: #444b53;
		font-size: 30px;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-weight: 300;
	}
	
	.banner-principal h2 strong{
		font-family: "Commissioner-ExtraBold", "Segoe UI", "Trebuchet MS";
		color: #4fa1ab
	}
	
	.banner-principal h2 img{
		position: relative;
		left: 5px;
		top: 0px;
		width: 100px
	}
	
	.video{
		width: 320px;
		height: 200px;
		margin: 30px 0 0;
	}
	

/*
		[ANIMATION]
						 */
	#layerslider{
		height: 747px!important;
		top: 0;
		width: 100%;
		margin: 0;
		margin-bottom: 0;
	}
	
	#layerslider img{
		height: 747px!important;
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 50px 0 0!important;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
	}

	
	/*consumidor mobile*/
	.align{
		height: 900px!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		align-items: center!important;
		background: #fff;
	}
	
	#layerslider .ls-slide img.consumidor{
		width: 100%!important;
		max-width: 400px!important;
		background: url(img/desktop.jpg) top center no-repeat!important;
  		background-size: cover!important;
		height: auto!important;
		max-height: 900px!important;
		border-radius: 0!important;
		margin-top: -100px!important
	}
	
	#layerslider .ls-slide img.consumidor-a{
		width: 0!important;
		max-width: 0!important;
		background: url(img/desktop.jpg) top center no-repeat!important;
  		background-size: cover!important;
		height: auto!important;
		max-height: 0!important;
		border-radius: 0!important;
	}
	
	#layerslider .ls-slide img.consumidor-b{
		width: 0!important;
		max-width: 0!important;
		background: url(img/desktop.jpg) top center no-repeat!important;
  		background-size: cover!important;
		height: auto!important;
		max-height: 0!important;
		border-radius: 0!important;
	}
	
	/**/
	#layerslider .ls-slide span {
		width: 100%;
		float: left;
		margin: 0
	}
	
	#layerslider .ls-slide h2 {
		font-size: 30px;
		color: #fefefe;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		text-align: center;
		letter-spacing: 0;
		margin: 0 0 0;
		width: 100%;
		float: right;
	}
	
	#layerslider .ls-slide h2 em{
		font-style: normal;
		font-size: 22px;
	}
	
	#layerslider .ls-slide h2 strong {
		font-weight: bold;
		font-size: 30px;
		top: 25px;
		position: relative;
	}
	
	#layerslider .ls-slide h2 img.logo-anima{
		height: 30px!important;
		border-radius: 0!important;
		margin-left: 10px;
		position: relative;
		top: 2px
	}
	
	#layerslider .ls-slide p {
		font-size: 14px;
		color: #fefefe;
		font-weight: normal;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 0;
		margin: 50px 0 0;
		width: 100%;
		float: right;
		border-bottom: 0;
		border-left: 0;
		padding: 0;
		left: 0;
		position: relative
	}
	

	#layerslider .ls-slide .more{
		width: 100%;
		float: left;
		margin: 35px 0 0
	}
	
	#layerslider .ls-slide .more a{
		width: 46%;
		float: left;
		margin: 0 2%;
		text-align: center;
	}
	
	#layerslider .ls-slide .more a img{
		height: 40px!important
	}
	
	/**/
	#layerslider .ls-slide  .img-banner{
		float: left;
		width: 100%!important;
		text-align: center!important;
		margin: 30px 0 0!important;
	}
	
	#layerslider .ls-slide .img-banner img{
		height: 310px!important
	}
	
	
/*
		[ARTICLE]
						 */			
	
	/*demo*/
	.bg-demo{
		position: relative;
		background: rgba(22,22,22,1.00);
		z-index: 11;
		padding: 0;
		height: auto;
	}
	
	.demo{
		float: left;
		width: 100%;
		margin: 35px 0;
	}
	
	.demo figure{
		float: left;
		width: 100%;
		text-align: center;
		position: relative;
		border: 0;
		min-height: auto;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		align-items: center;
		bottom: 0;
	}
	
	.demo figure img{
		width: 300px;
	}
	
	.demo span{
		float: right;
		width: 100%;
		text-align: center;
		color: #fff;
		min-height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.demo span h2{
		font-size: 40px;
		margin-bottom: 40px;
		line-height: 1.3;
		width: 90%;
		font-family: "Commissioner-ExtraBold", "Segoe UI", "Trebuchet MS";
	}
	
	.demo span p{
		font-size: 18px;
		width: 90%;
		line-height: 1.3;
		margin-bottom: 30px;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.demo span a{
		background: #2dbe51;
		color: #fff;
		border-radius: 50px;
		border: 0;
		float: left;
		font-size: 16px;
		padding: 15px 30px;
		width: 80%;
		text-align: center;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
	}
	
	
	
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 90px 0;
		position: relative;
		text-align: center;
		color: #3a454f;
		border-bottom: 1px solid #3a454f;
		padding: 0 0 50px
	}
		
	aside h2{
		font-size: 55px;
		font-weight: lighter;
		line-height: 0.8;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
	}	
	
	aside h2 span{
		background: #003b4f;
		height: 15px;
		width: 20%;
		float: left;
		margin: 25px 40% 0;
		border-radius: 50px;
		font-family: "Commissioner-ExtraBold", "Segoe UI", "Trebuchet MS";
	}	
	
	aside p{
		font-size: 33px;
		line-height: 1.0;
		letter-spacing: 0;
		margin: 35px 0 0;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
	}	
	
	
	/*img-about*/
	.img-about{
		float: left;
		width: 90%;
		margin: 15px 5% -25px;
		text-align: center
	}
	
	
	/*services*/
	.services{
		float: right;
		width: 100%;
		margin: 0 0 0;
		text-align: center;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.services span{
		float: left;
		width: 80%;
		margin: 0 10% 0;
	}
		
	.services h3{
		background: #003b4f;
		float: right;
		width: 90%;
		margin: 15px 5% 5px;
		color: #fff;
		font-size: 22px;
		border-radius: 50px;
		text-align: center;
		padding: 10px 30px;
		font-family: "Commissioner-ExtraBold", "Segoe UI", "Trebuchet MS";
	}
		
	.services p{
		float: right;
		width: 90%;
		margin: 30px 5% 0;
		font-weight: normal;
		text-align: center;
		color: #003b4f;
		font-size: 20px;
		line-height: 1.2;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
	}
		
	.services a{
		float: right;
		width: 100%;
		margin: 30px 0 50px;
		text-align: center;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
	}		
	
	.services a img{
		width: 230px
	}		
	
	
	/*about*/	
	.about{
		float: right;
		width: 100%;
		margin: 0 0 100px;
	}	
	
	.about h2{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 30px;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
		color: #3a454f;
		line-height: 1;
		margin: 130px 2.5% 0;
		letter-spacing: -1px;
		font-weight: 300;
	}
				
	.about h2 span{
		float: left;
		width: 60%;
		margin: -35px 20% 25px;
	}
		
	.about h2 span img{
		width: 100px;
	}
		
	.about p{
		color: #464b54;
		text-align: left;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		width: 100%;
		float: left;
		line-height: 1.3;
		margin: 45px 0 0;
		font-weight: normal;
	}
	
	.about .video{
		float: right;
		width: 95%;
		height: 225px;
		margin: 50px 2.5% 0;
		padding: 0
	}
	
	
	
	/*column*/
	h3.title-green{
		background: url("img/bg-green-effects-mobile.jpg") center center;
		color: #fff;
		text-align: center;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 28px;
		width: 100%;
		float: left;
		line-height: 1.0;
		margin: 0 0 0;
		font-weight: lighter;
		padding: 50px 30px;
	}
	
	h3.title-green strong{
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
	}
	
	ul.column{
		float: left;
		width: 100%;
		list-style: none;
		margin: 150px 0
	}
	
	ul.column li{
		float: left;
		width: 90%;
		list-style: none;
		margin: 0 5% 40px;
		text-align: center;
		border: 1px solid #e8e8e8;
		border-radius: 50%;
		padding: 30px 0 0;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
		height: 320px;
	}
			
	ul.column li span{
		font-size: 50px;
		color: #339999;
		font-weight: 900;
	}
	
	ul.column li p{
		color: #3b454f;
		font-size: 22px;
		line-height: 1;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	ul.column li p strong{
		font-size: 30px;
		font-weight: bold;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
	}
	
	ul.column li a{
		position: relative;
		top: 50px;
		width: 60%;
		margin: 0 20%;
		float: left;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
	}
	
	
	/*banner01*/
.banner01 {
    width: 100%;
    overflow: hidden;
	text-align: center;
	float: left;
	margin: 25px 0 0
}

.banner01 img {
    width: 60%;
    display: none;
	margin: 0 20%
}

.banner01 img:first-child {
    display: block;
}	
	
	
	
	/*testemonials*/
	ul.testemonials{
		float: left;
		list-style: none;
		width: 80%;
		margin: 0 10%;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
		color: #4b555e;
	}
	
	h2.tit-test{
		float: left;
		width: 100%;
		margin: 35px 0;
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		font-family: "Commissioner-ExtraBold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		line-height: 1
	}
	
	ul.testemonials h4{
		float: left;
		width: 100%;
		margin: -20px 0 40px;
		text-align: center;
		font-size: 25px;
		font-weight: lighter;
		line-height: 1.1;
	}
	
	ul.testemonials li{
		float: left;
		width: 80%;
		margin: 0 10% 50px;
		text-align: center
	}

	ul.testemonials li p{
		font-size: 18px;
		text-align: left;
		margin: 20px 0 10px;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
	}

	ul.testemonials li h3{
		font-size: 16px;
		color: #4fa1ab;
		text-align: left;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
	}

	ul.testemonials li h3 img{
		float: right;
		position: relative;
		right: 0;
		top: -5px
	}
	
	
	
	
	/*collapsible*/
	.bg-collapsible{
		position: relative;
		background-color: #3a454f;
		z-index: 11;
		padding: 0;
		width: 100%;
		float: left;
	}
	
	.bg-collapsible span.collapsible-align{
		height: 900px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
	}
	
	.title-collapsible{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 60px;
	}
	
	.title-collapsible h2{
		color: #fff;
		font-size: 40px;
		font-family: "Commissioner-ExtraBold", "Segoe UI", "Trebuchet MS";
		float: right;
		width: 100%;
		line-height: 1.0;
	}
	
	.title-collapsible span{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
	}
	
	.title-collapsible span img{
		width: auto;
	}
	
	.collapsible {
		background-color: transparent;
		cursor: pointer;
		padding: 0 0 20px;
		width: 90%;
		border: none;
		text-align: center;
		outline: none;
		margin: 0 5%;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
		border-bottom: 2px solid #ffffff;
	}
	
		
	.collapsible span {
		background-color: transparent;
		color: #fff;
		font-weight: normal;
		font-size: 14px;
		padding: 20px 50px 0 0;
		width: 90%;
		float: left;
		font-style: italic;
		padding-left: 35px
	}
	
	.collapsible span strong{
		color: #339999;
		font-style: normal;
		font-size: 27px;
		padding-right: 20px;
		font-weight: 900;
		padding-bottom: 30px;
		height: 50px;
		width: 60px;
		float: left;
		position: relative;
		top: -10px
	}
	
	.collapsible span:hover {
		opacity: 0.5;
		transition: 1s;
	}
	
	.active_c, .collapsible:hover {
		background-color: transparent;
	}
	
	.collapsible:after {
		content: url("img/bottom.png");
		color: white;
		font-weight: bold;
		float: left;
		margin-left: 0;
		width: 8%;
		position: relative;
		top: 20px
	}
	
	.active_c:after {
		content: url("img/top.png");
	}
	
	
	.info {
		padding: 0 18px 35px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		background-color: transparent;
		margin-bottom: 5px;
		width: 90%;
		margin: 0 5% 0px;
		float: left;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
	}	
	
	.info p {
		padding: 16px;
		font-size: 14px;
		text-align: justify;
		width: 100%;
		float: left;
		margin: 25px 0 0;
	}
	
	
	/*form*/
	.bg-form{
		background: #fff;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0 0 25px;
	}
	
	.bg-form span{
		height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	form{
		float: left;
		width: 100%;
		margin: 0;
		color: #fff
	}
	
	.tit-form{
		float: left;
		width: 90%;
		margin: 0 5% 55px;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
		text-align: center;
		font-size: 16px;
	}
	
	.tit-form p{
		float: left;
		width: 100%;
		margin: 5px 0 ;
		line-height: 1.3;
		font-weight: normal;
	}
	
	.tit-form figure{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0
	}
	
		
	.input{
		float: left;
		width: 80%;
		margin: 7px 10% 28px;
		font-size: 18px;
		color: #4fa1ab;
		padding: 15px 25px;
		background-color: transparent;
		text-align: left;
		border: 0;
		border-bottom: 2px solid #4fa1ab;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
		text-transform: uppercase;
		font-weight: bold;
		padding-left: 95px
	}	
	
	.input-icon{
		background: url("img/input-a.png") center left no-repeat;
	}
	
	.input-icon-a{
		background: url("img/input-b.png") center left no-repeat;
	}
	
	.input-icon-b{
		background: url("img/input-c.png") center left no-repeat;
	}
			
	.input-icon-c{
		background: url("img/input-d.png") center left no-repeat;
	}
			
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #4fa1ab;
		border: 0;
		font-size: 22px;
		padding: 0;
		cursor: pointer;
		width: 150px;
		height: 50px;
		position: relative;
		z-index: 44;
		margin: 0;
		color: #fff;
		border-radius: 50px;
		font-family: "Commissioner-ExtraBold", "Segoe UI", "Trebuchet MS";
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.7;
	}
	
	.input-c{
		float: right;
		width: 20%;
		margin: 25px 40% 0;
		font-size: 16px;
		color: #fff;
		padding: 15px;
		text-align: center;
		border-radius: 50px;
		font-weight: bold;
		border: 2px solid #4fa1ab;
		background-color: transparent;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.input-re{
		height: 180px!important;
		float: left;
		text-align: center!important;
		margin: 0 10%!important;
		position: relative;
		width: 80%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}	

	.input-re p{
		margin-top: 30px!important;
		text-align: center;
	}	

	.input-re p label{
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
		float: none;
		text-align: center!important;
		font-size: 16px!important;
	}	
	
	
	.input::placeholder {
		color: #4fa1ab;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #4fa1ab;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #4fa1ab;
	}
	
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 100%;
		margin: 100px 0 0;
		text-align: center;
	}
	
	.sidebar img{
		width: auto;
	}
	
/*CARROSSEL*/
#carrossel {
	margin:0 auto;
	width:100%;
	height:auto;
	top: -50px;
	position: relative;
	margin-bottom: -50px;
	}
	
#carrossel ul {
	list-style:none;
	float:left;
	width:100%
	}
	
.depoimentos{
	float:right;
	width:100%;
	height:auto;
	}
	
#menu-carrossel{
	float:right;
	clear: both;
	width: 100%;
	text-align: center;
	height: 15px;
	position:relative;
	margin-top:25px;
	margin-bottom: 25px;
	margin-right:0;
	}
	
.next{
	float:none;
	text-align: center
	}
	/* Style the buttons */
.btn {
  border: none;
  outline: none;
  cursor: pointer;
}

/* Style the active class (and buttons on mouse-over) */
.active {
	opacity: 1;
}

/* Style the active class (and buttons on mouse-over) */
.btn:hover {
	opacity: 0.5;
}
	
		
	
	/*contact*/
	.contact{
		float: right;
		width: 100%;
		margin: 50px 0 0;
		color: #003b4f;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.line-contact{
		width: 0;
		background: #003b4f;
		height: 0;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0
	}
	
	
	.tit-contact span{
		float: left;
		width: 100%;
		padding: 30px 0 ;
		text-align: center
	}
	
	.tit-contact h2{
		float: right;
		width: 100%;
		text-align: center;
		height: auto;
		color: #003b4f;
		font-family: "Commissioner-ExtraBold", "Segoe UI", "Trebuchet MS";
		font-size: 40px;
		line-height: 0.9;
		font-weight: 300;
	}

	
	.contact ul{
		width: 100%;
		margin: 50px 0 0;
		list-style: none;
		position: relative;
		z-index: 22
	}
	
	.contact ul li{
		width: 100%;
		margin: 25px 0;
		text-align: center;
		float: left;
	}
	
	.contact ul li span{
		float: left;
		width: 100%;
		padding: 10px 0
	}
	
	.contact ul li span img{}
	
	.contact ul li a{
		float: right;
		width: 100%;
		text-align: center;
		color: #003b4f;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		line-height: 1.3
	}
	
	.contact ul li a strong{
		margin-bottom: -25px;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
	}
	
	a.agender{
		width: 100%;
		float: left;
		margin: 60px 0;
		text-align: center;
	}
	
	
	
	
	
/*
		[FOOTER]
						 */
	/*map*/
	.map{
		float: left;
		width: 100%;
		border: 0;
		height: 350px;
		position: relative;
		z-index: 1
	}
	
	.bg-map{
		background: rgba(38,49,59,0.9);
		height: 170px;
		width: 100%;
		float: left;
		position: relative;
		z-index: 33;
		top: -350px;
		margin-bottom: -350px;
	}
	
	
	/*media*/
	.media{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
				font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";

	}
	
	.media span a img{
		width: 150px
	}
	
	
	.media ul {
		list-style: none;
		margin: 25px 20% 0;
		width: 60%;
		float: left;
	}
	
	.media ul p{
		color: #fff;
		font-size: 16px;
		font-weight: 300;
	}
	
	
	.media ul li{
		float: left;
		width: 25%;
		padding: 12px 0;
	}
	
	.media ul li img{
		width: auto!important
	}
		
	
	/*ans*/
	.ans{
		float: right;
		width: 100%;
		text-align: center;
		font-size: 12px;
		color: #f6f6f6;
		font-family: "Commissioner-SemiBold", "Segoe UI", "Trebuchet MS";
		margin: 70px 0 0;
		letter-spacing: 0.5px;  
		font-weight: normal;
		line-height: 1.2;
		text-transform: uppercase;
	}
	
	.ans a{
		color: #fff;
	}
	
	.ans img{
		position: relative;
		top: -15px;
		width: 25px
	}
	
	/*cnpj*/
	.cnpj{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 14px;
		color: #f6f6f6;
		margin: 35px 0 0;
		font-weight: normal;
		line-height: 1.2;
		border-top: 1px solid #f6f6f6;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
		padding: 30px 0 15px

	}
	
			
	/*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;
	}
	
	/*cookies*/
    .box-cookies.hide {
      display: none !important;
    }
    
    .box-cookies {
      position: fixed;
      background: rgba(0, 0, 0, .9);
      width: 100%;
      z-index: 999999999;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
        flex-direction: column;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
    }
    
    .box-cookies .msg-cookies,
    .box-cookies .btn-cookies {
      text-align: left;
      padding: 10px 25px 5px;
      color: #fff;
      font-size: 12px;
    }
    
    .box-cookies .msg-cookies,
    .box-cookies .btn-cookies strong {
      font-size: 12px;
    }
    
    .msg-cookies a{
      font-size: 13px;
		color: #fff;
      border-bottom: 1px solid #fff;
      font-weight: bold
    }
    
    .msg-cookies a:hover{
      border-bottom: 1px solid #fff;
      color: #fff;
		opacity: 1
    }
    
    .box-cookies .btn-cookies {
      background: #003b4f;
      cursor: pointer;
      align-self: normal;
		font-family: "Commissioner-Regular", "Segoe UI", "Trebuchet MS";
      border: 0;
    }
    
    .box-cookies .btn-cookies:hover {
      opacity: 0.6
    }
	
	
}









@media only screen and (min-width: 603px) {	
	/*consumidor mobile*/
	.align{
		height: 725px!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		align-items: center!important;
		background: #fff;
	}
	
	#layerslider .ls-slide img.consumidor{
		width: 0!important;
		max-width: 0!important;
		background: url(img/desktop.jpg) top center no-repeat!important;
  		background-size: cover!important;
		height: auto!important;
		max-height: 0!important;
		border-radius: 0!important;
	}
	
	#layerslider .ls-slide img.consumidor-a{
		width: 100%!important;
		max-width: 2000px!important;
		background: url(img/desktop.jpg) top center no-repeat!important;
  		background-size: cover!important;
		height: auto!important;
		max-height: 750px!important;
		border-radius: 0!important;
	}
	
	#layerslider .ls-slide img.consumidor-b{
		width: 0!important;
		max-width: 0!important;
		background: url(img/desktop.jpg) top center no-repeat!important;
  		background-size: cover!important;
		height: auto!important;
		max-height: 0!important;
		border-radius: 0!important;
	}
	
	
	
	ul.column li{
		width: 50%;
		margin: 0 25% 50px;
		border: 2px solid #e8e8e8;
		height: 320px;
	}
	
	.video{
		width: 600px;
		height: 300px;
	}

	/*cookies*/
      .box-cookies {
        flex-direction: row;
      }
	
	
}










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

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


/*
		[BACKGROUND]
						 */
	.bg-blue{
		background: #3a454f;
		z-index: 88;
		position: relative;
		top: 0;
		padding: 40px 0;
		height: 200px
	}
	
	.bg-transparent{
		z-index: 88;
		position: relative;
		top: 0;
		height: 385px;
	}
	
	.bg-white{
		position: relative;
		z-index: 33;
		background: #fff;
		padding: 0;
	}
	
	
	.bg-gray{
		position: relative;
		background: url("img/bg-gray.jpg") top center repeat-x #f6f6f6;
		z-index: 44;
		padding: 0;
		height: auto;
	}
	
	.bg-gradiente{
		position: relative;
		background: url("img/bg-gradiente.jpg") top center;
		z-index: 11;
		padding: 100px 0;
		height: auto;
	}
	
	.bg-black{
		position: relative;
		background-color: #3a454f;
		z-index: 11;
		padding: 80px 0 50px;
		height: auto;
	}
	
	.bg-section{
		z-index: 22;
		position: relative;
		top: 0;
	}
	
	.bg-footer-b{
		background: url("img/bg-green-effects.jpg") center center;
		z-index: 22;
		position: relative;
		padding: 70px 0;
	}
			

	
/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 300px;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 300px;
	}
	
	
	
	/*menu*/
	.nav ul {
		font-size: 21px!important;
		margin: 15px 0 0!important;
		font-weight: normal;
		padding: 0!important;
		position: relative!important
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -38px;
		left: 4px;
		width: auto
	}	
	
	
	/*icon-menu*/
	.icon-menu{
		float: right;
		width: auto;
		margin: 55px 0 0;
	}
	
	.icon-menu img{
		width: 250px;
		margin: 0;
		text-align: center;
	}
	
		
/*
		[BANNER PRINCIPAL]
							 */
	.banner-principal{
		width: 100%;
		float: left;
		margin: 130px 0;
		text-align: center;
	}
	
	.banner-principal h2{
		color: #444b53;
		font-size: 60px;
		line-height: 1.0;
		font-weight: 300;
	}
	
	.banner-principal h2 strong{
		font-weight: bold;
		color: #4fa1ab
	}
	
	.banner-principal h2 img{
		position: relative;
		left: 5px;
		top: 2px;
		width: 220px
	}
	
	.video{
		width: 600px;
		height: 365px;
		margin: 50px 0 0;
	}
	
	
/*
		[ANIMATION]
						 */
	
	
/*
		[ANIMATION]
						 */
	#layerslider{
		height: 747px!important;
		top: 0;
		width: 100%;
		margin: 0;
		margin-bottom: 0;
	}
	
	#layerslider img{
		height: 747px!important;
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 100px 0 0!important;
	}
	
	
	/*consumidor mobile*/
	.align{
		height: 830px!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		align-items: center!important;
		background: #fff;
	}
	
	#layerslider .ls-slide img.consumidor{
		width: 0!important;
		max-width: 0!important;
		background: url(img/desktop.jpg) top center no-repeat!important;
  		background-size: cover!important;
		height: auto!important;
		max-height: 0!important;
		border-radius: 0!important;
	}
	
	#layerslider .ls-slide img.consumidor-a{
		width: 0!important;
		max-width: 0!important;
		background: url(img/desktop.jpg) top center no-repeat!important;
  		background-size: cover!important;
		height: auto!important;
		max-height: 0!important;
		border-radius: 0!important;
	}
	
	#layerslider .ls-slide img.consumidor-b{
		width: 100%!important;
		max-width: 2000px!important;
		background: url(img/desktop.jpg) top center no-repeat!important;
  		background-size: cover!important;
		height: auto!important;
		max-height: 750px!important;
		border-radius: 0!important;
	}
	
	/**/
	
	/**/
	#layerslider .ls-slide span {
		width: 45%;
		float: left;
		margin: 0
	}
	
	#layerslider .ls-slide h2 {
		font-size: 45px;
		color: #fefefe;
		font-weight: 300;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 0;
		margin: 0 0 0;
		width: 100%;
		float: right;
	}
	
	#layerslider .ls-slide h2 em{
		font-style: normal;
		font-size: 28px;
	}
	
	#layerslider .ls-slide h2 strong {
		font-weight: bold;
		font-size: 45px;
		top: 25px;
		position: relative;
		line-height: 0.9!important
	}
	
	#layerslider .ls-slide h2 img.logo-anima{
		height: 45px!important;
		border-radius: 0!important;
		margin-left: 10px;
		position: relative;
		top: 2px
	}
	
	#layerslider .ls-slide p {
		font-size: 16px;
		color: #fefefe;
		font-weight: normal;
		line-height: 1.4;
		text-align: left;
		letter-spacing: 0;
		margin: 50px 0 0;
		width: 100%;
		float: right;
		border-bottom: 0;
		border-left: 0;
		padding: 25px 0;
		left: 0;
		position: relative
	}
	

	
	
	/**/
	
	#layerslider .ls-slide .more{
		width: 100%;
		float: left;
		margin: 50px 0 0
	}
	
	#layerslider .ls-slide .more a{
		width: 50%;
		float: left;
		margin: 0;
		text-align: center;
	}
	
	#layerslider .ls-slide .more a img{
		height: 60px!important
	}
	
	/**/
	#layerslider .ls-slide  .img-banner{
		float: right!important;
		width: 55%!important;
		text-align: center!important;
		margin: 0!important;
	}
	
	#layerslider .ls-slide .img-banner img{
		height: 500px!important
	}
	
	
/*
		[ARTICLE]
						 */			
	
	/*demo*/
	.bg-demo{
		position: relative;
		background: rgba(22,22,22,1.00);
		z-index: 11;
		padding: 0;
		height: auto;
	}
	
	.demo{
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.demo figure{
		float: left;
		width: 40%;
		text-align: center;
		position: relative;
		border: 0;
		min-height: 600px;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		align-items: flex-end;
		bottom: 0;
		left: 3%
	}
	
	.demo figure img{
		width: auto;
	}
	
	.demo span{
		float: right;
		width: 50%;
		text-align: left;
		color: #fff;
		min-height: 600px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: baseline;
	}
	
	.demo span h2{
		font-size: 40px;
		margin-bottom: 40px;
		line-height: 1.3;
		width: 80%;
	}
	
	.demo span p{
		font-size: 18px;
		width: 80%;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	
	.demo span a{
		background: #2dbe51;
		color: #fff;
		border-radius: 50px;
		border: 0;
		float: left;
		font-size: 16px;
		padding: 15px 30px;
		width: 40%;
		text-align: center;
	}
	
	
	/*aside*/
	aside{
		float: left;
		width: 35%;
		margin: 200px 0;
		position: relative;
		text-align: left;
		color: #3a454f;
		border-bottom: 1px solid #3a454f;
		padding: 0 0 50px
	}
		
	aside h2{
		font-size: 65px;
		font-weight: lighter;
		line-height: 0.8;
	}	
	
	aside h2 span{
		background: #003b4f;
		height: 15px;
		width: 80px;
		float: left;
		margin: 25px 0 0;
		border-radius: 50px;
	}	
	
	aside p{
		font-size: 33px;
		font-weight: lighter;
		line-height: 1.0;
		letter-spacing: 0;
		margin: 15px 0 0
	}	
	
	
	
	/*img-about*/
	.img-about{
		float: left;
		width: 55%;
		margin: 0;
		text-align: center
	}
	
	
	
	
	/*services*/
	.services{
		float: right;
		width: 65%;
		margin: 190px 0 0;
		text-align: center;
	}
	
	.services span{
		float: left;
		width: 50%;
		margin: 0;
	}
		
	.services h3{
		background: #003b4f;
		float: right;
		width: 45%;
		margin: 0 0 13px;
		color: #fff;
		font-size: 25px;
		font-weight: bold;
		border-radius: 50px;
		text-align: center;
		padding: 7px 25px
	}
		
	.services p{
		float: right;
		width: 45%;
		margin: 30px 0 0;
		font-weight: normal;
		text-align: left;
		color: #003b4f;
		font-size: 20px;
		line-height: 1.2;
	}
		
	.services a{
		float: right;
		width: 45%;
		margin: 30px 0 0;
		text-align: left;
	}		
	
	.services a img{
		width: 230px
	}		
	
	
	/*about*/	
	.about{
		float: right;
		width: 100%;
		margin: 0 0 100px;
	}	
	
	.about h2{
		float: left;
		width: 95%;
		text-align: left;
		font-size: 45px;
		color: #3a454f;
		line-height: 1;
		margin: 130px 2.5% 70px;
		letter-spacing: -2px;
		font-weight: 300;
	}
				
	.about h2 span{
		float: left;
		width: auto;
		margin: -35px 40px 0 0;
	}
		
	.about h2 span img{
		width: 120px;
	}
		
	.about p{
		color: #464b54;
		text-align: left;
		font-size: 22px;
		width: 40%;
		float: left;
		line-height: 1.5;
		margin: 20px 0 0;
		font-weight: normal;
	}
	
	.about .video{
		float: right;
		width: 55%;
		height: 300px;
		border-radius: 0;
		margin: 0 0 50px;
		transform: scale(1);
		border: 0;
		padding:0
	}	
	
	
	/*column*/
	h3.title-green{
		background: url("img/bg-green-effects.jpg") center center;
		color: #fff;
		text-align: center;
		font-size: 40px;
		width: 100%;
		float: left;
		line-height: 1.0;
		margin: 0 0 0;
		font-weight: lighter;
		padding: 90px 0;
	}
	
	ul.column{
		float: left;
		width: 100%;
		list-style: none;
		margin: 150px 0
	}
	
	ul.column li{
		float: left;
		width: 31.3%;
		list-style: none;
		margin: 0 1%;
		text-align: center;
		border: 1px solid #e8e8e8;
		border-radius: 50%;
		padding: 30px 0 0;
		height: 320px;
	}
			
	ul.column li span{
		font-size: 50px;
		color: #339999;
		font-weight: 900;
	}
	
	ul.column li p{
		color: #3b454f;
		font-size: 22px;
		line-height: 1
	}
	
	ul.column li p strong{
		font-size: 30px;
		font-weight: bold;
	}
	
	ul.column li a{
		position: relative;
		top: 50px;
		width: 60%;
		margin: 0 20%;
		float: left
	}
	
	
	
	/*testemonials*/
	ul.testemonials{
		float: left;
		list-style: none;
		width: 100%;
		margin: 0;
		color: #4b555e;
	}
	
	h2.tit-test{
		float: left;
		width: 100%;
		margin: 50px 0;
		text-align: center;
		font-size: 50px;
		font-weight: bold;
		color: #fff;
		line-height: 1
	}
	
	ul.testemonials h4{
		float: left;
		width: 100%;
		margin: -35px 0 60px;
		text-align: center;
		font-size: 30px;
		font-weight: lighter;
		line-height: 1.1;
	}
	
	ul.testemonials li{
		float: left;
		width: 19%;
		margin: 0 3%;
		text-align: left
	}

	ul.testemonials li p{
		font-size: 16px;
		text-align: left;
		margin: 20px 0 5px;
		height: auto;
	}

	ul.testemonials li h3{
		font-size: 14px;
		color: #4fa1ab;
	}

	ul.testemonials li h3 img{
		float: right;
		position: relative;
		right: 10px;
		top: 0px;
		width: 20px
	}
	
	
	
	
	/*collapsible*/
	.bg-collapsible{
		position: relative;
		background-color: #3a454f;
		z-index: 11;
		padding: 0;
		width: 100%;
		float: left;
	}
	
	.bg-collapsible span.collapsible-align{
		height: 900px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		width: 60%;
		margin: 0 20%
	}
	
	.title-collapsible{
		float: left;
		width: 50%;
		text-align: left;
		margin: 0 25% 60px;
	}
	
	.title-collapsible h2{
		color: #fff;
		font-size: 40px;
		float: right;
		width: 65%;
		line-height: 1.0;
	}
	
	.title-collapsible span{
		float: left;
		width: 30%;
		text-align: center;
		margin: 0
	}
	
	.title-collapsible span img{
		width: auto;
	}
	
	.collapsible {
		background-color: transparent;
		cursor: pointer;
		padding: 0 0 20px;
		width: 90%;
		border: none;
		text-align: left;
		outline: none;
		margin: 0 5%;
		border-bottom: 2px solid #ffffff;
	}
	
		
	.collapsible span {
		background-color: transparent;
		color: #fff;
		font-weight: normal;
		font-size: 16px;
		padding: 20px 50px 0 0;
		width: 90%;
		float: left;
		font-style: italic;
		padding-left: 35px
	}
	
	.collapsible span strong{
		color: #339999;
		font-style: normal;
		font-size: 27px;
		padding-right: 20px;
		font-weight: 900;
		padding-bottom: 30px;
		height: 50px;
		width: 60px;
		float: left;
		position: relative;
		top: -10px
	}
	
	.collapsible span:hover {
		opacity: 0.5;
		transition: 1s;
	}
	
	.active_c, .collapsible:hover {
		background-color: transparent;
	}
	
	.collapsible:after {
		content: url("img/bottom.png");
		color: white;
		font-weight: bold;
		float: left;
		margin-left: 0;
		width: 8%;
		position: relative;
		top: 20px
	}
	
	.active_c:after {
		content: url("img/top.png");
	}
	
	
	.info {
		padding: 0 18px 35px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		background-color: transparent;
		margin-bottom: 5px;
		width: 90%;
		margin: 0 5% 0px;
		float: left;
		color: #fff;
	}	
	
	.info p {
		padding: 16px;
		font-size: 14px;
		text-align: justify;
		width: 100%;
		float: left;
		margin: 25px 0 0;
	}
	
	
	/*form*/
	
	
	
	.bg-form{
		background: #fff;
		float: left;
		width: 50%;
		min-height: auto;
		position: relative;
		margin: 0;
	}
	
	.bg-form span{
		height: 900px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	form{
		float: left;
		width: 100%;
		margin: 0;
		color: #fff
	}
	
	.tit-form{
		float: left;
		width: 60%;
		margin: 0 20% 25px;
		text-align: left;
		font-size: 16px;
	}
	
	.tit-form p{
		float: left;
		width: 85%;
		margin: 5px 0 ;
		line-height: 1.3;
		font-weight: normal;
	}
	
	.tit-form figure{
		float: right;
		width: 10%;
		text-align: center;
		margin: 0
	}
	
		
	.input{
		float: left;
		width: 60%;
		margin: 7px 20% 12px;
		font-size: 18px;
		color: #4fa1ab;
		padding: 15px 25px;
		background-color: transparent;
		text-align: left;
		border: 0;
		border-bottom: 2px solid #4fa1ab;
		text-transform: uppercase;
		font-weight: bold;
		padding-left: 95px
	}	
	
	.input-icon{
		background: url("img/input-a.png") center left no-repeat;
	}
	
	.input-icon-a{
		background: url("img/input-b.png") center left no-repeat;
	}
	
	.input-icon-b{
		background: url("img/input-c.png") center left no-repeat;
	}
			
	.input-icon-c{
		background: url("img/input-d.png") center left no-repeat;
	}
			
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #4fa1ab;
		border: 0;
		font-size: 22px;
		padding: 0;
		cursor: pointer;
		width: 150px;
		height: 50px;
		position: relative;
		z-index: 44;
		margin: 0;
		color: #fff;
		border-radius: 50px
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.7;
	}
	
	.input-c{
		float: right;
		width: 20%;
		margin: 25px 40% 0;
		font-size: 16px;
		color: #4fa1ab;
		padding: 15px;
		text-align: center;
		border-radius: 50px;
		font-weight: bold;
		border: 2px solid #4fa1ab;
		background-color: transparent;
	}
	
	.input-re{
		height: 180px!important;
		float: left;
		text-align: center!important;
		margin: 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}	

	.input-re p{
		margin-top: 30px!important;
		text-align: center;
	}	

	.input-re p label{
		float: none;
		text-align: center!important;
		font-size: 16px!important;
	}	
	
	
	.input::placeholder {
		color: #4fa1ab;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #4fa1ab;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #4fa1ab;
	}
	
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 45%;
		margin: 150px 0 0;
		text-align: center;
	}
	
	.sidebar img{
		width: auto;
	}
	
	
	
	/*carousel*/
	
	#carrossel {
		margin:0 auto;
		width:100%;
		height:auto;
		top: 0;
		position: relative;
		margin-bottom: 0;
	}
	
	#carrossel ul {
		list-style: none;
		float: left;
		width: 100%
	}
	
	.depoimentos{
		float: left;
		width: 100%;
		height: auto;
	}
	
	#menu-carrossel{
		float:right;
		clear: both;
		width: 100%;
		text-align: center;
		height: 0;
		position:relative;
		margin-top:-280px;
		margin-right:0;
		z-index: 8;
	}
	
	.next{
		float:right;
		margin-right: -55px;
		cursor: pointer
	}
	
	/* Style the buttons */
	.btn {
		border: none;
		outline: none;
		cursor: pointer;
	}
	
	/* Style the active class (and buttons on mouse-over) */
	.active {
		opacity: 0;
	}
	
	/* Style the active class (and buttons on mouse-over) */
	.btn:hover {
		opacity: 0.5;
	}
	
	.prev{
		float:left;
		margin-left: -55px;
		cursor: pointer;
	}
	

	
	
	/*contact*/
	.contact{
		float: right;
		width: 50%;
		margin: 120px 0 0;
		color: #003b4f;
	}
	
	.line-contact{
		width: 2px;
		background: #003b4f;
		height: 350px;
		position: absolute;
		z-index: 1;
		top: 107px;
		left: 50px
	}
	
	
	
	.tit-contact span{
		float: left;
		width: 20%;
		padding: 30px 0;
		text-align: center
	}
	
	.tit-contact h2{
		float: right;
		width: 75%;
		text-align: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 130px;
		color: #003b4f;
		font-size: 50px;
		line-height: 0.9;
		font-weight: 300;
	}

	
	.contact ul{
		width: 100%;
		margin: 0;
		list-style: none;
		position: relative;
		z-index: 22
	}
	
	.contact ul li{
		width: 100%;
		margin: 0 0 2px;
		text-align: center;
		float: left;
	}
	
	.contact ul li span{
		float: left;
		width: 20%;
		padding: 45px 0
	}
	
	.contact ul li span img{}
	
	.contact ul li a{
		float: right;
		width: 75%;
		text-align: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 130px;
		color: #003b4f;
		font-size: 20px;
		line-height: 1.3
	}
	
	.contact ul li a strong{
		margin-bottom: -25px
	}
	
	a.agender{
		width: 100%;
		float: left;
		margin: 60px 0;
		text-align: center;
	}
	
	
	
	
	
/*
		[FOOTER]
						 */
	/*map*/
	.map{
		float: left;
		width: 100%;
		border: 0;
		height: 350px;
		position: relative;
		z-index: 1
	}
	
	.bg-map{
		background: rgba(38,49,59,0.9);
		height: 170px;
		width: 100%;
		float: left;
		position: relative;
		z-index: 33;
		top: -350px;
		margin-bottom: -350px;
	}
	
	
	/*media*/
	.media{
		float: left;
		width: 25%;
		margin: 0;
		text-align: center;
	}
	
	.media span a img{
		width: 150px
	}
	
	
	.media ul {
		list-style: none;
		margin: 25px 10% 0;
		width: 80%;
		float: left;
	}
	
	.media ul p{
		color: #fff;
		font-size: 16px;
		font-weight: 300;
	}
	
	
	.media ul li{
		float: left;
		width: 25%;
		padding: 12px 0;
	}
	
	.media ul li img{
		width: auto!important
	}
	
	
	
	/*ans*/
	.ans{
		float: right;
		width: 29%;
		text-align: left;
		font-size: 16px;
		color: #f6f6f6;
		margin: 35px 0 0;
		letter-spacing: 0.5px;  
		font-weight: normal;
		line-height: 1.2;
		text-transform: uppercase;
	}
	
	.ans a{
		color: #fff;
	}
	
	.ans img{
		position: relative;
		top: -15px;
		width: 35px
	}
	
	

	
		
	/*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;
	transition: 2s
}

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

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

