    .logo-empresa {
        height: 42px;
        display: flex;
        align-items: center;
    }

    .logo-empresa img {
        height: 100%;
        max-width: 160px;
        object-fit: contain;
    }

    .info-empresa {
        transition: opacity .2s ease;
    }

    .info-empresa:hover {
        opacity: .9;
    }

    .avatar {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        object-fit: cover;
    }