body {
  background: var(--main-bg-color);
}

#header-home {
  display: none;
}

header {
  height: 400px;
  background: url(../images/custom-header.png) no-repeat top center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--cinza-2);
  position: relative;
}

header h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4rem;
}

.page-container {
  min-height: 900px;
  background-color: #131312;
  padding: 15px;
}

.sticky {
  position: relative;
}

/* breadcrumbs */
header nav .breadcrumb {
  max-width: 1100px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--bg-preto-70);
}
