/* Restaura somente o título principal da página inicial ao comportamento original. */
html body.rl-public .rl-hero .rl-hero-copy,
html body.rl-public .rl-hero .rl-hero-copy h1 {
  min-width: 0;
  width: 100%;
}

html body.rl-public .rl-hero .rl-hero-copy h1 {
  max-width: 760px !important;
  margin: 0 0 38px !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(3.25rem, 5.2vw, 5.65rem) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  white-space: normal !important;
}

html body.rl-public .rl-hero .rl-hero-copy h1 > [data-cms-path="hero.title"] {
  display: inline !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  white-space: normal !important;
}

@media (max-width: 1200px) {
  html body.rl-public .rl-hero .rl-hero-copy h1 {
    font-size: clamp(3rem, 5.5vw, 4.6rem) !important;
  }
}

@media (max-width: 620px) {
  html body.rl-public .rl-hero .rl-hero-copy h1 {
    font-size: 2.75rem !important;
  }
}
