:root {
  --acccent-color: #ffd467;
  --main-color: #ffffff;
  --background-color: #0d134c;
  --neutrals-dark-dark-1000: #252626;
}

.w-max {
  width: max-content !important;
}

#lotes {
  padding: 60px 0px 0px 0px;
  padding-bottom: 20px;
  background-color: #000;
  background-image: linear-gradient(to bottom, transparent 50%, #000), url(../images/professores.svg), url(../images/bg-home-2.webp);
  background-position: bottom, right calc((100vw - 1140px)/2) top 40%, top right;
  background-size: cover, calc(1140px - 651px), contain;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  #lotes.topo-assinatura-reinvencao {
    background-size: cover, calc(1140px - 570px), contain;
  }
}

@media (min-width: 1382px) {
  #lotes {
    background-position: bottom, right calc((100vw - 1300px)/2) top 40%, top right;
    background-size: cover, calc(1300px - 651px), cover;
  }

  #lotes.topo-assinatura-reinvencao {
    background-size: cover, calc(1300px - 650px), cover;
  }
}

#lotes.topo-assinatura-ilimitada {
  padding: 7rem 0px 0px 0px;
  padding-bottom: 20px;
  background-color: #000;
  background-image: url(../images/bg-desktop.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.count-topo-lg {
    display: flex;
    align-items: start;
    justify-content: start;
}

#lotes h1 {
  width: max-content;
}

#lotes .countdown-clock-wrap {
  width: max-content;
}

#lotes .countdown-clock-wrap .title-countdown,
#lotes .countdown-clock-wrap .title-countdown span {
  font-family: Margem-bold;
  font-size: 20px;
  line-height: 125%;
  color: #FFFFFF;
}

#lotes .countdown-clock-wrap .title-countdown span {
  background: #DD303E;
  border-radius: 3px;
  padding: 3px;
}

#lotes .countdown-clock-wrap .countdown-clock .countdown-element {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: max-content;
  margin: 0;
}

#lotes .countdown-clock-wrap .countdown-clock .countdown-element,
#lotes .countdown-clock-wrap .countdown-clock .countdown-element span {
  font-family: "Margem-regular";
  text-align: center;
}

#lotes .countdown-clock-wrap .countdown-clock .countdown-element > span.value > span {
  background-color: transparent;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  min-width: max-content;
}

#lotes .countdown-clock-wrap .countdown-clock .countdown-element span.value {
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  gap: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#lotes .countdown-clock-wrap .countdown-clock .countdown-element span.colon {
  font-size: 24px;
  line-height: 30px;
  margin: 0 24px;
  color: #FFFFFF;
}

#lotes .countdown-clock-wrap .countdown-clock .countdown-element.segundo span.value,
#lotes .countdown-clock-wrap .countdown-clock .countdown-element.segundo span.value span {
  color: #DD303E;
}

#lotes img.professores-mobile {
  width: 100vw;
}

#lotes .professores-infos {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  z-index: 2;
  width: 100vw;
  margin-top: -15%;
}

#lotes .professores-infos .professor {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: min-content;
  position: absolute;
}

#lotes .professores-infos .professor:nth-child(odd) {
  bottom: calc(100vw * 0.04);
}

#lotes .professores-infos .professor:nth-child(even) {
  bottom: calc(100vw * 0.12);
}

#lotes .professores-infos .professor:nth-child(1) {
  left: 5%;
}
#lotes .professores-infos .professor:nth-child(2) {
  left: calc(36% - 58px);
}
#lotes .professores-infos .professor:nth-child(3) {
  left: calc(63% - 48px);
}
#lotes .professores-infos .professor:nth-child(4) {
  right: 6%;
}

#lotes .professores-infos .professor .nome {
  background-color: #DD303E;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Margem-medium";
  line-height: 125%;
  min-width: max-content;
  padding: 2px 4px;
  width: max-content;
}

#lotes .professores-infos .professor .cargo {
  display: none;
}

@media (min-width: 576px) {
  #lotes .professores-infos,
  #lotes .professores-infos .professor {
    position: initial;
  }

  #lotes .professores-infos {
    width: 100%;
    align-self: center;
    margin-top: -20%;
  }
}

