
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
body {
	font-family: 'Roboto', sans-serif !important;
}

a {
	text-decoration: none !important;
	-webkit-transition: all 0.5s !important;
	transition: all 0.5s !important;
}

a i {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

main {
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(white));
	background: linear-gradient(180deg, #f8f8f8 0%, white 100%);
}

.banner {
	padding: 25px 0;
}

.banner figure {
	margin: 0;
}

.logo {
	max-width: 299px;
	max-height: 150px;
}

/* === HEADER === */
/* Cor - Principal = #0000FF */
/* Cor - Secundária = #fff */
/* Cor - Terciária = #191970 */
/* === NAVBAR === */
/* Cor - Principal = #191970 */
/* Cor - Secundária = ##191970 */
@media (max-width: 992px) {
	header .cabecalho .row {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
header .cabecalho .row .lei-acesso, header .cabecalho .row .acessibilidade, header .cabecalho .row .calendario, header .cabecalho .row .hora, header .cabecalho .row .redes-sociais {
	margin-top: 5px;
	margin-bottom: 5px;
}
header .cabecalho .row #col-calendario {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	text-align: right;
}
header .cabecalho .row #col-calendario .calendario {
	padding-left: 0;
}
header .cabecalho .row #col-hora {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
header .cabecalho .row #col-hora .hora {
	border: none;
	padding-right: 0;
}
}

@media (max-width: 576px) {
	header .lei-acesso {
	text-align: right;
}
header .acessibilidade {
	border: none !important;
}
header .acessibilidade button {
	font-size: 12px;
	width: 20px;
}
header .acessibilidade button:hover {
	background: none !important;
}
header .redes-sociais {
	text-align: center;
	padding: 0 !important;
}
}

header .cabecalho {
	background: #0000FF;
	min-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

header .cabecalho .row {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

header .cabecalho .lei-acesso, header .cabecalho .acessibilidade, header .cabecalho .calendario, header .cabecalho .hora {
	border-right: 1px solid #fff;
	padding: 0 25px;
	font-weight: bold;
	font-size: 12px;
}

header .cabecalho .lei-acesso a {
	color: #fff;
}

header .cabecalho .lei-acesso a:hover {
	color: #191970;
}

header .cabecalho .lei-acesso img {
	margin-right: 10px;
}

header .cabecalho .acessibilidade button {
	background: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

header .cabecalho .acessibilidade button:hover, header .cabecalho .acessibilidade button:active {
	background: #191970;
	border-radius: 5px;
}

header .cabecalho .calendario i, header .cabecalho .hora i {
	margin-right: 10px;
}

header .cabecalho .redes-sociais {
	padding-left: 15px;
}

header .cabecalho .redes-sociais a {
	color: #fff;
	margin-left: 10px;
}

header .cabecalho .redes-sociais a:hover .fa-facebook-f {
	color: #3b5998;
}

header .cabecalho .redes-sociais a:hover .fa-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

header .cabecalho .redes-sociais a:hover .fa-youtube {
	color: #ff0000;
}

header .navbar {
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	header .navbar .navbar-brand img {
	width: 80%;
}
}

header .navbar .navbar-toggler {
	border: 2px solid #fff;
}

header .navbar .navbar-toggler i {
	color: #0000FF;
	font-size: 24px;
}

header .navbar .navbar-nav li {
	padding: 0 1rem !important;
}

header .navbar .navbar-nav li a {
	text-align: center;
	color: #191970;
	font-size: 14px;
	font-weight: 400;
}

header .navbar .navbar-nav li a:hover {
	color: #611f1e;
}

header .navbar .navbar-nav li .dropdown-toggle::after {
	color: #0000FF;
}

/* Cor - Principal = #0000FF */
/* Cor - Secundária = #fff */
/* Cor - Terciária = #191970 */
footer {
	background: #0000FF;
	color: #fff;
}

footer .navbar {
	padding: 10px 0;
}

footer .navbar .navbar-toggler {
	border: 2px solid #fff;
}

footer .navbar .navbar-toggler i {
	color: #fff;
	font-size: 24px;
}

footer .navbar .navbar-nav li {
	padding: 0 1rem !important;
}

footer .navbar .navbar-nav li a {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

footer .navbar .navbar-nav li a:hover {
	color: #191970;
}

footer .navbar .navbar-nav li .dropdown-menu .dropdown-item {
	color: #0000FF;
}

footer .redes-sociais a {
	color: #fff;
	margin-right: 10px;
	font-size: 24px;
	text-align: left;
}

footer .redes-sociais a:hover .fa-facebook-f {
	color: #3b5998;
}

footer .redes-sociais a:hover .fa-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

footer .redes-sociais a:hover .fa-youtube {
	color: #ff0000;
}

footer .outras-informacoes {
	padding: 25px 0 50px 0;
}

footer .outras-informacoes .acessibilidade {
	margin-bottom: 10px;
}

footer .outras-informacoes .acessibilidade button {
	background: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

footer .outras-informacoes .acessibilidade button:hover, footer .outras-informacoes .acessibilidade button:active {
	background: #191970;
	border-radius: 5px;
}

footer .outras-informacoes .lei-acesso {
	margin-bottom: 10px;
}

footer .outras-informacoes .lei-acesso a {
	color: #fff;
}

footer .outras-informacoes .lei-acesso a:hover {
	color: #191970;
}

footer .outras-informacoes .lei-acesso img {
	margin-right: 10px;
}

body#index {
	/*=== Consulta Processo ===*/
	/* Cor - Principal = #0000FF*/
	/* Cor - Secndario = #fff*/
	/* Cor - Input = #C3C3C3 */
	/* Cor - Button = #A1A1A1 */
	/* SCSS ESTÁ NO ARQUIVO _secretarias.scss */
	/* === LINKS UTEIS === */
	/* Cor - Principal =	#0000FF */
}

body#index .noticias-principais .container {
	display: -ms-grid;
	display: grid;
	gap: 15px;
	height: 500px;
	grid-template-areas: "slider noticia1"
	"slider noticia2";
	-ms-grid-columns: 2fr 1fr;
	grid-template-columns: 2fr 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

@media (max-width: 992px) {
	body#index .noticias-principais .container {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 2fr 1fr;
	grid-template-rows: 2fr 1fr;
	grid-template-areas: "slider slider"
	"noticia1 noticia2";
}
}

@media (max-width: 576px) {
	body#index .noticias-principais .container {
	height: auto;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: 4fr 3fr 3fr;
	grid-template-rows: 4fr 3fr 3fr;
	grid-template-areas: "slider"
	"noticia1" 
	"noticia2";
}
}

body#index .slider {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	grid-area: slider;
	background: red;
	height: 100%;
	overflow: hidden;
	position: relative;
}

body#index .slider .arrow-buttons-noticias {
	position: absolute;
	top: 50%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body#index .slider .arrow-buttons-noticias i {
	font-size: 25px;
	color: white;
}

