/* 
WhatsApp Float Button
*/

.link-whatsapp {
    max-width: 210px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 24px;

    background-color: #001f03;
    border: 2px solid #03b014;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
}

.link-whatsapp:hover {
    background-color: #03b014;
}

.i-whatsapp {
    color: #fff;
    font-size: 24px;
}