body {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: beige;
}

div {
  border-radius: 4px;
  border: solid 1px rgb(192, 192, 132);
}

@media (max-width: 600px) {
  .menu-navegacion-elementos {
    margin: 5px;
  }
  .titulo {
    margin: 20% 5%;
  }
}
@media (min-width: 768px) {
  .contenedor-productos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: start;
  }
  .producto-items {
    width: 90%;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .contacto {
    font-size: 14px;
    word-break: break-word;
    padding: 10px;
    display: block;
    text-align: center;
  }
}
.titulo {
  align-items: center;
  display: flex;
  margin: 5% 20%;
  border-radius: 4px;
  background-color: rgb(231, 231, 182);
  border: 0;
  flex-direction: column;
  justify-content: center;
}

div .titulo-imagen {
  width: 150px;
  height: auto;
}
div .titulo-parrafo {
  margin: 10px;
}

header nav .menu-navegacion-elementos {
  align-items: center;
  display: flex;
  margin: 10px;
  border-radius: 5px;
  background-color: rgb(231, 231, 182);
  border: solid 1px rgb(192, 192, 132);
  justify-content: space-around;
  padding: 10px;
  list-style: none;
}

.titulo-paginas {
  align-items: center;
  display: flex;
  margin: 4%;
  border-radius: 4px;
  background-color: rgb(231, 231, 182);
  border: solid 1px rgb(192, 192, 132);
  font-size: 10px;
  margin-top: 10px;
  justify-content: center;
}

.productos-paginas {
  align-items: center;
  display: flex;
  margin: 4%;
  border-radius: 4px;
  background-color: rgb(231, 231, 182);
  border: solid 1px rgb(192, 192, 132);
  flex-direction: column;
  border-bottom: 50px;
}

.producto-items {
  align-items: center;
  display: flex;
  margin: 5%;
  border-radius: 4px;
  background-color: rgb(231, 231, 182);
  border: solid 1px rgb(192, 192, 132);
}

.productos-imagen {
  width: 150px;
  height: auto;
  margin: 20px;
}

.contenedor-productos {
  border: none;
}

.contenedor-contacto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contacto {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(231, 231, 182);
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 30px;
}

.contacto-imagen {
  width: 30px;
  height: auto;
  margin: 5%;
}

.contacto {
  border-radius: 4px;
  background-color: rgb(231, 231, 182);
}

.texto-contacto {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5%;
  background-color: rgb(231, 231, 182);
}

.texto {
  font-size: 20px;
}

/*# sourceMappingURL=style.css.map */
