
html {
	  padding-top: 0 !important;
    margin-top: 0 !important;
    overflow-x: hidden !important;
}

.site-header,
.site-footer .site-info {
	display: none !important;
	position: absolute !important;
}

.site-footer {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-footer .widget-area {
    padding: 0 !important;
}

.site-footer .wrap {
    padding-bottom: 0em !important;
    padding-top: 0em !important;
}

#wpadminbar {
    display: none !important;
}

#content.site-content {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
  	margin-bottom: 0rem !important;
    margin-top: 0rem !important;
}

.log_forms { 
  width: 98%;
  padding: 0px;
  border: 0px solid #CCC;
  margin: 2px;
  box-sizing:border-box;
} 

.log-form-group {
  margin: 0px;
  width: 70%;
  padding: 10px;
  margin-left: 0%;
  margin-right: 30%;
} 

.log_forms input[type=text], input[type=password] 
{
  width: 100%;
  padding: 7px 4px 7px 4px !important;
  border: 1px solid #E3E3E3;
  margin:0px !important;
  background-color: #114800;
  color: #ffffff !important;
} 

.log_forms input[type=submit] {
  width: 50%;
  padding: 7px;
  border: 0px solid #7ac9b7;
  color: #ffffff;
  line-height: 1.5em;
  background-color: #6faa00;
} 

.log_forms input[type=text]:focus, input[type=password]:focus {
  border-color: #4697e4;
} 


.lw-error{
  color:#ff0000;
} 

input.lw-error { 
  border:1px solid #ff0000 !important;
} 

.log-form-group {
	text-align:left;  
}

.log-form-group label {
  display: none !important;
}

/* Conteudo */
.conteudo .entry-title a {
	color: rgba(0,0,0,1) !important;
}

.elementor-widget-wrap > .conteudo:first-child {
	/*margin-top:-3em !important;*/
}


.conteudo {
	margin:0 !important;
}

.numero-titulo h1 {
	font-size: 6.5em !important;
  line-height: 1.5em !important;
	font-weight: 600;
	color: rgba(0,128,0,1) !important;
}

.conteudo h2,
.titulo h2 {
	font-size: 1.75em;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(0,0,0,1) !important;
	margin-top: 1.5em !important;
	margin-bottom: 0.25em !important;
	padding-top: 0em !important;
}

.conteudo h3,
.bibliografia h3 {
	font-size: 1.45em;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(0,128,0,1);
	margin-top: 1.0em !important;
	margin-bottom: 0.25em;
	padding-top: 0em !important;
}

.conteudo h3 {
  border-left: 2px solid rgba(0,128,0,1);
  padding-left: 0.25em;
}

.conteudo h4 {
	font-size: 1.35em;
	font-weight: 300;
	text-transform: none;
	color: rgba(0,128,0,0.8);
	margin-top: 0.25em !important;
	padding-top: 0em !important;
	margin-left: 0.25em !important;
  
  border-left: 2px solid rgba(0,128,0,0.8);
  padding-left: 0.25em;
}

.conteudo h5  {
	font-size: 1.25em;
	font-weight: 300;
	text-transform: none;
	color: rgba(0,0,0,1);
	padding-top: 0em !important;
	margin-left: 0.5em !important;
	margin-top: 1em !important;
  
  border-left: 2px solid rgba(0,0,0,1);
  padding-left: 0.25em;
}

.conteudo h6  {
	font-size: 1.1em;
	font-weight: 300;
	text-transform: none;
	color: rgba(0,0,0,1);
	padding-top: 0em !important;
	margin-left: 0.75em !important;
	margin-top: 1.0em !important;
  
  border-left: 2px solid rgba(0,0,0,1);
  padding-left: 0.25em;  
}


.conteudo > .elementor-widget-container > .elementor-text-editor > ol,
.conteudo > .elementor-widget-container > .elementor-text-editor > ul
{
	margin-top: -0.5em !important;
	padding-top: 0 !important;
  font-weight: 300 !important;
  margin-left: 3.0em !important;
}

.special-ol-first-symbol > .elementor-widget-container > .elementor-text-editor > ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

