/*
Theme Name: ESEF 1.5.1
Theme URI: https://esef.br/
Author: CIJUN
Author URI: https://cijun.sp.gov.br/
Description: Site da Escola Superior de Educação Física de Jundiaí.
Version: 1.5.1
*/

/* tabela de cores */
/*
azul 			#002e6a
ciano			#00b9f0
turquesa escuro	#198B8B
*/

/* ----- 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: #002e6a;
}

a:active,
a:focus {
	color: #ed1c24;
}

a:hover {
	color: #198B8B;
}

@media only screen and (min-width: 1024px) {

	#main {
		margin-bottom: 40px;
	}

}

/* ----- CABEÇALHO -------------------------------------------------------------- */

#header {
	background: #002e6a;
	border-bottom: 1px solid #DDD;
	padding: 15px 15px 10px;
	position: relative;
	z-index: 20;
	background: #002e6a linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.1) 100%);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}

#header .titulo {
	background-image: url(images/esef.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 160px;
	height: 56px;
	margin: 10px auto 0;
	display: block;
	text-indent: -1000px;
}

#header .icones-sociais {
	display: none;
}

@media only screen and (min-width: 800px) {
	
	#header .titulo {
		width: 300px;
		height: 105px;
		margin-bottom: 10px;
		float: left;
	}

	#header .icones-sociais {
		width: 180px;
		height: 36px;
		margin-top: 10px;
		display: block;
		float: right;
	}

	#header .icones-sociais a {
		width: 30px;
		height: 31px;
		margin: 0 0 0 15px;
		/*border: 3px solid #FFF;*/
		float: left;
	}

	#header .icones-sociais a:hover {
		border-color: #DDD;
	}

	#header .icones-sociais .feed {
		margin-left: 0;
		background-image: url('https://src.cijun.sp.gov.br/img/icones-sociais/icone-branco-feed.svg');
		background-size: contain;
		background-position: 0 0;
	}

	#header .icones-sociais .facebook {
		background-image: url('https://src.cijun.sp.gov.br/img/icones-sociais/icone-branco-facebook.svg');
		background-size: contain;
		background-position: 0 0;
	}

	#header .icones-sociais .instagram {
		background-image: url('https://src.cijun.sp.gov.br/img/icones-sociais/icone-branco-instagram.svg');
		background-size: contain;
		background-position: 0 0;
	}

	#header .icones-sociais .flickr {
		background-image: url('https://src.cijun.sp.gov.br/img/icones-sociais/icone-branco-flickr.svg');
		background-size: contain;
		background-position: 0 0;
	}

	#header .icones-sociais .whatsapp {
		background-image: url('https://src.cijun.sp.gov.br/img/icones-sociais/icone-branco-whatsapp.svg');
		background-size: contain;
		background-position: 0 0;
	}

}

/* ----- FORMULÁRIO DE BUSCA ---------------------------------------------------- */

#botao-buscar {
	color: #FFF;
	margin-top: 25px;
	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-branco-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: 800px) {

	#botao-buscar {
		display: none;
	}

	#searchform-principal {
		width: 15%;
		min-width: 215px;
		margin-top: -60px;
		margin-right: 0;
		margin-bottom: 10px;
		float: right;
		display: block;
	}

}

/* ----- MENU MOBILE ------------------------------------------------------------ */

#botao-menu {
	color: #FFF;
	width: auto;
	margin-top: 25px;
	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: #FFF;
	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: 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: #E5E5E5;
		border-bottom: 1px solid #DDD;
		height: auto;
		width: 100%;
		margin: 0 auto 20px;
		padding: 10px 0 5px;
		display: table;
		clear: both;
	}

	#menu-superior li a:link,
	#menu-superior li a:visited {
		color: #000;
		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: #002e6a;
		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 #00b9f0;
		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: #002e6a;
		color: #FFF;
		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,
#destaques-home-desktop {
	padding: 20px;
}

#destaques-home .destaques-titulo,
#destaques-home-desktop .destaques-titulo {
	color: #00b9f0;
	border-bottom: 2px solid #00b9f0;
	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-desktop .destaques-titulo {
	/* display: none; */
}

#destaques-home .destaque-lista,
#destaques-home-desktop .destaque-lista {
	list-style: none;
	margin: 0;
}

#destaques-home .destaque-lista li,
#destaques-home-desktop .destaque-lista li {
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
	clear: both;
}

#destaques-home .destaque-lista li:last-child,
#destaques-home-desktop .destaque-lista li:last-child {
	margin-bottom: 0;
}

#destaques-home img,
#destaques-home-desktop img {
	width: 150px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;	
}

#destaques-home .destaque-titulo,
#destaques-home-desktop .destaque-titulo {
	margin-bottom: 0.3em;
	line-height: 1.1;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#destaques-home .destaque-resumo,
#destaques-home-desktop .destaque-resumo {
	font-size: 13px;
}

