.customPageCenteredContent {
  margin-top: 0;
  width: var(--web-container) !important;
  max-width: unset;
}

#customPageTitle {
  display: none
}

.container {
  width: 100%;
  margin: 50px auto;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.8rem;
  /* border-bottom: solid 1px var(--lighter-base); */
}

.titleCustom {
  text-align: center;
  margin-inline: auto
}

.box {
  display: block;
  float: left;
  box-sizing: border-box;
  margin-top: 3rem;
  width: 100%
}

.text {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8rem
}
.tab {
    width: 100%;
    background: #F5F5F5;
    padding: 35px;
}
.tabsTitle {
    border-bottom: 1px solid #CBCBCB;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 0px;
    margin-bottom: 2rem;
}

.tabInfo {
    width: 91%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 52px;
    background: #F5F5F5;
    margin: auto;
}

.tabImg {
    width: fit-content;
}

.tabImg img {
    width: 190px;
    height: 190px;
    display: block;
    aspect-ratio: 1 / 1;
}

.tabName {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.tabAuthorInfo {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.tabUbication {
    margin-bottom: 24px;
}

a.tabViewMore {font-weight: 500;}
a.tabViewMore:hover {
    text-decoration:underline;
    text-underline-offset:2px;
}

.tabBiography {
    margin-bottom: 24px;
}
@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: 2rem;
  }

  .productGrouptitle {
    margin: 1.5rem 0;
    font-size: 15px;
  }

  .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
  }
}