/* WhatsApp */

.btn-whatsapp {
        display:block;
        width:8%;
        height:8%;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}

.btn-instagram {
        display:block;
        width:40px;
        height:40px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:70px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}

.btn-facebook {
        display:block;
        width:40px;
        height:40px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:120px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}