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
}

.infoBanner{
    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: 1.8rem
}

.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: 100%;
    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;
    letter-spacing: .5px;
}

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

h1, #customPageTitle {
    margin-top: 3rem;
    font-family: 'BeautiqueDisplay';
}

@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;
        width: 90%;
        margin-left: 5%;
    }

    .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 8rem
    }

    #cuidadosSubTitle {
        margin-top: 40px
    }

    #cuidadosText {
        line-height: 35px
    }

    .title {
        margin-bottom: 10px;
        font-size: 31px;
        letter-spacing: 1px;
        text-align: left;
        width: 90%;
        margin-left: 5%;
    }
    .productGroupInfo {
        width: 100%;
        letter-spacing: .5px;
        line-height: 18px;
    }
}
