/*inicial*/
img, object, embed, video {
	max-width: 100%;
	}
	
	body{
		background: #FFF;
	overflow-x: hidden; /* esconde só o scroll horizontal */
  overflow-y: auto;   /* mantém scroll vertical normal */
	}

*{
	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;
	overflow-x: hidden; /* esconde só o scroll horizontal */
  overflow-y: auto;   /* mantém scroll vertical normal */
}
	
.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: "Firs-Light";
		src: url("css/Firs-Light.ttf");
		font-weight: 300;
	}

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

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

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




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


	/*[BACKGROUND]*/	
	.bg-header{
		background-color: transparent;
		padding: 15px 0;
		z-index: 999;
		position: relative;
		float: left;
		margin: 0;
		height: 150px;
	}

	.bg-red{
		position: relative;
		z-index: 55;
		padding: 0;
		background: url("img/bg-red.jpg") top center no-repeat #252525;
	}
			
	.bg-black{
		position: relative;
		z-index: 55;
		background: #1d1d1d;
	}
	
	.bg-gray{
		position: relative;
		z-index: 33;
		background: #e6e6e6;
	}

	.bg-gray-white{
		position: relative;
		z-index: 66;
		background: #f7f7f7;
	}

	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
	}

	.bg-gray2 {
		position: relative;
		z-index: 44;
		background: linear-gradient(to right, #fff 30%, #f4f4f4 30%);
	}

	.bg-app{
		position: relative;
		z-index: 55;
		background: url("img/bg-app.jpg") top center;
		width: 100%;
		height: 480px;
	}

							

	
	/*HEADER*/
	h1{
		font-size: 0
	}


	
	/*logo*/
	a.logo{
		width: 195px;
		padding: 0;
		text-align: center;
		margin: 45px 0 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 195px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 35px 0 0!important;
		font-weight: 500;
		padding: 0!important;
	}	
	
	/*nav-contact*/
	.nav-contact{
		margin: 50px 0 0;
		text-align: center;
		width: auto;
		float: right;
	}
	
	.nav-contact a{
		background: #ff3033;
		color: #ffffff;
		font-size: 18px;
		padding: 12px 20px;
		border-radius: 8px;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
	}

	.nav-redes{
		margin: 45px 0 0;
		text-align: center;
		width: auto;
		float: right;
		right: -60px;
		position: relative;
	}

	.nav-redes a img{
		width: auto;
	}
	
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 5px 0!important;
		height: 90px;
		background: rgba(0,0,0,0.8)!important;
	}

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

	.sticky a.logo{
		margin: 25px 0 0;
		width: auto
	}	
	
	.sticky a.logo img{
  		width: 150px;
	}

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

	.sticky .nav-contact {
		margin: 25px 0 0
	}

	.sticky .nav-redes{
		margin: 20px 0 0;
	}

		
	
	/*banner*/
	#layerslider{
		height: 871px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: -150px 0 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 span{
		margin: 320px 0 0!important;
		width: 50%;
		float: left;
	}	
				
	#layerslider .ls-slide h2{
		font-size: 45px;
		color: #fff;
		text-align: left;
		line-height: 1;
		margin: 0!important;
		width: 55%;
		float: left;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		font-weight: 300;
	}	
				
	#layerslider .ls-slide p{
		font-size: 18px;
		color: #fff;
		text-align: left;
		line-height: 1.2;
		margin: 50px 0!important;
		width: 45%;
		float: right;
		font-weight: 300;
		font-family: "Firs-Light", "Segoe UI", "Trebuchet MS";
	}	
				
	#layerslider .ls-slide p strong{
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
	}	
	
	#layerslider .ls-slide a{
		margin: 30px 0;
		float: left;
		width: 100%;
	}	
	
	#layerslider .ls-slide a strong{
		background: #ff3033;
		color: #ffffff;
		font-size: 22px;
		padding: 15px 30px;
		border-radius: 8px;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
	}	
	
	
