*,
*:before,
*:after {
	margin: 0px;
	padding: 0px;
	border: 0px;
	box-sizing: border-box;
	font-family: "DM Sans", 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;
}

a[title^="Faboba"] {
	display: none;
}

h3.confest-noticias-titulo {
	font-weight: 600;
	font-size: 18px;
	color: #0c326f;
	line-height: 2.2rem;
	margin: 20px 0 10px;
}

a:hover {
	color: #e96b22;
	text-decoration: underline;
}

h3 {
	font-size: 20px;
	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: #f7f7f7 url(../imagens/body_bg.gif) repeat;
	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;*/
}

h1,
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: 23px;
	font-size: 16px;
}

i,
em {
	font-style: italic;
	line-height: inherit;
	font-size: inherit;
}

b,
strong {
	font-weight: 700;
	line-height: inherit;
	font-size: inherit;
}

ol {
	list-style-position: inside;
}

ol li {
	margin: 20px 0 0 0;
}

ol p {
	margin: 0;
	display: inline;
}

#geral {
	width: 1160px;
	max-width: 100%;
	margin: 0 auto;
}

/* #topo-pt {
	width: 100%;
	margin: 0 auto;
	background: #bc5b05;
	position: relative;
} */

#topo-pt,
#topo-en {
	width: 100%;
	margin: 0 auto;
	background: #033552 url(../imagens/bg-header.png?v=10) no-repeat right top;
	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;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

#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 34px 60px;
	min-height: 300px;
	max-width: 100%;
	width: 100%;
	position: relative;
}

#conteudo_centro ul {
	list-style-type: disc;
	margin: 0 0 20px 0;
	gap: 15px;
}

#conteudo_centro p+ul {
	list-style-type: disc;
	margin: -15px 0 0;
}

#conteudo_centro p+ul li {
	margin: 0 0 5px 30px;
	line-height: 22px;
}

span.cancelado {
	color: red;
}

#conteudo_centro ul li {
	margin: 0 0 10px 30px;
	line-height: 21px;
}

#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;
	cursor: pointer;
}

/* #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;
}

#conteudo_centro ul li.social-share {
	display: flex;
	width: 23px;
	padding: 4px 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.social-share img {
	display: block;
	width: 100%;
}

/********** MENU **********/

#menu {
	background: #5f6b80;
	display: flex;
}

#menu ul {
	width: 215px;
}

#menu ul li {
	width: 100%;
	text-align: right;
	margin: 0px 0;
	padding: 0;
}

#menu ul li p {
	text-align: right !important;
	margin: 0 !important;
}

#menu ul li a {
	display: block;
	padding: 10px 15px;
}

#menu ul li a {
	color: #F1EFF7;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: right;
}

#menu ul li.current a {
	background: #bc5b05;
}

#menu ul li a:hover {
	background: #bc5b05;
}

#menu .accordion div {
	display: block;
	cursor: pointer;
}

#menu .accordion ul {
	display: none;
}

#menu ul.submenu {
	padding: 0 19px 0 0;
	margin: 0 -19px 5px 0;
	background-color: #7cbcbf;
}

#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;
}

/***** 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 ************/

.rsform-submit-button,
.rsform-button {
	cursor: pointer;
	padding: 3px 20px 3px 20px;
	background-color: red !important;
}

.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;
}

.texto {
	width: 555px !important;
}

.titulo {
	width: 653px !important;
}

.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;
}

.footer-info {
	background: #4b4b4c;
	padding: 30px 30px;
	width: 1160px;
	max-width: 100%;
	margin: 0 auto;
}

.footer-info .max-width {
	display: flex;
	justify-content: space-between;
}

.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: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 .max-width {
		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;
}



@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 {
	display: flex;
	/* min-height: 150px; */
	background-size: cover;
	background-position: center;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	gap: 20px;
}

.header-info .logo img {
	content: "";
	display: block;
	width: 230px;
	background-size: contain;
}

.header-info h1 {
	color: #ffffff;
	font-size: 22px;
	line-height: 26px;
	width: 100%;
	max-width: 509px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	/* background: url(../imagens/brasil.svg) no-repeat left center; */
	padding: 0 0 0 8px;
	flex-direction: column;
	text-shadow: 0 0 6px #000;
	margin-bottom: 0;
}

