.chat_chatContainer__uCE53{width:100%;height:100%;max-height:calc(100vh - 40px);background:#fff;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;margin-bottom:20px}.chat_messages__C__xG{flex:1 1;overflow-y:auto;padding:1rem;background:#fff;display:flex;flex-direction:column;gap:8px}.chat_userMessage__xLvbe{background:#e9ecef;padding:16px 20px;border-radius:18px 18px 0 18px;max-width:80%;margin:16px 0 16px auto;line-height:1.5;font-size:15px;white-space:pre-line;letter-spacing:.2px}.chat_userMessage__xLvbe a{color:#005499;text-decoration:underline;font-weight:500;transition:color .2s ease}.chat_userMessage__xLvbe a:hover{color:#004380;text-decoration:none}.chat_assistantMessage__rdpnJ{background:#299bd7;color:#fff;padding:16px 20px;border-radius:18px 18px 18px 0;margin:16px 0;max-width:80%;line-height:1.5;font-size:15px;white-space:pre-line;letter-spacing:.2px}.chat_assistantMessage__rdpnJ a{color:#fff;text-decoration:underline;transition:background-color .2s ease;padding:0 2px}.chat_assistantMessage__rdpnJ a:hover{background:hsla(0,0%,100%,.2)}.chat_inputContainer__FoCWB{display:flex;align-items:stretch;padding:1rem;border-top:1px solid #dee2e6;background:#fff;gap:12px}.chat_input__hTFIv{flex:1 1;padding:12px 16px;border:1px solid #dee2e6;border-radius:24px;font-size:1rem;outline:none;transition:border-color .2s ease;height:40px}.chat_input__hTFIv:focus{border-color:#299bd7}.chat_input__hTFIv:disabled{background:#f8f9fa;cursor:not-allowed}.chat_button__XH0Gl{background:#299bd7;color:#fff;border:none;border-radius:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;padding:0;flex-shrink:0}.chat_button__XH0Gl:hover{background:#007cbc}.chat_button__XH0Gl:disabled{background:#ccc}.chat_sendIcon__sgHKE{width:20px;height:20px;transform:none}.chat_typingIndicator__2gBlQ{padding:20px;display:flex;gap:4px}.chat_typingIndicator__2gBlQ span{width:8px;height:8px;background:#666;border-radius:50%;animation:chat_bounce__58DVV 1.4s ease-in-out infinite}.chat_typingIndicator__2gBlQ span:first-child{animation-delay:-.32s}.chat_typingIndicator__2gBlQ span:nth-child(2){animation-delay:-.16s}@keyframes chat_bounce__58DVV{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat_header__nwhPu{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#f6f6f6;border-bottom:1px solid #e0e0e0;border-radius:10px 10px 0 0}.chat_headerLeft__FWd2Q{display:flex;align-items:center;gap:8px}.chat_valorIcon__LmPqn{display:block}.chat_header__nwhPu h2{margin:0;font-size:16px;font-weight:600;color:#333}.chat_closeButton__UUdtR{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.chat_closeButton__UUdtR:hover{color:#333}.chat_chatMessages__qkFQU{flex:1 1;overflow-y:auto;padding:1rem}.chat_chatInputContainer__TeYs7{padding:1rem;border-top:1px solid #dee2e6;background:#fff;flex-shrink:0}.chat_suggestionsContainer__jbesR{display:flex;flex-direction:column;gap:8px;padding:16px;animation:chat_fadeIn__KDWmR .3s ease}.chat_suggestionButton__SSI5Y{background:#f8f9fa;border:1px solid #dee2e6;border-radius:20px;padding:12px 20px;text-align:left;cursor:pointer;transition:all .2s ease;font-size:14px;color:#005499;display:flex;align-items:center;max-width:80%}.chat_suggestionButton__SSI5Y:hover{background:#e9ecef;transform:translateX(4px)}.chat_suggestionButton__SSI5Y:before{content:"→";margin-right:8px;opacity:0;transition:all .2s ease}.chat_suggestionButton__SSI5Y:hover:before{opacity:1;transform:translateX(4px)}@keyframes chat_fadeIn__KDWmR{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat_contactForm__oZB1G{padding:20px;display:flex;flex-direction:column;gap:15px}.chat_contactForm__oZB1G h4{margin-bottom:10px;color:#215b85}.chat_contactForm__oZB1G p{margin-bottom:20px;color:#666}.chat_contactForm__oZB1G form{display:flex;flex-direction:column;gap:15px}.chat_contactForm__oZB1G input{padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.chat_contactForm__oZB1G button{padding:10px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.chat_contactForm__oZB1G button:hover{background-color:#0056b3}.chat_button__XH0Gl.chat_loading__ebz78{position:relative;cursor:wait;opacity:.8}.chat_button__XH0Gl.chat_loading__ebz78:after{content:"";position:absolute;width:16px;height:16px;top:0;left:0;right:0;bottom:0;margin:auto;border:3px solid transparent;border-top-color:#fff;border-radius:50%;animation:chat_button-loading-spinner__avSnx 1s ease infinite}@keyframes chat_button-loading-spinner__avSnx{0%{transform:rotate(0turn)}to{transform:rotate(1turn)}}.chat_contactForm__oZB1G input:disabled{background-color:#f5f5f5;cursor:not-allowed}.chat_button__XH0Gl:disabled{cursor:not-allowed;opacity:.8}.chat-widget_widgetContainer__Iij5V{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:column;pointer-events:all}.chat-widget_chatButton__i_kjI{position:absolute;bottom:0;left:0;width:48px;height:48px;border-radius:50%;background:#215b85;border:none;color:#fff;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;font-size:24px;transition:background-color .2s ease;pointer-events:auto;z-index:1001}.chat-widget_chatButton__i_kjI:hover{background:#007cbc}.chat-widget_widgetContainer__Iij5V .fa-comments{font-size:inherit}.chat-widget_chatButton__i_kjI svg{width:22px;height:22px}.chat-widget_closing__A5yAS{animation:chat-widget_minimizeToButton__yke0Y .2s ease-in-out forwards;transform-origin:bottom left}@keyframes chat-widget_minimizeToButton__yke0Y{0%{transform:scale(1);opacity:1}to{transform:scale(.3);opacity:0}}.chat-widget_containerOpen__OezAJ{pointer-events:auto}