.special-ol-first-symbol > .elementor-widget-container > .elementor-text-editor >  ol li {
  counter-increment: my-awesome-counter;
}
.special-ol-first-symbol > .elementor-widget-container > .elementor-text-editor > ol li::before {
  content: counter(my-awesome-counter) "º ";
  font-weight: bold;
  margin-left: -1.1em;
}

.conteudo > ul {
	/*margin-left: 1.0em !important;*/
}

.conteudo > ol {
	/*margin-left: 1.0em !important;*/
}



.conteudo > ol > li > ol{
  margin-top: 0em !important;
  font-size: 1.0em !important;
}

.conteudo > ol > li > ul{
  margin-top: 0em !important;
  font-size: 1.0em !important;
}

.conteudo > ol > li::before {
	color: rgba(0,128,0,1); 
}


.conteudo > ul {
  list-style: none;
}

.conteudo > ul > li > ul {
		margin-top: 0em !important;
}

.conteudo > ul > li > ol {
		margin-top: 0.0em !important;
  	/*margin-left: 0.0em !important;*/
}

.conteudo > ul > li > ol > li {
	padding-left: 0.5em; 
}

.conteudo > ul > li {
  padding-left: 1em; 
  text-indent: -.7em;
}

.conteudo > ul > li::before {
  content: "• ";
	font-size: 1em;
  color: rgba(0,128,0,1); 
}

.conteudo > ul > li > ul > li::before {
  content: "○ ";
	font-size: 0.75em;
  color: rgba(0,128,0,1); 
}

.conteudo,
.conteudo p,
.conteudo ol,
.conteudo ul {
  font-size: 0.95rem !important;
	margin-bottom: 0.75em;
	margin-left: 1.25em;
	font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666 !important;
}

.bibliografia {
	font-size: 0.8em;
	line-height: 1.21em;
  font-weight: 300;
}

.bibliografia p {
	font-size: inherit;
	line-height: inherit;
  font-weight: inherit;
	margin-bottom: 0.75em;
}

.bibliografia p a {
	font-size: inherit;
	line-height: inherit;
  font-weight: inherit;
  color: inherit;
	margin-bottom: 0.75em;
}

.bibliografia p:nth-child(odd) {
	border-left: 1px solid rgba(0,128,0,0.75);
	padding-left: 0.5em;
}

.bibliografia p:nth-child(even) {
	border-left: 1px solid rgba(0,128,0,0.75);
	padding-left: 0.5em;
}

.autores strong{
	font-weight: 400;
	color: rgba(0,0,0,1) !important;
}


/* - - - - - */
/*  Imagens  */
/* - - - - - */

.imagem {
 margin-bottom: 0px;
}

.imagem .elementor-widget-container {
 background-color: transparent;	
}

.imagem-coluna-esquerda > .elementor-column-wrap {
	padding: 0 !important;
}

.imagem-coluna-direita > .elementor-column-wrap {
	padding: 0 !important;
}

.imagem-coluna-esquerda .imagem img  {
	padding-left: 0.0em;
  padding-right: 0.25em;	
}

.imagem-coluna-direita .imagem img  {
	padding-left: 0.25em;
  padding-right: 0.0em;	
}

.imagem-coluna-esquerda div .conteudo {
	margin-right: 1em !important;
}

.imagem-coluna-direita div .conteudo {
	margin-left: 1em !important;
}

.legendas {
	font-size: 0.9em;
	font-weight: 400 !important;
	text-transform: none;
	color: rgba(0,128,0,1);
	padding-top: 0em !important;
	margin-top: 0.25em !important;
	margin-bottom: 0.5em !important;
}

.legendas p {
	font-size: inherit;
	font-weight: inherit;
}

.legendas .elementor-widget-container {
	border-top: 1px solid rgba(0,128,0,1);
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-top: 0.5em;
}

.imagem-coluna-esquerda .legendas {
	padding-left: 0.0em;
  padding-right: 0.25em;	
}
.imagem-coluna-direita .legendas {
	padding-left: 0.25em;
  padding-right: 0.0em;	
}

.imagem .elementor-widget-container .wp-caption {
	background-color: transparent !important;
	border: none;
	max-width: 100%;
  padding: 0;
}