.header-info h1 small {
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	/* background: url(../imagens/brasil.svg) no-repeat left center; */
	/* padding: 0 0 0 8px; */
	flex-direction: column;
	text-shadow: 0 0 3px #000;
	font-weight: 500;
	margin-top: 7px;
}

.header-info .right-info {
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-right: 30px;
}

.header-info .right-info h2 {
	font-weight: 900;
	color: #ff9000;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 19px;
	text-align: right;
	width: auto;
	flex: 0 0 auto;
	margin: 0;
	border-bottom: 1px solid rgb(255 255 255 / 25%);
	padding-bottom: 3px;
	margin-bottom: 6px;
}

.header-info .right-info ul {
	margin: 0;
}

.header-info .right-info ul li {
	display: block;
	font-weight: 300;
	color: #ffce8f;
	text-transform: none;
	font-size: 15px;
	line-height: 16px;
	text-align: right;
	margin-bottom: 6px;
}

.header-logo {
	max-width: 100%;
	display: block;
}

.logo a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.logo a:hover {
	text-decoration: none
}

.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: #ff3333;
}

.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: #ff902d;
	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);
}

@media (max-width: 867px) {
	.header-info h1 {
		color: #ffffff;
		font-size: 20px;
		line-height: 25px;
		width: 100%;
		max-width: 539px;
		height: 100%;
		display: flex;
		align-items: flex-start;
		/* background: url(../imagens/brasil.svg) no-repeat left center; */
		padding: 0 0 4px 8px;
		flex-direction: column;
		text-shadow: 0 0 15px #000;
	}

	.header-info .logo img {
		content: "";
		display: block;
		width: 200px;
	}
}

@media (max-width: 768px) {

	.header-info .logo img {
		content: "";
		display: block;
		width: 150px;
	}

	.header-info .right-info {
		position: absolute;
		bottom: 7px;
		transform: scale(.8);
		transform-origin: left bottom;
		left: 24px;
	}

	#menu {
		display: none;
	}

	.main-nav {
		display: flex;
		width: 100%;
		padding: 0 25px;
		height: 60px;
		background: #00263d;
		justify-content: flex-end;
	}

	header.sticky .max-width {
		padding: 0 30px;
		position: relative;
	}

	header.sticky .header-botttom {
		padding: 8px 0;
	}

	.main-nav .nav-collapse .main-menu-container ul li {
		margin: 0;
		width: 100%;
		text-align: left;
	}

	.main-nav .nav-collapse .main-menu-container ul li a span {
		margin-bottom: 20px;
	}

	.main-nav .nav-collapse .main-menu-container ul li a {
		font-size: 16px;
		text-align: left;
	}

	.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: 1000;
	}

	.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 .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 {
		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: #bc5b05;
		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 {
		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: 25px 0px;
	}

	.item-page img {
		max-width: 100%;
		height: auto;
		display: block;
		float: none !important;
		margin: 10px 0 !important;
	}
}

@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;
		align-items: flex-start;
	}

	.logo a {}

	.logo img {
		max-width: 170px;
	}

	.header-info h1 {
		color: #ffffff;
		font-size: 19px;
		line-height: 24px;
		width: 100%;
		max-width: none;
		height: auto;
		display: block;
		/* background: url(../imagens/brasil.svg) no-repeat center; */
		padding: 0 0 0 20px;
	}

	.header-info h1 span:after {
		content: " ";
	}

	.header-info .right-info h2 {
		\: 0;
		/* border: none; */
		font-size: 20px;
	}

	.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;
	}

	.header-info .right-info {
		display: flex;
		align-items: center;
		bottom: -53px;
		position: static;
		width: 100%;
		max-width: none;
		transform: none;
		transform-origin: center;
	}

	.header-info .right-info ul {
		/* margin: 0 0px 0 10px; */
		/* border-left: 1px solid rgb(255 255 255 / 25%); */
		/* padding-left: 9px; */
	}

	.header-info .right-info ul li {
		display: block;
		font-weight: 300;
		color: #ffce8f;
		text-transform: none;
		font-size: 17px;
		line-height: 16px;
		text-align: left;
		margin-bottom: 6px;
	}
}

