.customPageCenteredContent {
  margin-top: 0
}

#customPageTitle {
  display: none
}

.container {
  width: 100%;
  margin: 4rem auto 8rem;
  overflow: hidden;
  max-width: 760px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.title {
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}

#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: 1rem;
  width: 100%
}

.faqSectionTitle {
  clear: both;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 38px 0 14px;
  padding-bottom: 14px;
}

.faqs .productMoreInfo {
  float: none;
  clear: both;
}

.terminos .productInfoText:last-child {
  margin-left: 0px;
}

.terminos .productMoreInfo {
  border: none;
}

.terminos .moreInfoDiv {
  border: none;
}

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

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

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

.productGrouptitle {
  margin: 1rem 0;
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
}

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

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

.faqs .productGroupInfo {
  height: 0;
}

.productInfoText {
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
}

.productInfoText:last-child {
  margin-bottom: 2.2rem;
  margin-left: 10px;
}
.moreInfoDiv:first-child {
  border-top: 1px solid var(--lines-border-color);
}

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

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

  .productGroupInfo {
    width: 100%;
  }

  .moreInfoDiv {
    min-height: 60px;
    align-content: center;
  }

  #termsTitle {
    width: 17.5rem
  }

  #shippingTitle {
    width: 10.5rem
  }

  .box {
    margin: 1rem 2%;
    width: calc(100% - 15px);
  }

  .faqSectionTitle {
    font-size: 18px;
    margin: 20px 0 12px;
  }

  .productGrouptitle {
    margin: 10px 0;
    font-size: var(--base-font-size);
  }

  .openClose {
    right: 0rem
  }

  #policyTitle {
    width: 15.5rem
  }

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

  #supportTitle {
    width: 21.1rem
  }

  #supportTitle::after {
    left: 4.5rem
  }

  .container {
    width: 100%;
    margin: 0px;
    margin-bottom: 2rem;
  }

  #cuidadosSubTitle {
    margin-top: 40px
  }

  #cuidadosText {
    line-height: 35px
  }
}
