.ProjetosGrid_section__6cJCy{padding-top:var(--navbar-height);min-height:100vh;background:var(--ivory)}.ProjetosGrid_filter__trTgM{display:flex;align-items:center;justify-content:center;gap:0;padding:2.4rem 4rem 2rem;border-bottom:1px solid rgba(190,190,178,.2)}.ProjetosGrid_filterBtn__ADum9{font-family:var(--sans);font-size:.68rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);background:none;border:none;cursor:pointer;padding:.4rem 1.6rem;transition:color .25s var(--ease);position:relative}.ProjetosGrid_filterBtn__ADum9:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:1px;background:var(--black);transition:width .3s var(--ease)}.ProjetosGrid_filterActive__Bagbe,.ProjetosGrid_filterBtn__ADum9:hover{color:var(--black)}.ProjetosGrid_filterActive__Bagbe:after,.ProjetosGrid_filterBtn__ADum9:hover:after{width:60%}.ProjetosGrid_grid__hhaEc{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px;padding:4px;max-width:900px;margin:0 auto}.ProjetosGrid_card__HST5Z{display:block;position:relative;overflow:hidden;text-decoration:none;cursor:pointer}.ProjetosGrid_imageWrapper__HiEVZ{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden}.ProjetosGrid_image__VQnzg{transition:transform .7s var(--ease)}.ProjetosGrid_card__HST5Z:hover .ProjetosGrid_image__VQnzg{transform:scale(1.04)}.ProjetosGrid_overlay__7M5eu{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(245,244,244,0);opacity:0;transition:opacity .4s var(--ease),background .4s var(--ease);pointer-events:none}.ProjetosGrid_card__HST5Z:hover .ProjetosGrid_overlay__7M5eu{opacity:1;background:rgba(245,244,244,.72)}.ProjetosGrid_projectName__z5tV7{font-family:var(--sans);font-size:clamp(.65rem,1.2vw,.85rem);font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--text);text-align:center;padding:0 1.5rem}@media (max-width:768px){.ProjetosGrid_grid__hhaEc{grid-template-columns:repeat(2,1fr)}.ProjetosGrid_filter__trTgM{padding:2rem 2rem 1.6rem;gap:0;flex-wrap:wrap}}@media (max-width:480px){.ProjetosGrid_grid__hhaEc{grid-template-columns:1fr}}