/*
Theme Name: Mundo das Crianças DAE 2.4
Theme URI: https://mundodascriancasjundiai.com.br/
Author: CIJUN
Author URI: https://cijun.sp.gov.br/
Description: Site do Mundo das Crianças
Version: 2.4
*/

/* ----- TABELA DE CORES ----------------------------------------------------------------------- */

:root {
	--azul: #006eb7;
	--azul-escuro: #004b7e;
	--ciano: #00b0eb;
	--laranja: #f15725;
	--verde: #77b72a;
	--verde-claro: #87c744;
	--verde-escuro: #47731C;
	--petroleo: #278950;
	--amarelo: #f6ab13;
	--vermelho: #ff1515;
	--fundo: #d9d9d9;
	--magenta: #b70d7f;
	--petroleo: #088A4F;
	--amarelo-claro: #fff69b;
}

.azul {
	color: var(--azul);
}

.ciano {
	color: var(--ciano);
}

.laranja {
	color: var(--laranja);
}

.verde {
	color: var(--verde);
}

.verde-claro {
	color: var(--verde-claro);
}

.verde-escuro {
	color: var(--verde-escuro);
}

.amarelo {
	color: var(--amarelo);
}

.vermelho {
	color: var(--vermelho);
}

.magenta {
	color: var(--magenta);
}

.petroleo {
	color: var(--petroleo);
}

.amarelo-claro {
	color: var(--amarelo-claro);
}


/* ----- TIPOGRAFIA ---------------------------------------------------------------------------- */

@font-face {
	font-family: 'DKHobgoblin';
	src: url('assets/fonts/DKHobgoblin.woff2') format('woff2'),
	     url('assets/fonts/DKHobgoblin.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/* ----- ELEMENTOS BÁSICOS --------------------------------------------------------------------- */

body,
input,
textarea,
select,
button {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

body {
	background: #fff;
	color: #000;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

h1 {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
}

h2 {
	margin: 30px 0 20px;
	font-size: 30px;
	font-weight: 700;
}

h3 {
	margin: 25px 0 15px;
	font-size: 24px;
	font-weight: 700;
}

h4 {
	margin: 20px 0 10px;
	font-size: 22px;
	font-weight: 700;
}

h5 {
	margin: 20px 0 10px;
	font-size: 18px;
	font-weight: 700;
}

h6 {
	margin: 20px 0 10px;
	font-size: 16px;
	font-weight: 700;
}

b, strong {
	font-weight: 700;
}

.clear {
	line-height: 0;
	height: 0;
	display: block;
}

.hidden {
	display: none;
}

.container {
	min-width: 300px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	background: #fff;
}

a:link,
a:visited {
	color: var(--azul);
}

a:active,
a:focus {
	color: var(--vermelho);
}

a:hover {
	color: var(--laranja);
}


/* ----- MÍDIAS SOCIAIS ------------------------------------------------------------------------ */

.midias-sociais {
	width: auto;
	margin: 20px auto 0;
	display: table;
}

.midias-sociais a {
	background-size: 16px 16px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px;
	width: 25px;
	height: 25px;
	display: block;
	text-indent: -100000px;
}

.midias-sociais a.facebook {
	background-color: var(--azul);
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-branco-facebook.svg);
}

.midias-sociais a.instagram {
	background-color: var(--magenta);
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-branco-instagram.svg);
}

.midias-sociais a.youtube {
	background-color: var(--amarelo);
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-branco-youtube.svg);
}

.midias-sociais a.tiktok {
	background-color: var(--verde);
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-branco-tiktok.svg);
}


/* ----- HEADER -------------------------------------------------------------------------------- */

#header {
	background: var(--azul-escuro);
	position: relative;
	padding: 20px;
}

.home #header {
	padding: 0;
}

/* logotipo - não é mostrado na home */

#header .titulo {
	background-image: url(images/mundo-das-criancas.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
	width: 150px;
	height: 140px;
	display: block;
	position: relative;
	text-indent: -1000000px;
	z-index: 110;
}

.home #header .titulo {
	display: none;
}

/* quando é usada uma imagem no header */

#header .imagem-header {
	display: none;
}

.home #header .imagem-header {
	display: block;
	width: 100%;
	height: auto;
}

/* quando é usado um vídeo no header */

#cobertura {
	display: none;
}

.home #cobertura {
	height: 180px;
	display: block;
	overflow: hidden;
	position: relative;
}

#cobertura .video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}

.#cobertura video-cobertura #video-desktop {
	display: none;
}

