.footerPlatinum {
    float: left;
    width: 100%;
    padding: 40px 0 100px 0;
    background-color: #060606;
}

.footerPlatinum .boxCima {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerPlatinum .boxCima a {
    color: #fff;
    cursor: pointer;
}

.footerPlatinum .boxBaixo {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.footerPlatinum .boxBaixo p {
    color: #fff;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 150%;
    font-size: 12px;
}

.footerPlatinum .boxBaixo p + p {
    margin-top: 15px;
}

@media only screen and (max-width: 880px) {

    .footerPlatinum .boxCima {
        flex-direction: column;
    }

    .footerPlatinum .boxCima .col-sm-9 {
        flex-direction: column;
        margin-top: 30px;
        float: left;
        width: 100%;
        max-width: 100%;
    }

}

@media only screen and (max-width: 700px) {

    .footerPlatinum .boxCima .col-sm-9 .col-sm-3 {
        float: left;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .footerPlatinum .boxCima .col-sm-9 .col-sm-3 + .col-sm-3 {
        margin-top: 15px;
    }

}