.sinergia-left-panel {
    background-image: url('../img/bg_sinergia_left_2.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.mt-botoes {
    margin-top: 20vh;
}

.fundo-decorativo {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 70vh;
  opacity: 0.15;
  z-index: -1;
  background-image: url("../img/net_back.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  width: 100%;
  pointer-events: none;
}