body#index .slider .arrow-buttons-noticias button {
	border: none;
	background: none;
}

body#index .slider .slick-dots {
	bottom: 0;
}

body#index .slider .slick-dots li {
	height: 35px;
}

body#index .slider .slick-dots li.slick-active button {
	color: #cccccc !important;
}

body#index .slider .slick-dots li button {
	color: white !important;
	font-size: 20px;
	font-weight: bold;
}

body#index .slider .slick-dots li button::before {
	content: none !important;
}

body#index .slider .slide {
	height: 100%;
}

body#index .slider .slide a {
	display: block;
	height: 100%;
	position: relative;
}

body#index .slider .slide a img {
	width: 100%;
	height: 100%;
}

body#index .slider .slide .slick-track, body#index .slider .slide .slick-list {
	height: 100% !important;
}

body#index .slider .slide .thumbnail {
	z-index: 0;
	overflow: hidden;
}

body#index .slider .slide .thumbnail img {
	width: 100%;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

body#index .slider .slide .conteudo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	padding: 0 25px;
	background: rgba(0, 0, 0, 0.4);
}

body#index .slider .slide .conteudo h1 {
	font-size: 24px;
	font-weight: bold;
}

body#index .slider .slide .conteudo p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 50px;
}

body#index .slider .slide:hover .thumbnail img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

body#index .noticia1 {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: noticia1;
	background: green;
	height: 100%;
}

body#index .noticia2 {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	grid-area: noticia2;
	background: blue;
	height: 100%;
}

body#index .noticias.slider {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
}

body#index .links-transparencia {
	padding: 25px 0;
}

body#index .links-transparencia .link {
	display: block;
	margin-bottom: 16px;
}

body#index .links-transparencia .link * {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

body#index .links-transparencia .link h1 {
	font-size: 14px;
	font-weight: bold;
	color: #191970;
}

body#index .links-transparencia .link:hover h1 {
	color: #000;
}

