<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------- Bloco Notícia Destaque --------*/
.wrapper{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.imagem-destaque{
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2;
    transition: all 1.2s;
}

.conteudo-destaque{/*Campo editoria/titulo*/
    position: absolute;
    top: 10px;
    width: 50%;
}
.editoria-destaque, .titulo-destaque{
    padding: 5px 6px 5px 20px;
    color: #FFFFFF;
    margin: 0px !important;
}
.editoria-destaque{
    background-color: rgba(60, 60, 60, 0.88);
    font-style: italic;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.titulo-destaque{
    background-color: rgba(0, 105, 62, 0.88);
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
}
/*-------- Bloco Ultimas Notícia --------*/
.tudo-noticias-destaque{
    float: left;
    margin-top: 20px;
    background-color: #ebf2d9;
  	width: 100%;
}
.titulo-noticias-geral{
    color: #457E5D;
    width: 100%;
    padding-top: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    background-color: #ebf2d9;
}
.titulo-noticias{
    font-weight: 900;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    line-height: 1.2em;
}
.linha-de-apoio-noticias{
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    overflow: hidden;
    line-height: 1.4em;
    padding-top: 3px;
    padding-left: 2px;
}
.editoria-noticias{
    text-transform: uppercase;
    color: #222222;
    font-size: 11px;
    font-weight: 400;
    line-height: 180%;
    padding-top: 5px;
}
.link-todas-noticias{
    color: #457E5D;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 450;
    font-style: italic;
}
.link-todas-noticias a:link{
    text-decoration: none;
}
.link-todas-noticias a:hover{
    text-decoration: none;
}
.glyphicon{/* Icone todos das noticias*/
    top: 2px;
    left: 6px;
    font-size: 15px;
}
.ocultado{
    display: block;
}
/* col-sm*/
@media (max-width: 750px){
    .conteudo-destaque{
        width: 55%;
    }
    .titulo-destaque, .editoria-destaque{
        padding-left: 10px;
    }
    .titulo-destaque{
        font-size: 10px;
    }
    .editoria-destaque{
        font-size: 9px;
    }
    .titulo-noticias{
        font-size: 15px;
    }
    .editoria-noticias{
        font-size: 10px;
        padding-top: 8px;
    }
    .linha-de-apoio-noticias{
        font-size: 12px;
    }
    .titulo-noticias-geral{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .ocultado{
        display: none;
    }
}
</pre></body></html>