
.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 .no-padding {
    padding: 8px;
}

.portal-noticias .noticias h2 {
    font-size: 16px;
}



.portal-noticias .noticias h3 .icone {
    width: auto;
    float: left;
    margin: 0 8px 0 0;
}

.portal-noticias .noticias h3 {
    margin: 0 0 8px 0;
    font-size: 14px;
}

.portal-noticias .noticias .data {
    margin: 7px 0 12px 0;
    font-size: 13px;
    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: 98.3%;
    height: 508px;
    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: 100%;
    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;
}