.chat-module__eGr6ta__chatContainer{flex-direction:column;width:100%;height:100vh;display:flex;overflow:hidden}.chat-module__eGr6ta__inputAndSuggestions{flex-direction:column;align-items:center;width:100%;max-width:800px;display:flex}.chat-module__eGr6ta__chatContent{flex:1;position:relative;overflow:hidden}.chat-module__eGr6ta__welcomeWrapper{opacity:1;background-color:var(--background);flex-direction:column;justify-content:start;align-items:center;gap:24px;height:100vh;padding:100px 40px 40px;transition:opacity .5s,transform .5s;display:flex;transform:translateY(0)}.chat-module__eGr6ta__welcomeWrapper.chat-module__eGr6ta__hidden{opacity:0;pointer-events:none;transform:translateY(-20px)}.chat-module__eGr6ta__welcomeContainer{flex-direction:column;align-items:center;gap:40px;width:100%;max-width:800px;padding-bottom:50px;display:flex}.chat-module__eGr6ta__welcomeContent{text-align:center;flex-direction:column;align-items:center;gap:0;display:flex}.chat-module__eGr6ta__welcomeTitle{color:#1a202c;margin:0;font-size:35px;font-weight:700;line-height:38px}.chat-module__eGr6ta__welcomeDescription{color:var(--color-petroleo);max-width:700px;margin:0;padding-top:10px;font-size:16px;font-weight:300}.chat-module__eGr6ta__logosContainer{flex-wrap:wrap;justify-content:center;align-items:center;margin-top:16px;display:flex}.chat-module__eGr6ta__imgcontainer{width:180px;height:60px}.chat-module__eGr6ta__imgcontainer img{object-fit:contain;width:100%;height:100%}.chat-module__eGr6ta__inputCenteredWrapper{width:100%;max-width:700px}.chat-module__eGr6ta__suggestionsContainer{flex-wrap:wrap;justify-content:start;gap:6px;width:100%;max-width:700px;padding-top:6px;display:flex}.chat-module__eGr6ta__suggestionButton{color:#4d4d4dd4;cursor:pointer;white-space:nowrap;background-color:#fff;border:1px solid #1e4d565f;border-radius:24px;padding:6px 10px;font-family:inherit;font-size:15px;transition:all .3s}.chat-module__eGr6ta__suggestionButton:hover{border-color:var(--color-bahamas);transform:translateY(-2px);box-shadow:0 4px 12px #7ad6d44d}.chat-module__eGr6ta__chatMessages{flex-direction:column;gap:16px;height:90%;padding:20px;animation:.5s chat-module__eGr6ta__fadeIn;display:flex;overflow:hidden auto}@media (min-width:1025px){.chat-module__eGr6ta__chatMessages{padding-top:20px}}.chat-module__eGr6ta__chatMessages::-webkit-scrollbar{width:6px}.chat-module__eGr6ta__chatMessages::-webkit-scrollbar-track{background:#f1f1f1}.chat-module__eGr6ta__chatMessages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chat-module__eGr6ta__chatMessages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.chat-module__eGr6ta__messageWrapper{width:100%;animation:.3s ease-in chat-module__eGr6ta__fadeInMessage;display:flex}.chat-module__eGr6ta__userMessage{justify-content:flex-end}.chat-module__eGr6ta__botMessage{justify-content:flex-start}.chat-module__eGr6ta__message{word-wrap:break-word;border-radius:18px;max-width:70%;padding:12px 18px;position:relative}.chat-module__eGr6ta__userMessage .chat-module__eGr6ta__message{background-color:var(--color-petroleo);color:#fff;border-bottom-right-radius:4px}.chat-module__eGr6ta__botMessage .chat-module__eGr6ta__message{color:#2d3748;background-color:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000001a}.chat-module__eGr6ta__errorMessage{border:1px solid #fc8181;color:#c53030!important;background-color:#fee!important}.chat-module__eGr6ta__messageContent p{margin:0;font-size:15px;line-height:1.5}.chat-module__eGr6ta__timestamp{opacity:.6;margin-top:6px;font-size:11px;display:block}.chat-module__eGr6ta__buttonContainer{flex-direction:column;gap:8px;margin-top:12px;display:flex}.chat-module__eGr6ta__messageButton{border:2px solid var(--color-bahamas);color:var(--color-petroleo);cursor:pointer;background-color:#0000;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}.chat-module__eGr6ta__messageButton:hover{background-color:var(--color-bahamas);color:#fff;transform:translateY(-1px)}.chat-module__eGr6ta__typingIndicator{background-color:#fff;border-radius:18px 18px 18px 4px;gap:4px;width:fit-content;padding:12px 18px;display:flex;box-shadow:0 1px 2px #0000001a}.chat-module__eGr6ta__typingIndicator span{background-color:#cbd5e0;border-radius:50%;width:8px;height:8px;animation:1.4s infinite chat-module__eGr6ta__typing}.chat-module__eGr6ta__typingIndicator span:nth-child(2){animation-delay:.2s}.chat-module__eGr6ta__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes chat-module__eGr6ta__typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chat-module__eGr6ta__inputBottomWrapper{background-color:var(--background);flex-shrink:0;padding:12px 16px}.chat-module__eGr6ta__chatInputContainer{z-index:10;gap:8px;display:flex}.chat-module__eGr6ta__chatInput{border:1px solid var(--color-petroleo);border-radius:24px;outline:none;flex:1;height:40px;padding:0 20px;font-family:inherit;font-size:14px;transition:all .2s;box-shadow:0 1px 6px #0003}.chat-module__eGr6ta__chatInput:focus{border-color:var(--color-bahamas);box-shadow:0 0 0 3px #7ad6d41a}.chat-module__eGr6ta__chatInput:disabled{cursor:not-allowed;background-color:#f7fafc}.chat-module__eGr6ta__sendButton{background-color:var(--color-petroleo);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.chat-module__eGr6ta__sendButton:hover:not(:disabled){background-color:#1e4d56;transform:scale(1.05)}.chat-module__eGr6ta__sendButton:disabled{cursor:not-allowed;opacity:.6;background-color:#cbd5e0}.chat-module__eGr6ta__bold{font-weight:800}.chat-module__eGr6ta__bottomNotice{width:100%;font-size:11px}.chat-module__eGr6ta__fadeOutDown{opacity:0;pointer-events:none;transform:translate(-50%)translateY(10px)}@keyframes chat-module__eGr6ta__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes chat-module__eGr6ta__fadeInMessage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-module__eGr6ta__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.chat-module__eGr6ta__welcomeWrapper{gap:20px;padding:80px 30px 30px}.chat-module__eGr6ta__welcomeTitle{font-size:32px;line-height:36px}.chat-module__eGr6ta__welcomeDescription{font-size:15px}.chat-module__eGr6ta__logosContainer{gap:10px}.chat-module__eGr6ta__imgcontainer{width:140px;height:55px}.chat-module__eGr6ta__inputCenteredWrapper,.chat-module__eGr6ta__suggestionsContainer{max-width:90%}.chat-module__eGr6ta__message{max-width:80%}.chat-module__eGr6ta__chatMessages{padding:70px 15px 15px}}@media (max-width:768px){.chat-module__eGr6ta__chatContainer{height:100svh}.chat-module__eGr6ta__chatContent{flex-direction:column;display:flex}.chat-module__eGr6ta__welcomeWrapper{justify-content:flex-start;gap:16px;padding:70px 20px 20px}.chat-module__eGr6ta__welcomeTitle{font-size:26px;line-height:32px}.chat-module__eGr6ta__welcomeDescription{padding-top:8px;font-size:14px}.chat-module__eGr6ta__logosContainer{justify-content:center;gap:12px;margin-top:12px}.chat-module__eGr6ta__imgcontainer{flex:0 0 calc(50% - 6px);width:calc(50% - 6px);max-width:140px;height:60px}.chat-module__eGr6ta__inputCenteredWrapper{max-width:100%;padding:0}.chat-module__eGr6ta__suggestionsContainer{flex-direction:column;align-items:flex-start;gap:8px;max-width:100%}.chat-module__eGr6ta__suggestionButton{text-align:start;width:auto;padding:10px 16px;font-size:14px}.chat-module__eGr6ta__message{max-width:85%;padding:10px 14px;font-size:14px}.chat-module__eGr6ta__messageContent p{font-size:14px}.chat-module__eGr6ta__chatMessages{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;padding:70px 12px 12px;overflow:hidden auto}.chat-module__eGr6ta__chatInputContainer{padding:12px 0}.chat-module__eGr6ta__chatInput{padding:0 16px;font-size:16px}.chat-module__eGr6ta__inputBottomWrapper{padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom,12px));background-color:var(--background)}}
.page-module___8aEwW__page{width:80vw;min-height:100vh;font-family:var(--font-geist-sans);display:flex}.page-module___8aEwW__main{background-color:var(--background);flex-direction:column;width:100%;height:100vh;display:flex}@media (max-width:1024px){.page-module___8aEwW__page{width:100vw;margin-left:0}}@media (max-width:768px){.page-module___8aEwW__page{width:100vw}.page-module___8aEwW__main{height:100svh}}
