/*
Theme Name: Guarda Municipal de Jundiaí 2.0
Theme URI: https://gm.jundiai.sp.gov.br/
Author: CIJUN
Author URI: https://cijun.sp.gov.br/
Description: Site da Guarda Municipal de Jundiaí.
Version: 2.0
*/

/* TABELA DE CORES */
/*
azul logo		#20308B
amarelo logo	#F6AF03

azul gestão		#003371
turquesa		#F6AF03
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 1em;
	font-size: 32px;
	font-weight: 600;
}

h2 {
	margin: 1.5em 0 1em;
	font-size: 28px;
	font-weight: 600;
}

h3 {
	margin: 1em 0 0.5em;
	font-size: 24px;
	font-weight: 600;
}

h4 {
	margin: 1em 0 0.5em;
	font-size: 22px;
	font-weight: 600;
}

h5 {
	margin: 1em 0 0.5em;
	font-size: 18px;
	font-weight: 600;
}

h6 {
	margin: 1em 0 0.5em;
	font-size: 16px;
	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: #20308B;
}

a:active,
a:focus {
	color: #ed1c24;
}

a:hover {
	color: #0474bc;
}

@media only screen and (min-width: 1024px) {

	#main {
		margin-bottom: 40px;
	}

}

/* ----- CABEÇALHO -------------------------------------------------------------- */

#header {
	background: #FFF;
	border-bottom: 5px solid #20308B;
	margin-bottom: 20px;
	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/logo.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #20308B;
	width: auto;
	height: 80px;
	margin: 0;
	padding: 20px 20px 0 100px;
	display: block;
	line-height: 1.2;
	/* font-family: 'PFBenchmarkPro'; */
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#header .ligue-153 {
	background: #eee;
	color: #20308B;
	width: auto;
	margin-top: 10px;
	padding: 5px 10px;
	float: left;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	/* font-family: 'PFBenchmarkPro'; */

	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}

@media only screen and (min-width: 480px) {

	#header .titulo {
		padding-top: 30px;
		font-size: 28px;
	}

}

@media only screen and (min-width: 600px) {

	#header .titulo {
		padding-top: 20px;
		font-size: 32px;
	}

	#header .ligue-153 {
		margin-top: 20px;
	}

}

@media only screen and (min-width: 800px) {

	#header {
		border-bottom: none;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	#header .container {
		position: relative;
	}

	#header .titulo {
		background-position: left center;
		height: 130px;
		font-size: 38px;
		padding-top: 60px;
	}

	#header .ligue-153 {
		font-size: 32px;
		position: absolute;
		padding: 15px 10px 10px;
		top: -40px;
		right: 20px;

		-webkit-border-radius: 5px;
		-moz-border-radius:    5px;
		border-radius:         5px;
	}

}

@media only screen and (min-width: 1024px) {
	
	#header .titulo {
		height: 150px;
		font-size: 42px;
	}

}


/* ----- FORMULÁRIO DE BUSCA ---------------------------------------------------- */

#botao-buscar {
	color: #333;
	margin-top: 10px;
	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('//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 {
		margin-top: 20px;
	}

}

@media only screen and (min-width: 800px) {

	#botao-buscar {
		display: none;
	}

	#searchform-principal {
		display: block;
		margin: 0 20px 20px;
	}

}

@media only screen and (min-width: 1024px) {
	
	#searchform-principal {
		width: 20%;
		float: right;
	}
	
}

/* ----- MENU MOBILE ------------------------------------------------------------ */

#botao-menu {
	color: #333;
	width: auto;
	margin-top: 13px;
	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 {
	display: none;
}

/* terceiro nível */
#menu-mobile li ul ul {
	display: none;
}

/* quarto nível */
#menu-mobile li ul ul ul {
	display: none;
}


@media only screen and (min-width: 600px) {
	
	#botao-menu {
		margin-top: 23px;
	}

}

@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) {

	#barra {
		background: #20308B;
		border-bottom: 1px solid #DDD;
		height: auto;
		width: 100%;
		margin: 0 auto 20px;
		padding: 10px 0;
		display: block;


		background: #20308B -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: #20308B -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: #20308B 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-container {
		display: block;
	}


	#menu-superior {
		clear: both;
		display: inline-table;
	}

	#menu-superior ul {
		display: block;
		margin: 0;
		list-style: none;
	}

	#menu-superior li {
		display: inline;
		float: left;
	}

	#menu-superior li a:link,
	#menu-superior li a:visited {
		color: #FFF;
		margin-left: 5px;
		margin-bottom: 5px;
		padding: 5px 10px;
		display: block;
		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: #20308B;
		border-bottom: 5px solid #F6AF03;
		width: 300px;
		height: auto;
		margin-left: 5px;
		position: absolute;
		left: -999em;
		z-index: 9999;

		-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: #20308B;
		color: #fff;
		border-bottom: 1px solid #DDD;
		width: 300px;
		margin: 0;
		padding: 10px;
		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;
	}

	#menu-superior li li a,
	#menu-superior li li a:link,
	#menu-superior li li a:visited {
		height: auto;
	}

	#menu-superior li:hover ul ul, #menu-superior li:hover ul ul ul, #menu-superior li.sfhover ul ul, #menu-superior li.sfhover ul ul ul {left: -999em;}
	#menu-superior li:hover ul, #menu-superior li li:hover ul, #menu-superior li li li:hover ul, #menu-superior li.sfhover ul, #menu-superior li li.sfhover ul, #menu-superior li li li.sfhover ul {left: auto;}
	#menu-superior li:hover, #menu-superior li.sfhover	{position: static;}

}

