.bannerPrincipal {
    float: left;
    width: 100%;
    background: url(../../../assets/img/pacotes-ecj/bg-banner-principal.jpg) #101823 bottom right no-repeat;
    padding: 145px 0 100px 0;
    background-size: cover;
}

/* Texto */

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

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

.bannerPrincipal .textoBanner h2 .bg {
    background-color: #F09C00;
    padding: 0 10px;
}

.bannerPrincipal .textoBanner span.subtitulo {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 40px;
}

.bannerPrincipal .textoBanner span.subtitulo strong.cor {
    color: #F09C00;
}

/* Assinaturas */

.bannerPrincipal .planosBanner {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno {
    float: left;
    width: 100%;
    background: rgba(30, 42, 59, 0.6);
    backdrop-filter: blur(2.5px);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .titulo {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno ul {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    min-height: 45px;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno ul li {
    float: left;
    width: 100%;
    list-style: none;
    color: #CBD4E1;
    font-size: 12px;
    line-height: 20px;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco .precoDe {
    float: left;
    width: 100%;
    color: #CBD4E1;
    font-size: 13px;
    text-decoration: line-through;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco .precoPor {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco a {
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
    background: #C98400;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 4px;
    text-decoration: none;
}

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

    .bannerPrincipal {
        background: url(../../../assets/img/pacotes-ecj/bg-banner-principal-mobile.jpg) #060F1C bottom center no-repeat;
        background-size: 100% auto;
        padding: 115px 0 500px 0;
        height: auto;
    }

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

    .bannerPrincipal .textoBanner {
        text-align: center;
        padding: 0;
    }

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

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

    .bannerPrincipal .planosBanner {
        padding: 0;
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        float: left;
        grid-column-gap: 5px;
        margin: 0;
    }

}

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

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

}

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

    .bannerPrincipal {
        padding: 100px 0 370px 0;
    }

    .bannerPrincipal .textoBanner h2 {
        text-align: center;
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }

    .bannerPrincipal .textoBanner span.subtitulo {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno {
        padding: 10px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .titulo {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0;
        min-height: 50px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .titulo strong {
        float: left;
        width: 100%;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno ul {
        min-height: 55px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco .precoDe {
        font-size: 12px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco .precoPor {
        font-size: 20px;
        margin-top: 5px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco a {
        padding: 7px 0;
        font-size: 12px;
    }

}

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

    .bannerPrincipal {
        padding: 100px 0 260px 0;
    }

}

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

    .bannerPrincipal {
        padding: 100px 0 200px 0;
    }

}