#hellobar {
  background-color: #ff333b;
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

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

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

@media (max-width: 900px) {
  #hellobar {
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    text-align: center;
  }
}

#hero-cnu {
  background-image: url(../img/bg-cnu-mobile.png);
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}
#hero-cnu .header {
  margin-bottom: 50px;
}
#hero-cnu .tag {
  font-family: "Margem-Regular";
  font-size: 16px;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 10px 1px 10px 1px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 15px;
  background: #DD303E;
  font-weight: bold;
  letter-spacing: 1px;
}
#hero-cnu .pre-title-hero {
  font-family: "Margem-bold";
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
}
#hero-cnu .title-hero {
  font-family: "Margem-bold";
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  max-width: 560px;
}
#hero-cnu .title-hero span {
  color: #DD303E;
}
#hero-cnu .text-hero {
  font-family: "Margem-Regular";
  font-size: 18px;
  color: #ffffff;
  margin: 25px 0;
  max-width: 610px;
}

.valor-irrelevante {
  text-decoration: line-through;
  color: #0d134c;
}

.lotes {
  position: relative;
  z-index: 10;
}

.alunos-cnu-bg {
  width: 100%;
}

#hero-cnu .title-badge-cnu {
  font-family: "Margem-Regular";
  font-size: 24px;
  color: #040E20;
  padding: 4px 10px;
  border-radius: 6px 1px 6px 1px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  background: #FFAB00;
  font-weight: 700;
  letter-spacing: 1px;
}

#hero-cnu .tag-cnu {
  font-size: 12px;
  color: #076E4F;
  background-color: #CEF1E6;
  border: solid 1px #CEF1E6;
  border-radius: 6px 1px 6px 1px;
  padding: 5px 10px;
  font-family: "Margem-bold";
  text-transform: uppercase;
  display: inline-block;
  width: max-content;
}

@media (max-width: 900px) {
  #hero-cnu .tag {
    display: block;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
  }
  #hero-cnu .pre-title-hero {
    text-align: center;
    max-width: 300px;
    margin: 15px auto 0;
  }
  #hero-cnu .title-hero {
    text-align: center;
    margin: 0 auto;
    font-size:40px;
  }
  #hero-cnu .text-hero {
    text-align: center;
    margin: 25px auto;
  }
  #hero-cnu .title-badge-cnu {
    font-family: "Margem-Regular";
    font-size: 20px;
    color: #040E20;
    padding: 4px 10px;
    border-radius: 6px 1px 6px 1px;
    display: inline-block;
    text-transform: uppercase;
    background: #FFAB00;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .countdown-clock-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
  }
}

@media (min-width: 900px) {

  #hero-cnu {
    background-image: linear-gradient(180deg, rgba(35, 16, 16, 0) 80%, #231010 100%),
      url("../img/bg-cnu.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1200px) {
  .alunos-cnu-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    opacity: 0.8;
  }
  .alunos-cnu-bg {
    display: block;
  }
  #hero-cnu {
    background-image: linear-gradient(180deg, rgba(35, 16, 16, 0) 80%, #231010 100%),
      url("../img/bg-cnu.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px 0;
  }

  .alunos-cnu-bg {
    right: 0;
    width: 60%;
    max-width: 563px;
  }
}

@media (min-width: 1500px) {
  .alunos-cnu-bg {
    right: 90px;
    width: 60%;
    max-width: 563px;
  }
}

@media (min-width: 1800px) {
  .alunos-cnu-bg {
    right: 180px;
    width: 60%;
    max-width: 563px;
  }
}