.imagem .elementor-widget-container .wp-caption .wp-caption-text {
		font-size: 0.85em !important;
	  margin-top: 0.25em;
}
/* - - - - - */
/*  TABELAS  */
/* - - - - - */

.tabelas {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
  margin-left: 1.0em !important;
}
.tabelas .elementor-widget-container {
	margin: 0px !important;
	padding: 0px !important;
}

.tabelas h1 {
	font-size: 1.0em !important;
	font-weight: 300 !important;
	text-transform: none !important;
	color: rgba(0,128,0,1) !important;
	padding-top: 0em !important;
	margin-left: 0.0em !important;
	margin-top: 1em !important;
}

.tabelas table {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 0.85em;
	font-weight: 300;
	border: none !important;
}

/* scroll horizontal tabelas */
.tabelas .elementor-text-editor {
  overflow-x: auto;
}

.tabelas table tr {
	border: none !important;	
}

.tabelas ul li {
	font-size: inherit;
}

.tabelas.inner-grid table tr td {
	border-right: 1px solid rgba(0,128,0,0.5);
}

.tabelas.inner-grid table tr td:last-child {
	border-right: none !important;
}

.tabelas table > tfoot > tr td {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	margin-top: 0.5em !important;
}

.tabelas table > tfoot > tr td h2 {
	font-size: 0.85em !important;
	line-height: 1em !important;
	margin-bottom: 0em !important;
	color: inherit !important;
}
.tabelas table > tfoot > tr td h1 {
	font-size: 0.95em !important;
	line-height: 1.2em !important;
	margin-bottom: 0em !important;
	margin-top: 0em !important;
  color: inherit !important;	
}

.tabelas table > tfoot > tr {
	/*border-bottom: 1px solid rgba(0,128,0,0.5);*/
	background-color: transparent !important;
	border-bottom: none;
}

.tabelas.notas  table > tfoot > tr {
		border-top: 1px solid rgba(0,128,0,0.5) !important;
	border-bottom: 1px solid rgba(0,128,0,0.5) !important;
	font-size: 0.65em !important;
}


/* - - - STANDARD  -  - - */
.tabelas.standard table thead tr {
	border-top: 1px solid rgba(0,128,0,1) !important;
}