body#index .links-transparencia .link:hover img {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
}

body#index .consulta-processo {
	padding: 25px 0;
}

body#index .consulta-processo .processo {
	padding: 10px 0;
	background: #0000FF;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body#index .consulta-processo .processo .titulo {
	border: none;
}

body#index .consulta-processo .processo .titulo h2 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}

body#index .consulta-processo .processo form {
	position: relative;
}

body#index .consulta-processo .processo form input {
	border: none;
}

body#index .consulta-processo .processo form input::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #C3C3C3;
}

body#index .consulta-processo .processo form input:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #C3C3C3;
}

body#index .consulta-processo .processo form input::-ms-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #C3C3C3;
}

body#index .consulta-processo .processo form input::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #C3C3C3;
}

body#index .consulta-processo .processo form button {
	background: none;
	border: none;
	position: absolute;
	right: 5px;
	bottom: calc(50% - 12px);
}

body#index .consulta-processo .processo form button i {
	color: #A1A1A1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

body#index .consulta-processo .processo form button:hover i {
	color: #0000FF; /* === ADICIONADO POR ULTIMO === */
}

body#index .multimidias {
	background: #F6F6F6;
	padding: 25px 0 30px 0;
}

body#index .multimidias .container {
	display: -ms-grid;
	display: grid;
	grid-column-gap: 75px;
	grid-template-areas: "multimidia podcast"
	"multimidia facebook";
	-ms-grid-columns: 3fr 2fr;
	grid-template-columns: 3fr 2fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

@media (max-width: 768px) {
	body#index .multimidias .container {
	grid-template-areas: "multimidia multimidia"
	"podcast facebook";
	gap: 0;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	body#index .multimidias .container {
	grid-template-areas: "multimidia multimidia"
	"podcast podcast"
	"facebook facebook";
	gap: 0;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	}
}

body#index .multimidias .multimidia {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	grid-area: multimidia;
	margin: 0 !important;
}

body#index .multimidias .podcast {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: podcast;
}

body#index .multimidias .facebook {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	grid-area: facebook;
}

body#index .links-uteis {
	padding: 25px 0;
	position: relative;
}

body#index .links-uteis .titulo {
	color: #0000FF;
	border-color: #0000FF;
}

body#index .links-uteis .css-container {
	position: relative;
}

body#index .links-uteis .lista-links-uteis {
	width: 90%;
	margin: 0 auto;
}

body#index .links-uteis .arrow-buttons-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	top: calc(72.5% - 32px);
	width: 100%;
	z-index: 1;
}

body#index .links-uteis .arrow-buttons-links button {
	border: none;
	background: none;
}

body#index .links-uteis .arrow-buttons-links button i {
	font-size: 32px;
	color: #0000FF;
}

/*COMPONENTES */
/* === Formulário de Busca === */
/* Cor - color input = #C3C3C3 */
/* Cor - background input = #F6F6F6 */
/* Cor - background button = #E5E5E5 */
/* Cor - background button (hover) = ##cccccc */
.busca {
	padding: 20px 0;
}

.busca input {
	border: none;
	border-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #F6F6F6;
	height: 40px;
}

.busca input::-webkit-input-placeholder {
	font-size: 12px;
	color: #C3C3C3;
}

.busca input:-ms-input-placeholder {
	font-size: 12px;
	color: #C3C3C3;
}

.busca input::-ms-input-placeholder {
	font-size: 12px;
	color: #C3C3C3;
}

.busca input::placeholder {
	font-size: 12px;
	color: #C3C3C3;
}

.busca button {
	min-width: 75px;
	width: 25%;
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: #E5E5E5;
}

.busca button:hover {
	background: #cccccc;
}

.busca button i {
	color: #A1A1A1;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.titulo {
	border-bottom: 5px solid #000;
	/* Será resetado pelas outras classes, ignore isso. */
	margin-bottom: 25px;
}

.titulo h1 {
	font-size: 18px;
	font-weight: bold;
}

/* Aparece nas páginas de FOTOS E VÍDEOS */
/* Cor - Principal = #191970 */
.subtitulo {
	margin-bottom: 35px;
}

.subtitulo h2 {
	font-size: 30px;
	font-weight: bold;
	color: #191970;
}

