/*
Theme Name: Procon Jundiaí 4
Theme URI: https://procon.jundiai.sp.gov.br/
Author: CIJUN
Author URI: https://cijun.sp.gov.br/
Description: Site do Procon Jundiaí.
Version: 4.0
*/

/* tabela de cores
azul logo		#03326c
azul gestão		#003371
turquesa		#00a898
verde			#70be43
amarelo			#ffdd00
laranja			#faa518
magenta			#b41d8d
ciano			#00b9f1
azul			#0474bc
verde logo		#00a858
azul 			#003472
ciano			#00b9f0
*/

/* ----- ELEMENTOS BÁSICOS ------------------------------------------------------ */

body,
input,
textarea,
select,
button {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

h1 {
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: 600;
}

h2 {
	margin: 30px 0 20px;
	font-size: 24px;
	font-weight: 600;
}

h3 {
	margin: 25px 0 15px;
	font-size: 20px;
	font-weight: 600;
}

h4 {
	margin: 20px 0 10px;
	font-size: 18px;
	font-weight: 600;
}

h5 {
	margin: 20px 0 10px;
	font-size: 16px;
	font-weight: 600;
}

h6 {
	margin: 20px 0 10px;
	font-size: 14px;
	font-weight: 600;
}

.clear {
	line-height: 0;
}

#main,
.container {
	min-width: 300px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	margin-top: 20px;
}

a:link,
a:visited {
	color: #003472;
}

a:active,
a:focus {
	color: #ed1c24;
}

a:hover {
	color: #0474bc;
}

.wp-block-buttons {
	margin-bottom: 1.5em;
}

a.wp-block-button__link {
	color: #fff;
}

.wp-block-group.has-background {
	padding: 20px;
}

.wp-caption {
	border: none;
	margin-bottom: 2.5em;
	padding: 0;
}

@media only screen and (min-width: 1024px) {

	#main {
		margin-bottom: 40px;
	}

}

/* ----- CABEÇALHO -------------------------------------------------------------- */

#header {
	background: #f5f5f5 url(images/header.png) no-repeat top center/auto 200px;
	border-bottom: 5px solid #03326c;
	padding: 25px 15px 5px;
	position: relative;
	z-index: 20;

	-webkit-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:    0px 7px 10px 0px rgba(0,0,0,0.2);
	box-shadow:         0px 7px 10px 0px rgba(0,0,0,0.2);
}

#header .titulo {
	background-image: url(images/procon.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 250px;
	height: 70px;
	margin: 0 auto 40px;
	display: block;
	text-indent: -1000px;
	filter: drop-shadow(0px 0px 5px #fff) drop-shadow(1px 1px 0 #fff);
}

#header .consumidor.widget {
	margin-bottom: 0;
}

#header .consumidor img {
	background: #fff;
	border-radius: 5px;
	max-width: 200px;
	height: auto;
	margin: 10px auto 0;
	padding: 10px;
	display: block;
}

@media only screen and (min-width: 600px) {

	#header {
		background-size: auto 190px;
		border-top: 10px solid #03326c;
	}	

	#header .titulo {
		margin: 20px 0;
		float: left;
	}

	#header .consumidor {
		float: right;
		margin-top: 10px;
	}

}

@media only screen and (min-width: 800px) {

	#header {
		background-size: cover;
		background-position: center center;
	}

	#header .titulo {
		width: 320px;
		height: 90px;
	}

	#header .consumidor {
		max-width: 300px;
	}

}

/* ambientes de homologação e local */

#header.local:before,
#header.staging:before {
	color: #fff;
	border-radius: 5px 5px 0 0;
	padding: 10px;
	position: fixed;
	left: 10px;
	bottom: 0;
	z-index: 1000000000000;
	font-size: 11px;
	text-align: center;
	font-weight: 600;
}

#header.local:before {
	content: " WORDPRESS LOCAL ";
	background: rgba(0, 0, 0, 0.8);
}

#header.staging:before {
	content: " AMBIENTE DE TESTES ";
	background: var(--vermelho);	
}

/* ----- FORMULÁRIO DE BUSCA ---------------------------------------------------- */

