*, *:before, *:after { 
	margin: 0px;
	padding: 0px;
	border: 0px;
	box-sizing: border-box;
	font-family: 'Rawline', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

a.bold span {
	font-weight: bolder !important;
	text-decoration: underline;
}

a {
	text-decoration: none;
    color: #0c326f;
    font-size: inherit;
}

h3.confest-noticias-titulo {
    font-weight: 600;
    font-size: 18px;
    color: #0c326f;
	line-height: 2.2rem;
	margin: 20px 0 10px;
}

a:hover {
	color: #6299bb;
	text-decoration: none;
}

figcaption {
    font-size: 14px;
    line-height: 21px;
    margin: 10px 0 20px;
    color: #7b7b7b;
}

h3 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 600;
	margin: 30px 0 20px;
}

h3:first-child {
	font-size: 20px;
	margin: 0 0 20px;
}

/*a {
	color: #6299bb;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
}

a:hover {
	color:#364D5B;

}*/

/*a:visited {
	color: white;
}*/

ul {
	list-style-type: none;
	margin: 20px 0 60px;
}

a:visited {
	text-decoration: none;
}

img {
	border: 0px;
}

/************ BARRA DO GOVERNO ************/

#barra_gov {
	width: 100%;
	height: 28px;
	background-color: #00500f;
}

#barra_gov_esq {
	background: url(../imagens/barra_gov_verde_esq.gif) repeat-x;
	height: 28px;
	float: left;
	width: 50%;
}

#barra_gov_centro {
	background: url(../imagens/barra_gov_verde.gif) no-repeat;
	width: 940px;
	margin-left: -470px;
	left: 50%;
	position: absolute;
	height: 28px;
}

#barra_gov_centro a {
	display: block;
	float: right;
	width: 110px;
	height: 28px;
}

/************ FIM DA BARRA DO GOVERNO *************/

/********** BODY **********/

body {
	background: #003a68;
	color: #000;
	line-height: 17px;
	max-width: 100vw;
}

span.some {
	display: none;
}

th {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #666699;
	border-right: 1px solid #666699;
}

table tr td {
	padding: 2px 2px 2px 5px;
	border-bottom: 1px solid #666699;
	border-right: 1px solid #666699;
	font-size: 12px;
	text-align: center;
	/*min-width: 100px;*/
}

h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.1;
}

span.subtit {
	font-size: 20px;
	font-weight: normal;
	color: #00aa00;
}

p {
	text-align: left;
	margin-bottom: 20px;
	line-height: 29px;
	font-size: 16px;
}

p em {
	font-style: italic;
}

ol {
	list-style-position: inside;
}

ol li {
	margin: 20px 0 0 0;
}

ol p {
	margin: 0;
	display: inline;
}

.max-width {
	width: 1160px;
	max-width: 100%;
	margin: 0 auto;
}

main {	
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

#topo-en {
	width: 890px;
	height: 270px;
	margin: 0 auto;
	background: url(../imagens/topo_bg.png);
}

/* #topo-pt {
	width: 100%;
	margin: 0 auto;
	background: #bc5b05;
	position: relative;
} */

#topo-pt {
    width: 100%;
    margin: 0 auto;
	background: #044181;
	background: linear-gradient(90deg, rgba(4, 65, 129, 1) 0%, rgba(0, 79, 159, 1) 100%);
    background-size: cover;
    position: relative;
}

#idioma {
	width: 70px;
	height: 50px;
	float: left;
	margin: 170px 0 0 120px;
}

#idioma ul li {
	text-align: right;
	margin-bottom: 5px;
}

#idioma ul li.selecionado {
	color: #eaff00;
	font-weight: bold;
}

#idioma ul li a {
	color: #FFF;
}

#idioma ul li a:hover {
	font-weight: bold;
	color: #eaff00;
}

#conteudo {
	display: flex;
	background: white;
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-height: calc(100vh - 290px);
}

#texto {
	width: 600px;
	float: left;
	margin-left: 30px;
	line-height: 20px;
	margin-top: 40px;
}

#texto ul {
	list-style-type: disc;
}

#texto ul li {
	margin: 0 0 10px 30px;
}

#conteudo_centro {
	padding: 30px 35px 60px;
	min-height: 300px;
	max-width: 941px;
	width: 100%;
}

#conteudo_centro img {max-width: 100%;}

.slick-slide img {
	width: 100% !important;
}

.galeria-imagem {
    width: 100%;
}
.galeria-imagem img {
    width: 100%;
}

.home #conteudo_centro {
	padding: 0;
	min-height: 300px;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.box-destaque {
    background: rgb(178,222,242);
	background: linear-gradient(0deg, rgba(178,222,242,1) 0%, rgba(178,222,242,1) 85%, rgba(136,215,242,1) 100%);
    padding: 35px 55px;
    font-size: 21px;
}

.box-destaque p {
    font-size: 21px;
	line-height: 35px;
	font-style: italic;
}

.box-destaque p strong {
	font-style: italic;
	color: #002A70;
}

#conteudo_centro ul.menu-home {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#conteudo_centro ul.menu-home li {
    width: 33.33%;
    margin: 0;
    border-right: 1px solid #BBC5C9;
    border-bottom: 1px solid #BBC5C9;
    background: url(../imagens/seta-esquerda.svg) no-repeat;
	background-size: 11px;
	background-position: right 25px center;
	transition: all 150ms
}

#conteudo_centro ul.menu-home li:nth-child(3n) {
    border-right: none;
}

#conteudo_centro ul.menu-home li a {
    display: block;
    height: 130px;
    display: flex;
    align-items: center;
    padding: 0 40px 0 90px;
    font-weight: 800;
    font-size: 19px;
    line-height: 22px;
    font-style: italic;
    color: #000;
}

#conteudo_centro ul.menu-home li a.censos {
    background: url(../imagens/icon-censos.svg) no-repeat;
	background-size: 41px;
	background-position: left 35px center;
}

#conteudo_centro ul.menu-home li a.pesquisas-e-indicadores {
    background: url(../imagens/icon-pesquisas-e-indicadores.svg) no-repeat;
	background-size: 35px;
	background-position: left 35px center;
}