/**/
	#layerslider .ls-slide figure{
		margin: 170px 0 0!important;
		width: 50%;
		float: right;
		text-align: center;
	}	
				
	#layerslider .ls-slide figure img{
		height: 720px!important
	}	
				
	
	/*funciona*/
	ul.funciona{
		float: right;
		width: 100%;
		margin: 120px 0;
		list-style: none;
	}

	.funciona h2{
		color: #fff;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-weight: normal;
		font-size: 34px;
		float: left;
		width: 18%;
		margin: 70px 0 0;
	}

	.funciona span{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		position: relative;
		top: 80px;
		z-index: 11
	}

	.funciona span figure{
		float: left;
		width: 31.3%;
		margin: 0 1%;
	}

	.funciona span figure img{
		width: auto;
	}

	ul.funciona li{
		float: left;
		width: 25%;
		margin: 0 1%;
		text-align: center;
		border-radius: 30px;
		padding: 40px 30px;
		height: 230px;
		background: #1d1d1d;
		border: 1px solid rgba(255,255,255,0.54)
	}

	.funciona li img{
		width: auto;
	}

	ul.funciona li p{
		color: #fff;
		font-family: "Firs-Light", "Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-weight: normal;
		font-size: 13px;
		text-align: left;
		margin: 30px 0 0
	}

	ul.funciona a{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
	}

	#right-b{
		position: relative;
		right: -100px
	}

	#line{
		position: relative;
		left: -60px
	}


	/*beneficios*/
	.beneficios{
		float: left;
		width: 100%;
		margin: 100px 0;
		text-align: left;
	}

	.beneficios span{
		float: left;
		width: 30%;
		margin: 100px 0 0;
		text-align: left
	}

	.beneficios span h2{
		color: #fff;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-weight: normal;
		font-size: 29px;
		margin: 0 0 10px;
	}

	.beneficios span p{
		color: #b0b0b0;
		font-family: "Firs-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-weight: normal;
		font-size: 22px;
		margin: 35px 0 0
	}

	.beneficios span p strong{
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
	}

	/**/
	.beneficios ul{
		float: right;
		width: 60%;
		margin: 35px 0;
		list-style: none
	}

	.beneficios ul li{
		float: left;
		width: 46%;
		margin: 0 2% 25px;
		text-align: left;
		border: 1px dashed #fff;
		border-radius: 30px;
		padding: 20px 50px;
		height: 240px;
	}

	.beneficios ul li img{
		width: auto;
		position: relative;
		right: -150px
	}

	.beneficios ul li h3{
		color: #fff;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-weight: normal;
		font-size: 16px;
		margin: 0 0 25px;
	}

	.beneficios ul li p{
		color: #b0b0b0;
		font-family: "Firs-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-weight: normal;
		font-size: 16px;
	}



	/*app*/
	.app{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	.app span{
		float: left;
		width: 34%;
		margin: 100px 0 0;
	}

	.app span h3{
		color: #fff;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-weight: normal;
		font-size: 25px;
		margin: 0 0 10px;
		text-transform: uppercase
	}

	.app span p{
		color: #fff;
		font-family: "Firs-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-weight: normal;
		font-size: 20px;
	}

	.app span p strong{
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
	}

	/**/
	.app ul{
		float: left;
		width: 38%;
		margin: 35px 20% 0;
		list-style: none
	}

	.app ul li{
		float: left;
		width: 23%;
		margin: 0 1%;
		text-align: center
	}

	.app ul li img{
		width: auto;
	}

	/**/
	.app a{
		float: right;
		width: 50%;
		margin: 200px 0 0;
		text-align: center;
		cursor: pointer;
	}

	.app a strong{
		background: #fff;
		color: #1d1d1d;
		font-size: 14px;
		padding: 20px 30px 18px;
		border-radius: 18px;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		text-align: center;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.app a strong:hover{
		background: #e53939;
		color: #fff
	}

	.app a:hover{
		opacity: 1!important
	}




	/*moto*/
	.moto{
		float: left;
		width: 100%;
		margin: 150px 0;
		text-align: left;
	}

	.moto span{
		float: left;
		width: 22%;
		margin: 50px 0 0;
	}

	.moto span h2{
		color: #000000;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-weight: normal;
		font-size: 50px;
		margin: 100px 0 10px;
	}

	.moto span p{
		color: #000000;
		font-family: "Firs-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-weight: normal;
		font-size: 25px;
	}

	.moto span p strong{
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
	}

	.moto span p img{
		margin: 30px 0 0;
		width: auto
	}
	
	/**/
	.moto ul{
		float: left;
		width: 78%;
		margin: 0;
		list-style: none
	}

	.moto  ul li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		list-style: none;
		background:rgba(240,240,240,0.85);
		height: 380px;
		padding: 55px 10px;
		border-radius: 20px;
		text-align: center
	}

	.moto  ul li img{
		width: auto;
	}

	.moto ul li h3{
		color: #000000;
		font-family: "Firs-Light", "Segoe UI", "Trebuchet MS";
		line-height: 1.3;
		font-weight: normal;
		font-size: 20px;
		width: 90%;
		margin: 30px 5% 0;
		padding: 30px 0 0;
		text-align: left;
		border-top: 1px dashed #dcdcdc
	}

	.moto ul li h3 strong{
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
	}

	.moto ul li a{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
		cursor: pointer;
	}

	.moto ul li a strong{
		background: #3c3c3c;
		color: #ffffff;
		font-size: 21px;
		padding: 8px 30px;
		border-radius: 8px;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		text-align: center
	}

	.moto ul li a strong:hover{
		background: #e53939;
	}

	.moto ul li a:hover{
		opacity: 1!important
	}
	
	/*main*/
	.main {
		padding: 50px;
		text-align: center;
		transition: opacity 0.5s ease;
	}

	.modala{
    width: auto;
	}

	.modalb{
    width: 0;
	}

.main.hide {
  opacity: 0;
  pointer-events: none;
}

/* Slide base */
.slide {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  transition: right 0.5s ease;
  z-index: 1000;
  padding: 60px 30px;
  overflow-y: auto; /* deixa o conteúdo interno rolável, se precisar */
  box-sizing: border-box;
}

.slide.active {
  right: 0;
}

.slide-content {
	max-width: 100%;
	margin: auto;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%; 
	align-items: center; /* para centralizar horizontalmente */
}

.slide-content img {
  max-width: 1000px;
}

.slide-content h2 {
  font-size: 0
}

.slide-content p{
  font-size: 0
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  background: #e53939;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  user-select: none;
}

.close:hover {
  background: black;
}




	/*planos*/
	.planos{
		float: left;
		width: 100%;
		margin: 90px 0 250px;
	}

	.planos span{
		float: right;
		width: 15%;
		margin: 60px 0 0;
	}

	.planos span h2{
		color: #000000;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-weight: normal;
		font-size: 29px;
		margin: 0 0 20px;
	}

	.planos span p{
		color: #000000;
		font-family: "Firs-Light", "Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-weight: normal;
		font-size: 15px;
		margin: 0 0 10px;
	}

	.planos span p strong{
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
	}

	.planos span p img{
		margin: 30px 0 0;
		width: auto
	}
	
	/**/
	.planos ul{
		float: left;
		width: 85%;
		margin: 0;
		list-style: none
	}

	.planos ul li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		list-style: none;
		background: #fff;
		height: 380px;
		padding: 35px 35px;
		box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.05);
		text-align: left
	}

	.planos ul li h3{
		color: #000000;
		font-family: "Firs-Light", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-weight: normal;
		font-size: 22px;
		width: auto;
		margin: 0 0 25px;
		text-align: center
	}

	.planos ul li h3 strong{
		color: #000000;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		font-size: 25px
	}

	.planos ul li p{
		color: #000000;
		font-family: "Firs-Light", "Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-weight: normal;
		font-size: 16px;
		width: 100%;
		margin: 0 0 0;
		float: left
	}

	.planos ul li p strong{
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
	}

	.planos ul li p span{
		margin: 0;
		width: 18px;
		height: 30px;
		float: left;
	}

	.planos ul li span img{
		width: auto;
	}

	.planos ul li h4{
		color: #000000;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-size: 39px;
		width: 100%;
		margin: 5px 0 20px;
		float: left;
		padding-left: 15px
	}

	.tit-top{
		margin: -10px 0 20px!important
	}

	.planos ul li h5{
		color: #000000;
		font-family: "Firs-Light", "Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-weight: normal;
		font-size: 15px;
		width: 70%;
		margin: -5px 0 0;
		padding-left: 15px
	}

	.planos ul li h4 strong{
		font-size: 18px;
		position: relative;
		top: -13px;
	}

	.planos ul li h4 em{
		font-size: 14px;
		font-style: normal;
		font-family: "Firs-Light", "Segoe UI", "Trebuchet MS";
		margin-left: -40px;
		font-weight: 200
	}

	.planos ul li a{
		float: left;
		width: 100%;
		margin: 70px 0 0;
		text-align: center
	}

	.planos ul li a strong{
		background: #000000;
		color: #ffffff;
		font-size: 23px;
		padding: 10px 50px;
		border-radius: 8px;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		text-align: center
	}

	.planos ul li a strong:hover{
		background: #e53939;
	}

	.planos ul li a:hover{
		opacity: 1!important
	}


	
	/*collapsible*/
	#collapsible{
		float: left;
		width: 70%;
		margin: 0;
		position: relative;
		z-index: 11
	}

	#collapsible h2{
		color: #000000;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-weight: normal;
		font-size: 45px;
		width: auto;
		margin: 0 0 50px;
	}

	.collapsible {
		background-color: #fff;
		cursor: pointer;
		padding: 0;
		width: 100%;
		text-align: left;
		outline: none;
		margin: 0 0 -10px;
		font-family: "Firs-Regular", "Segoe UI", "Trebuchet MS";
		box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.05);
		border: 0
	}
		
	.collapsible span{
		background-color: transparent;
		color: #000000;
		font-weight: normal;
		font-size: 23px;
		padding: 25px 25px 20px 10px;
		width: 92%;
		float: left;
		padding-left: 2%;
	}
		
	.collapsible span:hover {
		opacity: 0.5;
		transition: 1s;
	}
	
	.active_c, .collapsible:hover {
		background-color: rgba(236,236,236,1.00);
	}
	
	.collapsible:after {
		content: url("img/icon-bottom.png");
		color: #201e1e;
		font-weight: bold;
		float: right;
		margin-left: 0;
		width: 5%;
		position: relative;
		top: 30px;
		margin-right: 20px;
	}
	
	.active_c:after {
		content: url("img/icon-top.png");
	}
	
	.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: 18px;
		text-align: left;
		width: 78%;
		float: left;
		margin: 30px 0 0;
		line-height: 1.2;
		font-family: "Firs-Regular", "Segoe UI", "Trebuchet MS";
		color: #2e2e2e;
	}
	
	
	.img-motoboy{
		width: 50%;
		margin: -700px 0 200px;
		position: relative;
		right: 0;
		float: right;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-content: center;
		height: 760px;
		z-index: 0;
		background: rgba(62,62,62,1.00)
	}

	.img-motoboy img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	
	
	/*footer*/
	footer aside {
		background: linear-gradient(to right, #e53939 50%, #3a3a3a 50%);
		border-radius: 50px;
		height: 310px;
		width: 100%;
		position: relative;
		margin: -110px 0 0;
		z-index: 88
	}

	footer aside h3{
		color: #fcf9f9;
		font-family: "Firs-Light", "Segoe UI", "Trebuchet MS";
		line-height: 1.2;
		font-weight: normal;
		font-size: 22px;
		width: 20%;
		float: left;
		position: relative;
		z-index: 1;
		margin: 98px 0 0 65px;
	}

	footer aside h3 strong{
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
	}

	footer aside figure{
		width: 100%;
		float: left;
		text-align: center;
		position: absolute;
		z-index: 0;
		top: -25px
	}

	footer aside figure img{
		width: 530px
	}

	footer aside span{
		width: 25%;
		float: right;
		text-align: left;
		position: relative;
		z-index: 1;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		margin: 98px 65px 0 0
	}

	footer aside span p{
		color: #fcf9f9;
		line-height: 1;
		font-weight: normal;
		font-size: 22px;
	}

	footer aside span a{
		background: #e53939;
		color: #ffffff;
		font-size: 21px;
		padding: 8px 20px;
		border-radius: 8px;
		margin: 30px 0 0;
		float: left
	}


	/*footer ul*/
	footer ul {
		margin: 90px 0;
		list-style: none;
		width: 100%;
		float: left;
	}

	footer ul li {
		text-align: left;
		width: 23%;
		float: left; 
		margin: 0 1%;
		font-size: 16px
	}

	footer ul li img {
		width: auto;
	}

	footer ul li p {
		font-family: "Firs-Light", "Segoe UI", "Trebuchet MS";
		color: rgba(0,0,0,0.88);
		line-height: 1.2;
		font-weight: normal;
	}
	
	footer ul li h3{
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		color: rgba(0,0,0,0.88);
		line-height: 1.3;
		font-weight: normal;
	}

	footer ul li a{
		font-family: "Firs-Light", "Segoe UI", "Trebuchet MS";
		color: rgba(0,0,0,0.88);
		line-height: 1.3;
		font-weight: normal;
	}

	#instagram{
		text-align: left;
		margin: 25px 0 0;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		font-size: 18px
	}

	#instagram img{
		width: auto;
		position: relative;
		top: 5px;
		margin-right: 10px
	}





	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 25px;
		right: 20px;
		color: #FFF;
		text-align: center;
		z-index: 1000;
	}