#botao-buscar {
	color: #333;
	margin-bottom: 10px;
	margin-right: 20px;
	display: block;
	float: right;
	line-height: 1;
	text-decoration: none;
}

#botao-buscar .lupa {
	background: url('//src.cijun.sp.gov.br/img/icones-busca/buscar-preto-20x20.png') center center no-repeat;
	padding: 10px;
}

#botao-buscar span {
	display: inline-block;
	vertical-align: middle;
}

#searchform-principal {
	margin: 10px 0;
	padding-top: 10px;
	display: none;
	clear: both;
}

#searchform-principal .busca-texto {
	border-right: none;
	width: 90%;

	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

#searchform-principal .busca-botao {
	background: #fff url(https://src.cijun.sp.gov.br/img/icones-busca/buscar-cinza-16x16.png) center center no-repeat;
	color: transparent;
	border-left: none;
	width: 10%;

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius:    4px;
	-moz-border-radius-bottomright:     4px;
	-moz-border-radius-topright:        4px;
	border-bottom-right-radius:         4px;
	border-top-right-radius:            4px;
}

@media only screen and (min-width: 600px) {
	
	#botao-buscar {
		background: #f5f5f5;
		border-radius: 5px;
		padding: 0 8px;
	}
	
	#searchform-principal {
		margin: 0;
		padding-top: 40px;
	}

}

@media only screen and (min-width: 800px) {

	#botao-buscar {
		display: none;
	}

	#searchform-principal {
		width: 15%;
		min-width: 300px;
		margin-top: -60px;
		margin-bottom: 30px;
		float: right;
		display: block;
	}

}

/* ----- MENU MOBILE ------------------------------------------------------------ */

#botao-menu {
	color: #333;
	width: auto;
	margin-bottom: 10px;
	display: block;
	float: right;
	line-height: 1;
	text-decoration: none;
}

#botao-menu .hamburguer {
	font-size: 30px;
}

#botao-menu span {
	padding-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.menu-mobile-container {
	display: none;
	clear: both;
}

#menu-mobile {
	height: auto;
	list-style: none;
}

#menu-mobile li {
	border-bottom: 1px solid #DDD;
	display: block;
}

#menu-mobile ul li:last-child {
	border-bottom: none;
}

#menu-mobile a:link,
#menu-mobile a:visited {
	color: #333;
	padding: 10px;
	display: block;
	text-decoration: none;
}

#menu-mobile a:hover {
	background: #DDD;
	color: #000;
	text-decoration: none;
}

/* segundo nível */
#menu-mobile li ul {
	margin-left: 20px;
}

/* terceiro nível */
#menu-mobile li ul ul {
	margin-left: 40px;
}

/* quarto nível */
#menu-mobile li ul ul ul {
	display: none;
}

@media only screen and (min-width: 600px) {

	#botao-menu {
		background: #f5f5f5;
		border-radius: 5px;
		padding: 3px 8px;
	}

	.menu-mobile-container {
		padding-top: 20px;
	}
	
}


@media only screen and (min-width: 800px) {

	#botao-menu,
	.menu-mobile-container {
		display: none;
	}

}

/* ----- MENU SUPERIOR ---------------------------------------------------------- */

.menu-superior-container {
	display: none;
}