.tabelas.standard table tbody td {
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.tabelas.standard table thead td {
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.tabelas.standard table tbody tr:nth-child(even) {
	background-color: rgba(0,128,0,0.05);
}

.tabelas.standard table tbody tr:nth-child(odd) {
	background-color: rgba(128,128,128,0.05);
}

.tabelas.standard table td strong {
	font-weight: 900;
}


/* - - - STANDARD  no color-  - - */
.tabelas.standard-nocolor table thead tr {
	border-top: 1px solid rgba(0,128,0,1) !important;
}

.tabelas.standard-nocolor table tbody td {
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.tabelas.standard-nocolor table thead td {
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.tabelas.standard-nocolor table tbody tr:nth-child(even) {
	background-color: rgba(0,128,0,0.0);
}

.tabelas.standard-nocolor table tbody tr:nth-child(odd) {
	background-color: rgba(128,128,128,0.0);
}

.tabelas.standard-nocolor table td strong {
	font-weight: 900;
}

/* - - - STANDARD / no-header -  - - */
.tabelas.standard.no-header table tbody tr:first-child {
	border-top: 1px solid rgba(0,128,0,1) !important;
	padding-top: 5px;
}


.tabelas.standard-nocolor.no-header table tbody tr:first-child {
	border-top: 1px solid rgba(0,128,0,1) !important;
	padding-top: 5px;
}


/* - - - Left Sub -  - - */
.tabelas.left-sub table thead tr {
	border-top: 1px solid rgba(0,128,0,1) !important;
}

.tabelas.left-sub table td {
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.tabelas.left-sub table td strong {
	font-weight: 900;
}

.tabelas.left-sub table tbody tr:first-child td:first-child {
	background-color: rgba(242,242,242,0.15);
}

.tabelas.left-sub table tbody tr:first-child td:nth-child(n+2)  {
	background-color: rgba(0,128,0,0.035);
}

.tabelas.left-sub table tbody tr:nth-child(n+2) td
{
	background-color: rgba(242,242,242,0.65);
}

/* - - - STACKED -  - - */
.tabelas.stacked div.elementor-text-editor > table {
	padding: 20px !important;
}

.tabelas.stacked div.elementor-text-editor > table > tbody > tr {
	background-color: rgba(242,242,242,0.35);
}

.tabelas.stacked  div.elementor-text-editor > table > tbody > tr:first-child {
	border-top: 1px solid rgba(0,128,0,1) !important;
	padding-top: 5px;
}

.tabelas.stacked  div.elementor-text-editor > table > tbody > tr:last-child {
	border-bottom: 1px solid rgba(0,128,0,1) !important;
	padding-bottom: 5px;
}


.tabelas.stacked  div.elementor-text-editor > table > tbody table td {
	border-bottom: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


.tabelas.stacked div.elementor-text-editor > table > tbody table tbody tr td {
	padding: 20px  40px 20px 40px!important;
}

.tabelas.stacked  div.elementor-text-editor > table > tbody table tbody tr td:nth-child(even) {
	border-left:1px solid rgba(0,0,0,0.25);
	padding-left: 10px !important;
}

.tabelas.stacked.p50  div.elementor-text-editor > table > tbody table tbody tr td {
  width: 50%;
}

/* - - - left-sub-B -  - - */
.tabelas.left-sub-B  div.elementor-text-editor > table > thead > tr:first-child {
	border-top: 1px solid rgba(0,128,0,1) !important;
}

.tabelas.left-sub-B  div.elementor-text-editor > table > thead > tr:first-child td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.tabelas.left-sub-B  div.elementor-text-editor > table > thead > tr:nth-child(2) {
		border-top: 1px solid rgba(0,128,0,0.25) !important;
}

.tabelas.left-sub-B  div.elementor-text-editor > table > tbody > tr:nth-child(odd) {
 border-top: 1px solid rgba(0,128,0,0.25);
}

.tabelas.left-sub-B  div.elementor-text-editor > table > tbody > tr:nth-child(even) {
 border-top: 1px solid rgba(0,128,0,0.15);
}

.tabelas.left-sub-B  div.elementor-text-editor > table > tbody > tr:last-child {
 border-bottom: 1px solid rgba(0,128,0,1);
}

.tabelas.left-sub-B  div.elementor-text-editor > table > tbody > tr:nth-child(odd) > td:first-child {
background-color: transparent !important;
}

.tabelas.left-sub-B  div.elementor-text-editor > table > tbody > tr:nth-child(odd)  td {
background-color: rgba(242,242,242,0.65);
}
.tabelas.left-sub-B  div.elementor-text-editor > table > tbody > tr:nth-child(even) td {
    background-color: rgba(0,128,0,0.035);
}

/* - - - left-sub-C -  - - */
.tabelas.left-sub-C  div.elementor-text-editor > table {
  width: 100% !important;
}

.tabelas.left-sub-C  div.elementor-text-editor > table > thead > tr:first-child > td:first-child {
background-image: linear-gradient(
    to top right,
    rgba(0,128,0,0) 49.75%,
    rgba(0,128,0,1),
    rgba(0,128,0,0) 50.25%
  );
}


.tabelas.left-sub-C  div.elementor-text-editor > table > thead > tr:first-child {
	border-top: 1px solid rgba(0,128,0,1) !important;
}

.tabelas.left-sub-C  div.elementor-text-editor > table > thead > tr:first-child td {
	padding: 0.5em;
  width: 16.666667% !important;
}

.tabelas.left-sub-C  div.elementor-text-editor > table > tbody > tr:nth-child(odd) {
 border-top: 1px solid rgba(0,128,0,0.25) !important;
}

.tabelas.left-sub-C  div.elementor-text-editor > table > tbody > tr:nth-child(even) {
 border-top: 1px solid rgba(0,128,0,0.15) !important;
}

.tabelas.left-sub-C  div.elementor-text-editor > table > tbody > tr:last-child {
 border-bottom: 1px solid rgba(0,128,0,1);
}

.tabelas.left-sub-C  div.elementor-text-editor > table > tbody > tr td {
 padding: 0.5em;
}

.tabelas.left-sub-C  div.elementor-text-editor > table > tbody > tr:nth-child(odd)  td {
background-color: rgba(242,242,242,0.65);
}
.tabelas.left-sub-C  div.elementor-text-editor > table > tbody > tr:nth-child(even) td {
    background-color: rgba(0,128,0,0.035);
}

/* - - - left-sub-D -  - - */
.tabelas.left-sub-D table thead tr {
	border-top: 1px solid rgba(0,128,0,1) !important;
}

.tabelas.left-sub-D table tbody td {
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.tabelas.left-sub-D table thead td {
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.tabelas.left-sub-D table tbody tr:nth-child(even) {
	background-color: rgba(0,128,0,0.025);
}

.tabelas.left-sub-D table tbody tr:nth-child(odd) {
	background-color: rgba(0,128,0,0.025);
}

.tabelas.left-sub-D table td strong {
	font-weight: 900;
}


.tabelas.top-margin-anexos h1 {
  margin-top: 25px !important;
}

.lista-artigos h1 {
  float: left;
  font-size: 4.0em !important;
  font-weight: 500 !important;
  color: rgba(0,128,0,1) !important;
	clear: none !important;
  padding: 0 !important;
  margin-top:0px;
  margin-left:0px;
  margin-bottom:1em;
	margin-right:0.2em; 
}

.lista-artigos h2 {
  display: block;
  float: none;
  font-size: 0.95em !important;
  font-weight: 400 !important;
  padding:0;
  margin-top:0px;
  margin-left:0.0em;
  margin-bottom:0px;
	margin-right:2em;
  padding-top:1.75em;
  padding-left:0px;
  padding-bottom:0px;
	padding-right:0em;  
  clear: none !important;
  color: #6faa00 !important;
  
}

.lista-artigos h3 {
  display: block;
  float: none;
  clear: none;
  font-size: 0.9em !important;
  font-weight: 400 !important;
  padding: 0 !important;
	margin: 0 !important;    
}


.lista-artigos a {
  padding-top: 0.5em;
  text-align: left;
	color: rgba(0,128,0,1) !important;  
  margin-right:2em;
  font-size: 1em !important;  
  font-weight: 600 !important;  
} 


.listagem-parte-titulo {
	color: #6faa00;
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid  rgba(0,128,0,1);
  padding-bottom: 0.25em;
  margin-top: 1em;
}  

.listagem-parte-titulo strong {
	color: rgba(0,128,0,1) !important;
  font-weight: 600;
}

.chw-widget {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.chw-widget h2 {
  width:95% !important;
  margin-left: 2.5%;
  margin-right:2.5%;
  font-size: 1.1rem;
  font-weight: 500;
}

.chw-widget ol {
  border-top: 1px solid rgba(0,128,0,1);
  border-bottom: 1px solid rgba(0,128,0,1);
  width:95% !important;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-top: 15px;  
  padding-bottom: 15px;    
  clear: both;
}

.chw-widget ol li {
  width: 98%;
  color: rgba(0,128,0,1) !important;
  margin-left: 1.0%;
  margin-left: 1.0%;
  list-style: none;
}


.chw-widget .current {
   background-color: rgba(0,128,0,0.1) !important;
   border-top: 1px solid rgba(0,128,0,0.25);
   border-bottom: 1px solid rgba(0,128,0,0.25);   
}


#artigo-posterior {
  width: 50%;
  text-align: right;
  float: right;
  clear: right;
}

#artigo-anterior {
  width: 50%;
  text-align: left;
  float: left;
}

#navegacao-entre-artigos {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;    
}


#artigo-anterior {
  position: relative;
}

#artigo-anterior a h1:before {
    content: "«";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: "FontAwesome";
    left:-30px;
    position:absolute;
    top:0;
 }
 
#artigo-anterior h1 {
  font-size:3.5em !important;
  line-height: 1.1em !important;
  font-weight: 600;
  color: rgba(0,128,0,1) !important;
  float: left;
  width: 1000% !important;
  margin: 0;
  padding: 0;
}

#artigo-anterior h2 {
  font-size: 1.0em !important;
  line-height: 1.0em !important;
  font-weight: 300;
  color: rgba(0,0,0,1) !important;
  float: left;
  width: 100% !important;
  margin: 0;
  padding: 0;  
}

#artigo-anterior h3 {
  font-size: 0.9em !important;
  line-height: 1.0em !important;
  font-weight: 300;
  color: rgba(0,128,0,1) !important;
  float: left;
  width: 100% !important;
  margin: 0;
  padding: 0; 
  clear: both;  
}



#artigo-posterior {
  position: relative;
}

