/*
Theme Name: TVTEC 1.1
Theme URI: https://tvtecjundiai.com.br/
Author: CIJUN
Author URI: https://cijun.sp.gov.br/
Description: Site da TVTEC Jundiaí.
Version: 1.1
*/

/* tabela de cores */
/*
azul 			#003472
turquesa		#4cbebe
turquesa claro	#33A5A5
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: 20px 0 10px;
	font-size: 26px;
	font-weight: 600;
}

h3 {
	margin: 20px 0 10px;
	font-size: 22px;
	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: 1300px;
	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: #198B8B;
}

@media only screen and (min-width: 1024px) {

	#main {
		margin-bottom: 40px;
	}

}

/* ----- CABEÇALHO -------------------------------------------------------------- */

#header {
	background: #003472;
	border-bottom: 1px solid #DDD;
	position: relative;
	height: 130px;
	z-index: 20;

	-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);
}

#header .titulo {
	background-image: url(images/logo-tvtec.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
	position: absolute;
	display: block;
	top: 0;
	left: 10px;
}

#header h1 {
	display: none;
}

#header #radiotec {
	background-image: url(images/botao-radiotec.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	width: 155px;
	height: 50px;
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	text-indent: -1000000px;
	
	display: none;
}

@media only screen and (min-width: 480px) {

	#header .titulo {
		width: 280px;
		color: #fff;
		display: block;
		float: left;
		text-decoration: none;
		font-size: 40px;
		font-weight: 800;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	}

	#header h1 {
		padding: 30px 0 0 140px;
		display: block;
	}

	#header h1 span {
		display: none;
	}

}

@media only screen and (min-width: 600px) {

	#header .titulo {
		width: 350px;
	}

}

@media only screen and (min-width: 800px) {

	#header .titulo {
		width: 550px;
	}

	#header h1 {
		padding-top: 45px;
	}

	/*
	#header h1 .subtitulo {
		margin-top: 5px;
		display: block;
		font-size: 22px;
		font-weight: normal;
	}
	*/
}

@media only screen and (min-width: 1220px) {

	#header .titulo {
		position: static;
		width: 650px;
	}
	
}

/* ----- FORMULÁRIO DE BUSCA ---------------------------------------------------- */

#botao-buscar {
	background: transparent;
	color: #fff;
	border: none;
	position: absolute;
	top: 80px;
	right: 90px;
	display: block;
	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 {
	background: #003472;
	width: 100%;
	padding: 10px;
	display: none;
	clear: both;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 200;

}

#searchform-interno {
	margin: 20px 0;
}

#searchform-principal .busca-texto,
#searchform-interno .busca-texto {
	border-right: none;
	width: 85%;

	-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,
#searchform-interno .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: 15%;

	-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 {
		background: transparent;
		width: 15%;
		min-width: 200px;
		margin-top: -60px;
		margin-right: 20px;
		margin-bottom: 10px;
		padding: 0;
		position: static;
		float: right;
		display: block;
	}

	#searchform-principal.busca-header {
		display: none;
	}

	#searchform-principal.busca-barra {
		width: 120px;
		margin-top: 10px;
	}

}

@media only screen and (min-width: 1220px) {
	
	#searchform-principal {
		margin-right: 0;
	}

}

/* ----- MENU MOBILE ------------------------------------------------------------ */

#botao-menu {
	background: transparent;
	color: #fff;
	border: none;
	width: auto;
	display: block;
	position: absolute;
	right: 0;
	top: 80px;
	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 {
	background: #003472;
	width: 100%;
	display: none;
	clear: both;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 100;
}

#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;
}

#menu-mobile li ul {
	margin-left: 20px;
}

#menu-mobile li ul ul {
	margin-left: 40px;
}

@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-superior {
		background: #E5E5E5;
		border-bottom: 1px solid #DDD;
		height: auto;
		margin: 0 0 20px;
	}

	.menu-superior-container {
		height: auto;
		width: 70%;
		padding: 10px;
		display: block;
		float: left;
	}

	#menu-superior li a:link,
	#menu-superior li a:visited {
		color: #000;
		width: auto;
		height: auto;
		margin-left: 5px;
		padding: 5px 10px;
		float: right;
		font-size: 16px;
		text-decoration: none;
	}

	#menu-superior li a:hover,
	#menu-superior li a:active {
		background-color: #003472;
		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 #4cbebe;
		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: #003472;
		color: #FFF;
		text-decoration: none;

		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	#menu-superior li ul ul { /* terceiro nivel */
		margin-top: -40px;
		margin-left: 300px;
	}

}