@media only screen and (min-width: 800px) {

	.menu-superior-container {
		background: #fff;
		border-bottom: 1px solid #DDD;
		height: auto;
		width: 100%;
		margin: 0 auto 0;
		padding: 10px 0 5px;
		display: table;
		clear: both;

		background: #fff -moz-linear-gradient(top,    rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
		background: #fff -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
		background: #fff linear-gradient(to bottom,   rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);

		-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
		-moz-box-shadow:    0px 2px 10px 0px rgba(0,0,0,0.2);
		box-shadow:         0px 2px 10px 0px rgba(0,0,0,0.2);
	}

	#menu-superior li a:link,
	#menu-superior li a:visited {
		color: #333;
		width: auto;
		height: auto;
		margin-bottom: 5px;
		padding: 5px 10px;
		float: right;
		font-size: 16px;
		text-decoration: none;
	}

	#menu-superior li a:hover,
	#menu-superior li a:active {
		background-color: #03326c;
		color: #fff;
		text-decoration: none;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;

		-webkit-transition: background 0.1s ease-in;
		-moz-transition: background 0.1s ease-in;
		-ms-transition: background 0.1s ease-in;
		-o-transition: background 0.1s ease-in;
		transition: background 0.1s ease-in;
	}

	/* segundo nivel */
	#menu-superior li ul {
		background-color: #EEE;
		border-bottom: 5px solid #03326c;
		width: 300px;
		margin-top: 30px;
		margin-left: 5px;

		-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
		-ms-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
		-o-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
		box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	}

	/* efeitinhos do segundo nível */
    #menu-superior > li ul.sub-menu {
		opacity: 0;

        -webkit-transform: scaleY(0);
        transform: scaleY(0);

        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;

        -webkit-transition-property: opacity, margin-top, -webkit-transform, left;
        transition-property: opacity, margin-top, transform, left;

        -webkit-transition-duration: 0.45s, 0.45s, 0.15s, 0s;
        transition-duration: 0.45s, 0.45s, 0.15s, 0s;

        -webkit-transition-delay: 0s, 0s, 0.1s, 0.5s;
        transition-delay: 0s, 0s, 0.1s, 0.5s;
    }

    #menu-superior li:hover > ul.sub-menu,
    #menu-superior li.open > ul.sub-menu {
        opacity: 1;

        -webkit-transform: scaleY(1);
        transform: scaleY(1);

        -webkit-transition-delay: 0.1s, 0.1s, 0.1s, 0s;
        transition-delay: 0.1s, 0.1s, 0.1s, 0s;
    }

	/* links do segundo nível */
	#menu-superior li li a:link,
	#menu-superior li li a:visited {
		background: #EEE;
		color: #000;
		border-bottom: 1px solid #DDD;
		width: 300px;
		margin: 0;
		padding: 10px;
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
	}

	#menu-superior li li a:hover,
	#menu-superior li li a:active {
		background: #fff;
		color: #000;
		text-decoration: none;

		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	/* terceiro nivel */
	#menu-superior li ul ul {
		margin-top: 0px;
		margin-left: 200px;
	}

	/* quarto nivel */
	#menu-superior li ul ul ul {
		display: none;
	}

}

/* ----- DESTAQUES -------------------------------------------------------------- */

#destaques-home {
	min-height: 400px;
	margin-bottom: 20px;
	padding: 20px;
}

#destaques-home .destaque-categoria {
	color: #022a68;
	border-bottom: 2px solid #022a68;
	margin: 0 0 20px;
	padding-bottom: 5px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

#destaques-home .destaques-titulo {
	display: none;
}

#destaques-home .destaque-lista {
	list-style: none;
	margin: 0;
	display: grid;
	gap: 30px;
}

#destaques-home .destaque-lista li {
	width: 100%;
}

#destaques-home img {
	display: none;
}

#destaques-home a:link,
#destaques-home a:visited {
	text-decoration: none;
}

#destaques-home .destaque-titulo {
	margin-bottom: 0.3em;
	line-height: 1.1;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#destaques-home .destaque-resumo {
	font-size: 13px;
}

#destaques-home .leia-mais {
	background: #03326c;
	color: #fff;
	margin-bottom: 40px;
	padding: 5px 8px;
	display: inline-block;
	float: right;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) {

	#destaques-home .destaque-lista {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#destaques-home img {
		width: 100%;
		height: auto;
		margin: 0 0 10px;
		display: block;
	}

	#destaques-home .destaque-titulo {
		font-size: 16px;
	}

}

@media only screen and (min-width: 1024px) {

	#destaques-home {
		width: 60%;
		float: left;
	}

}

/* ----- SERVIÇOS DA CAPA (LISTA DE LINKS) -------------------------------------- */

#servicos-home {
	background: #03326c;
	color: #fff;
	margin-top: 45px;
	margin-bottom: 30px;
	padding: 20px;
}