#conteudo_centro ul.menu-home li a.geociencias {
    background: url(../imagens/icon-geo.svg) no-repeat;
	background-size: 35px;
	background-position: left 35px center;
}

#conteudo_centro ul.menu-home li a.biblioteca {
    background: url(../imagens/icon-biblioteca.svg) no-repeat;
	background-size: 40px;
	background-position: left 35px center;
}

#conteudo_centro ul.menu-home li a.memoria {
    background: url(../imagens/icon-memoria.svg) no-repeat;
	background-size: 40px;
	background-position: left 35px center;
}

#conteudo_centro ul.menu-home li a.conhecimento {
    background: url(../imagens/icon-conhecimento.svg) no-repeat;
	background-size: 40px;
	background-position: left 35px center;
}

#conteudo_centro ul.menu-home li a.ibge-digital {
    background: url(../imagens/icon-digital.svg) no-repeat;
	background-size: 34px;
	background-position: left 35px center;
}

#conteudo_centro ul.menu-home li a.regional {
    background: url(../imagens/icon-regional.svg) no-repeat;
	background-size: 38px;
	background-position: left 35px center;
}

#conteudo_centro ul.menu-home li a.internacional {
    background: url(../imagens/icon-internacional.svg) no-repeat;
	background-size: 28px;
	background-position: left 38px center;
}

#conteudo_centro ul.menu-home li:hover {
    background-color: #D8EAF4;
}

#conteudo_centro ul.menu-home li a:hover {
	text-decoration: none;
}

#conteudo_centro ul {
	list-style-type: disc;
	margin: 20px 0 20px;
}

#conteudo_centro ol {
	list-style-type: numeral;
	margin: 20px 0 20px;
}

#conteudo_centro ul li {
	margin: 0 0 10px 30px;
	line-height: 29px;
}

#conteudo_centro ol li {
	margin: 0 0 10px 30px;
	line-height: 29px;
}

#conteudo_centro ul.lang-inline li {
	margin: 0 0 0 12px;
}

.mod-languages {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

div.mod-languages img {
    width: 18px;
}

#conteudo_centro ul.lang-inline li:not(.lang-active) {
	filter: grayscale(1);
	opacity: 0.5;
	transition: all 250ms
}

#conteudo_centro ul.lang-inline li:not(.lang-active):hover {
	filter: grayscale(0);
	opacity: 1;
}

#conteudo_lateral ul.menu li {
	width: 181px;
	background-color: #b5a88e;
	margin: 2px 0;
	padding: 3px;
	
}

#conteudo_centro ul.share {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 18px;
    min-width: 146px;
}

#conteudo_centro ul.share.inicio {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#conteudo_centro ul li.social-share {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

li.social-share img {
    width: 23px;
    display: block;
}

.home-share {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #ccc;
    padding: 17px 30px 10px;
    background: #f3f3f3;
}

/********** MENU **********/

#menu {
    background: #aac9ed;
    display: flex;
    padding: 20px 15px;
    position: relative;
}

#menu:after {
	content: none;
	position: absolute;
	width: 100%;
	display: flex;
	bottom: 0;
	height: 265px;
	padding: 10px 0;
	background-size: 294px;
	background-position: left -6px bottom;
	opacity: .4;
}

#menu ul {
	width: 205px;
	margin: 0;
}

#menu ul li {
	width: 100%;
	margin: 0px 0;
	padding: 0;
}

#menu ul li p {
	text-align: right !important;
	margin: 0 !important;
}

#menu ul li a,
#menu ul li span {
	display: block;
	padding: 13px 5px;
	color: #000000;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	cursor: pointer;
	transition: all 150ms;
	position: relative;
	line-height: 24px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #5f9ade;
}

#menu ul li a.external-link:after {
	content: "";
	width: 14px;
	height: 14px;
	position: relative;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNC4zNyAxNC4zMiI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDExNikgIC0tPgogIDxwYXRoIGQ9Ik0yLjE4LDEyLjE4cy4xLjA2LjE0LjA4bDcuNTYuMDJjLjIsMCwuMzYtLjE1LjM3LS4zNXYtNC4xOWMuMTYtMS4xMywxLjcyLTEuMjMsMi0uMTEsMCwxLjM5LjEyLDIuODkuMDQsNC4yOC0uMDcsMS4zMi0uOTMsMi4yOC0yLjI2LDIuNDFIMi4zMWMtMS4yNy0uMTEtMi4xOS0xLjA0LTIuMjYtMi4zMkMtLjEsOS41LjE2LDYuODcuMDUsNC4zNmMuMS0xLjMyLDEuMDctMi4yMiwyLjM4LTIuMjksMS40LS4wOCwyLjkuMDMsNC4zMS4wNCwxLjA3LjI3LDEuMDQsMS43My0uMDMsMS45OUgyLjQzYy0uMTkuMDItLjM1LjE5LS4zNS4zOHY3LjU3cy4wNy4xMS4xLjE0Ii8+CiAgPHBhdGggZD0iTTEyLjMsMy41NGwtMi43NywyLjc2Yy0uOS45LTEuOCwxLjc5LTIuNzEsMi42OC0uMTIuMTItLjIzLjI3LS4zNy4zOC0uOTguNzEtMi4yNi0uNTEtMS4yNC0xLjYzLjM0LS4zOC43Ny0uNzcsMS4xNC0xLjE0LDEuNDktMS41MSwzLjAyLTIuOTgsNC40OS00LjUxaC0xLjc4Yy0uMTYsMC0uNDgtLjIyLS41OC0uMzQtLjU3LS42Ni0uMS0xLjY3Ljc2LTEuNjksMS4zMy4wOCwyLjc2LS4xLDQuMDgsMCwuNi4wNC45OS40MywxLjAzLDEuMDMuMSwxLjMxLS4wOCwyLjc1LDAsNC4wOC0uMDMuODYtMS4wMywxLjM0LTEuNjkuNzYtLjEyLS4xMS0uMzQtLjQyLS4zNC0uNTh2LTEuNzhaIi8+Cjwvc3ZnPg==) no-repeat center;
	background-size: cover;
}

#menu ul li span:after {
	content: "";
	width: 10px;
	height: 6px;
	position: relative;
	border: 6px solid;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: none;
}

