/* Add here all your css styles (customizations) */

@media (max-width: 768px) {

    .btn-whatsapp  {
        right: -22px;
        bottom: 50px;
    }
}

.btn-whatsapp {
        display:block;
        width:120px;
        height:85px;
        color:#fff;
        position: fixed;
        right:50px;
        bottom:0px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}

.btn-whatsapp img {
        width: 50px;
    }

    
