@media screen and (max-width: 600px) {
  header {
    flex-direction: column;
    align-items: flex-start;
  }
  .producto {
    width: 100%;
  }
  .modal {
    width: 90%;
    left: 5%;
  }
}
