@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- */
/* Gerais */
/* -------------------------------------------------------------- */

body {
	overflow-y: scroll;
	font-family: 'Roboto', arial;
	line-height: 1.5;
	font-size: 0.95rem;
	padding: 160px 0 0 0;
	background: #fff;
	/* Hack pro body não "pular" */
	/* html, body { overflow: auto !important; } */
}

p {
	margin: 1em 0
}

/* Links */

a {
	text-decoration: none;
	color: #da0006;
}

a:hover {
	color: #000;
}

/* Títulos */

h1,
h2,
h3,
h4,
h5 {
	margin: 1.5em 0 0.5em 0;
	line-height: 1.2;
	color: #606060;
}

.texto h1:first-child,
.texto h2:first-child,
.texto h3:first-child,
.texto h4:first-child,
.texto h5:first-child {
	margin-top: 0;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h1 small.data-noticia {
	font-size: 1rem;
	line-height: 1.5;
}


/* Outros */

img.responsiva {
	width: 100%;
	max-width: none;
	height: auto;
}

hr {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.faixa {
	margin-top: 40px;
	margin-bottom: 40px;
}

.cantos-redondos {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.erro {
	text-align: center;
	display: block;
	padding: 3px 8px;
	background: #A54747;
	color: #fff;
	font-size: 13px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.erro:before {
	content: "ERRO » ";
	font-weight: bold;
}

figcaption.legenda {
	right: 0;
	bottom: 0;
	left: 0;
	padding: 5px 10px !important;
	-moz-border-top-right-radius: 0 !important;
	-khtml-border-top-right-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
	-moz-border-top-left-radius: 0 !important;
	-khtml-border-top-left-radius: 0 !important;
	-webkit-border-top-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.acoes a,
.acoes button {
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	border: 1px solid #ddd !important;
	background: #fff !important;
	padding: 2px 6px !important;
	margin: 5px 10px 5px 0;
}

.acoes button {
	padding: 5px 9px !important;
	color: #da0006;
}


.alert {
	padding: 20px;
	background-color: #f44336;
	color: white;
	border-radius: 10px;
}

.success {
	padding: 20px;
	background-color: #19974d;
	color: white;
	border-radius: 10px;
}

.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtn:hover {
	color: black;
}


/* Transições */

a,
img,
#logo-e-menu .logo-e-menu,
#logo-e-menu-mobile,
.item-da-galeria {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
}

#logo-e-menu .logo-e-menu {
	height: 80px;
	transition: height 0.2s;
}

.seletor-menu-topo,
#cabecalho img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-backface-visibility: hidden;
}



/* Listas e Blockquote */

.lista li,
.lista_conteudo li,
.texto ul li {
	list-style: square;
	margin-left: 18px;
	padding: 5px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.lista li:last-child,
.lista_conteudo li:last-child,
.texto ul li:last-child,
.texto ol li:last-child {
	border: none;
}

.texto ul,
.texto ol {
	margin: 15px 30px;
}

.texto blockquote {
	padding: 5px 20px;
	margin: 30px 0;
}

.texto blockquote ul {
	margin: 15px 0
}

.texto ol li {
	list-style: decimal;
	margin-left: 18px;
	padding: 5px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.texto.quebra-palavra ul li,
.lista li,
.lista_conteudo li {
	list-style-image: url(../img/bullet.svg);
}

.texto.quebra-palavra ul.lista-limpa li {
	list-style: none;
	list-style-image: none;
}

.texto.quebra-palavra ul.lista-limpa {
	margin-left: 0;
}

.texto.quebra-palavra ul.lista-limpa li .svg {
	color: #da0006;
}



/* -------------------------------------------------------------- */
/* Forms */
/* -------------------------------------------------------------- */

.botao {
	background: #b50303;
	color: #fff;
	border: none;
	display: block;
	max-width: 250px;
	line-height: 1;
	text-align: center;
	padding: 7px 10px;
	margin: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.botao:hover {
	background: #ed1c24;
	color: #fff;
}

.botao-especial {
	background: #008b00;
	padding: 4px 7px;
}

.botao-especial:hover {
	background: #11b311;
}

.botao.buscar .svgx {
	margin-right: 0;
}

.barra-de-busca .botao {
	display: inline;
}

.form-de-busca {
	max-width: 290px;
	width: 100%;
	margin: auto;
}

.form-de-busca .campo {
	width: 250px;
	float: left;
	box-sizing: border-box;
	height: 32px;
	border: none;
}

.form-de-busca .buscar {
	box-sizing: border-box;
	height: 32px;
	max-width: 32px;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 5px;
	width: 100%;
}

.busca-no-site small {
	text-align: center;
	padding-bottom: 10px;
}


.campo {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 10px 10px;
}

.campo:active,
.campo:hover,
.campo:focus {
	background: #FFFBEA;
	border-color: #D3B41B;
}

label {
	display: block;
	margin-top: 10px;
}

input,
textarea,
select {
	width: 100%;
}

select {
	padding: 9px !important;
}

.resumo-mais {
	display: inline-block !important;
	margin: 0 !important;
	padding: 0 7px !important;
	font-size: 0.95em !important;
	text-transform: lowercase !important;
}

.botao.m-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.veja-todos {
	text-align: center;
}

.veja-todos .botao {
	display: inline;
}



/* -------------------------------------------------------------- */
/* Cabeçalho */
/* -------------------------------------------------------------- */

#barra-fixa {
	position: fixed;
	z-index: 10000;
	top: 0;
	background: #efefef;
	padding: 7px 0;
	height: 40px;
}

#barra-fixa .contatos {
	text-align: left;
}

#barra-fixa .contatos a {
	margin: 0 1rem 0 0;
}

#barra-fixa .link-externo {
	text-align: right;
}

#barra-fixa .link-externo a {
	margin: 0 0 0 1rem;
}

#barra-fixa a {
	display: inline-block;
	font-size: 0.9rem;
}

