.bannerPrincipal {
    float: left;
    width: 100%;
    background: url(../../../assets/img/oportunidadesDeConcurso/bg-banner-principal-v2.jpg) center center no-repeat;
    padding: 50px 0;
    background-size: cover;
}

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

/* Texto */

.bannerPrincipal .textoBanner #logoBanner {
    float: left;
    width: 100%;
    margin-bottom: 150px;
}

.bannerPrincipal .textoBanner h1 {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 900;
}

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

.bannerPrincipal .textoBanner span {
    float: left;
    width: 100%;
    color: #79EFFF;
    margin: 25px 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}

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

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

.bannerPrincipal .textoBanner .boxLinks a {
    background: #ff494a;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    float: left;
    padding: 15px 0;
    border-radius: 8px;
    width: 200px;
    text-decoration: none;
    text-align: center;
}

.bannerPrincipal .textoBanner .boxLinks a + a {
    margin-left: 15px;
}

.bannerPrincipal .sliderDepoimentosBanner {
    display: none;
}

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

    .bannerPrincipal {
        background: url(../../../assets/img/oportunidadesDeConcurso/bg-banner-principal-tablet-v2.jpg) center center no-repeat;
        background-size: cover;
    }

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

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

    .bannerPrincipal .textoBanner #logoBanner {
        margin-bottom: 90px;
    }

    .bannerPrincipal .textoBanner #logoBanner figure {
        text-align: center;
    }

    .bannerPrincipal .textoBanner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    /* .bannerPrincipal .textoBanner h1,
    .bannerPrincipal .textoBanner span,
    .bannerPrincipal .textoBanner p {
        text-align: center;
    } */

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

    .bannerPrincipal .textoBanner .boxLinks {
        text-align: center;
    }

    .bannerPrincipal .textoBanner .boxLinks a {
        float: none;
        display: inline-block;
    }

    .bannerPrincipal .boxDepoimentos {
        display: none;
    }

    /* Slider */

    .bannerPrincipal .sliderDepoimentosBanner {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li {
        padding: 0 10px;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li:nth-child(even) {
        margin-top: 50px;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li figure {
        float: left;
        width: 100%;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li figure img {
        width: 100%;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li .textos {
        float: left;
        width: 100%;
        background: #00B9FF;
        position: relative;
        padding: 12px;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li .textos::before {
        border-bottom: 20px solid #00B9FF;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        position: absolute;
        content: '';
        left: 20px;
        top: -18px;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li .textos .nome {
        float: left;
        width: 100%;
        color: #1E2A3B;
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li .textos .descricao {
        float: left;
        width: 100%;
        color: #1E2A3B;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        margin: 5px 0;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li .textos .texto {
        float: left;
        width: 100%;
        color: #1E2A3B;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    /* Setas */

    .bannerPrincipal .sliderDepoimentosBanner ul .setaBanner {
        position: absolute;
        top: calc(50% - 12px);
        left: -10px;
        cursor: pointer;
        z-index: 1;
        width: 45px;
        height: 45px;
        border-radius: 100px;
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul .setaBanner.proximo {
        transform: rotate(180deg);
        right: -10px;
        left: auto;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul .setaBanner.slick-disabled {
        opacity: 0.5;
        cursor: default;
    }

}

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

    .bannerPrincipal .textoBanner #logoBanner {
        margin-bottom: 60px;
    }

    .bannerPrincipal .textoBanner h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .bannerPrincipal .textoBanner .boxLinks a {
        width: 100%;
    }

    .bannerPrincipal .textoBanner .boxLinks a + a {
        margin: 10px 0 0 0;
    }

    .bannerPrincipal .sliderDepoimentosBanner {
        padding: 0;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul {
        padding: 0;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul .setaBanner {
        width: 35px;
        height: 35px;
        top: calc(40% - 25px);
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li {
        padding: 0 5px;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li .textos {
        padding: 8px;
    }

    .bannerPrincipal .sliderDepoimentosBanner ul li .textos .texto {
        font-size: 13px;
        line-height: 20px;
    }

}