/*
Theme Name: Natal Luz 2025
Theme URI: https://jundiai.sp.gov.br/natalluz/
Author: CIJUN
Author URI: https://cijun.sp.gov.br/
Description: Hotsite do Natal Luz 2025
Version: 1.0
*/

/* ----- TABELA DE CORES DA GESTÃO --------------------------------------------------- */

:root {

	--azulgestao: #003371;
	--turquesa: #00a898;
	--verde: #70be43;
	--amarelo: #ffdd00;
	--laranja: #faa518;
	--magenta: #b41d8d;
	--ciano: #00b9f1;
	--azul: #0474bc;

	--tooltip: #E1FE0A;

	--azul1: #002B7E;
	--azul2: #002A02;
	--dourado: #ffab35;
	--amarelo: #ffd553;
	--vermelho: #aa0011;
	--vermelho2: #df0016;
	--roxo: #3B3165;
	--roxo2: #513E73;

}

/* ----- RESET ----------------------------------------------------------------------- */

* {box-sizing: border-box; scroll-behavior: smooth;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{border: 0; margin: 0; padding: 0; vertical-align: baseline; font-size: 100%; font: inherit;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
pre, code, tt {font: 1em/1.5em monospace; white-space: pre-wrap;}
sup {line-height: 100%; font-size: 70%; vertical-align: top;}
sub {line-height: 100%; font-size: 70%; vertical-align: bottom;}
small {font-size: 80%;}
del, strike {text-decoration: line-through;}
img {-ms-interpolation-mode: bicubic; vertical-align: middle; display: block;}
button, input, select, textarea {font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}
label {cursor: pointer;}
legend {border: 0; padding: 0; white-space: normal;}
button, input {line-height: normal;}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0; *width: 13px; *height: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
textarea {overflow: auto; vertical-align: top; resize: vertical;}
figure {margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}


/* ----- ELEMENTOS BÁSICOS ----------------------------------------------------------- */

html, body, button, input, select, textarea {
	background: #fff;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

body {
	background-color: #0f1a16;
	background-image: url(images/background-tabmob.jpg), url(images/background-footer-tabmob.jpg);
	background-repeat: no-repeat;
	background-position: top center, bottom center;
	background-size: 100%, 100%;
	line-height: 1.4;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

@media only screen and (min-width: 1200px) {
	body {
		background-image: url(images/background-desktop.jpg), url(images/background-footer-desktop.jpg);

	}
}

@media only screen and (min-width: 2000px) {
	body {
		background-image: url(images/background-4k.jpg), url(images/background-footer-4k.jpg);
	}
}

a:link,
a:visited {
	color: var(--amarelo);
}

a:hover {
	color: #fff;
}

a:active,
a:focus,
button:focus {
	color: var(--vermelho);
	outline: 1px dotted #666;
	outline-offset: 1px;
}

b, strong {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: 700;
}

h1 {
	margin: 0 0 1em;
	font-size: 32px;
}

h2 {
	margin: 1.5em 0 1em;
	font-size: 26px;
}

h3 {
	margin: 1.5em 0 1em;
	font-size: 22px;
}

h4 {
	margin: 0 0 0.5em;
	font-size: 20px;
}

h5 {
	margin: 0 0 0.5em;
	font-size: 16px;
}

h6 {
	margin: 0 0 0.5em;
	font-size: 16px;
}

p, pre, dl, ul, ol {
	margin-bottom: 1.5em;
}

iframe {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
}

iframe:not(figure iframe) {
	margin-bottom: 1.5em;
}

table {
	margin-bottom: 0.5em;
}

ul, ol {
	margin-left: 1.5em;
}

ul li, ol li {
	margin-bottom: 0.3em;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

img {
	max-width: 100%;
	height: auto;
}


/* ----- ELEMENTOS GENÉRICOS --------------------------------------------------------- */

.container {
	min-width: 300px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

.clear {
	content: '';
	height: 0;
	display: block;
	clear: both;
	line-height: 0;
}

.hidden {
	display: none;
}

.border-radius-5 {
	border-radius: 5px;
}

.border-radius-10 {
	border-radius: 10px;
}

@media only screen and (min-width: 1330px) {

	.container {
		padding: 0;
	}

}


/* ----- BLOCOS DO WORDPRESS --------------------------------------------------------- */

figure,
.wp-block-group,
.wp-block-image,
.wp-block-media-text,
.wp-block-video,
.wp-block-embed,
.wp-block-cover {
	margin: 0 auto 2em;
}

.wp-block-embed {
	width: fit-content;
}

.wp-caption-text,
figcaption {
	margin-top: 10px;
	color: #777;
	font-size: 14px;
}

.wp-caption-text,
figcaption,
figure.size-large figcaption,
figure.size-full figcaption,
figure.aligncenter figcaption,
figure.alignleft figcaption,
figure.alignright figcaption {
	text-align: center;
}

/* separador */

hr {
	background: #ccc;
	color: #ccc;
	border: none;
	margin: 2em auto;
	height: 1px;
}

.wp-block-separator {
	border: none;
	width: 50%;	
}

.wp-block-separator.is-style-wide {
	width: 100%;
}

/* vídeos */

/* inserido num bloco do tipo HTML usando o código embed do YouTube */
iframe[src*="youtube.com"]:not(figure.is-type-video iframe),
figure.is-type-video.aligncenter,
figure.is-type-video.aligncenter iframe {
	width: 100%;
}

@media only screen and (min-width: 600px) {

	figure.is-type-video.alignleft {
		margin: 0 20px 0 0;
		float: left;
	}

	figure.is-type-video.alignright {
		margin: 0 0 0 20px;
		float: right;
	}

}

@media only screen and (min-width: 800px) {

	iframe[src*="youtube.com"]:not(figure.is-type-video iframe),
	figure.is-type-video.aligncenter iframe {
		height: 500px;
	}

	/* os mesmos vídeos mas dentro de colunas */
	.wp-block-column iframe[src*="youtube.com"]:not(figure.is-type-video iframe),
	.wp-block-column figure.is-type-video.aligncenter iframe {
		height: 300px;
	}

}

@media only screen and (min-width: 1024px) {

	.pagina-full iframe[src*="youtube.com"]:not(figure.is-type-video iframe),
	.pagina-full figure.is-type-video.aligncenter iframe {
		height: 650px;
	}

	.wp-block-column iframe[src*="youtube.com"]:not(figure.is-type-video iframe),
	.wp-block-column figure.is-type-video.aligncenter iframe {
		height: 400px;
	}

	body {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
	}

}

/* conteúdo embedado do instagram e do facebook */

iframe.instagram-media,
iframe[src*="instagram.com"] {
	margin-left: auto !important;
	margin-right: auto !important;
}

iframe[src*="instagram.com"],
iframe[src*="facebook.com"] {
	margin-bottom: 2em !important;
}

/* parágrafos */

.wp-block-group.has-background {
	padding: 20px;
}

/* tabelas */

.wp-block-table {
	margin-bottom: 1.5em;
}

.wp-block-table.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.wp-block-table.alignleft {
	margin: 0 20px 0 0;
	float: left;
}

.wp-block-table.alignright {
	margin: 0 0 0 20px;
	float: right;
}

.wp-block-table table {
	font-size: 14px;
}

.wp-block-table thead {
	font-weight: 600;
}

.wp-block-table table td,
.wp-block-table table th {
	padding: 10px;
}

.wp-block-table:not(.is-style-stripes) table {
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}

.wp-block-table:not(.is-style-stripes) table thead,
.wp-block-table:not(.is-style-stripes) table tfoot {
	background: #f5f5f5;
}

.wp-block-table:not(.is-style-stripes) table td,
.wp-block-table:not(.is-style-stripes) table th {
	border: 1px solid #eee;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table,
.wp-block-table.is-style-stripes table thead {
	border-bottom: 3px solid #333;
}

.wp-block-table.is-style-stripes table,
.wp-block-table.is-style-stripes table tfoot {
	border-top: 3px solid #333;
}

.wp-block-table table .has-text-align-center img {
	margin: auto;
}

.wp-block-table table .has-text-align-left img {
	margin: 0 20px 0 0;
	float: left;
}

.wp-block-table table .has-text-align-right img {
	margin: 0 0 0 20px;
	float: right;
}

/* botões */

.wp-block-button,
.wp-block-buttons {
	width: fit-content;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: none;
}

.wp-block-button__link,
.wp-block-button__link:link,
.wp-block-button__link:visited {
	color: #fff;
}

.wp-block-button.alignleft {
	margin: 0 20px 0 0;
	float: left;
}

.wp-block-button.alignright {
	margin: 0 0 0 20px;
	float: right;
}

/* galerias */

.wp-block-gallery {
	margin: 0 0 2em;
}

/* blockquote */

.wp-block-quote {
	border-left: 3px solid #333;
	margin-bottom: 2em;
	margin-left: 2em;
	padding-left: 1em;
	font-style: italic;
}

.wp-block-pullquote {
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	margin: 3em 0;
	padding: 2em 0;
}

.wp-block-quote cite,
.wp-block-pullquote cite {
	font-size: 14px;
}

.wp-block-quote cite,
.wp-block-pullquote:not(.wp-block-pullquote.has-background) cite {
	color: #666;
}

/* cover */

.wp-block-cover {
	width: 100%;
	color: #fff;
}

.wp-block-cover.left {
	margin: 0 20px 0 0;
	float: left;
}

.wp-block-cover.alignright {
	margin: 0 0 0 20px;
	float: right;
}

/* editor clásico */

.wp-caption {
	max-width: 100%;
}

.wp-caption.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.wp-caption.alignleft,
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.wp-caption.alignright,
img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 599px) {

	.wp-block-image .alignleft,
	.wp-block-image .alignright,
	.wp-block-image .alignleft img,
	.wp-block-image .alignright img,
	.wp-caption.alignnone,
	.wp-caption.aligncenter,
	.wp-caption.alignleft,
	.wp-caption.alignright,
	img.alignleft,
	img.alignright {
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
	}

}


/* ----- CABEÇALHO ------------------------------------------------------------------- */

#header {
	padding-top: 20px;
	margin-bottom: 60px;
	/* padding-bottom: 40px; */
	display: grid;
	gap: 0;
	grid-template-areas: "logo" "mensagem" "menu";
	align-content: stretch;
	align-items: stretch;
	justify-content: stretch;
	justify-items: stretch;
}

#site-titulo {
	/* background: url(images/familia.png) no-repeat center top/400px auto; */
	grid-area: logo;
	display: flex;
	align-items: center;
	justify-content: center;
}

#site-titulo img {
	width: 95vw;
}

#natal-luz {
	/* background: url(images/natal-luz.png) no-repeat center center/100% 100%;
	aspect-ratio: 16/10;
	width: 300px;
	display: block;
	margin: 70px auto 0;
	line-height: 1;
	text-indent: -10000px;
	filter: drop-shadow(3px 3px 3px #00000055); */
}

#mensagem-topo {
		display: flex;
		align-items: center;
		justify-content: center;
		grid-area: mensagem;
		padding: 10px;
}

#mensagem-topo p {
	text-align: center;
	font-size: 12px;
	text-shadow: 5px 3px 6px #fff3c9;
}

