<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chrono_credits {
	display:none;
}
.module .subtitle {
	font-weight:600!important;
}
.noticia {
	margin-bottom: 10px;
    border-bottom: 1px solid #e8e7e7;
	min-height:90px!important;
}

#content.internas div.light-image-horz {
	width: 350px;
}

main div.container .module h3 {
	margin-bottom: 0px!important;
}

@media only screen and (max-width : 480px) {
	 
	 header #logo img {display:none;}
        
    }
	
#content.internas .content-header-options-1 .btns-social-like {
    padding-top: 0px!important;
	padding-left:10px;
}

#content.internas div.light-image-vert {
    max-width: 350px!important;
}

.selectwidthauto{ 
    width:100%!important;
}

.moduloalturamenor{
	padding-bottom:0px!important;
}

.artigo-direita{
	border-radius:6px;
	margin-left:15px;
	width:350px;
	float:right;
}

.artigo-esquerda{
	border-radius:6px;
	margin-right:15px;
	width:350px;
	float:left;
}
.portal:hover{
	opacity: 0.7;
}


.module-row {
  display: flex;
  flex-wrap: nowrap; /* impede quebra de linha */
  gap: 20px;
  margin-bottom: 20px;
}

.module-column {
  flex: 1 1 50%; /* metade da largura disponÃ­vel */
  box-sizing: border-box;
}

.module-full {
  flex: 1 1 100%;
  box-sizing: border-box;
}

/* Responsividade */
@media (max-width: 767px) {
  .module-row {
    flex-wrap: wrap; /* permite quebra para telas pequenas */
    flex-direction: column;
  }
  .module-column, .module-full {
    flex: 1 1 100%;
  }
}
</pre></body></html>