#servicos-home .servicos-titulo {
	color: #fff;
	border-bottom: 2px solid #fff;
	margin: 0 0 20px;
	padding-bottom: 5px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

#servicos-home a {
	color: #fff;
}

#servicos-home li {
	margin-bottom: 0.5em;
	list-style: none;
	display: table;
	page-break-inside: avoid;
}

#servicos-home li:before {
	color: #fff;
	content: "\00BB \20";
}

@media only screen and (min-width: 1024px) {

	#servicos-home {
		margin-top: 20px;
		margin-bottom: 50px;
	}
}

/* ----- BANNERS DA CAPA -------------------------------------------------------- */

#banners-home {
	padding: 20px 20px 0;
}

#banners-home img {
	width: 100%;
	/* max-width: 400px; */
	height: auto;
	margin: 0 auto 30px;
}

@media only screen and (min-width: 1024px) {

	#banners-home {
		padding: 0;
	}

}

/* ----- VÍDEOS DA CAPA --------------------------------------------------------- */

#videos-home {
	background: #E5E5E5;
	margin-bottom: -60px;
	padding: 20px 20px 0;
	position: relative;
	z-index: 10;
}

#videos-home .videos-lista {
	list-style: none;
	display: grid;
	gap: 30px;
}

#videos-home .videos-lista li {
	width: 100%;
}

#videos-home img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	display: block;
}

#videos-home .video-titulo {
	color: #003472;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#videos-home .leia-mais {
	background: #03326c;
	color: #fff;
	margin-bottom: 40px;
	padding: 5px 8px;
	display: inline-block;
	float: right;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

@media only screen and (min-width: 800px) {

	#videos-home .videos-lista {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media only screen and (min-width: 1024px) {

	#videos-home .videos-lista {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

}

/* ----- CONTEÚDO --------------------------------------------------------------- */

.conteudo-capa {
	margin-bottom: 20px;
}

.conteudo-capa .pagina {
	padding: 20px;
}

#conteudo {
	padding: 0 20px 40px;
}

#conteudo .titulo-pagina {
	color: #03326c;
	margin-top: 30px;
}

/* imagem destacada das páginas */

#conteudo .attachment-imagem-pagina {
	border-top: 5px solid #03326c;
	border-bottom: 5px solid #03326c;
}

#conteudo  iframe {
	display: block;
	max-width: 100%;
}

#conteudo ul ul,
#conteudo ol ol {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.pagina-inicial {
	margin-bottom: 20px;
}

/* altura mínima das páginas internas */

.pagina-interna {
	min-height: 400px;
}

@media only screen and (min-height: 800px) {

	.pagina-interna {
		min-height: 590px;
	}

}

@media only screen and (min-height: 1080px) {

	.pagina-interna {
		min-height: 700px;
	}

}

/* lista de notícias */

.arquivo-noticias {
	color: #666;
	font-size: 16px;
}

.lista-noticias .noticia-lista {
	min-height: 120px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
}

.lista-noticias .noticia-lista:last-child {
	border: none;
}

.lista-noticias img {
	border: 2px solid #DDD;
	width: 100px;
	height: 100px;
	margin: 0 10px 0 0;
	float: left;
}

.lista-noticias .thumb-video {
	width: 130px;
	height: 100px;
}

.lista-noticias .titulo-lista {
	margin-bottom: 0.3em;
	line-height: 1.1;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

/* noticias */

.data-hora {
	color: #555;
	margin-top: -20px;
	margin-bottom: 30px;
	font-size: 13px;
}

.mais-sobre {
	background: none;
	color: #555;
	border: none;
	margin-bottom: 20px;
	padding: 0;
	font-size: 13px;
}

/* share nas notícias */

#sociais {
	margin: 40px 0;
}

/* página com lista de sub-páginas */

.sub-paginas li {
	list-style: none;
}

.sub-paginas li:before {
	color: #333;
	content: "» \00a0";
}

@media only screen and (min-width: 1220px) {

	.conteudo-capa .pagina {
		padding: 20px 0;
	}

}

/* ----- VÍDEOS ----------------------------------------------------------------- */

.video-iframe {
	width: 100%;
	height: 300px;
	margin-bottom: 1em;
}