.logo-natal-luz {
	max-width: 1380px;
	margin-top: 13vw;
}

@media only screen and (min-width: 375px) {
	#mensagem-topo p {
		text-align: center;
		font-size: 12px;
	}
}

@media only screen and (min-width: 570px) {
	#mensagem-topo p {
		text-align: center;
		font-size: 14px;
		font-family: 'Montserrat', sans-serif;
	}
}

@media only screen and (min-width: 600px) {

	#site-titulo {
		background-size: 550px auto;
		display: flex;
		justify-content: center;
	}

	#natal-luz {
		padding-top: 150px;
		width: 540px;
	}

	#mensagem-topo p { 
		font-size: 17px;
		padding: 0 40px;
		text-shadow: none;
	}

	

}

@media only screen and (min-width: 900px) {
	
	#header {
		margin-bottom: 85px;
		grid-template-areas: "logo" "mensagem" "menu ";
		gap: 20px;
	}

	#mensagem-topo {
		padding: 0;
		margin: 0;
	}
	

}

@media only screen and (min-width: 1100px) {
	

	#header {
		gap: 0;
		margin-bottom: 43px;

	}

	#menu-header {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		max-width: 90% !important;
	}

	#menu-principal {
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 5px;
		max-width: 1380px;
		flex-wrap: wrap;
	}

	#menu-principal li {
		height: 36px;
		margin: 5px !important;
		min-width: 195px;
		width: 100%;
		max-width: 200px;
	}

	#mensagem-topo p {
		max-width: 1320px;
		text-align: center;
		font-size: 1em;
		padding: 0 11vw;
	}

	#menu-principal li a{
		font-size: 11px;
		font-weight: bold;
		margin:0;
		padding: 10px;
		border-radius: 0;
	}

	#site-titulo img {
		width: 62vw;
		height: auto;
	}

}

