@media only screen and (max-width: 999px) {
    .nav_home_itens{
        align-items: center;
        justify-content: center;
        justify-self: center;
        text-align: center;
        margin-left: 60px;
    }
}