
.portal-noticias .noticias {
    width: 100%;
    padding: 0 0 1px 0;
}

.portal-noticias .noticias .bloco {
    width: 100%;
    float: left;
}

.portal-noticias .noticias .imagem {
    width: 100%;
    height: 100px;
    float: left;
    margin: 0 0 0 0;
   
}

.portal-noticias .noticias h2 {
    font-size: 20px;
    margin-top: 10px;
    line-height: 27px;
}

.portal-noticias .noticias h3 .icone {
    width: auto;
    float: left;
    margin: 0 8px 0 0;
}

.portal-noticias .noticias .categoria {
    color: #FFF!important;
    background-color: #537480;
    padding: 10px 15px;
    border-radius: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
}

.portal-noticias .noticias .data {
    margin: 7px 0 12px 0;
    font-size: 14px;
    padding: 0 0 15px 0;
}

.portal-noticias .noticias .nopadding-right {
    padding-right: 0px;
}

.portal-noticias .noticias .nopadding {
    padding-right: 4px;
    padding-left: 4px;
}

.portal-noticias .noticias .grande .bloco {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 0 8px 0;
}

.portal-noticias .noticias .grande .bloco:hover .imagem {
    transition: 0.3s;
    transform: scale(1.07);
}

.portal-noticias .noticias .grande .bloco .imagem {
    width: 100%;
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
}

.portal-noticias .noticias .grande .bloco .imagem .base {
    width: 100%;
    height: 508px;
    float: left;
    
}

.portal-noticias .noticias .grande .bloco .imagem .base .texto {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 44px;
}

.portal-noticias .noticias .grande .bloco .imagem .base .texto h2 {
    width: 100%;
    float: left;
    font-size: 25px;
    text-align: left;
    font-weight: bold;
    line-height: 1.3em;
}

.portal-noticias .noticias .grande .bloco .imagem .base h3 {
    text-align: center;
    width: auto;
    float: left;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 4px;
}

.portal-noticias .noticias .grande .bloco .imagem .base .barra-texto {
    text-align: center;
    width: 50px;
    height: 6px;
    float: left;
    margin: 40px 0 0 -169px;
}

.portal-noticias .noticias .pequena .bloco {
    width: 100%;
    height: 241px;
    position: relative;
    overflow: hidden;
    margin: 0px 0 26px 0;
}

.portal-noticias .noticias .pequena .bloco:hover .imagem {
    transition: 0.3s;
    transform: scale(1.07);
}

.portal-noticias .noticias .pequena .bloco .imagem {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
}

.portal-noticias .noticias .pequena .bloco .imagem .base {
    width: 100%;
    height: 250px;
    float: left;
 
}

.portal-noticias .noticias .pequena .bloco .imagem .base .barra-texto {
    text-align: center;
    width: 50px;
    height: 6px;
    float: left;
    margin: 40px 0 0 -110px;
}

.portal-noticias .noticias .pequena .bloco .imagem .base .texto {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 44px;
}

.portal-noticias .noticias .pequena .bloco .imagem .base .texto h2 {
    width: 100%;
    font-size: 18px;
    line-height: 1.3em;
    text-align: left;
    font-weight: bold;
    float: left;
}

.portal-noticias .noticias .pequena .bloco .imagem .base h3 {
    text-align: center;
    width: auto;
    float: left;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 4px;
}

#noticias .texto{
    padding: 10px;
}
#noticias .texto span.horario{
    padding-top: 10px;
    font-size: 13px;
    color: #909191;
    display: block;
}