/* outros elementos do cabeçalho */

#header .midias-sociais {
	position: absolute;
	top: 45px;
	right: 10px;
}

#header-foguete-1,
#header-foguete-2 {
	display: none;
}

@media only screen and (min-width: 1100px) {

	#header {
		height: 240px;
	}

	.home #header,
	.home #cobertura {
		height: 500px;
		overflow: hidden;
	}

	#header .titulo {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}

	.home #header .titulo {
		background-image: url(images/mundo-das-criancas.png);
		width: 200px;
		height: 185px;
		display: block;
		top: 20px;
		left: 20px;
		transform: none;
	}

	.#cobertura video-cobertura #video-mobile {
		display: none;
	}

	.#cobertura video-cobertura #video-desktop {
		display: block;
	}

	.home #header .imagem-header {
		width: auto;
		height: 500px;
		margin: auto;
	}

	#header .midias-sociais {
		top: 50px;
		right: 30px;
		z-index: 100;
	}

	.home #header .midias-sociais {
		top: 60px;
	}

	#header .midias-sociais a {
		background-size: 25px 25px;
		width: 40px;
		height: 40px;
		margin: 10px;
	}

	#header-foguete-1 {
		background-image: url(images/header-foguete-1.png), url(images/header-onda.png);
		background-repeat: no-repeat;
		background-position: bottom left, top right;
		background-size: auto 240px, auto 220px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		height: 240px;
		z-index: 1;
	}

	.logged-in #header-foguete-1 {
		top: 32px;
	}

	.home #header-foguete-1 {
		background-size: auto 400px, auto 260px;
		height: 500px;
	}

	.home #header-foguete-2 {
		background-image: url(images/header-foguete-2.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: auto 142px;
		display: block;
		position: absolute;
		/* top: 460px; */
		left: 0;
		min-width: 100%;
		height: 165px;
		z-index: 20;
	}

	.logged-in #header-foguete-2 {
		top: 531px;
	}

}


/* ----- MENU DO TOPO -------------------------------------------------------------------------- */

#menu-botao {
	background: var(--azul);
	color: #fff;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 40;
	text-decoration: none;
}

.menu-principal-container {
	background: var(--azul);
	width: calc(100% - 20px);
	position: absolute;
	top: 45px;
	left: 10px;
	z-index: 120;
	display: none;
}

#menu-principal a {
	color: #fff;
	padding: 10px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

#menu-principal a:hover {
	background: var(--ciano);
}

#menu-principal li {
	list-style: none;
	border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 1100px) {
	
	#menu-botao {
		display: none;
	}
	
	.menu-principal-container {
		background: none;
		width: calc(100% - 300px);
		top: 65px;
		left: 190px;
		display: block;
		z-index: 3;
	}

	.home .menu-principal-container {
		width: calc(100% - 350px);
		top: 55px;
		left: 250px;
	}

	#menu-principal a {
		background: var(--azul);
		border-radius: 20px;
		padding: 10px 15px;
		margin-bottom: 10px;
		line-height: 1;
		font-size: 14px;
		font-weight: 700;
		box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	}

	#menu-principal a:hover {
		padding: 12px 17px;
		margin: -2px -2px;
	}

	#menu-principal li {
		display: inline-block;
		margin: 0 5px;
		border-bottom: none;
	}

	#menu-principal li:nth-child(1) a,
	#menu-principal li:nth-child(6) a {
		background: var(--azul);
	}

	#menu-principal li:nth-child(2) a,
	#menu-principal li:nth-child(7) a {
		background: var(--verde);
	}

	#menu-principal li:nth-child(3) a,
	#menu-principal li:nth-child(8) a {
		background: var(--magenta);
	}

	#menu-principal li:nth-child(4) a {
		background: var(--amarelo);
	}

	#menu-principal li:nth-child(5) a {
		background: var(--ciano);
	}


}


/* ----- BUSCA --------------------------------------------------------------------------------- */

#busca-botao {
	background: var(--azul) url(//src.cijun.sp.gov.br/img/icones-busca/buscar-branco.svg) no-repeat center center/25px 25px;
	color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
	text-decoration: none;
	text-indent: -10000000px;
}

#busca {
	background: var(--azul);
	width: calc(100% - 20px);
	padding: 10px;
	position: absolute;
	top: 60px;
	right: 10px;
	z-index: 110;
	display: none;
}

#busca .busca-texto {
	background: var(--ciano);
	color: #fff;
	border: none;
	width: 80%;
}

#busca .busca-texto::placeholder {
	color: #fff;
}