#barra-fixa a.social {
	margin-right: 0;
}

#logo-e-menu {
	position: fixed;
	z-index: 10000;
	top: 40px;
	background: #fff;
}

#logo-e-menu-mobile {
	position: fixed;
	z-index: 10000;
	top: 40px;
	height: 60px;
	background: #fff;
	padding: 5px 0 7px 0;
}

#cabecalho .logo>a.inicio {
	display: inline-block;
	margin-bottom: -10px;
}

.barra-de-busca {
	background: #dedede;
	position: fixed;
	z-index: 10001;
	top: 40px;
}

/* Migalhas */
#migalhas {
	padding-bottom: 3px;
	margin-bottom: 50px;
	color: #606060;
	border-bottom: 1px solid #ddd;
}

#migalhas .svgx {
	margin-right: 0;
}

#migalhas span {
	display: inline-block;
	margin: 0 5px;
}

#migalhas span.corrente {
	margin: 0 !important;
}

#migalhas span.inicio {
	margin-left: 0 !important;
}


/* -------------------------------------------------------------- */
/* Menu Principal (Cabeçalho) */
/* -------------------------------------------------------------- */

/* No cabeçalho */

.seletor-menu-topo {
	text-align: right;
	position: relative !important;
	z-index: 2;
}

.seletor-menu-topo li {
	position: relative;
	display: inline-block;
	margin: 1rem 0 1rem 2rem;
}

.seletor-menu-topo li ul.sub-menu li {
	float: none;
	margin: 0 !important;
	padding: 0 !important;
}

.seletor-menu-topo .menu {
	position: relative;
	z-index: 9000;
}

.seletor-menu-topo .fa-fw {
	font-size: inherit !important;
}

.seletor-menu-topo li>a {
	display: block;
}

/* Filho */

.seletor-menu-topo .menu li>ul.sub-menu li {
	position: relative;
	/* width: No estilo dinâmico; */
}

.seletor-menu-topo .menu li>ul.sub-menu {
	position: absolute;
	z-index: 9001;
	left: 0;
	display: none;
}

.seletor-menu-topo .menu li:last-child>ul.sub-menu {
	left: auto;
	right: 0;
}

