.customPageCenteredContent {
  margin-top: 0
}

#customPageTitle {
  display: none
}

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

img.faqImg {
  width: auto;
  display: block;
  margin: 40px 0;
  max-width: 70%;
}

.title {
  font-size: 30px;
  /* text-transform: uppercase; */
  text-align: center;
  margin-bottom: 20px;
  color: var(--secondary);
  margin-top: 10px;
  font-weight: 400;
}

#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%
}

.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: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: fit-content;
  float: left;
  border-top: 1px solid #00000030;
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #00000030;
}

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

.openDiv .productGrouptitle {
  font-weight: 500;
}

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

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

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

.productInfoText:last-child {
  margin-bottom: 2.2rem;
  /* margin-left: 10px; */
}

@media screen and (max-width: 1100px) {
  .title {
    font-size: 26px;
    margin-top: 40px;
    font-weight: 500;
    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: 2rem 20px;
    width: calc(100% - 40px);
  }

  .productGrouptitle {
    margin: 18px 0;
    font-size: 16px;
  }

  .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
  }
}