body {
    margin: 0 !important;
}

.assistente-isis {
    top: 0px;
    width: 370px;
    height: 524px;
    border-radius: 4px;
    background-color: #ffffff;
    position: relative;
}

/* css custom animated isis */

/* styles needed by the plugin */
.animatedimage {
    z-index: 102;
    position: absolute;
    display: inline-block;
    line-height: 0;
    margin-bottom: 70px;
    overflow: hidden;
}

.animatedimage>* {
    position: absolute;
    display: inline-block;
    visibility: hidden;
    border: 0;
}

/* the image that will show while waiting for javascript to load, and what users without javascript will see - if you don't want to use a class you might use *:first-child to select this instead */
.animatedimage>.poster {
    position: static;
    visibility: visible;
}

/* spritesheets will rely on left/top positioning */
.animatedimage[data-spritesize]>* {
    position: relative;
}

/* demo styles */

.box {
    z-index: 103 !important;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 370px !important;
    max-width: 370px !important;
    height: 414px;
    margin: 0px;
    padding: 20px 0 0 0;
    border-radius: 5px;
    color: #111;
}

.box .balao-conversa-isis {
    z-index: 104 !important;
    position: absolute;
    top: 350px !important;
    right: 80px !important;
}

.box .balao-conversa-isis p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.animatedimage {
    pointer-events: none;
    /* the image sequence has a little trouble with click events when rapidly changing the images */
}

.lottie-background-isis {
    z-index: 101 !important;
    margin-bottom: 70px;
}

@media (max-width: 500px) {

    .box {
        min-width: 100% !important;
        max-width: 100% !important;
        height: 414px;
        margin: 0px;
        padding: 20px 0 0 0;
        border-radius: 5px;
        color: #111;
    }

    .assistente-isis {
        width: 100% !important;
        height: 96vh !important;
    }

    .lottie-background-isis {
        width: 100% !important;
    }

}