.infors-compra,
.infors {
  background-color: var(--beige);
  color: var(--taupe-gray);
  display: none;
  width: 80%;
  max-width: 80%;
  height: auto;
  max-height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 2em;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 10px;
  overflow: scroll;
}
.infors-compra .subtitle,
.infors .subtitle {
  color: var(--dark-blue);
  font-size: 1rem;
}
.infors-compra h2 {
  margin-bottom: 10px;
}
.infors-compra p {
  margin: 10px 0;
}
.infors-compra h2 span {
  font-weight: 300;
}
.infors-compra .lista-infors-compra {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.infors-compra .lista-infors-compra dt {
  color: var(--dark-blue);
}
.infors-compra dd span {
  font-weight: 700;
}
.container-subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-subtitle .button-for-hidden {
  font-size: 2em;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.7;
}
.infors div {
  padding-bottom: 10px;
}
