.teo-window {
    right: 0px;
    border: 0px none;
    height: 130px;
    position: fixed;
    width: auto;
    overflow: hidden;
    bottom: 0px;
    z-index: 1;
}

.teo-chatbot-iframe {
    height: 100%;
    border: 0px none;
    width: 100%;
}

@media only screen and (max-width: 599px) {
    .teo-window {
        max-width: 100vw;
    }

    .when-keyboard-showing {
        height: 700px !important; /* antes 400px perfecto 700px*/
    }
}

@media only screen and (min-width: 600px) {
    .teo-window {
        max-width: 370px;
    }
}

.huge-it-wrap {
    z-index: 0;
}

.central-top-container {
    z-index: 0;
}

.uk-position-bottom-left{
    z-index: 1 !important;
}

.fab{
    bottom: 120px !important;
}