.customPageCenteredContent {
  margin-top: 0;
}

#customPageTitle {
  display: none;
}

.container {
  width: 70%;
  margin: 4rem auto 8rem;
  overflow: hidden;
  max-width: 900px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  border-bottom: 1px solid var(--grey);
}

#cuidadosSubTitle {
  margin-top: 45px;
  font-weight: 800;
  border-top: 1px solid #000;
  padding-top: 20px;
}

#cuidadosText {
  line-height: 35px;
  padding-bottom: 20px;
}

.box {
  display: block;
  float: left;
  box-sizing: border-box;
  margin-top: 5rem;
  width: 100%;
}

.text {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: fit-content;
  float: left;
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-top: solid 1px var(--base);
}

.productGrouptitle {
  margin: 2rem 0;
  line-height: 22px;
  font-size: 19px;
  width: calc(100% - 1.7rem);
  cursor: pointer;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}

.openClose {
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 2.1rem;
}

.productGroupInfo {
  width: 95%;
  position: relative;
  text-align: left;
  font-size: 13px;
  overflow: hidden;
  height: 0;
  line-height: 19px;
  box-sizing: border-box;
}

.productInfoText {
  margin-top: 0;
}

.productInfoText:last-child {
  margin-bottom: 1.2rem;
}

#customPageTitle.title {
  display: flex;
}

.customPageImage {
  max-width: unset;
  position: absolute;
  width: 100%;
  top: 0;
  aspect-ratio: 100/29;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .subtitle {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .box {
    margin-top: 3rem;
  }

  .openClose {
    right: 0rem;
  }

  .container {
    width: 90%;
    margin: 0rem auto 8rem;
  }

  .productGrouptitle {
    font-size: 14px;
  }
  .customPageImage {
    aspect-ratio: 1/1;
  }
}
