/* TÍTULOS DE SEÇÕES (caps) */

.seçao-titulo {
  font-family: Georgia, 'Times New Roman', Times, serif;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}
.seçao-titulo h2 {
  display: inline-block;
  font-family: fantasy;
  font-size: 6.5rem;
  font-weight: bold;
  color: #2b2b2b;
  letter-spacing: 0.5rem;
  margin: 0;
}
.seçao-titulo span {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2rem;
  z-index: 1;
}