#artigo-posterior a h1:after {
    content: "»";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: "FontAwesome";
    right:-30px;
    position:absolute;
    top:0;
 }

#artigo-posterior h1 {
  font-size:3.5em !important;
  line-height: 1.1em !important;
  font-weight: 600;
  color: rgba(0,128,0,1) !important;
  float: right;
  width: 100% !important;
  margin: 0;
  padding: 0;
}

#artigo-posterior h2 {
  font-size: 1.0em !important;
  line-height: 1.0em !important;
  font-weight: 300;
  color: rgba(0,0,0,1) !important;
  float: right;
  width: 100% !important;
  margin: 0;
  padding: 0;  
}

#artigo-posterior h3 {
  font-size: 0.9em !important;
  line-height: 1.0em !important;
  font-weight: 300;
  color: rgba(0,128,0,1) !important;
  float: right;
  width: 100% !important;
  margin: 0;
  padding: 0;
  clear: both;
}

#header-widget-area {
    border-bottom: 0.5px solid rgba(0,128,0,1);  
}


.navigation.post-navigation {
   display: none !important;
}


.categorias_posts {
  width: 95%;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  height: 1.75em;
  margin-left: 2.5%;
  margin-right: 2.5%;
  text-transform: uppercase;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid rgba(0,128,0,1);
  background-color: rgba(0,128,0,0.05);
}


