/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-grid-header__logo img {
    max-height: var(--logo-height,80px);
    filter: invert(1);
}

.bs-footer__logo img {
    max-height: 100%;
    width: auto;
    filter: invert(1);
}
b, strong {
    font-weight: 400;
}