#busca .busca-botao {
	background: var(--ciano);
	color: #fff;
	border: none;
	width: 20%;
}

@media only screen and (min-width: 800px) {

	#busca {
		max-width: 300px
	}

}

@media only screen and (min-width: 1220px) {

	#busca-botao {
		top: 20px;
		right: 40px;
	}

	#busca {
		top: 15px;
		right: 90px;
	}

	.home #busca-botao {
		top: 30px;
		right: 40px;
	}

	.home #busca {
		top: 25px;
	}

}


/* ----- AVISO DA HOME ------------------------------------------------------------------------- */

#aviso-home {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
}

#aviso-home img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 600px) {

	#aviso-home {
		height: fit-content;
	}

	#aviso-home img {
		width: 100%;
		height: auto;
		position: static;
		transform: none;
	}

}


/* ----- CONTEÚDO HOME ------------------------------------------------------------------------- */

.titulo-home {
	background: #fff;
	margin: 0 auto;
	padding: 10px;
	display: table;
	position: relative;
	z-index: 20;
	letter-spacing: -0.15em;
	line-height: 0.9;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.titulo-home span {
	font-size: 32px;
}

@media only screen and (min-width: 800px) {

	.titulo-home {
		background: transparent url(images/titulo-home.svg) no-repeat center center/100% 100%;
		width: 220px;
		height: 130px;
		padding: 50px 10px 0 0;
		filter: drop-shadow(5px 5px 0px #0002);
	}

	.titulo-home span {
		font-size: 34px;
	}

}


/* ----- ATRAÇÕES HOME ------------------------------------------------------------------------- */

#atracoes {
	background-color: var(--verde);
	background-size: 14px 14px;
	background-image:
		linear-gradient(to right, var(--verde-claro) 1px, transparent 1px),
		linear-gradient(to bottom, var(--verde-claro) 1px, transparent 1px);
	padding: 15px;
	position: relative;
}

#atracoes-links {
	max-width: 500px;
	margin: auto;
	list-style: none;
}

#atracoes-links li a {
	color: #fff;
	width: 80%;
	margin: 20px auto;
	padding: 10px;
	display: block;
    font-family: 'DKHobgoblin', sans-serif;
    font-weight: normal;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	transition: all .2s ease-in-out;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
}

#atracoes-links li a:hover {
	transform: scale(1.1);
}

#atracoes-links .atracoes-foguete a {
	background-color: var(--magenta);
}

#atracoes-links .atracoes-parkour a {
	background-color: var(--amarelo);
}

#atracoes-links .atracoes-espaco-das-aguas a {
	background-color: var(--verde-escuro);
}

#atracoes-links .atracoes-quadras a {
	background-color: var(--azul);
}

#atracoes-links .atracoes-alimentacao a {
	background-color: var(--verde-escuro);
}

#atracoes-links .atracoes-skate a {
	background-color: var(--laranja);
}

#atracoes-links .atracoes-pedalinhos a {
	background-color: var(--azul);
}

#atracoes-links .atracoes-prainha-e-fontes a {
	background-color: var(--magenta);
}

#atracoes-links .atracoes-calistenia a {
	background-color: var(--ciano);
}

#atracoes-links .atracoes-casa-da-arvore a {
	background-color: var(--ciano);
}

#atracoes-links .atracoes-espaco-pet a {
	background-color: var(--petroleo);
}

#atracoes-links .atracoes-playground a {
	background-color: var(--laranja);
}

#atracoes-links .atracoes-mirantes a {
	background-color: var(--amarelo);
}

@media only screen and (min-width: 600px) {

	#atracoes-links {
		margin-bottom: 30px;
		max-width: 600px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}

	#atracoes-links li a {
		margin-bottom: 0;
	}

}

@media only screen and (min-width: 800px) {

	#atracoes-links {
		max-width: 800px;
		grid-template-columns: 1fr 1fr 1fr;
	}

}