#menu ul li span.active:after {
	transform: rotate(180deg);
}

#menu ul li.current a,
#menu ul li span.active {
	color: #0063ae;
}

#menu ul li a:hover,
#menu ul li span:hover {color: #0063ae;}

#menu ul.nav-child li.current a {
	background: #00CCF7;
	color: #ffffff;
}

#menu ul.nav-child li a:hover,
#menu ul.nav-child li span:hover {
	background: #00CCF7;
	color: #ffffff;
}

#menu .accordion div {
	display: block;
	cursor: pointer;
}

#menu .accordion ul { 
	display: none;
}

#menu ul.nav-child {
	display: none;
	padding: 12px 0;
	margin: 0 0 0;
	background-color: #D8EAF4;
}

#menu ul.nav-child a {
	display: block;
	padding: 8px 25px;
	color: #000000;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	text-decoration: none;
	display: block;
}

#menu ul.submenu li {
	padding: 0;
	margin: 0;
}

#menu ul.submenu li p {
	text-align: right!important;
	margin: 0 0 5px 0!important;
}

#menu ul.submenu li a {
	color: fff;
	font-size: 11px;
	margin-left: 0;
	padding: 0 2px 0 0;
}

#menu ul.submenu li a:hover {
	padding: 0 2px 0 0;
	margin: 0 0 0 0;
}

#menu ul.submenu li.noborder a {
	border: 0;
}

a.destaque-casas,
span.destaque-casas {
    background: #f3f3f3;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/***** CONTEÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½DO BREADCRUMBS *****/

#conteudo_centro .breadcrumbs {
	font-size: 18px!important;
	min-height: 25px;
	margin-bottom: 10px;
	padding: 50px 0 6px 3px;
	color: #00aa00;
}

#conteudo_centro .breadcrumbs span {
	background-color: transparent;
	color: #00aa00;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#conteudo_centro .breadcrumbs a {
	background-color: transparent;
	font-size: 22px;
	margin: 20px 0 20px -4px;
	color: #483A2D;
	font-weight: normal;
	line-height: 24px;
	font-weight: bold;
}

#conteudo_centro .breadcrumbs a:hover {
	background-color: transparent;
	color: #00aa00;
}

/***** FIM DO CONTEÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½DO BREADCRUMBS *****/

/********* RODAPÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½*************/

#lateral_bg {
	/* background: url(../imagens/lateral_baixo_bg.png) top left no-repeat; */
	width: 207px;
	height: 188px;
	margin-top: -213px;
	margin-left: -200px;
	float: left;
}

#rodape {
	background: #b45c5c;
	width: 1160px;
	height: 50px;
	margin: 0 auto;
	clear: both;
	color: #fff;
	padding: 25px 0 0 200px;
}

/*********** FIM DO RODAPÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ ************/

/*********** FIM DO BODY ************/

.inscricao {
	color: #fff;
	font-size: 15px;
	border: solid 1px green;
	padding: 5px;
	text-decoration: none;
	background-color: #00aa00;
}

/*************** TABELA ***********/

.date {
	background-color: #666;
	color: #FFF;
	border: 1px solid #666;
}

.conf {
	background-color: #CCFF00;
}


/************** FIM DA TABELA *****/

/*************LOGIN***************/

fieldset {
	padding-top: 20px;
}

legend {
	padding-top: 42px;
	font-size: 28px;
	color: #aaa;
	margin: 0 0 15px 138px;
}

input {
	border: 1px solid black;
}

.in {
	margin-left: 10px!important;
	left: 390px!important;
	width: 160px!important;
	bottom: 469px!important;
	top: -470px!important;
}

.top {
	margin-left: 10px!important;
	left: 390px!important;
	width: 160px!important;
	bottom: 469px!important;
	top: -470px!important;
}

.login {
	text-align: center;
	margin-bottom: 20px;
}

.login-image {
	width: 370px;
	height: 200px;
}

.form-validate form-horizontal well {
	width: 50%;
	margin: 0 auto;
}

.nav-stacked {
	text-align: center;
	list-style-type: none!important;
	display: flex;
	margin-left: -35px;
	width: 687px;
}

ul.log_ li {
	margin: 0 0 0 24px!important;
}

.control-group {
	display: flex;
	margin-bottom: 13px;
	padding-left: 20px;
}

.controls {
	padding-left: 11px;
}

.btn-primary {
	padding: 5px 15px;
	margin-left: 79px;
	border: 1px solid #ccc;
}

.logout-image {
	width: 350px;
}

.control-label {
	text-align: right;
	word-break: break-word;
	width: 111px;
}

.login-teste {
	width: 369px;
	margin: 0 auto;
}

.registration-teste {
	margin-left: 50px;
}

.registration-teste .control-label {
	width: 198px;
	text-align: left;
}

.validate {
	margin: 25px 10px 20px 150px;
}

.star {
	color: red;
}

.text {
	color: red;
}

.remind-teste fieldset p, .reset-teste fieldset p {
	margin-bottom: 25px;
	margin-top: 0;
}

.remind-teste fieldset .control-label, .reset-teste fieldset .control-label {
	width: 140px;
	text-align: left;
}

.remind-teste fieldset .control-group, .reset-teste fieldset .control-group {
	padding-left: 0;
}

.registration-complete-teste {
	margin: 100px 0 0 120px;
}

.registration-complete-teste p {
	margin-bottom: 20px;
}

.registration-complete-teste a {
	margin-left: 120px;
}

.senha:hover {
	display: block;
}

.senha {
	display: none;
}

#eventos {
	width: 665px!important;
	margin: 0!important;
}

.principal {
	width: 507px;
	flex: 0 0 auto;
}

.titulo,
.page-header h1 {
	padding: 0 0 15px;
	margin: 0 0 7px;
	font-weight: 700;
	font-style: normal;
	color: #034182;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 31px;
	border-bottom: 1px solid #ccc;
}

.submissao_arquivos {
	padding: 0!important;
}

.botao-enviar {
	width: 140px!important;
}

.area-enviar {
	width: 613px!important;
}

.area-enviar p {
	margin: 0!important;
}

.arquivo_upload {
	width: 400px!important;
}

#sessoes {
	width: 665px!important;
	margin: 0!important;
}

