:root{--white:#fff;--black:rgba(9,10,10,0.8980392156862745);--gray:#f9f9f9;--blue:#00a2f5;--hover:rgba(0,0,0,0.03);--gray-text:#5a6773}@font-face{font-family:"WorkSans";font-weight:400;src:local("WorkSans"),url(/static/media/WorkSans-Regular.1cafe0d5.ttf) format("opentype")}@font-face{font-family:"WorkSans";font-weight:600;src:local("WorkSans"),url(/static/media/WorkSans-Medium.d7a97380.ttf) format("opentype")}@font-face{font-family:"WorkSans";font-weight:800;src:local("WorkSans"),url(/static/media/WorkSans-Bold.843584d3.ttf) format("opentype")}*{box-sizing:border-box;font-family:WorkSans;font-weight:400}*,body{margin:0}body{background-image:url(/static/media/Background.f6f6f5ee.png);background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:1000px){body{background-image:url(/static/media/Background-mobile.5f8077ec.png);background-size:cover;background-repeat:no-repeat}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.NavButton{background:none;border:none;padding:0;cursor:pointer;color:var(--gray-text)}.NavButton>img{width:30px;height:30px}.side-bar{background-color:var(--white);display:flex;flex-direction:column;width:240px;height:191px;position:absolute;top:59px;right:-100%;transition:right .5s ease-in-out 25ms;padding-left:17px}.side-bar>span{text-align:left;color:rgba(9,10,10,.5);font-weight:400;font-size:14px;margin-bottom:11px;margin-top:23px}.side-bar>a{margin-bottom:16px}.side-bar>a,.side-bar img{width:18px;height:18px}.active{right:0!important;transition:right .5s ease-in-out 25ms}.Header{background-color:var(--white);height:80px;display:flex;justify-content:space-between;position:fixed;z-index:1;width:100vw}.logo{width:45px;height:45px;border-radius:10px}.wrapper__header{display:flex;justify-content:space-between;align-items:center;padding:18px 100px 17px;width:100%;grid-gap:30px;gap:30px}.search-input{width:388px;border:none;background-color:var(--gray);height:45px;border-radius:15px;padding-left:17px;background-image:url(/static/media/search.7538eedd.svg);background-repeat:no-repeat;background-position:95% 50%;padding-right:17px;margin-left:auto}.search-input:focus{outline:none}.search-button{background-color:#fff;width:30px;height:30px;border-radius:10px;margin-right:17px}.search-button>img{color:#00f!important}.network{display:flex;grid-gap:15px;gap:15px}.network img{width:30px;height:30px;margin-top:6px}@media only screen and (max-width:780px){.Header{height:60px!important;align-items:center}.logo{width:40px;height:40px}.wrapper__header{padding:15px 20px;width:100vw}.search-input{margin:auto}}@media only screen and (max-width:450px){.search-input{width:50vw}.search-input:focus{position:absolute;width:95vw;transition:width .5s ease;margin:auto;left:0;right:0}}.category{background-color:var(--black);color:#fff;padding:6px 20px 8px;border-radius:12px;box-sizing:border-box;display:inline-block;text-align:center;border:none;cursor:pointer}.selected{background-color:var(--blue)!important}@media only screen and (max-width:450px){.category{height:34px;white-space:nowrap;font-size:15px}}.Categories{display:flex;flex-wrap:wrap;justify-content:center;max-width:938px;grid-gap:20px;gap:20px;padding-left:23px}@media only screen and (max-width:780px){.Categories{justify-content:space-between;flex-wrap:nowrap;overflow:scroll;padding-right:20px;width:100%;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.Categories::-webkit-scrollbar{display:none}}.thread{background-color:var(--white);border-radius:30px;overflow:hidden;padding:20px 25px;border:1px solid #f0f0f0;text-decoration:none;width:calc(100% - 2em);margin:0 auto auto}.thread:hover{background-color:var(--hover);transition:background-color .5s ease}.thread__wrapper{flex-direction:column;height:100%}.thread__header,.thread__wrapper{display:flex;justify-content:space-between}.thread__header{margin-bottom:15px}.thread__header>div{display:flex}.thread__profile{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-top:5px;margin-left:10px;color:var(--black)!important}.thread__profile span:first-of-type{font-weight:800}.thread__profile span:last-of-type{color:var(--gray-text)}.logo-thread{width:45px;height:45px;border-radius:50%}.thread__text{text-align:left;font-weight:600;margin-bottom:15px;color:var(--black)!important;white-space:pre-line;text-overflow:ellipsis;overflow:hidden}.created_at{text-align:justify;color:var(--gray-text)}.Threads{margin:64px 20px 0;width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,503px));grid-gap:40px;gap:40px;justify-content:center}@media only screen and (max-width:780px){.Threads{margin-top:36px}}.Content{background:hsla(0,0%,100%,.25);position:absolute;top:130px;left:0;right:0;border-radius:30px;margin:auto;width:90%;max-width:1240px;padding:41px;display:flex;flex-direction:column;align-items:center;justify-content:center}.Content>h1{margin-bottom:32px;font-weight:600;font-size:40px}.Content>h2{margin-bottom:32px;font-weight:400;font-size:22px}.created__by{display:flex;margin:auto auto 32px}.created__by>span{margin-top:12px}.button{background-color:var(--white);border-radius:15px;height:45px;padding:7px 17px;margin-left:20px;color:var(--blue);text-decoration:none;text-align:center}.button>span{line-height:30px;font-weight:600;font-size:22px}@media only screen and (max-width:780px){.Content{background:none;width:100%;padding-right:0;padding-left:0;text-align:center}.Content>h1{font-size:30px}.Content>h2{font-size:15px;margin-right:20px;margin-bottom:16px;margin-left:23px}.button{width:155px!important;height:39px!important;text-align:center;display:flex;align-items:center}.button>span{font-size:18px}.created__by{margin-bottom:32px}.wrapper-categories{width:100%;padding:0}}.TagCafecito{background-color:#f0e9e1;width:150px;height:40px;position:fixed;margin:auto;right:0;bottom:30%;border-top-left-radius:30px;border-bottom-left-radius:30px;cursor:pointer;display:flex;justify-content:center;align-items:center;background-size:30%}.TagCafecito>a{text-decoration:none;color:#8fa2cc}@media only screen and (max-width:780px){.TagCafecito{bottom:0}}
/*# sourceMappingURL=main.6699df3b.chunk.css.map */