.hero-bf {
  background-image: url(../img/bg-black-friday.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bf .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 !important;
  gap: 20px;
}

.hero-bf .mote {
  display: flex;
  align-items: start;
  flex-direction: column;
  min-width: 594px;
}

.hero-bf h1 {
  font-family: "Margem-bold";
  text-transform: uppercase;
  font-size: 40px;
  line-height: 100%;
  text-align: left;
  color: #DD303E;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;

  margin-bottom: 16px;
}

.hero-bf h1 span:first-child {
  font-size: 72px;
  color: #FFF;
}

.hero-bf h1 span:nth-child(2) {
  color: #FFF;
  font-size: 48px;
}

.hero-bf .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 135%;
  color: #FFF;
  max-width: 594px;

}

.hero-bf span.label-faltam {
  font-family: "Margem-medium";
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}

.hero-bf .subtitle span {
  font-weight: 600;
  color: #DD303E;
}

.hero-bf .professoras-bf {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-bf .img-professores {
  margin: auto 0;
  width: 135%;
  height: auto;
}

.hero-bf .nomes-professoras-bf {
  display: flex;
  justify-content: center;
  margin-top: -100px;
  padding: 8px;
  border: 1px solid #C12834;
  background: linear-gradient(to right, #280707, #541A1A, #521717);
}

.hero-bf .nomes-professoras-bf .nome {
  display: flex;
  flex-direction: column;
}

.hero-bf .nomes-professoras-bf span {
  color: #FFFFFF;
  text-align: center;
  font-family: "Margem-medium";
  font-size: 16px;
}

.hero-bf .pricing {
  margin: 24px 0;
}

.hero-bf .pricing p {
  font-family: "Margem-regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  color: #6B778C;
}

.hero-bf .pricing p span {
  font-family: "Margem-regular";
  font-weight: 400;
  text-decoration: line-through;
}

.hero-bf .pricing .value {
  display: flex;
  align-items: center;
  font-family: "Margem-regular";
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  gap: 8px;
}

.hero-bf .pricing .value span {
  font-family: "Margem-medium";
  font-size: 100px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.hero-bf .btn {
  margin: 1rem 0 1rem 0;
  font-family: "Margem-medium";
  background-color: #DD303E;
  border: none;
  border-radius: 12px;
  min-height: 56px;
  text-transform: uppercase;
  padding: 0 24px;
}

.hero-bf .timer .countdown-clock .countdown-element span {
  color: #FFF !important;
  font-size: 24px;
  font-family: "Margem-medium";
}

.hero-bf .timer .countdown-clock .countdown-element {
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.hero-bf .timer .countdown-clock .countdown-element.segundo span {
  color: #DD303E !important;
}

.hero-bf .timer .countdown-clock .countdown-element.segundo small {
  color: #DD303E !important;
}

.hero-bf .timer .countdown-clock .countdown-element small {
  color: #FFF !important;
}

.hero-bf .timer  .countdown-clock .dois-pontos {
  color: #FFF;
}

@media (max-width: 992px) {
  .hero-bf {
    padding: 0 24px !important;
  }

  .hero-bf .hero-content {
    padding: 40px 0 !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hero-bf .mote {
    align-items: center;
    text-align: center;
    min-width: auto;
    width: 100%;
  }

  .hero-bf h1 {
    text-align: center;
    align-items: center;
    font-size: 24px;
  }

  .hero-bf h1 span:first-child {
    font-size: 41px;
  }

  .hero-bf h1 span:nth-child(2) {
    font-size: 32px;
  }

  .hero-bf .subtitle {
    font-size: 16px;
    margin-bottom: 0;
  }

  .hero-bf .pricing .value span {
    font-size: 64px;
  }
}

@media (max-width: 768px) {
  .hero-bf .nomes-professoras-bf {
    width: 100%;
    margin-top: 0px;
  }
  .hero-bf .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-bf .nomes-professoras-bf span {
    font-size: 12px;
  }
}