.seletor-menu-topo .menu li:hover>ul.sub-menu {
	display: block;
}


/* -------------------------------------------------------------- */
/* Menu mobile */
/* -------------------------------------------------------------- */

#logo-e-menu-mobile .abre-flutuante .svgx {
	margin-right: 0;
}

.fecha-flutuante {
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #ea1f25;
}

.fecha-flutuante .svgx {
	color: #fff;
	margin-right: 4px;
}

.flutuante .conteudo {
	text-align: left;
}

.flutuante .conteudo .etiqueta {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: #ededed;
}

.fecha-flutuante {
	top: 5px !important;
}


/* -------------------------------------------------------------- */
/* Estilizando menus */
/* -------------------------------------------------------------- */

/* Submenu geral cor */

.seletor-menu-topo ul li ul.sub-menu li,
.seletor-menu-mobile ul li ul.sub-menu li,
.seletor-menu-lateral ul li ul.sub-menu li {
	/*background: #ed1c24;*/
	background-color: #ed1c24;
	background-image: linear-gradient(to right, #ed1c24, #B50303);
}

/* Estilizando submenus*/

.seletor-menu-topo ul li ul.sub-menu {
	width: 170px;
	background-image: url(../img/seta-menu.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 8px;
}

.seletor-menu-topo ul li:last-child ul.sub-menu {
	background-position: top right;
}

.seletor-menu-topo ul li ul.sub-menu li {
	padding: 0;
	text-align: left;
	display: block;
	line-height: 1.1;
}

.seletor-menu-topo ul li ul.sub-menu li a {
	padding: 7px 15px;
	display: block;
	color: #fff;
}

.seletor-menu-topo ul li ul.sub-menu li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.seletor-menu-topo ul li ul.sub-menu li:first-child {
	padding-top: 5px !important;
	-moz-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.seletor-menu-topo ul li ul.sub-menu li:last-child {
	padding-bottom: 5px !important;
	-moz-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* Mobile */

.abre-menu-mobile .svgx {
	margin-right: 2px;
}

.seletor-menu-mobile>ul>li {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ededed;
}

#menu-sanfonado-mobile>ul {
	margin-top: 7px;
}

#menu-sanfonado-mobile>ul>li:first-child {
	border-top: 1px solid #ededed;
}

.seletor-menu-mobile>ul>li:last-child {
	border: none;
	padding-bottom: 0;
}



.seletor-menu-mobile ul li>a {
	font-size: 1.05rem;
}

.seletor-menu-mobile ul li ul.sub-menu {
	width: 100%;
	background-image: url(../img/seta-menu.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 8px;
	display: none;
}

.seletor-menu-mobile ul li ul.sub-menu li {
	line-height: 1.1;
	padding: 0;
	text-align: left;
	display: block;
}

.seletor-menu-mobile ul li ul.sub-menu li a {
	padding: 10px 15px;
	display: block;
	color: #fff;
}

.seletor-menu-mobile ul li ul.sub-menu li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.seletor-menu-mobile ul li ul.sub-menu li:first-child {
	padding-top: 5px !important;
	-moz-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.seletor-menu-mobile ul li ul.sub-menu li:last-child {
	padding-bottom: 5px !important;
	-moz-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* Lateral */
.seletor-menu-lateral .sub-menu {
	position: relative;
}

.seletor-menu-lateral>ul>li {
	padding-top: 7px;
	padding-bottom: 7px;
	/*border-bottom: 1px solid #ededed;*/
}

.seletor-menu-lateral>ul>li>a {
	padding-top: 3px;
	padding-bottom: 3px;
}

.seletor-menu-lateral>ul>li:last-child {
	border: none;
	padding-bottom: 0;
}

.seletor-menu-lateral ul li ul.sub-menu {
	width: 100%;
	background-image: url(../img/seta-menu.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 8px;
	display: none;
	z-index: 2;
}

.seletor-menu-lateral ul li ul.sub-menu li {
	line-height: 1.1;
	padding: 0;
	text-align: left;
	display: block;
}

.seletor-menu-lateral ul li ul.sub-menu li a {
	padding: 10px 15px;
	display: block;
	color: #fff;
}

.seletor-menu-lateral ul li ul.sub-menu li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.seletor-menu-lateral ul li ul.sub-menu li:first-child {
	padding-top: 5px !important;
	-moz-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.seletor-menu-lateral ul li ul.sub-menu li:last-child {
	padding-bottom: 5px !important;
	-moz-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.seletor-menu-lateral {
	border: 1px solid #ddd;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

/* Caso grudento/fixoo */
.is-sticky .seletor-menu-lateral {
	z-index: 100 !important;

}

/* Testando estilo... será que ficou bom? */
/*.seletor-menu-topo > ul > li { padding: 5px 10px;
			background: #efefef;
			-moz-border-radius: 7px; -khtml-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
		}*/


/* -------------------------------------------------------------- */
/* Área lateral Geral */
/* -------------------------------------------------------------- */

.campanha-fita {
	padding: 10px;
	background: #ededed;
	margin-bottom: 40px;
}

.campanha-fita h3 {
	font-weight: bold;
}



/* -------------------------------------------------------------- */
/* Rodapé */
/* -------------------------------------------------------------- */

#rodape {
	background: #ededed;
	font-size: 0.8rem;
}

#rodape span {
	padding: 0 10px
}



/* -------------------------------------------------------------- */
/* Corpo */
/* -------------------------------------------------------------- */

#corpo {
	padding: 40px 0;
}

#corpo span {
	font-size: 0.95rem !important;
	font-family: 'Roboto', 'arial' !important;
}


#corpo .h1-e-h2 h2 {
	padding: 25px;
	background: #ededed;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 40px;
}

#corpo .texto.quebra-palavra h2,
#corpo .texto.quebra-palavra h3,
#corpo .texto.quebra-palavra h4 {
	font-weight: bold;
}

#corpo .texto.quebra-palavra a {
	color: #B5191E;
	background: #ffdddd;
	padding: 0 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #e3b8b8;
}

#corpo .texto.quebra-palavra a:hover {
	color: #ed1c24;
	background: #fdebc1;
}

#corpo .texto.quebra-palavra h2,
.titulo-da-faixa {
	border-bottom: 1px solid #ed1c24;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

#corpo .titulo-da-faixa small {
	font-size: 0.9rem;
	margin-bottom: 5px;
}

#corpo .caixa {
	padding: 20px;
	margin: 20px auto;
	background: #ededed;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#corpo .caixa.noticia-meta {
	margin-top: 50px;
	margin-bottom: 50px;
}

