/*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: "Poppins-bold";
		src: url("css/Poppins-Bold.ttf");
		font-weight: bold;
	}

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

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


	

@media only screen and (min-width: 300px) {
	
	
	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}		
	
	

/*[BACKGROUND]*/	
	.bg-header{
		z-index: 99;
		position: fixed;
		background: #ffffff;
		padding: 0;
	}
	
	.bg-white{
		position: relative;
		z-index: 66;
		background: #fff;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 33;
		background: #393738;
		padding: 0;
	}
	
	.bg-gray{
		width: 100%;
		float: left;
		position: relative;
		z-index: 44;
		background: #fafafa
	}
	
	.bg-image-black{
		width: 100%;
		float: left;
		position: relative;
		z-index: 55;
		background: url("img/bg-image-black.jpg") top center no-repeat;
	}
	
	.bg-orange{
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
		background: url("img/bg-orange.jpg") top center no-repeat #fff;
	}
	
	
/*[HEADER]*/
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0px!important;
		z-index: 999;
		border-bottom: 2px solid rgba(240,240,240,1.00);
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .logo{
		width: 70%;
		margin: 10px 0 5px;
	}
	
	.sticky .logo img{
		width: 150px;
	}
	
	.sticky .nav .navtoogle{
		width: 30%!important;
		top: 30px!important;
		position: relative;
	}
		
	.sticky .nav ul{
		margin: 15px 0 0!important;

	}
		
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 10px 0 20px;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 250px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 15px 0!important;
		padding: 0!important;
		left: 0;
		position: relative;
		font-weight: normal!important
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		width: 0;
		font-size: 0;
	}	
	
	.nav .navtoogle{
		width: 100%!important;
		top: 0!important
	}

	/*button*/
	#button{
		float: right;
		width: auto;
		text-align: center;
		margin: 0;
		border: 0;
		font-family: "Antenna", "Segoe UI", "Trebuchet MS";
		color: #393738;
		font-size: 0;
		padding: 0
	}

	#button img{
		width: 0;
		position: relative;
		top: 0
	}
	
	h1{
		font-size: 0
	}
	
	
/*[ANIMATION] */
		
	/*layerslider*/
	#layerslider{
		height: 700px!important;
		top: 0;
		width: 100%;
		margin: 200px 0 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	
	#layerslider img{
		height: 0!important;
		width: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: 0!important;
		height: auto;
		border-radius: 0!important
	}
	
	#layerslider img.responsive{
		width: auto!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 0!important;
	}
	
	#layerslider .ls-slide .banner span{
		width: 100%!important;
		float: left!important;
		margin: 380px 0 0!important;
		background: none;
		padding: 0;
		border-radius: 0
	}
	
	#layerslider .ls-slide h3{
		font-size: 20px;
		color: #f2653a;
		line-height: 1;
		letter-spacing: 0;
		margin: 0;
		width: 100%;
		float: left;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		text-align: center;
	}	
																
	#layerslider .ls-slide h2{
		font-size: 28px;
		color: #fff;
		line-height: 1.1;
		letter-spacing: 0;
		margin: 15px 0 0;
		width: 100%;
		float: left;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		text-align: center;
	}	
	
	#layerslider .ls-slide p{
		font-size: 14px;
		color: #fff;
		line-height: 1.3;
		letter-spacing: 0;
		margin: 20px 0 0;
		width: 100%;
		float: left;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		text-align: center;
	}	
	
	#layerslider .ls-slide p strong{
		font-size: 12px;
		color: #f2653a;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}	
								
	#layerslider .ls-slide em{
		font-size: 12px;
		color: #fff;
		font-style: normal
	}	
								
	#layerslider .ls-slide em strong{
		font-size: 12px;
		color: #fff;
	}	
	
								
	#layerslider .ls-slide a{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 14px;
		padding: 8px 0;
		border: 2px solid #f2653a;
		float: left;
		margin: 15px 25% 0;
		text-transform: uppercase;
		width: 50%;
		text-align: center
	}
	
	
	
	