@media only screen and (min-width: 1024px) {

	.menu-superior-container {
		width: 77%;
	}
}

@media only screen and (min-width: 1220px) {

	.menu-superior-container {
		padding-left: 0;
	}
	
}

/* ----- 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 img {
	width: 150px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;	
}

#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;
}

@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%;
	}

	#destaques-home .destaque-titulo {
		font-size: 16px;
	}

}

@media only screen and (min-width: 1024px) {

	#destaques-home {
		display: none;
	}

}

*/


/* ----- LISTA DE NOTÍCIAS ----------------------------------------------------------- */

#destaques-home .noticias-lista {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#destaques-home .noticias-lista a:link,
#destaques-home .noticias-lista a:visited {
	text-decoration: none;
}

.noticias-lista a:hover {
	color: #072380;
	text-decoration: underline;
}

#destaques-home .noticias-lista .noticia-data {
	color: #666;
	display: inline-block;
	font-size: 13px;
}

#destaques-home .noticias-lista .noticia-titulo {
	margin-bottom: 0.3em;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 600;
}

#destaques-home .noticias-lista .noticia-foto {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	margin-bottom: 1em;
	width: 100%;
	height: 250px;
}

#destaques-home .noticias-lista .wp-post-image {
	width: 100px;
	height: auto;
	margin: 0 10px 10px 0;
	float: left;
}

.nenhuma-noticia {
	text-align: center;
}

/* front-page.php ou a função cijun_noticias_home() */

#destaques-home .noticias-lista .noticia-item {
	width: 100%;
}

#destaques-home .noticias-lista {
	margin-bottom: 2em;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	align-content: center;
    justify-items: center;
}

@media only screen and (min-width: 740px) {

	#destaques-home .noticias-lista {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media only screen and (min-width: 1024px) {

	#destaques-home .noticias-lista {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.noticias-lista .noticia-foto {
		height: 200px;
	}

}



/* ----- NOTÍCIAS DA CAPA ------------------------------------------------------------ */

#destaques-home {
	padding-top: 3em;
	word-break: break-word;
}

#destaques-home .noticias-lista .noticia-item:nth-child(2) .noticia-resumo,
#destaques-home .noticias-lista .noticia-item:nth-child(3) .noticia-resumo,
#destaques-home .noticias-lista .noticia-item:nth-child(4) .noticia-resumo {
	display: none;
}

@media only screen and (min-width: 1024px) {

	#destaques-home {
		padding-top: 4em;
	}

	#destaques-home .noticias-lista {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 40px;
		grid-template-areas:
			"a a a"
			"b c d";
	}

	#destaques-home .noticias-lista .noticia-item:nth-child(1) {
		min-height: 420px;
		position: relative;
		grid-area: a;
	}

	#destaques-home .noticias-lista .noticia-item:nth-child(1) .noticia-data {
		position: absolute;
		top: 0;
		left: 0;
	}

	#destaques-home .noticias-lista .noticia-item:nth-child(1) .noticia-titulo {
		background: #00a898;
		color: #fff;
		padding: 10px 15px;
		position: absolute;
		left: 550px;
		top: 80px;
		font-size: 180%;
		text-decoration: none;
	}

	#destaques-home .noticias-lista .noticia-item .noticia-foto {
		aspect-ratio: 3 / 2;
		height: auto;
	}

	#destaques-home .noticias-lista .noticia-item:nth-child(1) .noticia-foto {
		width: 600px;
		position: absolute;
		top: 20px;
		left: 0;
	}

	#destaques-home .noticias-lista .noticia-item:nth-child(1) .noticia-resumo {
		position: absolute;
		left: 640px;
		top: 230px;
	}

	#destaques-home .noticias-lista .noticia-item:nth-child(2) {
		grid-area: b;
	}

	#destaques-home .noticias-lista .noticia-item:nth-child(3) {
		grid-area: c;
	}

	#destaques-home .noticias-lista .noticia-item:nth-child(4) {
		grid-area: d;
	}

	#destaques-home .noticias-lista .noticia-item:nth-child(2) .noticia-resumo,
	#destaques-home .noticias-lista .noticia-item:nth-child(3) .noticia-resumo,
	#destaques-home .noticias-lista .noticia-item:nth-child(4) .noticia-resumo {
		display: none;
	}

	#destaques-home .noticias-lista p {
		margin-bottom: 1em;
	}

}



