.not-item-destaque {
    border-bottom: 3px solid #333;
    padding-bottom: 15px;
    background: #f1f1f1;
    margin: 10px 0;
}

.not-item-destaque img {
    max-height: 400px;
    width: 100%;
    margin: auto;
    display: block;
}

.not-item-link-destaque {
    color: #000;
    display: block;
    height: 60px;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 1.2em;
}

.not-item-link-destaque:hover {
    color: #000;
}

.not-item {
    border-bottom: 3px solid #333;
    padding-bottom: 15px;
    background: transparent;
    margin: 10px 0;
}

.not-item img {
    max-height: 169px;
    max-width: 225px;
    /*min-height: 169px;*/
    width: auto;
    margin: auto;
    display: block;
}

.not-item-link {
    color: #000;
    display: block;
    height: 60px;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 1em;
    overflow: hidden;
}

.not-item-link:hover {
    color: #000;
}

.not-veja-mais {
    background: #333;
    color: #FFF;
    font-size: 1em;
    padding: 5px 0 5px 15px;
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
}

.not-veja-mais b {

    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.not-veja-mais-itens {
    border-left: 1px solid #333;
}

#not-carousel {

    border-bottom: 5px solid #333;
}

.thumbnails_wrapper {
    padding: 5px 0;
    background: #FFF !important;
}

.not-block1-linktitulo {
    color: #DE134B;
    display: block;
    font-size: 1em;

}

.not-block1-linktitulo:hover {
    color: #DE134B;
}

.not-block1-linkintro {
    display: block;
    color: #333;
    font-size: 1em;
    margin-bottom: 20px;
}

.not-block1-linkintro:hover {
    color: #333;
}

.not-block1-div {
    border-right: 2px solid #333;
    float: none !important;
    vertical-align: top;
    display: table-cell;
}

@media (min-width: 768px) {
    .not-block1-div {
        display: table-cell;
    }
}

.not-block1-titulo {
    font-size: 1.4em;
    color: #DE134B;
    margin-bottom: 20px;
}

.not-block1-titulo a, .not-block1-titulo a:hover {
    color: #DE134B;
}

.not-block1-div:last-of-type {
    border: 0;
}

.img-not-destaque {
    max-width: 50%;
}

.col-destaque {
    background: #FFF;
}

.col-ultimas-noticias {
    background: rgb(50, 102, 204);
    background: linear-gradient(0deg, rgba(50, 102, 204, 1) 22%, rgba(19, 128, 242, 1) 100%);
}

.not-blo4 {

    width: 100%;
}

.col-destaque, .col-ultimas-noticias {
    padding: 15px 0;
}

.col-destaque h2 {
    text-align: center;
    font-size: 20px;
}

.btn-not-mais-info {
    margin: 20px 0;
    display: block;
    text-align: center;
    background: #3266cc;
    color: #FFF;
    padding: 10px 20px;
    margin: 20px auto;
    width: 200px;
    text-decoration: none;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .col-destaque, .col-ultimas-noticias {
        flex: 1;
    }

    .not-blo4 {
        display: flex;
    }
}

.btn-not-ver-mais {
    margin: 20px 0;
    display: block;
    text-align: center;
    background: #fff;
    color: #333;
    padding: 10px 20px;
    margin: 20px 15px;
    text-decoration: none;
    border-radius: 5px;
}

.btn-not-mais-info:hover {
    background: #1e4daa;
    text-decoration: none;
    color: #FFF;
}

.col-ultimas-noticias h2 {
    text-align: center;
    font-size: 28px;
    color: #FFF;

}

.col-ultimas-noticias .media-object {
    max-width: 150px;
}

.not-blo4-noticia {
    background: #fff;
    margin: 15px;
    border-radius: 5px;
}

.not-blo4-noticia h3 a {
    font-size: 12px;
    font-weight: 700;
    margin: 15px 0 0 0;
    color: #333;
}

.not-blo4-noticia h3 a:hover {
    text-decoration: none;
}