.customPageCenteredContent {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  #customPageTitle {
    display: none
  }
  
  .container {
    width: 100%;
    margin: 2rem auto 8rem;
    overflow: hidden;
    max-width: 760px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    /* border-bottom: 1px solid #D8D8DA; */
  }
  
  .title {
    font-size: 25px;
    /* text-transform: uppercase; */
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
  }
  
  #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: 1rem 0;
    font-family: 'Akzidenz-Grotesk BQ Extended';
    line-height: 22px;
    font-size: var(--slider-font-size);
    text-transform: uppercase;
    width: calc(100% - 1.7rem);
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--secondary);
    font-weight: 700;
    scroll-margin-top: calc(var(--menu-height) + 24px);
  }
  
  .openClose {
    position: absolute;
    float: right;
    right: 1rem
  }
  
  .productGroupInfo {
    width: 97%;
    margin: 0px auto 0px 0px;
    position: relative;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    height: auto;
    line-height: 20px;
    box-sizing: border-box;
  }
  
  .productInfoText {
    margin-top: 0;
    font-weight: 100;
  }

  .productInfoText ul {
    list-style: disc;
    margin: 10px 0 10px 18px;
    padding-left: 18px;
  }

  .productInfoText li {
    display: list-item;
    margin-bottom: 8px;
  }

  .productInfoText li ul {
    list-style: circle;
    margin-top: 8px;
  }
  
  .productInfoText:last-child {
    margin-bottom: 2.2rem;
    /* margin-left: 10px; */
  }
  
  @media screen and (max-width: 1100px) {
    .title {
      font-size: 20px;
      margin-top: 40px;
      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: 10px 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
    }
  }