.trabalhos {
	width: 665px!important;
	margin: 10px 0!important;
}

.trabalho {
	padding: 0!important;
}

.hide {
	display: none;
	color: red;
}

.hide input {
	border-color: red;
}

/***********FIM DO LOGIN***************/

/**** EXPAND ****/

div.expand_head {
	background: url(../imagens/mais.gif) no-repeat;
	padding: 0 0 8px 30px;
	font-size: 20px;
	cursor: pointer;
	position: relative;
}

div.expand_head h3 {
	color: #6299bb;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

div.expand_head2 {
	background: url(../imagens/menos.gif) no-repeat;
	padding: 0 0 8px 30px;
	font-size: 20px;
	cursor: pointer;
	position: relative;
}

div.expand_body {
	padding: 5px 10px 15px;
	width: 655px
}

.expand_body p {
	width: auto;
}

blockquote {
	margin-bottom: 20px;
	margin-left: 40px;
	clear: both;
}

.autor {
	width: 215px;
}

/***** FIM DO EXPAND *****/

#menu ul li.item-1167 a {
	color: yellow;
	font-size: 14.5px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: right;
}

/*
.item-1167{
	color: yellow;
    font-size: 14pt;
    margin-top: 12px;
}*/

summary {
	border-bottom: 1px solid #ccc;
	color: #013f93;
	font-size: 16px;
	font-weight: 700;
	padding: 0px 0 8px;
	margin: 0;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	margin: 15px 0;
	table-layout: fixed;
}

table th {
	background: #013f94;
	border: none;
	padding: 6px 10px;
	color: #fff;
}

table tr td {
	border-bottom: 1px solid #dfdfdf;
	padding: 7px 8px;
	vertical-align: top;
	border-right: 1px solid #dfdfdf;
	text-align: left;
}

table tr td:first-child {
	border-left: 1px solid #dfdfdf;
}

table td.hora {
	width: 99px;
	font-weight: 700;
	border-left: 1px solid #dfdfdf;
}

table td.tema {
	font-weight: 700;
}

.item-page {
	width: 100%;
	margin: 0;
	position: relative;
}

div#lateral_bg {
	display: none;
}

.logos-apoio > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.logos-apoio {
    background: #ffffff;
    padding: 20px 0;
    box-shadow: 0 7px 30px 1px #00000061;
    position: relative;
}

.logo-apoio-item {
    width: 140px;
}

.logo-apoio-item.logo-ibge-footer {
    width: 140px;
}

.footer-info {
    background: #354338;
    padding: 30px 35px;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
}

.footer-info {
	display: flex;
	justify-content: center;
}

.footer-info .logo {
    width: 145px;
}

.social-media ul {
    margin: 0;
    padding: 0;
}

.social-icon {
    width: 35px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-right: 5px;
}

.social-icon .icon-bg {
    transition: fill 250ms ease-out;
}

.social-icon .icon-logo {
    transition: fill 150ms ease-out;
}

.social-icon.youtube:hover .icon-bg {
    fill: #d03b3b;
}

.social-icon.instagram:hover .icon-bg {
    fill: #c54173;
}

.social-icon.facebook:hover .icon-bg {
    fill: #5176c9;
}

.social-icon.twitter:hover .icon-bg {
    fill: #000000;
}

.social-icon.whatsapp:hover .icon-bg {
    fill: #25d366;
}

.social-icon:hover .icon-logo {
    fill: #ffffff;
}

.social-icon.bluesky:hover .icon-bg {
    fill: #1185FE;
}

@media only screen and (max-width: 620px) { 
    .footer-info .logo {
        width: 145px;
        display: block;
        margin: 0 auto 25px;
        float: none;
    }

    .footer-info .social-media {
        float: none;
        width: 100%;
        display: block;
        margin: auto;
        float: none;
        text-align: center;
    }

	.footer-info {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

.table-responsive {
    overflow-x: auto;
}

.table-responsive table {
    min-width: 880px;
}

.introtext {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
}

.introtext h1 {
    width: 100%;
}


.introtext .text {
    color: #000;
}

.introtext .wifi {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABEVJREFUaEPtmGeoXVUQhb9lbLEnGCv2xPywgKJYEBRFBMH8sGsUDZhAUCMRFBRiQSEIii32hogNKxgQEQxISEGIEI1oxCgqBiv2riNL9pObk9PPuciDO3/e456918yamT0ze4txLhrn9jMi8H9HcBSBUQQ6emCUQh0d2Hl7LxGIiN2Ao4ADgP2AvYGtgW3h31L9PfAz8BGwDngbWCHp064MWhGIiE2AY4DTgBnJ4Da2fAy8BDwHvC7pr6YgjQhExPbAhcBlwD5NlVWsXw/cD9wl6cu62LUIRITT4RLgamC7uuAt1znV7gQWSvquCqOSQEScCdwO7FIC9jWwHFgJrE15/g3wY9qzDbADsC+wP3AEcDSwYwnmV8Dlkh4rI1FIICIMfg9wegGADXwceBZYKunvKm8Nfk/nyAff+OeVkPEZmS3p8zz8XAIRcTDwYkGeu4ostPGSfmlidNHaiNgSOAe4CpiWs87V6lRJb2S/bUQgIo5LlcFhHxTn47WOiqTf+zA8ixERmwEXATcCkzPffwXOkLR48Pc8AquBgzKbX0lh/KTEiyZ8JHAYMBXYHbBnrcPKPwPeB1YByyT9UIK1K3AfcEpmzTpJ7jP/SR4BKzgkrQjgOuAGSf5/A4mILQAf8nOBEwB7sI643r8GPAk8VZSKEXFFStcJCXSNpAOrCNiLd6dF12RD5t9TzroXzAd2rmNxyRpXmzuAWyS5hGaddGIi4eZ5sSRXu+IIVBkTEScngntVrW343Qd1nqQXmuyr7ANjYBGxOXArMDfldZ6ed4GXgbeALwCXPqeee8gUwOE/Kf0tsvPh5Gmfm0qpRSCNEM8Dx+cg+nAucj5L8rBWKRGxB3AWcCmwZ84Gp8kMSU6vUqlL4IFU3gbBnK8ud7e17Qcpqibh8uzJdVCelnR2XwRWpPY/hvemG4+k96oU1PkeER4xnsjo2Kji5GHVjYBb/SPApsAzwCxJP+UBRsR0wJXD9dp5bx2eLj8EXpX0TsE+94x7gQsAl1lXHPeC7ilkhIhw1ZkoyQd1A0kd9HzgSsAEyuQD4GY7RNJvOVge9v6QZMKVUisCZSgRcWhqSFbcRHzgZ0pa1mRTdm0nAhExE3gIcEduI3+m2u+pt5W0JpDGCI/UW2U0+/7rEXgJ4FvWWB84Nl0/J2XWm8QUSd+2YdCFwMR0OH1bs9iQm5zfRcZEhEulR5AFgBujxZPtTnVuX3kEWxMwWEoh3w3ccedLWlrHixFxeLo2emK9XtKDdfb1TqCt0j73dYpAlSFpalXbTl2F7+9DIZBeMVxZPApYhyfMOW0PahmRYRHwfO8ZZ1AeleQ3pV5lWAQ82/uADorv1JPybnZdGA2LgMeN7EixXpLfUHuVYRGYlx7DBo1dIMnjd68yLALGnZ3eUX2X9ai8qOnjVx2mQyFQR3Ffa0YE+vJkW5xRBNp6rq99owj05cm2OOM+Av8A0b87QHmA1qoAAAAASUVORK5CYII=);
    background-color: #5f6b80;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left 12px top 8px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 16px 10px 56px;
}

.image-intro {
    margin: -30px -35px 6px;
    height: 285px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
}

.image-intro h1 {
	margin: 0;
	color: #fff;
	font-style: normal;
	font-size: 30px;
	font-weight: 600;
	text-shadow: 2px 2px 4px #000;
	line-height: 40px;
	padding: 0 110px 24px 35px;
}



@media (max-width: 350px) { 
	#topo-pt {
	    width: 100%;
	    margin: 0 auto;
	    background-size: auto 100%;
	    position: relative;
	}
}