@media only screen and (min-width: 1200px) {

	#site-titulo {
		background-size: 850px auto;
		display: flex;
		justify-content: center;
	}

	#natal-luz {
		padding-top: 250px;
		width: 740px;
	}

	#menu-principal li a{
		font-size: 12px;
	
	}

	#mensagem-topo p {
		font-size: 0.8em;
	}

}

@media only screen and (min-width: 1300px) {
	
	#mensagem-topo p {
		font-size: 0.95em;
	}

	#menu-principal li a{
		font-size: 12px;
	}

	.logo-natal-luz
	{
		max-width: 1380px;
		margin-top: 11vw;
	}

}

@media only screen and (min-width: 1439px) {
	#mensagem-topo p {
		font-size: 1em;
	}

}

@media only screen and (min-width: 1600px) {
	#header {
		padding-bottom: 30px;
	}

	#menu-principal li {
		max-width: 262px;
	}

	#menu-principal li a{
		font-size: 14px;
	}

}

@media only screen and (min-width: 1700px) {
	#header {
		padding-bottom: 30px;
	}

	.logo-natal-luz
	{
		max-width: 1380px;
		margin-top: 13vw;
	}

	#site-titulo img {
		width: 71vw;
	}

	#mensagem-topo p {
		font-size: 1.43em;
		padding: 0;
		max-width: 1440px;
	}

	#menu-principal li a{
		font-size: 15px;
	}

}


