.gac-chat{--gac-red:#eb0a1e;--gac-vermilion:#b5102d;--gac-maroon:#7c1927;--gac-black:#000;--gac-darkgrey:#595757;--gac-white:#fff;--gac-surface:#111;--gac-surface2:#1c1c1c;--gac-border:#2a2a2a}.gac-chat .chat-container{z-index:45;position:fixed;bottom:60px;right:20px}@media (min-width:768px){.gac-chat .chat-container{bottom:60px;right:24px}}.gac-chat .chat-btn{background:var(--gac-red);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;transition:all .2s;display:flex;position:relative;box-shadow:0 4px 16px #eb0a1e73}.gac-chat .chat-label{background:var(--gac-black);color:var(--gac-white);font-family:var(--font-montserrat), "Montserrat", ui-sans-serif, sans-serif;white-space:nowrap;border:1px solid var(--gac-border);pointer-events:none;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:700;position:absolute;bottom:72px;right:0;box-shadow:0 2px 10px #0006}.gac-chat .chat-label.hidden{display:none!important}.gac-chat .chat-btn:before{content:"";background:linear-gradient(135deg,#ffffff1f 0%,#0000 60%);border-radius:50%;position:absolute;inset:0}.gac-chat .chat-btn:hover{transform:scale(1.06);box-shadow:0 6px 24px #eb0a1e99}.gac-chat .chat-btn-logo{object-fit:cover;border-radius:50%;width:46px;height:46px}.gac-chat .chat-btn .badge{border:2px solid var(--gac-black);background:#44b700;border-radius:50%;width:13px;height:13px;position:absolute;top:-2px;right:-2px}.gac-chat .chat-window{background:var(--gac-black);border-radius:14px;flex-direction:column;width:340px;height:480px;display:none;position:absolute;bottom:74px;right:0;overflow:hidden;box-shadow:0 16px 40px #000000b3,0 0 0 1px #eb0a1e40}.gac-chat .chat-window.open{animation:.22s slideUp;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.gac-chat .chat-header{background:var(--gac-black);border-bottom:1px solid var(--gac-red);align-items:center;gap:10px;padding:10px 10px 10px 14px;display:flex;position:relative}.gac-chat .chat-header:after{content:"";background:var(--gac-red);width:60px;height:2px;position:absolute;bottom:-1px;left:0}.gac-chat .header-logo-wrap{background:var(--gac-red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;box-shadow:0 2px 8px #eb0a1e66}.gac-chat .header-logo-wrap img{object-fit:contain;width:28px;height:28px}.gac-chat .header-logo-wrap .online-dot{border:2px solid var(--gac-black);background:#44b700;border-radius:50%;width:11px;height:11px;position:absolute;bottom:1px;right:1px}.gac-chat .header-logo-wrap .online-dot.offline{background:var(--gac-darkgrey)}.gac-chat .header-info{flex:1}.gac-chat .header-name{color:var(--gac-white);font-family:var(--font-montserrat), "Montserrat", ui-sans-serif, sans-serif;letter-spacing:.3px;font-size:14px;font-weight:700}.gac-chat .header-status{color:#44b700;margin-top:1px;font-size:11px;font-weight:300}.gac-chat .header-status.offline{color:var(--gac-darkgrey)}.gac-chat .header-actions{gap:4px;display:flex}.gac-chat .header-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s;display:flex}.gac-chat .header-btn:hover{background:var(--gac-surface2)}.gac-chat .header-btn svg{width:18px;height:18px;fill:var(--gac-darkgrey);transition:fill .2s}.gac-chat .header-btn:hover svg{fill:var(--gac-white)}.gac-chat .messages{background:var(--gac-black);flex-direction:column;flex:1;gap:2px;padding:12px 12px 8px;display:flex;overflow-y:auto}.gac-chat .messages::-webkit-scrollbar{width:4px}.gac-chat .messages::-webkit-scrollbar-track{background:0 0}.gac-chat .messages::-webkit-scrollbar-thumb{background:var(--gac-surface2);border-radius:2px}.gac-chat .msg-group{flex-direction:column;gap:2px;margin-bottom:10px;display:flex}.gac-chat .msg-group.user{align-items:flex-end}.gac-chat .msg-group.agent{align-items:flex-start}.gac-chat .msg{max-width:72%}@keyframes msgPop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.gac-chat .bubble{font-family:var(--font-montserrat), "Montserrat", ui-sans-serif, sans-serif;word-wrap:break-word;white-space:pre-wrap;border-radius:20px;padding:9px 14px;font-size:14px;font-weight:300;line-height:1.5;animation:.15s msgPop}.gac-chat .msg-group.agent .bubble{background:var(--gac-surface2);color:var(--gac-white);border:1px solid var(--gac-border)}.gac-chat .msg-group.user .bubble{background:var(--gac-red);color:var(--gac-white)}.gac-chat .msg-group.agent .msg:first-child .bubble{border-bottom-left-radius:4px}.gac-chat .msg-group.agent .msg:last-child .bubble{border-top-left-radius:4px}.gac-chat .msg-group.agent .msg:only-child .bubble{border-radius:20px 20px 20px 4px}.gac-chat .msg-group.user .msg:first-child .bubble{border-bottom-right-radius:4px}.gac-chat .msg-group.user .msg:last-child .bubble{border-top-right-radius:4px}.gac-chat .msg-group.user .msg:only-child .bubble{border-radius:20px 20px 4px}.gac-chat .msg-time{color:var(--gac-darkgrey);padding:2px 14px 0;font-size:10px;font-weight:300}.gac-chat .msg-group.user .msg-time{text-align:right}.gac-chat .agent-row{align-items:flex-end;gap:7px;display:flex}.gac-chat .msg-avatar{background:var(--gac-red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.gac-chat .msg-avatar img{object-fit:contain;border-radius:50%;width:24px;height:24px}.gac-chat .typing-indicator{align-items:center;gap:8px;padding:4px 0;display:flex}.gac-chat .typing-dots{background:var(--gac-surface2);border:1px solid var(--gac-border);border-radius:20px 20px 20px 4px;gap:5px;padding:12px 16px;display:flex}.gac-chat .typing-dots span{background:var(--gac-red);opacity:.7;border-radius:50%;width:7px;height:7px;animation:1.4s infinite typing}.gac-chat .typing-dots span:nth-child(2){animation-delay:.2s}.gac-chat .typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.gac-chat .status-box{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.gac-chat .status-box .spinner{border:2px solid var(--gac-surface2);border-top-color:var(--gac-red);border-radius:50%;width:30px;height:30px;margin-bottom:14px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.gac-chat .status-box p{color:var(--gac-darkgrey);font-size:13px;font-weight:300}.gac-chat .status-box.error p{color:var(--gac-red)}.gac-chat .retry-btn{background:var(--gac-red);color:var(--gac-white);font-family:var(--font-montserrat), "Montserrat", ui-sans-serif, sans-serif;cursor:pointer;letter-spacing:.5px;border:none;border-radius:6px;margin-top:14px;padding:9px 20px;font-size:13px;font-weight:500;transition:background .2s}.gac-chat .retry-btn:hover{background:var(--gac-vermilion)}.gac-chat .input-area{background:var(--gac-black);border-top:1px solid var(--gac-border);align-items:flex-end;gap:8px;padding:10px;display:flex}.gac-chat .input-wrapper{background:var(--gac-surface2);border:1px solid var(--gac-border);border-radius:22px;flex:1;align-items:flex-end;padding:0 14px;transition:border-color .2s;display:flex}.gac-chat .input-wrapper:focus-within{border-color:var(--gac-red)}.gac-chat .chat-input{color:var(--gac-white);font-family:var(--font-montserrat), "Montserrat", ui-sans-serif, sans-serif;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:20px;max-height:100px;padding:10px 0;font-size:14px;font-weight:300;line-height:1.4}.gac-chat .chat-input::placeholder{color:var(--gac-darkgrey)}.gac-chat .chat-input:disabled{color:#3a3a3a}.gac-chat .send-btn{background:var(--gac-red);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;box-shadow:0 2px 8px #eb0a1e59}.gac-chat .send-btn svg{width:18px;height:18px;fill:var(--gac-white);transition:transform .2s}.gac-chat .send-btn:hover:not(:disabled){background:var(--gac-vermilion);transform:scale(1.05)}.gac-chat .send-btn:disabled{background:var(--gac-surface2);box-shadow:none;cursor:default}.gac-chat .send-btn:disabled svg{fill:var(--gac-darkgrey)}@media (max-width:480px){.gac-chat .chat-window{width:calc(100vw - 24px);height:calc(87vh - 100px);right:-8px}}.gac-chat .hidden{display:none!important}.gac-chat .privacy-card{background:var(--gac-surface2);border:1px solid var(--gac-border);border-radius:14px;max-width:88%;margin-top:6px;padding:14px}.gac-chat .privacy-title{color:var(--gac-white);font-family:var(--font-montserrat), "Montserrat", ui-sans-serif, sans-serif;margin-bottom:12px;font-size:13px;font-weight:600;line-height:1.4}.gac-chat .privacy-check{cursor:pointer;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.gac-chat .privacy-check:last-of-type{margin-bottom:14px}.gac-chat .check-box{border:2px solid var(--gac-darkgrey);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;margin-top:1px;transition:all .2s;display:flex}.gac-chat .check-box.checked{background:var(--gac-red);border-color:var(--gac-red)}.gac-chat .check-box.checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:6px;height:10px;transform:rotate(45deg)translateY(-1px)}.gac-chat .check-label{color:#b0b3b8;font-family:var(--font-montserrat), "Montserrat", ui-sans-serif, sans-serif;font-size:12px;font-weight:300;line-height:1.5}.gac-chat .check-label a{color:var(--gac-red);text-decoration:none}.gac-chat .check-label a:hover{text-decoration:underline}.gac-chat .privacy-confirm-btn{background:var(--gac-red);width:100%;color:var(--gac-white);font-family:var(--font-montserrat), "Montserrat", ui-sans-serif, sans-serif;cursor:pointer;letter-spacing:.3px;border:none;border-radius:8px;padding:10px;font-size:13px;font-weight:600;transition:background .2s}.gac-chat .privacy-confirm-btn:hover{background:var(--gac-vermilion)}.gac-chat .privacy-confirm-btn:disabled{background:var(--gac-surface);color:var(--gac-darkgrey);cursor:default}
@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/es-mx/_next/static/media/8298327da6d5bcce-s.132ro2ak-rvxq.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/es-mx/_next/static/media/44fac91e6f2d2b1b-s.0f~sf101j6mzi.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/es-mx/_next/static/media/2b402d8aebffd579-s.0dskwooysu3cf.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/es-mx/_next/static/media/a88409fdd7dc121c-s.0ir_pxtv760h..woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/es-mx/_next/static/media/e8f2fbee2754df70-s.p.0fzkl03jw-sdz.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/es-mx/_next/static/media/8298327da6d5bcce-s.132ro2ak-rvxq.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/es-mx/_next/static/media/44fac91e6f2d2b1b-s.0f~sf101j6mzi.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/es-mx/_next/static/media/2b402d8aebffd579-s.0dskwooysu3cf.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/es-mx/_next/static/media/a88409fdd7dc121c-s.0ir_pxtv760h..woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/es-mx/_next/static/media/e8f2fbee2754df70-s.p.0fzkl03jw-sdz.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/es-mx/_next/static/media/8298327da6d5bcce-s.132ro2ak-rvxq.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/es-mx/_next/static/media/44fac91e6f2d2b1b-s.0f~sf101j6mzi.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/es-mx/_next/static/media/2b402d8aebffd579-s.0dskwooysu3cf.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/es-mx/_next/static/media/a88409fdd7dc121c-s.0ir_pxtv760h..woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(/es-mx/_next/static/media/e8f2fbee2754df70-s.p.0fzkl03jw-sdz.woff2?dpl=dpl_G5A8aoQbJhALcyVjcC7TjiqNiQe1)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_29259cc3-module__XK7ezG__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_29259cc3-module__XK7ezG__variable{--font-montserrat:"Montserrat", "Montserrat Fallback"}
<!--ºÄÊ±1785271875.1828Ãë-->