.btn.btn-whatsapp {
    position: fixed;
    bottom: 14px;
    right: 14px;
    z-index: 200;

    color: #ffffff;
    background-color: #25D366;
    padding: 0;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.btn.btn-whatsapp:hover {
    background-color: rgba(8, 91, 173, 0.60);
    color: #ffffff;
}

.btn.btn-whatsapp svg {
    height: 30px;
    width: 30px;
}

.grecaptcha-badge{
    display: none !important;
    visibility: hidden !important;
}