/*
Theme Name: Reforma da Previdência dos Servidores 2
Theme URI: https://jundiai.sp.gov.br/previdencia-servidores/
Author: CIJUN
Author URI: https://cijun.sp.gov.br/
Template: prefeituradejundiai-capa-5.0
Description: Hotsite da Reforma da Previdência dos Servidores Públicos
Version: 2.0
*/

/* tabela de cores */
/*
azul gestão		#003371
turquesa		#00a898
verde			#70be43
amarelo			#ffdd00
laranja			#faa518
magenta			#b41d8d
ciano			#00b9f1
azul			#0474bc
*/

/* ----- ELEMENTOS BÁSICOS ------------------------------------------------------ */

html {
	scroll-behavior: smooth;
}

body,
input,
textarea,
select,
button {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

a:link,
a:visited {
	color: #003371;
}

a:active,
a:focus {
	color: #ed1c24;
}

a:hover {
	color: #00b9f1;
}

p {
	word-break: break-word;
}

b, strong {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	color: #003371;
	margin: 0 0 1em;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
}

.contraste h1,
.contraste h2 {
	color: #fff;
}

h2 {
	color: #333;
	margin: 2em 0 1em;
	font-size: 24px;
	font-weight: 800;
}

h3 {
	margin: 2em 0 1em;
	font-size: 20px;
	font-weight: 600;
}

h4 {
	margin: 2em 0 1em;
	font-size: 18px;
	font-weight: 600;
}

hr {
	margin: 40px auto;
}

.aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.pagina li {
	margin-bottom: 0.5em;
}

.wp-block-group.has-background,
p.has-background {
	border-radius: 10px;
	padding: 1.25em !important;
}

.pagina p a[href$=".pdf"] > sub,
.pagina p sub a[href$=".pdf"] {
	background: none;
	padding-left: 0;
}

/* ----- IMAGEM DO HEADER ------------------------------------------------------- */

#header-hotsite {}

#header-hotsite img {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
}

/* ----- MENU DO TOPO ----------------------------------------------------------- */

#menu-topo {
	margin: 2em 0;
	list-style: none;
	text-align: center;
}

#menu-topo li {
	margin-bottom: 1em;
}

#menu-topo li:before {
	content: none;
}

#menu-topo a {
	background: #003371;
	color: #fff;
	display: block;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}

.contraste #menu-topo a,
.contraste #menu-topo a:hover {
	background: transparent;
	color: #E1FE0A;
	border: 1px solid #E1FE0A;
}

#menu-topo a:hover {
	background: #333;
}

@media only screen and (min-width: 960px) {

	#menu-topo {
		margin: 0 0 4em;
		display: flex;
		gap: 10px;
		justify-content: flex-end;
		align-items: stretch;
		align-content: center;
	}

	#menu-topo li {
		flex-grow: 1;
		flex-basis: 100%;
	}

	#menu-topo a {
		padding: 15px;
		font-size: 20px;
	}

}

/* ----- CONTEÚDO --------------------------------------------------------------- */

.pagina {
	margin-top: 4em;
}

.subpagina-titulo,
.subsubpagina-titulo {
	background-image: url(//src.cijun.sp.gov.br/img/media/filled-version/SVG/97-arrows/arrow-down-12.svg);
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	padding-left: 25px;
	cursor: pointer;
}

.subsubpagina-titulo {
	background-size: 12px 12px;
	padding-left: 20px;
}

.subpagina-titulo.abre,
.subsubpagina-titulo.abre {
	background-image: url(//src.cijun.sp.gov.br/img/media/filled-version/SVG/97-arrows/arrow-up-12.svg);
}

.subpagina-texto,
.subsubpagina-texto {
	display: none;
	margin-bottom: 3em;
}

.subpagina-texto {
	padding-left: 25px;
}

.subsubpagina-conteudo {

}

/* ----- RODAPÉ ----------------------------------------------------------------- */

#desenvolvido-por {
	color: #999;
}