#HeaderLink * {
    box-sizing: border-box;
}

#HeaderLink .header {
    height: 3.5em;
    padding: 0 .3em 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#HeaderLink .header-box {
    display: flex;
    height: 100%;
}

#HeaderLink .box-head-logo {
    width: 5em;
    min-width: 5em;
    height: 100%;
    display: flex;
    justify-content: center;
}

#HeaderLink #logo-tbs {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

#HeaderLink .logo-tecnicon-name {
    height: 22px;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    fill: #fff;
}

#HeaderLink .container-logo-tecnicon {
    height: 100%;
}

#HeaderLink .logoTecniconSuperior {
    height: 100%;
}

#HeaderLink .div-seu-logo {
    height: 100%;
    display: flex;
    align-items: center;
    float: right
}

#HeaderLink #imgLogoEmp {
    height: 22px;
    width: auto;
}

@media only screen and (max-width: 450px) {
    #HeaderLink .box-head-logo {
        width: 4em;
        min-width: 4em;
    }

    #HeaderLink .logo-tecnicon-name {
        height: 16px;
    }

    #HeaderLink .container-logo-tecnicon {
        width: fit-content;
    }
}

@media only screen and (max-width: 350px) {
    #HeaderLink .box-head-logo {
        width: 3em;
        min-width: 3em;
    }

    #HeaderLink .logo-tecnicon-name {
            height: 12px;
    }
}
