body, h1, h2, p, ul, li, a {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Nunito", Helvetica, Arial, sans-serif;
	color: #222222;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td, th {
	border: 1px solid #000000;
	text-align: left;
	padding: 8px;
}

tr:nth-child(even) {
	background-color: #dddddd;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

object {
	width: 100%;
	height: 100%;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

p {
	margin: 15px 0px;
}

input::-moz-placeholder {
	color: black;
}

input::placeholder {
	color: black;
}

/* TABELA PLANMOB 2021*/
.tabela_planmob p {
	margin: 2px 0px;
}

.tabela_planmob td {
	padding: 2px;
}

.tabela_planmob th {
	padding: 2px;
}

/* FONTS */
@font-face {
	font-family: myFirstFont;
	src: url(/fonts/sansation_light.woff);
	font-display: swap;
}

@font-face {
	font-family: MyriadPro;
	src: url(/fonts/MyriadPro-Regular.otf);
	font-display: swap;
}
/* FONTS */

/* CABEÇALHO */
.cabecalho-bg {
	padding-top: 12px;
	border-bottom: 5px solid rgb(248, 175, 5);
	background-color: #004997;
}

.cabecalho {
	margin: 0px auto;
	max-width: 960px;
}

/* LOGO */
.logo {
	display: flex;
	margin: 0px;
	flex-wrap: wrap;
}

.logo-img {
	margin: 8px 10px;
	height: 100%;
}

.logo_midias {
	width: 28px;
	flex: 1;
	padding-top: 2px;
}

.logo_midias_img {
	width: 25px;
	height: 25px;
	margin-bottom: 2px;
	text-align: center;
}

/* MIDIAS */
.home-barra-midias-sociais-not {
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
}

.home-barra-midias-sociais-item-not:first-child {
	margin-left: 0px;
}

.home-barra-midias-sociais-not-interna {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	float: right;
}

.home-barra-midias-sociais-item-not {
	margin-left: 10px;
	padding: 10px 0px;
}

.home-midias-aling-not {
	margin: auto;
}

/* MENU SUPERIOR */
.menu {
	max-width: 100%;
	background-color: #213a73;
}

.menu-logo a {
	font-size: 2.25em;
	font-weight: bold;
	margin: 0 10px;
}

.menu-nav {
	max-width: 960px;
	display: block;
	margin: 0 auto;
}

	.menu-nav ul {
		display: flex;
		max-width: 100%;
		list-style: none;
	}

	.menu-nav li {
		flex: 1 1 auto;
		border-right: 2px solid #004997;
	}

	.menu-nav ul li:last-child {
		border-right: none;
	}

	.menu-nav a {
		color: #fff;
		font-family: MyriadPro;
		font-weight: bold;
		font-size: 1em;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 10px 10px;
	}

		.menu-nav a:hover {
			background-color: #008fd6;
		}

	.menu-nav img {
		max-width: 20px;
		max-height: 20px;
		margin-right: 10px;
	}

	.menu-nav a h2 {
		color: #fff;
		font-family: MyriadPro;
		font-weight: normal;
		font-size: 1em;
		text-align: center;
		margin: auto;
	}


/* LOGIN */
.login {
	width: 100%;
	min-height: 30px;
	background-color: rgba(0,0,0,1);
}

.login-box {
	max-width: 960px;
	margin: 0 auto;
	color: #fff;
	padding: 6px 10px;
	display: flex;
	flex-wrap: wrap;
}

.login-box-int1 {
	flex: 3;
	text-align: left;
}

	.login-box-int1 h3 {
		color: #fff;
		font-family: MyriadPro;
		font-weight: bold;
		font-size: 1em;
	}

		.login-box-int1 h3 a {
			color: #fff;
		}

			.login-box-int1 h3 a:hover {
				color: #fff;
				text-decoration: underline;
			}

.login-box-int2 {
	flex: 1;
	text-align: right;
}

	.login-box-int2 h3 {
		color: #fff;
		font-family: MyriadPro;
		font-weight: bold;
		font-size: 1em;
	}

		.login-box-int2 h3 a {
			color: #fff;
		}

			.login-box-int2 h3 a:hover {
				color: #fff;
				text-decoration: underline;
			}


/* ACESSIBILIDADE */
.acessibilidade_geral {
	width: 100%;
	background-color: #f8f8f8;
}

.ferramentas {
	margin: 0 auto 20px auto;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.acessibilidade {
	padding: 15px 10px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

	.acessibilidade img {
		max-width: 30px;
		margin-right: 10px;
		float: left;
	}

.acessibilidade_svg {
	max-width: 30px;
	margin-right: 10px;
	float: left;
}

.acessibilidade h3 {
	line-height: 2;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	float: left;
	min-height: 30px;
	color: #000;
}

.acessibilidade_contraste {
	flex: 1 1 15%;
	text-align: center;
}

.acessibilidade_imprimir {
	flex: 1 1 15%;
	text-align: center;
}

.acessibilidade_email {
	flex: 1 1 20%;
	text-align: center;
}

.acessibilidade_erro {
	flex: 1 1 20%;
	text-align: center;
}

.acessibilidade_a {
	flex: 1 1 15%;
	text-align: center;
}

.acessibilidade_amais {
	flex: 1 1 15%;
	text-align: center;
}

	.acessibilidade_contraste a h3:hover,
	.acessibilidade_imprimir a h3:hover,
	.acessibilidade_email a h3:hover,
	.acessibilidade_erro a h3:hover,
	.acessibilidade_a a h3:hover,
	.acessibilidade_amais a h3:hover, {
		text-decoration: underline;
	}

/* MIDIAS SOCIAIS */
.barra-midias-sociais {
	max-width: 300px;
	margin: 20px auto 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.barra-midias-sociais-item {
	flex: 1 1 16.6666%;
	text-align: center;
}

.midias-aling {
	margin: auto;
}

/* CONTEUDO */
.conteudo-geral {
	max-width: 960px;
	margin: 0px auto;
	padding-top: 10px;
}

.breadcrumb {
	min-height: 20px;
	font-size: 0.8em;
	padding: 0px 10px 10px 10px;
}

	.breadcrumb ul {
		list-style: none;
	}

		.breadcrumb ul li {
			float: left;
			padding-right: 10px;
		}

	.breadcrumb a {
		color: blue;
		text-decoration: none;
	}

		.breadcrumb a:hover {
			text-decoration: underline;
		}

/* AVISO */
.aviso-erro {
	padding: 20px;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	color: #f00;
}

.titulo-mensagem {
	color: #000;
	font-size: 1.6em;
	text-align: center;
	padding: 20px;
}

.titulo-mensagem-atencao {
	color: #000;
	font-size: 1.2em;
	text-align: center;
	padding: 20px 20px 40px 20px;
	font-weight: normal;
}

/* NOTICIAS */
.bloco-noticias {
	margin: 0 auto;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
}

	.bloco-noticias img {
		border: none;
	}

	.bloco-noticias a {
		color: #000;
	}

.bloco-noticias-inf {
	max-width: 960px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.intertitulo {
	color: #213a73;
	font-size: 1.5em;
	font-weight: bold;
}

.noticia-01 {
	max-width: 960px;
	margin: 20px 10px;
}

.noticia-02 {
	flex: 1 1 300px;
	margin: 10px 10px;
	padding: 10px 0px;
}

	.noticia-02 h3 {
		font-size: 1.3em;
		font-family: MyriadPro;
		color: #000;
		font-weight: normal;
	}

	.noticia-02 a:hover {
		text-decoration: underline;
		color: #000;
	}

.posicao-legenda {
	position: relative;
	margin-top: -50px;
	height: 50px;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}

	.posicao-legenda a {
		display: table;
		width: 100%;
		height: 50px;
		color: #fff;
	}

		.posicao-legenda a:hover {
			text-decoration: underline;
		}

		.posicao-legenda a h2 {
			font-size: 1.4em;
			text-align: center;
			font-family: MyriadPro;
			font-weight: bold;
			color: #fff;
			display: table-cell;
			vertical-align: middle;
		}

/* BUSCA INTERNA */
.barra_titulo_pesquisa_interna {
	width: 100%;
	height: 40px;
	margin: 30px 0px;
	padding: 0px 10px;
}

.busca-interna {
	width: 70%;
	float: right;
	text-align: right;
	height: 60px;
}

.input_pesquisa {
	width: 79%;
	height: 60px;
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	padding-left: 15px;
}

.input_pesquisa_interno {
	width: 75%;
	height: 40px;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	padding-left: 15px;
}

.input_buscar {
	width: 20%;
	height: 60px;
	vertical-align: top;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #008fd6;
	color: #fff;
	border-width: 0px;
	border-style: outset;
}

.input_buscar_interno {
	width: 20%;
	height: 40px;
	vertical-align: top;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #008fd6;
	color: #fff;
	border-width: 0px;
	border-style: outset;
}

.input_buscar-servicos {
	width: 28%;
	height: 40px;
	vertical-align: top;
	text-align: center;
	font-size: 1.2em;
	background-color: #008fd6;
	color: #fff;
	border-width: 0px;
	border-style: outset;
}

input[type="submit"]:hover {
	background-color: #f8af05;
}

.titulo_pesquisa_interno {
	width: 30%;
	float: left;
	line-height: 1.3;
	font-size: 2em;
	font-weight: bold;
	color: #013a77;
}

/* RODAPE */
.rodape {
	max-width: 100%;
	padding: 10px 0px;
	min-height: 70px;
	background-color: #213a73;
	color: #fff;
	font-family: MyriadPro;
}

.rodape-container {
	max-width: 960px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.rodape-brasao {
	width: 100%;
	max-height: 49px;
	display: grid;
	margin: auto;
	justify-content: center;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

.rodape_brasao_img {
	max-width: 200px;
}

.rodape-texto {
	width: 100%;
	font-size: .9em;
	text-align: center;
	margin: auto;
}

.end-rodape-1 {
	text-align: center;
	display: block;
}

.end-rodape-2 {
	text-align: center;
	display: none;
}

.rodape-mapadosite {
	width: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
}
/* RODAPE */


/* COR DA BORDA */
.borda-cor01 {
	border-top: 5px solid #eee;
}
/* CINZA */
.borda-cor02 {
	border-top: 5px solid #213a73;
}
/* AZUL */
.borda-cor03 {
	border-top: 5px solid #ec06d9;
}
/* ROSA */
.borda-cor04 {
	border-top: 5px solid #ffb400;
}
/* LARANJA */
.borda-cor05 {
	border-top: 5px solid #ca2472;
}
/* VINHO */
/* COR DA BORDA */

/* HOVER IMAGENS SVG */
.hover-img:hover {
	-webkit-filter: hue-rotate(180deg) saturate(120%) brightness(180%);
	-moz-filter: hue-rotate(180deg) saturate(120%) brightness(180%);
	-ms-filter: hue-rotate(180deg) saturate(120%) brightness(180%);
	-o-filter: hue-rotate(180deg) saturate(120%) brightness(180%);
	filter: hue-rotate(180deg) saturate(120%) brightness(180%);
}

.hover-img1:hover {
	-webkit-filter: hue-rotate(5deg) saturate(100%) brightness(120%);
	-moz-filter: hue-rotate(5deg) saturate(100%) brightness(120%);
	-ms-filter: hue-rotate(5deg) saturate(100%) brightness(120%);
	-o-filter: hue-rotate(5deg) saturate(100%) brightness(120%);
	filter: hue-rotate(5deg) saturate(100%) brightness(120%);
}

.hover-img2:hover {
	-webkit-filter: saturate(100%) brightness(90%);
	-moz-filter: saturate(100%) brightness(90%);
	-ms-filter: saturate(100%) brightness(90%);
	-o-filter: saturate(100%) brightness(90%);
	filter: saturate(100%) brightness(90%);
}

.hover-img-servico:hover {
	-webkit-filter: saturate(100%) brightness(130%);
	-moz-filter: saturate(100%) brightness(130%);
	-ms-filter: saturate(100%) brightness(130%);
	-o-filter: saturate(100%) brightness(130%);
	filter: saturate(100%) brightness(130%);
}

.link-externo:after {
	content: url("/img/svg/link_externo.svg");
	padding-left: 5px;
}

/* Borda do bloco de servico */
/* .sec_serv_conteudo{max-width:980px; padding:20px 20px; border:2px solid #eee; margin-bottom:20px;} */


/* BUSCA SITE */
.busca-local {
	margin: 40px auto 0px auto;
	padding: 30px;
	width: 100%;
	align-items: center;
	height: 120px;
	background-color: rgba(0,0,0,0.5);
}

.resultado-busca {
	flex: 1 1 50px;
	min-height: 80px;
	margin: 20px 25px;
}

.pesquisa {
	margin: 0 auto;
	max-width: 960px;
	min-height: 80px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.busca_principal {
	display: flex;
	flex-wrap: wrap;
	max-width: 980px;
	margin: 40px 0px;
}

.busca_principal-box {
	flex: 1 1 250px;
	width: 33.333%;
	padding: 0px 20px;
}

.busca_principal-noticia {
	margin: 20px 10px !important;
}

.busca_principal-int_servicos {
	width: 100%;
}

.busca_principal-int_box-servicos {
	width: 100%;
	height: 80px;
	margin: 20px 0px 40px 0px;
}

.busca_principal-sec_hi_conteudo {
	height: 60px;
}

	.busca_principal-sec_hi_conteudo h2 {
		color: #444;
		font-size: 2em;
		font-weight: bold;
	}

	.busca_principal-sec_hi_conteudo img {
		float: left;
		padding: 10px 5px 0px 0px;
	}

.bp-box-centro {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.busca-google {
	width: 100%;
	margin: 16px 0px 24.5px 0px;
}

.busca-google-span {
	font-size: 0.9em;
}

.input_buscar-busca-principal {
	width: 100%;
	height: 30px;
	vertical-align: top;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	background-color: #ccc;
	color: #444;
	border-width: 0px;
	border-style: outset;
}


/* GALERIAS */
.galerias {
	border: 1px solid #d4d4d4;
	padding: 10px 10px;
}

.galerias_titulo {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.galerias_titulo_texto {
	font-size: 20px;
	color: rgb(0, 73, 151);
	font-weight: bold;
}

.galeria_margin {
	margin-bottom: 20px;
}
/* FIM - GALERIA */



/* MENU */
.topnav {
	display: grid;
	grid-auto-flow: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	background-color: #213a73;
	overflow: hidden;
}

	.topnav a {
		float: left;
		display: block;
		color: #ffffff;
		text-align: center;
		padding: 10px 3%;
		text-decoration: none;
		font-family: MyriadPro;
		font-size: 1em;
		border-right: 2px solid #004997;
	}

		.topnav a:nth-last-child(2) {
			border-right: none;
		}

		.topnav a:hover {
			background-color: #008fd6;
		}
	/*.active {background-color: #008fd6;	color: white;}*/
	.topnav .icon {
		display: none;
	}

.topnav-menu {
	margin-right: 10px;
}
/* MENU */

/* TABELA */
.tabela_iqt2020 {
	text-align: center;
	font-size: 12px !important;
}

.tabela_iqt2020_p {
	margin: 5px 0px;
}
/* TABELA */

/* ELEIÇÃO */
.banner-temporario-eleicao-right {
	flex: 0 1 50%;
	padding-right: 10px;
}

.banner-temporario-eleicao-left {
	flex: 0 1 50%;
	padding-left: 10px;
}
/* ELEIÇÃO */

/* CHAT 156 */
#wbot-chat-container #wbot-chat:not(.wbot-active) ~ #wbot-open-chat::before {
	bottom: 42px;
	right: 48px;
	transform: scale(1);
}
/* CHAT 156 */

@media screen and (max-width:980px) {
	.topnav a {
		padding: 10px 3.4%;
	}

	.acessibilidade h3 {
		font-size: 0.9em;
	}

	.input_buscar_interno {
		font-size: 1.4em;
	}

	.input_pesquisa_interno {
		font-size: 1.2em;
	}

	.titulo_pesquisa_interno {
		width: 25%;
		font-size: 1.8em;
	}

	.busca-interna {
		width: 75%;
	}
}

@media screen and (max-width:890px) {
	.topnav a {
		padding: 10px 2.8%;
	}
}

@media screen and (max-width:845px) {
	.acessibilidade h3 {
		font-size: 0.8em;
	}
}

@media screen and (max-width:768px) {
	.rodape-container {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.rodape-brasao {
		order: 1;
		border-right: 0px solid #fff !important;
		border-left: 0px solid #fff !important;
	}

	.rodape-mapadosite {
		order: 2;
	}

	.rodape-texto {
		order: 3;
	}

	.topnav a {
		padding: 10px 2.3%;
	}

	.acessibilidade {
		padding: 15px 20px;
		width: 80%;
	}

		.acessibilidade img {
			margin: auto;
			float: none;
		}

		.acessibilidade h3 {
			display: none;
		}

	.acessibilidade_svg {
		margin: auto;
		float: none;
	}

	.acessibilidade_contraste {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.acessibilidade_imprimir {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.acessibilidade_email {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.acessibilidade_erro {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.acessibilidade_a {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.acessibilidade_amais {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.menu img {
		display: none
	}

	.noticia-02 {
		margin: 20px 10px 20px 10px;
	}

	.posicao-legenda a h2 {
		font-size: 1em;
	}

	.input_buscar_interno {
		font-size: 1.2em;
	}

	.input_pesquisa_interno {
		font-size: 1em;
	}

	.titulo_pesquisa_interno {
		font-size: 1.6em;
		line-height: 1.6;
	}

	.breadcrumb {
		min-height: 40px;
	}

		.breadcrumb ul li {
			padding-bottom: 5px;
		}

	.banner-temporario-eleicao-right {
		flex: 0 1 100%;
		padding-right: 0px;
		padding-bottom: 20px;
	}

	.banner-temporario-eleicao-left {
		flex: 0 1 100%;
		padding-left: 0px;
	}

	.banner-temporario-eleicao-right img {
		width: 100%;
	}

	.banner-temporario-eleicao-left img {
		width: 100%;
	}
}

@media screen and (max-width:690px) {
	.topnav a {
		padding: 10px 1.8%;
	}

	.logo-img {
		margin: 8px auto;
		padding: 0px 10px;
		height: 100%;
	}

	.home-barra-midias-sociais-not {
		margin-left: auto;
		margin-top: auto;
		margin-bottom: auto;
		margin-right: auto;
	}

	.img-upresp {
		width: 25px;
	}
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border animation {
	transform: rotate(13.068deg);
}

@media screen and (max-width: 630px) {
	.topnav a {
		padding: 10px 1.4%;
	}
}

@media screen and (max-width: 600px) {
	.topnav {
		display: block
	}

		.topnav a {
			padding: 10px 4%;
		}

		.topnav a {
			display: none;
		}

			.topnav a:nth-child(1) {
				border-right: none;
			}

			.topnav a.icon {
				float: right;
				display: block;
			}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {
		position: relative;
	}

		.topnav.responsive a.icon {
			position: absolute;
			right: 0;
			top: 0;
		}

		.topnav.responsive a {
			float: none;
			display: block;
			text-align: left;
		}
}

@media screen and (max-width:590px) {
	.acessibilidade {
		padding: 15px 20px;
		width: 80%;
	}

		.acessibilidade img {
			margin: auto;
			float: none;
		}

		.acessibilidade h3 {
			display: none;
		}

	.acessibilidade_svg {
		margin: auto;
		float: none;
	}

	.acessibilidade_contraste {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.acessibilidade_imprimir {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.acessibilidade_email {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.acessibilidade_erro {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.acessibilidade_a {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.acessibilidade_amais {
		flex: 1 1 16.6%;
		text-align: center;
	}

	.end-rodape-1 {
		display: none;
	}

	.end-rodape-2 {
		display: block;
		font-size: 1em;
	}

	.menu-nav ul {
		display: block;
	}

	.menu-nav li {
		border-bottom: 1px solid #004997;
	}

	.menu-nav a {
		padding: 5px 10px;
	}

	.input_buscar_interno {
		font-size: 0.9em;
	}

	.input_pesquisa_interno {
		font-size: 0.8em;
		padding-left: 5px;
	}

	.titulo_pesquisa_interno {
		font-size: 1.4em;
		line-height: 2;
	}
}

@media screen and (max-width:480px) {
	.acessibilidade {
		padding: 15px 20px;
		width: 100%;
	}

	.acesso-rapido {
		margin: 0 10%;
	}

	.acesso-rapido-link {
		margin: 15px 10px;
	}

	.busca {
		margin: 40px auto 0 auto;
		padding: 20px 20px;
		height: 80px;
	}

	.login-box {
		padding: 8px 10px;
	}

	.rodape-brasao {
		max-height: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.esconde_text_extra {
		display: none;
	}

	.noticia-02 {
		margin: 0px 10px 30px 10px;
	}

	.noticia-01 {
		margin: 2px 10px 40px 10px;
	}

	.posicao-legenda {
		margin-top: 0px;
		height: auto;
		font-size: 1.2em;
		font-weight: normal;
		padding: 20px;
		background: rgba(0, 0, 0, 1);
	}

	.input_buscar {
		width: 25% !important;
		height: 45px !important;
		font-size: .9em !important;
		padding-left: 5px !important;
	}

	.input_buscar_interno {
		font-size: 0.9em;
	}

	.input_pesquisa {
		width: 70%;
		height: 45px;
		font-size: 0.8em;
		font-weight: bold;
		color: #000;
		padding-left: 10px;
	}

	.input_pesquisa_interno {
		font-size: 0.8em;
		padding-left: 5px;
	}

	.titulo_pesquisa_interno {
		font-size: 1.4em;
		line-height: 2;
		width: 100%;
	}

	.busca-interna {
		width: 100%;
		text-align: left;
	}

	.barra_titulo_pesquisa_interna {
		height: 90px;
	}

	.breadcrumb {
		min-height: 60px;
	}
}

@media screen and (max-width:320px) {
	.rodape-brasao {
		max-height: 50px;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.input_buscar_interno {
		font-size: 0.6em;
	}

	.input_pesquisa_interno {
		font-size: 0.5em;
	}

	.titulo_pesquisa_interno {
		font-size: 1em;
	}

	.barra_titulo_pesquisa_interna {
		height: 70px;
	}
}

@media screen and (max-width:300px) {
}


/* BUSCA SITE: CONTINUACAO */
@media screen and (max-width:768px) {
	.busca_principal-box {
		width: 50%;
		padding: 10px;
	}

	.bp-box-centro {
		border-left: 1px solid #ccc;
		border-right: 0px;
	}
}

@media screen and (max-width:480px) {
	.bp-box-centro {
		border-left: 0;
		border-right: 0px;
	}
}

.btnloading:hover {
	background-color: #008fd6 !important;
}



/* ICONE VLIBRAS */
/*[vw] [vw-access-button] .access-button {
    width: 50% !important;
}

	[vw] [vw-access-button] .access-button:hover + .pop-up {
		width: calc(100%) !important;
	}

[vw] [vw-access-button].active {
	display: flex !important;
	flex-direction: row-reverse !important;
	width: 140px;
}*/
