/* Sticky header */
header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff3db !important;
}

/* Evitar que tape contenido */
body {
  scroll-padding-top: 120px;
}