@media only screen and (min-width: 1024px) {

	#barra {
		display: inline-table;
		margin: 0;
	}

	.menu-superior-container {
		width: 75%;
		float: left;
	}

}

/* ----- DESTAQUE PRINCIPAL DA CAPA --------------------------------------------- */

#destaque-principal {
	margin: 0 20px;
}

#destaque-principal a:link,
#destaque-principal a:visited {
	text-decoration: none;
}

#destaque-principal .wp-post-image {
	width: 100%;
	height: auto;
}

#destaque-principal .principal-titulo {
	margin: 0.5em 0 0.3em;
	line-height: 1.2;
	font-size: 150%;
}

#destaque-principal .principal-resumo {
	color: #333;
}

@media only screen and (min-width: 1024px) {

	#destaque-principal .principal-legenda {
		background: #000;
		background: rgba(0, 0, 0, 0.7);
		padding: 20px;
		margin: -180px 50px 60px 0;
		position: relative;
		z-index: 0;
	}

	#destaque-principal .principal-titulo {
		margin-top: 0;
	}

	#destaque-principal .principal-legenda,
	#destaque-principal .principal-resumo {
		color: #fff;
	}

}

/* ----- DESTAQUES -------------------------------------------------------------- */

#destaques-home {
	padding: 20px;
}

#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 .wp-post-image {
	border: 5px solid #eee;
	width: 150px;
	height: auto;
	float: left;
	display: none;
	margin: 0 10px 0 0;
}

#destaques-home a:link,
#destaques-home a:visited {
	text-decoration: none;
}

#destaques-home .destaque-data {
	color: #666;
	margin: 0 0 0.3em;
	font-size: 14px;
}

#destaques-home .destaque-titulo {
	margin: 0 0 0.3em;
	line-height: 1.2;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
}

#destaques-home .destaque-resumo {
	color: #333;
}

#destaques-home .noticias-leia-mais {
	background: #F6AF03;
	color: #000;
	margin-bottom: 40px;
	padding: 5px;
	display: inline-block;
	float: right;
	clear: both;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

@media only screen and (min-width: 800px) {

	#destaques-home .destaque-lista li {
		width: 47%;
		float: left;
		clear: none;
	}

	#destaques-home .destaque-lista  li:nth-child(odd) {
		margin-right: 6%;
	}

}

@media only screen and (min-width: 1024px) {

	#destaques-home .destaque-lista li {
		width: 23.5%;
		margin-right: 2%;
		float: left;
		clear: none;
	}

	#destaques-home .destaque-lista  li:nth-child(odd) {
		margin-right: 2%;
	}

	#destaques-home .destaque-lista li:last-of-type {
		margin-right: 0;
	}

	#destaques-home .wp-post-image {
		width: 100%;
		height: auto;
		margin: 0 0 10px;
		display: block;
		float: none;
	}

	#destaques-home .noticias-leia-mais {
		display: block;
	}

}

/* ----- VÍDEOS DA CAPA --------------------------------------------------------- */

#videos-home {
	background: #E5E5E5;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 20px 20px 0;
}

#videos-home .videos-titulo {
	color: #20308B;
	border-bottom: 2px solid #20308B;
	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;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
}

#videos-home .videos-lista li {
	width: 100%;
	display: block;
}

#videos-home a:link,
#videos-home a:visited {
	text-decoration: none;
}

#videos-home iframe {
	border: 5px solid #fff;
	aspect-ratio: 4/3;
	width: 100%;
	min-weight: 300px;
	height: auto;
	display: block;
}

#videos-home .video-titulo {
	color: #003472;
	margin: 0.8em 0 0.3em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#videos-home .videos-leia-mais {
	background: #F6AF03;
	color: #000;
	margin: 0 0 20px;
	padding: 5px;
	display: inline-block;
	float: right;
	clear: both;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 1024px) {

	#videos-home .videos-lista {
		grid-template-columns: repeat(3, 1fr);
	}

}

/* ----- DICAS DE SEGURANÇA DA CAPA --------------------------------------------- */

#widget-home {
	background: #20308B;
	color: #fff;
	padding: 20px;
	font-size: 14px;
	
	display: none;
}

/*

#widget-home a:link,
#widget-home a:visited {
	color: #F6AF03;
	text-decoration: none;
}

#widget-home img {
	width: 100%;
	height: auto;
	margin: 0;
}	

#widget-home .widget-titulo {
	color: #fff;
	margin: 0 0 0.3em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#widget-home .wp-caption {
	margin-left: auto;
	margin-right: auto;
}

#widget-home .wp-caption-text {
	color: #fff;
}

@media only screen and (min-width: 1024px) {

	#widget-home {
		width: 30%;
		float: right;
		margin-right: 20px;
		margin-bottom: 60px;
	}

}

*/

