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

/* Texto */

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

.bannerPrincipal .textoBanner span.subtitulo {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Assinaturas */

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

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .titulo {
    float: left;
    width: 100%;
    color: #1E2A3B;
    font-size: 22px;
    font-weight: bold;
}

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

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

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

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

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

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

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

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

    .bannerPrincipal .textoBanner span.subtitulo {
        margin-bottom: 30px;
    }

    .bannerPrincipal .textoBanner span.subtitulo 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; */
    }

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

}

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

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

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

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

    .bannerPrincipal .textoBanner h2.semSubtitulo {
        margin: 0 0 25px 0;
    }

    .bannerPrincipal .textoBanner span.subtitulo {
        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: 100px 0 230px 0;
    }

    .bannerPrincipal .textoBanner {
        padding: 0;
    }

    .bannerPrincipal .planosBanner {
        grid-column-gap: 5px;
    }

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

}

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

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

}