/*
Theme Name: Fundação Serra do Japi 3.0
Theme URI: https://serradojapi.jundiai.sp.gov.br/
Author: CIJUN
Author URI: http://cijun.sp.gov.br/
Description: Site da Fundação Serra do Japi.
Version: 3.0
*/

/* tabela de cores */
/*
verde sidebar	#e2eec3
verde claro		#678529
verde médio		#4c6715
verde escuro	#374f07
*/

/*
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;
}

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: #374f07;
}

a:active,
a:focus {
	color: #ed1c24;
}

a:hover {
	color: #003371;
}

/* ----- RESPONSIVO DOS ELEMENTOS BÁSICOS --------------------------------------- */

@media only screen and (min-width: 1024px) {

	#main {
		margin-bottom: 40px;
	}

}

/* ----- CABEÇALHO -------------------------------------------------------------- */

#header {
	background: #FFF;
	border-bottom: 5px solid #4c6715;
	padding: 15px 15px 10px;
	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/fundacao-serra-do-japi.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 130px;
	height: 60px;
	float: left;
	display: block;
	text-indent: -1000px;
}

#header .brasao {
	display: none;
}

/* ----- RESPONSIVO DO CABEÇALHO ------------------------------------------------ */

@media only screen and (min-width: 800px) {

	#header {
		border-bottom: none;
	}	

	#header .titulo {
		width: 261px;
		height: 120px;
		margin-bottom: 10px;
	}
	
	#header .brasao {
		display: block;
		float: right;
	}

}

/* ----- FORMULÁRIO DE BUSCA ---------------------------------------------------- */

#botao-buscar {
	color: #333;
	margin-top: 30px;
	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;
}

/* ----- RESPONSIVO DO FORMULÁRIO DE BUSCA -------------------------------------- */

@media only screen and (min-width: 600px) {
	
	#botao-buscar {
		margin-top: 35px;
	}

}

@media only screen and (min-width: 800px) {

	#botao-buscar {
		display: none;
	}

	#searchform-principal {
		width: 15%;
		min-width: 250px;
		margin-top: -40px;
		margin-right: 0;
		margin-bottom: 10px;
		float: right;
		display: block;
	}

}

/* ----- MENU MOBILE ------------------------------------------------------------ */

#botao-menu {
	color: #333;
	width: auto;
	margin-top: 30px;
	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;
}

/* ----- RESPONSIVO DO MENU MOBILE ---------------------------------------------- */

@media only screen and (min-width: 600px) {
	
	#botao-menu {
		margin-top: 35px;
	}

}

@media only screen and (min-width: 800px) {

	#botao-menu,
	.menu-mobile-container {
		display: none;
	}

}

/* ----- MENU SUPERIOR ---------------------------------------------------------- */

.menu-superior-container {
	display: none;
}

/* ----- RESPONSIVO DO MENU SUPERIOR -------------------------------------------- */

@media only screen and (min-width: 800px) {

	.menu-superior-container {
		background: #4c6715;
		border-bottom: 1px solid #DDD;
		height: auto;
		width: 100%;
		margin: 0 auto 20px;
		padding: 10px 0 5px;
		display: table;
		clear: both;

		background: #4c6715 -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: #4c6715 -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: #4c6715 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: #FFF;
		width: auto;
		height: auto;
		margin-left: 5px;
		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: #FFF;
		color: #000;
		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 #374f07;
		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 {
	padding: 20px;
}

#destaques-home .destaques-titulo{
	color: #374f07;
	border-bottom: 2px solid #374f07;
	margin: 0 0 20px;
	padding-bottom: 5px;
	display: block;
	font-size: 22px;
	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;
}

#destaques-home .destaque-lista li {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
	clear: both;
}

#destaques-home .destaque-lista li:last-child {
	margin-bottom: 0;
}

#destaques-home img {
	width: 150px;
	height: auto;
	margin: 0 10px 0 0;
	display: block;
	float: left;
}

#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 .noticias-leia-mais {
	color: #374f07;
	border-bottom: 2px solid #374f07;
	margin-bottom: 30px;
	padding-bottom: 5px;
	display: none;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}

/* ----- RESPONSIVO DO BLOCO DESTAQUES ------------------------------------------ */

@media only screen and (min-width: 800px) {

	#destaques-home .destaque-titulo {
		font-size: 16px;
	}

}

