@media screen and (min-width:0px){header{width:100vw;position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:5}.header-bg{padding-bottom:1rem;background-color:var(--blue-color-2)}.header-info{width:90vw;max-width:1150px;display:flex;padding:0;flex-direction:column;justify-content:center;align-items:center}.header-info address{width:100%;padding:1rem 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between!important;align-items:center;gap:.5rem}.direction{display:none}header .header-correo-redes-1{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between!important;align-items:flex-start;gap:.5rem}.header-correo-redes-1 span{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.header-correo-redes-1 span img{width:20px;height:20px;object-fit:contain}.header-correo{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:.5rem;color:var(--white-color-1);font-weight:400;margin-right:1rem}.header-tel{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:var(--white-color-1);font-weight:400;margin-right:1rem}.header-work-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:var(--white-color-1);font-weight:400;margin-right:1rem;transition:ease .2s}.header-work-icon:hover{text-decoration:underline}.header-work-icon img{width:20px}.header-correo:hover,.header-tel:hover{text-decoration:underline}.header-main{width:90vw;max-width:1150px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;padding-top:.5rem;gap:2rem;border-top:var(--blue-color-4) solid 1px}.logo-1,.logo-2{width:14rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.logo-1 img,.logo-2 img{width:100%;border-radius:var(--button-rounded)}.header-menu{display:none;position:fixed;margin-top:18rem;flex-direction:column;justify-content:center;align-items:flex-start;background-color:var(--blue-color-5);padding:1rem;border-radius:var(--button-rounded);border-bottom:var(--blue-color-4) solid 5px}.header-menu ul{width:fit-content;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;align-items:flex-start}.header-menu ul li{list-style:none;text-align:center}.header-menu ul li a{color:var(--white-color-1)}.has-dropdown{position:relative;width:100%}.has-dropdown>a{display:flex;flex-direction:row;align-items:center;gap:.3rem}.has-dropdown>a:after{content:"▼";font-size:.6rem;margin-left:.3rem;transition:transform .3s ease}.has-dropdown.open>a:after{transform:rotate(180deg)}.dropdown-menu{display:none!important;flex-direction:column;align-items:flex-start;position:fixed;left:20%;top:18rem;gap:.5rem;padding:.5rem 0 .5rem 1rem;margin-top:.5rem;background-color:var(--blue-color-1);border-left:var(--golden-color-1) solid 2px;max-height:calc(100vh - 20rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--golden-color-1) var(--blue-color-2)}.dropdown-menu::-webkit-scrollbar{width:8px}.dropdown-menu::-webkit-scrollbar-track{background:var(--blue-color-2);border-radius:4px}.dropdown-menu::-webkit-scrollbar-thumb{background:var(--golden-color-1);border-radius:4px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:var(--golden-color-2)}.dropdown-menu li{width:100%;text-align:left}.dropdown-menu li a{display:block;padding:.4rem .5rem;font-size:var(--text-size);font-weight:400}.has-dropdown.open>.dropdown-menu{display:flex!important}.button-burger button{display:none}.button-burger{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;overflow-x:visible}.burger{width:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;cursor:pointer}.burger span{background-color:var(--white-color-1);width:100%;height:2px}.navmovil-event{display:flex}}@media screen and (min-width:360px){.button-burger button{display:flex;border-style:none;background-color:transparent}.button-burger button a:hover{background-color:var(--golden-color-2);transition:ease .2s}.button-burger button a{width:100%;padding:.5rem 1rem;display:flex;background-color:var(--golden-color-1);border-radius:var(--button-rounded);font-weight:600;font-family:var(--title-font);color:var(--white-color-1)}}@media screen and (min-width:770px){.header-correo-redes-1{width:100%;justify-content:space-between}.header-correo-redes-1>div{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem}.direction{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:.5rem}.direction a{color:var(--white-color-1);font-weight:400}.direction a:hover{text-decoration:underline}.burger{display:none}.header-menu{width:100%;max-width:640px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;margin-top:0;background-color:transparent;border:none}.header-menu ul{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:1rem;align-items:center}.header-menu ul li{list-style:none;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:fit-content}.header-menu ul li a{color:var(--white-color-1)}.header-menu ul li a:hover{text-decoration:underline}.has-dropdown{position:relative}.has-dropdown:after{content:"";position:absolute;top:100%;left:0;right:0;height:1rem;background:transparent}.has-dropdown>a{display:flex;flex-direction:row;align-items:center;gap:.3rem}.has-dropdown>a span:after{content:" ▼";font-size:.6rem;margin-left:.3rem}.dropdown-menu{display:none!important;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);background-color:var(--blue-color-1);border-radius:var(--button-rounded);padding:1rem;min-width:280px;overflow-y:auto;box-shadow:0 4px 20px #0000004d;z-index:10;flex-direction:column!important;align-items:flex-start!important;border-left:none;scrollbar-width:thin;scrollbar-color:var(--golden-color-1) var(--blue-color-2)}.dropdown-menu::-webkit-scrollbar{width:8px}.dropdown-menu::-webkit-scrollbar-track{background:var(--blue-color-2);border-radius:4px}.dropdown-menu::-webkit-scrollbar-thumb{background:var(--golden-color-1);border-radius:4px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:var(--golden-color-2)}.dropdown-menu li{width:100%;text-align:left!important}.dropdown-menu li a{display:block;padding:.5rem 1rem;font-size:var(--text-size);font-weight:400;border-radius:var(--button-rounded);transition:background-color .2s ease}.dropdown-menu li a:hover{background-color:var(--golden-color-1);text-decoration:none!important}.has-dropdown:hover>.dropdown-menu{display:flex!important}.has-dropdown.open>.dropdown-menu{display:none!important}.has-dropdown.open:hover>.dropdown-menu{display:flex!important}}header .header-info address{justify-content:space-between!important}.chatbot-toggle-wrapper{position:fixed;bottom:110px;right:40px;z-index:99;display:flex;flex-direction:column;align-items:flex-end;gap:10px;overflow:visible}.chatbot-invite{background:linear-gradient(135deg,var(--blue-color-1, #131B42) 0%,var(--blue-color-3, #1D3A67) 100%);color:var(--white-color-1, #FFFFFF);padding:12px 16px;border-radius:8px;border:1px solid var(--golden-color-1, #C29E60);box-shadow:0 4px 20px #131b4266;font-size:14px;font-family:var(--text-font, "Roboto", sans-serif);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 #131b4280;border-color:var(--golden-color-2, #B18944)}.chatbot-invite span{flex:1;line-height:1.4}.chatbot-invite-close{background:none;border:none;color:var(--gray-color-2, #C7C7C7);font-size:18px;cursor:pointer;padding:0 4px;line-height:1;overflow:hidden;transition:color .2s ease}.chatbot-invite-close:hover{color:var(--golden-color-1, #C29E60)}.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 #131b4266}50%{box-shadow:0 4px 25px #c29e6066}}.chatbot-toggle{position:relative;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--blue-color-1, #131B42) 0%,var(--blue-color-3, #1D3A67) 100%);border:2px solid var(--golden-color-1, #C29E60);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden!important;box-shadow:0 4px 15px #131b4266;transition:all .3s ease}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px #c29e6080;border-color:var(--golden-color-2, #B18944);background:linear-gradient(135deg,var(--blue-color-2, #132042) 0%,var(--blue-color-4, #1C59A1) 100%)}.chatbot-toggle-active{background:linear-gradient(135deg,var(--golden-color-2, #B18944) 0%,var(--golden-color-1, #C29E60) 100%);border-color:var(--golden-color-1, #C29E60)}.chatbot-container{position:fixed;bottom:170px;right:50px;width:380px;max-width:calc(100vw - 40px);height:500px;max-height:calc(100vh - 200px);background:linear-gradient(180deg,var(--blue-color-1, #131B42) 0%,var(--blue-color-5, #122745) 100%);border-radius:12px;border:1px solid var(--golden-color-1, #C29E60);box-shadow:0 10px 40px #131b4280;display:flex;flex-direction:column;overflow:hidden;z-index:100;transition:all .3s ease;transform-origin:bottom right;font-family:var(--text-font, "Roboto", sans-serif)}.chatbot-hidden{opacity:0;visibility:hidden;transform:scale(.8);pointer-events:none}.chatbot-header{background:linear-gradient(135deg,var(--blue-color-2, #132042) 0%,var(--blue-color-1, #131B42) 100%);color:var(--white-color-1, #FFFFFF);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--golden-color-1, #C29E60)}.chatbot-header-info{display:flex;align-items:center;gap:12px}.chatbot-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--blue-color-3, #1D3A67) 0%,var(--blue-color-4, #1C59A1) 100%);border-radius:50%;border:2px solid var(--golden-color-1, #C29E60);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;color:var(--golden-color-1, #C29E60)}.chatbot-status{font-size:12px;color:var(--gray-color-2, #C7C7C7)}.chatbot-close{background:#c29e601a;border:1px solid var(--golden-color-1, #C29E60);border-radius:8px;padding:8px;cursor:pointer;color:var(--white-color-1, #FFFFFF);transition:all .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:#c29e604d;border-color:var(--golden-color-2, #B18944)}.chatbot-messages{flex:1;padding:16px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,var(--blue-color-5, #122745) 0%,var(--blue-color-1, #131B42) 100%);min-height:0}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:var(--blue-color-1, #131B42)}.chatbot-messages::-webkit-scrollbar-thumb{background:var(--golden-color-1, #C29E60);border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:var(--golden-color-2, #B18944)}.chat-message{max-width:85%;padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.5;animation:fadeInUp .3s ease;overflow:visible;overflow-wrap:break-word;word-break:break-word;flex-shrink:0;font-family:var(--text-font, "Roboto", sans-serif)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message-user{align-self:flex-end;background:linear-gradient(135deg,var(--golden-color-2, #B18944) 0%,var(--golden-color-1, #C29E60) 100%);color:var(--white-color-1, #FFFFFF);border-bottom-right-radius:4px}.chat-message-bot{align-self:flex-start;background:linear-gradient(135deg,var(--blue-color-3, #1D3A67) 0%,var(--blue-color-2, #132042) 100%);color:var(--white-color-1, #FFFFFF);border:1px solid var(--golden-color-4, #BA9451);border-bottom-left-radius:4px}.chat-message,.chat-message *{overflow:visible!important;scrollbar-width:none;-ms-overflow-style:none}.chat-message::-webkit-scrollbar,.chat-message *::-webkit-scrollbar{display:none;width:0;height:0}.chat-message-content{display:block;word-wrap:break-word;overflow:visible!important;white-space:pre-wrap}.chat-message-bot .chat-heading{display:block;color:var(--golden-color-1, #C29E60);font-size:14px;margin:8px 0 4px;font-weight:600}.chat-message-bot .chat-link{color:var(--golden-color-1, #C29E60);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:var(--golden-color-1, #C29E60)}.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:var(--text-color-1, #FFFFFF)}.chat-message-bot .chat-list li:before{content:"•";color:var(--golden-color-1, #C29E60);font-weight:700;position:absolute;left:-12px}.chat-message-bot strong{color:var(--golden-color-1, #C29E60)}.chat-message-bot em{font-style:italic;color:var(--gray-color-2, #C7C7C7)}.chat-message-bot,.chat-message-bot *{color:var(--white-color-1, #FFFFFF)}.chat-message-bot strong,.chat-message-bot .chat-heading,.chat-message-bot .chat-link{color:var(--golden-color-1, #C29E60)}.typing-indicator{display:flex;align-items:center;gap:4px;padding:16px 20px}.typing-dot{width:8px;height:8px;background:var(--golden-color-1, #C29E60);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:linear-gradient(135deg,var(--blue-color-2, #132042) 0%,var(--blue-color-1, #131B42) 100%);border-top:1px solid var(--golden-color-4, #BA9451);display:flex;gap:12px;align-items:center}.chatbot-input{flex:1;padding:12px 16px;border:1px solid var(--golden-color-4, #BA9451);border-radius:8px;background:var(--blue-color-5, #122745);color:var(--white-color-1, #FFFFFF);font-size:16px;font-family:var(--text-font, "Roboto", sans-serif);outline:none;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;appearance:none}.chatbot-input:focus{border-color:var(--golden-color-1, #C29E60);box-shadow:0 0 0 3px #c29e6033}.chatbot-input::placeholder{color:var(--gray-color-1, #AEAEAE)}.chatbot-input:disabled{background:var(--blue-color-1, #131B42);cursor:not-allowed}.chatbot-send{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:8px;background:linear-gradient(135deg,var(--golden-color-2, #B18944) 0%,var(--golden-color-1, #C29E60) 100%);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 #c29e6066;background:linear-gradient(135deg,var(--golden-color-1, #C29E60) 0%,var(--golden-color-2, #B18944) 100%)}.chatbot-send:active:not(:disabled){transform:scale(.95)}.chatbot-send:disabled{opacity:.6;cursor:not-allowed;background:var(--gray-color-1, #AEAEAE)}@media(max-width:480px){.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}}.chatbot-footer{background:var(--footer-bg-color, #0E162A);padding:10px 16px;border-top:1px solid var(--golden-color-4, #BA9451)}.chatbot-disclaimer{font-size:10px;color:var(--gray-color-2, #C7C7C7);text-align:center;margin-bottom:8px;padding:6px 8px;background:#c29e601a;border-radius:6px;border-left:3px solid var(--golden-color-1, #C29E60);line-height:1.4}.chatbot-branding{display:flex;align-items:center;gap:10px;justify-content:center}.chatbot-footer-logo{width:32px;height:32px;border-radius:100%;flex-shrink:0}.chatbot-branding>div{text-align:center}.chatbot-footer p{font-size:11px;color:var(--gray-color-2, #C7C7C7);margin:1px 0;line-height:1.4}.chatbot-footer strong{color:var(--white-color-1, #FFFFFF)}.chatbot-footer-link{color:var(--golden-color-1, #C29E60);text-decoration:none;font-weight:500;transition:color .2s ease}.chatbot-footer-link:hover{color:var(--golden-color-2, #B18944);text-decoration:underline}
