/*
Theme Name: Focinho Solidário 5.0
Theme URI: https://jundiai.sp.gov.br/focinhosolidario/
Author: CIJUN
Author URI: https://cijun.sp.gov.br/
Template: prefeituradejundiai-capa-5.0
Description: Hotsite da campanha Focinho Solidário
Version: 5.0
*/

/* tabela de cores */
/*
azul logo		#00519F
laranja logo	#F29C0E
vermelho logo	#E62E2E
amarelo			#e6bb3b
*/

/* ----- ELEMENTOS BÁSICOS ------------------------------------------------------ */

#main {
	max-width: none !important;
}

#content {
	padding: 0 !important;
}

.container {
	padding-left: 20px;
	padding-right: 20px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.bloco {
	padding: 40px 0;
	/*
	background: -moz-linear-gradient(top,  rgba(245,245,245,0.5) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(245,245,245,0.5) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(245,245,245,0.5) 0%,rgba(255,255,255,0) 100%);
	*/
}

/*
.bloco:nth-child(odd) {
	background-color: #f5f5f5;
}
*/

.bloco-titulo {
	color: #00519F;
	margin: 0 0 1em;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.contraste .bloco-titulo {
	color: #fff;
}

.contraste .noticia-titulo {
	color: #E1FE0A;
}

.contraste .todas-as-noticias {
	background: transparent;
	border: 1px solid #E1FE0A;
	color: #E1FE0A;
}

@media only screen and (min-width: 1024px) {

	.bloco-titulo {
		font-size: 36px;
	}

}

/* ----- CONHEÇA A CAMPANHA ----------------------------------------------------- */

#campanha {}

#campanha .logotipo {
	margin: 0 auto 40px;
}

@media only screen and (min-width: 1024px) {

	#campanha .logotipo {
		margin: 40px auto 80px;
	}

}

/* ----- EDITAL ----------------------------------------------------------------- */

#edital {
	text-align: center;
}

/* ----- NOTÍCIAS --------------------------------------------------------------- */

#noticias .noticia-lista {
	list-style: none;
	margin: 0;
}

#noticias .noticia-lista li {
	width: 100%;
	margin-bottom: 30px;
	display: block;
}

#noticias .noticia-data {
	color: #666;
	font-size: 12px;
}

#noticias img {
	display: none;
}

#noticias a:link,
#noticias a:visited {
	color: #003371;
	font-weight: 600;
	text-decoration: none;
}

#noticias a:hover {
	color: #003371;
	text-decoration: underline;	
}

#noticias .todas-as-noticias {
	background: #fff;
	color: #003371;
	border: 1px solid #003371;
	border-radius: 3px;
	width: 180px;
	margin: 0 auto 20px;
	padding: 10px;
	display: block;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#noticias .todas-as-noticias:hover {
	background: #f5f5f5;
	text-decoration: none;
}

@media only screen and (min-width: 640px) {

	#noticias .noticia-lista li {
		width: 49%;
		float: left;
		font-size: 16px;
	}

	#noticias .noticia-lista li:nth-child(odd) {
		margin-right: 2%;
	}

}

@media only screen and (min-width: 800px) {

	#noticias .noticia-lista li:last-child {
		margin-right: 0;
	}

	#noticias img {
		width: 100%;
		height: auto;
		margin-bottom: 5px;
		display: block;
	}

}

@media only screen and (min-width: 1024px) {

	#noticias .noticia-lista li {
		width: 23%;
		margin-right: 2%;
	}

}

/* ----- DOE AQUI --------------------------------------------------------------- */

#doe-aqui {
	background: #00519F;
	color: #fff;
	padding: 20px 0;
	margin-bottom: -22px;
}

#doe-aqui strong {
	color: #e6bb3b;
}

#doe-aqui .doe-aqui-titulo {
	color: #fff;
	margin: 1em 0;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

@media only screen and (min-width: 1024px) {

	#doe-aqui {
		margin-top: 100px;
	}
	
	#doe-aqui .container {
		min-height: 50px;
		padding-left: 250px;
		position: relative;
	}

	#doe-aqui .doe-aqui-titulo {
		background: url(images/localizacao.png) no-repeat 100% 100%;
		color: #fff;
		width: 194px;
		height: 217px;
		margin: 0;
		padding: 110px 20px 0 70px;
		float: left;
		line-height: 1;
		font-size: 18px;
		font-weight: 800;
		text-transform: uppercase;
		position: absolute;
		left: 20px;
		top: -130px;
	}

}