/* Cor - Principal = #0000FF */
/* Cor - Secundária =  */
nav {
	padding: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

nav .pagination li a {
	color: ;
	border: none !important;
	font-size: 14px;
	font-weight: bold;
}

nav .pagination li a:hover {
	color: #0000FF;
}

nav .pagination li a i {
	color: #0000FF;
}

nav .pagination li.active a {
	background: none !important;
	color: #0000FF !important;
}

.banner figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 10%;
	/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.banner figure img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*PÁGINAS INTERNAS*/
/* Cor - Principal = #0000FF */
/* Cor - Formulário =  */
/* Cor - Botão = #0000FF */
/* Cor - Texto Botão = #fff */
.contato {
	margin-bottom: 75px;
}

.contato .titulo {
	border-color: #0000FF !important;
}

.contato .titulo h1 {
	color: #0000FF;
}

.contato form .form-control {
	border-color: ;
}

.contato form .form-control::-webkit-input-placeholder {
	color: ;
	font-size: 14px;
	font-weight: 400;
}

.contato form .form-control:-ms-input-placeholder {
	color: ;
	font-size: 14px;
	font-weight: 400;
}

.contato form .form-control::-ms-input-placeholder {
	color: ;
	font-size: 14px;
	font-weight: 400;
}

.contato form .form-control::placeholder {
	color: ;
	font-size: 14px;
	font-weight: 400;
}

.contato form input {
	height: 55px;
	border-radius: 10px;
}

.contato form textarea {
	resize: none;
	height: 200px;
}

.contato form .btn-enviar {
	color: #fff;
	background: #0000FF;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-color: ;
	float: right;
	width: 100px;
	height: 55px;
	font-size: 14px;
	font-weight: bold;
}

.contato form .btn-enviar:hover {
	background: #191970;
}

/* Cor - principal = #0000FF */
/* Cor - h1 = #191970 */
/* Cor - p =  */
/* Cor - h1,p (hover) = black */
.multimidias .titulo, .multimidia .titulo {
	color: #0000FF;
	border-color: #0000FF;
}

.multimidia {
	margin-bottom: 50px;
}

.multimidia .midia {
	display: block;
	margin-bottom: 32px;
}

.multimidia .midia .thumbnail {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.multimidia .midia .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.multimidia .midia h1 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #191970;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.multimidia .midia h1 i {
	color: #0000FF;
}

.multimidia .midia p {
	font-size: 12px;
	font-weight: 400;
	color: ;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.multimidia .midia:hover h1, .multimidia .midia:hover p {
	color: #0000FF; /* === ADICIONADO POR ULTIMO === */
}

.multimidia.fotos#single .midia .thumbnail {
	padding-top: 27.57% !important;
}

.multimidia.fotos#single .midia .thumbnail img {
	z-index: 0;
}

@media (max-width: 576px) {
	.multimidia.fotos#single .midia .thumbnail {
		padding-top: 40% !important;
	}
}

.multimidia.fotos#single .midia .titulo-secao {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 20px 20px 0 20px;
}

.multimidia.fotos#single .midia .titulo-secao h1, .multimidia.fotos#single .midia .titulo-secao p, .multimidia.fotos#single .midia .titulo-secao i {
	color: #fff !important;
}

.multimidia.fotos#single .midia .titulo-secao p {
	width: 40%;
}

@media (max-width: 992px) {
	.multimidia.fotos#single .midia .titulo-secao p {
		width: 80% !important;
	}
}

@media (max-width: 768px) {
	.multimidia.fotos#single .midia .titulo-secao p {
		width: 100% !important;
	}
}

.multimidia.fotos#single .galeria .thumbnail {
	margin-bottom: 15px;
	display: block;
}

.multimidia.fotos#single .galeria .thumbnail img {
	width: 100%;
}

.multimidia.videos#single .player-video {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.multimidia.videos#single .player-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* 
o CSS está global pois a estrutura da index 
é difente da página interna. Tome cuidado ao
modificar pois, poderá quebrar uma das duas 
páginas.
*/
.podcast .lista-podcasts .podcast-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.podcast .lista-podcasts .podcast-link .thumbnail {
	margin: 0;
}

.podcast .lista-podcasts .podcast-link .thumbnail img {
	width: 76px;
	height: 76px;
}

.podcast .lista-podcasts .podcast-link .conteudo {
	margin-left: 10px;
}