@media only screen and (min-width: 940px) {

	#atracoes {
		padding: 0;
		height: 475px;
	}

	#atracoes .container {
		background: url(images/atracoes.png) no-repeat center center;
		max-width: 100% !important;
		height: 475px;
		position: relative;
	}

	#atracoes .titulo-home {
		top: -30px;
	}

	#atracoes-links {
		width: 800px;
		height: 340px;
		display: block;
		position: absolute;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
	}

	#atracoes-links li a {
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top left;
		height: auto;
		margin: 0;
		padding: 0;
		border: none;
		position: absolute;
		line-height: 1;
		font-size: 24px;
		box-shadow: none;
		filter: drop-shadow(3px 3px 0px #00000025);
	}

	#atracoes-links .atracoes-foguete a {
		background-color: transparent;
		background-image: url(images/atracoes-foguete.svg);
		aspect-ratio: 280/205;
		width: 140px;
		padding-top: 35px;
		top: 7px;
		left: 92px;
	}

	#atracoes-links .atracoes-parkour a {
		background-color: transparent;
		background-image: url(images/atracoes-parkour.svg);
		aspect-ratio: 332/205;
		width: 125px;
		top: 30px;
		left: 266px;
		padding-top: 20px;
	}

	#atracoes-links .atracoes-espaco-das-aguas a {
		background-color: transparent;
		background-image: url(images/atracoes-espaco-das-aguas.svg);
		aspect-ratio: 308/205;
		width: 150px;
		top: 9px;
		left: 425px;
		padding-top: 25px;
	}

	#atracoes-links .atracoes-quadras a {
		background-color: transparent;
		background-image: url(images/atracoes-quadras.svg);
		aspect-ratio: 280/205;
		width: 140px;
		padding-top: 32px;
		top: 15px;
		left: 608px;
	}

	#atracoes-links .atracoes-alimentacao a {
		background-color: transparent;
		background-image: url(images/atracoes-alimentacao.svg);
		aspect-ratio: 325/205;
		width: 150px;
		padding-top: 25px;
		top: 130px;
		left: 0px;
	}

	#atracoes-links .atracoes-skate a {
		background-color: transparent;
		background-image: url(images/atracoes-skate.svg);
		aspect-ratio: 230/205;
		width: 120px;
		padding-top: 25px;
		top: 105px;
		left: 160px;
	}

	#atracoes-links .atracoes-pedalinhos a {
		background-color: transparent;
		background-image: url(images/atracoes-pedalinhos.svg);
		aspect-ratio: 318/205;
		width: 140px;
		padding-top: 25px;
		top: 110px;
		left: 340px;
	}

	#atracoes-links .atracoes-prainha-e-fontes a {
		background-color: transparent;
		background-image: url(images/atracoes-prainha-e-fontes.svg);
		aspect-ratio: 230/205;
		width: 140px;
		padding-top: 45px;
		top: 115px;
		left: 510px;
	}

	#atracoes-links .atracoes-calistenia a {
		background-color: transparent;
		background-image: url(images/atracoes-calistenia.svg);
		aspect-ratio: 205/205;
		width: 125px;
		padding-top: 45px;
		top: 95px;
		left: 675px;
	}

	#atracoes-links .atracoes-casa-da-arvore a {
		background-color: transparent;
		background-image: url(images/atracoes-casa-da-arvore.svg);
		aspect-ratio: 337/205;
		width: 145px;
		padding-top: 20px;
		top: 220px;
		left: 100px;
	}

	#atracoes-links .atracoes-espaco-pet a {
		background-color: transparent;
		background-image: url(images/atracoes-espaco-pet.svg);
		aspect-ratio: 260/205;
		width: 120px;
		padding: 25px 20px 0 10px;
		top: 190px;
		left: 280px;
	}

	#atracoes-links .atracoes-playground a {
		background-color: transparent;
		background-image: url(images/atracoes-playground.svg);
		aspect-ratio: 363/205;
		width: 150px;
		padding-top: 33px;
		top: 240px;
		left: 415px;
	}

	#atracoes-links .atracoes-mirantes a {
		background-color: transparent;
		background-image: url(images/atracoes-mirantes.svg);
		aspect-ratio: 300/205;
		width: 130px;
		padding-top: 23px;
		top: 230px;
		left: 620px;
	}

}


/* ----- MAPA MUNDO HOME ----------------------------------------------------------------------- */

#mapa-mundo {
	position: relative;
	aspect-ratio: 3000/1646;
}

#mapa {
	display: inline-block;
	position: absolute;
	top: 0;
}

#mapa img {
	max-width: 100%;
	display: block;
}

.pin,
.pin-legenda {
	display: none;
}

#mapa-mundo .titulo-home {
	top: 20px;
}


@media only screen and (min-width: 800px) {

	#mapa-mundo .titulo-home {
		padding-top: 35px;
		top: -60px;
	}

}