@media (max-width: 850px) {
  
/*
	[Elements]
				 */
	.container{
		width: 90%;
	}
	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}	
	
	
	/*logo*/
	a.logo{
		width: 33.3%;
		margin: 20px 0 0;
		z-index: 33;
	}	 
	
	/*menu*/
	.nav ul {
		margin: 25px 0 0!important;
	}	
	
	/*nav-contact*/
	.nav-contact{
		margin: 28px 0 0;
		width: 100%;
		position: absolute;
		right: 0;
		top: 0
	}
		
	.nav-contact a{
		position: absolute;
		right: 2%;
		top: 0
	}
	
	.nav-redes a img{
		width: 0!important;
	}

		
	.navtoogle{
		width: 33.3%!important;
		float: left!important;
		text-align: center!important;
		position: absolute!important;
		top: 30px!important
	}
	
	
	/*sticky*/
	.sticky {
		padding: 5px 0!important;
		height: 90px;
	}

	.sticky a.logo{
		margin: 25px 0 0;
		width: 33.3%
	}	
	
	.sticky a.logo img{
  		width: auto;
	}

	.sticky .nav-contact {
		margin: 20px 0 0;
	}
	
	

	
	/*banner*/
	#layerslider{
		height: 500px!important;
	}
	
	#layerslider .ls-slide span{
		margin: 180px 0 0!important;
		width: 50%;
	}	
				
	#layerslider .ls-slide h2{
		font-size: 30px;
		text-align: left;
		margin: 0!important;
		width: 70%;
	}	
				
	#layerslider .ls-slide p{
		font-size: 18px;
		text-align: left;
		margin: 20px 0!important;
		width: 70%;
		float: left;
	}	
				
	#layerslider .ls-slide a{
		margin: 15px 0;
	}	
	
	#layerslider .ls-slide a strong{
		font-size: 16px;
		padding: 15px 30px;
	}	

	#layerslider .ls-slide figure{
		margin: 120px 0 0!important;
		width: 50%;
	}	
				
	#layerslider .ls-slide figure img{
		height: 400px!important
	}	
				
	
	/*funciona*/
	ul.funciona{
		width: 100%;
		margin: 90px 0;
	}

	.funciona h2{
		font-size: 20px;
		width: 19%;
		margin: 70px 0 0;
	}

	.funciona span figure{
		width: 0;
		margin: 0;
	}

	.funciona span figure img{
		width: 0;
	}

	ul.funciona li{
		width: 25%;
		margin: 0 1%;
		padding: 30px 15px;
		height: 250px;
	}


	#right-b{
		right: 0
	}

	#line{
		left: 0
	}


	/*beneficios*/
	.beneficios span{
		width: 100%;
		margin: 0;
		text-align: center
	}

	/**/
	.beneficios ul{
		width: 100%;
	}


	.beneficios ul li img{
		right: 0;
		margin-bottom: 25px
	}



	/*app*/
	.app span{
		width: 50%;
	}

	.app span h3{
		font-size: 20px;
	}

	.app span p{
		font-size: 18px;
	}

	/**/
	.app ul{
		width: 45%;
		margin: 70px 20% 0;
	}



	/*moto*/
	.moto{
		float: left;
		width: 100%;
		margin: 0 0 70px;
		text-align: center;
	}

	.moto span{
		width: 100%;
		margin: 0 1% 40px;
	}
	
	/**/
	.moto ul{
		width: 100%;
		margin: 0;
	}

	.moto  ul li{
		width: 31.3%;
		margin: 0 1%;
	}

	.moto  ul li img{
		width: auto;
	}

	.moto ul li h3{
		color: #000000;
		font-size: 18px;
	}
	
	/*main*/
	.slide-content img {
		max-width: 750px;
	}

	

	/*planos*/
	.planos{
		width: 100%;
		margin: 35px 0 250px;
	}

	.planos span{
		width: 50%;
		margin: 60px 1% 0;
		text-align: right;
	}

	.planos span h2{
		font-size: 35px;
	}

	.planos span p img{
		width: 0
	}
	
	.planos ul li p span{
		width: auto;
		float: none
	}

	
	
	.planos ul{
		width: 100%;
		margin: 0;
	}

	.planos ul li{
		width: 31.3%;
		margin: 0 1%;
		height: 350px;
		padding: 15px 10px!important;
		text-align: center
	}

	.planos ul li h3{
		font-size: 20px;
		margin: 0 0 15px;
	}

	.planos ul li p{
		height: 40px;
	}


	.planos ul li span img{
		width: 7px;
	}

	.planos ul li h5{
		width: 100%!important;
		position: relative;
		top: 10px
	}

	.planos ul li h4{
		font-size: 27px;
		margin: 15px 0 0;
	}

	.planos ul li h4 strong{
		font-size: 11px;
		top: -13px
	}

	.planos ul li h4 em{
		font-size: 11px;
		margin-left: -25px;
	}

	.planos ul li a{
		margin: 50px 0 0;
		text-align: center
	}

	.planos ul li a strong{
		background: #000000;
		color: #ffffff;
		font-size: 23px;
		padding: 10px 25px;
		border-radius: 8px;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		text-align: center
	}

	
	/*collapsible*/
	#collapsible{
		width: 70%;
	}

	#collapsible h2{
		font-size: 35px;
		margin: 0 0 45px;
	}
		
	.collapsible span{
		font-size: 18px;
		width: 75%;
		padding-left: 2%;
	}
		
	.collapsible:after {
		width: 2%;
		top: 25px;
		margin-right: 30px;
	}	
	
	/*footer*/
	footer aside {
		background: linear-gradient(to bottom, #e53939 50%, #3a3a3a 50%);
		height: 490px;
		margin: -110px 0 0;
	}

	footer aside h3{
		font-size: 22px;
		width: 50%;
		margin: 70px 0 0 65px;
	}

	footer aside figure{
		margin: 180px 0 0
	}

	footer aside figure img{
		width: 530px
	}

	footer aside span{
		width: 30%;
		margin: 70px 65px 0 0
	}

	footer aside span p{
		font-size: 18px;
	}

	footer aside span a{
		background: #fff;
		color: #3a3a3a;
		padding: 8px 20px;
		border-radius: 8px;
		margin: 100px 0 0;
	}


	/*footer ul*/
	footer ul li {
		text-align: left;
		font-size: 16px
	}

	footer ul li img {
		width: 120px;
	}

	#instagram{
		text-align: left;
		margin: 25px 0 0;
		font-family: "Firs-DemiBold", "Segoe UI", "Trebuchet MS";
		font-size: 16px
	}

	#instagram img{
		width: auto;
		position: relative;
		top: 5px;
		margin-right: 5px
	}

	
	
	
}