@media (max-width: 480px) {

	.logo a {
		flex-direction: column;
		text-align: center;
		margin-bottom: 15px;
	}

	.header-info h1 {
		padding: 0;
	}
}

@media (max-width: 380px) {
	.header-info h1 {
		color: #ffffff;
		font-size: 18px;
		line-height: 24px;
		width: 100%;
		max-width: none;
		height: auto;
		display: block;
		/* background: url(../imagens/brasil.svg) no-repeat center; */
		padding: 0 0 7px 0;
	}
}


@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;
	}
}

/* -------------------------  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,
.page-header h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	padding-right: 150px;
}

div[itemprop="articleBody"] img {
	margin: 25px 0 10px;
	display: block;
	max-width: 100%;
	height: auto;
}

div[itemprop="articleBody"] figcaption {
	margin: 0px 0 25px;
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

div[itemprop="articleBody"] h1 {
	color: #003f5e;
	font-size: 32px;
	line-height: 40px;
	margin: 15px 0 45px;
}


#conteudo_centro .languages {
	display: flex;
	position: absolute;
	right: 34px;
	top: 26px;
	gap: 16px;
	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[data-gt-lang="pt"] {
	/* display: none; */
}

#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-ex9y2w .gt_switcher .gt_selected {
	background: #ffffff;
	position: relative;
	z-index: 9999;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%;
}

#conteudo_centro .gt_container-ex9y2w .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-ex9y2w .gt_switcher a img {
	margin: 0 4px 0 0px;
}

#conteudo_centro .gt_container-ex9y2w .gt_switcher .gt_selected a:after {
	top: 0;
	height: 100%;
	right: 8px;
}

@media (max-width: 620px) {
	#conteudo_centro .gtranslate_wrapper {
		position: static;
		width: 100%;
	}

	#conteudo_centro .gt_container-ex9y2w .gt_switcher {
		width: 100%;
	}

	#conteudo_centro .gt_container-ex9y2w .gt_switcher .gt_selected {
		margin-bottom: 0;
	}

	.page-header h2,
	.page-header h1 {
		border-bottom: 1px solid #ccc;
		padding-bottom: 69px;
	}

	#conteudo_centro .languages {
		display: flex;
		position: absolute;
		right: 0px;
		padding: 0 33px 10px 20px;
		top: 74px;
		gap: 15px;
		z-index: 1;
		width: 100%;
	}

	.mod-languages {
		width: 67px;
		flex: 0 0 auto;
	}

	a.export-whatsapp {
		display: inline-block;
		width: 45px;
		padding: 4px 5px 4px 0;
	}
}

hr {
	border-bottom: 1px solid #ccc;
	margin: -10px 0 20px;
}

#conteudo_centro div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.accordion {
	position: relative;
	background: #02415e;
	padding: 14px 37px;
	font-weight: 700;
	font-size: 21px;
	margin: 0 0 15px;
	color: #ffffff;
	transition: all 250ms;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
}

.accordion:hover {
	background: #012f44;
}

.accordion:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 6px solid #ff7800;
	top: 23px;
	left: 15px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(0deg);
}

.accordion.active:before {
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(-180deg);
}

.panel {
	display: none;
	margin: -15px 0 15px;
	padding: 35px 30px;
	background: #f0ede7;
	border-radius: 0 0 5px 5px;
}

.accordion.active+.panel {
	display: block;
}

.panel h3 {
	color: #ff7800;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-top: 25px;
}

.panel h3.title {
	color: #ffffff;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 25px;
	background: #5c7d99;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
}

.panel h3.interval {
	color: #ff7800;
	border: 1px solid #ccc;
	padding: 15px;
	margin-top: 25px;
	background: #ffffff;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
}

.panel h3.daytitle {
	color: #02415e;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
}

.panel h3.daytitle+.title {
	margin-top: -5px;
}

.info-block {
	display: flex;
	margin: 0;
	padding: 0 30px;
}

