#cookieNotice{position:fixed;left:18px;right:18px;bottom:18px;z-index:9999;max-width:920px;margin:auto;background:#fff;color:#173044;border:1px solid #d7aa4a;box-shadow:0 16px 48px #0006;padding:20px 22px;display:none;align-items:center;gap:20px;border-radius:8px}#cookieNotice p{margin:0;line-height:1.55;flex:1}#cookieNotice strong{color:#082b45}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.cookie-actions button{border:0;padding:12px 18px;font-weight:bold;border-radius:4px;cursor:pointer}.cookie-accept{background:#d7aa4a;color:#102638}.cookie-deny{background:#e7eaec;color:#173044}
#carlosChatButton{position:fixed;right:22px;bottom:22px;z-index:9980;width:64px;height:64px;border-radius:50%;border:3px solid #d7aa4a;background:#082b45;color:#fff;font-weight:bold;cursor:pointer;box-shadow:0 10px 30px #0005}#carlosChat{position:fixed;right:22px;bottom:98px;z-index:9985;width:min(370px,calc(100vw - 30px));height:510px;max-height:72vh;background:#fff;border-radius:12px;box-shadow:0 18px 55px #0006;overflow:hidden;display:none;flex-direction:column;border:1px solid #d7aa4a}.chat-head{background:#082b45;color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between}.chat-head strong{font:22px Georgia,serif}.chat-head button{background:none;border:0;color:#fff;font-size:25px;cursor:pointer}.chat-messages{padding:16px;overflow:auto;flex:1;background:#f7f3ea}.chat-message{max-width:86%;margin:0 0 12px;padding:11px 13px;border-radius:10px;line-height:1.45}.chat-bot{background:#fff;border:1px solid #e0d7c5}.chat-user{background:#0b466b;color:#fff;margin-left:auto}.chat-form{display:flex;padding:12px;border-top:1px solid #ddd;gap:8px}.chat-form input{min-width:0;flex:1;border:1px solid #aab4bb;padding:12px;border-radius:5px;font-size:16px}.chat-form button{border:0;background:#d7aa4a;padding:0 16px;font-weight:bold;border-radius:5px;cursor:pointer}.chat-suggestions{display:flex;gap:7px;flex-wrap:wrap;padding:0 12px 12px;background:#fff}.chat-suggestions button{border:1px solid #d7aa4a;background:#fff;color:#173044;border-radius:18px;padding:7px 10px;cursor:pointer;font-size:12px}@media(max-width:650px){#cookieNotice{align-items:flex-start;flex-direction:column;bottom:10px}#carlosChatButton{right:14px;bottom:14px}#carlosChat{right:15px;bottom:88px}}