.site-whatsapp-float {
    position: fixed;
    z-index: 9810;
    right: 25px;
    bottom: 88px;
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #25d366;
    box-shadow: none;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

.site-whatsapp-float:hover,
.site-whatsapp-float:focus-visible {
    transform: translateY(-3px);
    background: #1fbd5a;
    box-shadow: none;
    color: #fff;
}

.site-whatsapp-float:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.24);
    outline-offset: 3px;
}

@media (max-width: 1199px) {
    .site-whatsapp-float {
        bottom: 114px;
    }
}

@media (max-width: 767px) {
    .site-whatsapp-float {
        right: 28px;
        bottom: 138px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}