/* [ARTICLE] */	
	
	/*home*/
	.home{
		float: left;
		width: 100%;
		margin: 100px 0 200px;
	}
	
	.home h2{
		float: left;
		width: 100%;
		margin: 0 0 20px;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		font-size: 23px;
		line-height: 1.3;
		text-align: center;
		color: #393738;
		border-bottom: 1px solid #f2653a;
		padding-bottom: 10px

	}
	
	.home h2 strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}
	
	.home p{
		float: left;
		width: 100%;
		margin: 0;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.4;
		text-align: left;
		color: #393738;
	}
	
	.home p strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	/*row*/
	ul.row{
		float: left;
		width: 100%;
		margin: 0 0 -30px;
		list-style: none;
		position: relative;
		top: -120px
	}
	
	ul.row li{
		float: left;
		width: 48%;
		margin: 0 1% 5px;
		height: 160px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
		text-align: center;
		background: rgba(57,55,56,0.9);
		padding: 0 15px;
		transition: opacity 1s, transform 1s; /* Define a transição para o estado normal */
		border: 1px solid rgba(57,55,56,0.9)
	}
	
	ul.row li:hover{
		border: 2px solid #f2653a;
		transition: 0.5s;
		transform: scale(1.05);
	}
	
	ul.row li img{
		width: 35px;
		position: relative;
		top: -10px
	}
	
	ul.row li h3{
		color: #f2653a;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.2
	}
	
	ul.row li h3 span{
		background: #f2653a;
		width: 10%;
		margin: 10px 45% 0;
		height: 2px;
		float: left;
	}
	
	
	/*services*/
	ul.services{
		float: left;
		width: 100%;
		margin: 0 0 70px;
		list-style: none;
	}
	
	ul.services h2{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		padding: 0;
		font-size: 40px;
		width: 100%;
		margin: 0 0 50px;
		text-align: center;
		float: left;
	}
	
	ul.services h2 em{
		width: 10%;
		height: 2px;
		background: #393738;
		float: left;
		margin: 0 45%
	}
	
	ul.services li{
		float: left;
		width: 90%;
		margin: 0 5%;
		transition: opacity 1s, transform 1s; /* Define a transição para o estado normal */
	}
	
	ul.services li:hover{
		opacity: 0.9;
		transition: 1s;
		transform: scale(1.05);
	}
	
	ul.services li a:hover{
		opacity: 1!important;
	}
	
	ul.services li figure legend p{
		font-size: 0;
	}

	
	/*text mentorias*/
	.text{
		width: 100%;
		float: left;
		margin: 100px 0 70px
	}
	
	.text h2{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #f2653a;
		padding: 10px 35px;
		font-size: 27px;
		width: auto;
		margin: 0;
		text-align: center;
		float: left;
	}
	
	.text p{
		float: left;
		width: 100%;
		margin: 35px 0;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.3;
		text-align: left;
		color: #fff;
	}
	
	.text a{
		width: auto;
		float: left;
		color: #f2653a;
		border: 1px solid #f2653a;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		padding: 15px 25px;
		font-size: 16px
	}
	
	.text a img{
		position: relative;
		left: -5px;
		top: 5px;
	}
	
	
	/*collapsible*/
	aside{
		float: right;
		width: 100%;
		margin: 0 0 35px
	}
	
	.collapsible {
		background-color: transparent;
		cursor: pointer;
		padding: 0;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		margin: 15px 0 30px;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		border-bottom: 3px solid #fff;
	}
	
		
	.collapsible span {
		background-color: transparent;
		color: #fff;
		font-weight: normal;
		font-size: 20px;
		padding: 0 0 15px;
		width: 80%;
		float: left;
		padding-left: 30px;
	}
		
	.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: right;
		margin-left: 0;
		width: 6%;
		position: relative;
		top: 5px;
	}
	
	.active_c:after {
		content: url("img/top.png");

	}
	
	.info {
		padding: 0 15px 20px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		background-color: transparent;
		margin-bottom: 5px;
		width: 100%;
		margin: 0;
		float: left;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		color: #fff;
	}	
	
	.info p {
		padding: 10px;
		font-size: 15px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 15px 0 0;
		line-height: 1.3
	}
	
	
	
	/*about*/
	.about{
		float: right;
		width: 100%;
		margin: 100px 0 50px;
		list-style: none
	}
	
	.about h2{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #f2653a;
		padding: 12px 0;
		font-size: 30px;
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
		position: relative;
	}
	
	.about figure{
		float: left;
		width: 30%;
		margin: 0 35%;
		text-align: center
	}
	
	.about figure img{
		position: relative;
		left: 0;
	}
	
	.about p{
		float: right;
		width: 100%;
		margin: 15px 0 0;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1.2;
		text-align: left;
		color: #393738;
	}
	
	.link{
		width: 100%;
		float: left;
		margin: 35px 0 0;
	}
	
	.link span{
		width: 40%;
		margin: 0;
		float: left;
	}
		
	.link a{
		width: auto;
		margin: 0;
		text-align: center;
		float: left;
	}
	
	.link button{
		border: 0;
		background: #f2653a;
		color: #fff;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		padding: 10px 25px;
		height: 75px;
		width: auto;
		float: left;
		text-align: center
	}
	
	.link button a{
		color: #fff;
	}
	
	
	.sidebar{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center
	}
	
	.sidebar img{
		width: 300px;
	}
	
	
	
	/*partners*/
	ul.partners{
		float: right;
		width: 80%;
		margin: 100px 10% 50px;
		list-style: none
	}
	
	ul.partners h2{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #393738;
		padding: 12px 0;
		font-size: 27px;
		width: 100%;
		margin: 15px 0;
		text-align: center;
	}
	
	ul.partners li{
		width: 90%;
		margin: 1% 5%;
		float: left;
		text-align: center
	}
	
	ul.partners li img:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	
	
	/*contact*/
	.contact{
		float: right;
		width: 100%;
		margin: 100px 0 0;
	}
	
	.contact h2{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #f2653a;
		padding: 15px 25px;
		float: left;
		font-size: 23px;
		position: relative;
		left: 0;
		margin: 0 0 30px;
		width: 100%;
		text-align: center
	}
	
	.contact p{
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		color: #fff;
		padding: 0;
		float: right;
		font-size: 15px;
		margin: 0 0 0;
		text-align: center;
		width: 100%;
		text-align: center;
	}
	
	.contact a{
		width: 100%;
		float: left;
		margin: 50px 0 0;
	}
	
	.contact a figure{
		width: 100%;
		float: left;
		margin: 0;
		text-align: center
	}
	
	.contact a figure img{
		width: 60px;
	}
	
	.contact a p{
		width: 100%;
		float: right;
		font-size: 18px;
		margin: 10px 0 0;
		text-align: center;
		line-height: 1.2

	}
	
	.contact a p strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}
	
	.midia{
		width: 80%;
		float: right;
		margin: 35px 10% 0;
	}
	
	.midia h3{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #000000;
		float: left;
		font-size: 20px;
		width: 100%;
		line-height: 1;
		text-align: center;
		letter-spacing: 1.2px
	}
	
	.midia a{
		width: 20%;
		float: left;
		margin: 10px 15% 0;
		text-align: center
	}
	
	
	/*form*/
	form{
		float: left;
		width: 100%;
		margin: 50px 0;
		border: 2px solid #f2653a;
		text-align: center;
		padding: 30px
	}

	form p{
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 16px;
		margin-bottom: 8px
	}

	.input{
		float: left;
		width: 98%;
		margin: 5px 1%;
		font-size: 15px;
		color: #fff;
		padding: 9px 16px;
		font-weight: 500;
		background-color: #f2653a;
		text-align: left;
		border: 0;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		border-radius: 0;
	}
	
	.input-re{
		width: 60%!important;
	}
	
	.calculator{
		width: 50%!important;
		margin: 10px 25% 0;
		float: left!important;
		text-align: center
	}
	
	label{
		font-size: 12px;
		margin-top: 15px;
		width: 100%!important;
		color: #fff;
		float: left!important;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
	}
	
		
	.send-box{
		float: right;
		width: 28%;
		text-align: center;
		margin: -35px 0 0;
	}
	
	.send{
		text-align: center;
		background-color: #393738;
		border: 1px solid #f2653a;
		color: #fff;
		font-size: 15px;
		padding: 35px 0;
		cursor: pointer;
		margin: 0 auto 0;
		width: 100%;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}
	
	.send:hover{
		transition: 1s;
		opacity: 1;
		cursor: pointer;
		background-color: #f2653a;
		color: #fff;
	}
	
	.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;
	}
	
	
	
	
	/*footer*/
	footer{
		float: left;
		width: 100%;
		margin: 70px 0 35px;
	}
	
	footer a{
		float: left;
		width: 100%;
		margin: 0 0 25px;
		text-align: center;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		color: #393738;
		font-size: 16px;
		line-height: 1.2;
	}
	
	footer a img{
		position: relative;
		top: -5px
	}
	
	footer strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		font-size: 18px
	}
		
	footer a#copy{
		width: 100%;
		margin: 15px 0 35px
	}
		
	footer a#copy p{
		width: 100%;
		float: none;
		font-size: 15px
	}
	
	footer figure{
		float: left;
		width: 100%;
		text-align: center;
		margin: 7px 0 0;
	}
	
	
	
	/*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) {	
	
	
	/*sticky*/
	
	.sticky .logo img{
		width: 250px;
	}
	
	.sticky .nav .navtoogle{
		width: 30%!important;
		top: 45px!important;
	}
	
	
	/*home*/
	.home p{
		width: 45%;
		margin: 0 2.5%;
	}
	
	
	
	/*row*/	
	ul.row li{
		width: 31.3%;
		margin: 0 1% 5px;
	}
	
	
	/*services*/	
	ul.services li{
		float: left;
		width: 45%;
		margin: 0 2.5%;
	}
	
	
	/*collapsible*/
	.collapsible {
		margin: 10px 0;
	}	
	
	/*about*/
	.about figure{
		width: 25%;
		margin: 0 0;
	}
	
	.about figure img{
		position: relative;
		left: 0;
	}
	
	.about p{
		width: 70%;
	}
	
	.link{
		width: 100%;
		float: left;
		margin: 35px 0 0 0;
	}
	
	.link span{
		width: 65%;
		margin: 0;
		float: left;
	}
	
	#line{
		width: 68%;
		height: 1px;
		background: #393738;
		float: left;
		margin: 35px 0 0
	}
	
	.link a{
		width: auto;
		margin: 0;
		text-align: center;
		float: none;
	}
	
	.link button{
		border: 0;
		background: #f2653a;
		color: #fff;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		padding: 10px 20px;
		height: 69px;
		width: 35%;
		float: right
	}	
	
	
	/*partners*/
	ul.partners li{
		width: 31.3%;
		margin: 1%;
	}
		
	
	/*contact*/
	.contact a{
		width: 48%;
		float: left;
		margin: 50px 1% 0;
	}
	
	.midia{
		width: 40%;
		margin: 35px 30% 0;
	}
	
	.midia h3{
		font-size: 30px;
	}
	
	.midia a{
		width: 15%;
		float: left;
		margin: 10px 17.5% 0;
		text-align: center
	}
	
}



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

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


