.destaques {
    background: #ebf7fd;
}

.destaques .box-card {
    max-width: 350px;
    min-width: 300px;
    max-height: 500px;
    min-height: 500px;
    padding: 1em;
    background: #fff;
    border-bottom: 4px solid #00adee;
    margin: 0 auto;
}

.destaques .box-card .box-card-img {
    height: 230px;
}

.destaques .box-card-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.destaques .box-card .card-date {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #00adee;
}

.destaques .box-card .h1-card {
    font-size: 1.5em;
}

.destaques .box-card .desc-card {
    font-size: 0.875em;
}

.destaques .box-card .box-card-btn {
    padding: 1em 0;
    width: 100%;
}

.destaques .box-card .btn-ler {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #00adee;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s ease;
    text-decoration: none;
    color: #00adee;
}

.destaques .cont-carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.destaques .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}

.destaques .owl-theme .owl-nav [class*=owl-] {
    background: none;
    margin: 0;
    padding: 0 !important;
    cursor: pointer;
    border-radius: 0;
}

.destaques .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: -60px;
}

.destaques .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: -60px;
}
