.pagina-banhos {
  min-height: 70vh;
  background: var(--branco);
  padding: 78px 24px 90px;
}

.banhos-placeholder {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid rgba(174, 135, 70, 0.65);
  padding: 52px 42px;
  text-align: center;
}

.section-kicker {
  color: var(--dourado);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-kicker::before,
.section-kicker::after {
  content: "\2726";
  margin: 0 10px;
}

.banhos-placeholder h1 {
  font-family: "Times New Roman", serif;
  font-size: clamp(40px, 7vw, 64px);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.banhos-placeholder p {
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.75;
}

.botao-principal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 46px;
  background: var(--dourado);
  color: var(--branco);
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .pagina-banhos {
    padding: 54px 18px 72px;
  }

  .banhos-placeholder {
    padding: 36px 22px;
  }
}
