@import "https://fonts.googleapis.com/css?family=Noto+Sans";
*{box-sizing:border-box}#open-chat{border-radius:100%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}#open-chat img{width:30px;height:30px}#notificacao-info{background-color:red;border-radius:50%;justify-content:center;align-items:center;width:30px;height:28px;margin-bottom:60px;margin-left:30px;display:flex;position:fixed}.floating-chat{cursor:pointer;color:#fff;opacity:0;z-index:100;background-color:#fff;background-repeat:no-repeat;background-attachment:fixed;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:all .25s ease-out;position:fixed;bottom:10px;right:10px}.floating-chat.enter:hover{opacity:1;box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b}.floating-chat.enter{opacity:.6;transform:translateY(0);box-shadow:0 1px 3px #0000001f,0 1px 2px #00000024}.floating-chat.expand{cursor:auto;opacity:1;z-index:100;border-radius:8px;width:350px;height:500px;max-height:500px}.floating-chat button{color:#fff;text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-radius:3px}.floating-chat .chat-discord{opacity:0;flex-direction:column;margin:auto;transition:all .25s ease-out;display:flex;position:absolute;inset:0}.floating-chat .chat-discord.enter{opacity:1;border-radius:0;width:auto;height:auto;margin:30px 0 0}.floating-chat .header-discord{background:#7c5cff;border-radius:5px 5px 0 0;flex-shrink:0;height:30px;display:flex}.floating-chat .header-discord .title-discord{flex-grow:1;flex-shrink:1;padding:5px;font-size:12px}#close-chat{z-index:100;width:10px;margin-right:10px}.floating-chat .header-discord button{flex-shrink:0}.floating-chat .chat-discord .messages{background:0 0;border-radius:4px;flex-grow:1;margin:0;padding:10px;list-style:none;overflow:hidden scroll}.floating-chat .chat-discord .messages::-webkit-scrollbar{width:5px}.floating-chat .chat-discord .messages::-webkit-scrollbar-track{background-color:#7c5cff}.floating-chat .chat-discord .messages::-webkit-scrollbar-thumb{background-color:#fcf9fc}.floating-chat .chat-discord .messages li{clear:both;word-wrap:break-word;border-radius:10px;width:75%;margin:0 0 20px;padding:7px;position:relative}.floating-chat .chat-discord .messages li.other{float:right;animation:.15s ease-in show-chat-odd}.floating-chat .chat-discord .messages li.other p{text-align:right}.floating-chat .chat-discord .messages li.other .chat-date{text-align:right;font-size:15px}.floating-chat .chat-discord .messages li.other:after{border-right:10px solid #0000;right:-10px}.floating-chat .chat-discord .messages li.self{margin-left:45px;animation:.15s ease-in show-chat-even}.floating-chat .chat-discord .messages li.self p,.floating-chat .chat-discord .messages li.self i{text-align:left}.floating-chat .chat-discord .messages li.self:before{left:-45px}.floating-chat .chat-discord .messages li.self:after{border-left:10px solid #0000;left:-10px}.floating-chat .chat-discord .messages .self{box-shadow:2px 2px 5px #0000004d}.floating-chat .chat-discord .messages .self p{color:#000}.floating-chat .chat-discord .messages .self:before{content:"";background-size:cover;border-radius:25px;width:25px;height:25px;position:absolute;top:0}.floating-chat .chat-discord .messages .self:after{content:"";border-top:10px solid #00000028;width:0;height:0;position:absolute;top:5px}.floating-chat .chat-discord .messages .other{background-color:#7c5cff}.floating-chat .chat-discord .messages .other p{color:#fff}.floating-chat .chat-discord .messages .other:before{content:"";background-size:cover;border-radius:25px;width:25px;height:25px;position:absolute;top:0}.floating-chat .chat-discord .messages .other:after{content:"";border-top:15px solid #7c5cff;width:0;height:0;position:absolute;top:8px}.floating-chat .chat-discord .footer{z-index:10;background:0 0;flex-shrink:0;justify-content:center;align-items:center;height:40px;max-height:40px;display:flex;box-shadow:2px 2px 5px #0000004d}.floating-chat .chat-discord .footer .text-box{color:#343131;border:0;border-radius:3px;width:75%;overflow-y:auto}.floating-chat .chat-discord .footer img{opacity:.5;cursor:pointer;width:25px;padding:2px}.floating-chat .chat-discord .footer .text-box::-webkit-scrollbar{width:5px}.floating-chat .chat-discord .footer .text-box::-webkit-scrollbar-track{border-radius:5px}.floating-chat .chat-discord .footer .text-box::-webkit-scrollbar-thumb{border-radius:5px}.title-message{text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;font-size:12px}@keyframes show-chat-even{0%{margin-left:-480px}to{margin-left:0}}@keyframes show-chat-odd{0%{margin-right:-480px}to{margin-right:0}}.carregando-chat{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.carregando-chat li{font-family:Noto Sans,sans-serif;font-size:20px;list-style-type:none}.carregando-chat-container{text-align:center;display:block}.container-cadastro-chat .btn{zoom:1;color:#333;text-align:center;vertical-align:middle;background-color:#f5f5f5;background-image:-moz-linear-gradient(to top,#fff,#e6e6e6);background-image:-ms-linear-gradient(to top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-o-linear-gradient(to top,#fff,#e6e6e6);filter:progid:dximagetransform.microsoft.gradient(startColorstr=#fff,endColorstr=#e6e6e6,GradientType=0);cursor:pointer;background-image:linear-gradient(#e6e6e6,#fff);background-repeat:repeat-x;border:1px solid #e6e6e6;border-radius:4px;margin-bottom:0;padding:4px 10px;font-size:13px;line-height:18px;display:inline;box-shadow:inset 0 1px #fff3,0 1px 2px #0000000d}.container-cadastro-chat .btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{background-color:#e6e6e6}.container-cadastro-chat .btn-large{border-radius:5px;padding:9px 14px;font-size:15px;line-height:normal}.container-cadastro-chat .btn:hover{color:#fff;-o-transition:background-position .1s linear;background-color:#e6e6e6;background-position:0 -15px;text-decoration:none;transition:background-position .1s linear}.container-cadastro-chat .btn-primary,.btn-primary:hover{color:#fff}.container-cadastro-chat .btn-primary.active{color:#ffffffbf}.container-cadastro-chat .btn-primary{background-color:#7c5cff;background-image:-moz-linear-gradient(to top,#7c5cff,#7c5cff);background-image:-ms-linear-gradient(to top,#7c5cff,#7c5cff);filter:progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de,endColorstr=#4a77d4,GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,from(#7c5cff),to(#7c5cff));background-repeat:repeat-x;border:1px solid #7c5cff;box-shadow:inset 0 1px #fff3,0 1px 2px #00000080}.container-cadastro-chat .btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{filter:none;background-color:#772bf3}.container-cadastro-chat .btn-block{width:100%;display:block}.login-cadastro-chat{width:300px;height:300px;margin:-150px 0 0 -150px;position:absolute;top:50%;left:50%}.login-cadastro-chat h1{color:#7c5cff;letter-spacing:1px;text-align:center;font-family:Noto Sans,sans-serif}.container-cadastro-chat input{color:#434343;-o-transition:box-shadow .5s ease;border:1px solid #0000004d;border-radius:4px;outline:none;width:100%;margin-bottom:10px;padding:10px;font-size:15px;font-weight:700;transition:box-shadow .5s}#menssages-container p{margin-bottom:0!important}.floating-wapp{cursor:pointer;color:#fff;opacity:0;z-index:99;background-color:#fff;background-repeat:no-repeat;background-attachment:fixed;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:all .25s ease-out;position:fixed;bottom:80px;right:10px;transform:translateY(70px)}.floating-wapp.enter:hover{opacity:1;box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b}.floating-wapp.enter{opacity:.6;transform:translateY(0);box-shadow:0 1px 3px #0000001f,0 1px 2px #00000024}@media screen and (max-width:768px){.floating-chat{bottom:65px}.floating-wapp{bottom:135px}.floating-chat.expand{z-index:1000}.bottom-right{margin:175px 20px}}.icon-upload-file-chat{color:#00000060;cursor:pointer}.pdf-button{color:#fff;background-color:#190835;border-radius:8px;padding:10px 18px;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.pdf-button:hover{background-color:#5d0f9c}
[data-simplebar]{flex-flow:column wrap;place-content:flex-start;align-items:flex-start;position:relative}.simplebar-wrapper{width:inherit;height:inherit;max-width:inherit;max-height:inherit;overflow:hidden}.simplebar-mask{direction:inherit;z-index:0;margin:0;padding:0;position:absolute;inset:0;overflow:hidden;width:auto!important;height:auto!important}.simplebar-offset{-webkit-overflow-scrolling:touch;margin:0;padding:0;position:absolute;inset:0;direction:inherit!important;box-sizing:inherit!important;resize:none!important}.simplebar-content-wrapper{direction:inherit;scrollbar-width:none;-ms-overflow-style:none;width:auto;max-width:100%;height:100%;max-height:100%;display:block;position:relative;box-sizing:border-box!important}.simplebar-content-wrapper::-webkit-scrollbar{width:0;height:0}.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:before,.simplebar-content:after{content:" ";display:table}.simplebar-placeholder{pointer-events:none;width:100%;max-width:100%;max-height:100%}.simplebar-height-auto-observer-wrapper{float:left;z-index:-1;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0;width:100%;max-width:1px;height:100%;max-height:1px;margin:0;padding:0;position:relative;overflow:hidden;box-sizing:inherit!important}.simplebar-height-auto-observer{box-sizing:inherit;opacity:0;pointer-events:none;z-index:-1;width:1000%;min-width:1px;height:1000%;min-height:1px;display:block;position:absolute;top:0;left:0;overflow:hidden}.simplebar-track{z-index:1;pointer-events:none;position:absolute;bottom:0;right:0;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{width:4px;min-height:10px;position:absolute;right:2px}.simplebar-scrollbar:before{content:"";opacity:0;background:#adafca;border-radius:7px;transition:opacity .2s linear;position:absolute;left:0;right:0}.simplebar-scrollbar.simplebar-visible:before{opacity:.4;transition:opacity linear}.simplebar-track.simplebar-vertical{width:11px;top:0}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{width:auto;min-width:10px;height:7px;min-height:0;top:2px;left:0;right:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.hs-dummy-scrollbar-size{opacity:0;visibility:hidden;direction:rtl;width:500px;height:500px;position:fixed;overflow:scroll hidden}.simplebar-hide-scrollbar{visibility:hidden;scrollbar-width:none;-ms-overflow-style:none;position:fixed;left:0;overflow-y:scroll}[data-simplebar].navigation-widget{position:fixed}[data-simplebar].navigation-widget .simplebar-scrollbar{right:4px}
/*# sourceMappingURL=9e33afa7ca18c6ef.css.map*/