.lista_categorias_box select {
  width: 95%;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  height: 1.75em;
  margin-left: 2.5%;
  margin-right: 2.5%;
  text-transform: uppercase;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid rgba(0,128,0,0.25);
  background-color: rgba(0,128,0,1);
  color: #ffffff;
}

.lista_categorias_box select .level-0 {
  background-color: rgba(255,255,255,0.0);
}

.lista_categorias_box select .level-1 {
  background-color: rgba(255,255,255,0.125);
}
.lista_categorias_box select .level-2 {
  background-color: rgba(255,255,255,0.25);
}

.arrow-bullet ul li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

.arrow-bullet ul li:before {
  content: "\25BA \0020";
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: -10px;
}



.post-template div.site-content-contain div.site-content section:first-child .elementor-row .elementor-column .elementor-widget-wrap .elementor-row .elementor-inner-column:nth-child(1) {
      width: 100% !important;
      float: left !important;
      margin:0 !important;
      padding:0 !important;
  }
  
 
  


@media screen and (max-width: 600px){
 .post-template div.site-content-contain div.site-content section:first-child .elementor-row .elementor-column .elementor-widget-wrap .elementor-row .elementor-inner-column:nth-child(1) {
      width: 100% !important;
      float: left !important;
      margin:0 !important;
      padding:0 !important;
  }
  
 .post-template div.site-content-contain div.site-content section:first-child .elementor-row .elementor-column .elementor-widget-wrap .elementor-row .elementor-inner-column:nth-child(1) h1 {
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.0em!important;
  }
  
  .post-template div.site-content-contain div.site-content section:first-child .elementor-row .elementor-column .elementor-widget-wrap .elementor-row .elementor-inner-column:nth-child(2) {
      width: 100% !important;
      float: left !important;
      margin:0 !important;
      padding:0 !important;      
  }  
  
  .post-template div.site-content-contain div.site-content section:first-child .elementor-row .elementor-column .elementor-widget-wrap .elementor-row .elementor-inner-column:nth-child(2) h2 {
     padding: 0 !important;
     margin: 0 !important;
  }
  

}


@media screen and (max-width: 900px) and (min-width: 600px) {
  .post-template div.site-content-contain div.site-content section:first-child .elementor-row .elementor-column .elementor-widget-wrap .elementor-row .elementor-inner-column:nth-child(1) {
      width: auto !important;
      display: block !important;
      float: left !important;
      margin:0 !important;
      padding:0 !important;
  }
  
  .post-template div.site-content-contain div.site-content section:first-child .elementor-row .elementor-column .elementor-widget-wrap .elementor-row .elementor-inner-column:nth-child(2) {
      width: auto !important;
      display: block !important;      
      float: left !important;      
      margin:0 !important;
      padding:0 !important;      
  }  
  
  .post-template div.site-content-contain div.site-content section:first-child .elementor-row .elementor-column .elementor-widget-wrap .elementor-row .elementor-inner-column:nth-child(2) h2 {
     padding: 0 !important;
     margin: 0 !important;
  }
}


