strong {
    font-weight: 400
}

.customPageCenteredContent {
    margin-top: 0
}

#customPageTitle {
    display: none
}

.container {
    width: 100%;
    margin: 0rem auto 8rem;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.8rem
}
.aboutBanner{
    width: 100%;
}

#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: 4rem;
    width: 65%;
    margin-left: 17.5%;
    margin-bottom: 0rem;
    border-bottom: 1px solid var(--grey)
}

.text {
    color: #000;
    font-size: 1.4rem;
    line-height: 20px;
    width: 80%;
    margin: 0 auto;
    letter-spacing: .5px;
    font-weight: 100
}

.textCenter {
    text-align: center;
    width: 45%;
    margin: 10rem auto 8rem
}

.textLeft {
    width: 40%;
    margin: 7rem 10% 3rem
}

.title {
    width: 76%;
    position: relative;
    float: left;
    margin-top: 5rem;
    margin-left: 12%;
    text-transform: uppercase;
    font-size: 3rem
}

.subtitle {
    display: none
}

.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 var(--grey)
}

.productGrouptitle {
    margin: 2rem 0;
    line-height: 22px;
    font-size: 1.5rem;
    width: calc(100% - 1.7rem);
    cursor: pointer;
    letter-spacing: .08em;
    display: flex;
    align-items: center
}

.openClose {
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 2.1rem
}

.productGroupInfo {
    width: 95%;
    position: relative;
    text-align: left;
    font-size: 1.3rem;
    overflow: hidden;
    height: 0;
    line-height: 1.7rem;
    box-sizing: border-box;
    margin: 0 auto
}

.productInfoText {
    margin-top: 0;
    font-weight: 100
}

.productInfoText:last-child {
    margin-bottom: 20px
}

@media screen and (max-width: 1100px) {
    .subtitle {
        font-size:14px;
        width: 100%;
        margin-left: 0;
        margin-top: 30px
    }

    #termsTitle {
        width: 17.5rem
    }

    #shippingTitle {
        width: 10.5rem
    }

    .box {
        margin-top: 3rem
    }

    .openClose {
        right: 0rem
    }

    #policyTitle {
        width: 15.5rem
    }

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

    #supportTitle {
        width: 21.1rem
    }

    #supportTitle::after {
        left: 4.5rem
    }

    .container {
        width: 100%;
        margin: 0rem auto 3rem;
    }

    #cuidadosSubTitle {
        margin-top: 40px
    }

    #cuidadosText {
        line-height: 35px
    }
    .textCenter {
        text-align: left;
        width: 90%;
        font-size: 1.3rem;
        line-height: 22px;
        margin: 4rem auto 3rem;
    }

    .textLeft {
        text-align: left;
        margin: 4rem auto 3rem;
        width: 90%;
        font-size: 1.3rem;
        line-height: 22px;
    }
}
