<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS para os mini notÃ­cias */
.mini-noticia-div-geral {
	position: absolute; 
	top: 100px; 
	left: 35px; 
	font-size: 12px; 
	display: inline-block; 
	width: 322px;
}

.mini-noticia-box-interno {
	width: 70px; 
	background-color: #e617cd; 
	padding: 3px 6px;
}

.mini-noticia-titulo {
	position: absolute; 
	margin: 0; 
	padding-top: 5px; 
	font-size: 18px; 
	color: #fff;

	text-shadow: 0 0 5px rgba(0,0,0,0.5), 2px 2px 5px rgba(0,0,0,0.5);
}

.titulo-noticia {
	font-family: opensans, helvetica, arial, sans-serif;
    font-weight: 700;
    color: #111;
    padding: 0;
	font-size: 50px;
}

.artigo-conteudo {
	margin-left: 120px;
    margin-right: 120px;

	padding-bottom: 50px;

	font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.artigo-conteudo p {
	font-size: 18px;
    line-height: 32px;
    color: #333;
	text-align: justify;
}

.noticia-imagem-principal {
	padding-bottom: 35px;
}




/*  PÃ¡gina: NotÃ­cias */
.box-noticias-principais {
	padding: 0  3px  15px  1px;
}

.imagem-destaque{
	height: 220px;
}

.box-noticias-principais-meta-info {
	position: absolute; 
	top: 100px; 
	left: 35px; 
	font-size: 12px; 
	display: inline-block; 
	width: 322px;
}

.td-meta-info-container {
	position: absolute;
    pointer-events: none;
    z-index: 1;
	width: 100%;
	
	bottom: 0;
}

.td-meta-align {
	pointer-events: none;
    width: 100%;
}

.td-big-grid-meta {
	margin: 0 20px 11px;

	font-size: 16px;

	z-index: 1;
}

.entry-title {
	font-size: 20px;
    line-height: 26px;
	font-weight: 700;
	
	margin-top: 2px;

	font-family: work sans;

	margin: 0;
    word-wrap: break-word;
}

.entry-title a {
	color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.td-module-meta-info {
	margin: 11px 0 20px 20px;
    min-height: 0;
	z-index: 1;
	
	font-family: open sans,arial,sans-serif;
    font-size: 11px;
}

.td-post-author-name {
	top: 0;

	pointer-events: auto;

	font-weight: 700;
    display: inline-block;
    position: relative;
}

.td-post-author-link {
	color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.td-post-date {
	color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);

	display: inline-block;
    position: relative;
}

a {
	color: #111;
}

a:hover {
	color: #008a2d;
	text-decoration: none;
}


.div-noticia-mini {
	margin: 20px  0  24px  0;
	width: 98%;
}

.div-noticia-mini-foto {
	float: left; width: 25%
}

.div-noticia-mini-conteudo {
	margin-left: 26%;
}

.div-noticia-mini-conteudo-titulo {
	font-size: 22px; 
	line-height: 24px; 
	color: #111;
}

.div-noticia-mini-conteudo-secretaria {
	font-size: 15px; 
	line-height: 25px;
}

.div-noticia-mini-conteudo-data {
	font-size: 13px; 
	color: #aaa;
}

.secretaria {

}




/* 
.td-module-meta-info {
	position: absolute;
    pointer-events: none;
    z-index: 1;
	width: 100%;
	
	font-family: open sans,arial,sans-serif;
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
}

.td-meta-align {
	pointer-events: none;
    width: 100%;
}

.td-big-grid-meta {
	margin: 0 20px 11px;
} */





/*  Demais CSS */
.thumbnail-standard-wrapper {

}

.thumbnail-standard .thumb-caption {
    color: #1a1a1a;
    position: relative;
    overflow: hidden;
}

.row-margem {
	margin: 0;
}

.box-noticia {
	padding: 17px;
	padding-top: 0;
	padding-left: 0;	
}

.box-noticia:hover {
    color: #2977f3;
}

.thumb-title:hover {
	color: #2977f3;
}

.titulo-noticia-na-capa {
	font-size: 13px;
    line-height: 24px;
    color: #999;
}

.box-noticia .titulo-noticia-na-capa:hover {
	color: #2977f3;
}

.img-noticia-200 {
	height: 200px;
}

.subtitulo {
	font: normal bold 20px "Montserrat", sans-serif;
	margin-bottom: 5px;
}

.slide-comprimento {
	height: 405px;
}


</pre></body></html>