/* Custom overrides layered on top of the Webflow export. */

/* Sticky top navigation (two navbar variants are used across pages). */
.navbar1_component-2,
.b-navbar2_component {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Keep anchored sections clear of the sticky navbar when jumped to. */
#agenda, #demo, #oferta, #faq {
  scroll-margin-top: 5.5rem;
}