/* ----- 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: #666;
	margin-bottom: 1.5em;
	font-size: 120%;
}

.lista-noticias .data-lista {
	color: #666;
	margin: 0.2em 0;
	font-size: 14px;
}

.lista-noticias .noticia-lista {
	min-height: 120px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
}

.lista-noticias .noticia-lista:last-child {
	border: none;
}

.lista-noticias .wp-post-image,
.lista-noticias .thumb-video {
	border: 3px solid #eee;
	margin: 0 10px 0 0;
	float: left;
}

.lista-noticias .wp-post-image {
	width: 100px;
	height: 100px;
}

.lista-noticias .thumb-video {
	width: 130px;
	height: 100px;
}

.lista-noticias .titulo-lista {
	margin-bottom: 0.5em;
	line-height: 1.1;
	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 */

.sharethis-inline-share-buttons {
	margin-bottom: 40px;
}

/* página com lista de sub-páginas */

.sub-paginas li {
	list-style: none;
}

.sub-paginas li:before {
	color: #333;
	content: "» \00a0";
}

/* ----- 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: #F6AF03;
}

@media only screen and (min-width: 1024px) {

	.pagina {
		width: 75%;
		float: left;
	}

}

@media only screen and (min-width: 1220px) {

	#conteudo {
		padding: 0;
	}

}

/* ----- SIDEBAR ---------------------------------------------------------------- */

#sidebar {
	border-top: 5px solid #F6AF03;
	margin-top: 45px;
	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: #20308B;
	font-size: 120%;
	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";
}

/* vídeo */

#sidebar-videos .video-sidebar {
	width: 100%;
	height: 200px;
	display: block;
}

#sidebar-videos .video-titulo {
	color: #20308B;
	margin: 0.3em 0 0;
	line-height: 1.2;
	font-weight: 600;
}

#sidebar-videos .videos-leia-mais {
	background: #F6AF03;
	color: #000;
	margin: 0 0 40px;
	padding: 5px;
	display: inline-block;
	float: right;
	clear: both;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

@media only screen and (min-width: 480px) {

	#sidebar-videos .video-sidebar {
		height: 300px;
	}

}

@media only screen and (min-width: 640px) {

	#sidebar-videos .video-sidebar {
		height: 400px;
	}

}

@media only screen and (min-width: 800px) {

	#sidebar-videos .video-sidebar {
		height: 200px;
	}

}


@media only screen and (min-width: 1024px) {

	#sidebar {
		border-top: none;
		width: 20%;
		padding: 0;
		float: right;
	}

}

/* ----- RODAPÉ ----------------------------------------------------------------- */

#rodape {
	background-color: #20308B;
	color: #FFF;
	padding: 20px;

	background: #20308B -moz-linear-gradient(top,    rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
	background: #20308B -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
	background: #20308B linear-gradient(to bottom,   rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%);
}

#rodape a:link,
#rodape a:visited {
	color: #fff;
	text-decoration: underline;
}

#rodape a:hover {
	color: #F6AF03;
	text-decoration: underline;
}

#rodape .rodape-widget {
	margin-bottom: 40px;
	font-size: 14px;
	text-align: center;
}

#rodape .widget-titulo {
	font-size: 16px;
	font-weight: bold;
}

#rodape .brasao {
	margin: auto;
}

#desenvolvido-por {
	color: #fff;
}

/* redes sociais */

#rodape .icones-sociais {
	width: 130px;
	height: 36px;
	margin: 20px 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;
}

#rodape .icones-sociais .instagram {
	background-position: 0 -300px;
}

.icones-sociais .twitter {
background-position: 0 -100px;
}

/* rodapé no rodapé */

html, body {
	height: 100%;
}

.tudo {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 390px;
}

#rodape {
	width: 100%;
	height: 390px;
	position: absolute;
	bottom: 0;
}

@media only screen and (min-width: 1024px) {

	#rodape .rodape-widget {
		width: 70%;
		margin: 0 0 20px;
		float: left;
		text-align: left;
	}
	
	#rodape .brasao {
		margin: 0;
		float: right;
	}

	#rodape .icones-sociais {
		margin: 30px 70px 40px 0;
		float: right;
	}

	.tudo {
		padding-bottom: 280px;
	}

	#rodape {
		height: 280px;
	}

}

/* ----- 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,
small.recaptcha a {
	color: #AAA !important;
	font-size: 11px !important;
}

.grecaptcha-badge {
	visibility: hidden;
}


/* ----- CONTACT FORM 7 ------------------------------------------------------------------------ */

.wpcf7-text,
.wpcf7-tel,
.wpcf7-email,
.wpcf7-select,
.wpcf7-textarea {
	width: 100%;
	border-radius: 3px;
}

input.wpcf7-submit {
	border-radius: 3px;
	margin: 60px auto 0;
	padding: 10px 20px;
	display: block;
}