/* ==========================
   Floating WhatsApp
========================== */

.floating-whatsapp{

    position:fixed;

    right:25px;

    bottom:25px;

    width:65px;

    height:65px;

    background:#25D366;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

    z-index:9999;

    transition:.3s;

}

.floating-whatsapp:hover{

    transform:scale(1.1);

}

.floating-whatsapp img{

    width:34px;

    height:34px;

}