.bg-promo-home {
  background: #000000;
  background-image: url(../img/bg.png?202106111733);
  background-position: right center !important;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bg-promo-lp {
  background: #000000;
  background-image: url(../img/bg-hosts.png?202106111733);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #0c0c0c), url(../img/bg.png?202106111733);
  background-position: bottom right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bg-promo-evento {
  background: #000000;
  background-image: url(../img/bg-lote.png?202108271018);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #0c0c0c), url(../img/bg-lote.png?202108271018);
  background-position: bottom right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bg-promo-lote {
  background: #000000;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url(../img/bg-lote.png?202108271018);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .bg-promo-home {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9)), url(../img/bg.png);
  }
  .bg-promo-lp {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9)), url(../img/bg.png);
  }
  .bg-promo-lote {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg-lote.png?202108271018);
  }
  .bg-promo-evento {
    background-position: center;
  }
}

.title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 16px;
  margin-top: 60px;
  padding-right: 50px;
}

.lp-promo .subtitle {
  font-family: Barlow Condensed;
  font-weight: 700;
  font-size: 24px;
}

.lp-home .title {
  margin-top: 10px;
}

.lp-home .descriptive {
  margin-bottom: 5px;
  max-width: 550px;
}

.descriptive {
  color: #fff;
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 50px;
}

.live-info {
  color: #fff;
  font-family: Barlow Condensed;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 5px;
  text-align: center;
}

.divider {
  border: 1px solid #ff0000;
  width: 40px;
  margin-bottom: 24px;
}

.lp-promo.lp-dark-blue {
  background-color: #000000 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .lp-promo .text-color-gradiente {
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: none;
    color: #f83a5c;
  }
}

@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */
  .lp-promo .text-color-gradiente {
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: none;
    color: #f83a5c;
  }
}

.lp-promo #progressbar li {
  width: 33.333% !important;
}

.box-telegram {
  background: #091d3f;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.lp-promo .ao-vivo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 10px;
  width: 64px;
  border-radius: 3px;
  min-width: 70px;
}

.evento .ao-vivo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 10px;
  width: 64px;
  border-radius: 3px;
  min-width: 70px;
  background-color: #2d2d2d;
}

.lp-promo .ao-vivo.agora {
  width: auto;
  /* background-color: unset; */
}

.evento .title {
  font-size: 37px;
}

.lp-promo #progressbar.lp {
  padding-left: 120px;
  padding-right: 120px;
}

.lp-promo.lp-dark-blue #progressbar li.active:after {
  background: #f81e30;
}

.lp-promo.lp-dark-blue #progressbar li.active:before {
  font-family: "Font Awesome 5 Pro" !important;
  content: '\f00c' !important;
  background: #f81e30;
}

.lp-promo.lp-dark-blue #progressbar li:before {
  background: #3A3A3A;
}

.lp-promo.lp-dark-blue #progressbar li:after {
  background: #3A3A3A;
}

.lp-promo #progressbar {
  color: #ABABAB;
  width: 370px;
}

@media (max-width: 991px) {
  .title {
    margin-top: 40px;
    font-size: 32px;
    line-height: 36px;
  }
  .lp-promo .logo-topo {
    height: 55px;
  }
}

.descriptive.fs-7 {
  font-size: 21px !important;
  line-height: 26px !important;
}

