/* ===================================
   BOTÃO WHATSAPP
=================================== */

.whatsapp-float{

    position:fixed;

    bottom:25px;

    right:25px;

    width:60px;

    height:60px;

    background:#25D366;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 8px 25px rgba(0,0,0,.35);

    z-index:9999;

    transition:.3s;

}

.whatsapp-float:hover{

    transform:scale(1.08);

}

.whatsapp-icon{

    width:30px;
    height:30px;
    color:white;

}