.menuContainer{-webkit-user-select:none;user-select:none;background-color:#f0f6ef;justify-content:center;align-items:center;width:calc(100vw - 6px);display:flex}@media (max-width:767px){.menuContainer{justify-content:flex-start;width:100vw}}@media screen and (min-width:767px) and (max-width:1023px){.menuContainer{width:100vw}}.menuContainer .menuContent{background-color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:16px;margin-top:-24px;padding:16px 32px;display:flex;box-shadow:0 4px 10px #0000001a}@media (max-width:767px){.menuContainer .menuContent{background:0 0;gap:8px;margin-top:0;padding:0 5%;box-shadow:0 0}}@media screen and (min-width:767px) and (max-width:1023px){.menuContainer .menuContent{background:0 0;gap:16px;margin-top:0;padding:0 5%;box-shadow:0 0}}.menuContainer .menuContent .category{color:#9c9c9c;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:10px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .3s;display:flex}@media (max-width:767px){.menuContainer .menuContent .category{padding:8px 16px;font-size:12px}}@media screen and (min-width:767px) and (max-width:1023px){.menuContainer .menuContent .category{padding:8px 16px;font-size:12px}}@media (min-width:1024px){.menuContainer .menuContent .category:hover{cursor:pointer;color:#747d71}}.menuContainer .menuContent .category:focus{outline:none}.menuContainer .menuContent .selected{color:#fff;background:#0ac775}@media (min-width:1024px){.menuContainer .menuContent .selected:hover{cursor:default;color:#fff}}
.postsContainer{background-color:#f0f6ef;gap:48px;width:calc(100vw - 6px);max-width:calc(100vw - 6px);padding:0 5% 32px;display:flex;overflow:hidden}@media (max-width:767px){.postsContainer{flex-direction:column;width:100vw;max-width:100vw;padding:0}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer{flex-direction:column;width:100vw;max-width:100vw;padding:0}}.postsContainer .center{justify-content:center;align-items:center;width:100%;display:flex}.postsContainer .center .loader-container{justify-content:center;align-items:center;height:200px;display:flex}.postsContainer .center .loader{border:5px solid #0000001a;border-top-color:#08a560;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.postsContainer .center .error{color:#e74c3c;text-align:center;height:128px;margin-top:48px;padding:20px;font-weight:700}.postsContainer .destaquesCol{flex-direction:column;gap:32px;width:25%;min-width:350px;display:flex}@media (max-width:767px){.postsContainer .destaquesCol{width:100%}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .destaquesCol{width:100%}}.postsContainer .destaquesCol .populares{flex-direction:column;gap:16px;display:flex}@media (max-width:767px){.postsContainer .destaquesCol .populares{display:none}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .destaquesCol .populares{display:none}}.postsContainer .destaquesCol .populares .title{color:#003641;font-size:1.333rem;font-weight:600}.postsContainer .destaquesCol .recentes{flex-direction:column;gap:16px;display:flex}@media (max-width:767px){.postsContainer .destaquesCol .recentes{-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:50px;padding-left:5%;overflow-x:auto}.postsContainer .destaquesCol .recentes::-webkit-scrollbar{display:none}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .destaquesCol .recentes{-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:50px;padding-left:5%;overflow-x:auto}.postsContainer .destaquesCol .recentes::-webkit-scrollbar{display:none}}@media (min-width:1024px){.postsContainer .destaquesCol .recentes{flex-direction:column}}.postsContainer .destaquesCol .recentes .title{color:#003641;font-size:1.333rem;font-weight:600}@media (max-width:767px){.postsContainer .destaquesCol .recentes .title{margin-top:-40px;font-size:18px;position:absolute}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .destaquesCol .recentes .title{margin-top:-40px;font-size:18px;position:absolute}}.postsContainer .destaquesCol .recentes .topicos-recentes{flex-direction:column;gap:16px;display:flex}@media (max-width:767px){.postsContainer .destaquesCol .recentes .topicos-recentes{flex-direction:row}.postsContainer .destaquesCol .recentes .topicos-recentes .espaco-extra{flex:0 0 8px}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .destaquesCol .recentes .topicos-recentes{flex-direction:row}.postsContainer .destaquesCol .recentes .topicos-recentes .espaco-extra{flex:0 0 8px}}.postsContainer .destaquesCol .menu-mobile{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.postsContainer .destaquesCol .menu-mobile::-webkit-scrollbar{display:none}@media (min-width:1024px){.postsContainer .destaquesCol .menu-mobile{display:none}}.postsContainer .postsCol{flex-wrap:wrap;align-content:flex-start;align-items:flex-start;gap:16px;width:75%;margin-top:48px;display:flex}@media (max-width:767px){.postsContainer .postsCol{width:100%;margin-top:0;margin-bottom:16px;padding:0 5%}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .postsCol{width:100%;margin-top:0;margin-bottom:16px;padding:0 5%}}.postsContainer .postsCol .no-posts-message{color:#9c9c9c;justify-content:flex-start;align-items:flex-start;width:100%;font-size:16px;font-weight:500;display:flex}@media (max-width:767px){.postsContainer .postsCol .no-posts-message{justify-content:center;align-items:center;margin-bottom:24px;font-size:14px}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .postsCol .no-posts-message{justify-content:center;align-items:center;margin-bottom:24px;font-size:14px}}.postsContainer .postsCol .postCard{cursor:pointer;background:#fff;border-radius:5px;flex-direction:column;flex:1;min-width:350px;height:500px;transition:all .5s;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000001a}@media (max-width:767px){.postsContainer .postsCol .postCard{flex-direction:row;min-width:250px;height:170px}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .postsCol .postCard{flex-direction:row;min-width:350px;height:180px}}@media (min-width:1024px){.postsContainer .postsCol .postCard:hover{transform:scale(1.03)}}.postsContainer .postsCol .postCard .image{min-width:80px;height:200px;position:relative;overflow:hidden}@media (max-width:767px){.postsContainer .postsCol .postCard .image{min-width:110px}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .postsCol .postCard .image{min-width:110px}}.postsContainer .postsCol .postCard .content{flex-direction:column;align-items:flex-start;gap:16px;height:300px;padding:24px;display:flex}@media (max-width:767px){.postsContainer .postsCol .postCard .content{justify-content:center;gap:8px;height:100%;padding:0 16px}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .postsCol .postCard .content{justify-content:center;gap:8px;height:100%;padding:0 16px}}.postsContainer .postsCol .postCard .content .categoria{color:#0ac775;border:1.5px solid #0ac775;border-radius:5px;justify-content:center;align-items:center;padding:5px 8px;font-size:.875rem;font-weight:500;display:flex}@media (max-width:767px){.postsContainer .postsCol .postCard .content .categoria{font-size:.625rem}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .postsCol .postCard .content .categoria{font-size:.75rem}}.postsContainer .postsCol .postCard .content .postTitle{-webkit-line-clamp:2;text-overflow:ellipsis;color:#333;text-align:left;text-wrap:balance;-webkit-box-orient:vertical;height:2.5rem;margin-bottom:8px;font-size:1rem;font-style:normal;font-weight:700;line-height:1.25rem;display:-webkit-box;overflow:hidden}@media (max-width:767px){.postsContainer .postsCol .postCard .content .postTitle{text-wrap:wrap;height:2rem;font-size:.75rem;line-height:1rem}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .postsCol .postCard .content .postTitle{text-wrap:wrap;height:2rem;font-size:.75rem;line-height:1rem}}.postsContainer .postsCol .postCard .content .postIntro{-webkit-line-clamp:4;text-overflow:ellipsis;color:#9c9c9c;text-align:left;text-wrap:balance;-webkit-box-orient:vertical;margin-bottom:16px;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal;display:-webkit-box;overflow:hidden}@media (max-width:767px){.postsContainer .postsCol .postCard .content .postIntro{-webkit-line-clamp:2;margin-bottom:8px;font-size:.625rem;font-weight:400}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .postsCol .postCard .content .postIntro{-webkit-line-clamp:2;margin-bottom:8px;font-size:.75rem;font-weight:400}}.postsContainer .postsCol .postCard .content .info{color:#747d71;font-size:.875rem;font-weight:400}@media (max-width:767px){.postsContainer .postsCol .postCard .content .info{font-size:.625rem}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .postsCol .postCard .content .info{font-size:.75rem}}.postsContainer .postsCol .pagination{color:#333;-webkit-user-select:none;user-select:none;background-color:#fff;border-radius:5px;justify-content:flex-end;align-items:center;gap:8px;width:100%;height:48px;padding:10px 16px;display:flex;box-shadow:2px 4px 10px #0000001a}@media (max-width:767px){.postsContainer .postsCol .pagination{justify-content:center;font-size:.75rem}}@media screen and (min-width:767px) and (max-width:1023px){.postsContainer .postsCol .pagination{font-size:.75rem}}.postsContainer .postsCol .pagination .backPage{cursor:pointer;justify-content:center;align-items:center;gap:5px;height:32px;margin-right:16px;transition:all .3s;display:flex}@media (min-width:1024px){.postsContainer .postsCol .pagination .backPage:hover{color:#0ac775}}.postsContainer .postsCol .pagination .nextPage{cursor:pointer;justify-content:center;align-items:center;gap:5px;height:32px;margin-left:16px;transition:all .3s;display:flex}@media (min-width:1024px){.postsContainer .postsCol .pagination .nextPage:hover{color:#0ac775}}.postsContainer .postsCol .pagination .pageNumber{cursor:pointer;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}@media (min-width:1024px){.postsContainer .postsCol .pagination .pageNumber:hover{border-radius:50%;box-shadow:1px 1px 5px #0ac775}}.postsContainer .postsCol .pagination .pageNumber.active{color:#fff;background:#0ac775;border-radius:5px}@media (min-width:1024px){.postsContainer .postsCol .pagination .pageNumber.active:hover{box-shadow:none;cursor:default}}
.cardDestaque{cursor:pointer;background-color:#fff;border-radius:5px;justify-content:flex-start;align-items:center;width:100%;height:100px;transition:all .5s;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000001a}@media (max-width:767px){.cardDestaque{flex-direction:column;min-width:250px;height:300px}}@media screen and (min-width:767px) and (max-width:1023px){.cardDestaque{flex-direction:column;min-width:250px;height:300px}}@media (min-width:1024px){.cardDestaque:hover{transform:scale(1.03)}}.cardDestaque .image{justify-content:center;align-items:center;width:90px;height:100%;display:flex;overflow:hidden}.cardDestaque .image img{width:auto;height:100%}@media (max-width:767px){.cardDestaque .image{order:-1;width:250px}}@media screen and (min-width:767px) and (max-width:1023px){.cardDestaque .image{order:-1;width:100%}}.cardDestaque .content{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.cardDestaque .content h2{color:#333;-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;max-height:2.4rem;font-size:1rem;font-weight:600;line-height:1.2rem;display:-webkit-box;overflow:hidden}@media (max-width:767px){.cardDestaque .content h2{order:2;font-size:14px}}@media screen and (min-width:767px) and (max-width:1023px){.cardDestaque .content h2{order:2;font-size:14px}}.cardDestaque .content .link{color:#08a560;cursor:pointer;font-size:14px;font-weight:500}@media (max-width:767px){.cardDestaque .content .link{order:3;font-size:12px}}@media screen and (min-width:767px) and (max-width:1023px){.cardDestaque .content .link{order:3;font-size:12px}}
.skeleton .skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.skeleton .skeleton-text{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:16px;margin-bottom:8px;animation:1.5s infinite shimmer}.skeleton .categoria.skeleton-text{width:80px}.skeleton .postTitle.skeleton-text{width:90%;height:24px}.skeleton .postIntro.skeleton-text{width:100%;height:32px}.skeleton .info.skeleton-text{width:200px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.populares-skeleton{margin-bottom:32px}.populares-skeleton .skeleton-title{margin-bottom:16px}.populares-skeleton .pop-skeleton-item{align-items:center;margin-bottom:12px;display:flex}.populares-skeleton .pop-skeleton-item .pop-skeleton-img{border-radius:8px;width:48px;height:48px;margin-right:12px}.populares-skeleton .pop-skeleton-item .pop-skeleton-title{width:120px;height:18px}.recentes-skeleton .skeleton-title{margin-bottom:16px}.recentes-skeleton .topicos-recentes-skeleton .recente-skeleton-item{align-items:center;margin-bottom:10px;display:flex}.recentes-skeleton .topicos-recentes-skeleton .recente-skeleton-item .recente-skeleton-img{border-radius:8px;width:32px;height:32px;margin-right:10px}.recentes-skeleton .topicos-recentes-skeleton .recente-skeleton-item .recente-skeleton-title{width:100px;height:16px}
