.bannerPrincipal {
    float: left;
    width: 100%;
    background: linear-gradient(180deg,rgba(242, 242, 242, 1) 0%, rgba(113, 86, 55, 1) 100%);
    padding: 120px 0 0 0;
}

.bannerPrincipal .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1500px!important;
}

.bannerPrincipal .container::after,
.bannerPrincipal .container::before {
    display: none;
}

/* Texto */

.bannerPrincipal .textoBanner {
    padding: 0;
}

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

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

.bannerPrincipal .textoBanner p {
    float: left;
    width: 100%;
    color: #0F1A2A;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    margin: 20px 0 40px 0;
}

/* Assinaturas */

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

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

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .titulo {
    float: left;
    width: 100%;
    color: #1E2A3B;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .bonus {
    float: left;
    width: 100%;
    color: #27364B;
    font-size: 13px;
    line-height: 18px;
    list-style: none;
    margin-bottom: 15px;
}

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

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

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

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

/* Box Imagem */

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

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

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

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

    .bannerPrincipal {
        padding: 80px 0 50px 0;
        background: linear-gradient(180deg,rgba(113, 86, 55, 1) 0%, rgba(242, 242, 242, 1) 50%, rgba(113, 86, 55, 1) 100%);
    }

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

    .bannerPrincipal .col-sm-6,
    .bannerPrincipal .col-sm-5 {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .bannerPrincipal .textoBanner {
        float: left;
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .bannerPrincipal .planosBanner {
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
        float: left;
        gap: 5px;
    }

    .bannerPrincipal .textoBanner h2 {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }

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

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

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

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

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .titulo {
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

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

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

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

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

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

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

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

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

    /* Box Imagem */

    .bannerPrincipal .boxImagem h2 {
        display: block;
    }

}

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

    .bannerPrincipal .textoBanner h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .bannerPrincipal .textoBanner p {
        margin: 15px 0 25px 0;
        font-size: 14px;
        line-height: 24px;
    }

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

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

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

}