@media (min-width: 768px) {
  #lotes .professores-infos .professor .nome {
    border-radius: 8px;
    font-size: 18px;
    padding: 4px 6px;
  }

  #lotes .professores-infos .professor .cargo {
    display: block;
    font-family: "Margem-medium";
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    width: 100%;
    padding: 8px;
  }
}

@media (min-width: 1200px) {
  #lotes .professores-infos {
    width: fit-content;
    gap: 30px;
    right: calc(50% - 625px);
    bottom: 410px;
  }

  #lotes.topo-assinatura-reinvencao .professores-infos {
    bottom: 300px;
  }
}

@media (min-width: 1200px) and (max-width: 1270.98px) {
  #lotes .professores-infos {
    right: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1381.98px) {
  #lotes .professores-infos .professor .nome {
    font-size: 15px;
  }
}

@media (max-width: 480.98px) {
  #lotes {
    background: linear-gradient(to bottom, transparent 30%, #000),
      url(../images/bg-home-mobile.webp);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 481px) and (max-width: 1199.98px) {
  #lotes {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), #000),
      url(../images/bg-home.webp);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
}

#lotes .apenas-aovivo {
  font-size: 22px !important;
}

#lotes .chamada-lotes .captacao-chamada.captacao-conteudo.tela-live p .red {
  background-color: #dd303e;
  font-weight: 600;
  border-radius: 3px;
  padding: 0 2px;
}

#lotes
  .chamada-lotes.lote-prorrogado
  .captacao-chamada.captacao-conteudo.tela-live
  span.lote-prorrogado {
  display: flex !important;
  align-items: center;
  width: max-content;

  font-family: "Margem-bold";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;

  color: #ffffff;
}

.chamada-lotes.lote-relampago .lote-relampago-only {
  display: inline !important;
}

#lotes .chamada-lotes .pre-title {
  color: var(--main-color);
  font-family: "Margem-bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 20px */
  text-transform: uppercase;
  max-width: 500px;
}

#lotes .chamada-lotes .subtitle {
  font-family: "Margem-regular";
  color: var(--main-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 27.5px */
  max-width: 500px;
}

#lotes .chamada-lotes .subtitle strong {
  font-family: "Margem-regular";
  color: var(--main-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

@media (max-width: 1199.98px) {
  #lotes .chamada-lotes .title {
    font-size: 42px;
    width: 100%;
    max-width: 500px;
  }

  #lotes .chamada-lotes .title span {
    font-size: 42px;
  }

  #lotes .chamada-lotes .subtitle {
    font-size: 18px;
    text-align: left !important;
    width: 100%;
    padding: 5px;
  }

  #lotes .chamada-lotes .subtitle strong {
    font-size: 18px;
    text-align: left !important;
  }
}

#lotes .chamada-lotes .subtitulo {
  font-size: 24px;
}

#lotes .chamada-lotes .preco_fixo {
  font-size: 14px;
}


@media (min-width: 1199.98px) {
  .img-gg {
    width: 90%;
  }
}

@media (max-width: 1199.98px) {
  .img-gg {
    width: 85%;
    margin: 0px auto 0px auto;
  }
}

@media (min-width: 1381px) {
  #lotes .chamada-lotes .disclaimer {
    font-size: 12px !important;
  }
}

@media (min-width: 1301px) and (max-width: 1381.98px) {
  #lotes
    .chamada-lotes
    .captacao-chamada.captacao-conteudo.tela-live
    span.tag_descricao.color-b {
    padding: 5px 10px !important;
  }
}

