ul {
  list-style-type: square; /* ou circle, disc, none */
  text-decoration: none;
}

ul a {
  color: #202020;
}

li::marker {
  color: #00368A;
}

.hero-recrutamento {
  min-height: 80vh !important;

}

.cargo-card {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 576px) {
  .cargo-card {
    width: 100%;
  }
}

.col-sticky {
  position: sticky;
  top: 50px;
}

.cta-job {
  width: 15rem;
}

.modal-candidatura-inner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url("../../../assets/img/Pop-up/BG-pop-up.webp");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 20px;
  width: 47rem;
  height: 27rem;
  background-size: cover;
  z-index: 3;
}
@media (min-width: 576px) and (max-width: 992px) {
  .modal-candidatura-inner {
    width: 95%;
    height: 27rem;
  }
}
@media (max-width: 575px) {
  .modal-candidatura-inner {
    width: 88%;
    height: 26rem;
  }
}

.share-offer { cursor: pointer; user-select: none; }