/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2025 | 18:43:44 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.secundario ul li {
	border: 1px solid #bfbfbf;
    border-radius: 10px;
    height: 33px;
    padding: 0px;
    margin: 10px 5px;
}

.secundario ul li a { 
    padding: 10px;
}
.link_white a {
	color: #fff !important;
}
.titulo_bold span{
	font-weight: normal !important;
}
.flutuante {
  animation: flutuar 3s ease-in-out infinite;
  display: inline-block;
}

@keyframes flutuar {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.noticia-destaque {
  text-align: center;		
}
.noticia-destaque__imagem{
	padding-top: 30px;
}
.noticia-destaque__imagem img {
  width: 450px;
  height: auto;
  border-radius: 12px;
}
.noticia-destaque__conteudo {
	text-align: left;
    padding: 10px 65px;		
}
.noticia-destaque__categoria {
	text-transform: capitalize;
    color: #19b127;
    border: 1px solid #19b127;
    border-radius: 5px;
    padding: 5px 15px;
    display: inline-block;
	margin-bottom: 10px;
}
.noticia-destaque__titulo a {
  font-size: 32px;
  color: #fff;
}

.noticia-destaque__titulo a:hover {
  color: #ddd;
}
.noticias-lista {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0;
  width: 400px;
}

.noticia-item {
  padding: 15px;
  border-bottom: 1px solid #828381;
}

.noticia-item__categoria {
	text-transform: capitalize;
    color: #19b127;
    border: 1px solid #19b127;
    border-radius: 5px;
    padding: 5px 15px;
    display: inline-block;
}
.noticia-item__titulo {
	margin-top: 15px;
}
.noticia-item__titulo a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.noticia-item__titulo a:hover {
  color: #ddd;
}
.fm_simulacao {
	
}
.fm_simulacao p {
	color: #dedeef !important;
}
.fm_simulacao .fm_campo {
	border-radius: 8px;
    height: 52px;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;	
}
.fm_simulacao option {
	color: #000;
}
#recebido {
	font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.fm_line3 {
	color: #dedeef !important;
	font-size: 14px;
	margin-top: 20px;
}
.fm_results {
	color: #fff;
}
.fm_results p {
	margin: 0px;
	color: #fff;
}
.fm_results .line2 {
	margin-top: 50px;
	color: #fff;
}
.links_laterais a{
	color: #000
}
.links_laterais a:hover {
	color: #2DE01D;
}