.projetos .projeto{display:block;text-decoration:none;border:2px solid #10100e;background-color:#fff;border-radius:1rem;overflow:hidden;text-align:center;transform:translateY(0);transition:transform linear .2s}.projetos .projeto figure img{height:10rem;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;transition:object-position linear 1s;transition:object-position linear 1s, -o-object-position linear 1s}.projetos .projeto h3{color:#10100e;font-size:1.3rem}.projetos .projeto:hover{transform:translateY(-0.5rem)}.projetos .projeto:hover figure img{-o-object-position:bottom;object-position:bottom}.projetos .btn_padrao{background-color:#a259ff}