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

/* Texto */

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

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

/* Assinaturas */

.bannerPrincipal .planosBanner {
    margin-top: 40px;
    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;
}

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

.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;
    min-height: 19px;
}

.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: #156EF3;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 4px;
    text-decoration: none;
}

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

    .bannerPrincipal .planosBanner .boxAssinatura {
        padding: 0 5px;
    }

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

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .titulo {
        font-size: 18px;
    }

}

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

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

    .bannerPrincipal .col-sm-6 {
        float: left;
    }

    .bannerPrincipal .textoBanner {
        text-align: center;
        float: left;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .bannerPrincipal .textoBanner h2 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;
    }

}

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

    .bannerPrincipal {
        padding: 110px 0 350px 0;
    }

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

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

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

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .titulo {
        font-size: 16px;
        line-height: 22px;
    }

    .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: 11px;
        line-height: 18px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco .precoPor {
        font-size: 18px;
    }

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

}

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

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

    .bannerPrincipal .textoBanner {
        padding: 0;
    }

    .bannerPrincipal .planosBanner {
        grid-column-gap: 0px;
        margin-top: 20px;
    }

}

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

    .bannerPrincipal {
        padding: 95px 0 180px 0;
        background-color: #043Da1;
    }

}