@media only screen and (min-width: 1024px) {

	#destaques-home .destaques-titulo {
		display: block;
	}

	#destaques-home .destaque-lista li {
		width: 30.5%;
		margin-right: 4%;
		float: left;
		clear: none;
	}

	#destaques-home .destaque-lista li:last-of-type {
		margin-right: 0;
	}

	#destaques-home img {
		width: 100%;
		height: auto;
		margin: 0 0 10px;
		float: none;
	}

	#destaques-home .noticias-leia-mais {
		display: block;
	}

}

/* ----- SLIDESHOW -------------------------------------------------------------- */

#slideshow {
	display: none;
}

/* ----- RESPONSIVO DO SLIDESHOW DA CAPA ---------------------------------------- */

@media only screen and (min-width: 1024px) {

	#slideshow {
		background: #EEE url(images/sem-imagem-slideshow.png) no-repeat center center;
		width: 100%;
		height: auto;
		margin: 0 0 30px;
		display: block;
		list-style-type: none;
		overflow: hidden;
	}

	#slideshow li {
		width: 980px;
		height: 400px;
	}

	#slideshow li {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	#slideshow span {
		background: #000;
		background: rgba(0, 0, 0, 0.5);
		color: #FFF;
		padding: 5px 10px;
		position: relative;
		top: 30px;
		left: 20px;
		font-size: 18px;
	}

}

/* ----- CONTEÚDO --------------------------------------------------------------- */

#conteudo {
	padding: 0 20px 20px;
}

#conteudo  iframe {
	display: block;
	max-width: 100%;
}

#conteudo ul ul,
#conteudo ol ol {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

/* 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";
}

/* ----- ICONES DE TIPOS DE ARQUIVOS -------------------------------------------- */

.pagina a[href$=".pdf"],
.pagina a[href$=".doc"],
.pagina a[href$=".docx"],
.pagina a[href$=".xls"],
.pagina a[href$=".xlsx"],
.pagina a[href*="docs.google.com"],
.pagina a[href*="drive.google.com"],
.pagina a[href*="goo.gl"],
.pagina a[href*="bit.ly"] {
	background-repeat: no-repeat;
	padding-left: 20px;
}

.pagina a[href$=".pdf"] /* link para arquivo PDF */
{
	background-image: url(https://src.cijun.sp.gov.br/img/icones-arquivos/arquivo-pdf-16x16.png);
}

.pagina a[href$=".doc"],
.pagina a[href$=".docx"] /* 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"],
.pagina a[href$=".xlsx"] /* 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"] /* link para arquivo PDF */
{
	background-image: url(https://src.cijun.sp.gov.br/img/icones-arquivos/arquivo-pdf-16x16.png);
}

.pagina a[href*="docs.google.com"], /* link para arquivos no Drive */
.pagina a[href*="drive.google.com"] {
	background-image: url(https://src.cijun.sp.gov.br/img/icones-arquivos/arquivo-drive-16x16.png);
}

.pagina a[href*="goo.gl"], /* link para documento no encurtador do Google */
.pagina a[href*="bit.ly"] /* link para documento no encurtador do bit.ly */
{
	background-image: url(https://src.cijun.sp.gov.br/img/icones-arquivos/arquivo-generico-16x16.png);
}

/* ----- PAGINAÇÃO -------------------------------------------------------------- */

.paginacao a:link,
.paginacao a:hover,
.paginacao a:visited,
.paginacao a:active {
	text-decoration: none !important;
}

.paginacao a:hover {
	background: #374f07;
}

/* ----- RESPONSIVO DO CONTEÚDO ------------------------------------------------- */

@media only screen and (min-width: 600px) {

	.sub-pagina-imagem {
		width: 50%;
		padding: 10px;
		float: left;
	}

}

@media only screen and (min-width: 800px) {

	.pagina {
		width: 75%;
		float: left;
	}

}

@media only screen and (min-width: 1220px) {

	#conteudo {
		padding: 0;
	}

}

/* ----- SIDEBAR ---------------------------------------------------------------- */

#sidebar {}

#sidebar a:link,
#sidebar a:visited {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar-widgets {
	background: #e2eec3;
	color: #333;
	padding: 20px;
	margin-bottom: 20px;
}

#sidebar-widgets .widget {
	margin: 0 0 30px;
}

#sidebar-widgets .widget:first-of-type {
	border-top: 1px solid #678529;
	padding-top: 20px;
}

#sidebar-widgets .widget:last-of-type {
	margin-bottom: 0;
}

#sidebar-widgets .widget-titulo {
	color: #678529;
	font-size: 18px;
	font-weight: 600;
}

#sidebar-widgets .widget  ul {
	margin: 0 0 1.5em 0;
	list-style: none;
	text-align: left;
}

