.mod_mr_banner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #7636e6, #251e81);
  height: 160px;
}

.mod_mr_banner .imagem {
  width: 100%;
  height: 160px;
  background-image: url(banner-multirio-desktop-sem-fundo.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 720px) {
  .mod_mr_banner {
    height: 100px;
  }
  .mod_mr_banner .imagem {
    height: 100px;
    background-image: url(banner-multirio-mobile-sem-fundo.png);
  }
}
