body {
  font-family: "Inter", sans-serif;
  background-color: black;
}

.menu {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 30px -10px rgba(0, 0, 0, 0.1);
}

.menu-flex {
  display: flex;
  align-items: center;
}

.menu-column {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: flex-start;
}

.menu-column.menu-second-column {
  justify-content: flex-end;
}

.menu-nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
}

.menu-nav ul li a {
  text-decoration: none;
  color: #585e65;
}

.menu-link-button {
  text-decoration: none;
  height: 48px;
  background-color: #4c6ef5;
  color: #fff;
  padding: 0 32px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.produtos {
  list-style: none;
  border: 17px groove #ffffff;
  border-radius: 40px 0px 40px 0px;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.produtospai {
  padding: 30px;
  display: flex;
  justify-content: space-evenly;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 80%;
}

img {
  width: 100%;
  height: 11em;
  cursor: pointer;
}

.container {
  width: 1200px;
  margin: auto;
}

.margem10 {
  color: white;
  margin: 5px;
  width: 150px;
  font-size: 12px;
}

button {
  margin: 5px;
  overflow: hidden;
  width: 139px;
  border-radius: 29px;
}
button:hover {
  background-color: gray;
}

span {
  color: white;
}
