.hero {
  background: url(../img/bg-hero.png), #dd303e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero .header {
  padding: 24px 0;
}

.hero .hero-content {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}

.hero .hero-content .wrapper {
  gap: 10px;
}

.hero .hero-content .hero-title {
  font-family: "Margem-black";
  font-size: 115px;
  line-height: 80px;
  text-transform: uppercase;

    background-image: linear-gradient(274.14deg, #DD303E 2.87%, #461317 97.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
}

.hero .hero-content h2 {
  color: #fff;
}

.hero .hero-content .wrapper-title img {
  max-width: 100px;
}

.hero .hero-content .hero-title .destaque {
  font-size: 116px;
  line-height: 106px;
}

.hero .hero-content .hero-text p {
  font-family: "Margem-regular";
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 22.5px;
  color: #ffffff;
  max-width: 520px;
}

/* .hero .hero-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001C52;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 55px;
  border-radius: 12px;
} */

.hero .hero-content .hero-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px auto 0;
  align-items: center;
}

.hero .hero-content .hero-img img {
  object-fit: fill;
  overflow: auto;
  max-width: 100%;
}

.hero .circle-g {
  align-items: center;
  background-color: #dd303e;
  border-radius: 50%;
  bottom: -30px;
  display: flex;
  height: 60px;
  justify-content: center;
  left: calc(50% - 30px);
  position: absolute;
  width: 60px;
}

.hero .hero-content .dados-hero .salario-inicial,
.hero .hero-content .dados-hero-desktop .salario-inicial {
  margin-right: 16px;
}

.hero .hero-content .dados-hero span,
.hero .hero-content .dados-hero-desktop span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Margem-medium";
}

.hero .hero-content .dados-hero p,
.hero .hero-content .dados-hero-desktop p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: "Margem-black";
}

.hero .hero-content .dados img,
.hero .hero-content .dados-hero img {
  width: 28px;
}

.hero .hero-content .tag-hero {
  max-width: fit-content;
  background-color: #ffc727;
  border-radius: 6px;
  padding: 4px 8px;
}

.hero .hero-content .tag-hero p {
  font-family: "Margem-bold";
  color: #dd303e;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

.hero-button {
  color: #fff;
  background: #DD2F3D;
  padding: 15px 25px;
  border-radius: 12px;
  margin-top: 15px;
}

.hero-button:hover {
  color: #fff;
}

.label-professores {
  color: #fff;
  position: absolute;
  right: 8em;
  bottom: 90px;
  background: linear-gradient(274.14deg, #DD303E 2.87%, #461317 97.8%);
  padding: 5px 15px;
  border-radius: 12px;
  @media (min-width: 1600px) {
    right: 11em;
  }
  @media (min-width: 1900px) {
    right: 17em;
  }
  @media (min-width: 2000px) {
    right: 25em;
  }
}

@media screen and (max-width: 576px) {
  .hero .hero-content .hero-cta {
    margin: 20px auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .hero .hero-content .hero-title {
    font-family: "Margem-black";
    font-size: 135px;
    line-height: 130px;
  }

  .hero .hero-content h2 {
    font-size: 30px;
    line-height: 35px;
    width: 490px;
  }

  .hero .hero-content .hero-title .destaque {
    font-size: 125px;
    line-height: 110px;
  }

  .hero .hero-content .wrapper-title img {
    max-width: 100%;
  }

  .hero .hero-content .dados-hero .salario-inicial,
  .hero .hero-content .dados-hero-desktop .salario-inicial {
    margin-right: 32px;
  }

  .hero .hero-content .dados-hero img,
  .hero .hero-content .dados-hero-desktop img {
    width: 32px;
  }
}

@media screen and (min-width: 1025px) {
  .hero .hero-content .hero-img img {
    display: none;
  }

  .hero {

    background: linear-gradient(180deg, rgba(221, 48, 62, 0) 63.58%, #6C2924 100%), url(../img/professores-bg.png), url(../img/bg-hero.png), #dd303e;
    background-repeat: no-repeat;
    background-size: cover, 850px, cover;
    background-position: center, 110%, center;
    padding: 0 0 70px;

    @media (min-width: 1600px) {
      background-repeat: no-repeat;
      background-size: cover, 850px, cover;
      background-position: center, 100%, center;
    }

    @media (min-width: 1900px) {
      background-repeat: no-repeat;
      background-size: cover, 850px, cover;
      background-position: center, 90%, center;
    }

    @media (min-width: 2000px) {
      background-repeat: no-repeat;
      background-size: cover, 850px, cover;
      background-position: center, 85%, center;
    }
  }

  .hero .header {
    padding: 30px 0 0 0;
  }

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

  .hero .hero-content .left-side {
    max-width: 715px;
  }

  .hero .hero-content .right-side {
    display: flex;
    align-items: end;
  }

  .hero .hero-content .dados-hero span,
  .hero .hero-content .dados-hero-desktop span {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Margem-medium";
  }

  .hero .hero-content .dados-hero p,
  .hero .hero-content .dados-hero-desktop p {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-family: "Margem-black";
  }

}
