.hero-section {
  position: relative;
  background: url("../../assets/img/home/RBMFundo.svg") top / cover no-repeat;
  z-index: 1;
  color: white;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(4,4,4,0.56);
  z-index: 0;
}

.hero-section > * {
  position: relative;
  z-index: 1;
}

