#hellobar {
  background-color: #ff333b;
  text-align: center;
  padding: 15px;
  gap: 15px;
}

#hellobar p {
  color: #fff;
  font-size: 18px;
  font-family: "Margem-Regular";
  margin-bottom: 0;
}

#hellobar a {
  background-color: #660004;
  border: solid 1px #FF666C;
  border-radius: 3px;
  color: #fff;
  padding: 5px 25px;

  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  max-width: 200px;
  margin: 15px auto 0;
}

@media screen and (min-width: 1025px) {

  #hellobar {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #hellobar a {
    margin: 0;
  }
}

.hero {
  background-image: linear-gradient(0deg, #f5f5f5, #f5f5f5);
  background-image: url(../img/bg-hero-ago-2025-mobile.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  padding: 1rem;
}

.hero .hero-content {
  display: flex;
  flex-direction: column;
}

.hero .mote {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-bottom: 50px;
  min-width: 50%;
}

.hero h1 {
  font-family: "Margem-black";
  font-size: 72px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  color: #73171E;
  align-self: center;
}

.hero h2 {
  font-family: "Margem-Bold";
  background: #FFFFFF1F;
  line-height: 24px;
  align-self: flex-start;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 100%;
  border: 2px solid #F2F7FF;
  border-radius: 8px;
  padding: 8px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hero h1>span {
  color: #DD303E;
  font-size: 72px;
  line-height: 100%;
  font-family: "Margem-black";
}

.hero h2 > span {
  font-size: 20px;
  line-height: 100%;
  font-family: "Margem-medium";
  color: #DD303E !important;
}

.hero p {
  font-family: "Montserrat" !important;
  color: #FFFFFF;
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 135% !important;
}

.hero p b {
  font-family: "MontserratBold" !important;
  color: #DD303E !important;
}

@media screen and (max-width: 392px) {
  .hero h1 {
    font-size: 38px;
  }

  .hero h1>span {
    font-size: 54px;
  }
}

.hero h1>br,
.hero h2>br {
  display: none;
}


.hero .img-professores {
  display: flex;
  vertical-align: middle;
  border-style: none;
  width: 80%;
  margin: auto auto;
  flex: 1;
}

.hero .label-faltam {
  font-size: 20px !important;
  color: #FFFFFF !important;
  line-height: 125% !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: -20px !important;
}

.hero .countdown-clock .countdown-element span {
  font-family: "Margem-regular" !important;
}

.hero .countdown-clock {
  padding-left: 0 !important;
}

.hero .countdown-clock span, .hero .countdown-clock small {
  color: #FFFFFF !important;
}

.hero .countdown-clock .countdown-element:last-child span, .hero .countdown-clock .countdown-element:last-child small {
  color: #DD303E !important;
}

.hero .countdown-desktop {
  display: none;
}

.hero .countdown-mobile {
  display: block;
}

.nomes-professoras {
  width: 100%;

  display: flex;
  text-align: center;
  justify-content: center;
  gap: 20px;

  position: absolute;
  bottom: 20px;
  right: -15px;
}

.nomes-professoras .nome {
  /* width: 110px; */
  padding: 5px 8px;

  border-radius: 8px;
  background-color: #DD303E;

  color: #FFFFFF;
  text-align: center;
  font-family: "Margem-medium";
  font-size: 10px;
}

.hero .oab-bg-mobile-pos {
  width: 100%;
  height: 270px;

  position: relative;

  background-image: url(/oab-ate-passar/assets/img/professores-mobile-black.webp);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hero .oab-bg-mobile-pre {
  width: 100%;
  height: 270px;

  position: relative;

  background-image: url(/oab-ate-passar/assets/img/professores-mobile-prelive.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.pricing {
  margin: 1rem 0 0 0;
  align-self: center;
}

.pricing p {
  font-family: "Margem-medium";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #505F79;
}

.pricing p span {
  font-family: "Margem-medium";
  font-weight: 500;
  text-decoration: line-through;
}

.pricing .value {
  display: flex;
  align-items: center;
  font-family: "Margem-medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #73171E;
}

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

.hero .btn {
  margin: 1rem 0 1rem 0;
  background-color: #DD303E !important;
  border: none;
  border-radius: 6px;
}

@media (min-width: 1024.9px) {
  .hero {
    background-image: url(../img/bg-hero-ago-2025.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero .mote {
    min-width: max-content;
  }

  .hero .hero-content {
    flex-direction: row;
  }

  .hero h1 {
    line-height: 64px;
    text-align: left;
    align-self: flex-start;
  }

  .hero h2 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero h1>br,
  .hero h2>br {
    display: block;
  }

  .hero .ft-sz-25 {
    font-size: 25px;
  }

  .hero .ft-sz-23 {
    font-size: 23px;
  }

  .hero p {
    max-width: 594px;    
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .hero h1>span {
    color: #DD303E;
    line-height: 88px;
  }

  .hero h2>br {
    display: block;
  }

  .old-price {
    color: #6B778C!important;
  }

  .hero .countdown-clock {
    padding-left: 26.5px !important;
  }

  .hero .countdown-desktop {
    display: block;
  }

  .hero .countdown-mobile {
    display: none;
  }

  .pricing {
    align-self: flex-start;
  }

  .pricing .value span {
    font-size: 100px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .hero .btn {
    margin: 2rem 0 0 0;
    max-width: 250px;
    min-height: 56px;
    border: none;
    border-radius: 6px;
  }

  .hero .btn-primary {
    font-size: 18px !important;
  }

  .hero h1 br {
    display: block;
  }
}

/* personalizacao black friday */

.black-friday-oab .hero {
  background-image: url(../img/bg-black-friday.webp),
    linear-gradient(0deg, #f5f5f5, #f5f5f5);
  background-repeat: no-repeat;
  background-size: cover;
}

.black-friday-oab .hero h1,
.black-friday-oab .hero h2 {
  color: #FFFFFF;
}

.black-friday-oab .pricing .value {
  color: #FFFFFF;
}


.black-friday-oab #faixa-black-friday {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 8px 0;

  background: #DD303E;

  font-family: 'Margem-bold';
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}

.black-friday-oab #faixa-black-friday button {
  padding: 7px 16px;
  border: 2px solid #FF666C;
  border-radius: 3px;
  background-color: #660004;
  color: #FFFFFF;
  font-family: "Margem-medium";
  font-size: 12px;
}

@media (min-width: 1024.9px) {
  .black-friday-oab .hero {
    background-image: url(../img/bg-black-friday.webp),
      linear-gradient(0deg, #f5f5f5, #f5f5f5);
    background-position: bottom;

  }
}

@media screen and (max-width: 1700px) {
  .hero .img-professores {
    width: 65%;
    position: relative;
    right: 67px;
  }
}

@media screen and (max-width: 1440px) {
  .hero .img-professores {
    width: 60%;
  }
}

@media screen and (max-width: 1300px) {
  .hero .img-professores {
    width: 55%;
  }
}

@media screen and (max-width: 1024px) {
  .hero .img-professores {
    width: 100%;
    max-width: 600px;
  }
}

@media screen and (max-width: 575px) {
  .black-friday-oab .hero {
    background-position: right;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 1rem;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero h1>span {
    font-size: 44px;
  }

  .hero h2 {
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 1rem;
  }

  .hero h2 > span {
    font-size: 12px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero .mote {
    padding-bottom: 2rem;
  }

  .hero .img-professores {
    width: 100%;
    max-width: 400px;
    margin: 1rem auto;
  }

  .hero .oab-bg-mobile-pos,
  .hero .oab-bg-mobile-pre {
    height: 200px;
  }

  .nomes-professoras {
    bottom: 10px;
    right: -10px;
    gap: 10px;
  }

  .nomes-professoras .nome {
    font-size: 9px;
    padding: 4px 6px;
  }

  .pricing {
    margin: 1rem 0;
  }

  .pricing .value {
    font-size: 18px;
  }

  .pricing .value span {
    font-size: 48px;
    line-height: 48px;
  }

  .hero .btn {
    width: 100%;
    max-width: 300px;
    margin: 1rem auto;
    padding: 12px 24px;
    font-size: 16px;
  }

  .hero .countdown-clock {
    margin: 1rem 0;
  }

  .hero .label-faltam {
    font-size: 16px !important;
    margin-top: -15px !important;
  }
  
}