/* MENU MOBILE */

.main-nav {
    display: none;
}

.main-nav .nav-bg {
    display: none;
}

.header-info {
    min-height: 148px;
    border-bottom: 4px solid #043165;
    padding: 0;
    position: relative;
}

.logo-site {
	background: url(../imagens/fundo-azul.svg) no-repeat left top;
	height: 100%;
	background-size: auto 100%;
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 25px;
}

.logo-site img {
	width: 525px;
	max-width: 100%;
	display: block;
}

.logo-ibge img {
	width: 125px;
    max-width: 100%;
    display: block;
}

.logo-apoio {
	position: absolute;
	right: 0;
	width: 395px;
	top: 0;
	background: url(../imagens/fundo-logos.svg) no-repeat left top;
	background-size: cover;
	height: calc(100% - 4px);
	display: flex;
	padding: 0 24px 0 126px;
	gap: 16px;
	align-items: center;
}

.logo-apoio a {
    width: 100%;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
  
.hamburger:hover {
    opacity: 0.7;
}
  
.hamburger.is-active:hover {
    opacity: 0.7;
}
  
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #ffffff;
}
  
.hamburger-box {
    width: 30px;
    height: 60px;
    display: inline-block;
    position: relative;
}
  
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
  
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
  
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
  
.hamburger-inner::before {
    top: -10px;
}
  
.hamburger-inner::after {
    bottom: -10px;
}  

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.logo-sudene {
	float: right; 
	max-width: 460px;
	margin: 0 0 0 35px; 
	padding: 0 35px; 
	height: 200px; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	box-shadow: 0 0 10px rgba(0,0,0,0.3); 
	border-radius: 5px;
}
	
.logo-sudene img {
	max-width: 100%;
}

@media (max-width: 935px) {	
	.logo-site img {
	    width: 425px;
	    max-width: 100%;
	    display: block;
	}

	.logo-apoio {
		position: absolute;
		right: 0;
		width: 320px;
		top: 0;
		background: url(../imagens/fundo-logos.svg) no-repeat left top;
		background-size: cover;
		height: 100%;
		display: flex;
		padding: 0 24px 0 126px;
		gap: 16px;
		align-items: center;
	}
}

