.ofertaSecreta {
    float: left;
    width: 100%;
    padding: 130px 0;
    background-image: url(../../../assets/img/assinaturas-vitalicia/bg-oferta-secreta.jpg), linear-gradient(to right, #0a121f 50%, #000 50%);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.ofertaSecreta h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px 0;
    font-size: 34px;
    line-height: 46px;
}

.ofertaSecreta h2 strong {
    color: #F09C00;
}

.ofertaSecreta p {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 26px;
}

.ofertaSecreta a {
    background: #C98300;
    color: #fff;
    text-decoration: none;
    padding: 12px 60px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
}

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

    .ofertaSecreta {
        padding: 60px 0 550px 0;
        background: url(../../../assets/img/assinaturas-vitalicia/bg-oferta-secreta-mobile.jpg) bottom center #0b111f;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .ofertaSecreta .col-sm-5 {
        float: left;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

}

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

    .ofertaSecreta {
        padding: 40px 0 400px 0;
    }

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

    .ofertaSecreta h2 br {
        display: none;
    }

    .ofertaSecreta p {
        font-size: 14px;
        line-height: 24px;
    }

    .ofertaSecreta p br {
        display: none;
    }

}

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

    .ofertaSecreta {
        padding: 40px 0 300px 0;
    }

}