/*
Theme Name: Cartão da Gente
Theme URI: https://jundiai.sp.br/cartaodagente
Author: CIJUN
Author URI: https://cijun.sp.gov.br/
Description: Hotsite do Cartão da Gente
Version: 1.0
*/

/* ----- TABELA DE CORES ----------------------------------------------------------------------- */

:root {
	--amarelo:		#ffcc00;
	--anil:			#072380;
	--azul:			#009FE3;
	--laranja:		#ff6600;
	--magenta:		#FF00FF;
	--roxo:			#9900CC;
	--verde:		#007B3D;
	--vermelho:		#FF0000;
	
	--azul-cartao:	#134AAB;
	--ciano-cartao:	#44B8EA;
	--verde-cartao:	#2AB737;
}

/* ----- ELEMENTOS BÁSICOS --------------------------------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

h2 {
	margin: 0 0 0.5em;
	line-height: 1;
	font-size: 28px;
	font-weight: 700;
}

h3 {
	margin: 0 0 0.5em;
	font-size: 24px;
	font-weight: 700;	
}

a:link,
a:visited {
	color: var(--azul-claro);
}

a:hover {
	color: var(--azul-escuro);
}

b, strong {
	font-weight: 700;
}

.brasao {
	aspect-ratio: 700/187;
	height: auto;
}

@media only screen and (min-width: 800px) {

	body {
		font-size: 18px;
	}

	h2 {
		font-size: 36px;
	}

}


/* ----- CABEÇALHO ------------------------------------------------------------------- */

#header {}

#header .jundiai-faixa {
	width: 100%;
	height: auto;
}

/* ----- BLOCOS -------------------------------------------------------------------------------- */

#conteudo .bloco-home {
	padding: 40px 20px;
}

#conteudo a:link,
#conteudo a:visited {
	color: #000;
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 800px) {
}

@media only screen and (min-width: 1024px) {
}


/* ----- CARTÃO DA GENTE ----------------------------------------------------------------------- */

#cartao-da-gente {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

#cartao-da-gente .texto-home {
	margin: 0;
}

#cartao-da-gente .texto-home strong {
	font-weight: 700;
	font-weight: 20px;
}

#cartao-da-gente .titulo-home {
	display: none;
}

#site-titulo {
	background-image: url(images/logotipo-cartao-cidadao.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	aspect-ratio: 1000 / 596;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
	text-indent: -100000000px;
}

@media only screen and (min-width: 1024px) {

	#cartao-da-gente .container {
		display: grid;
		gap: 40px;
		grid-template-columns: 600px auto;
		align-content: center;
		align-items: center;
	}

	#site-titulo {
		max-width: 600px;
		margin: 0 auto;
	}

	#cartao-da-gente .texto-home strong {
		font-size: 24px;
	}

}


/* ----- O QUE É ------------------------------------------------------------------------------- */

#o-que-e {
	background: var(--azul);
	color: #fff;
}

#o-que-e .titulo-home {
	color: var(--anil);
}

@media only screen and (min-width: 1024px) {
}


/* ----- BAIXE AGORA --------------------------------------------------------------------------- */

#app-jundiai {
	background: var(--amarelo);
	color: #333;
}

#app-jundiai .titulo-home {
	text-align: center;
	margin-bottom: 1.5em;
}

#app-jundiai img {
	width: 100%;
	height: auto;
}

#app-jundiai figure {
	margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {

	#app-jundiai .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

}


/* ----- VANTAGENS ----------------------------------------------------------------------------- */

#vantagens {
	background: var(--laranja);
	color: #fff;
}

#vantagens .titulo-home {
	color: var(--amarelo);
}

@media only screen and (min-width: 1024px) {

	#vantagens ul {
		columns: 2;
		column-gap: 60px;
	}

}


/* ----- PRÉ LANÇAMENTO ------------------------------------------------------------------------ */

#pre-lancamento {
	background: var(--roxo);
	color: #fff;
}

#pre-lancamento .titulo-home {
	color: var(--magenta);
}

#pre-lancamento a,
#pre-lancamento a:link,
#pre-lancamento a:visited {
	color: #fff;
	box-shadow: inset 0 -10px 0 0 #FF00FF77; 
	text-decoration: none;
}


/* ----- MENU SOCIAL --------------------------------------------------------------------------- */

#menu-social a {
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-preto-web.svg);
}

#menu-social a[href*="/feed/"] {
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-preto-feed.svg);
}

#menu-social a[href*="facebook.com"],
#menu-social a[href*="fb.com"] {
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-preto-facebook.svg);
}

#menu-social a[href*="instagram.com"] {
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-preto-instagram.svg);
}

#menu-social a[href*="youtube.com"],
#menu-social a[href*="yt.be"] {
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-preto-youtube.svg);
}

#menu-social a[href*="flickr.com"] {
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-preto-flickr.svg);
}

#menu-social a[href*="twitter.com"],
#menu-social a[href*="x.com"] {
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-preto-x.svg);
}

#menu-social a[href*="tiktok.com"] {
	background-image: url(//src.cijun.sp.gov.br/img/icones-sociais/icone-preto-tiktok.svg);
}


/* ----- RODAPÉ -------------------------------------------------------------------------------- */

#rodape {
	background-color: #fff;
	color: #333;
	margin-top: 0;
	padding: 60px 20px;
}

#rodape a:link,
#rodape a:visited {
	color: #333;
}

#rodape .logos {
	max-width: 200px;
	margin: 0 auto 40px;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
	align-items: center;
	justify-content: stretch;
	justify-items: stretch;
}

#rodape .cijun {
	background-image: url(//src.cijun.sp.gov.br/img/logo-cijun/logo-cijun-preto.png
);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	aspect-ratio: 1758 / 559;
	width: 100%;
	height: auto;
	display: block;
	text-indent: -100000000px;
}

#botao-topo {
	background: #eee;
	color: #000;
	position: fixed;
}

#aviso-lgpd {
	color: #333;
}

@media only screen and (min-width: 600px) {

	#rodape .logos {
		max-width: 450px;
		grid-template-columns: repeat(2, 1fr);
	}

}

@media only screen and (min-width: 1024px) {

	#rodape {
		background-size: 1000px auto;
	}

	#rodape .logos {
		max-width: 600px;
	}

}