/* Extra top padding when a mid-home section is the first fold of its own page.
   Do not apply this on the original home, where these sections follow the hero. */

.site-main > .palestrantes-section:first-child,
.site-main > .local-section:first-child,
.site-main > .ingressos-section:first-child {
  padding-top: clamp(152px, 18vw, 188px);
}
