.logo-rodape_v2 img{
  max-width: none !important;
  width: 300px !important;
  height: auto !important;
  margin-top: 10px; /* ajusta aqui */
}

.logo-rodape_v2 strong {
    color: #81878b;
    font-family: gotham_blackregular;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    display: table;
    text-transform: uppercase;
    margin: 0 auto;
}
.logo-rodape_v2{
    display: flex;
    flex-direction: column;
    align-items: center;     /* centraliza horizontal */
    justify-content: center; /* centraliza vertical */
    height: 100%;
}