/* ----- MENU ------------------------------------------------------------------------ */

#menu-header {
	width: 95%;
	max-width: 600px;
	grid-area: menu;
	justify-self: center;
	align-self: center;
}

#menu-principal {

	margin: 0;
	padding: 0;
}

#menu-principal li {
	margin: 10px 20px;
	display: block;
	list-style: none;
	text-align: center;
}

#menu-principal a {
	background: var(--vermelho);
	/*background: linear-gradient(var(--vermelho2) 0%, var(--vermelho) 100%);*/
	background: #ff0000;
	color: #fff;
	border: 1px solid var(--vermelho2);
	font-size: 15px;
	padding: 6px;
	margin: auto;
	display: block;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

#menu-principal a:hover {
	background: var(--vermelho2);
	background: linear-gradient(var(--vermelho) 0%, var(--vermelho2) 100%);
}

#menu-principal .current-menu-item a {
	background-color: #2b2b00;
	border-color: #2b2b00;

}

@media only screen and (min-width: 800px) {

	#menu-header {
		max-width: 450px;
	}

	#menu-principal li {
		margin: 15px 20px;
	}
	
	#menu-principal a {
		padding: 10px;
		font-size: 18px;
	}

}

/* ----- LOCAIS COM ATRAÇÔES --------------------------------------------------------- */

