.site-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #018339 !important;
    color: #fff;
}
/* Ocultar el logo automático de OJS del pie de página */
.site-footer .pkp_brand_footer,
.site-footer .col-md-2[role="complementary"] {
    display: none !important;
}

/* Permitir que tu bloque ocupe el 100% del espacio de la pantalla */
.site-footer-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
    .navbar-logo img {
        max-height: 125px;
    }