#corpo .texto.quebra-palavra blockquote {
	border: 1px solid #ccc;
	margin: auto 60px;
	padding: 25px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.link-com-icone {
	display: inline-block;
	padding: 10px !important;
}

.link-com-icone .svg {
	margin: auto !important;
}


.linha-de-tempo {
	text-align: center;
	background: url(../img/bg-linha-de-tempo.png) top center repeat-y;
}

.linha-de-tempo .caixinha {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.linha-de-tempo .evento .data {
	width: 240px;
	font-size: 2rem;
	margin: 50px auto 15px auto;
	background: linear-gradient(to right, #ed1c24, #830000);
	color: #fff;
}

.linha-de-tempo .evento .titulo {
	display: inline-block;
	background: #6a6a6a;
	color: #fff;
	padding: 10px 20px;
}

.linha-de-tempo .evento .descricao {
	background: #efefef;
	padding: 25px;
	max-width: 90%;
	margin: 15px auto;
}

.linha-de-tempo .evento-final {
	margin-top: 80px !important;
	max-width: 400px !important;
}

.linha-de-tempo ul.lista li {
	list-style: none;
}



/* Paginação */
#paginacao {
	margin: 25px auto;
}

#paginacao .numero-de-pagina {
	text-align: center;
	line-height: 32px;
	margin: 0 5px 0px 5px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #ededed;
	-moz-border-radius: 32px;
	-khtml-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
}

.ativo {
	color: #fff !important;
	background: linear-gradient(to right, #ed1c24, #830000) !important;
}

#paginacao span {
	cursor: pointer;
}