/*[BACKGROUND]*/	
	.bg-header{
		z-index: 99;
		position: fixed;
		background: #ffffff;
		padding: 0;
	}
	
	.bg-white{
		position: relative;
		z-index: 66;
		background: #fff;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 33;
		background: #393738;
		padding: 0;
	}
	
	.bg-gray{
		width: 100%;
		float: left;
		position: relative;
		z-index: 44;
		background: #fafafa
	}
	
	.bg-image-black{
		width: 100%;
		float: left;
		position: relative;
		z-index: 55;
		background: url("img/bg-image-black.jpg") top center no-repeat;
	}
	
	.bg-orange{
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
		background: url("img/bg-orange.jpg") top center no-repeat #fff;
	}
	
	
/*[HEADER]*/
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0px!important;
		z-index: 999;
		border-bottom: 2px solid rgba(240,240,240,1.00)
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .logo{
		width: 150px;
	}
	
	.sticky .logo img{
		width: 150px;
	}
	
	.sticky .nav ul{
		margin: 25px 0 0!important;
	}
	
	.sticky #button{
		margin: 23px 0 0;
	}	
	
	/*logo*/
	a.logo{
		width: 250px;
		padding: 0;
		text-align: center;
		margin: 15px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 300px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 50px 0 0 0!important;
		padding: 0!important;
		left: 15px;
		position: relative;
	}	
	
	.nav ul li em{
		float: right!important;
		position: relative;
		top: -20px;
		left: 18px;
		width: 5px;
		font-size: 15px
	}	

	/*button*/
	#button{
		float: right;
		width: auto;
		text-align: center;
		margin: 45px 0 0;
		border: 1px solid #f2653a;
		font-family: "Antenna", "Segoe UI", "Trebuchet MS";
		color: #393738;
		font-size: 14px;
		padding: 10px 15px
	}

	#button img{
		width: 14px;
		position: relative;
		top: 2px
	}
	
	h1{
		font-size: 0
	}
	
	
