/* Cabecalho */

nav ul span {text-transform:none !important;}

.navbar-nav .nav-link {} 

navbar-dark .nav .nav-link:hover {color: #c9d1d9 !important;} 

busca-img {display: flex; align-items: center;}

busca-img img {margin-right: 10px;}

busca-customizada { 
		background: rgba(255, 255, 255, 0.40) ; 
		border-radius: 4px; 
		border-left: 3px #2A5FFF solid;
}

.bg-menu-prod {background-color:#474747 !important}

.mt-logo {margin-top: 1.3rem !important;}

.entry-header {background: none !important;}

/* Container */
@media (min-width:1200px) and (max-width:1310px) {
  .container {max-width:1170x !important;}
}
@media (min-width:1311px) {
  .container {max-width:1320px !important;}
}


/* Cabecalho - Busca com lupa */

.busca-cabec {
 	display: flex; 	
  	align-items: center;	
	background-color: #ffffff9e;;
	border: 1px solid #000000;
	border-radius: 4px;
	border-left: 3px solid #2a5fff;
	border-top: none;
	border-bottom: none;
	border-right: none;
	width: 250px;
	height: 2.5rem;
	font-size: 17px; 
}

.busca-cabec::placeholder {
	color: #ffffff;
	background: url(/wp-content/uploads/2024/05/lupa.png);
);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0.5rem;
	padding-left: 2rem;
}


/* Img Graficos Trabalho e Tabelas */
.img50 {width:50% !important;}
.img75, .tab75 {width:75% !important;}
.img83 {width:83% !important;}


/* Rodape 2024 */

.card.fundo-rodape, .fundo-rodape, footer.seade-wide {
    	color: #fff;
    	background: linear-gradient(180deg, #131313 0%, #0E121F 100%);
	font-size:.9rem;
	line-height:1.6rem;
}

.logo-rodape p {padding-bottom: 1.1rem;}

@media (max-width: 992px) {.redes-sociais-rodape a.icones span {
	font-size: 1.25rem;
    	width: 2rem;
    	height: 2rem;
    	padding-top: 0.4rem;
    	text-align: center;
    	margin-left: .5rem;
    	background: #fff;
    	color: #131313;
	display: inline-block;
	}
}

@media (min-width: 992px) {.redes-sociais-rodape a.icones span {
    	font-size: 1.25em;
    	width: 2.4rem;
    	height: 2.4rem;
    	padding-top: 0.6rem;
    	text-align: center;
    	margin-left: .5rem;
    	background: #fff;
    	color: #131313;
	display: inline-block;
	margin-top:5rem;
	}
}

