.homenews {
    margin: 5px 0 5px 0;
    padding-bottom: 18px;
    /*border-top: 1px solid #31a973;*/
    border-bottom: 1px solid #31a973;
}

/*.homenews:last-of-type {
    border-bottom: 1px solid #31a973;
}*/

.news-list-date {
    color: var(--main-green);
}
.news h5 {
    margin-top: 13px;
}
span.notes {
    display: block;
    margin: 12px 0 16px 0;
    color: var(--main-green);
    font-size: 1em;
    font-weight: 400;
    font-weight: 700;
}
.news-img-wrap img {
    width: 100%;
    height: auto;
}
.news-img-wrap a:before {
    content: "";
    color: var(--main-green);
}
.desc-news {
    margin-top: 10px;
}
.image-news-cmx {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
a.detail-button-margin {
    display: inline-block;
    margin-top: 70px;
}
.homeprojects h5 {
    margin-bottom: 0px;
}
.page-navigation p{
    color: gray;
}
.page-navigation {
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-navigation ul li:before {
    content: "";
    display: none;
}
.news ul li:before {
    content: "– ";
    color: var(--main-green);
    margin-right: 4px;
    margin-left: -15px;
}
.page-navigation a:before {
    content: "";
    display: none;
}
.page-navigation p {
    display: none;
}