@media only screen and (min-width: 480px) {

	.video-iframe {
		height: 400px;
	}

}

@media only screen and (min-width: 640px) {

	.video-iframe {
		height: 500px;
	}

}

@media only screen and (min-width: 800px) {

	.video-iframe {
		height: 680px;
	}

}

/* ----- ICONES DE TIPOS DE ARQUIVOS -------------------------------------------- */

.pagina a[href$=".pdf"]:not(.wp-block-file__button),
.pagina a[href$=".doc"]:not(.wp-block-file__button),
.pagina a[href$=".docx"]:not(.wp-block-file__button),
.pagina a[href$=".xls"]:not(.wp-block-file__button),
.pagina a[href$=".xlsx"]:not(.wp-block-file__button) {
	background-repeat: no-repeat;
	padding-left: 20px;
}

.pagina a[href$=".pdf"]:not(.wp-block-file__button) /* link para arquivo PDF */
{
	background-image: url(https://src.cijun.sp.gov.br/img/icones-arquivos/arquivo-pdf-16x16.png);
}

.pagina a[href$=".doc"]:not(.wp-block-file__button),
.pagina a[href$=".docx"]:not(.wp-block-file__button) /* link para arquivo do Word */
{
	background-image: url(https://src.cijun.sp.gov.br/img/icones-arquivos/arquivo-doc-16x16.png);
}

.pagina a[href$=".xls"]:not(.wp-block-file__button),
.pagina a[href$=".xlsx"]:not(.wp-block-file__button) /* link para arquivo do Excel */
{
	background-image: url(https://src.cijun.sp.gov.br/img/icones-arquivos/arquivo-xls-16x16.png);
}

.pagina a[href$=".pdf"]:not(.wp-block-file__button) /* link para arquivo PDF */
{
	background-image: url(https://src.cijun.sp.gov.br/img/icones-arquivos/arquivo-pdf-16x16.png);
}

/* ----- PAGINAÇÃO -------------------------------------------------------------- */

.paginacao a:link,
.paginacao a:hover,
.paginacao a:visited,
.paginacao a:active {
	text-decoration: none !important;
}

.paginacao a:hover {
	background: #03326c;
}

@media only screen and (min-width: 600px) {

	.sub-pagina-imagem {
		width: 50%;
		padding: 10px;
		float: left;
	}

}

@media only screen and (min-width: 800px) {

	.noticia {
		width: 75%;
		float: left;
	}

}

@media only screen and (min-width: 1220px) {

	#conteudo {
		padding: 0;
	}

}

/* ----- SIDEBAR ---------------------------------------------------------------- */

#sidebar {
	border-top: 5px solid #222;
	padding: 20px 0;
}

#sidebar a:link,
#sidebar a:visited {
	color: #333;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar .widget {
	margin: 0 0 30px;
}

#sidebar .widget-titulo {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

#sidebar ul {
	margin: 0 0 1.5em 0;
	list-style: none;
	text-align: left;
}

#sidebar ul li {
	margin-bottom: 0.5em;
}

#sidebar ul li:before {
	color: #333;
	content: "» \00a0";
}

@media only screen and (min-width: 800px) {

	#sidebar {
		border-top: none;
		width: 20%;
		margin-top: 0;
		padding: 0;
		float: right;
	}

}

@media only screen and (min-width: 1024px) {

	#sidebar-home {
		width: 38%;
		float: right;
	}	
	
}

/* ----- RODAPÉ ----------------------------------------------------------------- */

#rodape {
	background-color: #111;
	color: #fff;
	margin-top: 60px;
	padding: 20px;

	background: #111 -moz-linear-gradient(top,    rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
	background: #111 -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
	background: #111 linear-gradient(to bottom,   rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
}

#rodape a:link,
#rodape a:visited {
	color: #fff;
	text-decoration: none;
}

#rodape a:hover {
	color: #00a858;
	text-decoration: underline;
}

#rodape .rodape-widget-texto {
	font-size: 16px;
	text-align: center;
}

#rodape .rodape-widget-imagem {
}