@media only screen and (min-width: 1024px) {

	.pin,
	.pin-legenda {
		background: #fff;
		color: #000;
		position: absolute;
		font-weight: 600;
		text-transform: uppercase;
	
		box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
	}

	.pin {
		width: 25px;
		height: 25px;
		display: block;
		line-height: 25px;
		text-align: center;
	
		-webkit-border-radius:  50%;
		-moz-border-radius:  50%;
		border-radius: 50%;
	}

	.pin:hover > .pin-legenda {
		display: block;
	}

	.pin-legenda {
		padding: 5px 8px;
		top: 50%;
		left: 30px;
		transform: translateY(-50%);
		white-space: nowrap;
		line-height: 1;
		font-size: 11px;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	#pin-01 {top: 85%; left: 5%;} /* entrada */
	#pin-02 {top: 91%; left: 35%;} /* estacionamento */
	#pin-03a {top: 77%; left: 19%;} /* escalada */
	#pin-03b {top: 12%; left: 66%;} /* escalada */
	#pin-04a {top: 84%; left: 23%;} /* parque infantil */
	#pin-04b {top: 15%; left: 61%;} /* parque infantil */
	#pin-04c {top: 21%; left: 68%;} /* parque infantil */
	#pin-05a {top: 82%; left: 26.5%;} /* sanitários */
	#pin-05b {top: 50%; left: 28%;} /* sanitários */
	#pin-05c {top: 53%; left: 76%;} /* sanitários */
	#pin-05d {top: 21%; left: 61%;} /* sanitários */
	#pin-06 {top: 71%; left: 27%;} /* quadras de tênis */
	#pin-07 {top: 64%; left: 24%;} /* quadras de basquete 3x3 */
	#pin-08 {top: 58%; left: 15%;} /* pista de skate */
	#pin-09 {top: 43%; left: 38%;} /* esplanada */
	#pin-10 {top: 44.5%; left: 30%;} /* pavilhão */
	#pin-11 {top: 38%; left: 28%;} /* mirante */
	#pin-12 {top: 33%; left: 34%;} /* lanchonete */
	#pin-13 {top: 40%; left: 42%;} /* parkour */
	#pin-14 {top: 17%; left: 44%;} /* quadras de areia */
	#pin-15 {top: 16%; left: 54%;} /* quadras de grama sintética */
	#pin-16 {top: 26%; left: 75%;} /* lazer livre */
	#pin-17 {top: 70%; left: 48%;} /* caminhos na mata */
	#pin-18 {top: 59%; left: 60%;} /* arena capivara */
	#pin-19 {top: 78%; left: 77%;} /* praça jaguatirica */
	#pin-20 {top: 58%; left: 89%;} /* foguete */
	#pin-21 {top: 55%; left: 97%;} /* casa da árvore */
	#pin-22 {top: 66%; left: 96%;} /* administração */

	#pin-21 .pin-legenda,
	#pin-22 .pin-legenda {
		left: -120px;
	}

}


/* ----- COMO CHEGAR HOME ---------------------------------------------------------------------- */

#como-chegar {
	background: var(--amarelo-claro);
	padding: 30px;
}

#como-chegar h2 {
	margin: 0 0 0.5em;
	text-transform: uppercase;
}

#como-chegar h2,
#como-chegar .endereco {
	text-align: center;
}

#como-chegar .mapa,
#como-chegar .assessoria {
	color: #fff;
	margin-top: 20px;
	padding: 15px;
	display: block;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#como-chegar .mapa {
	background: var(--verde);
}

#como-chegar .assessoria {
	background: var(--magenta);
}

#contato-home {
	margin-top: 40px;
}

/* menu */

.menu-home-container {
	margin-top: 60px;
}

#menu-home {
	list-style: none;
}

#menu-home a {
	background-color: #000;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 15px;
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#menu-home li:nth-child(1) a {
	background-color: var(--verde);
}

#menu-home li:nth-child(2) a {
	background-color: var(--amarelo);
}

#menu-home li:nth-child(3) a {
	background-color: var(--petroleo);
}

#menu-home li:nth-child(4) a {
	background-color: var(--azul);
}

#menu-home li:nth-child(5) a {
	background-color: var(--magenta);
}

@media only screen and (min-width: 800px) {

	#como-chegar {
		padding: 40px;
	}

	#contato-home {
		max-width: 800px;
		margin: 20px auto 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	#menu-home {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px 40px;
	}

	#menu-home a {
		margin-bottom: 0;
		border-radius: 0px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	#menu-home li:before {
		content: '';
		background-color: var(--fundo);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		height: 150px;
		display: block;
	}

	#menu-home li:nth-child(1):before {
		background-image: url(images/menu-home-1.jpg);
	}

	#menu-home li:nth-child(2):before {
		background-image: url(images/menu-home-2.jpg);
	}

	#menu-home li:nth-child(3):before {
		background-image: url(images/menu-home-3.jpg);
	}

	#menu-home li:nth-child(4):before {
		background-image: url(images/menu-home-4.jpg);
	}

	#menu-home li:nth-child(5):before {
		background-image: url(images/menu-home-5.jpg);
	}

}