#destaques-home .noticias-leia-mais,
#destaques-home-desktop .noticias-leia-mais {
	color: #00b9f0;
	border-bottom: 2px solid #00b9f0;
	margin-bottom: 30px;
	padding-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}

#destaques-home-desktop .noticias-leia-mais {
	display: none;
}

@media only screen and (min-width: 800px) {

	#destaques-home .destaque-lista li,
	#destaques-home-desktop .destaque-lista li {
		width: 47%;
		float: left;
		clear: none;
	}

	#destaques-home .destaque-lista  li:nth-child(odd),
	#destaques-home-desktop .destaque-lista  li:nth-child(odd) {
		margin-right: 6%;
	}

	#destaques-home .destaque-titulo,
	#destaques-home-desktop .destaque-titulo {
		font-size: 16px;
	}

}

@media only screen and (min-width: 1024px) {

	#destaques-home {
		display: none;
	}

	#destaques-home-desktop .destaques-titulo {
		display: block;
	}
	
	#destaques-home-desktop .destaque-lista li {
		width: 23.5%;
		margin-right: 2%;
		float: left;
		clear: none;
	}

	#destaques-home-desktop .destaque-lista  li:nth-child(odd) {
		margin-right: 2%;
	}

	#destaques-home-desktop .destaque-lista li:last-of-type {
		margin-right: 0;
	}

	#destaques-home-desktop img {
		width: 100%;
		height: auto;
		float: none;
		margin: 0 0 10px;	
	}

	#destaques-home-desktop .noticias-leia-mais {
		display: block;
	}

}

/* ----- PÁGINA INICIAL --------------------------------------------------------- */

#conteudo-capa {
	min-width: 300px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
	

/* ----- SLIDESHOW DA CAPA ------------------------------------------------------ */

#slideshow {
	background: #eee;
	width: 1200px;
	height: 380px;
	margin: 20px auto 60px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	visibility: hidden;
}

#slideshow .loading {
	background: #eee;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#slideshow .loading img {
	margin: 40px auto;
	width: 450px;
	height: 300px;
}

#slideshow .slides {
	width: 1200px;
	height: 380px;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#slideshow .slides img {
	width: 1200px;
	height: 380px;
}

/* setas do slideshow - não alterar! */

#slideshow .slideshow-setas {
	background: rgba(0, 0, 0, 0.5);
	width: 35px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0px;
	cursor: pointer;
	border-radius: 3px;
}

#slideshow .slideshow-setas .a {
	fill: none;
	stroke: #fff;
	stroke-width: 640;
	stroke-miterlimit: 10;
}

#slideshow .slideshow-setas:hover {
	opacity:.8;
}

#slideshow .slideshow-setas:hover .a {
	stroke: #00B4EA;
}

#slideshow .slideshow-setas.jssora053dn {
	opacity: 0.5;
}

#slideshow .slideshow-setas.jssora053ds {
	opacity: 0.3;
	pointer-events: none;
}

/* ----- BANNERS PEQUENOS ------------------------------------------------------- */

#banners-pequenos-home {
	margin: auto;
	padding: 0 20px;
}

#banners-pequenos-home .container {
	/* border-bottom: 2px solid #00b9f0; */
}

#banners-pequenos-home img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

@media only screen and (min-width: 480px) {
	
	#banners-pequenos-home .container {
		padding-bottom: 40px;
	}

	#banners-pequenos-home img {
		width: 50%;
		margin: 0;
		padding: 0 1%;
		float: left;
	}

}

@media only screen and (min-width: 1024px) {

	#banners-pequenos-home img {
		width: 25%;
	}

}

@media only screen and (min-width: 1220px) {

	#banners-pequenos-home {
		padding: 0;
	}

}

/* ----- BANNERS GRANDES -------------------------------------------------------- */

#banners-grandes-home {
	padding: 0 20px;
	margin: auto;
}

#banners-grandes-home .container {
	border-top: 2px solid #00b9f0;
	padding-top: 40px;
}

#banners-grandes-home img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto 40px;
}

@media only screen and (min-width: 800px) {

	#banners-grandes-home {
		margin-bottom: 60px;
	}

	#banners-grandes-home img {
		width: 50%;
		margin: 0;
		padding: 0 1%;
		float: left;
	}

}

@media only screen and (min-width: 1024px) {

	#banners-grandes-home .container {
		border: none;
		padding-top: 0;
	}

}

/* ----- VÍDEOS NA CAPA --------------------------------------------------------- */

#videos-home {
	background: #E5E5E5;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	position: relative;
	z-index: 10;

	-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);
}

#videos-home .container {
	padding: 30px 20px 0;
}

#videos-home .videos-titulo {
	color: #00b9f0;
	border-bottom: 2px solid #00b9f0;
	margin: 0 0 20px;
	padding-bottom: 5px;
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

#videos-home .videos-lista {
	list-style: none;
}

#videos-home .videos-lista li {
	width: 100%;
	margin-bottom: 30px;
	display: block;
}

#videos-home .videos-lista li:last-child {
	margin-bottom: 0;
}

#videos-home img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	display: block;
}

