/* 
    Created on : 29/mar/2017
    Author     : Incograf®
*/

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

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


/* container */
section.news-detail-container > div.row{
    margin: 0px;
}
section.news-detail-container {
    color: #0062a9;  
    margin: 30px 0px 75px 0px;
}
section.news-detail-container .n-detail-header h5{
    text-align: left;        
    font-size: 12px;
}
section.news-detail-container .n-detail-header h4{
    text-transform: uppercase;
    text-align: left;
    font-size: 24px;
    margin-bottom: 25px;
    max-height: 50px;
    overflow: hidden;
}
section.news-detail-container .n-detail-image-fill {
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.news-detail-container p{
    padding: 30px 0px;
    font-size: 14px;
    text-align: justify;
}
section.news-detail-container .n-detail-button {
    border-top: 1px solid #dadada;   
}
section.news-detail-container .n-detail-button a{
    display: block;
    float: right;
    height: 60px;
    width: 200px;
    padding: 0px;
    padding-top: 22px;
    margin-top: -1px;

    background-color: #005897;    
    border: 0px solid transparent;
    border-radius: 4px;

    font-size: 14px;
    font-family: roboto-bold;
    text-transform: uppercase;    
    text-align: center;
    text-transform: uppercase !important;
    color: #fff;
}

section.news-detail-container .n-detail-button a i{
    width: 20px;
    padding-left: 0px;
}
section.news-detail-container .n-detail-button a:hover i{
    padding-left: 10px;
}


/* === 2019 === */
section.news-detail-container article img {
    display: block!important;
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    section.news-detail-container {        
        margin: 30px 50px 90px 50px;
    }
}
@media screen and (max-width: 767px) {
    section.news-detail-container {        
        margin: 30px 5px 90px 5px;
    }
}