#paginacao li {
	display: inline;

}

#paginacao span.controle {
	text-decoration: none;
	color: #da0006;
}

#paginacao span.controle:hover {
	color: #000;
}

#paginacao span.desativado:hover {
	cursor: default;
}

.pagination li {
	display: inline;
}

/* .page-link {margin: 0 5px 0px 5px; display: inline-block; width: 32px; height: 32px; background: #ededed; -moz-border-radius: 32px; -khtml-border-radius: 32px; -webkit-border-radius: 32px; border-radius: 32px;} */
/* .active { color: #fff !important; background-color: linear-gradient(to right, #ed1c24, #830000) !important;  } */

/* Categorias */
.lista-de-categorias {
	text-align: center;
}

.lista-de-categorias .cat {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 0 10px;
	font-size: 1.05rem;
	display: inline-block;
	margin: 5px 15px;
}

.lista-de-categorias .cat .svgx {
	vertical-align: middle;
}


/* Reflexões Docentes, Dicas, etc */
.autor-foto-texto {
	padding: 20px;
	background: #ededed;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

.autor-foto-texto.dica {
	background: #fff;
}

.autor-foto-texto.dica h3 a {}

.autor-foto-texto .data-e-titulo {
	margin-bottom: 20px;
}

.autor-foto-texto .foto-autor {
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
}

.autor-foto-texto .foto-dica {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 250px;
	height: 150px;
	background-size: cover;
	background-position: center;
}


.autor-foto-texto.pagina-interna {
	padding: 0;
	background: none;
}

.autor-foto-texto.pagina-interna .col-3 {
	width: 120px;
}

.autor-foto-texto.pagina-interna {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}

.autor-foto-texto.pagina-interna .linha.em-flex.mb-30 {
	margin-bottom: 0;
}

.autor-foto-texto {
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.autor-simples {

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.diretoria-equipe {
	padding-bottom: 18px !important;

}

#culturais .em-flex {
	align-items: stretch !important;
}

.autor-simples .pessoa {
	line-height: 1.2;
}

/* diretoria e equipe */
.diretoria-equipe-foto {
	padding: 20px;
	background: #ededed;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}


/* Videos */
/* Para Home: */
#produtos-de-comunicacao .videos-de-youtube .col-6 {
	width: 100%;
	float: none;
}

#produtos-de-comunicacao .videos-de-youtube .col-6.mb-40 {
	margin-bottom: 0 !important;
}

/* Lista de galerias */
.albuns .legenda {
	text-align: center;
	margin-top: 0;
}

.albuns .item-da-galeria {
	height: 150px;
}

/* Jornalizmo */
.jornal .botao {
	display: inline-block;
	margin-top: 20px;
}

.jornal li {
	list-style: none;
}

/* Galerias na capa */
#galerias .albuns .data {
	display: none;
}

#galerias .albuns .legenda {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* -------------------------------------------------------------- */
/* Carrossel e Slider */
/* -------------------------------------------------------------- */


.owl-carousel h2,
.owl-carousel h3 {
	text-align: center !important;
	color: #fff;
	margin: 0;
	padding: 0;
}

.owl-carousel h2 {
	font-size: 1.25rem;
	font-weight: bold;
}

.owl-carousel h2 small {
	font-weight: normal;
	font-size: 1.25rem;
}

.owl-carousel h3 {
	font-size: 1rem;
	max-width: 800px;
	margin: auto;
}

.owl-carousel .legenda,
.owl-carrossel .legenda,
.item-da-galeria .legenda,
figcaption.legenda {
	margin: 0 auto;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	padding: 10px 25px 15px 25px;
}

.owl-carousel .item,
.owl-carrossel .legenda,
.item-da-galeria .legenda,
figcaption.legenda {
	/*background-color: #ed1c24;
		background-image: linear-gradient(to right, #ed1c24, #830000);
		color: #fff;
		-moz-border-radius: 7px; -khtml-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;*/
	background-color: #ddd;
	color: #000;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.owl-carousel .item img {
	-moz-border-top-right-radius: 7px;
	-khtml-border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-khtml-border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
}