.box-lotes {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.container-lotes {
  padding-left: 0rem;
  margin: auto auto;
  @media (min-width: 1200px) {
    padding-left: 5rem;
    width: 50%;
  }
}

.box-lotes .card-lote {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 10px !important;
  padding: 1.5rem;
  text-align: center;
  background: #fff;
}

.box-lotes .card-lote.off {
  max-width: 234px;
  height: 297px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #272727;
  color: #fff;
  border: none;
}

.card-lote.off + .card-lote.on {
  /* margin-left: -45px !important; */
  z-index: 1;
}

.box-lotes .card-lote.on {
  width: 240px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #DE2F3E;
  box-shadow: 0px 4px 62px 0px rgba(221, 48, 62, 0.29);
}

.box-lotes .card-lote.on:hover {
  color: #000;
}

.box-lotes .card-lote.next {
  max-width: 234px;
  height: 287px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a191f;
  color: #fff;
  border: 1px solid #0a191f;
}

.box-lotes .card-lote + .card-lote {
  margin-left: 15px;
}

.box-lotes .card-lote .lote-encerrado {
  background: #ebecf0;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 100px;
  height: 17px;
  margin: 0 auto 15px;
  border-radius: 2px;
  font-family: "Source Sans Pro";
  letter-spacing: 1.44595px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-lotes .card-lote .texto-riscado {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  background: #de2f3e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  width: max-content;
  margin: 0 auto;
  text-decoration: line-through;
}

.box-lotes .card-lote .texto-riscado::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  height: 1px;
  background: #de2f3e;
}

.box-lotes .card-lote .texto-encerramento {
  font-family: source sans pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin: 45px auto;
}

.box-lotes .card-lote .botao-encerrado {
  width: 163px;
  height: 35px;
  background: #565656;
  color: #fff;
  font-size: 13px;
  font-family: "Museo Sans Regular";
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin: 0 auto;
  border-radius: 2px;
}

.box-lotes .card-lote .botao-encerrado i {
  margin-top: 2px;
}

.box-lotes .card-lote .data-lote {
  background: var(--neutrals-dark-dark-1000);
  max-width: 180px;
  margin: 0 auto 15px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.box-lotes .card-lote .data-lote-bloqueado {
  background: #de2f3e;
  max-width: 180px;
  margin: 0 auto 15px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.box-lotes .card-lote .data-lote-lock {
  background: #de2f3e;
  max-width: 180px;
  margin: 0 auto 15px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.76727px;
  text-transform: uppercase;
  color: #fff;
}

.box-lotes .card-lote .data-lote span {
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.76727px;
  text-transform: uppercase;
  color: var(--main-color);
}

.box-lotes .card-lote .data-lote-bloqueado span {
  font-family: "Source Sans Pro";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.76727px;
  text-transform: uppercase;
  color: #fff;
}

.box-lotes .card-lote .data-lote.off {
  background: #de2f3e;
}

.box-lotes .card-lote .data-lote.off span {
  color: #fff !important;
  background: none !important;
  -webkit-text-fill-color: #fff;
}

.box-lotes .card-lote .titulo-lote {
  color: #424242;
  text-align: center;
  font-family: "Margem-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1.767px;
  margin-bottom: 0.5rem;
}

.box-lotes .card-lote .titulo-lote.prorrogado {
  width: fit-content;
  margin: 0 auto 15px;
  padding: 4px 9px;
  border-radius: 6px;
}

.box-lotes .card-lote .plano span {
  font-size: 12px;
  font-family: "Source Sans Pro";
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
  color: #424242;
}

.box-lotes .card-lote .plano .label-customizada {
  width: 157px;
  padding: 3px 0px;
  margin: 0 auto 20px auto;

  border-radius: 8px;
  opacity: 0.8;
  background: #eaf3ff;

  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  color: #192896;
  text-transform: none;
}

.box-lotes .card-lote .plano p {
  font-size: 20px;
}

.box-lotes .card-lote .plano p,
.box-lotes .card-lote .plano p span {
  font-family: "Source Sans Pro";
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 30px;
  color: #ff000a;
}

.box-lotes .card-lote .plano p i {
  font-size: 12px;
  vertical-align: text-top;
  margin-left: 5px;
}

.box-lotes .card-lote .plano img {
  margin-bottom: 15px;
}

.box-lotes .card-lote .plano p span {
  font-size: 42px;
}

.box-lotes .card-lote .botao-garantir {
  width: 200px;
  height: 40px;
  background: #DD303E;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
}

.box-lotes .card-lote .botao-garantir i {
  margin-top: 4px;
  margin-left: 16px;
}

.box-lotes .card-lote .titulo-next {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-family: "Source Sans Pro";
  text-transform: uppercase;
  letter-spacing: 1.76727px;
}

.box-lotes .card-lote .chamada-next {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.76727px;
}

.box-lotes .card-lote .assinatura-next {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #de2f3e;
  margin-bottom: 5px;
  line-height: 20px;
}

.box-lotes .card-lote .cadeado-next {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #de2f3e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-lotes .card-lote .cadeado-next img {
  margin-right: 5px;
  margin-top: -3px;
}

.box-lotes .card-lote .botao-next {
  background: #2c2c2c;
  color: #616161;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 12px;
  width: 186px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

#lotes .sabermais {
  display: flex;
  text-align: center;
  color: #fff;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 15px;
  margin-top: 25px;
  align-items: center;
  justify-content: center;
}

#lotes .sabermais i {
  font-weight: 300;
  margin-left: 5px;
}

.box-lotes .card-lote .plano .bonus {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-lotes .card-lote .plano .bonus .titulo-bonus {
  color: #06142d;
  font-family: "Margem-medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding-left: 3px;
}

.box-lotes .card-lote .plano .bonus span {
  background: linear-gradient(90deg, #ebbc2c 0%, #e07f1e 100%);
  font-size: 14px;
  color: #fff;
  border-radius: 15px;
  margin: 0 auto 15px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.box-lotes .card-lote .count-topo span img {
  height: max-content;
  margin-top: -5px;
}

.logo-assinatura-atepassar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.logo-assinatura-atepassar p {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: "Source Sans Pro";
  line-height: 14px;
}

@media screen and (min-width: 280px) and (max-width: 819px) {
  #lotes:before {
    display: none;
  }

  #lotes .container {
    max-width: 100% !important;
  }

  #lotes .container {
    padding: 0;
  }

  .box-lotes .card-lote,
  .box-lotes .card-lote.off {
    transform: none !important;
  }

  .chamadalotes {
    padding: 0 15px;
  }

  .topo-promocional .chamadalotes {
    min-width: 0 !important;
  }

  .box-lotes {
    overflow: scroll;
    width: 100vw;
    padding: 45px 15px;
    margin-left: 0;
    margin-top: -13px;
  }

  .box-lotes::-webkit-scrollbar {
    display: none;
  }

  .box-lotes {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  #lotes .sabermais {
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .professores-infos {
    margin-top: -5% !important;
  }
}

@media screen and (min-width: 575.98px) and (max-width: 1300px) {
  #lotes
    .chamada-lotes.lote-prorrogado
    .captacao-chamada.captacao-conteudo.tela-live
    span.lote-prorrogado {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 820px) and (max-width: 1199.98px) {
  #lotes:before {
    display: none !important;
  }

  #lotes > div {
    display: block !important;
  }

  #lotes .container {
    max-width: 100% !important;
  }

  #lotes .sabermais {
    margin-left: 0;
  }

  #lotes .titulos {
    margin: 0 auto;
  }

  #lotes .tag_descricao {
    margin: 35px auto 15px !important;
  }

  .topo-promocional {
    margin-bottom: 25px;
  }

  .box-lotes {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }

  .box-lotes::-webkit-scrollbar {
    display: none;
  }

  .box-lotes {
    margin-top: 50px;
  }

  .chamada-lotes .captacao-chamada.captacao-conteudo.tela-live {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 820px) and (max-width: 1199.98px) {
  .box-lotes {
    padding: 25px 15px;
  }
}

@media (max-width: 819.98px) {
  .card-lote.on.lote-2.lote-relampago {
    margin: auto;
  }

  .box-lotes .card-lote.off {
    margin-right: 5px;
  }
}

@media (max-width: 1199.98px) {
  .box-lotes .card-lote + .card-lote {
    margin-left: 15px !important;
  }
}

@media (min-width: 1199.98px) {
  .box-lotes .card-lote + .card-lote {
    margin-left: 15px;
  }
}