#videos-home .video-titulo {
	color: #002e6a;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#videos-home .videos-leia-mais {
	color: #00b9f0;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) {

	#videos-home .videos-lista li {
		width: 50%;
		float: left;
	}

	#videos-home .videos-lista li:nth-child(odd) {
		padding-right: 4%;
	}

}

@media only screen and (min-width: 1024px) {
	
	#videos-home .videos-lista li,
	#videos-home .videos-lista li:nth-child(odd) {
		padding-right: 2%;
	}

	#videos-home .videos-lista li {
		width: 25%;
		float: left;
	}

	#videos-home .videos-lista li:last-child {
		padding-right: 0;
	}

}

/* ----- CONTEÚDO --------------------------------------------------------------- */

#conteudo {
	padding: 0 20px 40px;
}

#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: #00b9f0;
	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";
}

/* página com lista de sub-páginas em formato de imagem */

.sub-pagina-imagem {
	margin: 0 auto 40px;
	font-weight: bold;
	text-align: center;
}

.sub-pagina-imagem img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

/* ----- 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"],
.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: #00b9f0;
}

@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 {
	border-top: 5px solid #00b9f0;
	padding: 20px 0;
}

#sidebar a:link,
#sidebar a:visited {
	color: #444;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar .widget {
	margin: 0 0 30px;
}

#sidebar .widget-titulo {
	color: #198B8B;
	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;
	}

}

/* ----- RODAPÉ ----------------------------------------------------------------- */

#rodape {
	background-color: #002e6a;
	color: #FFF;
	padding: 20px;

	background: #002e6a -moz-linear-gradient(top,    rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.2) 100%);
	background: #002e6a -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.2) 100%);
	background: #002e6a linear-gradient(to bottom,   rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.2) 100%);
}

#rodape a:link,
#rodape a:visited {
	color: #FFF;
	text-decoration: none;
}

#rodape a:hover {
	color: #00b9f0;
	text-decoration: underline;
}

#rodape .rodape-widget-texto {
	font-size: 12px;
	text-align: center;
}

#rodape .rodape-widget-imagem {
}

#rodape .widget-titulo {
	font-size: 14px;
}

/* widget de imagens */

#rodape .rodape-widget-imagem {
	clear: both;
}
	
#rodape .rodape-widget-imagem  .widget .image {
	width: auto;
	max-width: 260px;
	height: auto;
	margin: auto;
}

#desenvolvido-por {
	color: #FFF;
	border-color: #00b9f0;
}

/* redes sociais */

#rodape .icones-sociais {
	width: 215px;
	height: 36px;
	margin: 0 auto;
	display: block;
	clear: both;
}

#rodape .icones-sociais a {
	width: 30px;
	height: 31px;
	margin: 0 0 0 10px;
	float: left;
}

#rodape .icones-sociais a:hover {
	border-color: #DDD;
}

#rodape .icones-sociais .feed {
	margin-left: 0;
}

#rodape .icones-sociais .feed {
	margin-left: 0;
	background-image: url('https://src.cijun.sp.gov.br/img/icones-sociais/icone-branco-feed.svg');
	background-size: contain;
	background-position: 0 0;
}

#rodape .icones-sociais .facebook {
	background-image: url('https://src.cijun.sp.gov.br/img/icones-sociais/icone-branco-facebook.svg');
	background-size: contain;
	background-position: 0 0;
}

#rodape .icones-sociais .instagram {
	background-image: url('https://src.cijun.sp.gov.br/img/icones-sociais/icone-branco-instagram.svg');
	background-size: contain;
	background-position: 0 0;
}

#rodape .icones-sociais .flickr {
	background-image: url('https://src.cijun.sp.gov.br/img/icones-sociais/icone-branco-flickr.svg');
	background-size: contain;
	background-position: 0 0;
}

#rodape .icones-sociais .twitter {
	background-image: url('https://src.cijun.sp.gov.br/img/icones-sociais/icone-branco-twitter.svg');
	background-size: contain;
	background-position: 0 0;
}

#rodape .icones-sociais .whatsapp {
	background-image: url('https://src.cijun.sp.gov.br/img/icones-sociais/icone-branco-whatsapp.svg');
	background-size: contain;
	background-position: 0 0;
}

@media only screen and (min-width: 600px) {

	/* widget de imagens */

	#rodape .rodape-widget-imagem  .widget  {
		width: 48%;
		width: 48%;
		height: auto;
		margin-left: 2%;
		float: left;
	}

}

@media only screen and (min-width: 800px) {
	
	/* widget de texto */

	#rodape .rodape-widget-texto {
		width: 40%;
		min-height: 150px;
		margin-bottom: 20px;
		padding-right: 130px;
		float: left;
		text-align: left;
	}

	/* widget de imagens */

	#rodape .rodape-widget-imagem   {
		width: 58%;
		float: right;
		clear: none;
	}

	/* redes sociais */
	
	#rodape .icones-sociais {
		display: none;
	}

}

/* ----- 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;
}