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

.bannerPrincipal .boxFlex {
    display: flex;
    align-items: center;
    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;
    height: auto;
}

.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 .msgAprovadosBobile {
    display: none;
}

/* Box Lista Planos */

.bannerPrincipal .boxListaPlanos {
    padding-left: 50px;
}

/* Selo Acesso Extra */

.bannerPrincipal .seloAcessoExtra {
    float: right;
    position: relative;
    z-index: 10;
}

.bannerPrincipal .seloAcessoExtra img {
    margin-bottom: -18px;
    height: auto;
}

/* Assinaturas */

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

/* Box Interno */

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

/* Tag Relâmpago */

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagRelampago {
    min-height: 50px;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DC9A4C;
    padding: 8px 15px;
    border-radius: 50px;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagRelampago .textos {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 10px;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagRelampago .textos .tituloTag {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-style: italic;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagRelampago .textos .legenda {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-top: 5px;
}

.bannerPrincipal .planosBanner .boxAssinatura:last-child .boxInterno .tagRelampago {
    background: #565769;
}

/* Tag Padrão */

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagVendido {
    min-height: 25px;
    width: 100%;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagVendido span {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    background: #565769;
    float: left;
    padding: 8px 15px;
    border-radius: 50px;
    width: 100%;
    text-transform: uppercase;
}

.bannerPrincipal .planosBanner .boxAssinatura:first-child .boxInterno .tagVendido span {
    background: #F09C00;
}

/* Título */

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .titulo {
    float: left;
    width: 100%;
    color: #121520;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    content-visibility: auto!important;
}

/* Subtítulo */

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .subTitulo {
    float: left;
    width: 100%;
    color: #121520;
    font-size: 13px;
    font-weight: 500;

}

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

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

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

.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;
    font-size: 13px;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco a.cartao {
    border: solid 2px #F09C00;
    background: none;
    color: #F09C00;
}

.bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco a + a {
    margin-top: 8px;
}

/* 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/assinaturas-promocao/bg-banner-principal-mobile.jpg) #000000 top right no-repeat;
        background-size: 100% auto;
        padding: 200px 0 50px 0;
    }

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

    .bannerPrincipal .boxFlex .col-sm-4,
    .bannerPrincipal .boxFlex .col-sm-6 {
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .bannerPrincipal .boxFlex .col-sm-4 {
        margin-bottom: 30px;
    }

}

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

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

    .bannerPrincipal .textoBanner {
        padding-right: 100px!important;
    }

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

    .bannerPrincipal .textoBanner p {
        margin: 0 0 30px 0;
    }

    .bannerPrincipal .textoBanner br {
        display: none;
    }

    .bannerPrincipal .msgAprovadosBobile {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

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

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

    .bannerPrincipal .seloAcessoExtra img {
        width: 75px;
    }

    .bannerPrincipal .planosBanner {
        gap: 5px;
    }

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

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

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagRelampago img {
        height: 15px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagRelampago .textos {
        margin: 0 2px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagRelampago .textos .tituloTag {
        font-size: 10px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .tagRelampago .textos .legenda {
        margin-top: 2px;
        font-size: 9px;
    }

    .bannerPrincipal .planosBanner .boxAssinatura .boxInterno .boxPreco a {
        font-size: 10px;
    }

    .msgAprovadosDesktop {
        display: none;
    }

}