.sec-geral.override {
    margin-top: 0;
}

a.linkNews{
    text-align: center;
    position: static;
    bottom: 0;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #F36F21;
    border-radius: 5px;
    color: black;
    padding: 5px 50px;
    display: block;
    padding: 5px 20px;
    font-size: 14px;
}
a.linkNews:hover{
    background-color: #F36F21;
    color: #fff;
}
hr{
    border: 1px solid #F36F21;
}
.partilha a.redes{
    text-decoration-color: transparent;
    color: black;
    cursor: pointer;
}
.partilha a.redes:hover{
    color:#F36F21;

}

.partilha a:hover i {
    transform: scale(1.1,1.1);
    color: white;
    background-color: #F36F21;
    border-color: #F36F21;
}

.redes i {
    width: 40px;
    height: 40px;
    border: 1px solid black;
    color: black;
    font-size: 20px;
    font-style: normal;
    border-radius: 100%;
    cursor: pointer;
    padding: 8px 10px;
    transition: all 0.2s ease-in;
}

.button{
    display: flex;
    justify-content: center;
}
.button.regressar{
    margin-top:25px;
}
.button.verDetalhe{
    display: block;
}
.thumbnail{
    border-style: none;
}
.news-element-listing p{
    width: 100%;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*color: #b1aea6;*/
    color:black;
    font-size: 10pt;
    padding-top: 20px;
    padding-bottom: 20px;
}
.row{
    margin-top: 15vh;
}

.pagination a{
    font-size: 14px;
    font-weight: bold;
}

/*.img{*/
    /*height: 100%;*/
    /*width: 100%;*/
/*}*/

.box>h4{
    color: #F36F21;
}

.img {
    position: relative;
    float: left;
    width:  100%;
    height: 150px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
.box{
    height: auto;
    padding: 5vh;
    padding-top: 0px;
}
.pagination-nav{
    text-align: center;
}
.pagination-nav>ul>li>a{
    border-style: none;
    color: black;
    padding: 0 5px;

}.pagination-nav>ul>li>a.active{
    color: #F36F21;
}
@media (max-width: 543px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 544px) and (max-width: 767px){
    .hidden-xs{
        display:none !important
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .hidden-sm{
        display:none !important
    }
}
@media (min-width: 992px) and (max-width: 1209px){
    .hidden-md{
        display:none !important
    }
}
@media (min-width: 1210px){
    .hidden-lg{
        display:none !important
    }
}
