
#customPageTitle {
  display: none
}

.container {
  margin: 0 auto;
  overflow: hidden;
  max-width: 850px;
  border-bottom: solid 1px rgba(30, 29, 35, 0.5);
}

.box {
  display: block;
  float: left;
  box-sizing: border-box;
  margin-top: 3rem;
}

.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 rgba(30, 29, 35, 0.5);
}

.productGrouptitle {
  margin: 30px 0;
  line-height: 22px;
  font-size: 16px;
  cursor: pointer;
  font-weight: var(--semibold-font-weight);
  display: flex;
  align-items: center
}

.openClose {
  position: absolute;
  float: right;
  right: 4px;
  font-weight: var(--semibold-font-weight);
}

.openDiv .openClose {
  right: 7px;
}

.productGroupInfo {
  width: 92%;
  position: relative;
  text-align: left;
  overflow: hidden;
  height: 0;
  box-sizing: border-box
}

.productInfoText {
  margin-top: 0;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

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

.productInfoText a {
  color: #3986fc;
  text-decoration: none;
}

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

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

  #termsTitle {
    width: 17.5rem
  }

  #shippingTitle {
    width: 10.5rem
  }

  .box {
    margin-top: 10px;
  }

  .productGrouptitle {
    margin: 1.5rem 0;
    font-size: 15px;
  }

  #policyTitle {
    width: 15.5rem
  }

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

  #supportTitle {
    width: 21.1rem
  }

  #supportTitle::after {
    left: 4.5rem
  }

  .container {
    margin: 0 auto 4rem;
  }

  #cuidadosSubTitle {
    margin-top: 40px
  }

  #cuidadosText {
    line-height: 35px
  }
}