@media only screen and (min-width: 1024px) {

	#menu-home {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 20px;
	}

	#menu-home a {
		font-size: 14px;
	}

}


/* ----- NOTÍCIAS DA HOME ---------------------------------------------------------------------- */

#noticias-portal {
	background: var(--amarelo-claro);
	padding: 20px;
}

#noticias-portal h2 {
	color: var(--azul);
	margin: 60px 0;
	text-align: center;
	text-transform: uppercase;
}

#noticias-portal a {
	color: var(--magenta);
}

#noticias-portal .noticias-lista {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	align-content: center;
    justify-items: center;
}

#noticias-portal .noticia-item {
	border: none;
    margin: 0;
    padding: 0;
}

.noticias-lista .noticia-foto {
	background-color: #00000010;
	background-position: center center;
	background-size: cover;
	margin-bottom: 1em;
	width: 100%;
	height: 250px;
}

#noticias-portal .saiba-mais {
    background: var(--azul);
    color: #fff !important;
    border-radius: 3px;
    width: fit-content;
	margin-bottom: 60px;
    max-width: 250px;
    padding: 10px;
    display: inline-block;
    float: right;
    clear: both;
	line-height: 1;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

@media only screen and (min-width: 600px) {

	#noticias-portal .noticias-lista {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media only screen and (min-width: 1024px) {

	#noticias-portal .noticias-lista {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

}


/* ----- ACOMPANHE NAS REDES SOCIAIS ----------------------------------------------------------- */

#acompanhe {
	background: var(--laranja);
	color: #fff;
	padding: 15px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

#acompanhe .midias-sociais a {
	background-size: 25px 25px;
	width: 40px;
	height: 40px;
	float: left;
}

@media only screen and (min-width: 1024px) {

	#acompanhe {
		font-size: 24px;
	}

	#acompanhe .acompanhe,
	#acompanhe .midias-sociais {
		margin-top: 0;
		display: inline-block;
		vertical-align: middle;
	}

}


/* ----- FAIXA COLORIDA ------------------------------------------------------------------------ */

.faixa {
    background: #003371;
    background: linear-gradient(to right, #00a898 0%, #00a898 14%, #70be43 14%, #70be43 29%, #ffdd00 29%, #ffdd00 43%, #faa518 43%, #faa518 57%, #b41d8d 57%, #b41d8d 72%, #00b9f1 72%, #00b9f1 86%, #0474bc 86%, #0474bc 100%);
	line-height: 20px;
}


/* ----- CONTEÚDO ------------------------------------------------------------------------------ */

.pagina {
	margin-bottom: 20px;
	padding: 20px;
}

.titulo-arquivo,
.titulo-pagina {
	color: var(--laranja);
	margin: 0 0 1.5em;
}

.titulo-arquivo {
	font-size: 24px;
	font-weight: 700;
}

.pagina ul,
.pagina ol {
	margin: 0.3em 0 0 1.2em;
}

.pagina li {
	margin-bottom: 0.3em;
}

@media only screen and (min-width: 1024px) {

	.noticia {
		width: calc(100% - 330px);
		float: left;
	}
	
}

@media only screen and (min-width: 1220px) {

	.pagina {
		padding: 40px;
	}

}


/* ----- INDEX --------------------------------------------------------------------------------- */

.lista-noticias .titulo-pagina {
	margin-top: 1em;
}

.noticias-lista {
	list-style: none;
}

.noticias-lista {
	margin: 1em 0 0 !important;
	list-style: none;
}

.noticias-lista li {
	border-bottom: 1px solid #eee;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

.noticias-lista .noticia-data {
	color: #999;
	font-size: 13px;
}

.noticias-lista img {
	height: auto;
	margin: 0 10px 0 0;
	float: left;
}

.noticias-lista a:link img,
.noticias-lista a:visited img {
	filter: opacity(80%);	
}

.noticias-lista a:hover img {
	filter: opacity(100%);
}

.noticias-lista .sem-imagem {
	display: none;
}

.noticias-lista .noticia-titulo {
	margin: 0.3em 0;
	font-size: 22px;
	font-weight: 700;
}

.noticias-lista a:link,
.noticias-lista a:visited {
	text-decoration: none;
}

.noticias-lista a:link .noticia-resumo,
.noticias-lista a:visited .noticia-resumo {
	color: #333;
}

.noticias-lista a:hover .noticia-resumo {
	color: #000;
}


/* ----- SINGLE -------------------------------------------------------------------------------- */

.noticia-data-hora,
.mais-sobre {
	color: #666;
	font-size: 80%;
}

.noticia-data-hora {
	margin: -1em 0 2em;
}

.sharethis-inline-share-buttons,
.mais-sobre {
	margin: 2em 0;
}


/* ----- PAGINAÇÃO ----------------------------------------------------------------------------- */

#paginacao {
	height: fit-content;
	margin: 3em auto;
	clear: both;
	display: table;
	line-height: 1;
	text-align: center;
}

#paginacao .nav {
	display: table;
	margin: auto;
}

