@charset "UTF-8";
@font-face {
  font-family: Verdana, Arial, sans-serif;
  font-display: swap;
}

* {
	margin: 0; 
	padding: 0; 
	border: none;
	outline: none; 
	box-sizing: border-box; 
}

html {
	width: 100%;
	min-height: 100%;
	background-color: #0c0c0c;
	color-scheme: dark;
}

body {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #0c0c0c;
	font-family: Poppins, Arial, sans-serif;
	font-weight: 300;
}



/* ========== LINKS GERAIS ========== */
a {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

/* ========== LINKS EDITORIAIS ========== */
.article-home p a,
.article-home li a {
	color: #b81971;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color 0.3s ease;
}

.article-home p a:visited,
.article-home li a:visited {
	color: #994674;
}

.article-home p a:hover,
.article-home li a:hover {
	color: #d06a9f;
}


.article-home nav p {
	text-align: center;
	margin-bottom: 0.75rem;
}

.article-home nav p a {
	display: inline-block;
	padding: 0.35rem 0.65rem;
}


h1 {
	width: 100%;
	color: #b07a99;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: Poppins, Arial, sans-serif;
	font-size: clamp(1.7rem, 3.5vw, 1.875rem);
	line-height: 1.3;
	text-align: center;
	margin: 1.8vw 0 2vw;
	padding: 0 0.8em 0 0.4em;
}

h2 {
	width: 100%;
	color: #ad7896;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-family: Poppins, Arial, sans-serif;
	font-size: clamp(1.25rem, 3.2vw, 1.375rem);
	font-style: italic;
	line-height: 1.4;
	text-align: justify;
	margin: 1.2vw 0 2vw;
	padding: 0 0.8em;
}

h3 {
	width: 100%;
	color: #bd8ba6;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-family: Poppins, Arial, sans-serif;
	font-size: clamp(1.2rem, 3.2vw, 1.875rem);
	line-height: 1.35;
	text-align: center;
	margin: 1.2vw 0 2vw;
	padding: 0 0.8em;
}

p {
	width: 100%;
	color: #b89aaa;
	letter-spacing: 0.5px;
	font-weight: 300;
	font-family: Poppins, Arial, sans-serif;
	font-size: clamp(1rem, 3.2vw, 1.375rem);
	font-style: italic;
	line-height: 1.55;
	text-align: justify;
	margin: 1.2vw 0 2vw;
	padding: 0 0.8em;
}

.article-home h1,
.article-home h2,
.article-home h3,
.article-home p,
.article-home li {
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: auto;
}


/* ========== PROTEÇÃO CONTRA ESTOURO HORIZONTAL ========== */
html {
	max-width: 100%;
	overflow-x: hidden;
}

body {
	max-width: 100%;
	overflow-x: clip;
}

.site,
main,
.article-home,
.container-corpo-apresentacao1,
.container-corpo-apresentacao2,
.apresentacao1,
.apresentacao2 {
	max-width: 100%;
}

.caixa-texto,
.caixa-texto-secundarias,
.caixa-texto-outras-cidades {
	min-width: 0;
}

.texto-botao-cidades,
.texto-botao-cidades-secundarias,
.texto-botao-outras-cidades,
.texto-botao-outras-cidades-capital {
	overflow-wrap: anywhere;
	word-break: normal;
}







/* ========== IMAGENS GERAIS ========== */
img {
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-user-drag: none;
	user-select: none;
}


/* ========== CARREGAMENTO PROGRESSIVO DE IMAGENS ========== */
.lazy-media {
	opacity: 0;
	filter: blur(8px);
	transform: scale(1.01);
	transition: opacity 0.45s ease, filter 0.45s ease, transform 0.45s ease;
}

.lazy-media.is-loaded {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
}

.lazy-media.is-error {
	opacity: 1;
	filter: none;
	transform: none;
}


/* ========== ACESSIBILIDADE DE MOVIMENTO ========== */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.lazy-media {
		opacity: 1;
		filter: none;
		transform: none;
	}
}


/* ========== FINAL DO RESET ========== */



main{
    display:block;
}

section{
    display:block;
}

article{
    display:block;
}

footer{
    display:block;
}



.article-home{
    width:100%;
}

.article-home section{
    width:100%;
}


/* ========== ANIMAÇÕES GERAIS ========== */
@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes pulse-fade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}


/* ========== INICIO DO TOPO ========== */

.site {
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: auto;
	background-color: #101210;
	position: relative;
}

.header {
	width: 100%;
	max-width: 960px;
	height: auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background: #0f0e0e;
	position: relative;
}

.espacamento-cima-topo {
	float: left;
	width: 100%;
	height: 1.9vw;
	background-color: #111211;
}

/* ========== INÍCIO DO TOPO ORIGINAL ========== */
.logomarca-container {
	width: 100%;
	float: left;
	margin-top: 1%;
	position: relative;
	padding-top: 25.5%;
}

