.hero {
  background: linear-gradient(0deg, #021067 40%, rgba(11, 25, 108, 0) 100%), url(../img/bg-hero-mobile.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

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

.hero .hero-content .label-badge{
  display: flex;
  width: 262px;
  height: 34px;
  padding: 0;

  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 45px;
  border: 1px solid var(--Yellow-60, #FBD71E);
  color:  #FBD71E;
  margin-top: 40px;
}

.hero .hero-content .label-badge i{
  font-size: 20px;
  font-weight: 900;
}

.hero .hero-content .label-badge-text{
  text-align: center;
  font-family: "Margem-medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.hero .hero-content .pre-title {
  display: flex;
  margin-top: 16px;
}

.hero .hero-content .pre-title {
  display: flex;
  justify-content: start;
  align-items: center;

  color: #FFF;
  font-family: "Margem-black";
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
  text-transform: uppercase;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  gap: 16px;
}

.hero .hero-content .pre-title .pre-title-badge{
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .hero-content .pre-title .pre-title-badge h1{
  background-color: #FEC325;
  color: #000000;
  font-family: "Margem-medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
  text-transform: uppercase;
  padding: 8px;
  width: 115px;
  margin: 0;
}

.hero .hero-content .pre-title .pre-title-badge img{
  margin-left: -1px;
}

.hero .hero-content .hero-title {
  color: #fff;
  font-family: "Margem-black";
  font-size: 48px;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 25px;
}
/* 466-563.98
895-991.98 */
.hero .hero-content .hero-title br {
  display: none;
}

@media (min-width: 466px) and (max-width: 563.98px) {
  .hero .hero-content .hero-title br.br1 {
    display: block;
  }
}

@media (min-width: 895px) and (max-width: 991.98px) {
  .hero .hero-content .hero-title br.br2 {
    display: block;
  }
}

.hero .hero-content .hero-text p {
  font-family: 'Margem-medium';
  margin: 25px 0 10px;
  font-size: 24px;
  color: #FFFFFF;
}

.hero .hero-content .hero-text span {
  font-family: 'Margem-regular';
  color: #fff;
  max-width: 485px;
  display: block;
}

.hero .hero-content .hero-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 0;
  background: #DD303E;
  color: #fff;
  width: 225px;
  text-align: center;
  height: 55px;
  border-radius: 12px;
}
.hero .hero-content .hero-text a:hover {
  /* text-decoration: none; */
  /* background: #b42834; */
}

.hero .hero-content .hero-cta {
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #000;
  display: block;
  font-family: "Margem-medium";
  font-size: 16px;
  margin-top: 20px;
  padding: 18px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.hero .hero-content .hero-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px auto;
  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;
}

@media screen and (max-width: 465px) {
  .hero .hero-content .dados-hero {
    flex-direction: column !important;
    align-items: start !important;
  }

  .hero .hero-content .dados-hero .salario-inicial {
    margin-right: 0;
  }
}

.hero .hero-content .dados-hero .salario-inicial {
  margin-right: 3rem;
}

@media (min-width: 466px) and (max-width: 500.98px) {
  .hero .hero-content .dados-hero .salario-inicial span {
    margin-left: -47px;
  }
}

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

.hero .hero-content .dados-hero p {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Margem-black';
}

.hero .hero-content .tag-red-hero {
  color: #fff;
  border: #DD303E solid 2px;
  margin: 0;
  padding: 5px 15px;
  border-radius: 6px;
  max-width: max-content;
}
.hero .hero-content .tag-red-hero p {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Margem-bold';
  font-size: 17px;
}
.hero .hero-content .tag-red-hero i {
  color: #fff;
  font-size: 17px;
  margin-right: 15px;
}

.hero .hero-content .tag-red-hero img {
  margin-left: -10px;
}

.hero .hero-content .wrapper-bagdes {
  display: none;
}

@media screen and (max-width: 320px) {
  .hero .hero-content .pre-title{
    gap: 0px;
  }
}

@media screen and (max-width: 576px) {
  .hero .hero-content .pre-title {
    font-size: 80px;
    line-height: 80px;
    justify-content: start;
  }

  .hero .hero-content .pre-title .pre-title-badge h1{
    font-size: 12px;
    width: 85px;
  }

  .hero .hero-content .pre-title .pre-title-badge img{
    width: 40px;
  }

  .hero .hero-content .hero-cta {
    margin: 20px auto;
    max-width: 100%;
  }
  .hero .hero-content .hero-text br{
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .hero {
    background: url(../img/bg-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 0 60px;
    padding-bottom: 125px;
  }

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

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

  .hero .hero-content .label-badge {
    margin-top: 72px;
  }

  .hero .hero-content .pretitle {
    margin-top: 16px;
  }

  .hero .hero-content .hero-title {
    font-family: 'Margem-black';
    font-size: 72px;
    line-height: 72px;
    margin: 15px 0 15px;
    max-width: 790px;
    color: #fff;
  }

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

  .hero .hero-content .dados-hero p {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Margem-black';
  }

  .hero .hero-content .tag-red-hero p {
    font-size: 22px;
  }

  .hero .hero-content .tag-red-hero i {
    font-size: 22px;
  }

  .hero .hero-content .tag-red-hero img {
    margin-left: -25px;
  }

  .hero .hero-content .hero-text {
    line-height: 26px;
  }

  .hero .hero-content .hero-cta {
    border-radius: 12px;
    margin: 24px 0 0;
    max-width: 223px;
  }

  .hero .hero-content .wrapper-bagdes {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin: -5rem;
  }
  
  .hero .hero-content .wrapper-bagdes p {
    background-color: #DD303E;
    padding: 4px 8px 4px 8px;
    border-radius: 6px;
  
    font-family: "Margem-regular";
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
  
  }
  
  .hero .hero-content .wrapper-bagdes p strong {
    font-weight: 800;
  }

  .hero .hero-content .hero-img img {
    max-width: 650px;
  }
}