.info-block+.info-block {
	display: flex;
	margin: 0;
	padding: 0 30px;
	border-top: 1px solid #ccc;
}

.info-block:nth-child(odd) {
	/* background: #e9e5da; */
}

.info-block:last-child() {
	border-radius: 0 0 5px 5px;
}

.time {
	border-right: 1px solid #ccc;
	flex: 0 0 auto;
	width: 41px;
	padding: 25px 0;
}

.time p {
	text-orientation: sideways-right;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	font-size: 21px;
	font-weight: 700;
	color: #02415e;
	padding: 8px;
}

.info {
	flex: 1 1 auto;
	width: 100%;
	padding: 25px 23px 10px;
}

.panel h3.credenciamento {
	background: #e9e5da;
	padding: 25px 16px;
	border: none;
	border-radius: 0;
	text-align: center;
	color: #02415e;
	font-size: 19px;
	margin: -34px -30px 0;
}

@media (max-width: 480px) {
	#conteudo_centro {
		padding: 30px 20px 60px;
	}

	.accordion {
		position: relative;
		background: #02415e;
		padding: 14px 37px;
		font-weight: 700;
		font-size: 16px;
		margin: 0 0 15px;
		color: #ffffff;
		transition: all 250ms;
		cursor: pointer;
		border-radius: 5px 5px 0 0;
	}

	.panel {
		padding: 35px 10px 0;
	}

	.info-block {
		display: flex;
		margin: 0 -10px;
		padding: 0 10px;
		flex-direction: column;
	}

	.panel h3 {
		text-align: center;
		margin: 0;
	}

	.time {
		border-bottom: 1px solid #ccc;
		border-right: none;
		flex: 0 0 auto;
		width: 100%;
		padding: 00;
	}

	.time p {
		text-orientation: sideways-right;
		writing-mode: unset;
		transform: rotate(0);
		font-size: 21px;
		font-weight: 700;
		color: #02415e;
		padding: 8px;
		text-align: center;
		margin: 14px 0 0;
	}

	.info {
		flex: 1 1 auto;
		width: 100%;
		padding: 25px 10px 10px;
	}

	#conteudo_centro .languages {
		flex-wrap: wrap;
		gap: 9px 20px;
		justify-content: center;
		padding: 0 19px;
		/* top:-52px; */
	}

	body.inicio-page #conteudo_centro .languages {
		top: 10px;
	}

	#conteudo_centro .gtranslate_wrapper {
		position: static;
		width: 80%;
		max-width: 185px;
	}

	.mod-languages {
		width: calc(20% - 20px);
		min-width: 65px;
		flex: 0 0 auto;
	}

	.page-header h2,
	.page-header h1 {
		padding-right: 0;
		padding-bottom: 119px;
		text-align: center;
	}

	#conteudo_centro ul.share {
		width: 100%;
		border-top: 1px solid #ccc;
		padding: 10px 0 0;
		justify-content: center;
	}

	#conteudo_centro .gt_container-ex9y2w .gt_switcher .gt_selected {
		background: #ffffff;
		position: relative;
		z-index: 9999;
		border-left: none;
		border-right: none;
		width: 100%;
	}

	h3.credenciamento {
		margin: -34px -10px 20px !important;
	}
}

@media (max-width: 380px) {
	a[href*="mailto:"] {
		word-break: break-word;
	}
}

@media (max-width: 320px) {

	.page-header h2,
	.page-header h1 {
		padding-bottom: 148px;
		text-align: center;
	}

}

