<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*=============Estilo chat===================*/

.ChatUI.OverlayMode {
    display: none;
    height: 445px;
    background-color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 285px;
    z-index: 999;
    background: rgba(250, 250, 251, .980392);
    box-shadow: rgba(0, 0, 0, 0.35) 0 0 4px 1px;
}

.ChatUI.OverlayMode .transcript {
    padding: 5px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    font-size: 13px;
    line-height: 18px;
    display: none;
    height: 264px
}

.ChatUI.OverlayMode .close {
    display: none;
    color: #FFF;
    line-height: 22px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 15px;
    -webkit-transition: opacity .22s ease-in-out;
    -moz-transition: opacity .22s ease-in-out;
    -o-transition: opacity .22s ease-in-out;
    transition: opacity .22s ease-in-out;
    display: none;
}

.ChatUI.OverlayMode .close:hover {
    cursor: pointer;
    opacity: .8
}

.ChatUI.OverlayMode .close:hover {
    opacity: 1
}

.ChatUI * {
    box-sizing: border-box;
}

.ChatUI {
    height: 100vh;
    box-sizing: border-box;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: relative
}

.ChatUI .title {
    background-color: #46b6d6 !important;
    width: 100%;
    height: 45px;
    font-family: Calibri;
    font-size: 19px;
    color: #FFF;
    padding-left: 20px;
    padding-top: 10px;
    border-radius: 8px 8px 0px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bbb;
}

.ChatUI .btnChat{
    border: none;
    width: 70px !important;
    cursor: pointer;
    display: inline-block;
    font-family: Calibri;
    font-size: 16px;
    line-height: 1.5;
    margin: 7px 0;
    padding: 0 16px;
    white-space: nowrap;
    background-color: #46b6d6;
    float: center;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-transform: capitalize !important;
}

.ChatUI .txtChat{
    font-family: Calibri;
    font-size: 15px;
    line-height: 140%;
    font-weight: normal;
    float: center;

}

.ChatUI .txtEncuesta{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    
}

.ChatUI .pregunta{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: #B1B1B1;
    text-shadow: 0 -1px 0 rgba(216,216,216,.25);
}

.ChatUI .transcript {
    padding: 5px 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    overflow-y: auto;
    font-size: 13px;
    line-height: 18px;
    display: none
}

.ChatUI .pop {
    padding: 10px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    z-index:2;
    position:relative;
    text-align:center;
    font-size: 13px;
    line-height: 18px;
    display: none;
    font-size: 16px;
    line-height: 36px;
}


.ChatUI .transcript p {
    word-wrap: break-word;
    margin: 0 0;
    display: none;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    padding: 1em 0
}

.ChatUI .transcript .system {
    color: #b2b2b2;
    float: left;
    width: 100% !important;
    background: none;
    font-family: Calibri;
    font-size: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    padding: 0.5em 0;
}

.siguiente &gt; .name {
    display: none !important;
}

.ChatUI .transcript .system .name {
    position:relative;
    padding:15px;
    display: none
}

.ChatUI .transcript .name {
    display: block;
    font-family: Calibri;
    font-size: 13px;
    font-weight: bold;
    color: #222
}

