.typ{
	background-image: url(../img/background-mobile.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
}

body{
	background-color: #0f0b03 !important;
}

.pre-headline{
	font-size: 17px;
	letter-spacing: -0.1px;
}

.track-record{
	font-size: 13px;
	color: #FFF;
}

.track-record .tr-item{
	display: block;
}

.track-record .tr-item-1{
	opacity: 0.4;
}

.track-record .tr-item-2{
	opacity: 0.5;
}

.track-record .tr-item-3{
	opacity: 0.6;
}

.track-record .tr-item-4{
	opacity: 0.7;
}


.starting-with{
	background: rgba(149, 119, 48, 0.3);
	padding: 6px 10px;
	border-radius: 8px 8px 0px 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #e5b8483d;
	border-bottom: 0;
	color: #ffba08 !important;
}

.micro-disclaimer{
	font-family: Arial;
	font-size: 11px;
	line-height: 1.2;
	color: #FFF;
	opacity: 0.5;
	display: block;
	text-align: center;
}

.coins-projecao{
	text-align: center;
}

.coins-projecao .c2{font-size: 19px;}
.coins-projecao .c3{font-size: 20px;}
.coins-projecao .c4{font-size: 21px;}
.coins-projecao .c5{font-size: 22px;}
.coins-projecao .c6{font-size: 23px;}
.coins-projecao .c7{font-size: 24px;}
.coins-projecao .c8{font-size: 25px;}
.coins-projecao .c9{font-size: 26px;}


table {
  width: 330px !important;
  text-align: center;
  border-collapse: collapse;
  background-color: #1c1c1e;
  border-radius: 10px;
  background: #FFF; 
  margin: 0 auto;
  overflow: hidden;
  font-family: Arial;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}

thead {
  background-color: #30824d;
}

table th{
	font-size: 16px;
}

th, td {
	font-weight: bold;
	font-size: 15px;
  padding: 8px !important;
  border-bottom: 1px solid #333;
}

tr{
	background: url(../img/seta.png);
	background-repeat: no-repeat;
	background-size: 10%;
	background-position: center center;
}

th {
	line-height: 1;
  color: #fff !important;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;      /* Centraliza horizontalmente */
  vertical-align: middle;
}

.last-item-td td{
	font-size: 19px !important;
}

.special-coin {
	margin-top: 40px;
	padding: 20px;
	background: rgba(26, 117, 58, 0.4);
	border: 2px dashed #22c55e;
	border-radius: 10px;
	text-align: center;
}

.special-coin h2{
	color: #22c55e;
}

.coins-projecao .c10{
	font-size: 30px;
}


.coins-projecao li{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

.iti{
	width: 100%;
}

.field-error{
	display: none;
	font-weight: bold;
}

.field-error.show{
  position: absolute;
  background: #dd1b1b;
  padding: 5px 15px;
  font-size: 11px;
  color: #FFF;
  font-family: Arial;
  right: 0;
  bottom: 0;
  display: block;
}

.wrap-logo{
	position: relative;
	margin-top: -10px;
}

.evento-gratuito{
	font-size: 14px;
	position: relative;
	top: -10px;
	color: #64e7af;
	text-transform: uppercase;
}

.wrap-cta .main-cta{
	font-size: 30px;
	display: block;
	white-space: normal;
	font-weight: bold;
	line-height: 1.2;
}

.wrap-cta .main-cta i{
	position: relative;
	top: 2px;
}

.hero{
	background: url(../img/background.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
}

.wrap-form .disclaimer{
	font-size: 12px;
	font-family: Arial !important;
	display: block;
	text-align: center;
}

.hero:before{
	background: linear-gradient(180deg, rgba(13,4,3,1) 0%, rgba(13,4,3,0) 100%);
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	content: ' ';
}

.wrap-coin{
	border: 1px solid #196a34 !important;
	transition: all 350ms ease;
}

.wrap-coin i{
	position: relative;
	top: 2px;
}

.footer{
	padding-bottom: 100px;
}

.footer .micro-disclaimer{
	font-size: 11px;
}

html {
  scroll-behavior: smooth;
}

#typ .btn-finish{
	font-size: 25px;
	white-space: normal;
}

.llform001 > div.loading-box {
	color: #FFF;
	font-weight: bold;
	display: none;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 400;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -100px;
	padding: 12px;
	border-radius: 8px;
	background: rgba(0,0,0,0.8);
	text-align: center;
}

.llform001 > div.loading-box.show {
	display: block !important;
}

.llform001 > div.loading-box > img {
	width: 100px;
}

.llform001 > div.error-box {
	color: tomato;
	display: none;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: -30px -20px !important;
	padding: 50px 0 !important;
	text-align: center;
}

.llform001 > div.error-box.show {
	display: block !important;
}

.llform001 > div.error-box > img {
	width: 100px;
}

.llform001 > div.error-box > div {
	padding: 15px 0;
}

.llform001 > div.error-box.loading,
.llform001 > div.loading-box.loading {
	display: block !important;
}

.hero-typ{
	background: url(../img/background-area.webp);
	background-size: cover;
	background-position: top center;
}

.bg-grey{
	color: #121d26;
	background: #e9e9fb !important;
}

.bg-area{
	background: url(../img/background-area.webp);
	background-size: cover;
	background-position: top center;
	color: #FFF;
	text-shadow: 1px 2px 3px #112038;
}

.form{
	border-radius: 0px 0px 8px 8px;
	padding: 35px;
	padding-top: 20px;
	padding-bottom: 15px;
	border: 2px solid #62352A;
	border-top: 0;
	background: rgba(78, 41, 30, 0.2);
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.theme-green .form{
	border-color: #22C55E;
	background: #22C55E17;
}

.theme-green .starting-with{
	background: rgba(34, 197, 94, 0.18);
	border-color: #22C55E;
}

.theme-green .countdown-bar{
	border-color: #1b7e3e;
	background: rgba(26, 117, 58, 0.9);
}

.theme-green .text-warning{
	color: #22c55e !important;
}

.text-pre-form{
	font-size: 16px;
}

.form .btn{
	font-size: 22px;
	font-weight: bold;
	color: #0a0402;
}

.form .disclaimer{
	font-family: Arial !important;
	font-size: 13px;
	color: #FFF;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.footer p{
	font-size: 12px !important;
	font-family: Arial;
}

.links-footer{
	margin-top: 10px;
	font-size: 12px;
	font-family: Arial;
}

.links-footer a{
	margin-left: 10px;
}

.form-control{
	font-size: 16px !important;
}

.btn-submit-form{
	font-size: 24px !important;
	font-weight: 900 !important;
}

.form .form-label{
	color: #FFF;
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
}

.page-title-pre{
	font-size: 18px;
	text-transform: uppercase;
	line-height: 0;
	margin-bottom: 15px;
}

.text-pre-logo{
	font-size: 18px;
}

.text-intro-main{
	font-size: 22px;
	line-height: 1.2;
}

.text-free-lesson{
	font-size: 22px;
}

.text-intro{
	font-size: 18px;
}

.page-title{
	position: relative;
	left: -5px;
	line-height: 1;
	font-size: 62px;
	margin-bottom: 5px;
}

@media (max-width: 900px) {
	.dia-evento h4{
		font-size: 14px;
	}

	.hero{
		background: url(../img/background-mobile.jpg);
		background-size: cover;
		background-position: top center;
		padding-top: 3px !important;
	}	

	.text-free-lesson{
		font-size: 17px;
	}

	.wrap-page-header{
		text-align: center;
		text-shadow: 2px 2px 2px #112038;
	}

	.page-title{
		font-size: 32px;
	}

	.text-intro-main{
		padding: 10px;
		font-size: 15px;
		line-height: 1.6;
	}

	.text-intro{
		font-size: 16px;
	}

	.form{
		padding: 8px 18px;
	}

	.promo-pic.w-100{
		width: 100% !important; 
		min-height: 300px !important;
		background-position: top center !important;
	}

	.bg-area{
		background: none;
	}

	#header-section-depoimentos.text-white{
		color: #000 !important;
	}

	.starting-with{
		margin-top: 0;
		font-size: 20px;
	}
}

.tick-credits{
  display: none;
}

.countdown-data{
  line-height: 1;
}

.countdown-timer .tick{
  width: 310px;
  padding-top: 7px;
}

.countdown-timer .tick .tick-group{
  margin-left: 10px;
}

.countdown-timer .tick .tick-label{
  font-family: Arial;
  font-weight: bold;
  margin-top: 3px;
  font-size: 11px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}


.countdown-bar .call-to-action .btn{
  font-size: 22px;
  font-weight: 900;
  transition: all 350ms ease;
}

.countdown-bar .call-to-action .btn:hover{
	background: #6366f1;
	border-color: #9395f0;
  color: #FFF;
  scale: 1.1;
}

.countdown-bar .call-to-action .btn:hover i{
  color: #0a0402 !important;
}

.img-bg{
	background: url(../img/background-area.webp);
	background-size: cover;
}

body .shadow-primary{
	box-shadow: 0 .5rem 1.125rem -0.5rem rgb(77, 60, 16) !important;
}

.btn-primary,
.btn-secondary{
	background: #ffba08 !important;
	color: #0a0402 !important;
	border-color: #976e06 !important;
}

.btn-primary:hover,
.btn-secondary:hover{
	background: #ffd76f !important;
	color: #0a0402 !important;
}

body .bg-secondary{
	background: #f4f4f4 !important;
}

body .bg-dark{
	background: #0a0402 !important;
}

#countdown.countdown-visible{
  bottom: 0;
}

.countdown-bar{
  padding: 12px 20px;
  position: fixed;
  bottom: -90px;
  width: 100%;
  color: #FFF;
  border-top: 3px solid #5c4407;
  z-index: 50;
  transition: all 350ms ease;
  background: rgba(49, 37, 0, 0.8);
}


@media (max-width: 980px) {
  .countdown-bar{
    bottom: -180px;
  }

  .countdown-timer .tick{
    width: 210px;
    padding-top: 7px;
  }

  .countdown-timer .tick-group:nth-child(4){
    display: none;
  }


  .countdown-bar .countdown-data h3{
    font-size: 16px;
    margin-bottom: 5px !important;
  }

  .countdown-bar .countdown-data{
    font-size: 14px;
  }

  .countdown-bar .call-to-action .btn{
    font-size: 16px;
  }

  .pre-headline{
  	font-size: 22px;
  }
}


.iti--separate-dial-code .iti__selected-dial-code{
	text-shadow: none !important;
}

.event-day{
	font-size: 28px;
}

@media (max-width: 640px) {
	.countdown-bar{
		display: none;
	}

	.text-intro-main{
		font-size: 21px; 
		margin: 0 !important;
	}

	.pre-headline{
		font-size: 16px;
	}

  .countdown-data{
  	display: none;
  }

  .countdown-timer .tick{
  	width: 160px;
  }

  .text-faltam{
  	font-size: 12px;
  	font-weight: bold;
  }

  .text-pre-form{
  	text-shadow: none !important;
  }

  .text-pre-logo{
  	font-size: 14px;
  }

  #hero .starting-with{
  	text-shadow: none !important;
  	box-shadow: none !important;
  	margin-top: 0 !important;
  	padding-top: 5px;
  }

  .wrap-cta .main-cta{
  	font-size: 22px;
  }

  .text-pre-form{
  	font-size: 13px;
  }

  .form .btn{
  	font-size: 17px;
  }

  .text-pre-form.lucros-potenciais{
  	color: #FFF !important;
		font-size: 13px;
		line-height: 1.3;
		max-width: 180px;
		margin: 0 auto;
  }

  #hero .starting-with{
  	line-height: 1.3;
  }

  .liberacao-txt{
  	font-size: 15px;
  	color: #ffba08;
  	text-transform: uppercase;
  }

  .micro-disclaimer{
  	font-size: 10px;
  }


	.event-day{
		font-size: 24px;
	}

	.form .disclaimer{
		line-height: 1;
		opacity: 0.8;
		font-size: 10px;
		max-width: 190px;
    margin: 10px auto 0px;
	}

	.form-control::placeholder {
		font-size: 14px; 
	}

	.field-error{
		font-size: 9px !important;
		padding: 2px 5px !important;
		text-shadow: none;
	}
}




		

@media (max-width: 446px) {
	.pre-headline{
		font-size: 14px;
	}

	.form .btn{
		font-size: 15px;
	}

	.text-intro-main{
		font-size: 18px;
	}
}

@media (max-width: 386px) {
	.form .btn{
		font-size: 14px;
	}

	.text-intro-main{
		font-size: 17px;
		letter-spacing: -0.2px;
	}

	.pre-headline{
		font-size: 13px;
	}

	.liberacao-txt{
		font-size: 13px;
	}
}



@media (max-width: 365px) {
	.form .btn{
		font-size: 14px;
	}

	.text-intro-main{
		font-size: 16px;
		letter-spacing: -0.2px;
	}

	.pre-headline{
		font-size: 12px;
	}

	.liberacao-txt{
		font-size: 13px;
	}

	.event-day{
		font-size: 20px;
	}
}
