/* ==========================================================================
   Recrutamento — Capa "come2huitre"
   ========================================================================== */

.distance-cards {
    margin-top: 20rem;
}

.c-heading {
  position: relative;
  margin: 2rem auto 1rem;
}

.heading-1 {
    font-size: 42px;
    font-size: clamp(42px, -3.0704225352px + 9.014084507vw, 170px);
    line-height: 100%;
}

.has-sticker {
  position: relative;
  display: inline-block;
}

.has-sticker__ico {
  position: absolute;
  /* o tamanho/posição final são ajustados inline (em em),
     mas mantemos aqui um fallback */
  width: 0.6em;
  height: 0.6em;
  bottom: 15%;
  left: calc(100% - 0.37em);
  pointer-events: none;
}

.c-heading__short-desc {
  margin-top: .75rem;
  font-size: 1.05rem;
  opacity: .9;
}

.postit {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(25%, -25%) rotate(-2deg);
  background: var(--ch-bg, #fff);
  padding: .75rem 1rem;
  border-radius: .5rem;
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}

.postit p {
  margin: 0;
}

/* util */
.text-center { text-align: center; }
.text-uppercase { text-transform: uppercase; }

/* Responsivo */
@media (max-width: 992px) {
  .postit { display: none; }
}