.ChatUI .transcript .them {
    position:relative;
    padding:15px;
    width: auto;
    text-align: left;
    float: left;
    clear: both;
    color: #525252;
    font-family: Calibri;
    font-size: 13px;
    background:#F1F3F5;
    margin-right:10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#F1F3F5), to(#F1F3F5));
    background:-moz-linear-gradient(#F1F3F5,#F1F3F5);
    background:-o-linear-gradient(#F1F3F5,#F1F3F5);
    background:linear-gradient(#F1F3F5,#F1F3F5);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

.ChatUI .transcript .them .name {
    font-family: Calibri;
    font-size: 14px;
    color: #000000;
    text-align: left;
    border-bottom:1px solid #b2b2b2;
}

.ChatUI .transcript .you {
    position:relative;
    padding:15px;
    text-align: left;
    width: auto;
    float: right;
    clear: both;
    color: #525252;
    font-family: Calibri;
    font-size: 13px;
    background:#e1edf8;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#e1edf8), to(#e1edf8));
    background:-moz-linear-gradient(#e1edf8,#e1edf8);
    background:-o-linear-gradient(#e1edf8,#e1edf8);
    background:linear-gradient(#e1edf8,#e1edf8);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
}

.ChatUI .transcript .you .name {
    font-family: Calibri;
    font-size: 14px;
    color: #000000;
    border-bottom:1px solid #b2b2b2;
}

.ChatUI .isTyping {
    color: #222;
    font-size: 11px;
    position: absolute;
    bottom: 114px;
    background: #e5e5e5;
    width: 100%;
    padding: 1em;
    display: none
}

.ChatUI .input {
    width: 100%;
    height: 100%;
    color: #8D8E8E;
    background:#F1F3F5 !important;
    box-sizing: border-box;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    resize: none;
    padding: 10px;
    padding-bottom: 35px;
    margin-bottom: -2px;
    margin-bottom: 1px;
    overflow: auto;
    font-family: Calibri;
    font-size: 14px;
    line-height: 16px
}

.ChatUI .input.disabled {
    opacity: 0.5
}

.ChatUI .input-container {
    /*height: 90px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
    display: none
}

.ChatUI .input-check {
    box-sizing: border-box;
    color: #46b6d6;
    padding-top: 5px;
    font-family: Calibri;
    font-size: 14px;
}

.ChatUI .form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ChatUI .form span{
    color: black;
    font-weight: 0;
}
.ChatUI .form .welcome {
    width: 288.5px;
    height: 43px;
    margin: .5em 0 1.5em 0
}

.ChatUI .form label {
    display: block;
    font-size: 13px
}

.ChatUI .form labelSub {
    display: none;
    font-size: 0px
}

.ChatUI .form label span {
    display: inline;
    margin-bottom: .1em
}

.iframe {
    border: none;
}

.ChatUI .form label input {
    font-family: Helvetica, Arial, sans-serif;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid rgb(187, 187, 187);
    height: 36px;
    font-size: 14px;
    padding: 5px;
    margin: 0 0 1.15em 0
}

.ChatUI .form label input[name=email] {
    margin-bottom: .5em
}

.ChatUI .form label input.error {
    border-color: red
}

.ChatUI .form label input.invalid {
    border-color: red
}

.ChatUI .form .submit {
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: none;
    margin-top: 11px;
    background-color: rgb(238, 238, 238)
}

.ChatUI .form .label_disclaimer {
    font-size: 12px;
    line-height: 16px;
    color: #7f7f7f;
    margin-bottom: 1em
}

.ChatUI .form .form_disclaimer {
    font-size: 12px;
    line-height: 16px;
    color: #222
}

.ChatUI .form button.submit {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 24px;
    margin-bottom: 1em;
    margin-top: 47px;
    background-color: #46b6d6;
    -webkit-transition: background-color .22s ease-in-out;
    -moz-transition: background-color .22s ease-in-out;
    transition: background-color .22s ease-in-out
}

.ChatUI .form button.submit:hover {
    cursor: pointer;
    background-color: rgba(34, 147, 249, .8)
}

.ChatUI .form button.submit:disabled {
   cursor: pointer;
   background-color: #808080
}
.ChatUI .end {
    color: #FFF;
    line-height: 22px;
    text-align: right;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 15px;
    -webkit-transition: opacity .22s ease-in-out;
    -moz-transition: opacity .22s ease-in-out;
    -o-transition: opacity .22s ease-in-out;
    transition: opacity .22s ease-in-out;
}

.ChatUI .end:hover {
    cursor: pointer;
    opacity: .8
}

.ChatUI .end:hover {
    opacity: 1
}

.ChatUI .fin {
    color: #FFF;
    line-height: 22px;
    text-align: right;
    font-weight: bold;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 15px;
    -webkit-transition: opacity .22s ease-in-out;
    -moz-transition: opacity .22s ease-in-out;
    -o-transition: opacity .22s ease-in-out;
    transition: opacity .22s ease-in-out;
}

.ChatUI .fin:hover {
    cursor: pointer;
    opacity: .8
}

.ChatUI .fin:hover {
    opacity: 1
}

.ChatUI .send {
    display: none
}

.ChatUI .settings-group {
    display: none
}

.ChatUI .transcript &gt; p:last-child {
    margin-bottom: 25px
}

.minimizar {
    color: #FFF;
    line-height: 29px;
    text-align: right;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 45px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}

#floating_chat_button {
    width: 65px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    display: block;
    z-index: 999;
}

#floating_chat_button.proactivo {
    width: 200px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    display: block;
    z-index: 999;
}

#chat_invitation_overlay {
    display: none;
    width: 358px;
    height: 216.5px;
    position: fixed;
    right: 0;
    top: 200px
}

#chat_invitation_overlay &gt; img,
#floating_chat_button div img {
    width: 65px;
}

#chat_invitation_overlay &gt; img,
#floating_chat_button.proactivo div img {
    width: 200px;
}

#floating_captcha_button {
    width: 165px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    display: block;
    z-index: 999;
}

/*probando*/
.ChatUI .transcript .you .fecha {
    color: #999b9c;
    float: right;
    font: 11px Calibri,Arial,Lucida,Verdana,sans-serif !important;
}
/*probando*/
.ChatUI .transcript .them .fecha {
    color: #999b9c;
    float: left;
    font: 11px Calibri,Arial,Lucida,Verdana,sans-serif !important;
}
/*probando*/
.ChatUI .transcript .system .fecha {
    color: #999b9c;
    font: 11px Calibri,Arial,Lucida,Verdana,sans-serif !important;
}

.ChatUI .texto {
    width: 258px;
    margin-left: 10px;
}</pre></body></html>