.page-cadastro-bg {
  background: var(--color-black) var(--lor-asset-bg-02) center top / cover no-repeat fixed;
}

@media (max-width: 991px) {
  .page-cadastro-bg {
    background-image: var(--lor-asset-bg-02-m);
    background-attachment: scroll;
    background-position: center top;
  }
}

.page-cadastro-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.75) 0%, rgba(5, 5, 5, 0.92) 100%);
  z-index: 0;
}

.page-cadastro-bg .site-main,
.page-cadastro-bg .site-footer {
  position: relative;
  z-index: 1;
}

.page-cadastro-bg .site-header {
  position: fixed;
  z-index: 200;
}
