.bannerPrincipal {
    float: left;
    width: 100%;
    background: url(../../../assets/img/tse/bg-banner-principal.jpg) #000000 center center no-repeat;
    padding: 120px 0 70px 0;
    background-size: cover;
}

.bannerPrincipal .container {
    display: flex;
    align-items: self-end;
}

/* Texto */

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

.bannerPrincipal .textoBanner .textos .imagemMobile {
    display: none;
}

.bannerPrincipal .textoBanner .textos span {
    color: #fff;
    background-color: #D61F1F;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    float: left;
}

.bannerPrincipal .textoBanner .textos h2 {
    float: left;
    width: 100%;
    color: #F7CB15;
    margin: 15px 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.bannerPrincipal .textoBanner .textos p {
    float: left;
    width: 100%;
    color: #D9D9D9;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

/* Pacotes */

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

.bannerPrincipal .textoBanner .planosBanner .col-sm-6 {
    padding: 0 5px;
}

.bannerPrincipal .textoBanner .boxPacote .boxInterno {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
}

.bannerPrincipal .textoBanner .boxPacote .boxInterno .preTitulo {
    float: left;
    width: 100%;
    color: #1E2A3B;
    font-size: 12px;
    margin: 0px 0 4px 0;
}

.bannerPrincipal .textoBanner .boxPacote .boxInterno .titulo {
    float: left;
    width: 100%;
    color: #1E2A3B;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.bannerPrincipal .textoBanner .boxPacote .boxInterno .texto {
    float: left;
    width: 100%;
    color: #1E2A3B;
    font-size: 12px;
    line-height: 20px;
}

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

.bannerPrincipal .textoBanner .boxPacote .boxInterno .boxPreco .precoTipo {
    float: left;
    width: 100%;
    color: #1E2A3B;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
}

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

.bannerPrincipal .textoBanner .boxPacote .boxInterno .boxPreco .preco {
    float: left;
    width: 100%;
    color: #1E2A3B;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
}

.bannerPrincipal .textoBanner .boxPacote .boxInterno .boxPreco a {
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
    background: #1E2A3B;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
}

.bannerPrincipal .textoBanner .linkCargos {
    float: left;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.bannerPrincipal .textoBanner .linkCargos a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.bannerPrincipal figure {
    text-align: center;
}

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

    .bannerPrincipal {
        padding: 120px 0 0px 0;
        background: url(../../../assets/img/tse/bg-banner-principal.jpg) #000000 left bottom no-repeat;
        background-size: cover;
    }

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

    .bannerPrincipal .textoBanner,
    .bannerPrincipal .boxFigure {
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .bannerPrincipal .boxFigure {
        text-align: center;
        margin-top: 40px;
    }

}

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

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

    .bannerPrincipal .planosBanner .boxAssinatura {
        float: left;
        width: 50%;
        padding: 0 5px;
    }

}

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

    .bannerPrincipal .textoBanner .textos .imagemMobile {
        display: block;
        margin-bottom: 40px;
        text-align: center;
    }

    .bannerPrincipal .textoBanner h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .bannerPrincipal .textoBanner span.subtitulo {
        font-size: 13px;
        text-align: center;
        line-height: 20px;
    }

    .bannerPrincipal .textoBanner .planosBanner .boxPacote {
        float: left;
        width: 100%;
        padding: 0 2px;
        max-width: 100%;
    }

    .bannerPrincipal .textoBanner .planosBanner .boxPacote + .boxPacote {
        margin-top: 20px;
    }

    .bannerPrincipal .textoBanner .boxPacote .boxInterno {
        padding: 10px;
    }

    .bannerPrincipal .textoBanner .boxPacote .boxInterno .preTitulo {
        margin: 0 0 2px 0;
    }

    .bannerPrincipal .textoBanner .boxPacote .boxInterno .texto {
        line-height: 18px;
    }

    .bannerPrincipal .textoBanner .planosBanner .boxPreco .col-sm-6 {
        padding: 0 5px;
        float: left;
        width: 50%;
    }

}