.bannerPrincipal {
    float: left;
    width: 100%;
    background: url(../../../assets/img/assinaturas-ecj/bg-banner-principal.jpg) center center no-repeat;
    padding: 220px 0 220px 0;
    background-size: cover;
}

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

/* Texto */

.bannerPrincipal .textoBanner h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 42px;
}

.bannerPrincipal .textoBanner h2 strong {
    color: #F09C00;
}

.bannerPrincipal .textoBanner p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}

.bannerPrincipal .textoBanner p strong {
    color: #F09C00;
}

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

    .bannerPrincipal {
        background: url(../../../assets/img/assinaturas-ecj/bg-banner-principal-mobile.jpg) #0f1a2a bottom center no-repeat;
        background-size: 100% auto;
        padding: 130px 0 800px 0;
    }

    .bannerPrincipal .container {
        flex-direction: column;
        padding: 0 15px!important;
    }

    .bannerPrincipal .textoBanner {
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .bannerPrincipal .textoBanner h2 br,
    .bannerPrincipal .textoBanner p br {
        display: none;
    }

    .bannerPrincipal .col-sm-6 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        float: left;
    }

}

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

    .bannerPrincipal {
        background: url(../../../assets/img/assinaturas-ecj/bg-banner-principal-mobile.jpg) #0f1a2a bottom center no-repeat;
        background-size: 100% auto;
        padding: 130px 0 600px 0;
    }

}

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

    .bannerPrincipal {
        padding: 120px 0 450px 0;
    }

    .bannerPrincipal .textoBanner h2 {
        font-size: 24px;
        text-align: center;
        line-height: 32px;
        margin: 0 0 20px 0;
    }

    .bannerPrincipal .textoBanner p {
        font-size: 13px;
        text-align: center;
        line-height: 20px;
        margin: 0 0 20px 0;
    }

}

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

    .bannerPrincipal {
        padding: 90px 0 300px 0;
    }

}