.bannerPrincipal {
    float: left;
    width: 100%;
    background: #F2F2F2;
    padding: 110px 0 60px 0;
}

.bannerPrincipal .container {
    display: flex;
    align-items: flex-end;
    width: 1500px!important;
}

/* Texto */

.bannerPrincipal .textoBanner {
    padding: 0;
}

.bannerPrincipal .textoBanner .imgVoceAprovado {
    display: none;
}

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

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

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

.bannerPrincipal .textoBanner p.subtitulo strong {
    color: #BF7B2A;
}

.bannerPrincipal .textoBanner .imgBannerMobile {
    display: none;
}

/* Vantagens */

.bannerPrincipal .boxVantagensBanner {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-bottom: 40px;
}

.bannerPrincipal .boxVantagensBanner .itemVantagem {
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-direction: column;
}

.bannerPrincipal .boxVantagensBanner .itemVantagem p {
    margin: 0;
    text-align: center;
    color: #222222;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}

.bannerPrincipal .boxVantagensBanner .itemVantagem p strong {
    color: #A36B00;
}

.bannerPrincipal .boxVantagensBanner .itemVantagem a {
    width: 100%;
    text-align: center;
    color: #A36B00;
    margin-top: 15px;
    border: solid 2px #A36B00;
    border-radius: 4px;
    padding: 5px 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

/* Assinaturas */

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

.bannerPrincipal .planosBanner .boxAssinatura .seloMelhorOferta {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 60px;
    margin-bottom: 10px;
}

.bannerPrincipal .planosBanner .boxAssinatura .seloMelhorOferta span {
    color: #fff;
    background-color: #F09C00;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
}

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

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .melhorOferta {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    min-height: 30px;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .melhorOferta span {
    color: #fff;
    background-color: #F09C00;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 100px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.bannerPrincipal .planosBanner .boxAssinatura:first-child .boxInterno .melhorOferta span {
    background-color: #565769;
}

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

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

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .listaBonus li {
    color: #121520;
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    padding: 1px 0;
}

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

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco .precoDe {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #565769;
}

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

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco .precoPor small {
    font-size: 16px;
    font-weight: 500;
    color: #121520;
}

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

.bannerPrincipal .planosBanner .boxAssinatura:first-child .boxInterno .boxPreco a {
    background-color: #475569;
}

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

.bannerPrincipal .boxImagem h2 {
    float: left;
    width: 100%;
    color: #222222;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 28px;
    display: none;
}

.bannerPrincipal .boxImagem h2 strong {
    color: #A36B00;
}

.bannerPrincipal .boxImagem .subtitulo {
    display: none;
}

.bannerPrincipal .boxImagem img {
    width: 100%;
}

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

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

}

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

    .bannerPrincipal {
        padding: 150px 0 0 0;
    }

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

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

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

    .bannerPrincipal .planosBanner {
        padding: 0;
        grid-column-gap: 7px;
        float: left;
    }

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

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno {
        padding: 20px!important;
    }

    .bannerPrincipal .boxTexto {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .bannerPrincipal .boxTexto img {
        margin-bottom: 0;
    }

}

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

    .bannerPrincipal {
        padding: 80px 0 40px 0;
    }

    .bannerPrincipal .container {
        padding: 0!important;
    }

    .bannerPrincipal .textoBanner {
        margin-bottom: 0;
        padding: 0 15px;
    }

    .bannerPrincipal .textoBanner .imgVoceAprovado {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

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

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

    .bannerPrincipal .textoBanner .imgBannerMobile {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .bannerPrincipal .boxVantagensBanner {
        grid-template-columns: repeat(2, 1fr);
    }

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

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

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

    .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: 14px;
    }

    .bannerPrincipal .boxImagem {
        display: none;
    }

}

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

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .melhorOferta {
        min-height: 46px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .melhorOferta span {
        padding: 7px 10px;
        border-radius: 10px;
    }

}

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

    .bannerPrincipal .textoBanner h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .bannerPrincipal .textoBanner p.subtitulo {
        margin: 0 0 20px 0;
    }

    .bannerPrincipal .boxVantagensBanner .itemVantagem {
        padding: 15px;
    }

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

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno {
        padding: 8px!important;
    }

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

}