.podcast .lista-podcasts .podcast-link .conteudo h1 {
	color: #191970;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 5px !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.podcast .lista-podcasts .podcast-link .conteudo p {
	color: ;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.podcast .lista-podcasts .podcast-link:hover .conteudo h1, .podcast .lista-podcasts .podcast-link:hover .conteudo p {
	color: #0000FF;
}

/* CSS das páginas Galeria de Vídeos e Fotos. */
/* Cor - principal = #0000FF */
/* === INDEX === */
/* Cor - background = #E5E5E5 

Cores de texto são exatamente iguais 
ao da PAGE SECRETARIAS

/* === PAGE SECRETARIAS === */
/* Cor - Box secretario = #0000FF */
/* Cor - Box secretario (Hover) = #e9ba02 */
/* === SINGLE SECRETARIA === */
/* Cor - Background Sobre = #F0F0F0	 =*/
/* Cor - h1 = #191970 */
/* Cor - li =  */
.secretarias {
	padding: 25px 0;
}

.secretarias .titulo {
	color: #0000FF;
	border-color: #0000FF;
}

.secretarias .secretaria {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 115px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #E5E5E5;
	text-align: center;
	margin-bottom: 16px;
	border-bottom: 5px solid #0000FF;
	color: #191970;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 20px;
}

.secretarias .sobre {
	border-bottom: solid 2px #0000FF;
	padding: 32px 0;
	margin-bottom: 25px;
}

.secretarias .sobre h1 {
	font-size: 20px;
	font-weight: bold;
	color: #191970;
	margin-bottom: 15px;
}

.secretarias .sobre ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.secretarias .sobre ul li {
	font-size: 18px;
	color: #191970;
	font-weight: 400;
	margin-bottom: 5px;
}

.secretarias .sobre ul li span {
	font-weight: bold;
}

.secretarias#page .secretaria {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	background: #0000FF;
	height: 250px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	padding: 20px 25px;
}

.secretarias#page .secretaria .thumbnail img {
	border-radius: 15px;
	max-width: 80px;
	max-height: 90px;
}

.secretarias#page .secretaria:hover {
	background: #e9ba02;
}

/* Cor - principal = #0000FF */
/* === SINGLE NOTÍCIA === */
/* Cor - H1 = #191970 */
/* Cor - P = */
/* Cor - H1, P (Hover) = Black */
/* === PAGE NOTICIA === */
/* Cor - Texto = #fff*/
.noticias .titulo {
	color: #0000FF;
	border-color: #0000FF;
}

.noticias.noticias-principais .noticia-box, .noticias.noticias-principais .thumbnail, .noticias.noticias-principais img {
	height: 100%;
}

.noticias#single {
	margin-bottom: 25px;
}

.noticias#single .download {
	display: block;
	color: #191970;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.noticias#single .download i {
	font-size: 20px;
	color: #0000FF;
}

.noticias#single h1 {
	font-size: 30px;
	font-weight: bold;
	color: #191970;
}

.noticias#single h6 {
	font-size: 12px;
	color: #191970;
}

.noticias#single p {
	font-size: 16px;
	color: ;
}

.noticias#single .galeria {
	margin-top: 32px;
}

.noticias#single .galeria .thumbnail {
	display: block;
	margin-bottom: 15px;
}

.noticias#single .galeria .thumbnail img {
	width: 100%;
}

.mais-noticias {
	padding: 25px 0;
}

.mais-noticias .noticia {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
}

.mais-noticias .noticia .thumbnail {
	margin: 0;
}

.mais-noticias .noticia .thumbnail img {
	width: 75px;
	height: 75px;
	border-radius: 15px;
	background: #0000FF; /* === ADICIONADO POR ULTIMO === */
}

.mais-noticias .noticia .conteudo {
	margin-left: 10px;
}

.mais-noticias .noticia .conteudo h1 {
	color: #191970;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 5px !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mais-noticias .noticia .conteudo p {
	color: ;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mais-noticias .noticia:hover .conteudo h1, .mais-noticias .noticia:hover .conteudo p {
	color: #0000FF; /* === ADICIONADO POR ULTIMO === */
}

.noticia-box {
	display: block;
	position: relative;
}

.noticia-box .thumbnail {
	z-index: 0;
	overflow: hidden;
}

.noticia-box .thumbnail img {
	width: 100%;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.noticia-box .conteudo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	padding: 0 20px;
	background: rgba(0, 0, 0, 0.4);
}

.noticia-box .conteudo h1 {
	font-size: 18px;
	font-weight: bold;
}

.noticia-box .conteudo p {
	font-size: 16px;
	line-height: 20px;
}

.noticia-box:hover .thumbnail img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*# sourceMappingURL=style.css.map */