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

body{
	background-color: #050a15 !important;
}

.special-gift{
	background: url(../img/free-gift.png);
	background-size: 100%;
	width: 173px;
	height: 59px;
	position: absolute;
	right: -150px;
	bottom: 80px;
	transform: rotate(-10deg);
}

.pricing{
	line-height: 1.2;
	font-size: 22px;
	font-weight: bold;
}

.pricing .first-line{
	font-size: 16px;
}

.dia-evento h4{
	font-size: 21px;

}

.btn-finish{
	white-space: normal !important;
}

.headline{
	line-height: 1.1;
	font-size: 52px;
}

.starting-with{
	background: rgb(97, 228, 149, 0.3);
	padding: 2px 10px;
	font-size: 13px;
	border-radius: 6px;
}

.iti{
	width: 100%;
}

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

.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 #3f4b72 !important;
	transition: all 350ms ease;
}

.wrap-coin:hover{
	border: 1px solid #516194 !important;
	background: rgba(0,0,0,0.3) !important;
}

.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;
}

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


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

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

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

.form{
	border-radius: 8px;
	padding: 35px;
	border: 1px solid #59709C;
	background: rgb(22, 104, 250, 0.1);
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.form .btn{
	font-size: 22px;
	font-weight: bold;
}

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

.footer p{
	font-size: 12px;
	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-intro-main{
	font-size: 22px;
	line-height: 1.3;
}

.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;
	}

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

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

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

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

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

	.headline{
		font-size: 28px;
	}

	.text-intro-main{
		background: rgba(0,0,0,0.3);
		padding: 10px;
		font-size: 13px;
		border-radius: 8px;
	}

	.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;
	}
}

.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: #FFF !important;
}



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

.countdown-bar{
  padding: 12px 20px;
  position: fixed;
  bottom: -90px;
  width: 100%;
  color: #FFF;
  border-top: 3px solid #092e6b;
  z-index: 50;
  transition: all 350ms ease;
  background: rgba(4, 24, 54, 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;
  }
}




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

  #hero .text-intro-main{
  	margin-bottom: 0 !important;
  }

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

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

  .headline{
		background: rgba(0,0,0,0.3);
		padding: 10px;
		border-radius: 8px;
	}

	#hero .main-container{
		overflow: hidden;
	}

}

@media (max-width: 991px){
	.special-gift{
		width: 93px;
		height: 32px;
		left: 50%;
		margin-left: 80px;
		top: 50%;
		margin-top: 15px;
	}
}