/*inicial*/
img, object, embed, video {
	max-width: 100%;
	}
	
*{
	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;
}
	
	body{
		background: #fff
	}	

.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(9em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.2,1), opacity .7s .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-Light";
		src: url("css/Poppins-Light.ttf");
		font-weight: 300;
	}

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

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

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

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

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

	@font-face {
		font-family: "Gilmer-Light";
		src: url("css/Gilmer-Light.otf");
		font-weight: lighter;
	}

	@font-face {
		font-family: "Gilmer-Medium";
		src: url("css/Gilmer-Medium.otf");
		font-weight: 600;
	}

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

	@font-face {
		font-family: "Gilmer-Heavy";
		src: url("css/Gilmer-Heavy.otf");
		font-weight: 900;
	}


	

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

	
	
/*
		[HEADER]
						 */
	.bg-header{
		background-color: #262a2e;
		padding: 15px 0 0;
		z-index: 999;
		position: relative;
		height: auto;
		float: left;
		margin: 0;
	}
	
	
	.bg-black{
		position: relative;
		z-index: 66;
		background: url("img/bg-black.jpg") center center no-repeat #262a2e;
	}
	
	.bg-about{
		position: relative;
		z-index: 77;
		background: url("img/bg-about.jpg") bottom center no-repeat #f6f6f8;
	}
	
	.bg-blue{
		position: relative;
		z-index: 88;
		background: url("img/bg-blue.jpg") bottom center no-repeat #3d444a;
	}
	
	.bg-test{
		position: relative;
		z-index: 44;
		background: url("img/bg-test.jpg") top center no-repeat #f6f6f8;
	}
	
	.bg-faq{
		position: relative;
		z-index: 55;
		background: url("img/bg-faq.jpg") bottom left no-repeat #e8e8ea;
	}
	
	.bg-faq2{
		position: relative;
		z-index: 55;
		background: #e8e8ea;
	}
	
	.bg-white{
		position: relative;
		z-index: 22;
		background: #fff;
		padding: 0;
	}

	.bg-sub{
		position: relative;
		z-index: 11;
		background: #f6f6f8;
		border-top: 2px solid #d7d7d9;
		border-right: 20px solid #9ed63f;
		height: 80px;
	}

	
	
	/*logo*/
	a.logo{
		width: 60%;
		padding: 0;
		text-align: left;
		margin: 15px 0 -30px;
		float: left;
		position: relative;
		left: 0;
	}	 
	
	a.logo img{ 
		width: auto;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 35px 0 -25px!important;
		font-weight: 300;
		padding: 0!important;
		position: relative
	}
	
	.nav .navtoogle{
		width: 10%!important;
		margin: 30px 0 -10px!important;
		float: right;
		position: relative;
		top: 0;
		text-align: right
	}
	
	.nav-right{
		margin: 0 1%;
		text-align: center;
		width: 48%;
		float: left;
		position: relative;
		top: 45px
	}

	.nav-right a{
		font-size: 12px;
		margin: 0 0;
		text-align: center;
		width: 100%;
		background: #95e045;
		font-family: "Gilmer-Bold", "Segoe UI", "Trebuchet MS";
		color: #262a2e;
		border-radius: 10px;
		padding: 10px 0;
		float: left
	}

	a#right-b{
		font-size: 11px;
		margin: 0 0;
		width: 100%;
		text-align: center;
		background-color: rgba(0,0,0,0.62);
		font-family: "Gilmer-Bold", "Segoe UI", "Trebuchet MS";
		color: #95e045;
		border-radius: 10px;
		padding: 12px 0;
		float: left;
		border: 1px solid #fafafc
	}
			
	.nav-redes{
		margin: 0;
		text-align: center;
		width: 0;
		float: right;
		right: 0;
		position: relative;
	}

	.nav-redes a{
		margin: 0;
		text-align: center;
		width: 0;
		float: left
	}

	.nav-redes a img{
		width: 0
	}


	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 8px 0!important;
		height: 80px;
		background-color: #262a2e;
		border-bottom: 2px solid rgba(255,255,255,1.00)
	}

	.sticky + .content {
  		padding-top: 102px;
	}

	.sticky a.logo{
		margin: 7px 40px 0 0;
		width: 50%;
		
	}	
	
	.sticky a.logo img{
  		width: 160px;
	}

	.sticky .nav ul {
		margin: 0px 0 0!important
	}

	.sticky .nav-right {
		margin: 25px 2px 0!important
	}
	
	.sticky .nav-redes{
		margin: 20px 0 0;
	}
	
	.sticky .nav-redes img{
		width: 0
	}
	
	.sticky .nav-right{
		margin: 0;
		width: 0;
	}

	.sticky .nav-right a{
		font-size: 0;
		width: 0;
		background-color: transparent;
		left: 0;
		position: relative
	}	
	
	.sticky a#right-b{
		font-size: 0;
		border: 0 solid #fafafc
	}
	
	.sticky	.nav .navtoogle{
		width: 50%!important;
		margin: 15px 0 -25px!important;
		float: right;
		position: relative;
		top: -60px
	}

	

	/*banner*/
	#layerslider{
		height: 600px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: 0 0 -25px;
	}
	
	#layerslider img{
		height: auto!important;
		width: 0!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: 0!important;
		height: auto!important;
		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 h3{
		text-align: left;
		color: #fff;
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		line-height: 1.0;
		float: left;
		text-transform: uppercase;
		width: 55;
		margin: 400px 0 0;
	}	
	
	#layerslider .ls-slide figure{
		width: 38%;
		text-align: left!important;
		float: right;
		margin: 400px 0 0;
	}	
	
	#layerslider .ls-slide figure p{
		text-align: left;
		color: #262a2e;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 12px;
		line-height: 1.1;
	}	
				
	#layerslider .ls-slide figure img{
		min-width: 148px!important;
		height: 35px!important;
		margin: 45px 0 0!important;
		float: left
	}	
	
	

	
	/*article*/
	
	/*text*/
	ul.text{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		position: relative;
		z-index: 88
	}
	
	ul.text li{
		float: left;
		width: 100%;
		margin: 0;
		background: #31363b;
		list-style: none;
		color: #aaff4e;
		 display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 0 70px 0;
		height: 200px
	}
	
	ul.text li:hover{
		background: #95e045;
		transition: 1s;
		color: #fff
	}
	
	ul.text li figure{
		display: flex;
		align-items: center;
		gap: 15px;
		position: relative;
		top: -20px
	}
	
	ul.text li figure img{
		width: auto;
		margin: 0;
		float: left;
	}
	
	ul.text li:hover figure img {
    	filter: invert(100%);
    	transition: filter 0.5s ease-in-out;
	}
	
	ul.text li figure h3{
		font-size: 22px;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: auto;
		margin: 0;
	}
	
	ul.text a{
		margin-top: 55px;
		position: relative;
		top: 10px;
		left: -120px;
		width: 100%!important;
		max-width: 150px!important
	}
	
	ul.text a img{
		max-width: 115px!important;
	}
	
	
		
	/*planos*/
	.profile-slider {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin: 0;
	}

	ul.profile {
		display: flex;
		transition: transform 0.5s ease-in-out;
		padding: 15px 0;
		margin: 0;
		list-style: none;
	}

	ul.profile li {
		min-width: 100%;
		padding: 0 0;
	}

	/* Setas de navegação */
	button.prev, button.next {
		position: absolute;
		top: -25px;
		background-color: rgba(0, 0, 0, 0);
		color: #FFF;
		border: none;
		padding: 10px 10px;
		font-size: 35px;
		cursor: pointer;
		z-index: 10;
		transform: translateY(-50%);
	}

	button.prev {
		left: 40%;
	}
	
	button.next {
		right: 40%;
	}

	.profile-slider button:hover{
		opacity: 0.7;
		transition: 0.5
	}
	
	
	
	.tabcontent {
		width: 100%;
		margin: 0 0 400px;
		padding: 0;
		position: relative;
		z-index: 77
	}
	
	h2#title {
		color: #262a2e;
		font-size: 30px;
		text-align: center;
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 100%;
		margin: -50px 0 0;
		float: left;
		background: #fff;
		height: auto;
		border-radius: 0 0 70px 0;
		padding: 150px 0 50px
	}
	
	.tit {
		width: 100%;
		margin: 15px 0 0;
		float: right;
	}
	
	.tit p{
		color: #a8fc4d;
		font-size: 18px;
		text-align: center;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: lighter;
		line-height: 1.3;
		width: 90%;
		margin: -200px 5%;
		float: left;
	}
	
	.tit span{
		color: #e1e1e1;
		font-size: 16px;
		text-align: center;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-weight: lighter;
		line-height: 1.3;
		width: 60%;
		margin: -80px 20% 0;
		float: right;
		border-radius: 15px;
		border: 1px solid #bbe0c2;
		padding: 12px 18px
	}
	
	
	/**/
	.box-planos{
		float: left;
		width: 100%;
		margin: 50px 0 400px
	}

	.list-planos{
		float:left;
		list-style: none;
		width: 90%;
		margin: 0 5% 100px;
		background-color: transparent;
		box-shadow: 0;
		padding: 40px 15px;
		border-radius: 25px;
		border: 1px solid #5ac225
	}
	
	.list-planos:hover{
		transition: 1s;
		transform:scale(0.99)
	}
	
	.list-planos h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 17px;
		color: #6d7984;
		text-align: center;
		line-height: 1;
		font-weight: bold;
		margin-top: -50px;
		letter-spacing: 10px;
		text-transform: uppercase;
		background: #262a2e;
		width: 50%;
		float: left;
		margin: -45px 25% 0;
	}
	
	
	.list-planos h4{
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 100px;
		color: #fff;
		text-align: center;
		float: left;
		width: 100%;
		line-height: 0.4;
		padding: 0;
		letter-spacing: -4px;
	}

	.list-planos h4 strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 23px;
		color: #6d7984;
		text-align: center;
		line-height: 1;
		font-weight: bold;
		letter-spacing: 10px;
		text-transform: uppercase;
		background: #262a2e;
	}
	
		
	.list{
		float:left;
		width: 100%;
		list-style: none;
		margin: 15px 0 0;
	}
	
	.altura-a{
		margin-top: 50px;
		font-size: 150px!important
	}
	
	.altura-c{
		margin-bottom: 75px!important
	}
	
	
	.list p{
		float:left;
		width: 100%;
		list-style: none;
		font-size: 15px;
		color: #fff;
		font-family: "Gilmer-Medium", "Segoe UI", "Trebuchet MS";
		margin: 0;
		letter-spacing: 0;
		font-weight: 400;
		border-bottom: 1px dashed rgba(225,225,225,0.1);
		padding: 10px 0 12px;
		text-align: center;
	}
	
	.list p img{
		margin-right: 5px;
		width: 6px;
	}

	.price{
		color: #95e045;
		float: left;
		width: 220px;
		text-align: center;
		margin: 30px 3% 55px;
		position: relative;
		left: 15px;
	}
	
	.price em{
		font-family: "Gilmer-Medium", "Segoe UI", "Trebuchet MS";
		font-size: 30px;
		letter-spacing: 0;
		margin: 14px 10px 0;
		float: left;
		font-weight: 300;
		font-style: normal
	}
	
	.price strong{
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 70px;
		letter-spacing: -2.5px;
		margin-left: -15px;
		font-weight: 900;
	}
	
	
	span.cents{
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 27px;
		letter-spacing: 0;
		margin: 10px 15px 0 0;
		float: right;
		font-weight: 300;
		font-style: italic;
	}
	
	span.month{
		font-size: 23px;
		float: right;
		font-family: "Gilmer-Medium", "Segoe UI", "Trebuchet MS";
		margin: -40px 5px 0 0;
	}

	.tabcontent a{
		float:left;
		width: 100%;
		margin: 0 2.5% -70px;
		text-align: center;
	}

	.tabcontent a:hover{
		transition: 1s;
		transform: scale(0.99);
		opacity: 1!important
	}
	
	.tabcontent h5{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		color: #a8fc4d;
		font-weight: 300;
		width: 100%;
		float: left;
		text-align: center;
	}
	
	
	
	
	
	
	
	/*app*/
	.app{
		position: relative;
		z-index: 99;
		background: url("img/bg-app-mobile.jpg") top center no-repeat;
		background-size: cover;
		text-align: center;
		float: left;
		width: 90%;
		height: 610px;
		margin: -300px 5% 0px;
		border-radius: 50px
	}	
	
		
	.app span{
		float: left;
		width: 100%;
		margin: 80px 0 0;
		text-align: center;
	}
	
	.app span h3{
		margin: 0 0 25px;
		font-family: "Gilmer-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		line-height: 1;
		color: #a8fc4d
	}
	
	.app span p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.3;
		font-weight: normal;
		color: #fff
	}

	
	.app ul{
		float: right;
		width: 80%;
		text-align: center;
		margin: 35px 10% 0 0;
		list-style: none;
	}
	
	.app ul li{
		float: left;
		width: 31.3%;
		margin: 0 1% 25px
	}
	
	.app ul li:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.98)
	}
	
	#target-gray {
		width: 10%;
		margin: 0;
		background: #eaeaea;
		height: 25px;
		position: absolute;
		right: 5%;
		bottom: -15px;
		z-index: 99;
		float: right
	}
	
	
	/*about*/
	.about{
		width: 100%;
		float: left;
		margin: 90px 0 0;
	}
	
	.about h2{
		color: #3d444a;
		font-size: 35px;
		text-align: center;
		font-family: "Gilmer-Bold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 50%;
		margin: 0 25% 30px;
		float: left;
		left: 0;
		position: relative;
		letter-spacing: -1px
	}
				
	.about h2 span{
		background: #9ed63f;
		width: 100%;
		height: 25px;
		float: left;
		margin: 15px 0 0
	}
				
	.about p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #626d76;
		line-height: 1.5;
		text-align: left;
		float: left;
		width: 100%;
		font-weight: normal;
		margin:  0
	}
	
	.about ul{
		float: left;
		width: 100%;
		margin: 90px 0 0;
	}
	
	.about ul li{
		float: left;
		width: 90%;
		margin: 0 5% 90px;
		color: #616c75;
		list-style: none;
		text-align: center;
		border: 1px solid #94dc45;
		border-radius: 25px;
		padding: 0 25px;
		height: auto
	}
	
	.about ul li img{
		position: relative;
		top: -55px;
		margin-bottom: -25px
	}
	
	.about ul li h3{
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #626d76;
		line-height: 1;
		text-align: center;
		margin-bottom: 15px
	}
	
	.about ul li p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 13px;
		color: #626d76;
		line-height: 1.3;
		text-align: left;
		float: left;
		width: 100%;
		font-weight: normal;
		margin: 0 0 35px;
		opacity: 0.7
	}
	
	
	
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: -100px 0 0;
		right: -50px;
		position: relative
	}
	
	
	span#target-green {
		width: 2%;
		margin: 0;
		background: #9ed63f;
		height: 80px;
		position: relative;
		right: 0;
		top: -30px;
		z-index: 99;
		float: right
	}
	
	/*form*/
	.tit-contact{
		float: left;
		width: 100%;
		margin: 90px 0 0;
		color: #fafafc
	}
	
	.tit-contact h2{
		font-size: 28px;
		font-weight: 600;
		text-align: center;
		line-height: 1;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 40px
	}
	
	.tit-contact p{
		font-size: 20px;
		text-align: center;
		line-height: 1.4;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: 200
	}
	
	span#target-blue{
		float: left;
		width: 0;
		margin: 0;
		padding: 0;
		background: #495158;
		border-right: 0
	}
	
	
	/**/
	form{
		float: right;
		width: 100%;
		margin: 35px 0 90px;
		color: #fafafc;
	}
	
	form label{
		font-size: 14px;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
	}
		
	.form-max{
		width: 98%!important;
	}
	
	.input{
		float: left;
		width: 98%;
		margin: 10px 1% 15px;
		font-size: 14px;
		color: #fff;
		padding: 12px 25px;
		background-color: transparent;
		text-align: left;
		border: 0;
		border-bottom: 2px solid #fff;
		font-weight: normal;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}	
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #95e045;
		border: 0;
		color: #fff;
		font-size: 60px;
		padding: 15px 75px 18px 15px;
		cursor: pointer;
		margin: 0 auto 0;
		width: auto;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		letter-spacing: 0;
		position: relative;
		z-index: 44;
		font-weight: 600;
		line-height: 0.5
	}
	
	.send:hover{
		background: #fff;
		transition: 1s;
		color: #95e045;
	}
	
	.input-c{
		float: right;
		width: 30%;
		margin: 10px 35% 0;
		font-size: 14px;
		color: #fff;
		padding: 12px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #fff;
		border-bottom: 2px solid #fff;
		background-color: transparent;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.input-re{
		height: 110px!important;
		float: right!important;
		text-align: center!important;
		margin: 8px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.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;
	}	
	

	/*test*/
	.test{
		float: left;
		width: 100%;
		margin: 140px 0 180px;
	}
	
	.test ul{
		float: right;
		width: 100%;
		margin: 0;
	}
	
	.test ul li{
		float: left;
		width: 100%;
		margin: 0 0 40px;
		text-align: left;
		list-style: none;
		background: rgba(255,255,255,1.00);
		border-radius: 25px;
		padding: 25px 45px;
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.03)
	}
	
	#test{
		position: relative;
		left: 0
	}
	
	.test ul li p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.3;
		font-weight: normal;
		color: #5e5e5e;
		margin: 10px 0 0
	}
	
	.test ul li h4{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1;
		color: #000000;
		margin: 2px 0 0
	}
	
	
	.test figure{
		float: right;
		width: 100%;
		margin: 0;
	}
	
	.test figure img{
		width: auto
	}
	
	
	
	/*sidebar*/
	.sidebar {
		background: url("img/bg-sidebar.jpg") top center no-repeat;
		background-size: cover;
		text-align: center;
		float: left;
		width: 100%;
		height: auto;
		margin: -180px 0 0;
		border-radius: 25px
	}
	
	.sidebar h3{
		font-size: 25px;
		text-align: center;
		line-height: 1;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #fafafc;
		width: 100%;
		margin: 90px 0 0 0;
		float: left;
	}
	
	.sidebar p{
		font-size: 18px;
		font-weight: 200;
		text-align: center;
		line-height: 1.3;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #343434;
		width: 100%;
		margin: 55px 0 0;
		float: right;
		background: #95e045;
		height: auto;
		padding: 35px 35px
	}
	

	
	/*faq*/
	.faq {
		width: 100%;
		float: left;
		margin: 80px 0 125px;
	}
	
	.faq h2{
		font-size: 30px;
		font-weight: 200;
		text-align: center;
		line-height: 1;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		margin-bottom: 40px;
		border-left: 30px solid #9ed63f;
		padding: 15px;
		color: #495058;
		width: 100%;
		margin: 0 0 55px
	}
	
	.collapsible {
		cursor: pointer;
		padding: 0 25px;
		width: 100%;
		text-align: center;
		outline: none;
		margin: 0;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		border: 0;
		background-color: #fff;
		border-radius: 25px;
		color: #6c6c79;
	}
		
	.collapsible span{
		background-color: transparent;
		font-weight: normal;
		font-size: 15px;
		padding: 25px 25px 22px 10px;
		width: 100%;
		float: left;
		padding-left: 0;
	}
		
	.collapsible span:hover {
		opacity: 1;
		transition: 1s;
	}
	
	.active_c, .collapsible:hover {
		background-color: #495058;
		color: #95e045;
		
	}
	
	.collapsible:after {
		content: url("img/icon-bottom.png");
		color: #201e1e;
		font-weight: bold;
		float: right;
		margin-left: 0;
		width: 100%;
		position: relative;
		top: -5px;
		margin-right: 0;
	}
	
	.active_c:after {
		content: url("img/icon-top.png");
		top: 0;
	}
	
	.info {
		padding: 0 20px 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;
	}	
		
	.info p {
		padding: 10px;
		font-size: 15px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 15px 0 0;
		line-height: 1.4;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #6c6c79;;
		font-weight: 300
	}

	
	
	/*logo-min*/
	.logo-min{
		float: left;
		width: 100%;
		margin: 50px 0;
		text-align: center;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.logo-min figure{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 35px;
		color: #a3a3a3;
		font-size: 14px;
		line-height: 1;
	}
	
	/**/
	.menu-min {
		float: left;
		width: 96%;
		color: #333333;
		font-size: 14px;
		margin: 0 2% 35px
	}
	
	.menu-min a{
		color: #333333;
		margin-bottom: 5px
	}
	
	.menu-min h3{
		margin-bottom: 25px;
		font-weight: 300
	}
	
	.menu-min h3 strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	/**/
	.logo-min ul{
		float: right;
		width: 30%;
		margin: 0 35%;
		list-style: none;
		text-align: center;
	}
	
	.logo-min ul h3{
		font-size: 18px;
		color: #333333;
		line-height: 1.1;
		margin-bottom: 25px;
		font-weight: 300;
	}
	
	.logo-min ul li{
		float: left;
		width: 100%;
		margin: 0 0;
	}
	
	
	
	footer h4{
		text-align: center;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #5e5e5e;
		font-size: 10px;
		letter-spacing: 0;
		line-height: 1.1;
		font-weight: 300;
		padding: 40px 0 0;
		position: relative;
	}
	
	
	/*flutuante*/
	.flutuante{
		position: fixed;
		width: 50px;
		height: auto;
		bottom: 1%;
		right: 15px;
		color: #FFF;
		text-align: center;
		box-shadow: 0 0 0;
		z-index: 1000;
	}
	
	.flutuante a img{
		width: 50px;
		margin-bottom: 40px
	}
		
		
	
}




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

	/*banner*/
	#layerslider{
		height: 740px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: -15px 0 -300px;
	}
	
	#layerslider img{
		height: auto!important;
		width: 0!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: 0!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.tablet{
		width: 100%!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.responsive{
		width: 0!important;
		height: 0!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 0!important;
	}
	
	#layerslider .ls-slide h3{
		text-align: left;
		color: #fff;
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		line-height: 1.1;
		float: left;
		text-transform: uppercase;
		width: auto;
		margin: 200px 0 0;
	}	
	
	#layerslider .ls-slide figure{
		width: 35%;
		text-align: left!important;
		float: right;
		margin: 200px 0 0;
	}	
	
	#layerslider .ls-slide figure p{
		text-align: left;
		color: #262a2e;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.2;
	}	
				
	#layerslider .ls-slide figure img{
		min-width: 148px!important;
		height: 35px!important;
		margin: 45px 0 0!important;
		float: left
	}	
	
	

	
	/*article*/
	
	/*text*/
	ul.text{
		float: left;
		width: 100%;
		margin: 0px 0 -50px;
		text-align: left;
		position: relative;
		z-index: 88
	}
	
	ul.text li{
		float: left;
		width: 33.3%;
		margin: 0;
		background: #31363b;
		list-style: none;
		color: #aaff4e;
		 display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 0 50px 0;
		height: 230px
	}
	
	ul.text li:hover{
		background: #95e045;
		transition: 1s;
		color: #fff
	}
	
	ul.text li figure{
		display: flex;
		align-items: center;
		gap: 10px;
		position: relative;
		top: -20px
	}
	
	ul.text li figure img{
		width: 40px;
		margin: 0;
		float: left;
	}
	
	ul.text li:hover figure img {
    	filter: invert(100%);
    	transition: filter 0.5s ease-in-out;
	}
	
	ul.text li figure h3{
		font-size: 16px;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: auto;
		margin: 0;
	}
	
	ul.text a{
		margin-top: 55px;
		position: relative;
		top: 10px;
		left: -100px;
		width: 100%!important;
		max-width: 150px!important
	}
	
	ul.text a img{
		max-width: 115px!important;
	}
	
	
		
	/*planos*/
	/*profile*/
	.profile-slider {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin: 0;
	}

	ul.profile {
		display: flex;
		transition: transform 0.5s ease-in-out;
		padding: 15px 0;
		margin: 0;
		list-style: none;
	}

	ul.profile li {
		min-width: 100%;
		padding: 0 0;
	}

	/* Setas de navegação */
	button.prev, button.next {
		position: absolute;
		top: 35%;
		background-color: rgba(0, 0, 0, 0);
		color: #FFF;
		border: none;
		padding: 15px 10px;
		font-size: 50px;
		cursor: pointer;
		z-index: 10;
		transform: translateY(-50%);
	}

	button.prev {
		left: -5%;
	}
	
	button.next {
		right: -5%;
	}

	.profile-slider button:hover{
		opacity: 0.7;
		transition: 0.5
	}
	
	
	.box-planos{
		float: left;
		width: 100%;
		margin: 50px 0 400px
	}

	.list-planos{
		float:left;
		list-style: none;
		width: 31.3%;
		margin: 0 1% 100px;
		background-color: transparent;
		box-shadow: 0;
		padding: 40px 15px;
		border-radius: 25px;
		border: 1px solid #5ac225
	}
	
	.list-planos:hover{
		transition: 1s;
		transform:scale(0.99)
	}
	
	.list-planos h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 13px;
		color: #6d7984;
		text-align: center;
		line-height: 1;
		font-weight: bold;
		margin-top: -50px;
		letter-spacing: 5px;
		text-transform: uppercase;
		background: #262a2e;
		width: 50%;
		float: left;
		margin: -45px 25% 0;
	}
	
	
	.list-planos h4{
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 80px;
		color: #fff;
		text-align: center;
		float: left;
		width: 100%;
		line-height: 0.4;
		padding: 0;
		letter-spacing: -4px;
	}

	.list-planos h4 strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 23px;
		color: #6d7984;
		text-align: center;
		line-height: 1;
		font-weight: bold;
		letter-spacing: 10px;
		text-transform: uppercase;
		background: #262a2e;
	}
	
		
	.list{
		float:left;
		width: 100%;
		list-style: none;
		margin: 15px 0 0;
	}
	
	.altura-a{
		margin-top: 35px;
		font-size: 100px!important
	}
	
	.altura-c{
		margin-bottom: 75px!important
	}
	
	#altura-b{
		height: 112px;
	}
	
	.list p{
		float:left;
		width: 100%;
		list-style: none;
		font-size: 12px;
		color: #fff;
		font-family: "Gilmer-Medium", "Segoe UI", "Trebuchet MS";
		margin: 0;
		letter-spacing: 0;
		font-weight: 400;
		border-bottom: 1px dashed rgba(225,225,225,0.1);
		padding: 10px 0 12px;
		text-align: left;
	}
	
	.list p img{
		margin-right: 5px;
		width: 6px;
	}

	.price{
		color: #95e045;
		float: left;
		width: 180px;
		text-align: center;
		margin: 30px 1% 55px;
		position: relative;
		left: 0px;
	}
	
	.price em{
		font-family: "Gilmer-Medium", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		letter-spacing: 0;
		margin: 14px 10px 0;
		float: left;
		font-weight: 300;
		font-style: normal
	}
	
	.price strong{
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 60px;
		letter-spacing: -2.5px;
		margin-left: -15px;
		font-weight: 900;
	}
	
	
	span.cents{
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 17px;
		letter-spacing: 0;
		margin: 10px 15px 0 0;
		float: right;
		font-weight: 300;
		font-style: italic;
	}
	
	span.month{
		font-size: 16px;
		float: right;
		font-family: "Gilmer-Medium", "Segoe UI", "Trebuchet MS";
		margin: -40px 5px 0 0;
	}

	.tabcontent a{
		float:left;
		width: 100%;
		margin: 10px 2.5% -70px;
		text-align: center;
	}

	.tabcontent a:hover{
		transition: 1s;
		transform: scale(0.99);
		opacity: 1!important
	}
	
	.tabcontent h5{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		color: #a8fc4d;
		font-weight: 300;
		width: 100%;
		float: left;
		text-align: center
	}
	
	
	
	
	
	
	
	/*app*/
	.app{
		position: relative;
		z-index: 99;
		background: url("img/bg-app.jpg") top center no-repeat;
		background-size: cover;
		text-align: center;
		float: left;
		width: 90%;
		height: 610px;
		margin: -300px 5% 0px;
		border-radius: 50px
	}	
	
		
	.app span{
		float: left;
		width: 45%;
		margin: 190px 0 0;
		text-align: left;
	}
	
	.app span h3{
		margin: 0 0 35px;
		font-family: "Gilmer-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 28px;
		line-height: 1;
		color: #a8fc4d
	}
	
	.app span p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		line-height: 1.3;
		font-weight: normal;
		color: #fff
	}

	
	.app ul{
		float: right;
		width: 25%;
		text-align: center;
		margin: 100px 90px 0 0;
		list-style: none;
	}
	
	.app ul li{
		float: left;
		width: 45%;
		margin: 0 2.5% 25px
	}
	
	.app ul li:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.98)
	}
	
	#target-gray {
		width: 12%;
		margin: 0;
		background: #eaeaea;
		height: 75px;
		position: absolute;
		right: 5%;
		bottom: -40px;
		z-index: 99;
		float: right
	}
	
	
	/*about*/
	.about{
		width: 100%;
		float: left;
		margin: 150px 0 0;
	}
	
	.about h2{
		color: #3d444a;
		font-size: 45px;
		text-align: right;
		font-family: "Gilmer-Bold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 20%;
		margin: 0 0 55px;
		float: left;
		left: 0;
		position: relative;
		letter-spacing: -1px
	}
				
	.about h2 span{
		background: #9ed63f;
		width: 100%;
		height: 85px;
		float: left;
		margin: 15px 0 0
	}
				
	.about p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 17px;
		color: #626d76;
		line-height: 1.5;
		text-align: left;
		float: left;
		width: 55%;
		font-weight: normal;
		margin: -25px 0 0 90px
	}
	
	.about ul{
		float: left;
		width: 100%;
		margin: 150px 0 190px;
	}
	
	.about ul li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		color: #616c75;
		list-style: none;
		text-align: center;
		border: 1px solid #94dc45;
		border-radius: 25px;
		padding: 0 25px 35px;
		height: auto
	}
	
	.about ul li img{
		position: relative;
		top: -55px;
		margin-bottom: -25px
	}
	
	.about ul li h3{
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #626d76;
		line-height: 1;
		text-align: left;
		margin-bottom: 15px
	}
	
	.about ul li p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 13px;
		color: #626d76;
		line-height: 1.3;
		text-align: left;
		float: left;
		width: 100%;
		font-weight: normal;
		margin: 0;
		opacity: 0.7
	}
	
	
	
	/*aside*/
	aside{
		float: left;
		width: 40%;
		margin: -100px 0 0;
		right: -50px;
		position: relative
	}
	
	
	span#target-green {
		width: 10%;
		margin: 0;
		background: #9ed63f;
		height: 80px;
		position: relative;
		right: 0;
		top: -30px;
		z-index: 99;
		float: right
	}
	
	/*form*/
	.tit-contact{
		float: left;
		width: 40%;
		margin: 150px 0 0;
		color: #fafafc
	}
	
	.tit-contact h2{
		font-size: 30px;
		font-weight: 600;
		text-align: left;
		line-height: 1;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 40px
	}
	
	.tit-contact p{
		font-size: 22px;
		text-align: left;
		line-height: 1.4;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: 200
	}
	
	
	
	/**/
	form{
		float: right;
		width: 45%;
		margin: 125px 0 90px;
		color: #fafafc;
	}
	
	form label{
		font-size: 14px;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
	}
		
	.form-max{
		width: 98%!important;
	}
	
	.input{
		float: left;
		width: 48%;
		margin: 10px 1% 15px;
		font-size: 14px;
		color: #fff;
		padding: 12px 25px;
		background-color: transparent;
		text-align: left;
		border: 0;
		border-bottom: 2px solid #fff;
		font-weight: normal;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}	
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #95e045;
		border: 0;
		color: #fff;
		font-size: 60px;
		padding: 15px 75px 18px 15px;
		cursor: pointer;
		margin: 0 auto 0;
		width: auto;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		letter-spacing: 0;
		position: relative;
		z-index: 44;
		font-weight: 600;
		line-height: 0.5
	}
	
	.send:hover{
		background: #fff;
		transition: 1s;
		color: #95e045;
	}
	
	.input-c{
		float: right;
		width: 30%;
		margin: 10px 35% 0;
		font-size: 14px;
		color: #fff;
		padding: 12px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #fff;
		border-bottom: 2px solid #fff;
		background-color: transparent;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.input-re{
		height: 110px!important;
		float: right!important;
		text-align: center!important;
		margin: 8px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	

	/*test*/
	.test{
		float: left;
		width: 100%;
		margin: 70px 0 180px;
	}
	
	.test ul{
		float: right;
		width: 100%;
		margin: 0;
	}
	
	
	
	/*sidebar*/
	.sidebar {
		background: url("img/bg-sidebar.jpg") top center no-repeat;
		background-size: cover;
		text-align: center;
		float: left;
		width: 100%;
		height: 267px;
		margin: -180px 0 0;
		border-radius: 25px
	}
	
	.sidebar h3{
		font-size: 25px;
		text-align: left;
		line-height: 1;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #fafafc;
		width: 40%;
		margin: 90px 0 0 5%;
		float: left;
	}
	
	.sidebar p{
		font-size: 18px;
		font-weight: 200;
		text-align: left;
		line-height: 1.3;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #343434;
		width: 40%;
		margin: 0;
		float: right;
		background: #95e045;
		height: 267px;
		padding: 95px 50px 0
	}
	

	
	/*faq*/
	.faq {
		width: 100%;
		float: left;
		margin: 80px 0 125px;
	}
	
	.faq h2{
		font-size: 30px;
		font-weight: 200;
		text-align: left;
		line-height: 1;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		margin-bottom: 40px;
		border-left: 190px solid #9ed63f;
		padding: 15px;
		color: #495058;
		width: 40%;
		margin: 0 30% 55px
	}
	
	.collapsible {
		cursor: pointer;
		padding: 0;
		width: 100%;
		text-align: left;
		outline: none;
		margin: 0;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		border: 0;
		background-color: #fff;
		border-radius: 25px;
		color: #6c6c79;
	}
		
	.collapsible span{
		background-color: transparent;
		font-weight: normal;
		font-size: 16px;
		padding: 25px 25px 22px 10px;
		width: 92%;
		float: left;
		padding-left: 3%;
	}
		
	.collapsible span:hover {
		opacity: 1;
		transition: 1s;
	}
	
	.active_c, .collapsible:hover {
		background-color: #495058;
		color: #95e045;
		
	}
	
	.collapsible:after {
		content: url("img/icon-bottom.png");
		color: #201e1e;
		font-weight: bold;
		float: right;
		margin-left: 0;
		width: 5%;
		position: relative;
		top: 18px;
		margin-right: 20px;
	}
	
	.active_c:after {
		content: url("img/icon-top.png");
		top: 28px;
	}
	
	.info {
		padding: 0 20px 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;
	}	
		
	.info p {
		padding: 10px;
		font-size: 15px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 15px 0 0;
		line-height: 1.4;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #6c6c79;;
		font-weight: 300
	}

	
	
	
}






@media only screen and (min-width: 1024px) {
	
/*
	[Elements]
				 */
	.container{
		width: 1000px;
	}	
	
	
	
/*
		[HEADER]
						 */
	.bg-header{
		background-color: #262a2e;
		padding: 30px 0;
		z-index: 999;
		position: relative;
		height: auto;
		float: left;
		margin: 0;
	}
	
	
	.bg-black{
		position: relative;
		z-index: 66;
		background: url("img/bg-black.jpg") center center no-repeat #262a2e;
	}
	
	.bg-about{
		position: relative;
		z-index: 77;
		background: url("img/bg-about.jpg") bottom center no-repeat #f6f6f8;
	}
	
	.bg-blue{
		position: relative;
		z-index: 88;
		background: url("img/bg-blue.jpg") bottom center no-repeat #3d444a;
	}
	
	.bg-test{
		position: relative;
		z-index: 44;
		background: url("img/bg-test.jpg") top center no-repeat #f6f6f8;
	}
	
	.bg-faq{
		position: relative;
		z-index: 55;
		background: url("img/bg-faq.jpg") bottom left no-repeat #e8e8ea;
	}
	
	.bg-faq2{
		position: relative;
		z-index: 55;
		background: #e8e8ea;
	}
	
	.bg-white{
		position: relative;
		z-index: 22;
		background: #fff;
		padding: 0;
	}

	.bg-sub{
		position: relative;
		z-index: 11;
		background: #f6f6f8;
		border-top: 2px solid #d7d7d9;
		border-right: 200px solid #9ed63f;
		height: 115px;
	}

	
	
	/*logo*/
	a.logo{
		width: auto;
		padding: 0;
		text-align: center;
		margin: 10px 0 0 0;
		float: left;
		position: relative;
		left: -45px;
	}	 
	
	a.logo img{ 
		width: 220px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 15px 15px 0 0!important;
		font-weight: 300;
		padding: 0!important;
		position: relative
	}
	
	.nav-right{
		margin: 40px 0 0 15px;
		text-align: center;
		width: auto;
		float: left;
		position: relative;
		top: 0

	}

	.nav-right a{
		font-size: 11px;
		margin: 0;
		text-align: center;
		width: auto;
		background: #95e045;
		font-family: "Gilmer-Bold", "Segoe UI", "Trebuchet MS";
		color: #262a2e;
		border-radius: 10px;
		padding: 12px 12px;
		float: none
	}

	a#right-b{
		font-size: 11px;
		margin: 0;
		text-align: center;
		width: auto;
		background-color: transparent;
		font-family: "Gilmer-Bold", "Segoe UI", "Trebuchet MS";
		color: #95e045;
		border-radius: 10px;
		padding: 12px 12px;
		float: none;
		border: 1px solid #fafafc
	}
			
	.nav-redes{
		margin: 30px 0 0;
		text-align: center;
		width: auto;
		float: right;
		right: -40px;
		position: relative;
	}

	.nav-redes a{
		margin: 0 1%;
		text-align: center;
		width: 98%;
		float: left
	}

	.nav-redes a img{
		width: auto;
	}


	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 8px 0!important;
		height: 80px;
		background-color: #262a2e;
		border-bottom: 2px solid rgba(255,255,255,1.00)
	}

	.sticky + .content {
  		padding-top: 102px;
	}

	.sticky a.logo{
		margin: 7px 40px 0 0;
		width: 160px;

	}	
	
	.sticky a.logo img{
  		width: 160px;
	}

	.sticky .nav ul {
		margin: 0px 0 0!important
	}

	.sticky .nav-right {
		margin: 25px 2px 0!important
	}
	
	.sticky .nav-redes{
		margin: 20px 0 0;
	}
	
	.sticky .nav-redes img{
		width: auto
	}
	
	.sticky .nav-right{
		margin: 30px 0 0 90px;
		width: auto;
	}

	.sticky .nav-right a{
		font-size: 13px;
		width: 100%;
		background: #95e045;
		left: 50px;
		position: relative
	}	
	
	.sticky a#right-b{
		font-size: 11px;
		border: 1px solid #fafafc
	}

	
	

	/*banner*/
	#layerslider{
		height: 740px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: -15px 0 -30px;
	}
	
	#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.tablet{
		width: 0!important;
		height: 0!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 h3{
		text-align: left;
		color: #fff;
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 35px;
		line-height: 1.1;
		float: left;
		text-transform: uppercase;
		width: auto;
		margin: 260px 0 0;
		left: -50px;
		position: relative
	}	
	
	#layerslider .ls-slide figure{
		width: 25%;
		text-align: left!important;
		float: right;
		margin: 215px 0 0;
		right: -50px;
		position: relative
	}	
	
	#layerslider .ls-slide figure p{
		text-align: left;
		color: #262a2e;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.2;
	}	
				
	#layerslider .ls-slide figure img{
		min-width: 148px!important;
		height: 35px!important;
		margin: 45px 0 0!important;
		float: left
	}	
	
	

	
	/*article*/
	
	/*text*/
	ul.text{
		float: left;
		width: 100%;
		margin: -155px 0 -200px;
		text-align: left;
		position: relative;
		z-index: 88
	}
	
	ul.text li{
		float: left;
		width: 33.3%;
		margin: 0;
		background: #31363b;
		list-style: none;
		color: #aaff4e;
		 display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 0 50px 0;
		height: 230px
	}
	
	ul.text li:hover{
		background: #95e045;
		transition: 1s;
		color: #fff
	}
	
	ul.text li figure{
		display: flex;
		align-items: center;
		gap: 15px;
		position: relative;
		top: -20px
	}
	
	ul.text li figure img{
		width: auto;
		margin: 0;
		float: left;
	}
	
	ul.text li:hover figure img {
    	filter: invert(100%);
    	transition: filter 0.5s ease-in-out;
	}
	
	ul.text li figure h3{
		font-size: 22px;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: auto;
		margin: 0;
	}
	
	ul.text a{
		margin-top: 55px;
		position: relative;
		top: 10px;
		left: -120px;
		width: 100%!important;
		max-width: 150px!important
	}
	
	ul.text a img{
		max-width: 115px!important;
	}
	
	
		
	/*planos*/
	/*profile*/
	.profile-slider {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin: 0;
	}

	ul.profile {
		display: flex;
		transition: transform 0.5s ease-in-out;
		padding: 15px 0;
		margin: 0;
		list-style: none;
	}

	ul.profile li {
		min-width: 100%;
		padding: 0 0;
	}

	/* Setas de navegação */
	button.prev, button.next {
		position: absolute;
		top: 35%;
		background-color: rgba(0, 0, 0, 0);
		color: #FFF;
		border: none;
		padding: 15px 10px;
		font-size: 50px;
		cursor: pointer;
		z-index: 10;
		transform: translateY(-50%);
	}

	button.prev {
		left: -50px;
	}
	
	button.next {
		right: -50px;
	}

	.profile-slider button:hover{
		opacity: 0.7;
		transition: 0.5
	}
	
	
	
	
	
	.tabcontent {
		width: 100%;
		margin: 80px 0 400px;
		padding: 0;
		position: relative;
		z-index: 77
	}
	
	h2#title {
		color: #262a2e;
		font-size: 40px;
		text-align: right;
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 40%;
		margin: 0;
		float: left;
		background: #fff;
		height: 340px;
		border-radius: 0 0 70px 0;
		padding: 180px 100px 0
	}
	
	.tit {
		width: 58%;
		margin: -230px 0 80px 0;
		float: right;
	}
	
	.tit p{
		color: #a8fc4d;
		font-size: 20px;
		text-align: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: lighter;
		line-height: 1.3;
		width: 45%;
		margin: 0;
		float: left;
	}
	
	.tit span{
		color: #e1e1e1;
		font-size: 16px;
		text-align: center;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-weight: lighter;
		line-height: 1.3;
		width: auto;
		margin: 35px 0 0;
		float: right;
		border-radius: 15px;
		border: 1px solid #bbe0c2;
		padding: 12px 18px
	}
	
	
	/**/
	.box-planos{
		float: left;
		width: 100%;
		margin: 50px 0 400px
	}

	.list-planos{
		float:left;
		list-style: none;
		width: 31.3%;
		margin: 0 1% 100px;
		background-color: transparent;
		box-shadow: 0;
		padding: 40px 15px;
		border-radius: 25px;
		border: 1px solid #5ac225
	}
	
	.list-planos:hover{
		transition: 1s;
		transform:scale(0.99)
	}
	
	.list-planos h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 17px;
		color: #6d7984;
		text-align: center;
		line-height: 1;
		font-weight: bold;
		margin-top: -50px;
		letter-spacing: 10px;
		text-transform: uppercase;
		background: #262a2e;
		width: 50%;
		float: left;
		margin: -45px 25% 0;
	}
	
	
	.list-planos h4{
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 100px;
		color: #fff;
		text-align: center;
		float: left;
		width: 100%;
		line-height: 0.4;
		padding: 0;
		letter-spacing: -4px;
	}

	.list-planos h4 strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 23px;
		color: #6d7984;
		text-align: center;
		line-height: 1;
		font-weight: bold;
		letter-spacing: 10px;
		text-transform: uppercase;
		background: #262a2e;
	}
	
		
	.list{
		float:left;
		width: 100%;
		list-style: none;
		margin: 15px 0 0;
	}
	
	.altura-a{
		margin-top: 35px;
		font-size: 130px!important
	}
	
	.altura-c{
		margin-bottom: 72px!important
	}
	
	#altura-b{
		height: 120px;
	}
	
	.list p{
		float:left;
		width: 100%;
		list-style: none;
		font-size: 15px;
		color: #fff;
		font-family: "Gilmer-Medium", "Segoe UI", "Trebuchet MS";
		margin: 0;
		letter-spacing: 0;
		font-weight: 400;
		border-bottom: 1px dashed rgba(225,225,225,0.1);
		padding: 10px 0 12px;
		text-align: left;
	}
	
	.list p img{
		margin-right: 5px;
		width: 6px;
	}

	.price{
		color: #95e045;
		float: left;
		width: 220px;
		text-align: center;
		margin: 30px 3% 55px;
		position: relative;
		left: 15px;
	}
	
	.price em{
		font-family: "Gilmer-Medium", "Segoe UI", "Trebuchet MS";
		font-size: 30px;
		letter-spacing: 0;
		margin: 14px 10px 0;
		float: left;
		font-weight: 300;
		font-style: normal
	}
	
	.price strong{
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 70px;
		letter-spacing: -2.5px;
		margin-left: -15px;
		font-weight: 900;
	}
	
	
	span.cents{
		font-family: "Gilmer-Heavy", "Segoe UI", "Trebuchet MS";
		font-size: 27px;
		letter-spacing: 0;
		margin: 10px 15px 0 0;
		float: right;
		font-weight: 300;
		font-style: italic;
	}
	
	span.month{
		font-size: 23px;
		float: right;
		font-family: "Gilmer-Medium", "Segoe UI", "Trebuchet MS";
		margin: -40px 5px 0 0;
	}

	.tabcontent a{
		float:left;
		width: 100%;
		margin: 0 2.5% -70px;
		text-align: center;
	}

	.tabcontent a:hover{
		transition: 1s;
		transform: scale(0.99);
		opacity: 1!important
	}
	
	.tabcontent h5{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		color: #a8fc4d;
		font-weight: 300;
		width: 100%;
		float: left;
		text-align: center
	}
	
	
	
	
	
	
	
	/*app*/
	.app{
		position: relative;
		z-index: 99;
		background: url("img/bg-app.jpg") top center no-repeat;
		background-size: cover;
		text-align: center;
		float: left;
		width: 90%;
		height: 610px;
		margin: -300px 5% 0px;
		border-radius: 50px
	}	
	
		
	.app span{
		float: left;
		width: 25%;
		margin: 190px 0 0;
		text-align: left;
	}
	
	.app span h3{
		margin: 0 0 35px;
		font-family: "Gilmer-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 35px;
		line-height: 1;
		color: #a8fc4d
	}
	
	.app span p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 23px;
		line-height: 1.3;
		font-weight: normal;
		color: #fff
	}

	
	.app ul{
		float: right;
		width: 35%;
		text-align: center;
		margin: 145px 120px 0 0;
		list-style: none;
	}
	
	.app ul li{
		float: left;
		width: 31.3%;
		margin: 0 1% 25px
	}
	
	.app ul li:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.98)
	}
	
	#target-gray {
		width: 12%;
		margin: 0;
		background: #eaeaea;
		height: 75px;
		position: absolute;
		right: 5%;
		bottom: -40px;
		z-index: 99;
		float: right
	}
	
	
	/*about*/
	.about{
		width: 100%;
		float: left;
		margin: 150px 0 0;
	}
	
	.about h2{
		color: #3d444a;
		font-size: 45px;
		text-align: right;
		font-family: "Gilmer-Bold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 20%;
		margin: 0 0 55px;
		float: left;
		left: 0;
		position: relative;
		letter-spacing: -1px
	}
				
	.about h2 span{
		background: #9ed63f;
		width: 100%;
		height: 85px;
		float: left;
		margin: 15px 0 0
	}
				
	.about p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 17px;
		color: #626d76;
		line-height: 1.5;
		text-align: left;
		float: left;
		width: 55%;
		font-weight: normal;
		margin: -25px 0 0 90px
	}
	
	.about ul{
		float: left;
		width: 100%;
		margin: 150px 0 190px;
	}
	
	.about ul li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		color: #616c75;
		list-style: none;
		text-align: center;
		border: 1px solid #94dc45;
		border-radius: 25px;
		padding: 0 25px;
		height: 300px
	}
	
	.about ul li img{
		position: relative;
		top: -55px;
		margin-bottom: -25px
	}
	
	.about ul li h3{
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #626d76;
		line-height: 1;
		text-align: left;
		margin-bottom: 15px
	}
	
	.about ul li p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 13px;
		color: #626d76;
		line-height: 1.3;
		text-align: left;
		float: left;
		width: 100%;
		font-weight: normal;
		margin: 0;
		opacity: 0.7
	}
	
	
	
	/*aside*/
	aside{
		float: left;
		width: 40%;
		margin: -100px 0 0;
		right: -50px;
		position: relative
	}
	
	
	span#target-green {
		width: 10%;
		margin: 0;
		background: #9ed63f;
		height: 80px;
		position: relative;
		right: 0;
		top: -30px;
		z-index: 99;
		float: right
	}
	
	/*form*/
	.tit-contact{
		float: left;
		width: 40%;
		margin: 150px 0 0;
		color: #fafafc
	}
	
	.tit-contact h2{
		font-size: 34px;
		font-weight: 600;
		text-align: left;
		line-height: 1;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 40px
	}
	
	.tit-contact p{
		font-size: 24px;
		text-align: left;
		line-height: 1.4;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: 200
	}
	
	span#target-blue{
		float: left;
		width: 15%;
		margin: 150px 0 0;
		padding: 60px 0;
		background: #495158;
		border-right: 20px solid #3d444a
	}
	
	
	/**/
	form{
		float: right;
		width: 45%;
		margin: 125px 0 90px;
		color: #fafafc;
	}
	
	form label{
		font-size: 14px;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
	}
		
	.form-max{
		width: 98%!important;
	}
	
	.input{
		float: left;
		width: 48%;
		margin: 10px 1% 15px;
		font-size: 14px;
		color: #fff;
		padding: 12px 25px;
		background-color: transparent;
		text-align: left;
		border: 0;
		border-bottom: 2px solid #fff;
		font-weight: normal;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}	
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #95e045;
		border: 0;
		color: #fff;
		font-size: 60px;
		padding: 15px 75px 18px 15px;
		cursor: pointer;
		margin: 0 auto 0;
		width: auto;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		letter-spacing: 0;
		position: relative;
		z-index: 44;
		font-weight: 600;
		line-height: 0.5
	}
	
	.send:hover{
		background: #fff;
		transition: 1s;
		color: #95e045;
	}
	
	.input-c{
		float: right;
		width: 30%;
		margin: 10px 35% 0;
		font-size: 14px;
		color: #fff;
		padding: 12px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #fff;
		border-bottom: 2px solid #fff;
		background-color: transparent;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.input-re{
		height: 110px!important;
		float: right!important;
		text-align: center!important;
		margin: 8px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.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;
	}	
	

	/*test*/
	.test{
		float: left;
		width: 100%;
		margin: 140px 0 180px;
	}
	
	.test ul{
		float: right;
		width: 40%;
		margin: 0;
	}
	
	.test ul li{
		float: left;
		width: 100%;
		margin: 0 0 40px;
		text-align: left;
		list-style: none;
		background: rgba(255,255,255,1.00);
		border-radius: 25px;
		padding: 25px 45px;
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.03)
	}
	
	#test{
		position: relative;
		left: -35px
	}
	
	.test ul li p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.3;
		font-weight: normal;
		color: #5e5e5e;
		margin: 10px 0 0
	}
	
	.test ul li h4{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1;
		color: #000000;
		margin: 2px 0 0
	}
	
	
	.test figure{
		float: right;
		width: 60%;
		margin: 150px 0 0;
	}
	
	.test figure img{
		width: auto
	}
	
	
	
	/*sidebar*/
	.sidebar {
		background: url("img/bg-sidebar.jpg") top center no-repeat;
		background-size: cover;
		text-align: center;
		float: left;
		width: 100%;
		height: 267px;
		margin: -180px 0 0;
		border-radius: 25px
	}
	
	.sidebar h3{
		font-size: 25px;
		text-align: left;
		line-height: 1;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #fafafc;
		width: 40%;
		margin: 90px 0 0 5%;
		float: left;
	}
	
	.sidebar p{
		font-size: 18px;
		font-weight: 200;
		text-align: left;
		line-height: 1.3;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #343434;
		width: 40%;
		margin: 0;
		float: right;
		background: #95e045;
		height: 267px;
		padding: 95px 50px 0
	}
	

	
	/*faq*/
	.faq {
		width: 100%;
		float: left;
		margin: 80px 0 125px;
	}
	
	.faq h2{
		font-size: 30px;
		font-weight: 200;
		text-align: left;
		line-height: 1;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		margin-bottom: 40px;
		border-left: 190px solid #9ed63f;
		padding: 15px;
		color: #495058;
		width: 40%;
		margin: 0 30% 55px
	}
	
	.collapsible {
		cursor: pointer;
		padding: 0;
		width: 100%;
		text-align: left;
		outline: none;
		margin: 0;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		border: 0;
		background-color: #fff;
		border-radius: 25px;
		color: #6c6c79;
	}
		
	.collapsible span{
		background-color: transparent;
		font-weight: normal;
		font-size: 16px;
		padding: 25px 25px 22px 10px;
		width: 92%;
		float: left;
		padding-left: 3%;
	}
		
	.collapsible span:hover {
		opacity: 1;
		transition: 1s;
	}
	
	.active_c, .collapsible:hover {
		background-color: #495058;
		color: #95e045;
		
	}
	
	.collapsible:after {
		content: url("img/icon-bottom.png");
		color: #201e1e;
		font-weight: bold;
		float: right;
		margin-left: 0;
		width: 5%;
		position: relative;
		top: 18px;
		margin-right: 20px;
	}
	
	.active_c:after {
		content: url("img/icon-top.png");
		top: 28px;
	}
	
	.info {
		padding: 0 20px 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;
	}	
		
	.info p {
		padding: 10px;
		font-size: 15px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 15px 0 0;
		line-height: 1.4;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #6c6c79;;
		font-weight: 300
	}

	
	
	/*logo-min*/
	.logo-min{
		float: left;
		width: 100%;
		margin: 100px 0;
		text-align: left;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.logo-min figure{
		float: left;
		width: 24%;
		text-align: left;
		margin: 45px 0 0;
		color: #a3a3a3;
		font-size: 14px;
		line-height: 1;
	}
	
	/**/
	.menu-min {
		float: left;
		width: 23%;
		color: #333333;
		font-size: 14px;
		margin: 0 2%
	}
	
	.menu-min a{
		color: #333333;
		margin-bottom: 5px
	}
	
	.menu-min h3{
		margin-bottom: 25px;
		font-weight: 300
	}
	
	.menu-min h3 strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	/**/
	.logo-min ul{
		float: right;
		width: 10%;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	
	.logo-min ul h3{
		font-size: 18px;
		color: #333333;
		line-height: 1.1;
		margin-bottom: 25px;
		font-weight: 300;
	}
	
	.logo-min ul li{
		float: left;
		width: 100%;
		margin: 0 0;
	}
	
	
	
	footer h4{
		text-align: center;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #5e5e5e;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1;
		font-weight: 300;
		padding: 50px 0 0;
		position: relative;
		left: 125px 
	}
	
	
	/*flutuante*/
	.flutuante{
		position: fixed;
		width: 45px;
		height: auto;
		bottom: 1%;
		right: 20px;
		color: #FFF;
		text-align: center;
		box-shadow: 0 0 0;
		z-index: 1000;
	}
	
	.flutuante a img{
		width: 45px;
		margin-bottom: 20px
	}
	
			
}






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