.bannerPrincipal {
    float: left;
    width: 100%;
    background: url(../../../assets/img/pacotes-promocao/bg-banner-principal-desktop.jpg) bottom center #000 no-repeat;
    padding: 140px 0 30px 0;
}

.bannerPrincipal .boxFlex {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

/* Texto */

.bannerPrincipal .textoBanner {
    text-align: left;
}

.bannerPrincipal .textoBanner figure {
    float: left;
    width: 100%;
}

.bannerPrincipal .textoBanner figure img {
    margin-left: -60px;
    margin-bottom: -20px;
}

.bannerPrincipal .textoBanner p {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.bannerPrincipal .textoBanner p strong {
    color: #DCB24C;
}

.bannerPrincipal .textoBanner .estrategia {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 12px;
}

/* Mensagem Aprovados - Mobile */

.bannerPrincipal .msgAprovadosMobile {
    display: none;
}

/* Assinaturas */

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

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

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagPorcentagem {
    background: #FF4949;
    position: absolute;
    right: -10px;
    top: -15px;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

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

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno ul {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 3px 0 0 0;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno ul li {
    list-style: none;
    color: #CBD4E1;
    font-size: 13px;
    line-height: 22px;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .aPartir {
    float: left;
    width: 100%;
    color: #CBD4E1;
    font-size: 12px;
    margin-bottom: 5px;
}

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

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

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

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

/* Mensagem Aprovados - Desktop */

.msgAprovadosDesktop {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.msgAprovadosDesktop span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

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

    .bannerPrincipal {
        background: url(../../../assets/img/pacotes-promocao/bg-banner-principal-mobile.jpg) #000 center top no-repeat;
        background-size: 100% auto;
        padding: 100px 0 50px 0;
    }

    .bannerPrincipal .boxFlex {
        flex-direction: column;
    }

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

    .bannerPrincipal .textoBanner {
        margin-bottom: 40px;
    }

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

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

    .bannerPrincipal .planosBanner {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco {
        margin-top: 0;
    }

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

}

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

    .bannerPrincipal {
        padding: 180px 0 30px 0;
    }

    .bannerPrincipal .textoBanner {
        float: left;
        width: 100%;
        max-width: 100%;
        padding-right: 100px !important;
    }

    .bannerPrincipal .textoBanner img {
        margin-left: -35px!important;
        margin-bottom: -10px!important;
    }

    .bannerPrincipal .textoBanner p {
        margin: 12px 0;
        font-size: 15px;
        line-height: 23px;
    }

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

    .bannerPrincipal .textoBanner .data {
        font-size: 15px
    }

    .bannerPrincipal .textoBanner a {
        margin: 15px 0;
        padding: 8px 25px;
    }

    .bannerPrincipal .msgAprovadosMobile {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 1px;
        float: left;
        width: 100%;
        text-align: center;
        display: block;
    }

    .bannerPrincipal .planosBanner {
        margin-top: 50px;
    }

    .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;
    }

    .msgAprovadosDesktop {
        display: none;
    }

}

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

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

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

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

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

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagPorcentagem {
        right: 0;
        top: -22px;
    }

}