img {
  max-width: 100%;
}

h1 {
  color: #1c2529;
  margin: 0.5em 0;
}

.breadcrumb {
  font-size: 0.8em;
}
.breadcrumb a {
  color: #1c2529;
  text-decoration: none;
  font-weight: bold;
}

.producto {
  position: relative;
}
.producto:hover .foto {
  background-color: #f9f9b0;
}
.producto .foto {
  background-color: #F6F6F6;
  border-radius: 10%;
}
.producto .foto img {
  mix-blend-mode: multiply;
  width: 80%;
  height: 80%;
  object-fit: contain;
  margin: 10%;
}
.producto .foto button {
  position: absolute;
  z-index: 9;
  bottom: 0.5em;
  right: 0.5em;
  width: 40px;
  height: 40px;
  font-size: 20px;
  padding: 0;
  font-weight: bold;
  border-radius: 50%;
  top: auto;
  left: auto;
  color: white;
  background-color: #7fb87f;
  border: none;
  transition: background-color 1s;
}
.producto .foto button:hover {
  background-color: #155d15;
}
.producto .atencion {
  color: white;
  position: absolute;
  top: 1em;
  right: 1.5em;
  padding: 0.25em 0.5em;
  font-size: 0.8em;
  border-radius: 10%;
  z-index: 9;
}
.producto .atencion-organico {
  background-color: red;
}
.producto .atencion-oferta {
  background-color: green;
}
.producto .detalle {
  padding: 1em 1em 2em 1em;
}
.producto .detalle h2 {
  font-size: 18px;
  color: #1c2529;
  margin: 0;
}
.producto .detalle .precio {
  font-size: 18px;
  color: #1c2529;
}
.producto .detalle p {
  font-size: 0.8em;
}

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