.menu {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background: rgb(236, 208, 151);
  width: 100vw;
}

.menu_imagem {
  width: 40vw;
}

.top_ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 2vw;
}

.top_li {
  display: flex;
  padding: 2vw;
}

@media screen and (max-width: 1024px) {
  .menu {
    width: 100vw;
    border: none;
  }
  .top_ul {
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    border: none;
  }

  .in_line {
    display: flex;
    justify-content: space-between;
  }

  .menu_imagem {
    width: 90vw;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    width: 100vw;
    border: none;
  }
  .top_ul {
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    border: none;
  }

  .in_line {
    display: flex;
    justify-content: space-between;
  }

  .menu_imagem {
    width: 90vw;
  }
}

@media screen and (max-width: 480px) {
  .menu {
    width: 100vw;
  }
  .top_ul {
    width: 100vw;
  }
  .in_line {
    flex-direction: row;
    justify-content: space-between;
  }
  .menu_imagem {
    width: 90vw;
  }
}
