:root {
 --blue: #4A7E9C;
 --red: #EB2939;
}

@font-face {
	font-family: 'ashleybold';
	src: url('/subportal/webfont/ashley-bold-webfont.woff2') format('woff2'), url('/subportal/webfont/ashley-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ashleylight';
	src: url('/subportal/webfont/ashley-light-webfont.woff2') format('woff2'), url('/subportal/webfont/ashley-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ashleymedium';
	src: url('/subportal/webfont/ashley-medium-webfont.woff2') format('woff2'), url('/subportal/webfont/ashley-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ashleyregular';
	src: url('/subportal/webfont/z-ashley-regular-webfont.woff2') format('woff2'), url('/subportal/webfont/z-ashley-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'gotham_mediumregular';
    src: url('/subportal/webfont/gotham-medium-webfont.woff2') format('woff2'),
         url('/subportal/webfont/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	/*font-family: 'ashleyregular', sans-serif;*/
	display: flex;
    flex-direction: column;
    height: 100vh;
}
a:hover{text-decoration:none !important}

/*////////// TOPO ////////////*/
/*////////// SOBRETOPO //////////*/

.menu_sobretopo {
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.menu_sobretopo a{color:#fff}
.menu_sobretopo li {list-style-type: none;}
.bg-azulclaro { background-color: #1fb1e6;}

.white-space-normal{ white-space:normal !important}

/*.barra_acessibilidade {
	padding: 3px 0;
	background-color: #2071B7;
	color: #FFF;
	font-size: 0.85rem;
	background-image:url(/subportal/img/fundo_cores.png);
	background-position-x: center;
	background-size: contain;
}
.barra_acessibilidade .container {
	display: flex
}
.barra_acessibilidade a {
	color: #FFF;
}
#links_atalhos {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.show-mobile-lai-eouv{display:none}
@media (max-width: 767px) {
	#links_atalhos {display:none}
	.barra_acessibilidade .container-fluid{padding:0 !important}
	.links_acessibilidade{width:100%; justify-content: space-between !important;}
	
	.nav-item-mobile-lai-eouv{
		display: flex;
		justify-content: space-between;
	}
	.a-mobile-lai-eouv,
	.show-mobile-lai-eouv{display:inline}
	.hide-mobile-lai-eouv{display:none}
}
ul#links_atalhos {
	padding: 0;
	margin: 0
}
#links_atalhos li {
	display: inline
}
#links_atalhos a {
	color: #FFF;
	margin-right: 16px
}
#links_atalhos span {
	color: #2071B7;
	background: #FFF;
	padding: 0 3px;
	font-weight: 600
}
.links_acessibilidade {
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: flex-end;
	display: flex;
	flex-wrap: wrap;
}
.links_acessibilidade li {
	list-style: none;
	color:#FFF
}
.links_acessibilidade li a {
	padding: 3px 10px;
	display: flex;
	align-items: center;
	font-size: 0.75rem;
	text-transform: uppercase;
	color:#fff
}
.links_acessibilidade li i {
	margin-right: 3px
}*/
.navbar-light{
	background-color:#c7c7c7;
	/*border-bottom: 2px solid #2071B7;*/
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgb(216, 216, 216) 100%);
	padding:8px 8px;
	box-shadow: 1px 1px 2px 1px #66666659;
}
.navbar-brand{
	display: flex;
	align-items: center;
	margin-right:5px;
}
.nome_orgao{
	font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    color: #888B8C;
    padding-left: 8px;
    border-left: 4px solid #888B8C;
    margin-left: 8px;
	font-family: 'gotham_mediumregular';
}
.nome_orgao a{color: #888B8C;}
.nome_orgao div{
	font-size:1.6rem;
}
/*.navbar-brand img {
	max-height: 55px
}*/
.navbar-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
}
.navbar-nav .nav-link{color:#fff !important; font-size:1.1rem}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000000;
    text-decoration: none;
    background-color: #e2e2e2;
}
.dropdown-toggle::after{margin-left:0}

.nav-item-busca{width:130px}

.navbar_linha_bottom{
	height:2px;
	background-image:url(/subportal/img/fundo_cores.png);
	background-position-x: center;
	display:none
}
	

@media (max-width: 767px) {
	.navbar-light{
		padding:4px 8px
	}
	.navbar-brand img {
		width:100px
	}
	.nome_orgao{
		font-size:0.9rem;
		padding-left: 8px;
	}
	.nome_orgao div{font-size:1.3rem;}
	.nav-item-busca{width:100%}
}
@media (max-width: 991px) {
.navbar-brand {
	flex: 1;
	white-space: normal
}
}
@media (min-width: 992px) {
.navbar-brand {
	max-width: 45%;
	flex: 0 0 45%;
	white-space: normal
}
}
.btn-busca{
	border-radius:0 .25rem .25rem 0 !important;
	background-color:#2071B7;
	height:34px;
	padding-top:5px;
	color:#fff
	}

.form-busca{
	height:34px
}

/*//////// RODAPÉ /////////////*/

#rodape{
	background-color: #3a9dd50a;
    color: #2071B7;
    background-image: url(/subportal/img/predios.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
#footerContent{
	min-height:173px;
	font-family: 'gotham_mediumregular';
}
.rodape-orgao{
	justify-content: flex-start;
	
}
.rodape-endereco{
	font-size:0.9rem
}
.rodape-logo{
	justify-content: flex-end;
}
.subrodape{
	background-color:#125A96;
}
@media (max-width: 991px){
	.rodape-orgao{
		justify-content: center;
		text-align:center
	}	
	.rodape-logo{
		justify-content: center;
	}
}
	
/*//////////////////////*/

.divisoria{
	background-image:url(/subportal/img/fundo_cores.png);
	background-position-x: center;
	background-size: contain;
	height:20px
}


p {
	font-family: 'Nunito Sans', sans-serif;
	font-size:1.2rem
}
.texto {
	line-height: 1.8rem;
}
img {
	opacity: 1;
	transition: opacity 0.3s;
 &[data-src] {
 opacity: 0;
}
}
a {
	color: #4A7E9C;
}
.h1 {
	font-family: 'ashleybold';
}
.h6 {
	color: #EB2939;
	border-bottom: 0.1rem solid #EB2939;
	width: 100%;
}
.bg-black-transparent {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.6) 65%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6) 65%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.6) 65%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.bg-primary {
	background-color: #0088d0 !important;
}
.bg-purple {
	background-color: #6c9e11 !important; /*#0088d0*/
}
.bg-brown {
	background-color: #026114 !important;
}
.menu {
	text-transform: uppercase;
	border-bottom: 0.2rem solid #EB2939;
 	margin-bottom: -.7rem;
}
a.menuItem:link, a.menuItem:active, a.menuItem:visited {
 color: #37474f !important;
}
a.menuItem:hover {
	color: #4A7E9C !important;
}
.bannerPrincipal {
	height: 30rem;
}
.bannerMeio {
	max-width: 512px;
	max-height: 130px;
	margin-left: auto;
	margin-right: auto;
}
.custom-select {
	background-image: url('/img/icon/arrow-down.svg') !important;
}
a.link-white:link, a.link-white:visited, a.link-white:active {
	color: #fff !important;
}
@media (min-width: 575.98px) and (max-width: 991.98px) {
.card-deck > .card {
	min-width: 40% !important;
}
}

@media (max-width: 767.98px) {
h1 .display-4 {
	font-size: 2.3rem !important;
}
}

.separator {
	border-right: 0.1rem solid rgba(255,255,255,.2);
	padding-right: 0.9rem;
}
.card-img-overlay {
	top: auto;
}
.card-img-overlay .h4{ font-size:1.15rem}
@media (max-width: 767px) {
	.card-img-overlay { padding-bottom:3px}
	.card-img-overlay .h4{ font-size:1.25rem}
}
.img-topo {
	opacity: .6;
	position: relative;
	z-index: 100;
	object-fit: cover;
	min-height: 200px;
}
.title-topo {
	background-color: #fff;
	padding: 2rem 3rem 2rem 2rem;
	position: absolute;
	z-index: 200;
	top: auto;
	margin: -100px 0% 0 0%;
	border-radius: 0 1.4rem 0 0;
}
.card-img-overlay>a:link {
	color: #fff;
}
.texto-noticia {
	font-size: 1.2rem;
	line-height: 2rem;
letter-spacing: -.03125rem;
	overflow-wrap: break-word;
}
.line-blue-bottom {
	border-bottom: 0.3rem solid #4A7E9C;
	padding-bottom: 1rem;
}
.line-red-bottom {
	border-bottom: 0.3rem solid #eb2939;
}
.line-red-top {
	border-top: 0.2rem solid #eb2939 !important;
}
.line-pink-top {
	border-top: 0.2rem solid #CC332C !important;
}
.line-blue {
	border-left: 0.2rem solid #0071ce !important;
}
.line-gray {
	border-left: 0.2rem solid #e6e6e6 !important;
}
.line-gray-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
}
.gradient {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.72) 65%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.52) 65%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.72) 65%);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.gradient2 {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0.8883928571428571) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.8883928571428571) 20%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0.8883928571428571) 20%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
	height: 100%;
	position: absolute;
}
.text-primary {
	color: #0088d0 !important;
}
.text-brown {
	color: #026114 !important;
}
.btn-green {
	color: #fff;
	background-color: #70be44;
	border-color: #70be44;
}
.btn-green:hover {
	color: #fff;
	background-color: #518c30;
	border-color: #518c30;
}
.btn-green.focus, .btn-green:focus {
	box-shadow: 0 0 0 0.2rem rgba(112, 190, 68, 0.44);
}
a.veja_mais {
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: #007bff;
    border: 2px solid #007bff;
	
}
a.veja_mais:hover{
	color:#FFF;
	background-color:#007bff
}

