.whatsapp-flotante{position:fixed;width:fit-content;height:fit-content;bottom:30px;right:50px;background-color:#199245;border-radius:110px;text-align:center;box-shadow:2px 2px 3px #393939;z-index:100}.chatbot-toggle-wrapper{position:fixed;bottom:100px;right:50px;z-index:99;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.chatbot-invite{background:#fff;color:#0f3251;padding:12px 16px;border-radius:12px;box-shadow:0 4px 20px #0f325133;font-size:14px;display:flex;align-items:center;gap:10px;cursor:pointer;animation:bounceIn .5s ease,pulse 2s infinite 1s;max-width:280px;transition:all .3s ease}.chatbot-invite:hover{transform:scale(1.02);box-shadow:0 6px 25px #0f325140}.chatbot-invite span{flex:1;line-height:1.4}.chatbot-invite-close{background:none;border:none;color:#6c6c6c;font-size:18px;cursor:pointer;padding:0 4px;line-height:1;transition:color .2s ease}.chatbot-invite-close:hover{color:#0f3251}.chatbot-invite-hidden{opacity:0;visibility:hidden;transform:translateY(10px) scale(.9);pointer-events:none}@keyframes bounceIn{0%{opacity:0;transform:translateY(20px) scale(.8)}50%{transform:translateY(-5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{box-shadow:0 4px 20px #0f325133}50%{box-shadow:0 4px 25px #0f91ce59}}.chatbot-toggle{position:relative;width:56px;height:56px;border-radius:50%;background:linear-gradient(120deg,#2271b7,#0f3251 70%);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px #0f325166;transition:all .3s ease}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px #0f325180;background:linear-gradient(120deg,#287eca,#143e63 70%)}.chatbot-toggle-active{background:linear-gradient(120deg,#0f3251,#2271b7 70%)}.chatbot-container{position:fixed;bottom:170px;right:50px;width:380px;max-width:calc(100vw - 40px);height:500px;max-height:calc(100vh - 200px);background:#fff;border-radius:16px;box-shadow:0 10px 40px #0f325133;display:flex;flex-direction:column;overflow:hidden;z-index:100;transition:all .3s ease;transform-origin:bottom right}.chatbot-hidden{opacity:0;visibility:hidden;transform:scale(.8);pointer-events:none}.chatbot-header{background:linear-gradient(120deg,#2271b7,#0f3251 70%);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.chatbot-header-info{display:flex;align-items:center;gap:12px}.chatbot-avatar{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:6px}.chatbot-avatar img{width:100%;height:100%;object-fit:contain}.chatbot-header-text{display:flex;flex-direction:column}.chatbot-title{font-weight:600;font-size:15px}.chatbot-status{font-size:12px;opacity:.85}.chatbot-close{background:#fff3;border:none;border-radius:8px;padding:8px;cursor:pointer;color:#fff;transition:background .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.chatbot-close:hover{background:#ffffff4d}.chatbot-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#f8f9fa}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#0f91ce;border-radius:3px}.chat-message{max-width:85%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message-user{align-self:flex-end;background:linear-gradient(120deg,#2271b7,#0f3251 70%);color:#fff;border-bottom-right-radius:4px}.chat-message-bot{align-self:flex-start;background:#fff;color:#343434;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0f325114}.chat-message-content{display:block;word-wrap:break-word}.chat-message-bot .chat-heading{display:block;color:#0f3251;font-size:14px;margin:8px 0 4px}.chat-message-bot .chat-link{color:#0f91ce;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s ease}.chat-message-bot .chat-link:hover{border-bottom-color:#0f91ce}.chat-message-bot .chat-list{margin:8px 0;padding-left:20px;list-style-type:none}.chat-message-bot .chat-list li{position:relative;margin:4px 0;padding-left:8px;color:#343434}.chat-message-bot .chat-list li:before{content:"•";color:#0f91ce;font-weight:700;position:absolute;left:-12px}.chat-message-bot strong{color:#0f3251}.chat-message-bot em{font-style:italic;color:#343434}.chat-message-bot,.chat-message-bot *{color:#343434}.chat-message-bot strong,.chat-message-bot .chat-heading{color:#0f3251}.chat-message-bot .chat-link{color:#0f91ce}.typing-indicator{display:flex;align-items:center;gap:4px;padding:16px 20px}.typing-dot{width:8px;height:8px;background:#0f91ce;border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chatbot-input-container{padding:16px;background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:12px;align-items:center}.chatbot-input{flex:1;padding:12px 16px;border:1px solid #e5e7eb;border-radius:24px;font-size:16px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;appearance:none}.chatbot-input:focus{border-color:#0f91ce;box-shadow:0 0 0 3px #0f91ce26}.chatbot-input::placeholder{color:#9ca3af}.chatbot-input:disabled{background:#f3f4f6;cursor:not-allowed}.chatbot-send{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;background:linear-gradient(120deg,#2271b7,#0f3251 70%);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none}.chatbot-send:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #0f32514d;background:linear-gradient(120deg,#287eca,#143e63 70%)}.chatbot-send:active:not(:disabled){transform:scale(.95)}.chatbot-send:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.chatbot-toggle-wrapper{bottom:90px;right:20px}.chatbot-toggle{width:50px;height:50px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.chatbot-invite{max-width:220px;font-size:13px;padding:10px 14px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.chatbot-container{bottom:0;right:0;width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.chatbot-hidden{transform:translateY(100%)}.chatbot-footer{padding:8px 16px}}@media (min-width: 481px){.chatbot-toggle-wrapper{bottom:100px}}.chatbot-footer{background:linear-gradient(120deg,#0f32510d,#2271b714);padding:10px 16px;border-top:1px solid #e5e7eb}.chatbot-disclaimer{font-size:10px;color:#6c6c6c;text-align:center;margin-bottom:8px;padding:6px 8px;background:#ffc1071a;border-radius:6px;border-left:3px solid #ffc107;line-height:1.4}.chatbot-branding{display:flex;align-items:center;gap:10px;justify-content:center}.chatbot-footer-logo{width:32px;height:32px;flex-shrink:0}.chatbot-branding>div{text-align:left}.chatbot-footer p{font-size:11px;color:#6c6c6c;margin:1px 0;line-height:1.4}.chatbot-footer strong{color:#0f3251}.chatbot-footer-link{color:#0f91ce;text-decoration:none;font-weight:500;transition:color .2s ease}.chatbot-footer-link:hover{color:#0f3251;text-decoration:underline}
