/************************
 *     Slick-Slider     *
 ************************/
.imagens-noticia .slick-prev,
.imagens-noticia .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.imagens-noticia .slick-prev:focus,
.imagens-noticia .slick-next:focus,
.imagens-noticia .slick-prev:hover,
.imagens-noticia .slick-next:hover {
    color: transparent;
    outline: none;
    background: transparent;
}

.imagens-noticia .slick-prev:hover:before,
.imagens-noticia .slick-next:hover:before {
    opacity: 1;
}

.imagens-noticia .slick-prev.slick-disabled:before,
.imagens-noticia .slick-next.slick-disabled:before {
    opacity: .25;
}

.imagens-noticia .slick-prev:before,
.imagens-noticia .slick-next:before {
    font-family: 'Material Icons';
    font-size: 30px;
    margin-left: -5px;
    line-height: 1;
    opacity: .75;
    color: rgba(0, 0, 0, 0.7);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.imagens-noticia .slick-next:before {
    content: '\e409';
}

.imagens-noticia .slick-prev:before {
    content: '\e408';
}

.imagens-noticia .slick-prev,
.imagens-noticia .slick-next {
    height: 100%;
    width: 20px;
}

.imagens-noticia .slick-prev {
    left: 0;
}

.imagens-noticia .slick-next {
    right: 0;
}

/**********************
 *     CSS Padrão     *
 **********************/
.card-noticia-horizontal h5 {
    font-size: 20px;
    display: inline-block;
    margin-top: 0;
}

.card-noticia-horizontal span {
    float: right;
    font-weight: 200;
}

.card-noticia-horizontal a.btn {
    right: 10px;
    bottom: 10px;
    position: absolute;
}

.card-noticia-foto {
    height: 150px;
}

.noticia-data {
    font-weight: 200;
    font-size: 1.2rem;
    margin-left: 1ch;
}

.imagens-noticia img {
    max-width: 100%;
    max-height: 100px !important;
    margin: auto;
    width: initial !important;
}

.imagens-noticia .slick-list.draggable {
    padding: 0 !important;
}

.imagens-noticia .slick-slide {
    height: 100px;
    display: inline-flex !important;
}

.imagens-noticia a {
    display: inline-flex;
    height: 100%;
    width: 100%;
}


