/*chatbot*/
.uao-chatbot-btn {
    position: fixed;
    bottom: 5px;
    right: 48px;
    opacity: 1;
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    z-index: 999999;
}

.uao-chatbot-btn-img {
    max-width: 5rem;
    transition: all 0.2s;
    /*display: none;*/
}


.uao-chatbot-btn-img:hover {
    max-width: 5.5rem;
}

/*button financiero*/
.uao-chatbot-btn2 {
    position: fixed;
    bottom: 5px;
    right: 78px;
    opacity: 1;
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    z-index: 9999;
}



.uao-chatbot-iframe {
    overflow: auto;
    max-height: 468px;
    margin-bottom: 0rem;
    border: 0;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    display: block;
}

#uao-chatbot-container .uao-chatbot-container-iframe {
    display: none;
    overflow: auto;
}

button.uao-chatnot-start-btn.text-restart {
    width: 100%;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    border: 0PX;
    border-radius: 0;
    background-color: #555961;
    color: white;
    height: 2rem;
}

.uao-chatbot-container-iframe {
    -webkit-overflow-scrolling: touch;
    width: 45em;
    height: 500px;
    max-height: 500px !important;
    position: absolute;
    bottom: 8em;
    right: -3em;
    z-index: 1400 !important;
    box-shadow: 5px 5px 8px #ccc;
    padding-bottom: 0em;
    background: #fff;
}

.uao-chatbot-btn-img-mobile {
    display: none;
}

.wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper.ai-window {
    padding: 1rem;
}

#uao-chatbot-container .title {
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    background: none !important;
}

#uao-chatbot-container .title img {
    box-shadow: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    margin-right: inherit;
    margin-left: inherit;
    max-height: inherit;
    min-width: inherit;
    object-fit: inherit;
    z-index: inherit;
}

.mdc-typography--headline {
    width: 100%;
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2rem;
    text-decoration: inherit;
    text-transform: inherit;
}

.mdc-typography--body2 {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5rem;
    text-decoration: inherit;
    text-transform: inherit;
}

.uao-chatnot-start-btn {
    max-width: 100%;
    background-color: #e13f3d;
    padding: 0.2rem;
    border-radius: 8px;
    color: hsla(0, 0%, 100%, 0.9);
    float: right;
    animation: msg 0.25s linear;
    box-shadow: 5px 5px 23px #a9a9a9;
    font-size: 1rem;
    cursor: pointer;
}

.btn-wrap {
    position: relative;
    z-index: 9999999;
}

.btn-wrap a {
    text-decoration: none;
    color: #ae002d;
    margin: 1rem 0;
    color: #ae002d;
    border: 2px solid #ae002d;
    border-radius: 30px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 8px 20px;
}

.btn-wrap a:hover {
    background: #ae002d;
    border: 2px solid #ae002d;
    color: white !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.text-help {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ba0b1a;
    width: 100% !important;
    text-align: center;
    -webkit-box-shadow: 2px 2px 11px -2px rgba(0, 0, 0, .75);
    -moz-box-shadow: 2px 2px 11px -2px rgba(0, 0, 0, .75);
    box-shadow: 2px 2px 11px -2px rgba(0, 0, 0, .75);
    color: #fff;
}

.mdc-typography--body1 {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.25rem;
    text-decoration: inherit;
    text-transform: inherit;
}

.text-help-hyperlink {
    color: #fff;
}

@media (max-width: 1440px) {
    #uao-chatbot-container .uao-chatbot-container-iframe {
        width: 35em;
        height: 500px;
    }
}

@media (max-width: 1024px) {
    #uao-chatbot-container .uao-chatbot-container-iframe {
        width: 30em;
        height: 500px;
        bottom: 5em;
    }

    #uao-chatbot-container .uao-chatbot-btn-img {
        max-width: 2.5rem;
        transition: all 0.2s;
    }

    #uao-chatbot-container .uao-chatbot-btn-img:hover {
        max-width: 3rem;
    }
}

@media (max-width: 768px) {
    #uao-chatbot-container .uao-chatbot-container-iframe {
        width: 25em;
        height: 500px;
        overflow: scroll;
        bottom: 5em;
    }

    #uao-chatbot-container .uao-chatbot-btn-img-desktop {
        display: block;
    }

}

@media (max-width: 414px) {
    #uao-chatbot-container .uao-chatbot-container-iframe {
        width: 22em;
        height: 500px;
        bottom: 4em;
    }

    #uao-chatbot-container .uao-chatbot-container-iframe {
        overflow: scroll;
    }
}

@media (max-height: 699px) {
    #uao-chatbot-container .uao-chatbot-container-iframe {
        height: 450px;
    }

    .uao-chatbot-btn-img-mobile {
        display: none;
    }
}

/* fin uao chatbot*/