/*[ANIMATION] */
		
	/*layerslider*/
	#layerslider{
		height: 720px!important;
		top: 0;
		width: 100%;
		margin: 120px 0 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	
	#layerslider img{
		height: auto!important;
		width: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.responsive{
		width: 0!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 0!important;
	}
	
	#layerslider .ls-slide .banner span{
		width: 50%!important;
		float: left!important;
		margin: 150px 0 0!important;
		background: none;
		padding: 0;
		border-radius: 0
	}
	
	#layerslider .ls-slide h3{
		font-size: 30px;
		color: #f2653a;
		line-height: 1;
		letter-spacing: 0;
		margin: 0;
		width: auto;
		float: left;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		text-align: left;
	}	
																
	#layerslider .ls-slide h2{
		font-size: 43px;
		color: #fff;
		line-height: 1.1;
		letter-spacing: 0;
		margin: 15px 0 0;
		width: auto;
		float: left;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		text-align: left;
	}	
	
	#layerslider .ls-slide p{
		font-size: 18px;
		color: #fff;
		line-height: 1.3;
		letter-spacing: 0;
		margin: 20px 0 0;
		width: auto;
		float: left;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		text-align: left;
	}	
								
	#layerslider .ls-slide p strong{
		font-size: 18px;
		color: #f2653a;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}	
								
	#layerslider .ls-slide em{
		font-size: 15px;
		color: #fff;
		font-style: normal
	}	
								
	#layerslider .ls-slide em strong{
		font-size: 15px;
		color: #fff;
	}	
								
	#layerslider .ls-slide a{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 19px;
		padding: 10px 20px;
		border: 2px solid #f2653a;
		float: left;
		margin: 30px 0 0;
		text-transform: uppercase;
		width: auto;
	}
	
	
	
	