/* ----- SLIDESHOW DA CAPA ------------------------------------------------------ */

#slideshow-home {
	display: none;
}

@media only screen and (min-width: 1024px) {

	#conteudo-capa {
		min-width: 300px;
		max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*

	#slideshow-home {
		background: #EEE;
		width: 750px;
		height: 350px;
		margin-bottom: 30px;
		margin-right: -750px;
		margin-left: 20px;
		display: block;
		position: relative;
		left: 0px;
		top: 0px;
		overflow: hidden;
	}

	#slideshow-home img,
	#slideshow-home .slideshow-slide {
		width: 460px;
		height: 350px;
	}

	#slideshow-home .slideshow-slide {
		position: absolute;
		left: 0px;
		top: 0px; 
		overflow: hidden;
	}

	.jssor {
		width: 270px;
		height: 350px;
		position: absolute;
		top: 0px;
		left: 470px;
	}

	.jssor .p {
		width: 270px;
		height: 80px;
		position: absolute;
		top: 0;
		right: 0;
		border-bottom: 1px solid #FFF;
	}

	.jssor .t {
		color: #333;
		padding: 5px;
		position: absolute;
		top: 0;
		line-height: 1.2;
		font-size: 14px;
		font-weight: bold;
	}

	.jssor .c {
		color: #333;
		padding: 5px;
		overflow: hidden;
		position: absolute;
		top: 37px;
		line-height: 1.2;
		font-size: 13px;
	}

	.jssor .p,
	.jssor .p:hover,
	.jssor .phv {
		background: #EEE;
	}

	.jssor .pav,
	.jssor .pdn,
	.jssor .pav:hover {
		background: #4cbebe;
	}

	.jssor .pav .t,
	.jssor .pav:hover .t,
	.jssor .phv .t, 
	.jssor .pav .c,
	.jssor .pav:hover .c,
	.jssor .phv .c {
		color: #FFF;
	}
	
	*/

}

/* ----- BANNERS ---------------------------------------------------------------- */

#banners-home {
	padding: 0 20px;
	display: table;
	margin: auto;
}

#banners-home img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

@media only screen and (min-width: 1024px) {
	
	#banners-home {
		clear: both;
		margin-bottom: 40px;
	}
	
	#banners-home img {
		width: 50%;
		padding: 0 1%;
		margin: 0;
		float: left;
	}

}

/* ----- 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: #4cbebe;
	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;
}

/* resultado da busca */

.resultado-busca {
	border-bottom: 1px solid #4cbebe;
	color: #4cbebe;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 5px;
	line-height: 1;
	font-size: 22px;
}

/* 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: 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 -------------------------------------------- */

.wp-block-file:not(.wp-element-button) {
	margin-bottom: 1em !important;
	font-size: 1em !important;
}

.wp-block-file__button {
	background: #333;
	color: #fff !important;
	padding: 5px 8px;
	font-size: 12px;
	text-decoration: none;
}

.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),
.pagina a[href*="docs.google.com"]:not(.wp-block-file__button),
.pagina a[href*="drive.google.com"]: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 a[href*="docs.google.com"]:not(.wp-block-file__button), /* link para arquivos no Drive */
.pagina a[href*="drive.google.com"]:not(.wp-block-file__button) {
	background-image: url(https://src.cijun.sp.gov.br/img/icones-arquivos/arquivo-drive-16x16.png);
}

.pagina a[href*="goo.gl"]:not(.wp-block-file__button), /* link para documento no encurtador do Google */
.pagina a[href*="bit.ly"]:not(.wp-block-file__button) /* 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: #4cbebe;
}

@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) {

}

/* ----- SIDEBAR ---------------------------------------------------------------- */

#sidebar {
	border-top: 5px solid #4cbebe;
	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;
	}

}