.veja_mais a {
    display: inline-block;
    border-right: 4px solid var(--blue);
    text-transform: uppercase;
    padding-right: 5px;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 600;
    color: #4a4a4a;
	font-family: 'gotham_mediumregular';
}
.veja_mais a:hover{
	color:#FFF;
	background-color:#007bff
}
/*** Banner Wide com OWN CAROUSSEL início**/
.mapa {
	border: 0;
	pointer-events: inherit;
}
.BannerWideChamada {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 2rem;
	left: 0;
	padding: 2rem;
}
.BannerWide {
	min-height: 32rem;
}
.BannerWideImage {
	position: absolute;
	width: 100%;
	height: 600px;
	object-fit: cover;
}
/*** Banner Wide com OWN CAROUSSEL fim**/
.descricao {
line-height: .9rem;
font-size: .9rem;
}

.btn-outline-primary {
	color: #1875B9;
	border-color: #1875B9;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #1875B9;
	border-color: #1875B9;
}
.btn-pink {
	color: #fff;
	background-color: #CC332C;
}
.btn-pink:hover, .btn-lilas:hover {
	color: #fff;
	opacity: .9;
}
.btn-lilas {
	color: #fff;
	background-color: #6a1b9a;
}
.text-lilas {
	color: #093D5E;
}
.bg-warning {
	background-color: #F26130!important;
}
.bg-azulescuro {
	background: #093D5E !important;
}
.bg-gradient1 {
	background: rgb(0,124,144);
	background: -moz-linear-gradient(90deg, rgba(0,124,144,1) 19%, rgba(45,253,202,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,124,144,1) 19%, rgba(45,253,202,1) 100%);
	background: linear-gradient(90deg, rgba(0,124,144,1) 19%, rgba(45,253,202,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007c90", endColorstr="#2dfdca", GradientType=1);
}
.bg-danger {
	background-color: #CC332C !important;
}
.rounded-site {
	border-radius: 1.4rem !important;
}

#main {
	flex:1
}
.breadcrumb a {
	color: #FFF
}
.breadcrumb-item.active {
	color: #dedede;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

@media (min-width: 576px) {
.bread_mobile {
	padding-left: 0 !important;
	padding-right: 0 !important
}
}

/*////////////////////////////////////////////////////////*/
/*// CONTROLES DE MIDIAS DENTRO DO TEXTO ///////////////////////////////*/

.w3cgWrapper {
	margin-bottom: 10px;
	display: block
}
.w3cgLegenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	line-height: 13px;
	padding: 3px 0;
	display: block
}
.w3cgWrapper img {
	width: 100%;
	height: auto
}
.w3cgAlignLeft video, .w3cgAlignRight video {
	width: 100%;
	margin-bottom: -5px
}
.w3cgAlignCenter video {
	width: 100%;
	margin-bottom: -5px
}
.w3cgAlignLeft audio, .w3cgAlignRight audio {
	width: 100%;
	margin-bottom: -5px
}
.w3cgAlignCenter audio {
	width: 100%;
	margin-bottom: -5px
}
.w3cgAlignLeft iframe, .w3cgAlignRight iframe {
	width: 100%;
	margin-bottom: -5px
}
.w3cgAlignCenter iframe {
	width: 100%;
	margin-bottom: -5px
} /*Youtube Ratio: 1,77777778 - ALTERAR A LARGURA AQUI TAMBÉM*/
.w3cgAlignLeft {
	float: left;
	width: 300px;
	margin-right: 15px;
	margin-top: 8px
}
.w3cgAlignCenter {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px
}
.w3cgAlignRight {
	float: right;
	width: 300px;
	margin-left: 15px;
	margin-top: 8px
}
 @media (max-width: 575px) {
.w3cgAlignLeft, .w3cgAlignRight {
	width: 46%
}
.w3cgAlignCenter iframe {
	height: calc((100vw / 1.7777) - 30px)
}
.w3cgAlignLeft iframe, .w3cgAlignRight iframe {
	height: calc( ((100vw / 1.5) - 80px) / 1.9 );
}
.item_busca_data {
	display: none
}
.area_page_busca {
	background-color: #f2f2f2
}
.item_busca, .area_page_editais .item_busca {
	background-color: #fff;
	padding: 15px 15px 30px;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2) /*0 2px 2px 0 rgba(0,0,0,0.1)*/;
	border: 0;
	margin-bottom: 12px;
	border-radius: 3px;
	margin-top: 2px;
}
.item_busca:hover {
	background-color: #fff
}
.item_busca_caption {
	font-size: 90%
}
.item_busca_caption h5 {
font-size:.7rem
}
.item_busca_caption h4 {
	font-size: 1.1rem
}
.item_busca_data_xs {
	bottom: 5px
}
.item_busca_img {
	max-height: calc((100vw - 60px) / 1.4);
	margin: 0
}
}
@media (min-width: 576px) {
.w3cgAlignLeft, .w3cgAlignRight {
	width: 46%
}
.w3cgAlignCenter iframe {
	height: calc((100vw / 1.6) - 60px);
}
.w3cgAlignLeft iframe, .w3cgAlignRight iframe {
	height: calc( ((100vw / 1.5) - 80px) / 1.9 );
}
.item_busca_data_xs {
	display: none
}
.item_busca_img {
	max-height: 160px
}
}
@media (min-width: 768px) {
.w3cgAlignCenter iframe {
	height: 405px;
}
}
@media (min-width: 992px) {
.w3cgAlignCenter iframe {
	height: 308px;
}
}
@media (min-width: 1200px) {
.w3cgAlignLeft, .w3cgAlignRight {
	width: 300px;
}
.w3cgAlignCenter iframe {
	height: 374px;
}
}
/*/////// ACESSIBILIDADE ////////////*/
.grade_teclas, .grade_navagadores {
	border: 1px solid #ddd
}
.grade_row {
	display: flex;
	border-bottom: 1px solid #ddd;
	min-height: 40px;
}
.grade_row:nth-child(even) {
	background-color: #f9f9f9
}
.grade_esq {
	flex: 0 0 60px;
	display: flex;
	align-items: center;
}
.grade_dir {
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 10px
}
.grade_teclas .tecla {
	background-color: #6c757d;
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
	justify-content: center;
}
.grade_navagadores .grade_esq {
	flex: 0 0 40%;
	display: flex;
	align-items: center;
	padding-left: 10px
}
/*//////////// MAPA DO SITE ////////////*/

.mapasite h4{
	border-top:3px solid #2071B7;
	padding:5px 10px 8px;
	margin-bottom:15px;
	background-color:#f8f9fa;
	font-weight:600;
	font-size:1.4rem;
	margin-top:30px	
}
.mapasite ul{margin-bottom:15px; font-size:1.25rem}
.mapasite h5{ margin-bottom:0}
.mapasite .fa-1x{ font-size:0.8rem}

/*////////// INTERNAS //////////*/

.outras_noticias{
	position: sticky;
	top: 5px;
}

.bg-azulmedio {
	background-color: #137eb0;
}

.text-azul {
	color: #002959;
}

/*///////////////////////////////////////*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&display=swap");


h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600 !important;
}

#rodape p {
	font-size: 1rem;

}

.logo_footer {
	width: 100%;
	max-width: 200px;
}