main {
    padding: 60px 0;
}

header .cont .conteudo .menu-busca menu > ul > li:nth-child(5) {
    color: #8BD033;
}

#categorias {
    border: 1px solid #CCC;
    color: #808080;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 1rem;
    min-height: 40px;
}

.list-not {
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-not .no-not {
    width: 100%;
    margin: 60px auto 0;
    color: #7F8487;
    font-size: 1.429rem;
    text-align: center;
}

.list-not .noticia {
    max-width: 265px;
    width: 100%;
    min-height: 300px;
    float: left;
    margin: 20px 20px 0 0;
    background: #EAEAEA;
    color: #333333;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.05);
    line-height: 1.188rem;
}

.list-not .noticia:hover {
    background: #F5F5F5;
}

.list-not .noticia a {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.list-not .noticia:nth-child(4n) {
    margin-right: 0;
}

.list-not .noticia .cont-img {
    width: 100%;
    height: 150px;
    margin-right: 30px;
    border-radius: 5px 5px 0 0;
}

.list-not .noticia .cont-img i {
    float: left;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: center center / cover no-repeat;
}

.list-not .noticia .not-img {
    background: url("../../img/nucleo/notfound.png") center / cover no-repeat;
}

.list-not .noticia .right {
    padding: 20px;
}

.list-not .noticia .right .cat {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #8BD033;
}

.list-not .noticia .right .titulo,
.list-not .noticia .right .texto {
    float: left;
    width: 100%;
    color: #7F8487;
    font-weight: bold;
    text-transform: uppercase;
}

.paginacao {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.paginacao a, .paginacao p {
    width: 55px;
    height: 55px;
    background-color: #fff;
    color: #7F8487;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 500;
}

.paginacao a:last-child {
    margin-right: 0;
}

.paginacao a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1100px) {
    .list-not .noticia:nth-child(4n) {
        margin-right: 20px;
    }

    .list-not .noticia:nth-child(3n) {
        margin-right: 0;
    }

    main {
        padding: 15px 15px 20px;
    }

}

@media screen and (max-width: 999px) {
    header .cont .conteudo .menu-busca menu > ul > li:nth-child(5) {
        color: #fff;
    }
    header .slider {
        display: none;
    }

    header {
        height: 110px !important;
    }

    header .cont {
        background: #138034 !important;
    }

    header .cont .bottom {
        display: none !important;
    }

    #categorias {
        border: 1px solid RGB(204, 204, 204);
        color: rgb(128, 128, 128);
        width: 100%;
        margin: 0;
        float: left;
        display: block;
        padding: 10px;
    }
}

@media screen and (max-width: 890px) {
    .list-not .noticia:nth-child(3n) {
        margin-right: 20px;
    }

    .list-not .noticia:nth-child(2n) {
        margin-right: 0;
    }

    .paginacao a, .paginacao p {
        height: 45px;
        width: 45px;
        font-size: 1.125rem;
    }

    .paginacao {
        margin-top: 30px;
    }
}

@media screen and (max-width: 560px) {
    .list-not .noticia {
        margin-right: 0px;
    }

    .list-not .noticia:nth-child(3n) {
        margin-right: 0px;
    }
}
