#app{font-family:Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}#app,.main{min-height:calc(var(--vh, 1vh)*100)!important;max-height:calc(var(--vh, 1vh)*100)!important}.btn *{color:unset}.bot-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;width:100%}.chat-header{background-color:var(--primary-color)!important}.chat-header,.chat-header *{color:var(--secondary-color)!important}svg[data-v-acbf9206]{width:60px;height:20px;margin:0 auto;fill:var(--secondary-color)}*{margin:0;padding:0}a{text-decoration:none}body{--scrollbar-width:calc(100vw - 100%);background-color:var(--secondary-color);background-repeat:repeat;background-size:200px 200px}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(231,219,240,.8);box-shadow:inset 0 0 6px rgba(234,222,245,.5)}.main{max-height:100%;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;position:relative;height:100vh;height:calc(var(--vh, 1vh)*100)}.ChatWindow{-webkit-overflow-scrolling:touch;overflow:scroll}.ChatLog{height:100%}.main>div{width:100%}.chat-header{max-height:56px}.controls-container{background-color:var(--primary-color);bottom:0}.progress-bar-container{margin:5px 40px 0 40px;border:1px solid var(--secondary-color);display:flex;justify-content:center;align-items:center;position:relative;border-radius:15px;color:#fff;background-color:rgba(38,34,97,.5);overflow:hidden}.progress-bar{border-radius:15px;height:100%;position:absolute;left:0;background-color:var(--secondary-color)}.progress-percent{z-index:1;font-size:12px;font-weight:800;color:var(--primary-color)}@media only screen and (max-width:800px){.controls-container,.main{width:96%}.ButtonPanel{padding-left:10px}.ChatWindow{display:flex;overflow-y:auto;overflow-x:unset;justify-content:center}.ChatLog{margin:0 0;padding:5px;display:flex;flex-direction:column}.ChatLog__entry{max-width:80%;align-self:flex-start}.ChatLog__entry_mine{align-self:flex-end}input.ChatInput{flex-grow:1}.TicketHeader{display:flex;width:100%;justify-content:flex-start;align-items:center}.TicketHeader img{width:100%;max-width:260px}.main{height:calc(100% - 60px)}.ChatWindow{flex-grow:1}.controls-container{margin-top:5px}}@media only screen and (min-width:801px){.main{max-width:800px}.controls-container{width:50%}.ChatWindow{display:flex;overflow:auto;justify-content:center}.ChatLog{margin:0 auto;width:100%;display:flex;flex-direction:column}.ChatLog__entry{max-width:70%;align-self:flex-start}.ChatLog__entry_mine{align-self:flex-end}input.ChatInput{flex-grow:1}.TicketHeader{display:flex;width:100%;height:60px;justify-content:flex-start;align-items:center}.TicketHeader img{max-width:100%;height:50px}.controls-container{height:95px;margin-top:5px}}input.ChatInput{padding:10px;display:block;border:none;border-radius:20px;outline:none}.svgWrapper{width:2em;height:2em;cursor:pointer;padding-right:8px;padding-left:8px}.ButtonPanel{display:flex;flex-direction:row;align-items:center;padding-top:5px}.inputFile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.inputFile+label{font-size:1.25em;font-weight:700;color:#fff;background-color:#000;display:inline-block}.inputFile+label:hover,.inputFile:focus+label{background-color:red}.inputFile+label{cursor:pointer}input.ChatAttachment{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.ChatAttachment+label{height:25px;border-radius:10px;background-color:#fff;border:none}.btn,.ChatAttachment+label{cursor:pointer;display:inline-block;padding:10px}.btn{background-color:var(--chat-bubble-color);border-radius:6px;margin:5px;font-size:15px;font-weight:700;text-decoration:none}.btn:hover{background-color:var(--secondary-app-button);color:var(--app-button-text)}.btn:active{position:relative;top:1px}ul.ChatLog{list-style:none}.ChatLog .ChatLog__entry{margin:.5em 0}.ChatLog__entry{display:flex;flex-direction:row;align-items:center}.ChatLog__entry.wrap{flex-wrap:wrap}.ChatLog__entry.wrap .ChatLog__message{max-width:calc(100% - 50px)}.ChatLog__avatar{align-self:flex-end}.ChatLog__entry.ChatLog__entry_mine{flex-direction:row-reverse}.ChatLog__avatar{flex-shrink:0;flex-grow:0;z-index:1;height:50px;width:50px;border-radius:25px;padding-right:7px}.ChatLog__entry.ChatLog__entry_mine .ChatLog__avatar{display:none}.ChatLog__entry .ChatLog__message{position:relative;margin:0 0}.ChatLog__entry .ChatLog__message__image{max-width:250px;max-height:300px}.ChatLog__entry .ChatLog__message:before{position:absolute;right:auto;bottom:.6em;left:-12px;height:0;content:"";border:6px solid transparent;border-right-color:var(--chat-bubble-color);z-index:2}.ChatLog__entry.ChatLog__entry_mine .ChatLog__message:before{right:-12px;bottom:.6em;left:auto;border:6px solid transparent;border-left-color:var(--app-button)}.ChatLog__message{background-color:var(--chat-bubble-color);padding:.5em;border-radius:10px;max-width:100%;font-weight:600;text-align:left}.ChatLog__entry.ChatLog__entry_mine .ChatLog__message{border-top:1px solid var(--app-button);border-bottom:1px solid var(--app-button);background-color:var(--app-button);color:var(--app-button-text);margin-right:13px}.tuBotones{color:var(--secondary-color)}.FontBold{font-weight:700}.PaddingTop{padding-top:5px}.aqui{text-decoration:underline;font-weight:600}.ChatLog{width:100%}.ChatLog div li{width:100%;display:flex}.ChatLog__message>a{color:inherit}.hidden_load_file{display:none}.input-row{padding:0 10px 0 40px}.input-row .v-input__control{width:90%}.input-row .v-input{align-items:center}.v-input__slot{border:1px solid var(--secondary-color)!important}.ChatLog-faqs{padding:20px}.v-expansion-panel{background-color:var(--primary-color)!important;color:var(--secondary-color)!important}.card-container[data-v-d4a09286]{margin:16px;min-width:250px;width:30%;height:350px;display:flex}.card-container .card[data-v-d4a09286]{cursor:pointer;height:100%;width:80%;min-width:250px;max-width:400px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;overflow:hidden;background-color:#fefefe;border-radius:10px;padding:8px;margin:0 auto;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2)}.card-container .card img[data-v-d4a09286]{min-width:200px;max-width:90%;width:auto;height:260px}.title[data-v-d4a09286]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:90%}.title[data-v-d4a09286]:hover{background-color:#fff;white-space:unset;overflow:visible}.title[data-v-d4a09286]{color:#333}@media only screen and (min-width:1200px){.card-container[data-v-d4a09286]{width:20%}}.cards-container[data-v-61352bcd]{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:8px}.title[data-v-61352bcd]{margin-top:20px;color:#fff}.loguito[data-v-61352bcd]{width:260px}.container[data-v-0787eab8]{background-color:hsla(0,0%,100%,.8);height:100%}.container [data-v-0787eab8]{color:var(--secondary-color)}