.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: 32px;
}

.hero .hero-content .pretitle {
  color: #fff;
  font-family: "Margem-black";
  font-size: 22px;
  line-height: 17.6px;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 12px;
  background: #0D134C;
  width: fit-content;
  min-width: 235px;
}

.hero .hero-content .pretitle .letter { 
  padding: 10px;
  border-radius: 50%;
  background: #EFC500;
  width: 45px;
  height: 45px;
  top: -3px;
  right: -13px;
}

.hero .hero-content .pretitle .letter img { 
  width: 26px;
  height: auto;
}

.hero .hero-content .hero-title {
  color: #0D134C;
  font-family: "Margem-black";
  font-size: 32px;
  line-height: 80%;
  text-transform: uppercase;
}

.hero .hero-content .hero-title .destaque {
  font-size: 54px;
  line-height: 80%;
}

.hero .hero-content .hero-text {
  max-width: 532px;
}

.hero .hero-content .hero-text p {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  color: #0D134C;
  font-family: "Margem-bold";

}

.hero .hero-content .hero-text p.destaque {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 22px;
}

/* .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 .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 {
  margin-right: 14px;
  line-height: 80%;
  font-family: "Margem-bold";
  color: #EFC500;
}

.hero .hero-content .dados-hero .dados-text {
  background-color: #0D134C;
  padding: 10px;
  border-radius: 12px;
}

.hero .hero-content .dados-hero span {
  font-size: 18px;
  line-height: 80%;
}

@media screen and (min-width: 576px) {
  .hero .hero-content .hero-cta {
    max-width: 223px;
  }
}

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

  .hero .hero-content .hero-title .destaque {
    font-size: 70px;
    line-height: 80%;
  }

  .hero .hero-content .dados-hero {
    font-size: 18px;
  }

  .hero .hero-content .dados-hero span {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .hero {
    background: url(../img/professores.webp), url(../img/bg-hero.png), #dd303e;
    background-repeat: no-repeat;
    background-size: auto, cover, cover;
    background-position: bottom right, center, center;
    border-radius: 0 0 0 60px;
    padding-bottom: 60px;
  }

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

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

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

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

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