.logomarca {
	width: 22.1vw;
	margin-left: 2.9%;
	z-index: 10;
	position: absolute;
	top: 0;
	filter: drop-shadow(0.1rem 0.1rem 0.4rem #000);
}

.logomarca img {
	vertical-align: middle;
	animation: fade-in 1.3s linear 500ms forwards;
	opacity: 0;
}

.bandeira-azul {
	width: 3.8%;
	height: 2%;
	background-color: #0202c1;
	background-image: linear-gradient(to right, #0c0c0f, #03039a, #1105f3);
	position: absolute;
	top: 8.4vw;
	margin-left: 1.9%;
	border-radius: 7px 0 0 0;
	z-index: 5;
	animation: pulse-fade 2s linear 0.8s infinite alternate;
	opacity: 0;
}

.bandeira-amarelo {
	width: 4%;
	height: 2%;
	background-color: #efeb03;
	background-image: linear-gradient(to right, #0d0e0d, #525000, #d6d603);
	position: absolute;
	top: 9.3vw;
	margin-left: 2.2%;
	border-radius: 7px 0 0 0;
	z-index: 6;
	animation: pulse-fade 2s linear 1.5s infinite alternate;
	opacity: 0;
}

.bandeira-verde {
	width: 3.9%;
	height: 2%;
	background-color: #0fef03;
	background-image: linear-gradient(to right, #0d0e0d, #005201, #02bd27);
	position: absolute;
	top: 10.1vw;
	margin-left: 2.1%;
	border-radius: 7px 0 0 0;
	z-index: 6;
	animation: pulse-fade 2s linear 2.2s infinite alternate;
	opacity: 0;
}

.detalhe-logomarca {
	width: 99%;
	height: 16vw;
	background-color: #1c1c1e;
	position: absolute;
	top: 7.1vw;
	margin-left: 0.5%;
	border-radius: 6px;
	z-index: 0;
}

.detalhe1-logomarca {
	width: 97%;
	height: 16vw;
	background-color: #111211;
	border: 1px solid #1c1c1e;
	position: absolute;
	top: 7.1vw;
	margin-left: 1.5%;
	z-index: 1;
}

.detalhe2-logomarca {
	width: 97%;
	height: 6.8vw;
	background-color: #212421;
	background-image: linear-gradient(#282827, #323232, #31312f, #2d2d2d, #1a1a19, #131313);
	border-bottom: 1px solid #3d423d;
	border-top: 1px solid #3b403b;
	position: absolute;
	top: 11.7vw;
	margin-left: 1.5%;
	z-index: 2;
}

.caixa-texto-logomarca {
	width: 73%;
	height: 6.8vw;
	position: absolute;
	top: 11.9vw;
	left: 26%;
	padding-left: 2%;
	vertical-align: middle;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}

.texto-logomarca {
	float: left;
	width: 100%;
	text-align: left;
	letter-spacing: 2px;
	font-weight: 300;
	font-family: Verdana, Arial, sans-serif;
	font-size: 2.3vw;
	font-style: normal;
	line-height: 6.5vw;
    color: rgb(143, 141, 130);
}


/* ========== FIM DO TOPO ORIGINAL ========== */



/* ========== FINAL DO TOPO ========== */

/* ========== INICIO DO CORPO ========== */

/* ========== ESTRUTURA PRINCIPAL HTML5 ========== */
main {
	width: 100%;
	display: block;
}

.article-home {
	width: 100%;
	max-width: 960px;
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background: #060606;
	position: relative;
}

.article-home section {
	width: 100%;
	display: block;
}

.article-home header {
	width: 100%;
	display: block;
}

.article-home nav {
	width: 100%;
	display: block;
}

/* ========== CONTROLE DO FLUXO DOS ELEMENTOS ========== */
.article-home section::after,
.article-home nav::after {
	content: "";
	display: table;
	clear: both;
}

.article-home section,
.article-home header,
.article-home nav {
	position: relative;
	clear: both;
}

a:focus-visible {
	outline: 2px solid #b81971;
	outline-offset: 3px;
	border-radius: 2px;
}

.caixa-texto a:focus-visible,
.caixa-texto-secundarias a:focus-visible,
.caixa-texto-outras-cidades a:focus-visible {
	display: block;
}

.caixa-texto2,
.caixa-texto2-secundarias,
.caixa-texto-outras-cidades2,
.caixa-texto-outras-cidades3 {
	transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.caixa-texto2:hover,
.caixa-texto2-secundarias:hover,
.caixa-texto-outras-cidades2:hover,
.caixa-texto-outras-cidades3:hover {
	border-left-color: #b81971;
	border-right-color: #b81971;
	border-top-color: rgb(128, 127, 119);
	border-bottom-color: rgb(94, 94, 87);
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.texto-botao-cidades,
.texto-botao-cidades-secundarias,
.texto-botao-outras-cidades,
.texto-botao-outras-cidades-capital {
	transition: color 0.3s ease;
	color: #39a994;
}

.texto-botao-cidades:hover,
.texto-botao-cidades-secundarias:hover,
.texto-botao-outras-cidades:hover,
.texto-botao-outras-cidades-capital:hover {
	color: rgb(143, 141, 130);
}




/* ========== CONTEÚDO EDITORIAL DA HOME ========== */
.article-home strong {
	font-weight: 600;
}

.article-home em {
	font-weight: 300;
}

.article-home .ul-article {
	width: 92%;
	margin: 2% 4% 3%;
	padding-left: 5%;
	color: #b89aaa;
	font-family: Poppins, Arial, sans-serif;
	font-size: 3.2vw;
	font-style: italic;
	line-height: 4.2vw;
}

.article-home .li-article {
	width: 100%;
	margin-bottom: 1.5%;
	padding-left: 1%;
	text-align: left;
	list-style-position: outside;
}

.article-home .li-article::marker {
	color: #b81971;
}

.data-artigo {
	width: 100%;
	margin: 0 0 2%;
	padding: 0 0.8em;
	color: #a7a2a5;
	font-family: Poppins, Arial, sans-serif;
	font-size: 2.4vw;
	font-style: normal;
	line-height: 3.2vw;
	text-align: center;
}

.data-artigo small {
	font-size: 1em;
	font-weight: 300;
}

.article-home section > h2:first-child,
.article-home section > h3:first-child {
	margin-top: 1.5rem;
}

.article-home section > p:last-child,
.article-home section > ul:last-child {
	margin-bottom: 1.5rem;
}

.article-home section + section {
	margin-top: 1rem;
}

.article-home .apresentacao2 > section > p,
.article-home .apresentacao2 > header > p,
.article-home .apresentacao2 > nav > p,
.article-home .ul-article {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}


.article-home section > h2:first-child,
.article-home header > h2:first-child,
.article-home nav > h2:first-child {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1.1rem;
	padding-bottom: 0.8rem;
	text-align: center;
}

.article-home section > h2:first-child::after,
.article-home header > h2:first-child::after,
.article-home nav > h2:first-child::after {
	content: "";
	display: block;
	width: 84%;
	height: 1px;
	margin: 0.75rem auto 0;
	background: linear-gradient(to right, transparent, #40393f, #7d4a66, #40393f, transparent);
}


.article-home section h3 {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	padding-bottom: 0.55rem;
}

.article-home section h3::after {
	content: "";
	display: block;
	width: 72%;
	height: 1px;
	margin: 0.55rem auto 0;
	background: linear-gradient(to right, transparent, #3c383b, #5f5159, #3c383b, transparent);
}


.article-home section p + p,
.article-home header p + p {
	position: relative;
	margin-top: 1rem;
	padding-top: 0.9rem;
}

.article-home section p + p::before,
.article-home header p + p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 8%;
	width: 84%;
	height: 1px;
	background: linear-gradient(to right, transparent, #272527, transparent);
}


/* ========== REFINAMENTO DAS LISTAS EDITORIAIS ========== */
.article-home .ul-article {
	position: relative;
	width: 90%;
	margin: 1.2rem auto 1.6rem;
	padding: 1rem 1rem 0.7rem 2.4rem;
	background: linear-gradient(to bottom, rgba(29, 28, 29, 0.88), rgba(14, 14, 14, 0.95));
	border-top: 1px solid #3d3b3d;
	border-bottom: 1px solid #262426;
	border-left: 2px solid #82134b;
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.35);
}

.article-home .ul-article::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #54102f, #b81971, #54102f);
	opacity: 0.7;
}

.article-home .li-article {
	margin-bottom: 0.8rem;
	padding-left: 0.35rem;
}

.article-home .li-article::marker {
	color: #b81971;
	font-size: 0.9em;
}


/* ========== REFINAMENTO VISUAL DO FAQ ========== */
.article-home [itemtype="https://schema.org/FAQPage"] {
	width: 94%;
	margin: 0 auto 1.4rem;
}

.article-home [itemprop="mainEntity"] {
	position: relative;
	margin-bottom: 0.9rem;
	padding: 0.9rem 1rem 0.8rem;
	background: linear-gradient(to bottom, #181818, #101010);
	border-top: 1px solid #39363a;
	border-bottom: 1px solid #242225;
	border-left: 2px solid #7f164a;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.article-home [itemprop="mainEntity"]::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	height: 1px;
	background: linear-gradient(to left, #751143, transparent);
	opacity: 0.65;
}

.article-home [itemprop="mainEntity"] h3 {
	margin: 0 0 0.7rem;
	padding: 0 0 0.55rem;
	font-size: clamp(1rem, 2.8vw, 1.2rem);
	text-align: left;
}

.article-home [itemprop="mainEntity"] h3::after {
	width: 100%;
	margin-top: 0.5rem;
	background: linear-gradient(to right, #7e1749, #383238, transparent);
}

.article-home [itemprop="acceptedAnswer"] p {
	margin: 0;
	padding: 0;
	font-size: clamp(0.95rem, 2.8vw, 1.15rem);
	line-height: 1.55;
	text-align: left;
}





/* ========== REFINAMENTO DOS BLOCOS INSTITUCIONAIS ========== */
.article-home section[aria-labelledby],
.article-home nav[aria-labelledby] {
	position: relative;
}

.article-home section[aria-labelledby]::after,
.article-home nav[aria-labelledby]::after {
	content: "";
	position: absolute;
	right: 2%;
	bottom: 0.35rem;
	width: 58%;
	height: 1px;
	background: linear-gradient(to left, transparent, #64123a, #2a2729);
	opacity: 0.65;
}


/* ========== DESTAQUE DAS CONDIÇÕES DE NAVEGAÇÃO ========== */
#titulo-condicoes-navegacao {
	color: #c18ba8;
}

#titulo-condicoes-navegacao::before {
	content: "";
	display: inline-block;
	width: 0.42rem;
	height: 0.42rem;
	margin-right: 0.5rem;
	background-color: #b81971;
	border-radius: 50%;
	box-shadow: 0 0 7px rgba(184, 25, 113, 0.45);
	vertical-align: middle;
}

.article-home section[aria-labelledby="titulo-condicoes-navegacao"] {
	width: 94%;
	margin: 0.8rem auto 1.2rem;
	padding: 0.7rem 0.8rem 0.9rem;
	background:
		linear-gradient(to bottom, rgba(54, 50, 53, 0.18), transparent 25%),
		linear-gradient(to bottom, #151515, #0e0e0e);
	border-top: 1px solid #4a4549;
	border-bottom: 1px solid #272426;
	border-left: 2px solid #8f174f;
	box-shadow:
		inset 0 0 14px rgba(0, 0, 0, 0.38),
		0 2px 6px rgba(0, 0, 0, 0.35);
}

.article-home section[aria-labelledby="titulo-condicoes-navegacao"] p {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}


/* ========== ACABAMENTO DOS DOCUMENTOS INSTITUCIONAIS ========== */
#titulo-links-institucionais {
	color: #b98aa3;
}

.article-home nav[aria-labelledby="titulo-links-institucionais"] {
	width: 94%;
	margin: 0.8rem auto 1.2rem;
	padding: 0.7rem 0.8rem 1rem;
	background:
		linear-gradient(to bottom, rgba(47, 44, 46, 0.16), transparent 24%),
		linear-gradient(to bottom, #151515, #0d0d0d);
	border-top: 1px solid #454145;
	border-bottom: 1px solid #252225;
	box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.38);
}

.article-home nav[aria-labelledby="titulo-links-institucionais"] > p:first-of-type {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}


/* ========== DATA DO ARTIGO ========== */
.data-artigo {
	position: relative;
	width: 88%;
	margin: 0 auto 1.2rem;
	padding: 0.45rem 1rem;
	color: #8e888c;
	background: linear-gradient(to right, transparent, rgba(38, 35, 37, 0.75), transparent);
	border-top: 1px solid rgba(76, 69, 73, 0.35);
	border-bottom: 1px solid rgba(35, 32, 34, 0.55);
	letter-spacing: 0.5px;
}

.data-artigo::before,
.data-artigo::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 12%;
	height: 1px;
	background: linear-gradient(to right, transparent, #6e2b4c);
}

.data-artigo::before {
	left: 2%;
}

.data-artigo::after {
	right: 2%;
	transform: scaleX(-1);
}

/* ========== ÊNFASES EDITORIAIS ========== */
.article-home strong {
	color: #d0a0b8;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.article-home em {
	color: #9b8f95;
}

.article-home p > em:last-child {
	display: block;
	width: 90%;
	margin: 0.9rem auto 0;
	padding-top: 0.7rem;
	border-top: 1px solid #292629;
	text-align: center;
	letter-spacing: 0.4px;
}


/* ========== CONTAINERS EDITORIAIS CONSOLIDADOS ========== */
.container-corpo-apresentacao1 {
	width: 99%;
	max-width: 960px;
	float: left;
	position: relative;
	margin-left: 0.5%;
	margin-bottom: 2%;
	padding: 1px;
	background-color: #202021;
	border: 1px solid rgba(80, 78, 80, 0.35);
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.38);
	overflow: hidden;
}

.container-corpo-apresentacao1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.8rem;
	height: 1px;
	background: linear-gradient(to right, #b81971, #5d1639, transparent);
	z-index: 8;
}

.container-corpo-apresentacao1::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2.8rem;
	height: 1px;
	background: linear-gradient(to left, #811346, #4a132f, transparent);
	z-index: 8;
}

.container-corpo-apresentacao2 {
	width: calc(100% - 2px);
	float: left;
	position: relative;
	margin-left: 1px;
	margin-right: 1px;
	padding: 0;
	background-color: #101110;
	border-left: 1px solid rgba(65, 62, 65, 0.32);
	border-right: 1px solid rgba(65, 62, 65, 0.32);
	box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.45);
}

.container-corpo-apresentacao2::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #171717, #6d123c, #b81971, #6d123c, #171717);
	box-shadow: 0 1px 0 #050505;
}

.container-corpo-apresentacao2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	background: linear-gradient(to right, #171717, #6d123c, #b81971, #6d123c, #171717);
	box-shadow: 0 -1px 0 #050505;
}

.apresentacao1 {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
}

.apresentacao2 {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
}

.article-home .apresentacao2::before {
	content: "";
	display: block;
	width: 96%;
	height: 1px;
	margin: 0.45rem auto 0;
	background: linear-gradient(to right, transparent, #353236, #565057, #353236, transparent);
	opacity: 0.7;
}

/* ========== VARIAÇÃO SUTIL ENTRE BLOCOS ========== */
.article-home .container-corpo-apresentacao1:nth-of-type(even) .container-corpo-apresentacao2 {
	background:
		linear-gradient(to bottom, rgba(33, 30, 32, 0.16), transparent 22%),
		#101110;
}

.article-home .container-corpo-apresentacao1:nth-of-type(odd) .container-corpo-apresentacao2 {
	background:
		linear-gradient(to bottom, rgba(43, 37, 40, 0.12), transparent 20%),
		#101110;
}

/* ========== TÍTULOS PRINCIPAIS DOS BLOCOS ========== */
.article-home section > h2:first-child,
.article-home header > h2:first-child,
.article-home nav > h2:first-child {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 0.8rem;
	padding-bottom: 0;
	text-align: center;
}

.article-home section > h2:first-child::after,
.article-home header > h2:first-child::after,
.article-home nav > h2:first-child::after {
	content: "";
	display: block;
	width: 84%;
	height: 1px;
	margin: 0.75rem auto 0;
	background: linear-gradient(to right, transparent, #40393f, #7d4a66, #40393f, transparent);
}




.detalhe1-outras-opcoes-cima {
	width: 100%;
	height: 0.5vw;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #252526;
}

.detalhe2-outras-opcoes-cima {
	width: 100%;
	height: 1.7vw;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #161616;
	border-top: 1px solid #202022;
}

.detalhe3-outras-opcoes-cima {
	width: 100%;
	height: 9vw;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #161616;
	border-top: 1px solid #262629;
}

.detalhe4-outras-opcoes-cima{
	width: 100%;
	height: 2px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #530020;
}

.detalhe5-outras-opcoes-cima {
	width: 100%;
	height: 5px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #0a0a0a;
}

.detalhe1-baixo {
	width: 100%;
	height: 3px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #0a0a0a;
}

.detalhe2-baixo {
	width: 100%;
	height: 1.4vw;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #161616;
	border-bottom: 1px solid #262629;
}

.detalhe3-baixo {
	width: 100%;
	height: 1.1vw;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #161616;
	border-bottom: 1px solid #202022;
}

.detalhe4-baixo {
	width: 100%;
	height: 0.5vw;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background-color: #252526;
}

.container-texto-corpo {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #1c1c1e;
    padding: 1px 1% 1px 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-texto-corpo2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #1c1c1e;
    padding: 2%;

}

.aviso-texto {
	width: 100%;
	float: left;
	color: rgb(143, 141, 130);
	letter-spacing: 0;
	font-weight: 300;
	font-family: Verdana;
	font-size: 3vw;
	text-align: justify;
	padding-left: 1.8%;
	padding-right: 1.8%;
}



/* ========== CIDADES: ESTRUTURA VISUAL CONSOLIDADA ========== */
.texto-espacamento-cidades,
.texto-espacamento-cidades-secundarias,
.texto-espacamento-outras-cidades {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 1.2rem;
	margin-bottom: 0.7rem;
	padding: 0.45rem 1rem 0.7rem;
	color: #8f8d82;
	font-family: Verdana, Arial, sans-serif;
	font-size: clamp(1rem, 3.3vw, 1.125rem);
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 1.5px;
	text-align: center;
	text-transform: uppercase;
}

.texto-espacamento-cidades::after,
.texto-espacamento-cidades-secundarias::after,
.texto-espacamento-outras-cidades::after {
	content: "";
	display: block;
	width: 86%;
	height: 1px;
	margin: 0.65rem auto 0;
	background: linear-gradient(
		to right,
		transparent,
		#3a3639,
		#6c5361,
		#3a3639,
		transparent
	);
}

.espacamento-cidades,
.espacamento-cidades-secundarias,
.espacamento-outras-cidades {
	width: 96.6%;
	height: 1px;
	float: left;
	margin: 1% 1.7%;
	background: linear-gradient(
		to right,
		transparent,
		#3a3739,
		#686065,
		#3a3739,
		transparent
	);
	opacity: 0.8;
}

.espacamento-cidades2,
.espacamento-cidades2-secundarias,
.espacamento-outras-cidades2 {
	width: 96.6%;
	height: 1px;
	float: left;
	margin: 1% 1.7% 7%;
	background: linear-gradient(
		to right,
		transparent,
		#2c282b,
		#741743,
		#2c282b,
		transparent
	);
	opacity: 0.75;
}

.espacamento-final {
	width: 96.6%;
	height: 1px;
	float: left;
	margin: 1% 1.7%;
	background: linear-gradient(
		to right,
		transparent,
		#353137,
		#696066,
		#353137,
		transparent
	);
}

/* ========== CAIXAS EXTERNAS DAS CIDADES ========== */
.caixa-texto,
.caixa-texto-secundarias,
.caixa-texto-outras-cidades {
	width: 47%;
	min-width: 0;
	float: left;
	display: block;
	margin: 1.5%;
}

/* ========== BOTÕES DAS CIDADES ========== */
.caixa-texto2,
.caixa-texto2-secundarias,
.caixa-texto-outras-cidades2,
.caixa-texto-outras-cidades3 {
	width: 100%;
	min-height: 3.5rem;
	float: left;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 2%;
	background:
		linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0.025),
			transparent 18%
		),
		linear-gradient(
			#1a1a19,
			#252525,
			#282827,
			#212121,
			#151514,
			#131313
		);
	border-top: 1px solid #59565a;
	border-right: 1px solid #080808;
	border-bottom: 1px solid #3a373a;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.025),
		inset 0 -8px 14px rgba(0, 0, 0, 0.3),
		0 2px 5px rgba(0, 0, 0, 0.35);
	transition:
		border-color 0.3s ease,
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.caixa-texto2,
.caixa-texto-outras-cidades3 {
	border-left: 2px solid #b81971;
}

.caixa-texto2-secundarias,
.caixa-texto-outras-cidades2 {
	border-left: 2px solid #8d3f6a;
}

.caixa-texto2::before,
.caixa-texto2-secundarias::before,
.caixa-texto-outras-cidades2::before,
.caixa-texto-outras-cidades3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #5c5559, #8b8388, #5c5559);
	opacity: 0.45;
}

.caixa-texto2::after,
.caixa-texto2-secundarias::after,
.caixa-texto-outras-cidades2::after,
.caixa-texto-outras-cidades3::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45%;
	height: 1px;
	background: linear-gradient(to left, #7e1549, transparent);
	opacity: 0.7;
}

.caixa-texto2:hover,
.caixa-texto2-secundarias:hover,
.caixa-texto-outras-cidades2:hover,
.caixa-texto-outras-cidades3:hover {
	border-left-color: #d12b82;
	border-right-color: #8f2a5e;
	border-top-color: #777177;
	border-bottom-color: #524c51;
	transform: translateY(-1px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		inset 0 -8px 14px rgba(0, 0, 0, 0.3),
		0 4px 10px rgba(0, 0, 0, 0.5);
}

/* ========== TEXTOS DOS BOTÕES ========== */
.texto-botao-cidades,
.texto-botao-cidades-secundarias,
.texto-botao-outras-cidades,
.texto-botao-outras-cidades-capital {
	width: 100%;
	min-height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	color: #149b84;
	font-family: Verdana, Arial, sans-serif;
	font-size: clamp(0.85rem, 3vw, 1rem);
	font-style: italic;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.5px;
	text-align: center;
	text-shadow:
		0 0 4px rgba(0, 0, 0, 0.9),
		0 1px 2px #000;
	overflow-wrap: anywhere;
	word-break: normal;
	transition: color 0.3s ease;
}

.texto-botao-cidades,
.texto-botao-outras-cidades-capital {
	font-size: clamp(0.9rem, 3.1vw, 1rem);
}

.texto-botao-cidades:hover,
.texto-botao-cidades-secundarias:hover,
.texto-botao-outras-cidades:hover,
.texto-botao-outras-cidades-capital:hover {
	color: #68b9aa;
	text-shadow:
		0 0 5px rgba(29, 160, 138, 0.2),
		0 1px 2px #000;
}

/* ========== LINKS E FOCO DOS BOTÕES ========== */
.caixa-texto a,
.caixa-texto-secundarias a,
.caixa-texto-outras-cidades a {
	width: 100%;
	height: 100%;
	display: block;
}

.caixa-texto a:focus-visible .caixa-texto2,
.caixa-texto-secundarias a:focus-visible .caixa-texto2-secundarias,
.caixa-texto-outras-cidades a:focus-visible .caixa-texto-outras-cidades2,
.caixa-texto-outras-cidades a:focus-visible .caixa-texto-outras-cidades3 {
	border-left-color: #e44699;
	box-shadow:
		0 0 0 1px #b81971,
		0 4px 10px rgba(0, 0, 0, 0.5);
}

/* ========== FIM DO CORPO ========== */

/* ========== INICIO DO RODAPE ========== */

/* ========== INÍCIO DO RODAPÉ ORIGINAL ========== */
.container-rodape {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 15vw;
}

.detalhe-rodape {
	width: 99%;
	height: 11vw;
	background-color: #1c1c1e;
	position: absolute;
	margin-left: 0.5%;
	border-radius: 6px;
	z-index: 0;
}

.maxet {
	width: 20vw;
	margin-left: 2.9%;
	z-index: 10;
	position: absolute;
}

.maxet img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	vertical-align: middle;
}

.detalhe1-rodape {
	width: 97%;
	height: 11vw;
	background-color: #111211;
	border: 1px solid #252526;
	position: absolute;
	margin-left: 1.5%;
	z-index: 1;
}

.detalhe2-rodape {
	width: 97%;
	height: 6.8vw;
	background-color: #212421;
	background-image: linear-gradient(#282827, #323232, #31312f, #2d2d2d, #1a1a19, #131313);
	border-bottom: 1px solid #3d423d;
	border-top: 1px solid #3b403b;
	position: absolute;
	top: 2.1vw;
	margin-left: 1.5%;
	z-index: 2;
}

.caixa-texto-rodape {
	width: 100%;
	height: 6.8vw;
	position: absolute;
	top: 2.2vw;
	padding-left: 2%;
	vertical-align: middle;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}

.texto-rodape {
	float: left;
	width: 100%;
	color: rgb(143, 141, 130);
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.6vw;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 6.5vw;
	text-align: center;
}

/* ========== FIM DO RODAPÉ ORIGINAL ========== */
  




/* ========== INICIO BREAKPOINTS ========== */



@media only screen and (max-width: 319px) {


	.article-home .ul-article {
		width: 92%;
		padding: 0.9rem 0.8rem 0.6rem 2rem;
	}

	.article-home [itemtype="https://schema.org/FAQPage"] {
		width: 94%;
	}

	.article-home [itemprop="mainEntity"] {
		padding: 0.85rem;
	}

	.article-home nav p a {
		min-width: 82%;
	}


	.caixa-texto {
		width: 97%;
	}

	.caixa-texto-secundarias {
		width: 97%;
	}

	.caixa-texto-outras-cidades {
		width: 97%;
	}


	.texto-espacamento-cidades,
	.texto-espacamento-cidades-secundarias,
	.texto-espacamento-outras-cidades {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		letter-spacing: 1px;
	}

	.texto-espacamento-cidades::after,
	.texto-espacamento-cidades-secundarias::after,
	.texto-espacamento-outras-cidades::after {
		width: 90%;
	}

	.texto-botao-cidades,
	.texto-botao-cidades-secundarias,
	.texto-botao-outras-cidades,
	.texto-botao-outras-cidades-capital {
		letter-spacing: 1.2px;
	}

	.article-home section[aria-labelledby="titulo-condicoes-navegacao"],
	.article-home nav[aria-labelledby="titulo-links-institucionais"] {
		width: 94%;
		padding-left: 0.65rem;
		padding-right: 0.65rem;
	}

	.data-artigo {
		width: 92%;
	}

	.data-artigo::before,
	.data-artigo::after {
		width: 8%;
	}


	.article-home .apresentacao2 {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.article-home .apresentacao1::before {
		left: 0.2rem;
	}

	.article-home .apresentacao1::after {
		right: 0.2rem;
	}

	.article-home .apresentacao2 > section::before,
	.article-home .apresentacao2 > header::before,
	.article-home .apresentacao2 > nav::before {
		left: 0.45rem;
	}

	.article-home .apresentacao2 > section::after,
	.article-home .apresentacao2 > header::after,
	.article-home .apresentacao2 > nav::after {
		right: 0.45rem;
	}

	.article-home section,
	.article-home header,
	.article-home nav {
		padding-bottom: 0.45rem;
	}


.caixa-texto2 {
	padding: 3px;
}

.texto-botao-cidades {
	font-size: 3.6vw;
	line-height: 7vw;
}

.maxet {
	padding-top: 0.9%;
}

.texto-rodape {
	font-size: 2.3vw;
	padding-left: 17%;
}


}


/* ========== SMALL VIEWPORTS ========== */
@media only screen and (min-width: 320px) and (max-width: 480px) {

/* ========== TIPOGRAFIA EDITORIAL MOBILE ========== */

h1 {
	font-size: clamp(1.45rem, 5vw, 1.75rem);
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: 0.4px;
	text-align: center;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	margin-top: 0.4rem;
	margin-bottom: 0.9rem;
	text-wrap: balance;
}

h2 {
	font-size: clamp(1.2rem, 4.2vw, 1.45rem);
	font-weight: 300;
	line-height: 1.28;
	letter-spacing: 0.3px;
	text-align: center;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	text-wrap: balance;
}

h3 {
	font-size: clamp(1.05rem, 3.8vw, 1.2rem);
	font-weight: 300;
	line-height: 1.35;
	letter-spacing: 0.25px;
	text-align: center;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	margin-top: 0.6rem;
	margin-bottom: 0.7rem;
}

.article-home p,
.article-home li {
	font-size: 0.98rem;
	font-weight: 300;
	line-height: 1.75;
	letter-spacing: 0.15px;
}

	.article-home .ul-article {
		width: 88%;
		margin-left: 6%;
		margin-right: 6%;
		padding-left: 1.2rem;
		font-size: 1rem;
		line-height: 1.55;
	}

	.article-home .li-article {
		text-align: left;
	}

	.data-artigo {
		font-size: 0.8rem;
		line-height: 1.4;
		padding-left: 1rem;
		padding-right: 1rem;
	}


	.article-home .ul-article {
		width: 92%;
		padding: 0.9rem 0.8rem 0.6rem 2rem;
	}

	.article-home [itemtype="https://schema.org/FAQPage"] {
		width: 94%;
	}

	.article-home [itemprop="mainEntity"] {
		padding: 0.85rem;
	}

	.article-home nav p a {
		min-width: 82%;
	}

	.caixa-texto,
	.caixa-texto-secundarias,
	.caixa-texto-outras-cidades {
		width: 97%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.caixa-texto2 {
		padding: 5px;
	}

	.caixa-texto2-secundarias,
	.caixa-texto-outras-cidades2,
	.caixa-texto-outras-cidades3 {
		padding: 1%;
	}

	.texto-botao-cidades,
	.texto-botao-outras-cidades,
	.texto-botao-outras-cidades-capital {
		letter-spacing: 2px;
	}

	.texto-botao-cidades-secundarias {
		letter-spacing: 3px;
	}

	.caixa-texto2,
	.caixa-texto2-secundarias,
	.caixa-texto-outras-cidades2,
	.caixa-texto-outras-cidades3 {
		min-height: 3.75rem;
	}

	.texto-botao-cidades,
	.texto-botao-cidades-secundarias,
	.texto-botao-outras-cidades,
	.texto-botao-outras-cidades-capital {
		min-height: 3rem;
		padding: 0.6rem 0.75rem;
	}


	.texto-espacamento-cidades,
	.texto-espacamento-cidades-secundarias,
	.texto-espacamento-outras-cidades {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		letter-spacing: 1px;
	}

	.texto-espacamento-cidades::after,
	.texto-espacamento-cidades-secundarias::after,
	.texto-espacamento-outras-cidades::after {
		width: 90%;
	}

	.texto-botao-cidades,
	.texto-botao-cidades-secundarias,
	.texto-botao-outras-cidades,
	.texto-botao-outras-cidades-capital {
		letter-spacing: 1.2px;
	}


	.article-home section[aria-labelledby="titulo-condicoes-navegacao"],
	.article-home nav[aria-labelledby="titulo-links-institucionais"] {
		width: 94%;
		padding-left: 0.65rem;
		padding-right: 0.65rem;
	}

	.data-artigo {
		width: 92%;
	}

	.data-artigo::before,
	.data-artigo::after {
		width: 8%;
	}


	.article-home .apresentacao2 {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.article-home .apresentacao1::before {
		left: 0.2rem;
	}

	.article-home .apresentacao1::after {
		right: 0.2rem;
	}

	.article-home .apresentacao2 > section::before,
	.article-home .apresentacao2 > header::before,
	.article-home .apresentacao2 > nav::before {
		left: 0.45rem;
	}

	.article-home .apresentacao2 > section::after,
	.article-home .apresentacao2 > header::after,
	.article-home .apresentacao2 > nav::after {
		right: 0.45rem;
	}

	.article-home section,
	.article-home header,
	.article-home nav {
		padding-bottom: 0.45rem;
	}



	.maxet {
		padding-top: 0.9%;
	}

	.texto-rodape {
		font-size: 2.2vw;
		padding-left: 17%;
	}

}

/* ========== MEDIUM VIEPORTS ========== */
@media only screen and (min-width: 481px) and (max-width: 840px) {


	.article-home .ul-article {
		font-size: 3vw;
		line-height: 3.5vw;
	}

	.data-artigo {
		font-size: 2vw;
		line-height: 2.8vw;
	}


	.aviso-texto {
		font-size: 1.8vw;
	}
	

	.texto-botao-cidades {
		letter-spacing: 0px;
	}

	.texto-botao-cidades-secundarias {
		letter-spacing: 0px;
	}

	.texto-botao-outras-cidades {
		letter-spacing: 0px;
	}

	.texto-botao-outras-cidades-capital {
		letter-spacing: 0px;
	}

.maxet {
	padding-top: 0.9%;
}

.texto-rodape {
	font-size: 2.2vw;
	padding-left: 17%;
}


}


/* ========== LARGE VIEPORTS ========== */
@media only screen and (min-width: 841px) {


	.article-home .ul-article {
		font-size: 22px;
		line-height: 29px;
	}

	.data-artigo {
		font-size: 14px;
		line-height: 20px;
	}


    .espacamento-cima-topo {
        height: 18px;   
    }
    
	.logomarca-container {
		width: 100%;
		float: left;
	}

	.logomarca {
		width: 183px;
	}

	.bandeira-azul {
		width: 31px;
		top: 71px;
		margin-left: 19px;
	}

	.bandeira-amarelo {
		width: 33px;
		top: 79px;
		margin-left: 20px;
	}

	.bandeira-verde {
		width: 35px;
		top: 86px;
		margin-left: 20px;
	}

	.detalhe-logomarca {
		height: 132px;
		top: 62px;
	}

	.detalhe1-logomarca {
		height: 132px;
		top: 62px;
	}

	.detalhe2-logomarca {
		height: 60px;
		top: 98px;
	}

	.caixa-texto-logomarca {
		width: 75%;
		height: 60px;
		left: 23%;
		padding-left: 5%;
		top: 114px;
	}

	.texto-logomarca {
		letter-spacing: 3px;
		font-size: 20px;
		line-height: 30px;
	}


/* ========== INICIO DO CORPO ========== */

	.aviso-texto {
	
		letter-spacing: 1px;      
		font-size: 20px;
		line-height:30px;
		color: rgb(143, 141, 130);
	}



	.texto-botao-cidades {
		letter-spacing: 2px;
	}

	.caixa-texto {
		width: 30.3%;
	}

	.espacamento-cidades2 {
		margin-bottom: 35px;
	}

	.caixa-texto-secundarias {
		width: 30.3%;
	}



	.texto-botao-cidades-secundarias {
		letter-spacing: 0px;
	}

	.caixa-texto-outras-cidades {
		width: 30.3%;
	}


	.texto-botao-outras-cidades {
		letter-spacing: 0px;
	}

	.texto-botao-outras-cidades-capital {
		letter-spacing: 0px;
	}


/* ========== INICIO DO RODAPE ========== */


	.container-rodape {
		margin-bottom: 117px;
	}

	.detalhe-rodape {
		height: 107px;
		margin-left: 0.5%;
	}

	.maxet {
		width: 130px;
		margin-left: 30px;
		top: 23px;
	}

	.detalhe1-rodape {
		height: 107px;
		margin-left: 1.5%;
	}

	.detalhe2-rodape {
		height: 68px;
		top: 20px;
		margin-left: 1.5%;
	}

	.caixa-texto-rodape {
		height: 68px;
		top: 18px;
		padding-left: 20px;
	}

	.texto-rodape {
		letter-spacing: 3px;
		font-size: 16px;
		line-height: 68px;
	}



}