/* [ARTICLE] */	
	
	/*home*/
	.home{
		float: left;
		width: 100%;
		margin: 70px 0 200px;
	}
	
	.home h2{
		float: left;
		width: 60%;
		margin: 55px 20%;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		font-size: 45px;
		line-height: 1.3;
		text-align: center;
		color: #393738;
		border-bottom: 1px solid #f2653a;
		padding-bottom: 10px

	}
	
	.home h2 strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}
	
	.home p{
		float: left;
		width: 50%;
		margin: 35px 0;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		line-height: 1.4;
		text-align: left;
		color: #393738;
	}
	
	.home p strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}
	
	
	/*row*/
	ul.row{
		float: left;
		width: 100%;
		margin: 0 0 -30px;
		list-style: none;
		position: relative;
		top: -120px
	}
	
	ul.row li{
		float: left;
		width: 14.6%;
		margin: 0 1%;
		height: 160px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
		text-align: center;
		background: rgba(57,55,56,0.9);
		padding: 0 15px;
		transition: opacity 1s, transform 1s; /* Define a transição para o estado normal */
		border: 1px solid rgba(57,55,56,0.9)
	}
	
	ul.row li:hover{
		border: 2px solid #f2653a;
		transition: 0.5s;
		transform: scale(1.05);
	}
	
	ul.row li img{
		width: 35px;
		position: relative;
		top: -10px
	}
	
	ul.row li h3{
		color: #f2653a;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.2
	}
	
	ul.row li h3 span{
		background: #f2653a;
		width: 10%;
		margin: 10px 45% 0;
		height: 2px;
		float: left;
	}
	
	
	/*services*/
	ul.services{
		float: left;
		width: 100%;
		margin: 0 0 70px;
		list-style: none;
	}
	
	ul.services h2{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		padding: 0;
		font-size: 55px;
		width: 100%;
		margin: 0 0 50px;
		text-align: center;
		float: left;
	}
	
	ul.services h2 em{
		width: 10%;
		height: 2px;
		background: #393738;
		float: left;
		margin: 0 45%
	}
	
	ul.services li{
		float: left;
		width: 23%;
		margin: 0 1%;
		transition: opacity 1s, transform 1s; /* Define a transição para o estado normal */
	}
	
	ul.services li:hover{
		opacity: 0.9;
		transition: 1s;
		transform: scale(1.05);
	}
	
	ul.services li a:hover{
		opacity: 1!important;
	}
	
	ul.services li figure legend p{
		font-size: 0;
	}

	
	/*text mentorias*/
	.text{
		width: 50%;
		float: left;
		margin: 130px 0
	}
	
	.text h2{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #f2653a;
		padding: 10px 35px;
		font-size: 35px;
		width: auto;
		margin: 0;
		text-align: center;
		float: left;
	}
	
	.text p{
		float: left;
		width: 100%;
		margin: 35px 0;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.3;
		text-align: left;
		color: #fff;
	}
	
	.text a{
		width: auto;
		float: left;
		color: #f2653a;
		border: 1px solid #f2653a;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		padding: 15px 25px;
		font-size: 20px
	}
	
	.text a img{
		position: relative;
		left: -5px;
		top: 5px;
	}
	
	
	/*collapsible*/
	aside{
		float: right;
		width: 45%;
		margin: 150px 0 0
	}
	
	.collapsible {
		background-color: transparent;
		cursor: pointer;
		padding: 0;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		margin: 15px 0 30px;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		border-bottom: 3px solid #fff;
	}
	
		
	.collapsible span {
		background-color: transparent;
		color: #fff;
		font-weight: normal;
		font-size: 24px;
		padding: 0 0 15px;
		width: 80%;
		float: left;
		padding-left: 30px;
	}
		
	.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: right;
		margin-left: 0;
		width: 6%;
		position: relative;
		top: 5px;
	}
	
	.active_c:after {
		content: url("img/top.png");
	}
	
	.info {
		padding: 0 15px 20px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		background-color: transparent;
		margin-bottom: 5px;
		width: 100%;
		margin: 0;
		float: left;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		color: #fff;
	}	
	
	.info p {
		padding: 10px;
		font-size: 15px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 15px 0 0;
		line-height: 1.3
	}
	
	
	
	/*about*/
	.about{
		float: right;
		width: 65%;
		margin: 120px 0 90px;
		list-style: none
	}
	
	.about h2{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #f2653a;
		padding: 12px 0;
		font-size: 35px;
		width: 70%;
		margin: 30px 0;
		text-align: center;
		position: relative;
		left: -50px
	}
	
	.about figure{
		float: left;
		width: 20%;
		margin: 0 0 0 10%;
		text-align: center
	}
	
	.about figure img{
		position: relative;
		left: -15px
	}
	
	.about p{
		float: right;
		width: 70%;
		margin: 0;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.2;
		text-align: left;
		color: #393738;
	}
	
	.link{
		width: 85%;
		float: left;
		margin: 35px 0 0 15%;
	}
	
	.link span{
		width: 65%;
		margin: 0;
		float: left;
	}
	
	#line{
		width: 68%;
		height: 1px;
		background: #393738;
		float: left;
		margin: 35px 0 0
	}
	
	.link a{
		width: auto;
		margin: 0;
		text-align: center;
		float: none;
	}
	
	.link button{
		border: 0;
		background: #f2653a;
		color: #fff;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		padding: 10px 20px;
		height: 69px;
		width: 35%;
		float: right
	}
	
	.link button a{
		color: #fff;
	}
	
	
	.sidebar{
		float: left;
		width: 35%;
		margin: 120px 0 0;
	}
	
	.sidebar img{
		width: auto;
	}
	
	
	
	/*partners*/
	ul.partners{
		float: right;
		width: 100%;
		margin: 100px 0;
		list-style: none
	}
	
	ul.partners h2{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #393738;
		padding: 12px 0;
		font-size: 35px;
		width: 30%;
		margin: 15px 35% 35px;
		text-align: center;
	}
	
	ul.partners li{
		width: 29.3%;
		margin: 0 2%;
		float: left;
		text-align: center
	}
	
	ul.partners li img:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	
	
	/*contact*/
	.contact{
		float: right;
		width: 55%;
		margin: 120px 0;
	}
	
	.contact h2{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #f2653a;
		padding: 15px 25px;
		float: left;
		font-size: 23px;
		position: relative;
		left: -70px;
		margin: 30px 0;
		width: auto;
		text-align: center
	}
	
	.contact p{
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		color: #fff;
		padding: 0;
		float: right;
		font-size: 15px;
		margin: -70px 0 0;
		text-align: right;
		width: auto;
		text-align: right
	}
	
	.contact a{
		width: 60%;
		float: left;
		margin: 50px 0 0;
	}
	
	.contact a figure{
		width: 27%;
		float: left;
		margin: 0;
		text-align: center
	}
	
	.contact a figure img{
		width: auto;
	}
	
	.contact a p{
		width: 69%;
		float: right;
		font-size: 15px;
		margin: 25px 0 0;
		text-align: left;
		line-height: 1.2

	}
	
	.contact a p strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}
	
	.midia{
		width: 30%;
		float: right;
		margin: -80px 0 0;
		height: 200px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
	}
	
	.midia h3{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		color: #000000;
		transform: rotate(-90deg);
		float: right;
		font-size: 20px;
		width: auto;
		line-height: 1;
		position: relative;
		bottom: -60px;
		right: -70px;
		text-align: right;
		letter-spacing: 1.2px
	}
	
	.midia a{
		width: 25%;
		float: none;
		margin: 0 0 0 30%;
		text-align: center
	}
	
	
	/*form*/
	form{
		float: left;
		width: 45%;
		margin: 120px 0;
		border: 2px solid #f2653a;
		text-align: left;
		padding: 35px 45px
	}

	form p{
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 16px;
		margin-bottom: 8px
	}

	.input{
		float: left;
		width: 98%;
		margin: 5px 1%;
		font-size: 15px;
		color: #fff;
		padding: 9px 16px;
		font-weight: 500;
		background-color: #f2653a;
		text-align: left;
		border: 0;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		border-radius: 0;
	}
	
	.input-re{
		width: 60%!important;
	}
	
	.calculator{
		width: 50%!important;
		margin: 10px 25% 0;
		float: left!important;
		text-align: center
	}
	
	label{
		font-size: 12px;
		margin-top: 15px;
		width: 100%!important;
		color: #fff;
		float: left!important;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
	}
	
		
	.send-box{
		float: right;
		width: 25%;
		text-align: center;
		margin: -35px 0 0;
	}
	
	.send{
		text-align: center;
		background-color: #393738;
		border: 1px solid #f2653a;
		color: #fff;
		font-size: 16px;
		padding: 35px 0;
		cursor: pointer;
		margin: 0 auto 0;
		width: 100%;
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}
	
	.send:hover{
		transition: 1s;
		opacity: 1;
		cursor: pointer;
		background-color: #f2653a;
		color: #fff;
	}
	
	.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;
	}
	
	
	
	
	/*footer*/
	footer{
		float: left;
		width: 100%;
		margin: 70px 0;
	}
	
	footer a{
		float: left;
		width: 27%;
		margin: 0;
		text-align: left;
		font-family: "Poppins-light", "Segoe UI", "Trebuchet MS";
		color: #393738;
		font-size: 16px;
		line-height: 1.2;
	}
	
	footer a img{
		position: relative;
		top: -5px
	}
	
	footer strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
		font-size: 18px
	}
		
	footer a#copy{
		width: 40%;
		margin: 15px 2% 0
	}
		
	footer a#copy p{
		width: auto;
		float: right;
		font-size: 15px
	}
	
	footer figure{
		float: left;
		width: auto;
		text-align: center;
		margin: 7px 0 0;
	}
		
	/*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}
}