#paginacao span,
#paginacao a {
	padding: 8px;
	display: block;
	font-weight: 400;
	text-decoration: none;
}

#paginacao .nav a,
#paginacao .current {
	float: left;
}

#paginacao .current {
	font-weight: 700;
}

#paginacao a:hover {
	background: var(--azul);
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}

#paginacao .current {
	background: none;
	color: #666;
}

#paginacao .label {
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
}

#paginacao .page {
	color: #666;
	padding: 10px;
}

@media only screen and (min-width: 800px) {

	#paginacao .label,
	#paginacao .nav {
		float: left;
		margin: 0;
	}

}


/* ----- SIDEBAR ------------------------------------------------------------------------------- */

#sidebar {
	border-top: 5px solid var(--azul-escuro);
	margin: 4em 20px;
	padding-top: 2em;
}

#sidebar .widget .widget-titulo {
	color: var(--laranja);
	font-size: 20px;
	font-weight: 700;
}

#sidebar .widget a:link,
#sidebar .widget a:visited {
	text-decoration: none;
}

#sidebar .widget a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 1024px) {

	#sidebar {
		border: none;
		width: 260px;
		margin: 4em 30px;
		padding: 0;
		float: right;
	}
	
}


/* ----- RODAPÉ -------------------------------------------------------------------------------- */

#rodape {
	background: var(--azul-escuro);
	color: #fff;
	padding: 30px;
	word-break: break-word;
}

#rodape a:link,
#rodape a:visited {
	color: #fff;
	text-decoration: none;
}

#rodape a:hover {
	color: #fff;
	text-decoration: underline;
}

#rodape .textwidget a:link,
#rodape .textwidget a:visited {
	text-decoration: underline;
}

#rodape .widget-titulo {
	margin: 0 0 0.5em;
	text-transform: uppercase;
}

/* grid */

#rodape-colunas {}

#rodape-colunas .coluna {
	margin-bottom: 40px;
}

#rodape-colunas h3 {
	margin: 0 0 0.5em;
}

/* menu */

#menu-rodape {
	margin-left: 0;
	list-style: none;
}

#menu-rodape li {
	margin-bottom: 0.3em;
}

/* logotipos dos apoios */

#rodape .coluna-apoio {
	background: #fff;
	color: #666;
	border-radius: 5px;
	margin-bottom: 3em;
	padding: 10px;
	font-size: 11px;
}

#rodape .apoio .titulo {
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#rodape .apoio .colunas {
    display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: stretch;
	align-self: center;
	justify-items: stretch;
}

#rodape .coluna-realizacao .colunas {
	grid-template-columns: 1fr 1fr 1fr;
}

#rodape .apoio .widget {
	height: 90px;
	margin-bottom: 0;
	position: relative;
	text-align: center;
}

#rodape .apoio .widget img {
	width: auto;
	height: 100%;
	max-height: 70px;
	margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* cijun */

#desenvolvido-por,
#privacidade {
	color: #fff;
	border-top: none;
	margin-top: 20px;
	padding: 0;
	line-height: 1.5;
	font-size: 12px;
	text-align: center;
}

#desenvolvido-por span,
#privacidade span {
	display: block;
}

@media only screen and (min-width: 600px) {

	#rodape-colunas {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		margin-bottom: 40px;
	}

	#rodape-colunas .coluna {
		margin-bottom: 0px;
	}

	#rodape-colunas .coluna-fale-conosco,
	#rodape-colunas .coluna-apoio {
		grid-column: span 2;
	}

	#rodape-colunas .coluna-apoio {
		height: 140px;
		display: grid;
		gap: 20px;
		grid-template-columns: 1fr 1fr;
	}

	#desenvolvido-por span {
		display: inline-block;
	}

	#privacidade .termos-de-uso,
	#privacidade .politica-de-cookies {
		display: inline-block;
	}

	#privacidade .termos-de-uso:before,
	#privacidade .politica-de-cookies:before {
		content: " | ";
	}

	#desenvolvido-por span:first-of-type:after {
		content: " | ";
	}

}