#rodape .widget-titulo {
	font-size: 16px;
}

#rodape .brasao {
	margin: 0 auto 20px;
}

#desenvolvido-por {
	color: #fff;
}

/* redes sociais */

#rodape .icones-sociais {
	width: 270px;
	height: 36px;
	margin: 0 auto;
	display: block;
}

#rodape .icones-sociais a {
	width: 36px;
	height: 36px;
	margin: 0 0 0 10px;
	border: 3px solid #fff;
	float: left;
}

#rodape .icones-sociais a:hover {
	border-color: #DDD;
}

#rodape .icones-sociais .feed {
	margin-left: 0;
}

@media only screen and (min-width: 600px) {

	#rodape .rodape-widget-texto {
		width: 50%;
		min-height: 150px;
		float: left;
		text-align: left;
	}

	#rodape .icones-sociais {
		float: right;
		margin-bottom: 20px;
	}
	
	#rodape .brasao {
		float: right;
		margin: 0 0 30px;
	}

}

@media only screen and (min-width: 1024px) {
	
	#rodape .rodape-widget-texto {
		margin-top: 2em;
	}
	
	#rodape .icones-sociais {
		margin-left: 200px;
	}
	
	#desenvolvido-por {
		margin-top: 20px;
	}
}

/* ----- POP-UP DA LGPD ------------------------------------------------------------------------ */

#aviso-lgpd {
	background: #eee;
	border: 1px solid #ddd;
	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: 10000000000;
	font-size: 14px;
}

#aviso-lgpd span {
	display: inline-block;
}

#aviso-lgpd button {
	background: #444;
	color: #fff;
	border: none;
	border-radius: 3px;
	margin: 20px auto 0;
	padding: 10px 40px;
	display: block;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
	
	#aviso-lgpd span {
		width: calc(100% - 120px);
		float: left;
	}

	#aviso-lgpd button {
		float: right;
		margin: 0;
	}

}

/* ----- IMPRESSÃO -------------------------------------------------------------- */

.print {
	display: none;
}

@media print {

	.print {
		display: block;
	}

	.no-print {
		display: none !important;
	}

	.url {
		margin-bottom: 1em;
		text-align: left;
	}

	#header-impresso {
		height: auto;
		margin-bottom: 0.5em;
		font-size: 22px;
		text-align: center;
	}

	#main {
		margin-top: 0;
	}

}

/* ----- SISTEMA ---------------------------------------------------------------- */

#headerCijun #header #botao-buscar,
#headerCijun #header #botao-menu,
#headerCijun #header #searchform-principal {
	display: none;
}

@media only screen and (min-height: 720px) {

	/* sistema, correção do rodapé */
	#footerCijun #rodape {
		margin-top: 350px;
	}

}

/* ----- TABELAS ---------------------------------------------------------------- */

.tabela-cinza-borda-branca,
.tabela-cinza-borda-branca th,
.tabela-cinza-borda-branca td {
	background: #EEE;
	border: 3px solid #fff;
}

.tabela-branca-borda-cinza,
.tabela-branca-borda-cinza th,
.tabela-branca-borda-cinza td {
	border: 1px solid #CCC;
}

.tabela-cinza-borda-branca th,
.tabela-branca-borda-cinza th {
	text-align: center;
	vertical-align: middle;
}

.tabela-branca-borda-cinza th {
	background: #F5F5F5;
}

/* ----- PLUGIN CONTACT FORM 7 -------------------------------------------------- */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="password"],
.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%;
}

.wpcf7-form input[type="file"] {
	color: #666;
	margin-top: 0.5em;
	font-size: 0.9em;
}

.wpcf7-form input[type="date"] {
	width: 200px;
}

.wpcf7-form input[readonly="readonly"] {
	background: #f5f5f5;
	color: #666;
}

.wpcf7-form .wpcf7-quiz-label,
.wpcf7-form .wpcf7-list-item {
	display: block;
}

.wpcf7-form .wpcf7-list-item {
	margin: 0.3em 0;
}

.wpcf7-form input[type="submit"] {
	margin: auto;
	padding: 10px 30px;
	display: block;
}