.flickity-button {
    display: block;
}

.flickity-page-dots .dot {
    background: #fff !important;
}

.w3-hover-text-khaki {
    z-index: 3;
    -webkit-transform: translate3d(0,0,0);
}

.destaque {
    background-color: #151515;
    color: white !important;

    h2, p, h2 > small {
        color: white !important;
    }

    .destaque-card {
        border-radius: 5px;
        background-color: white;
        width: 275px;
        height: 400px;
        margin-right: 10px;
    }

    .destaques-apresentacao {
        align-content: center;
    }

    .destaque-card a {
        text-decoration: none !important;
        color: black !important;
    }

    .destaque-img-container {
        border-radius: 5px 5px 0px 0px;
        width: 275px;
        height: 180px;
        overflow: hidden;
    }

    .destaque-img {
        width: 370px;
        height: 240px;
        overflow: hidden;
        position: relative;
        top: -20%;
        left: -50px;
    }

    .carousel-destaque {
        padding: 20px;
    }

    .destaque-text-box {
        width: 100%;
        padding: 10px 10px 20px;
    }

    @media (max-width: 991px) {
        .destaques-apresentacao {
            text-align: center;
            width: 100%;
            align-content: center;
        }

        .carousel-row {
            width: 100%;
        }
    }

}

