.boxDestaques {
    float: left;
    width: 100%;
    background: #0F1A2A;
    -webkit-box-shadow: inset 0px -123px 95px -104px rgba(255,255,255,0.10);
    -moz-box-shadow: inset 0px -123px 95px -104px rgba(255,255,255,0.10);
    box-shadow: inset 0px -123px 95px -104px rgba(255,255,255,0.10);
    padding: 0 0 30px 0;
    border-bottom: 60px solid #0F1A2A;
}

.boxDestaques h2.titulo {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0 0 40px 0;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
}

.boxDestaques h2.titulo strong {
    color: #F09C00;
}

.boxDestaques ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.boxDestaques ul li.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
}

.boxDestaques ul h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 44px;
    color: #F09C00;
}

.boxDestaques li .col-sm-12 {
    text-align: center;
}

.boxDestaques li .col-sm-12 img {
    display: inline-block;
}

.boxDestaques span {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 5px;
    padding: 15px;
    color: #CBD4E1;
    font-size: 13px;
    line-height: 22px;
}

.boxDestaques p {
    float: left;
    width: 100%;
    margin: 0;
    color: #CBD4E1;
    font-size: 13px;
    line-height: 23px;
}

.boxDestaques a {
    padding: 5px 50px;
    float: left;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    border: solid 2px #fff;
    font-weight: bold;
    margin-top: 30px;
    cursor: pointer;
}

.boxDestaques img.comVideo {
    cursor: pointer;
}

/* Setas */

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

.boxDestaques ul .setaBanner.proximo {
    transform: rotate(180deg);
    right: -70px;
    left: auto;
}

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

/* Dots */

.boxDestaques ul ul.slick-dots {
    position: absolute;
    bottom: -70px;
    text-align: center;
}

.boxDestaques ul ul.slick-dots li {
    display: inline-block;
    line-height: 100%;
}

.boxDestaques ul ul.slick-dots li button {
    text-indent: -99999px;
    border: solid 4px #fff;
    background: #fff;
    width: 18px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50px;
    transition: all 0.2s linear;
}

.boxDestaques ul ul.slick-dots li.slick-active button {
    border-color: #3399FF;
}

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

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

    .boxDestaques .col-sm-4,
    .boxDestaques .col-sm-8 {
        width: 100%;
        max-width: 100%;
        float: left;
        padding: 0;
    }

    .boxDestaques .col-sm-8 {
        margin-top: 15px;
    }

    .boxDestaques a {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

}

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

    .boxDestaques {
        padding: 0;
    }

    .boxDestaques h2.titulo,
    .boxDestaques ul h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .boxDestaques h2 br {
        display: none;
    }

    .boxDestaques ul li.slick-slide {
        flex-direction: column;
    }

}