.whatsapp {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 5px;
    z-index: 20;
    cursor: pointer;
    transition: all ease .3s;
    box-sizing: border-box;
}

.whatsapp .whatsapp-link {
    display: block;
    padding: 6px;
    border-radius: 50%;
    background-color: #fff;
    height: 65px;
    width: 65px;
}

.whatsapp .whatsapp-link .whatsapp-img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    border-radius: 0;

    max-width: none;
    max-height: none;

    overflow-clip-margin: initial !important;
    overflow: initial !important;
}

.grecaptcha-badge { 
    position: absolute; 
    top: -9999px; 
    left: -9999px; 
    height: 1px; 
    width: 1px; 
    overflow: hidden; 
}

@media(min-width:801px) {
    .whatsapp {
        right: 5px;
        bottom: 5px;
    }

    .whatsapp .whatsapp-link {
        padding: 8px 8px 7px 7px;
        height: 75px;
        width: 75px;
    }
}