*{margin:0;padding:0;box-sizing:border-box}.image{display:flex;justify-content:center;align-items:center}.image img{width:200px;height:200px;border-radius:100%;text-align:center;object-fit:cover;object-position:center}.container{display:flex;justify-content:center;align-items:center;min-height:auto;background-color:#131516;font-family:Lato,sans-serif;padding:60px 25px 24px}.card-container{display:flex;width:650px;height:auto;background:linear-gradient(to right,#024945,#12a89c);border-radius:12px;box-shadow:1px 7px 10px 2px #00000026}.descripcion{display:flex;justify-content:center;align-items:center;flex-direction:column}.image,.descripcion{padding:30px;text-align:left;color:#fff}.descripcion h2{line-height:2;font-weight:500;font-size:medium}.descripcion p{font-weight:300;font-size:17px}.descripcion h1{font-weight:400}.descripcion .icons{margin-top:30px}.descripcion .icons a{display:inline-block;margin:0 30px;color:#fff;font-size:30px;transition:.3s}a:hover{transform:translateY(-3px) scale(1.05)}.tooltip-text{position:absolute;top:-25px;left:-115%;z-index:2;width:100px;color:#fff;font-size:12px;background-color:#192733;border-radius:10px;padding:5px 10px}#fade{opacity:0;transition:opacity .3s}.hover-text:hover #fade{opacity:1}.hover-text{position:relative;display:inline-block;margin:10px;font-family:Lato,sans-serif;font-weight:200;text-align:center}@media(max-width:576px){.container{min-height:auto;padding:40px 15px 16px}.card-container{display:flex;flex-direction:column-reverse;background:linear-gradient(#12a89c,#024945);width:750px;margin-top:12px;margin-bottom:12px}.image img{width:90px;height:90px}.image{padding:15px 0 0}.descripcion{padding:10px 20px 18px}.descripcion h1{font-weight:400;font-size:25px}.descripcion h2{line-height:2;font-weight:500;font-size:17px}.descripcion p{font-weight:300;font-size:15px}.descripcion .icons{margin-top:18px}}@media(min-width:320px){.icons{display:flex;justify-content:center;align-items:center;margin-top:20px}}.chat-wrapper{display:flex;justify-content:center;background-color:#131516;padding:0 25px 16px;font-family:Lato,sans-serif}.chat-container{width:650px;max-width:100%;border-radius:12px;overflow:hidden;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column}.chat-header{display:flex;align-items:center;gap:8px;padding:14px 20px;color:#ffffffb3;font-size:14px;font-weight:300;border-bottom:1px solid rgba(255,255,255,.06)}.chat-header i{color:#12a89c;font-size:16px}.chat-messages{min-height:200px;max-height:400px;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.chat-message{display:flex}.chat-message.user{justify-content:flex-end}.chat-message.assistant{justify-content:flex-start}.chat-bubble{max-width:80%;padding:10px 14px;border-radius:12px;font-size:14px;font-weight:300;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.chat-bubble.user{background:linear-gradient(135deg,#024945,#12a89c);color:#fff;border-bottom-right-radius:4px}.chat-bubble.assistant{background:#ffffff14;color:#ffffffe6;border-bottom-left-radius:4px}.chat-input-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid rgba(255,255,255,.06);position:relative}.chat-input{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px;color:#fff;font-family:Lato,sans-serif;font-size:14px;font-weight:300;outline:none;transition:border-color .2s}.chat-input::placeholder{color:#ffffff4d}.chat-input:focus{border-color:#12a89c80}.chat-input:disabled{opacity:.5}.chat-send{background:linear-gradient(135deg,#024945,#12a89c);border:none;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:16px;transition:opacity .2s,transform .2s;flex-shrink:0}.chat-send:hover:not(:disabled){transform:translateY(-1px)}.chat-send:disabled{opacity:.3;cursor:not-allowed}.typing-indicator{display:flex;gap:4px;padding:4px 0}.typing-indicator span{width:6px;height:6px;border-radius:50%;background:#fff6;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.suggested-questions{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 0}.suggested-label{color:#fff6;font-size:13px;font-weight:300}.suggested-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.suggested-chip{background:transparent;border:1px solid rgba(18,168,156,.4);border-radius:20px;padding:8px 16px;color:#ffffffbf;font-family:Lato,sans-serif;font-size:13px;font-weight:300;cursor:pointer;transition:all .2s}.suggested-chip:hover{background:#12a89c26;border-color:#12a89c99;color:#fff}@media(max-width:576px){.chat-wrapper{padding:0 15px 16px}.chat-messages{max-height:300px;padding:12px 14px}.chat-bubble{max-width:90%;font-size:13px}.suggested-chip{font-size:12px;padding:6px 12px}}.site-footer[data-astro-cid-j7pv25f6]{text-align:center;color:#ffffff4d;font-family:Lato,sans-serif;font-size:13px;font-weight:300;padding:24px 0 32px;background-color:#131516}
