.botaowhats {
    position: fixed;
    z-index: 10000 !important;
}

.botaowhats2 {
    margin-left: 82%;
    width: 14%;
    position: fixed;
    margin-top: 0px;
    margin-bottom: 20px;
    bottom: 0px;
    z-index: 1000000 !important;
}


/*CELULAR*/

@media(max-width:768px) {
    .botaowhats2 {
        margin-left: 59% !important;
        position: fixed;
        width: 140px;
        margin-top: 0px;
        margin-bottom: 0px;
        bottom: 0px;
        z-index: 1000000 !important;
    }
}