@media (min-width: 900px) {


  .post-template div.site-content-contain div.site-content section:first-child .elementor-row .elementor-column .elementor-widget-wrap .elementor-row .elementor-inner-column:nth-child(1) {
      width: auto !important;
      display: block !important;
      float: left !important;
      margin:0 !important;
      padding:0 !important;
  }
  
  .post-template div.site-content-contain div.site-content section:first-child .elementor-row .elementor-column .elementor-widget-wrap .elementor-row .elementor-inner-column:nth-child(2) {
      width: auto !important;
      float: left !important;
      margin:0 !important;
      padding:0 !important;      
  }  
  
  


}

select.article-list {
    width: 95%;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    height: 1.75em;
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-transform: uppercase;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid rgba(0,128,0,0.25);
    background-color: rgba(0,128,0,0.66);
    color: #ffffff;
}

ul.lcp_catlist {
    display: none;  
}

.chw-widget .chw-title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
}




/* body {

}


h1 {
	font-size: 3em;
}

h2, .entry-title {
	font-size: 1.5em !important;
	color: rgba(0,0,0,1) !important;
	font-weight: 300;
}

.entry-title a {
	color: rgba(0,0,0,1) !important;
}

h3 {
	font-size: 1.35em;
	font-weight: 300;
	text-transform: uppercase;
	color: rgba(0,128,0,1);
	margin-top: 1.5em !important;
	margin-bottom: 0.25em;
	padding-top: 0em !important;
}

h4 {
	font-size: 1.15em;
	font-weight: 500;
	text-transform: none;
	color: rgba(0,128,0,1);
	margin-top: 0.25em !important;
	padding-top: 0em !important;
	margin-left: 0.0em !important;
}

ol {
	margin-left: 2.0em;
	margin-top: 0 !important;
	padding-top: 0 !important;
	font-weight: 300 !important;
}

ol li::before {
	color: rgba(0,128,0,1); 
}

ul {
	margin-left: 1em;
	margin-top: 0 !important;
	padding-top: 0 !important;
	font-weight: 300 !important;	
  list-style: none;
}

ul li {
  padding-left: 1em; 
  text-indent: -.7em;
}

ul li::before {
  content: "• ";
	font-size: 1em;
  color: rgba(0,128,0,1); 
}

p {
	margin-bottom: 0.75em;
	margin-left: 0.0em;
	font-weight: 300 !important;
}

.bibliografia p {
	font-size: 0.8em;
	margin-bottom: 0.25em;
}
.autores strong{
	font-weight: 400;
	color: rgba(0,0,0,1) !important;
}

div .conteudo {
	margin-top: -1.5em !important;
}

div .conteudo p {
	text-align: justify !important;
}*/

/*
h1 {
	font-size: 8em;
	color: rgba(0,128,0,1) !important;
	font-weight: 400;
}

h2, .entry-title {
	font-size: 1.75em !important;
	color: rgba(0,0,0,1) !important;
	font-weight: 300;
}

.entry-title a {
	color: rgba(0,0,0,1) !important;
}

h3 {
	font-size: 1.35em;
	font-weight: 300;
	text-transform: uppercase;
	color: rgba(0,128,0,1);
	margin-top: 1.5em !important;
	margin-bottom: 0.25em;
	padding-top: 0em !important;
}

h4 {
	font-size: 1.15em;
	font-weight: 400;
	text-transform: none;
	color: rgba(0,128,0,1);
	margin-top: 0.25em !important;
	padding-top: 0em !important;
	margin-left: 0.0em !important;
}

ol {
	margin-left: 2em;
	margin-top: 0 !important;
	padding-top: 0 !important;
	font-weight: 300 !important;
}

ol li::before {
	color: rgba(0,128,0,1); 
}

ul {
	margin-left: 0.75em;
	margin-top: 0 !important;
	padding-top: 0 !important;
	font-weight: 300 !important;	
  list-style: none;
}

ul li {
  padding-left: 1em; 
  text-indent: -.7em;
}

ul li::before {
  content: "• ";
	font-size: 1em;
  color: rgba(0,128,0,1); 
}

p {
	margin-bottom: 0.75em;
	margin-left: 0.0em;
	font-weight: 300 !important;
}

.bibliografia p {
	font-size: 0.8em;
	margin-bottom: 0.25em;
}
.autores strong{
	font-weight: 400;
	color: rgba(0,0,0,1) !important;
}

div .conteudo {
	margin-top: -1.5em;
}

div .conteudo p {
		text-align: justify !important;
}*/

