.customPageCenteredContent {
  margin-top: 0
}

#customPageTitle {
  display: none
}

.container {
  width: 100%;
  margin: 4rem auto 8rem;
  overflow: hidden;
  max-width: 900px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  border-bottom: 1px solid #D8D8DA;
}

.title {
      color: var(--base);
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}

#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: 2rem;
  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 #D8D8DA;
}

.productGrouptitle {
  margin: 2rem 0;
  line-height: 30px;
  font-size: 16px;
  width: calc(100% - 1.7rem);
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.openClose {
  position: absolute;
  float: right;
  right: 1rem
}

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

.productInfoText {
  margin-top: 0;
  font-weight: 200;
}

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

@media screen and (max-width: 1100px) {
  .title {
    font-size: 20px;
    margin-top: 40px;
    width: 100%;
    max-width: none;
    margin-bottom: 0
  }

  .subtitle {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
    margin-top: 30px
  }
  .productGroupInfo {
    width: 100%;
}

  #termsTitle {
    width: 17.5rem
  }

  #shippingTitle {
    width: 10.5rem
  }

  .box {
    margin-top: 2rem;
  }

  .productGrouptitle {
    margin: 2rem 0;
    font-size: 15px;
    line-height: 21px;
  }

  .openClose {
    right: 0rem
  }

  #policyTitle {
    width: 15.5rem
  }

  #policyTitle::before {
    left: -.7rem
  }

  #supportTitle {
    width: 21.1rem
  }

  #supportTitle::after {
    left: 4.5rem
  }

  .container {
    width: 100%;
    margin: 0pc;
  }

  #cuidadosSubTitle {
    margin-top: 40px
  }

  #cuidadosText {
    line-height: 35px;
  }
}