#wt-omni-widget .wt-omni-widget-buttons-menu {
    display: none;
}

#wt-omni-widget .wt-omni-widget-buttons-menu:hover {
    opacity: 1;
}

.social-icons-wrapper-widget {
    position: fixed;
    right: 2.5rem;
    bottom: 245px;
    z-index: 99;
    width: 60px;
    cursor: pointer;
}

.social-icons-wrapper {
    position: fixed;
    right: 30px;
    bottom: 116px;
    z-index: 99;
    width: 60px;
    cursor: pointer;
}

.social-icons__list-wrapp {
    display: block;
    position: relative;
    width: 52px;
    height: 38px;
}

.social-icon {
    background-size: contain;
    background-color: #029AAD;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: initial;
    width: 45px;
    height: 45px;
    overflow: hidden;
}

.social-icon__fb {
    background: #1877F2;
    /* background-size: contain; */
    top: -120px;
    z-index: 1;
}

.social-icon__wa {
    background: #6BDC4A;
    top: 0;
    z-index: 2;
}

.social-icon__chat {
    background: #00BCCC;
    z-index: 3;
}

.social-icon__animation {
    height: 44.3399543762207px;
    width: 44.8546257019043px;
    border-radius: 50px;
    transition: .1s ease;
}

.social-icon__animation:hover {
    width: 186px;
    height: 45px;
    border-radius: 30px;
    transition: .5s ease;
    padding-left: 5px;
}

.chat_icon {
    position: absolute;
    left: 8px;
    top: 14px;
}

.wa_icon {
    position: absolute;
    left: 11px;
    top: 9px;
}

.fb_icon {
    position: absolute;
    left: 12px;
    top: 9px;
}

[data-tooltip]:before {
    visibility: hidden;
    opacity: 0;
    color: #fff;
    content: attr(data-tooltip);
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}

[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
    text-decoration: none;
    transition: .3s ease;
    margin-left: 38px;
}

.social-icon__arrow-down {
    background: url(../images/arrow_down.svg) no-repeat center;
    /* background-size: contain; */
    z-index: 5;
}

.slide-social {
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100px;
    width: 100%;
}

.slide-chat {
    background-image: url(../images/chat.svg);
}

.slide-fb {
    background-image: url(../images/facebook.svg);
}

.slide-wa {
    background-image: url(../images/whatsapp.svg);
}

.social-icon__arrow-down img {
    max-width: 180px;
    /* width: 100%; */
    width: fit-content;
}

.social-icon a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding-top: 12px;
}

.socialSwiper .swiper-slide {
    /* background-color: rgb(2, 154, 173); */
    /* background-color: #029aad; */
    background-color: initial;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    place-content: center;
}

.socialSwiper .swiper-slide img {
    max-width: 65px;
    width: 100%;
    object-fit: contain;
}

.socialSwiper.swiper-cube {
    height: 60px;
}

@media(max-width: 1080px) {
    .social-icons-wrapper {
        display: none;
    }
}
