/* Header */
#topo {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.admin-bar #topo {
  top: 32px;
}

.page-hero {
  margin-top: -83px;

  display: flex;
  align-items: flex-end;

  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;

  width: 100%;
  height: 535px;
}

.page-hero h1 {
  font-weight: 500;
  font-size: clamp(48px, 4vw, 80px);
  font-family: var(--font-primary);
  color: var(--irb-white);
}

/* 
#topo.page,
#topo.page .menu-principal,
#topo.page .menu-principal>ul {
  background-color: transparent;
} */

/* resposive */
@media(min-width:992px) {

  #topo.page,
  #topo.page .menu-principal,
  #topo.page .menu-principal>ul {
    background-color: transparent;
  }

}