.boxGarantia {
    float: left;
    width: 100%;
    background-color: #0F1A2A;
    padding: 120px 0;
    -webkit-box-shadow: inset 0px -182px 55px -102px rgba(255,255,255,0.08);
    -moz-box-shadow: inset 0px -182px 55px -102px rgba(255,255,255,0.08);
    box-shadow: inset 0px -182px 55px -102px rgba(255,255,255,0.08);
}

.boxGarantia .container {
    display: flex;
    align-items: center;
}

.boxGarantia .boxTexto h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 26px;
    line-height: 36px;
}

.boxGarantia .boxTexto h2 strong {
    color: #F09C00;
}

.boxGarantia .boxTexto p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.boxGarantia .boxTexto p strong {
    color: #F09C00;
}

.boxGarantia .boxSelos {
    text-align: center;
}

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

    .boxGarantia {
        padding: 60px 0;
    }

    .boxGarantia .container {
        flex-direction: column;
    }

    .boxGarantia .col-sm-6 {
        float: left;
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .boxGarantia .col-sm-6 + .col-sm-6 {
        margin-top: 40px;
    }

    .boxGarantia .boxTexto h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .boxGarantia .boxTexto p br {
        display: none;
    }

    .boxGarantia .boxSelos img {
        max-width: 45%!important;
    }

}