.customPageCenteredContent {
  margin-top: 74px;
  background: white;
  width: 65%;
  margin-bottom: 77px;
}

#customPageTitle {
  display: none
}

.container {
  width: 84%;
  margin: 0rem auto 3rem;
  overflow: hidden;
  /* max-width: 688px; */
  font-size: 1.4rem;
  line-height: 1.8rem;
  /* border-bottom: 1px solid #000000; */
}

.title {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 45px;
  font-weight: 600;
  letter-spacing: 0px;
}

#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: 14px auto 20px;
  width: 100%
}

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

.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: fit-content;
  float: left;
  background: #F5F5F5;
  border: 1px solid #CCCCCC;
  color: var(--base);
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  margin-left: 0px;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 25px;
}

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

.openClose {
  position: absolute;
  float: right;
  right: 20px;
  font-weight: 400;
  font-size: 40px;
}

.productGroupInfo {
  width: 95%;
  /* margin: 0 auto; */
  position: relative;
  text-align: left;
  font-size: 13px;
  overflow: hidden;
  height: 0;
  line-height: 20px;
  box-sizing: border-box;
  /* margin-bottom: 25px; */
}

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

.productInfoText:last-child {
  margin-bottom: 1.2rem;
  /* margin: auto 15px; */
}

.moreInfoDiv:last-of-type {
  border-bottom: 1px solid #EEEEEE;
}
.bottomBox {
    float: left;
}
.cardsContainer {
    display: flex;
    gap: 36px;
}
.card {
    aspect-ratio: 1/1;
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #F8F7F5;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
    padding: 23px 10px;
    box-sizing: border-box;
    color: var(--base);
    gap: 8px;
}

.card img {
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
}

.cardTitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.cardsinfo {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

a.cardMoreInfo {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

a.cardMoreInfo:hover {
    text-decoration:underline;
    text-underline-offset:2px;
}
@media screen and (max-width: 780px) {
  .customPageCenteredContent {
    margin-top: 27px;
    margin-bottom: 27px;
    height: auto;
  }

  .productInfoText:last-child {
    /* margin: auto 15px; */
    margin-bottom: 1.2rem;
    font-size: 13px;
    font-weight: var(--regular);
  }
}

@media screen and (max-width: 1100px) {
  .title {
    font-size: 18px;
    margin-top: 30px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 8px;
  }
.cardsContainer {
    display: flex;
    flex-direction:column;
    gap: 18px;
    margin-top: 40px;
}
.moreInfoDiv {
 
  padding: 0 12px;
}
  .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-top: 2rem;
  }

  .productGrouptitle {
    margin: 1.6rem 0px;
    font-size: 14px;
    font-weight: 400;
  }

  .openClose {
    right: 1rem;
    font-size: 26px;
  }

  #policyTitle {
    width: 15.5rem
  }

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

  #supportTitle {
    width: 21.1rem
  }

  #supportTitle::after {
    left: 4.5rem
  }

  .container {
    width: 100%;
    margin: 0pc;
  }

  #cuidadosSubTitle {
    margin-top: 40px
  }

  #cuidadosText {
    line-height: 35px
  }
}