#chatbot-card .ac-textBlock,#chatbot-popup .ac-textBlock{font-family:"Roboto",sans-serif !important;text-align:left !important;position:relative}.webchat__typing-indicator{background-image:none;position:relative;padding-left:32px;min-height:32px}.webchat__typing-indicator::before{content:"";position:absolute;top:50%;left:12px;width:12px;height:12px;border-radius:50%;background-color:#0176de;transform:translateY(-50%);box-shadow:24px 0 0 #0176de,36px 0 0 #0176de;animation:typingDots 1.4s infinite ease-in-out}@keyframes typingDots{0%{box-shadow:24px 0 0 rgba(1,118,222,0.3),48px 0 0 rgba(1,118,222,0.3);opacity:0.4}25%{box-shadow:24px 0 0 #0176de,48px 0 0 rgba(1,118,222,0.3);opacity:1}50%{box-shadow:24px 0 0 rgba(1,118,222,0.3),48px 0 0 #0176de;opacity:0.8}75%{box-shadow:24px 0 0 rgba(1,118,222,0.3),48px 0 0 rgba(1,118,222,0.3);opacity:0.6}100%{box-shadow:24px 0 0 rgba(1,118,222,0.3),48px 0 0 rgba(1,118,222,0.3);opacity:0.4}}.wp-content #chatbot-card .iframe-responsive,.wp-content #chatbot-card div,.wp-content #chatbot-card img,.wp-content #chatbot-card ol,.wp-content #chatbot-card ul{margin-bottom:0px}.wp-content #chatbot-popup .iframe-responsive,.wp-content #chatbot-popup div,.wp-content #chatbot-popup img,.wp-content #chatbot-popup ol,.wp-content #chatbot-popup ul{margin-bottom:0px}#chatbot-popup{--primary-gradient:var(--primary-color);--chat-width:450px;--chat-height:560px;--header-height:56px;--border-radius:8px;font-family:"Roboto",sans-serif;display:none;position:fixed;bottom:32px;right:32px;width:var(--chat-width);height:var(--chat-height);background:white;border-radius:var(--border-radius);box-shadow:0 18px 40px -5px rgba(0,0,0,0.2),0 15px 20px -5px rgba(0,0,0,0.1);overflow:hidden;opacity:0;transform-origin:bottom right;transform:scale(0.95);transition:all var(--transition-speed) ease-in-out;z-index:999;font-size:.9em;line-height:1em}#chatbot-popup.visible{display:block;opacity:1;transform:scale(1)}#chatbot-popup #chatbot-header{background:#0176de;padding:16px 20px;height:var(--header-height);display:flex;justify-content:space-between;align-items:center;color:var(--header-textColor)}#chatbot-popup .header-title{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500}#chatbot-popup .header-buttons{display:flex;gap:12px;align-items:center}#chatbot-popup .icon-button{background:none;border:none;color:var(--header-textColor);cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}#chatbot-popup .icon-button:hover{color:var(--header-textColor);background:rgba(255,255,255,0.1)}#chatbot-popup .icon-button:focus{outline:2px solid rgba(255,255,255,0.5);outline-offset:2px}#chatbot-popup #webchat{height:calc(100% - var(--header-height));background-color:#f9fafb;position:relative}#chatbot-popup .webchat-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.85);pointer-events:none;z-index:1}#chatbot-popup #webchat>div{position:relative;z-index:2}#chatbot-popup #webchat .webchat__basic-transcript__content{white-space:pre-wrap !important;word-break:break-word !important}#chatbot-popup #webchat .webchat__bubble__content{padding:8px 12px !important}#chatbot-popup #webchat .webchat__bubble{max-width:90% !important;margin:4px !important}#chatbot-popup #webchat .webchat__basic-transcript__content ul,#chatbot-popup #webchat .webchat__basic-transcript__content ol,#chatbot-popup #webchat .webchat__bubble__content ul,#chatbot-popup #webchat .webchat__bubble__content ol{padding-left:24px !important;margin:8px 0 !important;list-style-position:outside !important}#chatbot-popup #webchat .webchat__basic-transcript__content li,#chatbot-popup #webchat .webchat__bubble__content li{margin:8px 0 !important;padding-left:22px !important}#open-chat{--transition-speed:0.3s;position:fixed;bottom:32px;right:64px;width:80px;height:80px;border-radius:50%;background:#0176de;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);transition:all var(--transition-speed) ease-in-out;z-index:998;animation:pulse 2s ease-in-out infinite;animation-delay:1s}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}#open-chat.hidden{opacity:0;transform:scale(0.95) translateY(10px);pointer-events:none}#open-chat:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}#open-chat:focus{outline:3px solid rgba(79,70,229,0.5);outline-offset:2px}#open-chat svg{width:28px;height:28px;color:white;transition:transform 0.2s ease}@media (max-width:768px){#chatbot-popup{width:100%;height:100%;bottom:0;right:0;border-radius:0}}#chatbot-card{--primary-gradient:var(--primary-color);--chat-width:100%;--chat-height:520px;--header-height:56px;--border-radius:8px;font-family:"Roboto",sans-serif !important;width:var(--chat-width);height:var(--chat-height);background:white;border-radius:var(--border-radius);box-shadow:0 0 8px 0 hsla(0,0%,53%,.18);overflow:hidden;display:block;opacity:1;border:1px solid #c6c6c6}#chatbot-card #chatbot-header{background:#fff;padding:16px 20px;height:var(--header-height);display:flex;justify-content:space-between;align-items:center;color:#000}#chatbot-card .header-title{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500}#chatbot-card .header-buttons{display:flex;gap:12px;align-items:center}#chatbot-card .icon-button{background:none;border:none;color:#0176de;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}#chatbot-card .icon-button:hover{color:var(--header-textColor);background:rgba(255,255,255,0.1)}#chatbot-card .icon-button:focus{outline:2px solid rgba(255,255,255,0.5);outline-offset:2px}#chatbot-card #webchat{height:calc(100% - var(--header-height));background-color:#f9fafb;position:relative}#chatbot-card .webchat-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.85);pointer-events:none;z-index:1}#chatbot-card #webchat>div{position:relative;z-index:2}#chatbot-card #webchat .webchat__basic-transcript__content{white-space:pre-wrap !important;word-break:break-word !important}#chatbot-card #webchat .webchat__bubble__content{padding:8px 12px !important}#chatbot-card #webchat .webchat__bubble{max-width:85% !important;margin:0 8px 8px !important}#chatbot-card #webchat .webchat__basic-transcript__content ul,#chatbot-card #webchat .webchat__basic-transcript__content ol,#chatbot-card #webchat .webchat__bubble__content ul,#chatbot-card #webchat .webchat__bubble__content ol{padding-left:24px !important;margin:8px 0 !important;list-style-position:outside !important}#chatbot-card #webchat .webchat__basic-transcript__content li,#chatbot-card #webchat .webchat__bubble__content li{margin:8px 0 !important;padding-left:22px !important}@media (max-width:768px){#chatbot-card{width:100%;height:100%;bottom:0;right:0;border-radius:0}}#open-chat::after{content:"¡Resuelve tus dudas con el Embajador UC Virtual aquí!";position:absolute;right:90px;bottom:22px;background:#0176de;color:#fff;padding:6px 10px;border-radius:6px;font-size:14px;white-space:nowrap;opacity:0;animation:showText 3s ease-in-out 1}@keyframes showText{0%{opacity:0;transform:translateY(5px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(5px)}}