#contato-direto{
    display: grid;
    position: fixed;
    right: 0;
    bottom: 10;
    right:5;
    width: 220px;
    background-color: #000000;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 19px;
    z-index:999999;
}

#contato-direto a{
    color:#fff;
    text-decoration:none;
}

#contato-direto h5{
    color:#fff;
    font-size:20px
}

#contato-direto span{
    color:#50c34a!important;
}

#contato-direto .fa-whatsapp{
    color:#50c34a!important;
}

@media screen and (max-width: 1023px) {
    #contato-direto{
        width:100%;
        bottom:0;
        padding:0px;
        right:0;
        border-radius:0px;
    }
    #contato-direto h5{
        font-size:15px;
        padding:0px;
        margin-bottom:5px;
    }
}