.botao-whats {
    z-index:999;    
    position:fixed;    
    bottom: 90px;
    width: 55px;
    height: 55px;
    line-height: 55px;    
    text-align:center;    
    font-size:44px;
    border-radius:180px;
    color:#fff !important;
    background-color:#4dc247;
    border: 1px solid #4dc247;    
}

.zz_side {
    display: inline-flex;
    margin-left: 2.5em;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.zz_side.enabled {
    float: right;
    margin-right: 2.5em;
}

.zz_side.disabled {
    float: left;
}

.botao-whats:hover {              
    color: #fff !important;
    border-color: #4dc247;
    border-image: initial;
    background: #4dc247;
    box-shadow: #4dc247 0px 0px 29px 1px;        
}

.span-text-whatsapp {
    width: 100%;
    border-radius: 4px;
    display: flex;
    float: right;
    margin-top: 5px;
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
    box-sizing: content-box;
    line-height: initial;
    clear: both;
    word-break: break-word;
    transition: all 0.3s linear 0s;
    opacity: 1;
    color: rgb(138, 138, 138);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
    align-items: center;
}

.zz_whatsapp {
    display:inline-block;
    margin-left:10px;
}