body,html{font-family:Roboto,sans-serif;padding:0;margin:0}*{box-sizing:border-box}.bg{top:0;left:0;position:absolute;width:100vw;height:100vh;background-color:#fff;background-size:cover;background-position:top center;opacity:.8;z-index:1}.chat{position:absolute;right:0;bottom:0;z-index:2}.chat .chat-cta{background-color:#409a75;color:#fff;width:60px;height:60px;border-radius:100%;position:absolute;right:20px;bottom:20px;border:none;transition:all .2s}.chat .chat-cta svg{width:30px}.chat .chat-cta:hover{background-color:#31775a}.chat .chat-content{position:absolute;background-color:#409a75;bottom:90px;right:20px;color:#fff;border-radius:4px;width:300px;height:0;overflow:hidden;transition:all 1s}.chat .chat-content.active{height:auto}.chat .chat-content input,.chat .chat-content select{border:none;border-radius:4px;padding:10px;width:100%}.chat .chat-content label{font-size:12px}.chat .chat-content .chat-corretor{padding:20px;display:none}.chat .chat-content .chat-corretor.active{display:block}.chat .chat-content .chat-corretor h2{font-size:18px;margin-bottom:0;text-align:center}.chat .chat-content .chat-corretor .photo{background-color:#fff;margin:auto;width:60px;height:60px;border-radius:100%;background-size:cover}.chat .chat-content .chat-corretor input{margin-bottom:5px}.chat .chat-content .chat-corretor button{border:none;border-radius:4px;width:100%;height:45px;margin-top:10px;background-color:#2a694f;color:#fff;transition:all .2s}.chat .chat-content .chat-corretor button:hover{background-color:#225640}.chat .chat-content .chat-start{padding:20px;display:none}.chat .chat-content .chat-start.active{display:block}.chat .chat-content .chat-start h2{font-size:18px;margin-bottom:20px;text-align:center}.chat .chat-content .chat-start .photo{background-color:#fff;margin:auto;width:60px;height:60px;border-radius:100%;background-size:cover}.chat .chat-content .chat-start input{margin-bottom:5px}.chat .chat-content .chat-start button{border:none;border-radius:4px;width:100%;height:45px;margin-top:10px;background-color:#2a694f;color:#fff;transition:all .2s}.chat .chat-content .chat-start button:hover{background-color:#225640}.chat .chat-content .chat-loading{position:relative;width:100%;height:300px;display:none}.chat .chat-content .chat-loading.active{display:flex}.chat .chat-content .chat-loading img{width:150px;margin:auto}.chat .chat-content .chat-dialog{display:none;width:100%;height:500px;background-color:#fff;position:relative;flex-direction:column;border-radius:4px}.chat .chat-content .chat-dialog.active{display:flex;padding:5px;background-color:#dfd4cc}.chat .chat-content .chat-dialog .dialog-header{text-align:left;width:100%;background-color:#409a75;padding:10px;border-radius:4px}.chat .chat-content .chat-dialog .dialog-header small{font-size:12px}.chat .chat-content .chat-dialog .dialog-header h5{margin:0}.chat .chat-content .chat-dialog .dialog-content{background-color:#dfd4cc;background-size:contain;overflow-y:auto;flex:auto}.chat .chat-content .chat-dialog .dialog-content .chat-message-finish{width:100%;display:inline-block;font-size:13px;color:#524c4c;text-align:center;padding:3%;text-decoration:underline}.chat .chat-content .chat-dialog .dialog-content .chat-message-line{width:100%;display:inline-block}.chat .chat-content .chat-dialog .dialog-content .chat-message-line .chat-message{position:relative;padding:15px 8px 5px;min-width:40px;background-color:#797979;float:left;border-radius:4px;margin:10px}.chat .chat-content .chat-dialog .dialog-content .chat-message-line .chat-message .message{font-size:14px;font-weight:700;max-width:300px}.chat .chat-content .chat-dialog .dialog-content .chat-message-line .chat-message .message img{width:100%}.chat .chat-content .chat-dialog .dialog-content .chat-message-line .chat-message .time{position:absolute;top:4px;left:5px;font-size:10px}.chat .chat-content .chat-dialog .dialog-content .chat-message-line .chat-message:before{position:absolute;content:"";border-radius:2px;width:10px;height:10px;background-color:#797979;bottom:2px;left:-4px;transform:rotate(45deg)}.chat .chat-content .chat-dialog .dialog-content .chat-message-line.baloon-right .chat-message{float:right;background-color:var(--ballonBgColor);color:var(--ballonTxColor)}.chat .chat-content .chat-dialog .dialog-content .chat-message-line.baloon-right .chat-message:before{background-color:var(--ballonBgColor);right:-4px;left:initial}.chat .chat-content .chat-dialog .dialog-actions{background-color:#f5f3f1;padding:10px;display:flex;gap:10px;border-radius:2px}.chat .chat-content .chat-dialog .dialog-actions button{border:none;background-color:#409a75;color:#fff;border-radius:4px}.chat .chat-content .small{font-size:10px}