.customPageCenteredContent {
  margin-top: 0
}

#customPageTitle {
  display: none
}

.container {
  width: 90%;
  margin: 3rem auto 4rem;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.8rem
}

.title {
  width: 100%;
  text-align: left;
  font-size: 50px;
  font-weight: 600;
  font-family: var(--font1)
}

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

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

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

.bottomText {
  width: 70%;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px
}

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

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

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

.productInfoText {
  margin-top: 0
}

.productInfoText:last-child {
  margin-bottom: 4.2rem;
  font-size: 13px;
  font-weight: 400
}

@media screen and (max-width: 1100px) {
  .title {
      font-size:20px;
      font-weight: 400;
      margin: 1rem auto;
      letter-spacing: 0
  }

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

  .bottomText {
      width: 90%;
      line-height: 18px;
      letter-spacing: 0;
      font-size: 14px
  }

  .productGrouptitle {
      letter-spacing: 0;
      font-size: 16px;
      font-weight: 400;
      margin: 2rem 0
  }

  #termsTitle {
      width: 17.5rem
  }

  #shippingTitle {
      width: 10.5rem
  }

  .box {
      margin-top: 2rem
  }

  .openClose {
      right: 0rem
  }

  #policyTitle {
      width: 15.5rem
  }

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

  #supportTitle {
      width: 21.1rem
  }

  #supportTitle::after {
      left: 4.5rem
  }

  .container {
      width: 90%;
      margin: 0rem auto 2rem;
      color: var(--mobileColor);
  }

  #cuidadosSubTitle {
      margin-top: 40px
  }

  #cuidadosText {
      line-height: 35px
  }
}

@media screen and (max-width: 768px) {
  .title {
      font-size:40px;
      font-weight: 600;
      color: var(--mobileColor);
  }
}