.containers-participantes {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.image-participante {
	max-width: calc((100% / 4) - (((4 - 1) / 4) * 15px));
}

.image-participante img {
	width: 100%;
}

@media (max-width: 720px) {
	.image-participante {
		max-width: calc((100% / 3) - (((3 - 1) / 3) * 15px));
	}
}

@media (max-width: 480px) {
	.image-participante {
		max-width: calc((100% / 2) - (((2 - 1) / 2) * 15px));
	}
}

@media (max-width: 320px) {
	.image-participante {
		max-width: 100%;
	}
}

@page {
	size: A4;
	margin: 0;
	background: #f0ede7;
	margin: 7mm 0;
}

@page: first {
	margin: 0
}

@media print {

	html,
	body {
		width: 210mm;
		height: 297mm;
		margin: 0;
	}

	#conteudo_centro {
		padding: 30px 34px 60px;
		min-height: 300px;
		max-width: 100%;
		width: 100%;
		position: relative;
		box-shadow: none;
	}

	#conteudo {
		display: flex;
		width: 100%;
		margin: 0 auto;
		box-shadow: none;
	}

	body {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
		padding-top: 0;
	}

	#barra-brasil,
	#menu,
	.languages,
	footer,
	div[vw] {
		display: none !important;
	}

	#geral {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.logo img {
		width: 100px;
	}

	.header-info h1 {
		color: #ffffff;
		font-size: 19px;
		line-height: 22px;
		width: 100%;
		max-width: none;
		height: 100%;
		display: flex;
		align-items: flex-start;
		/* background: url(../imagens/brasil.svg) no-repeat left center; */
		padding: 0 0 0 20px;
		flex-direction: column;
	}

	.header-info h2 {
		font-weight: 600;
		color: #ff9000;
		text-transform: uppercase;
		font-size: 10px;
		line-height: 15px;
		text-align: right;
		width: 201px;
		flex: 0 0 auto;
		margin: 0;
	}

	.header-info h2 span {
		display: block;
		font-weight: 600;
		color: #ffce8f;
		text-transform: none;
		font-size: 14px;
		line-height: 18px;
		text-align: right;
		border-top: 1px solid rgb(255 255 255 / 25%);
		padding-top: 5px;
		margin-top: 5px;
	}

	header {
		/*position: fixed !important;
		top: -100px;
		z-index: 1;*/
	}

	.header-info {
		display: flex;
		min-height: 100px;
		background-size: cover;
		background-position: center;
		justify-content: space-between;
		align-items: center;
		padding: 10px 24px 10px 20px;
		gap: 20px;
	}

	.main-nav {
		display: none;
	}

	.image-participante {
		max-width: calc((100% / 3) - (((3 - 1) / 3) * 15px));
	}

	.item-page img {
		max-width: 100%;
		display: block;
		float: none !important;
		margin: 0 !important;
	}

	.header-info .right-info {
		display: none;
	}

	.header-info .logo img {
		content: "";
		display: block;
		width: 180px;
		background-size: contain;
	}

	.page-header h2,
	.page-header h1 {
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		padding-right: 150px;
		font-size: 20px;
		padding: 10px
	}

	.accordion {
		text-align: center;
		font-size: 17px !important;
		padding: 10px
	}

	.accordion:before {
		content: none;
	}

	.programacao * {
		font-size: 13px;
		line-height: 18px
	}

	.programacao h3,
	.programacao .time p {
		font-size: 15px !important;
		line-height: 18px
	}

	.info-block {
		display: flex;
		margin: 0;
		padding: 0 0 !important;
	}

	.panel h3.daytitle {
		color: #02415e;
		border-bottom: 1px solid #ccc;
		padding: 10px;
		margin-top: 10px;
		text-align: center;
		font-size: 18px;
	}

	.panel {
		display: block;
		margin: -15px 0 15px;
		padding: 35px 30px;
		background: #f0ede7;
		border-radius: 0 0 5px 5px;
	}
}



.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
	}
}

.bloco-atividade {
	margin: 0 0 30px;
}

p.info-title {
	margin: 0 0 3px;
	font-weight: 700;
}

p.info-title:not(:first-child) {
	margin: 0 0 3px;
	font-weight: 700;
}

p.info-dado {
	margin: 0px 0 3px;
	line-height: 21px;
}

p.info-dado.download {
	margin: 0px 0 17px;
}

#conteudo_centro p.info-dado.download+ul {
	margin: -15px 0 0;
}

.info-participantes {
	margin: 0 0 10px;
}

.info-rodape {
	font-style: italic;
	font-size: 14px;
}

.info-rodape.end {
	border-top: 1px solid #ccc
}

