/* ================== WHATSAPP FLOAT ================== */

.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 20px;

    width: auto;
    height: auto;

    background: none;
    border: none;

    display: block;

    z-index: 99999999;
}

.whatsapp-float img {
    width: 64px;       
    height: auto;
    display: block;
    bottom: 120px;
    right: 20px;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    
}