.detail-page {
  width: 100%;
  height: 100%;
}

.background-container {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #040714;
}

.background-filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(90deg, #040714 0%, #040714 25%, #00000000 100%);
}

.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-container {
  padding: 140px 40px 0px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.information-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.tag-container {
  border: 2px solid #949494;
  border-radius: 7px;
  padding: 5px 10px;
  color: #949494;
  font-size: 14px;
  font-weight: 600;
}

.title-treatment-img {
  width: 400px;
  height: 200px;
  object-fit: contain;
  object-position: left bottom;
}

.buttons-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.button-container-title {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-selected {
  background-color: #d1d1d1;
  color: #000;
}