.post-container{border:1px solid var(--blog-box-divider);border-radius:5px;display:inline-block;overflow:hidden;max-width:700px;width:100%;background:var(--blog-box)}.post-figure{margin:0 auto;cursor:pointer;max-height:400px;overflow:hidden;display:flex;align-items:center;justify-content:center}.post-description{color:var(--gray-200);text-align:end;font-size:.8rem;margin:0 1rem 0 0}.post-figure__image{width:100%;height:auto}.post-title,.post-subtitle{margin-inline:1rem;cursor:pointer}.post-actions{margin-inline:1rem;display:flex;justify-content:space-evenly;border-top:1px solid var(--blog-box-divider);padding-block:1rem}.post-actions__action{color:var(--gray-300);margin:0;display:flex;align-items:center;justify-content:center;padding-inline:.5rem;border-radius:1rem;min-width:40px;background:transparent}.post-actions__action:hover{background:var(--blog-box-hover);color:var(--gray-400)}.post-actions__action--highlighted{background:var(--blog-box-hover);color:var(--gray-400);cursor:pointer}.post-actions__sendClap{cursor:pointer}.post-actions__actionDescription{display:inline-block;margin-left:.5rem}.post-actions__action--shareButton{position:relative;cursor:pointer}.post-actions__action--copied{position:absolute;bottom:1rem;left:1rem;background-color:var(--green-100);color:var(--green-200);border-radius:1rem;padding:.2rem;font-weight:700;font-size:.7rem}.post-tags{list-style:none;display:flex;justify-content:flex-start;align-items:center;padding:0;margin:0;flex-wrap:wrap}.post-tags__title{margin:0}.post-tags__tag{background-color:var(--blue-100);color:var(--blue-200);border-radius:1rem;padding:.5rem;margin:.5rem;margin-inline:.5rem;font-weight:700;cursor:pointer}.post-tags__tagName{margin:0;font-size:.8rem}.post-tags-skeleton{list-style:none;display:flex;justify-content:flex-start;align-items:center;padding:0;margin:0;flex-wrap:wrap}.post-tags__tag-skeleton{width:40px;height:15px;border-radius:1rem;margin:.5rem;padding:.5rem;margin-inline:.5rem}.post-tags__tag-skeleton:last-child{width:65px}.post-list-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:calc(50% - 2rem);margin-inline:1rem}.post-list{list-style:none;padding:0;margin:0}.post-list__post{margin-bottom:1rem;width:100%}@media (max-width: 840px){.post-list-container{width:100%}}.post-list-skeleton__posts{width:100%}.post-list-skeleton__post{max-width:700px;margin:1rem auto;overflow:hidden;border:1px solid var(--gray-100);border-radius:5px}.post-list-skeleton__figure{height:400px}.post-list-skeleton__description{height:15px;width:150px;border-radius:5px;margin:.2rem 1rem .5rem auto}.post-list-skeleton__tags{display:flex;margin-left:1rem}.post-list-skeleton__tag{height:30px;width:70px;border-radius:15px;margin-right:1rem}.post-list-skeleton__title{height:30px;width:70%;border-radius:5px;margin:1rem}.post-list-skeleton__subtitle{height:20px;width:90%;border-radius:5px;margin:1rem}.author-container{display:flex;font-size:.8rem;width:calc(100% - 2rem)}.author-description{margin-left:1rem;max-width:500px;width:calc(100% - 5rem);flex-shrink:0}.author-description__info{margin:0}.author-description__info--name{font-size:1rem;cursor:pointer;border-bottom:1px solid transparent;transition:border .3s}.author-description__info--name:hover{border-bottom:1px solid var(--blue-100)}.author-description__info--email{color:var(--gray-300)}.author-description__info--bio{margin-top:.5rem;color:var(--gray-300)}@media (max-width: 840px){.author-container{align-items:center}.author-description{margin-left:0;width:100%}.author-description__info{width:90%}}.avatar-figure{width:80px;height:80px;border-radius:100px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin:0;cursor:pointer;border:4px solid transparent;transition:border .3s;flex-shrink:0}.avatar-figure:hover{border:4px inset var(--sea-100)}.avatar-figure__image{width:100%}@media (max-width: 840px){.avatar-figure{width:50px;height:50px}}.post-comments-title{border-top:1px solid var(--blog-box-divider);padding-top:1rem}.post-comments{list-style:none;margin:0;padding:0}.post-comments__comment{border-bottom:2px solid var(--blog-box-divider);border-left:2px solid var(--blog-box-divider);border-bottom-left-radius:15px;padding-left:1rem}.post-comments__comment--pending{opacity:.5}.post-comment__content{color:var(--gray-400)}.post-comment__content--pending{display:inline-block;background:var(--yellow-100);color:var(--black);padding:.2rem;padding-inline:.4rem;margin-left:1rem;border-radius:1rem}.post-comment__content--pending--only-for-you-message{display:inline-block;background:var(--green-100);color:var(--black);padding:.2rem;padding-inline:.4rem;margin-left:.2rem;border-radius:1rem}.post-comment__content--author{color:var(--black);margin-bottom:0}.post-comment__content--created_at{font-size:.8rem;margin-top:0}.comment-answers{list-style:none;padding:0;margin-left:1rem}.comment-answer{display:flex;align-items:center;color:var(--gray-400);border-bottom:2px solid var(--blog-box-divider);border-left:2px solid var(--blog-box-divider);border-bottom-left-radius:15px;margin-bottom:1rem}.answer-content{margin-left:1rem}.answer-content__content--name{margin-bottom:0;color:var(--black)}.answer-content__content--created_at{margin-top:0;font-size:.8rem}.post-detail{margin-inline:1rem;flex-basis:calc(50% - 5rem);border:1px solid var(--blog-box-divider);width:40%}.post-detail__section{max-width:100%}.post-detail-info__publishedAt{color:var(--gray-200)}.post-detail-actions{margin-top:2rem}.post-detail-content{border-top:1px solid var(--blog-box-divider);border-bottom:1px solid var(--blog-box-divider);padding-block:1rem;margin-inline:1rem}.post-detail-content__figure{margin:0}.post-detail-content__image{display:block;max-width:100%;max-height:330px;margin-inline:auto}.post-detail-add-comment{margin-top:2rem}.post-detail-add-comment__form{width:100%}.form-add-comment__fieldset{border:0;display:flex;flex-direction:column;padding:0}.form-add-comment-fields__field{display:flex;flex-direction:column;margin-top:1rem}.form-add-comment-field{margin-top:.2rem;outline:none;border:1px solid var(--blog-box-divider);border-radius:.2rem;font-size:1rem;padding:1rem;background:var(--blog-box-field)}.form-add-comment-field__content{resize:none}.form-add-comment-field__add-button{cursor:pointer}.form-add-comment__error{color:var(--red-200);font-size:.8rem}.form-add-comment__warn{color:var(--gray-200);font-size:.7rem}@media (max-width: 840px){.post-detail-info__publishedAt{font-size:.8rem}.post-detail{flex-basis:100%}}.post-detail-skeleton{margin-inline:1rem;flex-basis:calc(50% - 5rem)}.post-detail-skeleton__button{width:70px;height:25px;border-radius:5px}.post-detail-skeleton__author{display:flex;align-items:center;margin-top:1rem}.skeleton-author__figure{width:80px;height:80px;flex-shrink:0;border-radius:100px;margin-right:1rem}.skeleton-description__info{height:20px;width:100px;border-radius:5px;margin-block:.5rem}.skeleton-description__info--email{height:15px;width:150px}.skeleton-description__info--bio{height:15px;width:250px}.post-detail-skeleton-info__published-at{height:20px;width:200px;border-radius:5px;margin-block:.5rem}.post-detail-skeleton__tags{display:flex;align-items:center;margin-block:1rem}.post-detail-skeleton__tag{height:25px;width:60px;border-radius:15px;margin-inline:.5rem}.post-detail-skeleton__content--title{height:30px;width:70%;border-radius:5px;margin-block:1rem}.post-detail-skeleton__content--image{height:300px;width:100%;border-radius:5px;margin-block:1rem}.post-detail-skeleton__content--subtitle{height:20px;width:90%;border-radius:5px;margin-block:1rem}.post-detail-skeleton__comment-title{height:20px;width:150px;border-radius:5px;margin-block:1rem}.post-detail-skeleton__author-comment{width:100%;height:50px;border-radius:5px;margin-block:1rem}.post-detail-skeleton__content-comment{width:100%;height:250px;border-radius:5px;margin-block:1rem}.post-detail-skeleton__send-comment{width:100px;height:40px;border-radius:5px;margin:1rem auto}.post-actions-skeleton{color:var(--gray-400);margin:0;display:flex;align-items:center;justify-content:center;padding-inline:.5rem;border-radius:1rem;min-width:40px}.blog-header{display:flex;align-items:center;justify-content:center;width:calc(100% - 1rem);background:var(--header-footer-blog);padding:.5rem;position:sticky;top:0;z-index:80;box-shadow:0 0 10px #0003}.blog-header__icon-container{padding:0;margin:0;position:absolute;left:10px;display:flex;justify-content:center;align-items:center;height:100%;cursor:pointer}.blog-header__search-form{display:flex;align-items:center}.blog-header__search-icon-container{margin:0 15px 0 0}.blog-header__search{padding:.5rem;outline:none;border:1px solid var(--blog-box-divider);width:300px;border-radius:5px;color:var(--gray-400);background:var(--blog-box-field)}.blog-header__menu-icon-container{padding:0;margin:0;position:absolute;right:10px;display:none;justify-content:center;align-items:center;height:100%;cursor:pointer}.blog-content{display:flex;align-items:flex-start;justify-content:space-between;margin-block:2rem;padding-inline:2rem}.menu-shadow{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:99;display:none}.blog-sidebar{flex-basis:25%;width:350px}.blog-sidebar__close-icon-container{display:none;margin:0;padding:0;cursor:pointer;position:sticky;top:0;z-index:101;justify-content:flex-end}.blog-sidebar__close-icon{background:#ffffff70;padding:.1rem;border-radius:2px}.filter-widgets{display:none}.blog-sidebar__widget{margin-bottom:1rem}.blog-footer{background:var(--header-footer-blog);height:100px}.blog-box{border-radius:5px;padding:1rem;background:var(--blog-box);border:1px solid var(--blog-box-divider)}@media (max-width: 840px){.blog-sidebar__left{position:fixed;height:calc(100vh - 50px);overflow-y:scroll;z-index:100;top:0;left:0;box-shadow:0 0 10px #0003;transition:left .5s;width:80%;padding:1rem 1rem 50px}.blog-sidebar__left--closed{left:-120%}.blog-header__search{width:200px}.blog-header__menu-icon-container{display:flex}.menu-shadow{display:block}.blog-sidebar__close-icon-container{display:flex}.blog-sidebar__right{display:none}.blog-content{padding-inline:0;width:100%}.filter-widgets{display:block}}.post-filters-container{font-size:.8rem}.post-filters__title{margin:0}.post-filters{padding:0;margin:.5rem 0 0;list-style:none;display:flex;align-items:center;justify-content:flex-start;overflow-x:scroll;width:100%;white-space:nowrap}.post-filters__filter{margin-left:.5rem;background:var(--gray-100);padding:.5rem;border-radius:25px;display:flex;align-items:center}.post-filters__remove-filter{display:flex;justify-content:center;align-items:center;background:var(--color-opacity);border-radius:100px;width:25px;height:25px;margin-left:.5rem;cursor:pointer}.post-filters__filter--autor{background:var(--green-100)}.post-filters__filter--tag{background:var(--red-100)}.post-filters__filter--busca{background:var(--pink-100)}.post-filters__filter--criacao{background:var(--acqua-100)}.post-filters__filter--atualizacao{background:var(--sea-100)}.visit-counter__title{margin:0}.visit-counter__text{display:flex;align-items:center}.visit-counter__count-skeleton{display:inline-block;width:20px;height:15px;border-radius:3px}.fast-post-list__title{margin:0}.fast-post-list__posts{list-style:none;padding:0;margin:0}.fast-post-list__post{display:flex;margin-bottom:1rem;cursor:pointer}.fast-post-list__post-figure{width:100px;height:100px;overflow:hidden;margin:0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.fast-post-list__post-image{height:100px}.fast-post-list__post-description{padding-left:.5rem;margin-left:.5rem;border-left:1px solid var(--blog-box-divider)}.fast-post-list__post-title{margin:0}.fast-post-list__post-subtitle{margin:0;color:var(--gray-400);font-size:.8rem}.fast-post-list-skeleton__post{display:flex;margin-bottom:1rem}.fast-post-list-skeleton__post-figure{width:100px;height:100px;flex-shrink:0}.fast-post-list-skeleton__post-title{height:30px;width:100px;border-radius:5px}.fast-post-list-skeleton__post-subtitle:nth-child(2n){height:20px;width:140px;border-radius:5px;margin-top:.5rem}.fast-post-list-skeleton__post-subtitle:nth-child(3n){height:20px;width:120px;border-radius:5px;margin-top:.5rem}.blog-authors__title{margin:0}.blog-authors__authors{padding:0;margin:0;list-style:none}.blog-authors__author{margin-bottom:1rem}.blog-authors__authors-skeleton{padding:0;margin:0;list-style:none}.blog-authors__author-skeleton{display:flex}.blog-authors__figure-skeleton{width:80px;height:80px;border-radius:50%;margin-bottom:1rem;flex-shrink:0}.blog-authors__description-skeleton{width:60%}.blog-authors__field-skeleton{width:100%;height:15px;margin-left:1rem;margin-bottom:.5rem}.blog-authors__field-skeleton--name{margin-bottom:.3rem;width:50%}.blog-authors__field-skeleton--email{height:10px;width:90%}.blog-authors__field-skeleton--bio{height:50px}.date-filter__title{margin:0}.date-filter__filters{padding:0;margin:0;list-style:none}.date-filter__filter{cursor:pointer;color:var(--gray-400)}.date-filter__filter:hover{color:var(--blog-text-hover)}.form-subscribe__fieldset{border:0;display:flex;flex-direction:column;justify-content:space-evenly}.subscribe-newsletter__label{max-width:100%}.subscribe-newsletter__label>input{margin-block:.2rem;outline:none;border:1px solid var(--blog-box-divider);border-radius:.2rem;font-size:1rem;padding:1rem;background:var(--blog-box-field);width:calc(100% - 2rem)}.form-subscribe__fieldset>button{width:100%;margin-top:1rem;color:#000}.form-subscribe__message{margin:0}.form-subscribe__message--success{color:green}.form-subscribe__message--error{color:red}@font-face{font-family:Zilla Slab;src:url(/assets/ZillaSlab-Regular-Bt8bCkj9.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Zilla Slab;src:url(/assets/ZillaSlab-Bold-BbT-ZWkK.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Zilla Slab;src:url(/assets/ZillaSlab-Italic-ha_vfrnc.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Zilla Slab;src:url(/assets/ZillaSlab-BoldItalic-bIjtuW1O.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Zilla Slab;src:url(/assets/ZillaSlab-Light-C4FwPBes.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Zilla Slab;src:url(/assets/ZillaSlab-LightItalic-BPqV2z5s.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Zilla Slab;src:url(/assets/ZillaSlab-Medium-BvW7YJNW.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Zilla Slab;src:url(/assets/ZillaSlab-MediumItalic-D3K5h4CI.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Zilla Slab;src:url(/assets/ZillaSlab-SemiBold-DiblJT_r.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Zilla Slab;src:url(/assets/ZillaSlab-SemiBoldItalic-DxKYt_NX.ttf) format("truetype");font-weight:600;font-style:italic}:root{--gray-100: #e1e1e1;--gray-200: #c1c1c1;--gray-300: #a1a1a1;--gray-400: #818181;--blue-100: #b2d9ff;--blue-200: #0a5dc9;--green-100: #b2ffcc;--green-200: #0a8c3d;--yellow-100: #ffde00;--red-100: #f37979;--red-200: #c90a0a;--pink-100: #ff9cf9;--acqua-100: #9cf9ff;--sea-100: #9cffd6;--white: #ffffff;--black: #000000;--color-opacity: #00000050;--header-footer-blog: #e1e1e1;--blog-box: #ffffff;--blog-box-field: #ffffff;--blog-box-divider: #e1e1e1;--blog-box-hover: #e1e1e1;--blog-text-hover: #0a5dc9;--background-color: #ffffff;--background-image: none}#root{background-image:var(--background-image);background-color:var(--background-color);background-size:cover}*{font-family:Zilla Slab,serif}body{margin:0}pre{max-width:calc(100vw - 130px);overflow-y:scroll}.for-accessibility{visibility:hidden;position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);border:0;padding:0;margin:0}.basic-button{border:0;background:transparent;cursor:pointer;padding:.5rem 1rem;border-radius:5px;margin-bottom:1rem;transition:.3s}.basic-button:disabled{cursor:not-allowed;background:var(--gray-100)}.basic-button:hover{background:var(--blue-100)}.skeleton-pulse{animation:pulse 1.5s infinite}@keyframes pulse{0%{background-color:var(--gray-100)}50%{background-color:var(--gray-200)}to{background-color:var(--gray-100)}}
