.tv-contato-link-final{
    display:flex!important;
    align-items:center!important;
    gap:16px!important;
}

.tv-contato-icone-final{
    width:43px!important;
    height:43px!important;
    min-width:43px!important;
    flex:0 0 43px!important;
    display:inline-grid!important;
    place-items:center!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:#3498db!important;
    color:#fff!important;
    line-height:1!important;
    overflow:hidden!important;
    box-shadow:none!important;
}

.tv-contato-icone-final svg{
    width:21px!important;
    height:21px!important;
    display:block!important;
    margin:0!important;
    color:#fff!important;
}

.tv-contato-link-final > span:not(.tv-contato-icone-final):empty{
    display:none!important;
}

.tv-contato-link-final > span:not(.tv-contato-icone-final){
    background-color:transparent;
}

@media(max-width:720px){
    .tv-contato-icone-final{
        width:40px!important;
        height:40px!important;
        min-width:40px!important;
        flex-basis:40px!important;
    }

    .tv-contato-icone-final svg{
        width:20px!important;
        height:20px!important;
    }
}
