.projectPage{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.projectPage-header{height:15vh;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.projectPage-header>h1{font-size:4rem;font-family:var(--primaryFont)}.projectPage-container{padding:3rem 2rem;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:78.5vh}.project-container,.projectPage-search{width:100%;display:flex;align-items:center;justify-content:center}.project-container{margin-top:5rem;flex-wrap:wrap;box-sizing:border-box;gap:4rem}.procurar{color:#eaeaea;width:40%;border:none;height:2.75rem;outline:none;padding:1.9rem;font-size:1.1rem;box-shadow:1px 1px 10px #ffffffbd,1px 1px 10px #00000030;font-family:Noto Sans TC,sans-serif;font-weight:400;border-radius:5px;background-color:#001633}.procurar-light{color:#212121;box-shadow:1px 1px 10px #ffffff10,1px 1px 10px #00000060;background-color:#eaeaea}.project-grid{display:flex;gap:4rem}@media screen and (max-width:992px){.procurar{width:100%}.projectPage-header{height:25vh;width:100%;display:flex;align-items:center;justify-content:center}.project-grid{gap:3rem}.project-container{margin-top:3rem}}@media screen and (max-width:702px){.project-grid{gap:1.5rem}}@media screen and (max-width:550px){.projectPage-header h1{font-size:3rem;margin-top:3rem}}@media screen and (max-width:400px){.projectPage-header{height:20vh}.projectPage-header h1{font-size:2.5rem}}