#atracoes {
	/* background-color: #00000059; */
	width: 100%;
	padding: 0 0 70px 0;
	margin: 0 auto 0px;
	font-size: 32px;
	font-family: "Cormorant SC";
	font-weight: 600;
}

#atracoes .titulo {
	/* background: var(--azul2); */
	color: #fff3c9;
	border-radius: 5px;
	margin: 0 auto 45px;
	padding: 5px 20px;
	font-size: 26px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#atracoes ul {
	margin-bottom: 0;
}

#atracoes li { 
	margin-bottom: 0.1em;
}

@media only screen and (min-width: 1100px) {
	#atracoes .titulo {
		font-size: 48px;
	}

}

@media only screen and (min-width: 1600px) {
	#atracoes .titulo {
		font-size: 60px;
	}

}

/* ----- CONTEÚDO -------------------------------------------------------------------- */

.page {
	color: #fff;
}

.titulo {
	color: var(--dourado);
	margin-top: 0.5em;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.page a,
.page h3,
.page strong {
	color: var(--amarelo);
}

.page-conteudo {
	padding: 5px 22px 190px 22px;
}

.page-conteudo h2.titulo {
		font-size: 26px;
		color: #fff3c9;
}

.page-conteudo p {
	text-align: justify;
	hyphens: auto;
}

@media only screen and (min-width: 600px) {

	.titulo {
		font-size: 42px;
	}

}


@media only screen and (min-width: 800px) {

	.titulo {
		margin-top: 1em;
		font-size: 52px;
	}

	.page-conteudo h2.titulo {
		font-size: 32px;
	}

}

@media only screen and (min-width: 1024px) {

	.titulo {
		margin-top: 0;
		font-size: 60px;
	}

	#fotos .titulo {
		margin:0;
		color: #820000 !important;
		box-shadow: none !important;
	}

	.page-conteudo {
		padding: 10px 3vw 130px 3vw;
	}

	.page-conteudo h2.titulo {
		font-size: 42px;
	}

}

@media only screen and (min-width: 1600px) {
	.page-conteudo {
		padding: 10px 0 130px 0;
	}

}


/* ----- PROGRAMAÇÃO GERAL ----------------------------------------------------------- */

#programacao-geral {
	font-weight: 600;
}

#programacao-geral .container {
	background: linear-gradient(var(--amarelo) 0%, var(--dourado) 100%);
	border: 1px solid var(--amarelo);
	border-radius: 20px;
	width: 90%;
	max-width: 550px;
	margin-bottom: 60px;
	padding: 30px;
	font-size: 22px;
}

#programacao-geral .titulo {
	background: var(--azul2);
	color: var(--dourado);
	border-radius: 5px;
	margin: 0 0 1em;
	padding: 10px;
}

#programacao-geral p {
	margin-bottom: 0.5em;
}

#programacao-geral ul {
	margin-bottom: 0;
}


/* ----- ANIVERSÁRIO DA CIDADE ------------------------------------------------------- */

body.page-aniversario-da-cidade {
	background-color: #022163;
	background-image: url(images/background-header-aniversario.jpg), url(images/background-rodape-aniversario.jpg);
}

body.page-aniversario-da-cidade #natal-luz {
	background: url(images/368-anos.png) no-repeat center center/100% 100%;
	aspect-ratio: 71/49;
	filter: drop-shadow(0px 0px 5px #ffab3566);
}

@media only screen and (min-width: 1024px) {

	body.page-aniversario-da-cidade #natal-luz {
		width: 500px;
		margin-bottom: 120px;
		padding-top: 250px;
	}

}

/* ----- FOTOS ------------------------------------------------------------------------ */

