.bg-metro-logo-sidebar
{
    background-image: url('../images/novo-layout/metro.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 203px;
    height: 100px;
    margin-left: 19px;
}

.img-togged
{
    background-image: url('../images/Metrô-SP_icon.ico');
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-left: 19px;
    background-size: cover;
}

@media (max-width: 768px) {
    .bg-metro-logo-sidebar
    {
        background-image: url('../images/Metrô-SP_icon.ico');
        background-position: center;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        margin-left: 19px;
        background-size: cover;
    }

    .nav-link
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}