p.info-local {
	background: #02415e;
	color: #fff;
	display: inline-block;
	padding: 2px 9px;
	border-radius: 5px;
	font-size: 12px;
	margin: 0 0 8px;
	font-weight: 700;
}

#conteudo_centro .info-participantes ul li #conteudo_centro .info-dados ul li {
	margin: 0 0 6px 30px;
	line-height: 21px;
}

#conteudo_centro .info-participantes ul li a,
#conteudo_centro .info-dado+ul li a {
	color: #477fba;
	font-weight: 700;
	position: relative;
}

#conteudo_centro .info-participantes ul li a:after,
#conteudo_centro .info-dado+ul li a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #477fba url(../imagens/download-icon.svg) no-repeat center;
	background-size: 11px;
	background-position: center 4px;
	margin: 2px 0 -4px 3px;
}

p.info-descricao {
	margin: 0px 0 3px;
	font-style: italic;
}

.programacao-intro {
	background: #eaeaea;
	padding: 17px 25px;
	font-style: italic;
	border-radius: 5px;
	font-size: 15px;
	line-height: 22px;
}

.programacao-rodape {
	padding: 20px 0px 26px 60px;
}

p.info-dialogos {
	margin: 6px 0 5px;
	background: rgb(135 111 67 / 12%);
	padding: 10px 17px;
	border-radius: 5px;
	mix-blend-mode: multiply;
}

.programacao-apresentacoes {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 28px 0 30px;
}

.apresentacoes-img {
	background: #477fba;
	width: 100px;
	height: 100px;
	flex: 0 0 auto;
	border-radius: 100%;
	padding: 20px;
}

.apresentacoes-text h3 {
	color: #477fba;
	margin: 0 0 7px;
}

.apresentacoes-text p {
	margin: 0;
}


/*-- INICIO --*/

.inicio-capa {
	margin-top: 55px;
}

div[itemprop="articleBody"] .inicio-capa * {
	max-width: 840px;
	margin: 0 auto;
	display: block;
}

div[itemprop="articleBody"] .inicio-capa img {
	width: 100%;
	margin: 0 auto !important;
}

div[itemprop="articleBody"] h1.inicio-capa-titulo {
	background: #008ad2;
	color: #ffffff;
	text-align: center;
	padding: 25px 70px 45px;
}

div[itemprop="articleBody"] .inicio-apoio-titulos {
	display: flex;
	margin: 25px 0 0;
	font-weight: 700;
	gap: 40px;
	padding: 0 70px;
}