#fotos {
	/*
	background: var(--roxo);
	background: linear-gradient(var(--roxo) 0%, var(--roxo2) 50%, var(--roxo) 100%);
	*/
	/* background: var(--vermelho2);
	background: linear-gradient(var(--vermelho) 0%, var(--vermelho2) 50%, var(--vermelho) 100%); */
	
	background: #fff3c9;
	background-size: auto 60%, auto 60%;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;
}

#fotos .titulo {
	color: #6e0000;
}

#fotos .glider-prev,
#fotos .glider-next {
	color: #fff;
}

#fotos .glider-track {
	padding-right: 10px;
}

#fotos .glider-contain {
	width: 80%;
}

.btns-fotos {
	width: 15px;
	height: auto;
}

.glider-prev {
	top: 30% !important;
	left: -2% !important;

}

.glider-next  {
	top: 30% !important;
	right: -2% !important;
}

.glider-slide {
  height: auto;
  overflow: hidden;
}

.glider-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;  /* ou 'contain' se não quiser cortar */
}

.glider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (min-width: 375px) {
	.glider-prev {
	top: 30% !important;
	left: -9% !important;

	}

	.glider-next  {
		top: 30% !important;
		right: -9% !important;
	}

		
	.btns-fotos {
		width: 31px;
		height: auto;
	}

}

@media only screen and (min-width: 1100px) {
	#fotos {
		background: url('images/estrela-esquerda.png') center left no-repeat,
    				url('images/estrela-direita.png') center right no-repeat,
					#fff3c9;

		background-size: auto 56%, auto 56%;
	}

	.glider-prev {
	top: 38% !important;
	left: -3% !important;

	}

	.glider-next  {
		top: 38% !important;
		right: -3% !important;
	}

	
}


/* ----- NOTÍCIAS -------------------------------------------------------------------- */

.container-noticias {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#noticias {
	background: #e5e5e5;
	background: linear-gradient(#f5f5f5 0%, #e5e5e5 100%);
	padding-top: 60px;
	padding-bottom: 30px;
}

#noticias .titulo {
	color: #6e0000;
}

#noticias .noticia-lista {
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: start;
}

#noticias a {
	color: var(--vermelho);
	font-weight: 600;
	text-decoration: none;
}

#noticias .noticia-data {
	color: #000000;
    font-size: 15px;
    font-weight: 600;
}

#noticias img {
	border: 4px solid #fff;
	border-radius: 10px;
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	display: block;
	box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.2);
	object-fit: cover;
}

#noticias .noticia-resumo {
	display: none;
}

#noticias .todas-as-noticias {
	background: #ff0000;
	color: #fff;
	border-radius: 5px;
	margin: 100px auto 60px;
	padding: 5px 10px;
	display: inline-block;
    clear: both;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

@media only screen and (min-width: 680px) {
	#noticias img {
		height: 300px;

	}
}


@media only screen and (min-width: 800px) {

	#noticias .noticia-lista {
		gap: 40px;
		grid-template-columns: repeat(2, 1fr);
	}

	#noticias .noticia-titulo {
		margin: 1em 0 0.5em;
	}

	#noticias .noticia-resumo {
		color: #333;
		display: block;
	}

	
}

@media only screen and (min-width: 1024px) {

	#noticias .noticia-lista {
		/* grid-template-columns: repeat(4, minmax(0, 1fr)); */
	}


	#noticias img {
		height: 400px;

	}
}


/* ----- COMPRE UVA DIRETO DO PRODUTOR ----------------------------------------------- */

#compre-uva {
	background: var(--vermelho);
	background: url(images/uva.png) no-repeat bottom center/100% auto,
				linear-gradient(var(--dourado) 0%, var(--dourado) 50%, var(--amarelo) 80%);
	color: #000;
	border-radius: 10px;
	padding: 30px 30px 120px;
	display: block;
	width: 90%;
	max-width: fit-content;
	margin: 30px auto 0;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

#niagara-rosada {
	background: url(images/niagara-rosada.png) no-repeat center center/100% 100%;
	aspect-ratio: 36/11;
	width: 250px;
	margin: 60px auto 0;
	display: block;
	text-indent: -10000px;
}


