@charset "UTF-8";:root{--header-height:70px;--layout-padding:2.5%}@media screen and (min-width:993px){:root{--header-height:80px;--layout-padding:32px}}@media screen and (min-width:1201px){:root{--header-height:120px;--layout-padding:120px}}::selection{background-color:#3e3e3e;color:#fff}:user-valid{color:#3e3e3e}:user-invalid{color:red}*,::after,::before{box-sizing:border-box;outline:0}html{font-size:16px;color-scheme:dark light;hanging-punctuation:first last;scroll-behavior:smooth}body,p{margin:0}body{min-height:100svh;outline:0;padding:0;overflow:overlay;overflow-x:hidden;background-color:#fff}body.hidden{overflow:hidden}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{line-height:1.5;text-wrap:pretty}a{text-decoration:none;color:inherit;line-height:1.3}a,blockquote,button,figcaption,label,li,p,span,textarea{font-family:quasimoda,system-ui,sans-serif;font-weight:400;font-style:normal;font-size:clamp(16px,1.042vw,20px);max-width:75ch}@media screen and (min-width:1921px){a,blockquote,button,figcaption,label,li,p,span,textarea{font-size:24px}}button{padding:0;border:0;background:inherit;cursor:pointer}html,input{color:#3e3e3e}ol,ul{list-style:none;padding:0}img,picture,video{display:block;max-width:100%}::-webkit-scrollbar{width:5px}@media screen and (min-width:1201px){::-webkit-scrollbar{width:10px}}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#8cb2dc;background-clip:padding-box}.filters{display:flex;flex-flow:row wrap;gap:1rem;margin:4rem 0 2rem}.filters .filter button{padding:.7rem;background-color:#f0f2f4;color:#3e3e3e;border-radius:12px;border:1px solid #f0f2f4}@media screen and (min-width:993px){.filters .filter button{padding:1rem}}.filters .filter button.activ,.filters .filter button:hover{background-color:#fff;box-shadow:rgba(0,0,0,.2) 0 3px 10px;border-color:#fff}.filters .filter button.activ{background-color:#8cb2dc;color:#fff;border-color:#8cb2dc}.post-list{margin-top:4rem}.single-post article .post-content figure,.single-post article footer figure,.single-post article h2{margin:2rem 0}.single-post article h3{margin:2rem 0 1rem}.single-post article .post-content,.single-post article footer{max-width:1280px;margin:auto}.single-post article .post-content img,.single-post article footer img{object-fit:contain;object-position:left;height:20vw}.single-post article .post-content p a,.single-post article footer nav a:hover,.single-post article footer p a{text-decoration:underline;color:#025e70}.single-post article .post-content{margin-top:4rem;padding:0 var(--layout-padding)}.single-post article footer{padding:4rem var(--layout-padding)}.single-post article footer nav{display:flex;justify-content:space-between;margin-bottom:4rem}.single-post article footer nav a{display:flex;align-items:self-start;gap:.5rem;font-weight:600}.single-post article footer nav a svg{fill:#3e3e3e}.single-post article footer h4{margin-bottom:1rem}.single-post article footer .icones{display:flex;gap:1rem}.single-post article footer .icones .icone{display:flex;justify-content:center;align-items:center;width:45px;height:45px;border-radius:12px}.single-post article footer .icones .icone:hover{box-shadow:rgba(0,0,0,.2) 0 3px 10px;transform:scale(1.08)}