@media (max-width: 768px) {	

	#conteudo {
	    min-height: calc(100vh - 486px);
	}

	.header-info {
	    min-height: 105px;
	    border-bottom: 4px solid #043165;
	    padding: 0;
	    position: relative;
	}

	
    .logo-site img {
        width: 325px;
        max-width: 100%;
        display: block;
    }

	.logo-apoio {
        position: absolute;
        right: 0;
        width: 180px;
        top: 0;
        background: url(../imagens/fundo-logos.svg) no-repeat left top;
        background-size: cover;
        height: 100%;
        display: flex;
        padding: 0 15px 0 88px;
        gap: 16px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

	.logo-sudene {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 40px 0;
		padding: 0 35px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: none;
		border-radius: 5px;
	}
	
	#menu {
		display: none;
	}

	.main-nav {
		display: flex;
		width: 100%;
		padding: 0 25px;
		height: 60px;
		background: #5f9ade;
		justify-content: flex-end;
	}

	header.sticky .max-width {
		padding: 0 30px;
		position: relative;
	}    

	header.sticky .header-botttom {
		padding: 8px 0;
	}

	.main-nav .nav-collapse  ul li {
		margin: 0;
		width: 100%;
		text-align: left;
	}

	.main-nav .nav-collapse .nav-child {
		margin: 0;
		width: 100%;
		text-align: left;
		position: absolute;
		background: #D8EAF4;
		box-shadow: 0 0 15px;
		height: calc(100% - 20px);
		top: 60px;
		right: 0;
		padding: 0 25px;
		width: 373px;
		display: none;
	}

	.main-nav .nav-collapse ul li a span {
		margin-bottom: 20px;
	}

	.main-nav .nav-collapse ul li a, .main-nav .nav-collapse ul li span {
		font-size: 16px;
		text-align: left;
		padding: 22px 14px;
		display: block;
		border-bottom: 1px solid #a8a8a8;
		color: #0c326f;
		position: relative
	}

	.main-nav .nav-collapse ul li span:after {
		content: "";
		width: 10px;
		height: 6px;
		position: absolute;
		border: 8px solid;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: none;
		right: 15px;
		top: 30px;
		transform: rotate(-90deg)
	}

	.main-nav .nav-collapse.collapse {
		display: none;
	}

	.main-nav .nav-collapse {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10000;
	}

	.main-nav .nav-collapse .menu {
		z-index: 1;
		background: #fff;
		position: absolute;
		width: 90%;
		height: 100%;
		right: 0;
		bottom: 0;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.63);
		padding: 60px 20px 0;
		transform: translate(90px, 0);
		opacity: 0;
		-webkit-animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0;
	}

	.main-nav .nav-collapse .nav-child.active {
		display: block;
		z-index: 1;
		position: absolute;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.63);
		transform: translate(90px, 0);
		opacity: 1;
		-webkit-animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0;
	}

	.main-nav .nav-collapse .menu p {
		margin: 0;
	}

	.main-nav .nav-collapse .menu p a {
		display: block;
		padding: 15px 0;
		font-size: 14px;
		color: #043e63;
		border-bottom: 1px solid #ccc;
	}

	.main-nav .nav-mobile {
		display: block;
		font-size: 0;
		height: 59px;
		width: 50px;
		position: relative;
		z-index: 1;
	}

	.main-nav .nav-mobile button {
		padding: 0;
		position: absolute;
		right: 0px;
		top: 0;
		z-index: 100000000000000000;
		height: 100%;
		width: 100%;
		text-align: right;
	}

	.main-nav .nav-bg {
		display: block;
		background: rgba(0, 0, 0, 0.9);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-animation: fade 350ms linear 1 running forwards;
		animation: fade 350ms linear 1 running forwards;
	}

	.main-nav button.mobile-close-menu,
	.main-nav button.mobile-back-menu {
		position: absolute;
		z-index: 2;
		width: 90%;
		right: 0;
		font-size: 14px;
		color: #ffffff;
		text-align: left;
		padding: 21px 0 20px 46px;
		font-weight: 400;
		background: #0081c5;
		transform: translate(90px, 0);
		opacity: 0;
		-webkit-animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		display: block;
		font-weight: 700;
	}

	.main-nav button.mobile-close-menu:before,
	.main-nav button.mobile-back-menu:before {
		content: "";
		position: absolute;
		width: 7px;
		height: 7px;
		border-top: 2px solid #ffffff;
		border-left: 2px solid #ffffff;
		z-index: 2;
		left: 23px;
		top: 25px;
		font-weight: 400;
		transform: rotate(-45deg);
	}

	.main-nav button .sr-only {
		display: none;
	}

	.main-nav span.icon-bar {
		display: block;
		width: 30px;
		height: 3px;
		background: #080808;
		margin: 6px 0;
	}

	.main-nav .main-menu-container ul li a {
		padding: 19px 0;
		display: block;
	}

	.main-nav .main-menu-container ul li:after {
		margin: 0;
		width: 100%;
		bottom: 0;
		transform-origin: left;
		background: #000;
	}

	.main-nav .main-menu-container ul li {
		display: block;
		margin-left: 0;
		padding: 0;
		text-align: left;
	}

	.main-nav .menu > ul {
		flex-direction: column;
		border: none;
	}

	.main-nav .menu ul li {
		/* border-bottom: 1px solid #7C7C7C; */
	}

	.main-nav .menu ul li a,
	.main-nav .menu ul li:last-child a {
		padding: 22px 0px;
	}

	.item-page img {
		max-width: 100%;
		display: block;
		float: none !important;
		margin: 10px 0 !important;
	}

	#conteudo_centro ul.menu-home li {
	    width: 100%;
	}

	.container-conteudo {
		flex-direction: column;
	}
	
	.principal {
	    width: 100%;
	    flex: 0 0 auto;
	}

	.logos-apoio {
	    background: #ffffff;
	    padding: 20px 20px;
	    box-shadow: 0 7px 30px 1px #00000061;
	    position: relative;
	}	

	#main-menu li a.external-link:after {
		content: "";
		width: 14px;
		height: 14px;
		position: relative;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNC4zNyAxNC4zMiI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDExNikgIC0tPgogIDxwYXRoIGQ9Ik0yLjE4LDEyLjE4cy4xLjA2LjE0LjA4bDcuNTYuMDJjLjIsMCwuMzYtLjE1LjM3LS4zNXYtNC4xOWMuMTYtMS4xMywxLjcyLTEuMjMsMi0uMTEsMCwxLjM5LjEyLDIuODkuMDQsNC4yOC0uMDcsMS4zMi0uOTMsMi4yOC0yLjI2LDIuNDFIMi4zMWMtMS4yNy0uMTEtMi4xOS0xLjA0LTIuMjYtMi4zMkMtLjEsOS41LjE2LDYuODcuMDUsNC4zNmMuMS0xLjMyLDEuMDctMi4yMiwyLjM4LTIuMjksMS40LS4wOCwyLjkuMDMsNC4zMS4wNCwxLjA3LjI3LDEuMDQsMS43My0uMDMsMS45OUgyLjQzYy0uMTkuMDItLjM1LjE5LS4zNS4zOHY3LjU3cy4wNy4xMS4xLjE0Ii8+CiAgPHBhdGggZD0iTTEyLjMsMy41NGwtMi43NywyLjc2Yy0uOS45LTEuOCwxLjc5LTIuNzEsMi42OC0uMTIuMTItLjIzLjI3LS4zNy4zOC0uOTguNzEtMi4yNi0uNTEtMS4yNC0xLjYzLjM0LS4zOC43Ny0uNzcsMS4xNC0xLjE0LDEuNDktMS41MSwzLjAyLTIuOTgsNC40OS00LjUxaC0xLjc4Yy0uMTYsMC0uNDgtLjIyLS41OC0uMzQtLjU3LS42Ni0uMS0xLjY3Ljc2LTEuNjksMS4zMy4wOCwyLjc2LS4xLDQuMDgsMCwuNi4wNC45OS40MywxLjAzLDEuMDMuMSwxLjMxLS4wOCwyLjc1LDAsNC4wOC0uMDMuODYtMS4wMywxLjM0LTEuNjkuNzYtLjEyLS4xMS0uMzQtLjQyLS4zNC0uNTh2LTEuNzhaIi8+Cjwvc3ZnPg==) no-repeat center;
		background-size: cover;
		display: inline-block;
		margin-left: 10px;
	}
}