/* ----- RODAPÉ ---------------------------------------------------------------------- */

#rodape {
	color: #fff;
	margin: 0 0 0;
	font-size: 14px;
	clear: both;
	background-image: url(images/background-footer-4k.jpg);
	background-size: cover;
}

body.page-aniversario-da-cidade #rodape {
	background-image: url(images/background-rodape-aniversario.jpg);
}

#rodape .container {
	padding: 20px;
}

#rodape a:link,
#rodape a:visited {
	color: #FFF;
	text-decoration: none;
}

#rodape a:hover,
#rodape a:active {
	color: #DDD;
	text-decoration: underline;
}

#marcas {
	/* background: url(images/marcas.png) no-repeat center center/100% 100%;
	aspect-ratio: 143 / 17;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 80px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 28px;
	gap: 2%;

}

#marcas img {
	display: block;
	width: 90px;
	height:fit-content;
	margin: 24px;
}

#realizacao {
	display: flex;
	flex-direction: column;
	margin: 40px auto 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

#realizacao p {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1em;
}

#realizacao a {
	width: 100%;
	display: flex;
	justify-content: center;
}

#realizacao img {
	width: 90vw;
	max-width: 250px;
}

#realizacao .brasao {
	background: url(//src.cijun.sp.gov.br/img/gestao-2017-2024/logo-gestao-negativo.svg) no-repeat top center/100% 100%;
	aspect-ratio: 115/35;
	width: 250px;
	display: block;
	margin: 0 auto;
	text-indent: -100000px;
}

#desenvolvido-por {
	color: #999;
	padding: 20px 0 0;
	font-size: 12px;
	text-align: center;
}

@media only screen and (min-width: 370px) {
	#marcas img {
		display: block;
		width: 120px;
	}

}

@media only screen and (min-width: 600px) {

	#rodape {
		padding-bottom: 0;
	}

}

@media only screen and (min-width: 750px) {
	#marcas img {
		display: block;
		width: 160px;
	}
}


/* ----- REDES SOCIAIS --------------------------------------------------------------- */

.icones-sociais {
	margin: 0 auto 20px;
	width: auto;
	display: table;
	list-style: none;
}

.icones-sociais li {
	display: table-cell;
	width: auto;
}

.icones-sociais a {
	margin: 5px;
	display: block;
	float: left;
	text-indent: -100000px;
	font-size: 0;
}

.icones-sociais .feed {
	background-position: 0 0;
	margin-left: 0;
}

.icones-sociais .facebook {
	background-position: 0 -50px;
}

.icones-sociais .instagram {
	background-position: 0 -100px;
}

.icones-sociais .youtube {
	background-position: 0 -150px;
}

.icones-sociais .flickr {
	background-position: 0 -200px;
}

.icones-sociais .twitter {
	background-position: 0 -250px;
}

.icones-sociais-flat-30x30-branco {
	height: 30px;
}

.icones-sociais-flat-30x30-branco a {
	background: url(//src.cijun.sp.gov.br/img/icones-sociais/icones-sociais-flat-30x30-branco.png) no-repeat;
	width: 30px;
	height: 30px;
}


/* ----- POP-UP DA LGPD ------------------------------------------------------------------------ */

#aviso-lgpd {
	background: #eee;
	color: #000;
	border: 1px solid #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 20px;
	display: block;
	position: fixed;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	z-index: 10000000000;
	font-size: 14px;
}

#aviso-lgpd span {
	display: inline-block;
}

#aviso-lgpd button {
	background: #444;
	color: #fff;
	border: none;
	border-radius: 3px;
	margin: 20px auto 0;
	padding: 10px 40px;
	display: block;
	text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
	
	#aviso-lgpd span {
		width: calc(100% - 120px);
		float: left;
	}

	#aviso-lgpd button {
		float: right;
		margin: 0;
	}

}

#menu-principal .no-active-link a {
    background-color: #ff0000 !important;
}