#chatbia {
    bottom: 6rem;
    position: fixed;
    right: -10rem;
    transition: 0.5s ease-in-out;
    z-index: 9999
}

#chatbia.show {
    opacity: 1;
    right: -0.75rem
}

#chatbia-button {
    border-radius: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 72px;
    transform: scale(1, 1) translate(-32%, 32%) translateZ(0);
    width: 72px
}

#chatbia-button a {
    display: block;
    height: 78px;
    overflow: hidden;
    width: 72px
}

#chatbia-button a:before {
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
    background: linear-gradient(133deg, #F70343 0%, #B61D6F 100%) 0% 0% no-repeat;
    border-radius: 100%;
    content: "";
    display: block;
    height: 72px;
    left: 50%;
    opacity: 0.25;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 72px
}

#chatbia-button a img, #chatbia-button a svg {
    max-width: none;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.25
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 0.25
    }
}

@keyframes blink {
    0% {
        opacity: 0.25
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 0.25
    }
}

#chatbia-balloon {
    bottom: calc(100% - 16px);
    height: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    right: 2.75rem;
    transition: 0.5s ease-in-out;
    width: 0px
}

#chatbia-balloon .balloon {
    background: #3B69FF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    height: 100%;
    padding: 0px;
    position: relative;
    transition: 0.5s ease-in-out;
    visibility: hidden;
    width: 100%
}

#chatbia-balloon .balloon:before {
    background: rgba(0, 0, 0, 0.48) 0% 0% no-repeat padding-box;
    content: "";
    display: block;
    height: 100vh;
    left: 100vw;
    opacity: 0;
    position: fixed;
    top: -100vh;
    transition: opacity 0.5s ease-in-out;
    width: 100vw;
    visibility: hidden;
    z-index: -1
}

#chatbia-balloon .balloon:after {
    border: solid transparent;
    border-color: rgba(59, 105, 255, 0);
    border-top-color: #3B69FF;
    border-width: 0;
    content: "";
    height: 0;
    margin-right: -8px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transition: 0.5s ease-in-out;
    width: 0
}

#chatbia-balloon a#chatbia-fechar {
    background: url(/assets/common/chatbia/svg/icone-fechar.svg) no-repeat;
    display: block;
    height: 8px;
    opacity: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    transition: 0.5s ease-in-out;
    width: 8px
}

#chatbia-balloon p {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    height: 80px;
    margin-bottom: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    width: 249px
}

#chatbia-balloon.show {
    height: 128px;
    padding: 8px;
    right: 1.25rem;
    width: 326px
}

html.ie.no-supports.no-cssfilters #chatbia-balloon.show {
    overflow: visible
}

#chatbia-balloon.show .balloon {
    padding: 16px 45px 16px 16px;
    visibility: visible
}

#chatbia-balloon.show .balloon:before {
    height: 100vh;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100vw;
    visibility: visible
}

#chatbia-balloon.show .balloon:after {
    border-width: 8px;
    margin-right: -8px;
    opacity: 1;
    right: 2.25rem
}

#chatbia-balloon.show a#chatbia-fechar {
    opacity: 1
}

#chatbia-balloon.show p {
    opacity: 1
}

#chatbia-iframe {
    height: 100%;
    left: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: 0.5s ease-in-out;
    width: 100%;
    z-index: 99999
}

#chatbia-iframe.show {
    left: 0
}

#chatbia-iframe iframe {
    border: 0;
    height: 100%;
    width: 100%
}

#chatbia-iframe a#chatbia-iframe-fechar {
    display: block;
    height: 24px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 22px;
    width: 24px;
    z-index: 9999
}

@media screen and (min-width:1023px) {
    #chatbia {
        z-index: 999;
        bottom: 25vh;
        display: none
    }

    #chatbia.show {
        right: 0;
        display: none 
    }

    body.chatbia-desktop #chatbia {
        display: block !important
    }

    body.chatbia-desktop #chatbia.show {
        display: block !important
    }

    #chatbia-iframe {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        bottom: 3vh;
        left: auto;
        height: 92vh;
        right: -360px;
        top: auto;
        width: 360px
    }

    #chatbia-iframe.show {
        left: auto;
        right: 3vh
    }
}