/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/jul/2018, 11:11:39
    Author     : Carlos Braga
*/
.middle_news_container {
    margin: 0 0 50px;
}
.middle_news_single_features_wrapper {
    height: 340px;
    /*border-bottom: 1px solid #969696;*/
    padding: 0 0 6px;
}
.middle_news_title {
    color: #18a48c;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 12px;
}
.middle_news_single_features_image {
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.middle_news_single_features_title {
    color: #18a48c;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.middle_news_single_features_text {
    font-size: 12px;
    text-align: justify;
    color: #333;
}
.middle_news_single_features_container {
    padding: 0 6px;
}
.middle_news_single_features_details_wrapper {
    color: #18a48c;
}
.middle_news_single_features_details_date_wrapper, .middle_news_single_features_title_date_wrapper {
    font-size: 12px;
    color: #969696;
    line-height: 14px;
}
.middle_news_single_features_details_date, .middle_news_single_features_title_date {
    padding: 0 3px;
}


.middle_news_other_features_wrapper {
    height: 340px;
}
.middle_news_other_features_news_wrapper {
    padding: 10px 12px;
    cursor: pointer;
}
.middle_news_other_features_news_wrapper:nth-child(even) {
    background-color: rgba(0, 157, 79, 0.1);
}
.middle_news_other_features_big_title_wrapper {
    color: #18a48c;
    line-height: 24px;
    padding: 0 0 12px;
    border-bottom: 1px solid #18a48c;
    margin: 0 0 10px;
    cursor: pointer;
}
.middle_news_other_features_big_title {
    font-size: 18px;
    font-weight: 600;
}
.middle_news_single_features_title_date_wrapper {
    padding: 3px 0 0 18px;
}
.middle_news_single_features_details_link_icon {
    color: #18a48c;
    padding: 0 0 0 12px;
}
.middle_news_other_features_big_title_link_icon {
    padding: 0 12px;
}
@media screen and (max-width: 599px) {
    svg.svg-inline--fa.fa-file-alt.fa-w-12.fa-lg {
        margin-left: 10px;
    }
    .middle_featured_section_other_news_title.ng-binding {
    text-transform: uppercase;
}
}