.customPageCenteredContent {
  margin-top: 0
}

#customPageTitle {
  display: none
}

.container {
  width: var(--web-container);
  margin: 5rem auto;
  overflow: hidden;
  max-width: 900px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.titleCustom {
  text-align: center;
  line-height: 41px;
  font-size: 35px;
  margin-inline: auto;
  font-weight: var(--secondary-font-weight);
}

.box {
  display: block;
  /* float: left; */
  box-sizing: border-box;
  margin: 3rem auto;
  width: 480px;
}
.centeredContent.customPageCenteredContent.font1[data-custom-id="4"] .productMoreInfo {
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: space-between;
}

[data-custom-id="4"] .box {
    width: 100%;
}

[data-custom-id="4"] .container {
    max-width: unset;
    width: 81%;
}
.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%;
}

.productGrouptitle {
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  font-weight: var(--secondary-font-weight);
  display: flex;
  align-items: center
}

.openClose {
  position: absolute;
  float: right;
  right: 4px;
}

.productGroupInfo {
  /* width: 96%; */
  position: relative;
  text-align: left;
  font-size: 1.3rem;
  overflow: hidden;
  line-height: 1.7rem;
  margin-bottom: 21px;
  box-sizing: border-box
}

.productInfoText {
  margin-top: 0;
  font-size: 13px;
  line-height: 20px;
}

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

@media screen and (max-width: 1100px) {
  .title {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    max-width: none;
    margin-bottom: 0px;
  }
.centeredContent.customPageCenteredContent.font1[data-custom-id="4"] .productMoreInfo {
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
}
  .subtitle {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
    margin-top: 30px
  }

  #termsTitle {
    width: 17.5rem
  }

  #shippingTitle {
    width: 10.5rem
  }

  .box {
    margin-top: 1rem;
    width: fit-content;
  }

  .productGrouptitle {
    margin: 3px 0;
    font-size: 15px;
  }
h1.titleCustom.fade-in-left.observer {
    font-size: 18px;
    width: 100%;
    max-width: unset;
}
  .openClose {
    right: 0;
  }

  #policyTitle {
    width: 15.5rem
  }

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

  #supportTitle {
    width: 21.1rem
  }

  #supportTitle::after {
    left: 4.5rem
  }

  .container {
    width: var(--web-container);
    margin: 0 auto 4rem;
  }

  #cuidadosSubTitle {
    margin-top: 40px
  }

  #cuidadosText {
    line-height: 35px
  }
}