@media (max-width: 639px) {
  .lp-home .title {
    margin-top: 0px !important;
    padding-right: 0px !important;
  }
  .title {
    margin-top: 40px !important;
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .descriptive {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .lp-promo .logo-topo {
    height: 55px !important;
  }
  .lp-promo.lp-dark-blue .hs-button[type="submit"], .lp-promo.lp-dark-blue .btn-acao {
    width: 100% !important;
  }
}

.modal-lp.modal-container {
  max-width: 940px;
}

#video-introducao-modal-loading {
  min-height: 275px;
}

.lp-promo .submitted-message:after {
  /* display: none; */
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: -17px;
  font-size: 36px;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  margin-right: 40px;
  top: 35%;
  color: white;
  background: #f81e30;
  -webkit-box-shadow: 0 4px 24px #f81e30 !important;
  box-shadow: 0 4px 24px #f81e30 !important;
}

.lp-promo .submitted-message::before {
  display: none;
}

@media (max-width: 1200px) {
  .lp-promo .submitted-message {
    overflow: initial;
    max-width: 100%;
  }
  .lp-promo .submitted-message:after {
    content: "\f063";
    font-size: 19px;
    border-radius: 50%;
    right: 0px;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 34px;
    /* margin-right: 0px; */
    top: 73%;
  }
}

@media (max-width: 767px) {
  .lp-promo .submitted-message:after {
    content: "\f063";
    /* right: -39px; */
  }
  .lp-promo .submitted-message p:last-child {
    font-size: 19px;
    line-height: 21px;
  }
  .lp-promo .submitted-message p:first-child {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .lp-promo .submitted-message p strong {
    font-size: 15.3px;
    color: black;
  }
  .lp-promo .submitted-message p strong:before {
    content: 'abaixo';
    position: absolute;
    background: black;
    font-size: 17px;
    text-align: center;
    line-height: 23px;
    color: #ffffff;
  }
}

.title-img {
  margin-left: -5px;
  max-width: 550px;
}

@media (max-width: 575px) {
  .title-img {
    margin-left: 0px;
  }
}

.title-img.lotes {
  margin-left: -9px;
}

.title-img.lotes.chamada-assinatura {
  margin-left: 0;
}

.subtitle-img {
  max-width: 650px;
}

.subtitle-2-img {
  max-width: 600px;
}

@media (max-width: 575px) {
  .subtitle-img {
    max-width: 600px;
    margin-left: 0;
  }
}

.subject-img {
  display: block;
  position: relative;
}

.subject-img img {
  position: absolute;
  max-width: 800px;
  top: 40%;
  right: -50px;
  transform: translate(50px, -60%);
}

.text-content {
  z-index: 1;
}

.form-columns-1 {
  max-width: 100% !important;
}

.form-columns-2 {
  max-width: 100% !important;
}

.bg-banner-pos {
  background: #000000;
  background-image: url(../img/bg-banner-3.png?2304211602);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .bg-banner-pos {
    background-position: center right;
  }
}

.header-bg {
  background: #091E42;
  background-image: url(../img/bg.png?300320210018);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-btn {
  color: #fff;
  border: 0;
  justify-content: center;
  align-items: center;
  padding: 13px 101px;
  background: #0067FF;
  border-radius: 3px;
}

.header-btn:hover {
  background: #0059df;
  color: #fff;
}

.no-list.hs-error-msgs.inputs-list a {
  color: #ABABAB;
}

.telegra-button {
  padding: 11px 70px;
  font-size: 16px;
}

@media (max-width: 408px) {
  .telegra-button {
    padding: 11px 15px;
    font-size: 16px;
  }
}

.seta {
  position: absolute;
  right: 0;
  transform: translateY(-100%);
  width: 187px;
}

.seta-mobile {
  position: absolute;
  right: -42px;
  transform: translateY(200%) rotateZ( 90deg);
  height: 16px;
  width: auto;
}

@media (max-width: 767px) {
  .seta-mobile {
    position: absolute;
    right: -25px;
    transform: translateY(200%) rotateZ( 90deg);
    height: 16px;
    width: auto;
  }
}

.assinatura {
  max-width: 200px;
}

.foto-alexandre {
  max-width: 300px;
}

#slide-principal .carousel-inner {
  height: 300px !important;
}

#slide-principal .carousel-inner {
  border-radius: .3em !important;
}

@media (max-width: 767px) {
  #slide-principal .carousel-inner {
    height: 350px !important;
  }
}

.carousel-item .container.dados {
  padding-left: 3em !important;
}

@media (max-width: 767px) {
  .carousel-item .container.dados {
    padding-left: 15px !important;
  }
}

.cor-destaque {
  color: #d6a734;
}

.evento .chamada {
  margin-left: -5px;
  max-width: 500px;
}

.lp-promo .texto-empresa {
  max-width: 800px;
}

.lp-promo {
  transition: height 0.5s;
}

.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
  -o-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-device-width: 1024px) and (max-device-width: 1236px) {
  .tooltip {
    display: none;
 }
}

.lp-promo .help-block {
  display:none
}