.owl-carousel .item .legenda {
	-moz-border-bottom-right-radius: 7px;
	-khtml-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	-khtml-border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.owl-carousel .owl-nav {
	position: static;
	background: pink !important;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	margin: 0;
	position: absolute;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
	width: 35px;
	height: 35px;
	margin: 0 !important;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.owl-theme .owl-nav .svg {
	color: #000;
	margin-right: 0 !important;
}

.owl-carousel .owl-nav .owl-prev:hover .svg,
.owl-carousel .owl-nav .owl-next:hover .svg {
	color: #ed1c24;
}

.owl-theme .owl-dots {
	margin-top: 5px;
}

.owl-theme .owl-dots {
	padding: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #ccc;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ed1c24;
}

.item-da-galeria {
	height: 280px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.item-da-galeria .legenda {
	color: #fff !important;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 10px;
	text-align: center;
	font-size: 0.8rem !important;
	-moz-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-top-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.item-da-galeria>a.zoom {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: none !important;
	box-shadow: none !important;
}

.item-da-galeria:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.owl-carrossel .item {
	background: none !important;
}

.titulo-galeria .svg {
	vertical-align: top;
}

.capa-album {
	position: relative;
}

.link-da-galeria {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

#cboxCurrent {
	display: none !important;
}

.galeria-em-linha {
	text-align: left;
}

.galeria-em-linha .item-da-galeria {
	width: 32%;
	height: 200px;
	display: inline-block;
	margin: 0 2px 0 2px;
}

.mini-logo {
	width: 100px !important;
	margin-bottom: 7px;
}



/* -------------------------------------------------------------- */
/* Trinca notícias em Super Destaque */
/* -------------------------------------------------------------- */

.grid,
.em-grid,
.em-grade {
	display: grid;
}

.grid .noticia-1 {
	grid-area: noticia-1;
	margin-right: 10px;
}

.grid .noticia-2 {
	grid-area: noticia-2;
	margin-left: 10px;
	margin-bottom: 10px;
}

.grid .noticia-3 {
	grid-area: noticia-3;
	margin-left: 10px;
	margin-top: 10px;
}

.grid-noticias-destaque {
	grid-template-areas:
		"noticia-1 noticia-2"
		"noticia-1 noticia-3"
	;
}

.grid-item {
	position: relative;
	background-size: cover !important;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.grid {
	max-width: none;
	margin: 0 auto;
}

.grid .noticia-1 {
	height: 700px;
}

.grid .noticia-2 {
	height: 340px;
}

.grid .noticia-3 {
	height: 340px;
}

.grid .noticia-item .chamada {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	position: absolute;
	z-index: 3;
	margin: 0;
	padding: 20px;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	color: #fff;
	line-height: 1.3;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.grid .noticia-item .chamada .titulo-e-texto {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
}

.grid .noticia-item .categoria {
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 20px;
	right: 20px;
	z-index: 4;
}

.grid .noticia-item .chamada h2 {
	color: #fff;
	margin: 5px 0 0 0;
	line-height: 1.1;
	font-weight: bold;
	font-weight: bold;
	text-shadow: 0 2px 3px #000;
}

.grid .noticia-item .chamada h2,
.grid .noticia-item .data,
.grid .noticia-item .categoria {
	text-shadow: 0 1px 2px #000;
}

.grid .noticia-item .abre-noticia:hover .chamada {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
}

.grid .noticia-item .chamada-vazia {
	display: flex;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

.grid .noticia-item .chamada-vazia,
.noticia-item .abre-noticia:hover .chamada-vazia {
	background: none;
}

.grid .noticia-item .abre-noticia:hover .chamada-vazia {
	background: rgba(0, 0, 0, 0.05);
}

.grid .noticia-item .chamada-vazia,
.noticia-item .abre-noticia:hover .chamada-vazia h2 {
	color: #850101;
}

.grid .noticia-item .chamada-vazia .titulo-e-texto,
.noticia-item .chamada-vazia .categoria {
	color: #000;
	position: static !important;
}

.grid .noticia-item .chamada-vazia h2,
.grid .noticia-item .chamada-vazia .data,
.grid .noticia-item .chamada-vazia .categoria {
	text-shadow: none;
}

.grid .noticia-item .chamada-vazia h2 {
	font-size: 2.2rem;
	color: #ea1b23;
}

.grid .noticia-item .chamada-vazia h2 a {
	font-size: 2.2rem;
	color: #ea1b23;
}

.grid .noticia-item .chamada-vazia a {
	color: #ea1b23;
}

.grid .noticia-item a {
	color: #fff;
}

.grid .noticia-item a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}




/* -------------------------------------------------------------- */
/* Notícias Restantes */
/* -------------------------------------------------------------- */

#noticias-restantes {
	margin-top: 0;
}

.noticias img {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.noticias>.linha.em-flex {
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}

.noticias h2 {
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.1;
}

.noticias .data,
#noticias-restantes .categoria {
	font-size: 0.85rem;
}

.noticias a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=50);
}

.noticias.noticias-relacionadas>.linha.em-flex {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}



/* -------------------------------------------------------------- */
/* NOVAS CORES */
/* -------------------------------------------------------------- */

.seletor-menu-topo>ul>li {
	background: #ededed;
	padding: 5px 10px;
	margin: 1rem 0 1rem 1.25rem;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.seletor-menu-topo>ul>li .svgx {
	margin-right: 0;
}


.seletor-menu-lateral {
	background: #ededed;
	border: none;
	padding: 0 10px 10px 10px;
}

.seletor-menu-lateral a {
	color: #000;
}



.seletor-menu-mobile ul li>a,
#barra-fixa .contatos a,
.seletor-menu-topo li>a {
	color: #000;

}

.seletor-menu-mobile ul li>a:hover,
#barra-fixa .contatos a:hover,
.seletor-menu-topo li>a:hover {
	color: #da0006;
}

.seletor-menu-topo ul li ul.sub-menu {
	padding-top: 16px;
	background-image: url(../img/seta-menu-escuro.png);
	background-position: top left;
}

.seletor-menu-topo ul li ul.sub-menu li,
.seletor-menu-mobile ul li ul.sub-menu li,
.seletor-menu-lateral ul li ul.sub-menu li {
	/*background: #ed1c24;*/
	background-color: #b50303 !important;
	background-image: none;
}

/*
	.seletor-menu-topo ul li ul.sub-menu li a, .seletor-menu-lateral ul li ul.sub-menu li a { color: #000; }
	.seletor-menu-topo ul li ul.sub-menu li a:hover, .seletor-menu-lateral ul li ul.sub-menu li a:hover { color: #da0006; opacity: 1; filter: alpha(opacity=100); }
	*/

.seletor-menu-lateral ul li ul.sub-menu li {
	background: #b50303 !important;
}

.seletor-menu-lateral ul li ul.sub-menu,
.seletor-menu-mobile ul li ul.sub-menu {
	width: 100%;
	background-image: url(../img/seta-menu-escuro.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-bottom: 16px;
	display: none;
	z-index: 2;
}

.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mt-4 {
	margin-top: 4rem;
}

.mt-5 {
	margin-top: 5rem;
}


.link-transparente {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0);
}

.link-transparente:hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.3);
}

/* MODAL AVISO */

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 10000;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
	/* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}


/* -------------------------------------------------------------- */
/* TEMPORÁRIOS DEMO APENAS */
/* -------------------------------------------------------------- */

#super-destaque .caixa-demo {
	background: #ededed;
	height: 300px;
	margin: 20px auto;
}

.text-negative-600 {
	color: red;
}

#formulario svg {
	display: none;
}

#formulario .mt-2 {
	margin-top: 0px;
}

#conteudo h2 {
	border-bottom: 1px solid #ed1c24;
	padding-bottom: 1rem;
}

.btnEnviar {
	background: gray;
}

.btnEnviar:hover {
	background: gray;
	color: #fff;
}

.btnEnviar:after {
	content: "Enviando...";
	margin-left: 5px;
}