/* 
    Created on : 27/mar/2017
    Author     : incograf
*/

.news-banner .mybanner-container {
    background-color: transparent;
    background-image: url('../../images/app/banner_news_list.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 330px;
}

.news-container h2{
    color: #0062a9;
    text-transform: uppercase;
}


section.news-container header{
    position: relative;
}
/*section.news-container header div.news-spontaneous{
    position: absolute;
    height: 90px;
    height: 69px;
    width: 175px;
    right: 60px;
    padding-left: 60px;
    top: -20px;
    text-align: center;
    border-left: 1px solid #0087C1;
}
section.news-container header div.news-spontaneous a{
    height: 100%;
    display: block;
    padding-top: 20px;
    font-size: 12px;
    font-family: roboto-bold;
    color: #0062a9;
}*/

section.news-container > div.row{
    margin: 0px;
}
section.news-container .news-list{
    margin-bottom: 30px;
}
.news-content-desc{
    /*height: 250px;*/
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-top: 1px solid #dadada;
    color: #0062a9;

}
.news-content-desc .row:first-of-type{
    height: 120px;
    padding-top: 50px;    
    /*background-color: #EDEDEF;*/
}
.news-content-desc .row:last-of-type{
    height: 130px;
    padding-top: 30px;      
    /*background-color: #92a9d3;*/            
}

.news-content-desc .opp-desc-tittle h5{
    margin-top: 0px;
    font-size: 12px;
}
.news-content-desc .opp-desc-tittle h4{
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    margin-top: 5px;
    margin-left: -1px;
    max-height: 50px;
    overflow: hidden;
}
/*.news-content-desc .opp-desc-published{
    text-align: right;
    padding-right: 60px;
    font-size: 12px;
    font-family: roboto-bold;
    text-transform: uppercase;
}
.news-content-desc .opp-desc-published span{
    width: 100%;
    display: block;
}*/

.news-content-desc div:first-of-type{
    /* to background image*/
    padding: 0px;
    padding-right: 30px;
}
.news-content-desc .opp-desc-image-fill{
    /* to background image*/
    width: 100%;
    height: 120px;
    background-position: center;
    background-size: cover;
}

.news-content-desc div.row{
    padding-left: 30px;
}
.news-content-desc .opp-desc-text {
    /*    background-color: #ccc;*/
    overflow: hidden;
    height: 60px;
    padding-right: 60px !important;
    /*font-size: 11px;*/
    font-size: 14px;
}
.news-content-desc .opp-desc-text>p {
    text-align: justify;
}
.news-content-desc .opp-desc-button {
    /*background-color: #005983;*/
    text-align: right;
    padding-right: 0px;
    padding-left: 0px;

}
.news-content-desc .opp-desc-button > a > div {
    background-color: #F0D200;
    display: block;
    height: 40px;
    padding: 0px;
    /* padding-top: 12px; */
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
}

.news-content-desc .opp-desc-button a{
    display: block;
    height: 60px;
    width: 100%;
    padding: 0px;
    /*padding-top: 40px;*/

    /*background-color: #F0D200;*/
    border: 0px solid transparent;
    border-radius: 4px;

    font-size: 14px;
    font-family: roboto-bold;
    text-transform: uppercase;    
    text-align: right;
    text-transform: uppercase !important;
    color: #0062a9;

}
.viewMore{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
} 

.news-content-desc .opp-desc-button a i{
    width: 20px;
    padding-left: 0px;
    padding-right: 10px;
}
.news-content-desc .opp-desc-button a:hover i{
    padding-left: 10px;
}


@media screen and (max-width: 991px) {
    section.news-container .news-list {
        padding: 0px 65px;
        margin-bottom: 0px;
    }
    .news-content-desc .row:first-of-type {       
        padding-top: 30px;        
    }
    .news-content-desc .opp-desc-tittle{
        padding-right: 30px;
    }
    .news-content-desc div:first-of-type {
        padding: 0px;
        padding-right: 0px;
    }
    .news-content-desc .opp-desc-text {
        padding-right: 0px !important;
    }
    .news-content-desc .opp-desc-button {
        padding-right: 0px;
    }
    .news-content-desc .opp-desc-button a {
        padding-top: 20px;
    }

    .news-content-desc .row:last-of-type {
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .news-content-desc div.row {
        padding-left: 0px; 
    }
}

@media screen and (max-width: 767px) {
    section.news-container .news-list {
        padding: 0px 20px;        
    }
}