@import"https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@400;700&display=swap";*{box-sizing:border-box}body{padding-top:4rem;margin:0;background-color:#dfd9cd;color:#28342e;--type-first: "Averia Serif Libre", serif;--type-second: "Averia Serif Libre", serif;font-family:var(--type-first)}h1,h2,h3,h4,p{margin:0}ul,li{list-style:none;padding:0;margin:0}img{display:block;max-width:100%}button,input{display:block;font-size:1rem;font-family:var(--type-first);color:#333}a{text-decoration:none;color:#333}.container{max-width:50rem;padding:0 1rem;margin:0 auto}.mainContainer{margin-top:4rem}.title{font-family:var(--type-second);line-height:1;font-size:2.6rem;margin:1rem 0;position:relative;z-index:1}@media (max-width: 40rem){h1.title{font-size:2rem}}.animeFade{opacity:0;animation:animeFade .3s forwards}@keyframes animeFade{to{opacity:1}}.animeLeft{opacity:0;transform:translate(-20px);animation:animeLeft .3s forwards}@keyframes animeLeft{to{opacity:1;transform:initial}}.App{display:flex;flex-direction:column;min-height:calc(100vh + 10rem)}.AppBody{flex:1;padding-top:20px;padding-bottom:20px}@media (max-width: 40rem){.AppBody{flex:1;padding-top:20px;padding-bottom:0}}.VictoryContainer{height:initial!important}._header_1hlvq_1{box-shadow:0 1px 1px #0000001a;position:fixed;width:100%;z-index:100;background:white;top:0;padding:10px 0}._nav_1hlvq_11{display:flex;justify-content:space-between;align-items:center;height:4rem}._logo_1hlvq_18{padding:.5rem 0}._login_1hlvq_22{color:#333;display:flex;align-items:center;text-transform:capitalize}._login_1hlvq_22:after{content:"";display:inline-block;width:32px;height:32px;background:url(/assets/usuario-41f9095e.svg) no-repeat center center;margin-left:.5rem;position:relative;top:-1px}._footer_2rm8p_1{background:#465a51;padding:1rem;height:5rem;text-align:center;color:#fff}._footer_2rm8p_1 p{margin-top:1rem}@media (max-width: 40rem){._footer_2rm8p_1{padding:2rem;height:8rem}}._modal_15hm4_1{position:fixed;width:100vw;height:100vh;top:0;left:0;background:rgba(0,0,0,.4);display:flex;z-index:1000;padding:2rem calc(4rem + 15px) 2rem 4rem}@media (max-width: 40rem){._modal_15hm4_1{padding:2rem}}._wrapper_13q2m_1{position:absolute;width:100%;height:100vh;display:flex;top:0;left:0;z-index:1000}._loading_13q2m_11{margin:auto;width:80px;height:80px;display:flex;padding:18px;background:#fff;justify-content:center;align-items:center;border-radius:50%}._photo_1303k_1{margin:auto;height:36rem;border-radius:12px;background:white;display:grid;grid-template-columns:36rem 20rem;grid-template-rows:auto 1fr auto;overflow:hidden;opacity:0;transform:scale(.8);animation:_scaleUp_1303k_1 .3s forwards}._photo_1303k_1 img{border-radius:8px}._single_1303k_19._photo_1303k_1{grid-template-columns:1fr;height:auto}@keyframes _scaleUp_1303k_1{to{opacity:initial;transform:initial}}._details_1303k_31{padding:2rem 2rem 0}._single_1303k_19 ._details_1303k_31{padding:1rem 0px 0px}._img_1303k_39{grid-row:1/4;border:5px solid #fff}._single_1303k_19 ._img_1303k_39{grid-row:1;border-radius:.4rem;overflow:hidden}@media (max-width: 64rem){._photo_1303k_1{height:auto;max-height:calc(100vh - 4rem);overflow-y:auto;grid-template-columns:minmax(18rem,40rem)}._img_1303k_39{grid-row:1}}._author_1303k_63{opacity:.5;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}._author_1303k_63 a:hover{text-decoration:underline}._visualizacoes_1303k_75:before{content:"";display:inline-block;width:16px;height:10px;margin-right:.5rem;background:url(/assets/visualizacao-black-be7ebb90.svg)}._attributes_1303k_84{display:flex;font-size:1.125rem;font-weight:700;margin-top:1rem;margin-bottom:2rem}._attributes_1303k_84 li{margin-right:2rem}._attributes_1303k_84 li:before{content:"";display:inline-block;height:10px;width:10px;border-radius:50%;margin-right:.5rem;position:relative;background:#718f82}._cientifico_1303k_107{font-style:italic;margin-top:-10px}._descricao_1303k_112{margin-top:-15px;margin-bottom:10px}._hashtags_1303k_117{color:#718f82;margin-bottom:30px}._tcomentarios_1303k_122{margin-bottom:15px;font-size:1.2rem}._form_1q6ud_1{display:grid;grid-template-columns:1fr auto;align-items:stretch;margin:1rem 0 2rem}._single_1q6ud_8._form_1q6ud_1{margin:0}._textarea_1q6ud_12{display:block;width:100%;font-size:1rem;font-family:var(--type-first);resize:none;border:1px solid #eee;padding:.5rem;border-radius:8px;background:#eee;transition:.2s}._textarea_1q6ud_12:focus,._textarea_1q6ud_12:hover{outline:none;border-color:#718f82;background:white;box-shadow:0 0 0 3px #dfd9cd}._button_1q6ud_33{border:none;cursor:pointer;color:#465a51;background:transparent;font-size:1rem;padding:0 0 0 1rem;overflow:hidden}._button_1q6ud_33:focus,._button_1q6ud_33:hover{outline:none}._button_1q6ud_33:focus svg path,._button_1q6ud_33:hover svg path{fill:#718f82;stroke:#718f82}._comments_yxrer_1{overflow-y:auto;word-break:break-word;padding:0}._single_yxrer_7._comments_yxrer_1{padding:0}._comments_yxrer_1 li{margin-bottom:.5rem;line-height:1.2}._delete_1gbc8_1{background:#ddd;padding:.3rem .6rem;line-height:1;border:1px solid transparent;font-size:.875rem;font-family:var(--type-first);cursor:pointer;border-radius:.4rem;transition:.1s}._delete_1gbc8_1:focus,._delete_1gbc8_1:hover{outline:none;background:white;box-shadow:0 0 0 3px #eee;border-color:#333}._wrapper_e0riq_1{display:grid}._img_e0riq_5{display:block;max-width:100%;grid-area:1/1;opacity:0;transition:.2s}._skeleton_e0riq_13{grid-area:1/1;height:100%;background-image:linear-gradient(90deg,#eee 0px,#fff 50%,#eee 100%);background-color:#eee;background-size:200%;animation:_skeleton_e0riq_13 1.5s infinite linear}@keyframes _skeleton_e0riq_13{0%{background-position:0px}to{background-position:-200%}}._photo_1kutk_1:nth-child(2){grid-column:2 / 4;grid-row:span 2}._photo_1kutk_1 img{border-radius:8px;min-width:230px}@media (max-width: 50rem){._photo_1kutk_1:nth-child(2){grid-column:initial;grid-row:initial}._photo_1kutk_1 img{min-width:auto}}._photo_1kutk_1{display:grid;border-radius:12px;border:5px solid #fff;overflow:hidden;cursor:pointer;-webkit-box-shadow:0px 0px 20px 0px rgba(56,43,22,.1);-moz-box-shadow:0px 0px 20px 0px rgba(56,43,22,.1);box-shadow:0 0 20px #382b161a}._photo_1kutk_1>div{grid-area:1/1}._visualizacao_1kutk_36{background:rgba(0,0,0,.3);color:#fff;font-size:1rem;text-align:center;align-items:center;justify-content:center;grid-area:1/1;display:none}._visualizacao_1kutk_36:before{width:16px;height:10px;content:"";display:inline-block;margin-right:.25rem;background:url(/assets/visualizacao-2e740f51.svg) no-repeat}._photo_1kutk_1:hover ._visualizacao_1kutk_36{display:flex}._feed_ytmd0_1{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem;justify-items:center}@media (max-width: 40rem){._feed_ytmd0_1{grid-template-columns:repeat(2,1fr)}}._hero_p9ogw_1{text-align:center;display:flex;flex-direction:column;min-height:340px;align-items:center;justify-content:center;background-color:#465a51;background:url(/assets/bg-hero-8c892bec.jpeg) no-repeat center center;padding:20px}._h1hero_p9ogw_13{color:#fff;max-width:540px;margin:0 auto 1em;font-size:2em}._button_1qcka_1{font-size:1rem;font-family:var(--type-first);cursor:pointer;border:none;border-radius:.4rem;background:#fff;color:#465a51;min-width:8rem;padding:.8rem 1.2rem;box-sizing:border-box;transition:.1s}._button_1qcka_1:hover,._button_1qcka_1:focus{outline:none;box-shadow:0 0 0 3px #dfd9cd,0 0 0 4px #465a51}._button_1qcka_1:disabled{opacity:.5;cursor:wait}._wrapper_1o9re_1{margin-bottom:1rem}._input_1o9re_5{border:1px solid #fff;display:block;width:100%;font-size:1rem;padding:.8rem;border-radius:.4rem;background:#fff;transition:.2s}._input_1o9re_5:focus,._input_1o9re_5:hover{outline:none;border-color:#465a51;background:white;box-shadow:0 0 0 3px #dfd9cd}._label_1o9re_24{display:block;font-size:1rem;line-height:1;padding-bottom:.5rem}._error_1o9re_31{color:#f31;font-size:.875rem;margin-top:.25rem}._form_u6r1i_1{margin-bottom:2rem}._perdeu_u6r1i_5{display:inline-block;color:#666;padding:.5rem 0;line-height:1}._perdeu_u6r1i_5:after{content:"";height:2px;width:100%;background:currentColor;display:block}._cadastro_u6r1i_20{margin-top:4rem;margin-bottom:4rem}._cadastro_u6r1i_20 p{margin-top:2rem;margin-bottom:2rem}._subtitle_u6r1i_30{font-family:var(--type-second);line-height:1;font-size:2rem}._login_1h5t6_1{display:grid;grid-template-columns:1fr 1fr;min-height:110vh;gap:2rem;margin-bottom:-30px}._login_1h5t6_1:before{display:block;content:"";background:url(/assets/login-d470cd07.jpeg) no-repeat center center;background-size:cover}._forms_1h5t6_16{max-width:30rem;padding:1rem;margin-top:15vh}@media (max-width: 40rem){._login_1h5t6_1{grid-template-columns:1fr;min-height:50vh}._login_1h5t6_1:before{display:none}._forms_1h5t6_16{max-width:100%;margin-top:5vh}}._nav_1losb_1{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:20px}._nav_1losb_1 a,._nav_1losb_1 button{background:#fff;border-radius:8px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;transition:.1s;cursor:pointer}._nav_1losb_1 a:hover,._nav_1losb_1 a:focus,._nav_1losb_1 button:hover,._nav_1losb_1 button:focus{background:white;box-shadow:0 0 0 3px #eee;border-color:#333;outline:none}._nav_1losb_1 a.active{background:#465a51;box-shadow:0 0 0 3px #dfd9cd;border-color:#465a51;color:#fff}._nav_1losb_1 a.active svg>*{fill:#fff}._mobileButton_1losb_42{background:#eee;border-radius:.2rem;height:40px;width:40px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid transparent;transition:.1s;cursor:pointer;margin-top:20px;margin-bottom:-70px;z-index:50}._mobileButton_1losb_42:after{content:"";display:block;width:1.2rem;height:2px;border-radius:2px;background:currentColor;box-shadow:0 6px currentColor,0 -6px currentColor;transition:.2s}._mobileButton_1losb_42:focus,._mobileButton_1losb_42:hover,._mobileButtonActive_1losb_72{outline:none;background:white;box-shadow:0 0 0 3px #dfd9cd;border-color:#465a51;color:#465a51}._mobileButtonActive_1losb_72:after{transform:rotate(90deg);width:4px;height:4px;box-shadow:0 8px currentColor,0 -8px currentColor}._navMobile_1losb_87{display:block;position:absolute;top:70px;right:0;padding:.4rem 1rem;background:white;box-shadow:0 1px 2px #0003;border-radius:.2rem;transform:translate(-10px);opacity:0;pointer-events:none}._navMobileActive_1losb_101{transition:.3s;transform:initial;opacity:1;pointer-events:initial;z-index:50}._navMobile_1losb_87 a,._navMobile_1losb_87 button{display:flex;align-items:center;background:none;width:100%;border:none;border-bottom:1px solid #eee;padding:.6rem 0;cursor:pointer}._navMobile_1losb_87 a:hover svg>*,._navMobile_1losb_87 button:hover svg>*{fill:#718f82}._navMobile_1losb_87 button{border-bottom:none}._navMobile_1losb_87 svg{margin-right:.5rem}._header_d20is_1{display:grid;grid-template-columns:auto;align-items:center;margin-bottom:2rem;margin-top:1rem;position:relative}@media (max-width: 40rem){._header_d20is_1{justify-content:end}}._conteinerUsers_m2v5t_1{margin-top:30px}._itemUsers_m2v5t_5{background:#fff;border-radius:8px;padding:20px;margin:20px 0;display:flex;justify-content:space-between}._botoes_m2v5t_14{display:flex;justify-content:space-between}._idusuario_m2v5t_19{background:#718f82;display:inline;color:#fff;padding:2px 4px;border-radius:4px}._nomeusuario_m2v5t_27{font-size:1.4em;display:inline;margin-left:10px}._emailusuario_m2v5t_33{color:#718f82;margin-top:10px}._button_m2v5t_38{font-size:1.2rem;font-family:var(--type-first);cursor:pointer;border:none;border-radius:.4rem;background:#fff;color:#465a51;min-width:8rem;padding:.8rem 1.2rem;box-sizing:border-box;transition:.1s;display:flex;justify-content:center}._button_m2v5t_38:hover,._button_m2v5t_38:focus{outline:none;box-shadow:0 0 0 3px #dfd9cd,0 0 0 4px #465a51}._button_m2v5t_38:disabled{opacity:.5;cursor:wait}._btnver_m2v5t_65{text-align:center;background:#465a51;padding:.3rem .6rem;line-height:1;border:1px solid transparent;font-size:.875rem;font-family:var(--type-first);cursor:pointer;border-radius:.4rem;transition:.1s;color:#fff;margin-bottom:6px}._btnver_m2v5t_65:focus,._btnver_m2v5t_65:hover{outline:none;background:#718f82;box-shadow:0 0 0 3px #eee;border-color:#718f82}@media (max-width: 40rem){._idusuario_m2v5t_19{font-size:.9em}._nomeusuario_m2v5t_27{font-size:1.2em}._emailusuario_m2v5t_33{font-size:.85em}}._delete_1rucs_1{background:#be342c;padding:.3rem .6rem;line-height:1;border:1px solid transparent;font-size:.875rem;font-family:var(--type-first);cursor:pointer;border-radius:.4rem;transition:.1s;color:#fff}._delete_1rucs_1:focus,._delete_1rucs_1:hover{outline:none;background:#d63127;box-shadow:0 0 0 3px #eee;border-color:#d63127}._photoPost_4mb5m_1{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (max-width: 40rem){._photoPost_4mb5m_1{grid-template-columns:1fr}}._file_4mb5m_14{margin-bottom:1rem}._preview_4mb5m_18{border-radius:1rem;background-size:cover;background-position:center center}._preview_4mb5m_18:after{content:"";display:block;height:0px;padding-bottom:100%}._colunasForm_4mb5m_31{display:flex;flex-grow:1;gap:20px}._colunaForm_4mb5m_37{width:100%;flex-grow:1}@media (max-width: 40rem){._colunasForm_4mb5m_31{display:flex;flex-direction:column;gap:0px}}