@media (max-width: 620px) { 
	.header-info {
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	    background-size: auto 100%;
	    position: relative;
	    flex-direction: column;
	    /* padding: 20px 20px 20px; */
	    text-align: center;
	    gap: 8px;
	    justify-content: center;
	}

	.logo {
		flex-direction: column;
	}

	.logo img {
		max-width: 170px;
	}

	.header-info h1 {
		color: #ffffff;
		font-size: 21px;
		line-height: 25px;
		width: 100%;
		max-width: none;
		height: auto;
		display: block;
		/* background: url(../imagens/brasil.svg) no-repeat center; */
		padding: 16px 0;
	}

	.header-info h1 span:after {
		content: " ";
	}
	
	.header-info h2 {
	    font-weight: 600;
	    color: #ff9000;
	    text-transform: uppercase;
	    font-size: 13px;
	    line-height: 19px;
	    text-align: center;
	    max-width: 290px;
	    width: 100%;
	    flex: 1 1 auto;
	    margin: 0;
	}

	.header-info h2 span {
	    display: block;
	    font-weight: 600;
	    color: #ffce8f;
	    text-transform: none;
	    font-size: 16px;
	    line-height: 20px;
	    text-align: center;
	    border-top: 1px solid rgb(255 255 255 / 25%);
	    padding-top: 9px;
	    margin-top: 8px;
	}

	#conteudo {
	    background: white;
	    clear: both;
	    width: 100%;
	    margin: 0 auto;
	    /* box-shadow: 0 0 25px rgba(0,0,0,0.5); */
	}

	.introtext {
		flex-direction: column;
	}

	.logo-ibge {
		display: none;
	}
}

@media (max-width: 520px) { 
    .logo-apoio {
        position: absolute;
        right: 0;
        width: 160px;
        top: 0;
        background: url(../imagens/fundo-logos.svg) no-repeat left top;
        background-size: cover;
        height: 100%;
        display: flex;
        padding: 0 15px 0 88px;
        gap: 16px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
	
	.logos-apoio > div {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    gap: 20px;
	}
}

@media (max-width: 500px) { 

    .header-info {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background-size: auto 100%;
        position: relative;
        flex-direction: column;
        /* padding: 20px 20px 20px; */
        text-align: center;
        gap: 8px;
        justify-content: center;
    }

	.logo-site {
        position: static;
        padding: 20px 30px;
	 }
	
    .logo-site a, .logo-site img {
        width: 100%;
        max-width: 100%;
        display: block;
    }
	
    .logo-apoio {
        position: static;
        right: 0;
        width: 100%;
        top: 0;
        background: #ffffff;
        background-size: cover;
        height: 100%;
        display: flex;
        padding: 10px 30px 10px 30px;
        gap: 30px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row;
    }
	
    .logo-apoio img {
		max-width: 110px;
    }
	
	.logo-apoio a {
		max-width: 110px;
	}
}

@media (max-width: 430px) { 
	.meta-controls {
		flex-direction: column;
}
}

@keyframes fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.container-conteudo {
    display: flex;
    gap: 35px;
}

.container-conteudo > div {
    width: 100%
}

aside.sidebar {
    width: 100%;
    flex: 1 1 auto;
}

.texto iframe {width: 100%;margin: 10px 0;height: 285px;}

aside iframe {width: 100%;height: 185px;}

img.link-banner {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #D2D2D2;
}

.lidao {
    font-weight: 700;
    font-style: italic;
    color: #002a70;
    font-size: 19px;
    line-height: 36px;
}

/* -------------------------  INICIO GALERIA IMAGENS  ------------------------------------*/

.galeria__container img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.galeria__container p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(37, 37, 37, 0.94);
    margin: 0;
    padding: 5px 17px 10px;
    color: #ffffff;
}

.texto--single .bx-wrapper {
    margin-bottom: 25px;
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.bx-viewport {
    background: #f3f3f3;
}

.bx-viewport div {
    min-height: 1px;
    min-width: 1px;
}

.bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    height: 100px;
    padding: 6px 0;
    position: static;
    text-align: left;
    display: flex;
}

.bx-wrapper .bx-controls .bx-pager-item {
    border: 3px solid #ffffff;
    border-top: none;
    border-bottom: none;
    width: 16.67%;
    height: 90px;
    position: relative;
}

.bx-wrapper .bx-controls .bx-pager-item:first-child {
    border-left: none;
}

.bx-wrapper .bx-controls .bx-pager-item:last-child {
    border-right: none;
}

.bx-wrapper .bx-controls .bx-pager-item a,
.bx-wrapper .bx-controls .bx-pager-item span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -76px !important;
}

.bx-wrapper .bx-controls .bx-pager-item .bx-pager-link:not(.active) {
    opacity: 0.5;
}

.bx-wrapper .bx-controls .bx-pager-item .bx-pager-link:not(.active):hover {
    opacity: 1;
}


/* -------------------------  FIM GALERIA IMAGENS  ------------------------------------*/


.page-header h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}


#conteudo_centro .languages {
    display: flex;
    position: absolute;
    right: 34px;
    top: 24px;
    gap: 15px;
    z-index: 1;
}

#conteudo_centro .gt_switcher .gt_option {
    position: absolute !important;
    padding: 0;
    top: 38px;
    width: 174px;
    box-sizing: border-box;
}

#conteudo_centro .gt_switcher .gt_option a {
    padding: 5px 8px;
    line-height: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ccc
}

#conteudo_centro .gt_switcher a img {
    width: 18px;
    height: 24px;
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}

#conteudo_centro a.gt_switcher-popup {
    color: #0c326f;
}

#conteudo_centro a.gt_switcher-popup span:last-child {
    color: #0c326f !important;
    line-height: 25px
}

#conteudo_centro .gt_container-exa0x7 {
    position: relative;
}

#conteudo_centro .gt_container-exa0x7 .gt_switcher .gt_selected {
    background: #f3f3f3;
    position: relative;
    z-index: 9999;
    width: 100%;
    border-radius: 5px;
}