div[itemprop="articleBody"] .inicio-apoio-titulos p {
	border-bottom: 1px solid #6c6c6c;
	width: 100%;
	text-align: center;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

div[itemprop="articleBody"] section[class*="inicio-pagina"] .lado-direito {
	width: 280px;
	position: relative;
	flex: 0 0 auto;
}

div[itemprop="articleBody"] section[class*="inicio-pagina"] {
	justify-content: space-between;
}

div[itemprop="articleBody"] .inicio-pagina-2 {
	display: flex;
	max-width: 840px;
	margin: 50px auto;
	padding-left: 0;
	padding-top: 30px;
	gap: 37px;
}

div[itemprop="articleBody"] .inicio-pagina-2 .lado-direito {
	flex: 0 0 auto;
	display: block;
	margin: 0;
}

div[itemprop="articleBody"] .inicio-pagina-2 img {
	width: 100%;
	margin: 0;
}

div[itemprop="articleBody"] .inicio-pagina-2 .lado-esquerdo img {
	margin: 50px 0 0;
}

div[itemprop="articleBody"] .inicio-pagina-3 {
	display: flex;
	max-width: 840px;
	margin: 50px auto;
	padding: 30px 0 0;
	gap: 80px;
}

div[itemprop="articleBody"] .inicio-pagina-3 h2 {
	color: #009fe3
}

div[itemprop="articleBody"] .inicio-pagina-3 img {
	width: 100%;
	margin: 0;
}

div[itemprop="articleBody"] .inicio-pagina-3 ul {
	margin: 0 0 40px !important;
}

div[itemprop="articleBody"] .inicio-pagina-4 {
	display: flex;
	max-width: 840px;
	margin: 50px auto;
	padding: 30px 0 0;
	gap: 100px;
}

div[itemprop="articleBody"] .inicio-pagina-4 h2 {
	color: #009fe3;
	margin-top: 30px;
}

div[itemprop="articleBody"] .inicio-pagina-4 img {
	width: 100%;
	margin: 0;
}

div[itemprop="articleBody"] .inicio-pagina-4 ul {
	margin: 0 0 40px !important;
}

div[itemprop="articleBody"] .inicio-pagina-5 {
	display: flex;
	max-width: 840px;
	margin: 50px auto;
	padding: 30px 0 0;
	gap: 0px;
}

div[itemprop="articleBody"] .inicio-pagina-5 h2 {
	color: #009fe3;
}

div[itemprop="articleBody"] .inicio-pagina-5 img {
	width: 100%;
	margin: 0;
}

div[itemprop="articleBody"] .inicio-pagina-5 .lado-direito img {
	width: 100%;
	margin: 0;
	width: calc(100% + 47px);
	position: absolute;
	right: 0;
}

div[itemprop="articleBody"] .inicio-pagina-5 ul {
	margin: 0 0 60px !important;
	padding-right: 72px;
}

div[itemprop="articleBody"] .inicio-pagina-6 {
	display: flex;
	max-width: 840px;
	margin: 50px auto;
	padding: 30px 0 0;
	gap: 0px;
	justify-content: space-between;
}

div[itemprop="articleBody"] .inicio-pagina-6 img {
	width: 100%;
	margin: 0;
}

div[itemprop="articleBody"] section.inicio-pagina-6 .lado-direito {
	width: 355px;
	display: flex;
	flex-direction: column;
	align-items: end;
}

div[itemprop="articleBody"] section.inicio-pagina-6 .lado-direito img {
	width: calc(100% - 17px);
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	div[itemprop="articleBody"] h1.inicio-capa-titulo {
		padding: 25px 10px 45px;
	}

	div[itemprop="articleBody"] .inicio-apoio-titulos {
		padding: 0 0;
	}

	div[itemprop="articleBody"] section[class*="inicio-pagina"] {
		flex-direction: column;
		gap: 0;
	}

	div[itemprop="articleBody"] section.inicio-pagina-2 {
		gap: 20px;
	}

	div[itemprop="articleBody"] .inicio-pagina-2 .lado-esquerdo {
		order: 1;
	}

	div[itemprop="articleBody"] .inicio-pagina-2 {
		align-items: end;
	}

	div[itemprop="articleBody"] .inicio-pagina-2 .lado-esquerdo img {
		max-width: 400px;
		margin-top: 40px !important;
		display: none;
	}

	div[itemprop="articleBody"] .inicio-pagina-3 .lado-esquerdo {
		display: flex;
		flex-direction: column;
	}

	div[itemprop="articleBody"] .inicio-pagina-3 .lado-esquerdo img {
		order: -1;
		margin-bottom: 40px !important;
	}

	div[itemprop="articleBody"] section.inicio-pagina-3 .lado-direito {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	div[itemprop="articleBody"] .inicio-pagina-3 .lado-direito img {
		max-width: 240px;
		display: none;
	}

	div[itemprop="articleBody"] .inicio-pagina-4 .lado-esquerdo img {
		max-width: 340px;
		margin: 0 auto !important;
		display: block;
	}

	div[itemprop="articleBody"] section.inicio-pagina-4 .lado-direito {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}

	div[itemprop="articleBody"] .inicio-pagina-4 .lado-direito img {
		max-width: 240px;
		/* margin: 0 auto !important; */
		display: block;
		display: none;
	}

	div[itemprop="articleBody"] .inicio-pagina-5 .lado-esquerdo img {
		max-width: 400px
	}

	div[itemprop="articleBody"] .inicio-pagina-5 .lado-esquerdo {
		display: flex;
		flex-direction: column;
	}

	div[itemprop="articleBody"] .inicio-pagina-5 .lado-esquerdo img {
		order: -1;
		margin-bottom: 40px !important;
	}

	div[itemprop="articleBody"] section.inicio-pagina-5 .lado-direito {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}

	div[itemprop="articleBody"] .inicio-pagina-5 .lado-direito img {
		max-width: 300px;
		width: 100%;
		/* margin: 0 auto !important; */
		display: block;
		position: relative;
		display: none;
	}

	div[itemprop="articleBody"] .inicio-pagina-6 .lado-esquerdo {
		order: 1;
	}

	div[itemprop="articleBody"] section.inicio-pagina-6 .lado-direito {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}

	div[itemprop="articleBody"] .inicio-pagina-6 .lado-direito img {
		max-width: 300px;
		width: 100%;
		margin: 0 0 45px !important;
		display: block;
		position: relative;
	}

	div[itemprop="articleBody"] section.inicio-pagina-6 .lado-esquerdo {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	div[itemprop="articleBody"] .inicio-pagina-6 .lado-esquerdo img {
		max-width: 300px
	}
}


@media (max-width: 480px) {
	.inicio-capa {
		margin-top: 91px;
		margin-bottom: 50px;
	}

	div[itemprop="articleBody"] section[class*="inicio-pagina"] {
		flex-direction: column;
		gap: 0;
		padding: 0;
		margin: 0 0 20px;
	}

	div[itemprop="articleBody"] h1.inicio-capa-titulo {
		font-size: 22px;
		line-height: 30px;
	}

	div[itemprop="articleBody"] .inicio-pagina-2 img {
		margin-bottom: 40px !important;
	}

	div[itemprop="articleBody"] .inicio-pagina-2 .lado-esquerdo img {
		max-width: 400px;
		margin-top: 40px !important;
		display: none;
	}

	div[itemprop="articleBody"] .inicio-pagina-3 .lado-direito img {
		max-width: 240px;
		display: none;
	}

	div[itemprop="articleBody"] .inicio-pagina-4 .lado-direito img {
		max-width: 240px;
		/* margin: 0 auto !important; */
		display: block;
		display: none;
	}

	div[itemprop="articleBody"] .inicio-pagina-5 .lado-direito img {
		max-width: 300px;
		width: 100%;
		/* margin: 0 auto !important; */
		display: block;
		position: relative;
		display: none;
	}

	div[itemprop="articleBody"] section.inicio-pagina-6 .lado-direito img {
		width: 100%;
		max-width: none;
	}


}

.pagination__wrapper {
	list-style: none;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 85px
}

#conteudo_centro ul.pagination {
	margin-right: 5px;
	display: flex;
	justify-content: center;
}

#conteudo_centro ul.pagination li.page-item {
	list-style: none;
	margin: 0;
}

.pagination .page-item.disabled {
	opacity: .25
}

.pagination .page-item>a,
.pagination .page-item>span {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5f6b80;
	min-width: 32px;
	padding: 4px 0;
	border-radius: 100%;
	height: 32px;
	border: none;
	line-height: 20px;
}

.pagination .page-item:hover {
	color: #fff;
	border: none
}

.paginacao .botao--inativo:not(.active) {
	display: none
}

.pagination .page-item.active a {
	background: #5f6b80;
	color: #fff !important;
	border-color: #5f6b80;
}

.pagination .page-item.active a {
	color: #fff;
}

.counter {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e4e4e4
}

.counter {
	margin: 0
}

span.icon-angle-right {
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #5f6b80;
	border-top: 2px solid #5f6b80;
	transform: rotate(45deg);
}

span.icon-angle-left {
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #5f6b80;
	border-top: 2px solid #5f6b80;
	transform: rotate(-135deg);
}

span.icon-angle-double-right {
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #5f6b80;
	border-top: 2px solid #5f6b80;
	transform: rotate(45deg);
}

span.icon-angle-double-right:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #5f6b80;
	border-top: 2px solid #5f6b80;
	position: relative;
	left: 4px;
	top: -6px;
}

span.icon-angle-double-left {
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #5f6b80;
	border-top: 2px solid #5f6b80;
	transform: rotate(-135deg);
}

span.icon-angle-double-left:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #5f6b80;
	border-top: 2px solid #5f6b80;
	position: relative;
	left: 4px;
	top: -6px;
}