@media (max-width: 550px) {

.slide-content {
    justify-content: center;
    height: 100%;
  }

  .slide-content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
	
	.modala{
    width: 0;
	}
	
	.modalb{
    width: auto;
	}
	
	
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  background: #e53939;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  user-select: none;
}

.close:hover {
  background: black;
}
	
.close {
  position: absolute;
  top: 50px;
  right: 40%;
  font-size: 35px;
  cursor: pointer;
  background: #e53939;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  user-select: none;
	margin-left: -50px
}
	
	
	
	
	/*BACKGROUND*/
	.bg-gray2 {
		position: relative;
		z-index: 44;
		background: linear-gradient(to right, #fff 10%, #f4f4f4 90%);
	}
	
	
	.bg-app{
		background: url("img/bg-app-mobile.jpg") top center;
		width: 100%;
		height: 600px;
	}

	
	/*logo*/
	a.logo{
		width: 33.3%;
		margin: 25px 0 0;
		z-index: 33;
	}	 
	
	/*menu*/
	.nav ul {
		margin: 25px 0 0!important;
	}	
	
	/*nav-contact*/
	.nav-contact{
		margin: 30px 0 0;
		width: 100%;
		position: absolute;
		right: 0;
		top: 0
	}
		
	.nav-contact a{
		right: 3%;
		top: 0px;
		font-size: 14px;
		padding: 8px 10px
	}
			
	/*sticky*/
	.sticky {
		padding: 5px 0!important;
		height: 90px;
	}

	.sticky a.logo{
		margin: 30px 0 0;
		width: 33.3%
	}	
	
	.sticky a.logo img{
  		width: auto;
	}

	.sticky .nav-contact {
		margin: 30px 0 0;
	}
	
	

	
	/*banner*/
	#layerslider{
		height: 700px!important;
	}
	
	#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 span{
		margin: 140px 0 0!important;
		width: 100%;
	}	
				
	#layerslider .ls-slide h2{
		text-align: center;
		width: 100%;
	}	
				
	#layerslider .ls-slide p{
		text-align: center;
		margin: 20px 0!important;
		width: 100%;
	}	
				
	#layerslider .ls-slide a{
		margin: 15px 25%;
		width: 50%;
	}	
	
	#layerslider .ls-slide a strong{
		font-size: 16px;
	}	

	#layerslider .ls-slide figure{
		margin: 50px 0 0!important;
		width: 100%!important;
	}	
				
	#layerslider .ls-slide figure img{
		height: 300px!important;
		width: auto!important
	}	
				
	
	/*funciona*/
	.funciona h2{
		font-size: 30px;
		width: 100%;
		margin: 0 0 15px;
		text-align: center
	}

	.funciona span figure{
		width: 0;
		margin: 0;
	}

	.funciona span figure img{
		width: 0;
	}

	ul.funciona li{
		width: 80%;
		margin: 0 10% 25px;
		padding: 30px 15px;
		height: auto;
	}

	ul.funciona li p{
		text-align: center
	}



	/*beneficios*/
	.beneficios ul li{
		width: 80%;
		margin: 0 10% 35px;
	}



	/*app*/
	.app{
		width: 100%;
		margin: 90px 0;
		text-align: center;
	}

	.app span{
		margin: 0;
		width: 100%
	}

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

	.app ul li{
		width: 45%;
		margin: 0 1% 30px;
	}

	/**/
	.app a{
		width: 100%;
		margin: 50px 0 0;
	}



	/*moto*/
	.moto span{
		margin: 0 0 0px;
	}

	.moto ul li{
		width: 90%;
		margin: 0 5% 80px;
		padding-top: 0
	}
	

	/*modal*/
	.modal {
		padding-top: 25px;
	}

	.modal-content {
		margin: auto 0;
		width: 100%;
	}

	.modal-content .item{ 
		width: 90%;
		margin: 0 5%
	}
	
	.modal-content img { 
	}

	

	

	/*planos*/
	.planos{
		width: 100%;
		margin: 35px 0 100px;
	}

	.planos span{
		width: 100%;
		margin: 60px 1% 0;
		text-align: center
	}

	.planos ul li{
		width: 90%;
		margin: 0 5% 50px;
		height: auto;
		padding: 70px 25px!important;
	}

	.planos ul li p{
		height: 35px;
		text-align: center
	}

	.planos ul li p span{
		width: auto;
		float: none
	}

	.planos ul li h4{
		font-size: 45px;
	}

	.planos ul li h4 strong{
		font-size: 20px;
		top: -15px
	}

	.planos ul li h4 em{
		font-size: 16px;
		margin-left: -45px;
	}

	
	/*collapsible*/
	#collapsible{
		width: 100%;
		margin: 50px 0 0
	}

	#collapsible h2{
		font-size: 30px;
		text-align: center
	}
		
	.collapsible span{
		font-size: 18px;
		width: 85%;
	}
	
	.img-motoboy{
		width: 100%;
		margin: 50px 0 0;
		height: 400px;
	}
			
	/*footer*/
	footer aside {
		background: linear-gradient(to bottom, #e53939 50%, #3a3a3a 50%);
		height: 450px;
		margin: 90px 0 0;
	}

	footer aside h3{
		font-size: 20px;
		width: 80%;
		margin: 40px 10% 0;
		text-align: center
	}

	footer aside figure{
		margin: 0;
	}

	footer aside figure img {
		position: fixed;
		bottom: 0;
		left: 50%;
		width: 80%;
		max-width: 280px;
		margin: 0;
		transform: translateX(-50%);
	}

	footer aside span{
		font-size: 25px;
		width: 80%;
		margin: 25px 10% 0;
		text-align: center
	}

	footer aside span a{
		margin: 20px 0 0;
		width: 100%;
		text-align: center
	}


	/*footer ul*/
	footer ul {
		margin: 35px 0 0;
	}

	footer ul li {
		text-align: center;
		width: 100%;
		margin-bottom: 50px
	}
	
	
}



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