.sfm-menu-item-18051 {
 /* display: none;*/
}

.intro-cat {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.intro-cat-item h1 {
    font-size: 1.45em;
    line-height: 2.5em !important;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(0,128,0,1);
    margin-top: 1.0em !important;
    border-top: 1px solid #6faa00;
    margin-bottom: 0.25em;
    padding-top: 0em !important;
}

.intro-cat-item p {
    font-size: 0.95rem !important;
    margin-bottom: 0.75em;
    margin-left:0em;
    font-weight: 300 !important;
    -webkit-font-smoothing: antialiased;
}

.intro-cat-item td {
    font-size: 0.95rem !important;
    margin-bottom: 0.75em;
    margin-left: 1.25em;
    font-weight: 300 !important;
    -webkit-font-smoothing: antialiased;
}

.cap-header h1 {
    font-size: 5.7rem !important;
    line-height: 5.7rem !important;
    font-weight: 600;
    color: rgba(0,128,0,1) !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.cap-header h2 {
    font-size: 1.75rem !important;
    line-height: 1.75rem !important;
    font-weight: 300;
    color: #000000 !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.cap-header h3 {
    font-size: 1.25rem !important;
    line-height: 1.25rem !important;
    font-weight: 300;
    color: #7A7A7A !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.posts-in-category {
    margin-left: 2.5%;
    margin-right: 2.5%;
}
    
.posts-in-category .level-0 {
  color: #000000;
  font-weight: 600;
}

.posts-in-category .level-1 {
  color: rgb(0, 128, 0);
  font-weight: 500;
}

.posts-in-category .level-2 {
  color: rgb(0, 128, 0);
  font-weight: 400;
}

.posts-in-category .level-3 {
  color: rgb(0, 128, 0);
  font-weight: 300;
}


.categories-list {
    padding: 0;
    line-height: 1.0em;
    height: 1.75em;
    text-transform: uppercase;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid rgba(0,128,0,1);
    border-top: 1px solid rgba(0,128,0,1) !important;
    background-color: rgba(0,128,0,0.0);
    color: #000000 !important;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.categories-list .cat-level-0 {
  font-size: 1.0em;
  color: #000000;
  font-weight: 600;

}

.categories-list .cat-level-1 {
  font-size: 1.0em;
    color: rgb(0, 128, 0);
  font-weight: 500;

}

.categories-list .cat-level-2 {
  font-size: 1.0em;
    color: rgb(0, 128, 0);
  font-weight: 400;

}

.categories-list .cat-level-3 {
  font-size: 1.0em;
    color: rgb(0, 128, 0);
  font-weight: 300;

}

.categories-list .cat-level-4 {
  font-size: 1.0em;

}

.cap-cat-outer-header {
    border-bottom: 1px solid rgba(0,128,0,1);
     margin-bottom: 2em;
}

.current-post-cat {
  text-align: right;
  font-size: 1.0em;
  padding-bottom: 1em;
}


.current-post-cat .level-0 {
  color: #000000;
  font-weight: 600;
}

.current-post-cat .level-1 {
  color: rgb(0, 128, 0);
  font-weight: 500;
}

.current-post-cat .level-2 {
  color: rgb(0, 128, 0);
  font-weight: 400;
}

.current-post-cat .level-3 {
  color: rgb(0, 128, 0);
  font-weight: 300;
}

.current-post-cat .last-cat-title {
  text-decoration: underline;
  font-size: 1.15em;
}