#conteudo_centro .gt_container-exa0x7 .gt_switcher .gt_selected a {
    border: none;
    color: #666;
    padding: 7px 8px 7px 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    background: none !important;
}

#conteudo_centro .gt_container-exa0x7 .gt_switcher a img {
    margin: -6px 4px 0 0px !important;
}

#conteudo_centro  .gt_container-exa0x7 .gt_switcher .gt_selected a:after {
	top: 0;
	height: 100%;
	right: 8px;
}

.meta-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 5px;
    padding-right: 15px;
}

@media (max-width: 620px) { 
	#conteudo_centro .gtranslate_wrapper {
	    position: relative;
	}

	#conteudo_centro .gt_container-ex9y2w .gt_switcher {
	    width: 100%;
	}

	#conteudo_centro .gt_container-ex9y2w .gt_switcher .gt_selected {
	    border-left: none;
	    border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
	}
}

label {
    font-weight: 500;
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
}

.formResponsive input[type=text],
.formResponsive input[type=tel],
.formResponsive input[type=email],
.formResponsive input[type=number],
.formResponsive select {
    width: 100%;
    height: 36px;
    padding: 3px 15px;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 0 10px;
}

p.formDescription {
    font-size: 13px;
    font-style: italic;
    margin: -11px 0 10px;
}

p.formDescription:empty {
	display: none;
}

.yui-calcontainer {
    position: absolute;
    box-shadow: 0 0 15px #ccc;
    border: 1px solid #ccc;
}

.yui-calendar .calweekdaycell {
    color: #fff;
    font-weight: normal;
    text-align: center;
    width: 2.5em;
}

.yui-calcontainer .yui-cal-nav-b button {
    color: #fff;
}

.rsform {
    background: #efefef;
    padding: 4px 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 90px;
    text-align: right;
    font-size: 13px;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 64px;
    margin-left: 5px;
    font-size: 13px;
}

.xdsoft_datetimepicker .xdsoft_label i {
    margin-left: 3px
}

.xdsoft_datetimepicker {
    padding: 9px 9px 10px 9px;
    border-radius: 3px;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100%;
    float: none;
    margin-left: 0;
}

.rsform-type-freetext p {
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
}

.rsform .formResponsive input[type="submit"], .formResponsive button[type="submit"] {
    background-color: #009540;
    border: none;
    color: #ffffff;
    text-shadow: none;
    font-weight: 700;
    padding: 10px 40px;
    font-size: 15px;
    float: right;
    margin: 10px 0;
}
.agencia-digital-content {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    display: flex
}

p.agencia-digital-data {
    font-weight: 400;
    font-size: 15px;
    color: #555;
    line-height: normal
}

h3.agencia-digital-titulo {
    font-weight: 600;
    color: #002b73;
    line-height: 28px;
    margin-bottom: 15px;
}

.agencia-digital-resumo {
    line-height: 23px;
    margin-bottom: 15px;
}

h3.agencia-digital-titulo:hover {
    text-decoration: underline
}

.agencia-digital-imagem-container {
    position: relative
}

.agencia-digital-imagem {
    position: relative;
    width: 180px;
    height: 111px;
    background-size: cover;
    background-position: center;
    margin: 28px 0 0 26px
}

.agencia-digital-conteudo {
    width: 100%
}

@media (max-width: 768px) {	
	.agencia-digital-content {
		flex-direction: column;
	}

	.agencia-digital-conteudo {
		order: 1;
	}

	.agencia-digital-imagem {
	    position: relative;
	    width: 100%;
	    height: 201px;
	    background-size: cover;
	    background-position: center;
	    margin: 0px 0 15px 0
	}
}

@media (max-width: 480px) {	
	.titulo,
	.page-header h1 {
		flex-direction: column;
		gap: 20px;
		padding: 20px;
		font-size: 24px;
		line-height: 30px;
	}
}

#conteudo a.lSNext, #conteudo a.lSPrev {
    height: 35px;
    width: 35px;
    background: #002a70;
    border-radius: 100%;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    transition: all 250ms;
    opacity: .6;
}

#conteudo a.lSNext.disabled, #conteudo a.lSPrev.disabled {
    opacity: .15
}

#conteudo a.lSNext.disabled:hover,a.lSPrev.disabled:hover {
    background: #1351b4;
    box-shadow: none;
    opacity: 1
}

#conteudo a.lSNext:hover, #conteudo a.lSPrev:hover {
    background: #0c326f;
    box-shadow: inset 2px 0 5px -5px;
    opacity: 1
}

#conteudo a.lSPrev:before, #conteudo a.lSPrev:before {
    content: "";
    width: auto;
    width: 13px;
    height: 13px;
    border: 4px solid #fff;
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: 11px;
    left: 13px;
    transform: rotate(-45deg);
    transform-origin: center;
    border-radius: 3px
}

#conteudo a.lSNext:after, #conteudo a.lSNext:after {
    content: "";
    width: 13px;
    height: 13px;
    border: 4px solid #fff;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 11px;
    right: 13px;
    transform: rotate(-45deg);
    transform-origin: center;
    border-radius: 2px
}

.weblinks.item-grid-container.revista {
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.weblinks.item-grid-container.revista .item-box {
    width: calc((100% / 3) - (((3 - 1) / 3) * 20px));
	text-align: center;
}


.weblinks.item-grid-container.revista .item-box h3 {
	margin: 18px 0 40px
}

@media (max-width: 768px) {	
	.weblinks.item-grid-container.revista .item-box {
	    width: 100%;
	}
}

.accordion {
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    transition: .4s;
    border-bottom: 1px solid #e4e4e6;
    padding: 2px 15px;
    margin-bottom: 0;
    color: #333;
    font-weight: 600;
    padding-left: 30px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.accordion:first-child {
    margin-top: 0
}

.accordion:before {
    content: "";
    top: 13px;
    left: 8px;
    width: 8px;
    height: 8px;
    border: 2px solid #0063ae;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: transform 350ms;
    position: absolute;
    cursor: pointer;
}

.accordion.active:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    top: 10px;
}

.panel {
    display: none;
    padding: 16px 15px 0;
    background-color: #fff;
    overflow: hidden;
}