/* ----- APOIO ------------------------------------------------------------------ */

#apoio {
	background: #F5F5F5;
	border-top: 1px solid #EEE;
}

#apoio .container {
	max-width: 700px;
	margin: auto;
	padding: 20px;
}

#apoio .apoio {
	margin-top: 20px;
	color: #666;
	text-align: center;
}

#apoio .parceiro-logo {
	width: 60%;
	max-width: 200px;
	height: auto;
	margin: 0 auto 20px;
	display: block;
}

@media only screen and (min-width: 600px) {
	
	#apoio .container {
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(3, 1fr);
	}

	#apoio .parceiro-logo {
		width: 100%;
	}

}

/* ----- RODAPÉ ----------------------------------------------------------------- */

#rodape {
	background-color: #003472;
	color: #FFF;
	padding: 20px;

	background: #003472 -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: #003472 -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: #003472 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: #4cbebe;
	text-decoration: underline;
}

#rodape .rodape-widget {
	font-size: 12px;
	text-align: center;
}

#rodape .widget-titulo {
	font-size: 14px;
}

#rodape .icones-sociais {
	width: 270px;
	height: 36px;
	margin: 20px auto 40px;
	display: block;
	float: right:
}

#rodape .icones-sociais a {
	width: 35px;
	height: 36px;
	margin: 0 5px;
	border: 3px solid #FFF;
	float: left;
}

#rodape .icones-sociais a:hover {
	border-color: #DDD;
}

#desenvolvido-por {
	color: #FFF;
	border-color: #4cbebe;
	padding-bottom: 0;
}

/* newsletter */

.rodape-newsletter {
	width: 280px;
	height: auto;
	margin: 0 auto 20px;
}

.rodape-newsletter  p {
	margin-bottom: 0;
}

.rodape-newsletter  label {
	margin-bottom: 0.1em;
	display: block;
}

.form-newsletter .wpcf7-email {
	border-right: none;
	width: 70%;

	-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;
}

.form-newsletter .wpcf7-submit {
	border-left: none;
	width: 30%;

	-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;
}

.form-newsletter .disclaimer {
	line-height: 1;
	font-size: 9px;
}

/* rodapé no rodapé */

html, body {
	height: 100%;
}

.tudo {
	min-height: 100%;
	position: relative;
	padding-bottom: 445px;
}

#rodape {
	width: 100%;
	height: 445px;
	position: absolute;
	bottom: 0;
}

@media only screen and (min-width: 600px) {

	#rodape .container {
		background-image: url(images/logo-tvtec.png);
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 110px auto;
	}

}

@media only screen and (min-width: 800px) {

	#rodape .container {
		background-position: right 30px;
	}

	#rodape .rodape-sociais {
		width: 40%;
		float: left;
	}
	
	#rodape .rodape-widget {
		width: 60%;
		min-height: 150px;
		margin-top: 30px;
		padding-right: 130px;
		float: right;
		text-align: right;
	}
	
	/* rodapé no rodapé */
	
	.tudo {
		padding-bottom: 310px;
	}
	
	#rodape {
		height: 310px;
	}

}

/* ----- 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;
	}

}

/* ----- RÁDIO WEB -------------------------------------------------------------- */

.page-template-page-radiotec {
	margin: 0;
	padding: 0;
}

.page-template-page-radiotec #main-radiotec {
	background-color: #1D2126;
	color: #FFF;
	width: 100%;
	margin-bottom: 30px;
	padding: 10px;
}


.page-template-page-radiotec #main-radiotec iframe {
	max-width: 600px;
	height: 50px;
	margin: auto;
	display: block;
}

.page-template-page-radiotec #header-radiotec {
	background: #003472;
	padding: 40px 0 20px;
}

.page-template-page-radiotec #titulo-radiotec {
	background-image: url(images/logo-radiotec.png);
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #4cbebe;
	margin: 0;
	padding: 10px 10px 10px 80px;
	display: block;
	font-size: 40px;
	font-weight: 800;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

/* ----- RECAPTCHA ----------------------------------------------------------------------------- */

small.recaptcha {
	color: #999 !important;
}

small.recaptcha,
small.recaptcha a {
	font-size: 9px !important;
}

.grecaptcha-badge {
	visibility: hidden;
}