@media only screen and (min-width: 1024px) {
	
	#rodape-colunas {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 60px;
	}

	#rodape-colunas .coluna-fale-conosco {
		grid-column: span 1;
		grid-row: span 2;
	}

	#rodape-colunas .coluna-apoio {
		grid-column: span 2;
	}

	#rodape .coluna-apoio {
		padding: 15px 15px 0;
	}

	#rodape .apoio .colunas {
		gap: 10px;
	}

	#rodape .apoio .widget {
		height: 40px;
	}

	#rodape .apoio .widget img {
		top: 30px;
		max-height: 60px;
	}

	#desenvolvido-por,
	#privacidade {
		display: inline-block;
	}

	#desenvolvido-por span:last-of-type:after {
		content: " | ";
	}

}


/* ----- FORMULÁRIO DE CONTATO ----------------------------------------------------------------- */

#rodape .wpcf7-form {}

#rodape .wpcf7-form input,
#rodape .wpcf7-form textarea {
	border-radius: 5px;
	border: none;
	width: 100%;
	padding: 10px;
}

#rodape .wpcf7-form input[type="submit"] {
	background: var(--azul);
	color: #fff;
	text-transform: uppercase;
}

.pagina .wpcf7-form input,
.pagina .wpcf7-form textarea {
	border-radius: 5px;
	border:	1px solid #999;
	padding: 5px;
}

.pagina .wpcf7-form .wpcf7-list-item {
	display: block;
	margin: 0 0.3em;
}

.pagina .wpcf7-form .wpcf7-list-item.first {
	margin-top: 0.5em;
}

.pagina .wpcf7-form input[type="text"],
.pagina .wpcf7-form input[type="tel"],
.pagina .wpcf7-form input[type="email"],
.pagina .wpcf7-form input[type="number"],
.pagina .wpcf7-form input[type="submit"],
.pagina .wpcf7-form textarea {
	width: 100%;
	max-width: 450px;
}

.pagina .wpcf7-form input[type="submit"] {
	background: var(--azul);
	color: #fff;
	border: none;
	padding: 10px 15px;
	margin: 0 0 1em;
	display: block;
	text-transform: uppercase;
}


/* ----- RECAPTCHA ----------------------------------------------------------------------------- */

small.recaptcha {
	color: #999 !important;
	margin-top: -2em;
	display: block;
	line-height: 1.5;
}

small.recaptcha,
small.recaptcha a {
	font-size: 8px !important;
}

.grecaptcha-badge {
	visibility: hidden;
}


/* ----- POLÍTICA DE PRIVACIDADE --------------------------------------------------------------- */

/* bloco do tipo Grupo */
.privacidade-institucional {
	border: 2px solid #eee;
	margin-bottom: 1.5em;
	padding: 20px;
}

.privacidade-institucional p {
	margin-bottom: 0;
	line-height: 2em;
}

/* tabela */
.privacidade-tabela {
	border-collapse: collapse;
	margin-bottom: 2em;
}

.privacidade-tabela td,
.privacidade-tabela th {
	border: 1px solid #e5e5e5;
	padding: 10px;
	vertical-align: middle;
}

.privacidade-tabela td {
	font-size: 12px;
}

.privacidade-tabela th {
	background: #f5f5f5;
	font-weight: 600;
}

@media only screen and (min-width: 800px) {

	.privacidade-tabela td {
		font-size: 14px;
	}

}


/* ----- POP-UP DA LGPD ------------------------------------------------------------------------ */

#aviso-lgpd {
	background: #f5f5f5;
	border: 1px solid #eee;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 20px;
	display: block;
	position: fixed;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	z-index: 1000000;
}

#aviso-lgpd span {
	display: inline-block;
}

#aviso-lgpd button {
	background: #444;
	color: #fff;
	border: none;
	border-radius: 3px;
	margin: 20px auto 0;
	padding: 15px 40px;
	display: block;
	font-size: 20px;
}

@media only screen and (min-width: 600px) {
	
	#aviso-lgpd span {
		width: calc(100% - 120px);
		float: left;
	}

	#aviso-lgpd button {
		float: right;
		margin: 0;
	}

}