#sidebar-widgets .widget  ul li {
	margin-bottom: 0.5em;
}

#sidebar-widgets .widget  ul li:before {
	color: #333;
	content: "» \00a0";
}

/* ----- RESPONSIVO DA SIDEBAR -------------------------------------------------- */

@media only screen and (min-width: 800px) {

	#sidebar {
		width: 22%;
		margin-top: 0;
		float: right;
	}

}

/* ----- AVISOS DA SIDEBAR ------------------------------------------------------ */

#aviso-sidebar {
	height: auto;
}

#aviso-sidebar .aviso-sidebar {
	color: #333;
	width: 100%;
	min-height: 70px;
	margin: 25px auto;
	display: block;
	overflow: hidden;
	font-size: 13px;
}

#aviso-sidebar .aviso-sidebar:first-of-type {
	margin-top: 0;
}

#aviso-sidebar .aviso-sidebar:last-of-type {
	margin-bottom: 0;
}

#aviso-sidebar .aviso-sidebar .link-titulo {
	color: #4c6715;
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#aviso-sidebar .aviso-sidebar img {
	width: 64px;
	height: 64px;
	margin: 0 10px 0 0;
	float: left;
}

/* ----- BANNERS LATERAIS ------------------------------------------------------- */

#banners-lateral {
	width: auto;
	margin: auto;
	height: auto;
}

#banners-lateral .banner-lateral {
	border: 1px solid #C3CFA7;
	color: #333;
	width: 100%;
	max-width: 260px;
	min-height: 95px;
	margin: 15px auto;
	padding: 10px;
	display: block;
	overflow: hidden;
	font-size: 12px;
}

#banners-lateral .banner-lateral .link-titulo {
	color: #76943A;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#banners-lateral .banner-lateral img {
	width: 64px;
	height: 64px;
	margin: 0 10px 0 0;
	float: left;
}

/* ----- RESPONSIVO DOS BANNERS LATERAIS ---------------------------------------- */

@media only screen and (min-width: 600px) and (max-width: 800px) {

	#banners-lateral {
		width: 520px;
	}

	#banners-lateral .banner-lateral {
		border: 1px solid #C3CFA7;
		width: 48%;
		max-width: 250px;
		margin: 10px 1%;
		float: left;
	}

}

/* ----- RODAPÉ ----------------------------------------------------------------- */

#rodape {
	background-color: #374f07;
	color: #FFF;
	padding: 20px 20px 0;

	background: #374f07 -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: #374f07 -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: #374f07 linear-gradient(to bottom,   rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 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 .brasao {
	margin: 0 auto 30px;
}

#desenvolvido-por {
	color: #FFF;
}

/* widgets */

#rodape .rodape-widget-texto {
	max-width: 400px;
	margin: auto;
	font-size: 13px;
	text-align: center;
}

#rodape .widget-titulo {
	font-size: 18px;
}

/* redes sociais */

#rodape .icones-sociais {
	width: 270px;
	height: 36px;
	margin: 0 auto;
	display: block;
	clear: both;
}

#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;
}

/* ----- RESPONSIVO DO RODAPÉ --------------------------------------------------- */

@media only screen and (min-width: 600px) {

	#rodape .brasao {
		float: right;
		margin: 0;
	}

	#rodape .rodape-widget-texto {
		max-width: none;
		margin-bottom: 20px;
		clear: both;
	}

	#rodape .widget-texto {
		width: 50%;
		padding-right: 30px;
		float: left;
		text-align: left;
	}

	#rodape .icones-sociais {
		margin: 30px 0 20px;
		float: left;
		clear: none;
	}

}

@media only screen and (min-width: 800px) {

	#rodape .rodape-widget-texto {
		width: auto;
		margin: 0;
	}

}

@media only screen and (min-width: 1100px) {
	
	#rodape {
		margin-top: 30px;
	}

	#rodape .rodape-widget-texto {
		width: 750px;
		height: 200px;
		overflow: hidden;
		float: left;
	}

	#rodape .brasao {
		margin-right: 10px;
	}

	#rodape .icones-sociais {
		float: right;
		margin-bottom: 30px;
	}

	#desenvolvido-por {
		margin-top: 20px;
	}

}

/* ----- 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;
	}

}

/* ----- 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;
}


/* ----- RECAPTCHA ----------------------------------------------------------------------------- */

small.recaptcha {
	color: #999 !important;
}

small.recaptcha,
small.recaptcha a {
	font-size: 9px !important;
}

.grecaptcha-badge {
	visibility: hidden;
}
