@charset "UTF-8";

/* nd radio - widget topo do portal */

#nd-radio-head-widget{
    position: relative;
    height: 41px;
}

#nd-radio-head-widget .header-nd-radio-link{
    height: 15px;
    line-height: 15px;
    transform: translateY(-50%);
    top: 50%;
    align-items: center;
    justify-content: center;
}

#nd-radio-head-widget .header-nd-radio-img{
    height: 15px;
    width: auto;
    position: relative;
}

@media only screen and (min-width: 768px) {

    #nd-radio-head-widget{
        position: relative;
        height: 55px;
    }

    #nd-radio-head-widget .header-nd-radio-link{
        line-height: 28px;
        height: 28px;
    }

    #nd-radio-head-widget .header-nd-radio-img{
        height: 28px;
    }

    .header-nd-radio-text-container{
        height: 28px;
        padding-top: 3px;
    }

    .header-nd-radio-text {
        line-height: 1;
        text-transform: uppercase;
        font-size: 12px;
        color: #fff;
        background: #000;
        padding: 5px 10px;
        border-radius: 11px;
        margin-left: 10px;
        display: block;
        height: 22px;
    }

}