/* ----- NOVIDADES NESTA VERSAO (2.0) ------------------------------------------- */
/*                                                                                */
/* Foi criada a classe .brasao para inserir o logotipo da gestao atual nos sites. */
/*                                                                                */
/* ------------------------------------------------------------------------------ */


/* ----- RESET ------------------------------------------------------------------ */

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;
}

html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {font-size: 1em;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

table {border-collapse: collapse;	border-spacing: 0;}
td {vertical-align: top;}

a:hover, a:active {outline: 0;}

p, pre {margin-bottom: 1.5em;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}
pre, code, tt {font: 1em/1.5em monospace;}
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 {display: block; -ms-interpolation-mode: bicubic; vertical-align: middle;}

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;}

/* ----- ELEMENTOS GENERICOS ---------------------------------------------------- */

.clear {
	height: 0;
	clear: both;
}

.hidden {
	display: none;
}

/* ----- APARENCIA -------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
	background: #FFF;
	color: #000;
}

blockquote {
	margin: 0 0 1em 1em;
}

hr {
	background: #CCC;
	color: #CCC;
	border: none;
	margin: 5px auto 20px;
	height: 1px;
}

/* ----- TIPOGRAFIA ------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

body {
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 100%;
	text-align: left;
}

blockquote {
	font-style: italic;
}

/* ----- FORMULARIOS ------------------------------------------------------------ */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="tel"],
input[type="password"],
textarea,
select {
	border: 1px solid #CCC;
	padding: 5px;
}

input[type="submit"] {
	background: #CCC;
	color: #000;
	border: 1px solid #BBB;
	padding: 5px;
	
	background: -moz-linear-gradient(top,  #cccccc 0%, #aaaaaa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#aaaaaa));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#aaaaaa 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#aaaaaa 100%);
}

input[type="submit"]:hover {
	background: #AAA;

	background: -moz-linear-gradient(top,  #aaaaaa 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #aaaaaa 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #aaaaaa 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #aaaaaa 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #aaaaaa 0%,#cccccc 100%);
}

/* ----- BORDAS ARREDONDADAS ---------------------------------------------------- */

.border-radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}

.border-radius-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px;
}

/* ----- ICONES DAS REDES SOCIAIS ----------------------------------------------- */

.icones-sociais a,
#icones-sociais a {
	display: block;
	float: left;
	text-indent: -100000px;
	font-size: 0;
}

/* icones */

.icones-sociais .feed,
#icones-sociais .feed {
	background-position: 0 0;
}

.icones-sociais .facebook,
#icones-sociais .facebook {
	background-position: 0 -50px;
}

.icones-sociais .twitter,
#icones-sociais .twitter {
	background-position: 0 -100px;
}

.icones-sociais .youtube,
#icones-sociais .youtube {
	background-position: 0 -150px;
}

.icones-sociais .gplus,
#icones-sociais .gplus {
	background-position: 0 -200px;
}

.icones-sociais .flickr,
#icones-sociais .flickr {
	background-position: 0 -250px;
}

.icones-sociais .instagram,
#icones-sociais .instagram {
	background-position: 0 -300px;
}

.icones-sociais .ao-vivo,
#icones-sociais .ao-vivo {
	background-position: 0 -350px;
}

/* altura do elemento */

.icones-sociais-flat-20x20-cinza,
.icones-sociais-flat-20x20-colorido {
	height: 20px;
}

.icones-sociais-flat-25x25-cinza,
.icones-sociais-flat-25x25-colorido {
	height: 25px;
}

.icones-sociais-flat-30x30-cinza,
.icones-sociais-flat-30x30-colorido {
	height: 30px;
}

.icones-sociais-round-40x40-colorido {
	height: 40px;
}

.icones-sociais-flat-50x50-colorido,
.icones-sociais-round-50x50-colorido {
	height: 50px;
}

/* imagens */

.icones-sociais-flat-20x20-cinza a {
	background: url(../../img/icones-sociais/icones-sociais-flat-20x20-cinza.png) no-repeat;
	width: 20px;
	height: 20px;
}

.icones-sociais-flat-20x20-colorido a {
	background: url(../../img/icones-sociais/icones-sociais-flat-20x20-colorido.png) no-repeat;
	width: 20px;
	height: 20px;
}

.icones-sociais-flat-25x25-cinza a {
	background: url(../../img/icones-sociais/icones-sociais-flat-25x25-cinza.png) no-repeat;
	width: 25px;
	height: 25px;
}

.icones-sociais-flat-25x25-colorido a {
	background: url(../../img/icones-sociais/icones-sociais-flat-25x25-colorido.png) no-repeat;
	width: 25px;
	height: 25px;
}

.icones-sociais-flat-30x30-cinza a {
	background: url(../../img/icones-sociais/icones-sociais-flat-30x30-cinza.png) no-repeat;
	width: 30px;
	height: 30px;
}

.icones-sociais-flat-30x30-colorido a {
	background: url(../../img/icones-sociais/icones-sociais-flat-30x30-colorido.png) no-repeat;
	width: 30px;
	height: 30px;
}

.icones-sociais-flat-50x50-cinza a {
	background: url(../../img/icones-sociais/icones-sociais-flat-50x50-cinza.png) no-repeat;
	width: 50px;
	height: 50px;
}

.icones-sociais-round-40x40-colorido a {
	background: url(../../img/icones-sociais/icones-sociais-round-40x40-colorido.png) no-repeat;
	width: 40px;
	height: 40px;
}

.icones-sociais-flat-50x50-colorido a {
	background: url(../../img/icones-sociais/icones-sociais-flat-50x50-colorido.png) no-repeat;
	width: 50px;
	height: 50px;
}

.icones-sociais-round-50x50-colorido a {
	background: url(../../img/icones-sociais/icones-sociais-round-50x50-colorido.png) no-repeat;
	width: 50px;
	height: 50px;
}

/* ----- COMPARTILHAMENTO NAS REDE SOCIAS --------------------------------------- */

.sociais {
	height: auto;
	margin: 30px 0 10px;
}

.fb-like,			/* botão novo */
.facebook-share {	/* botão antigo */
	width: 350px;
	float: left;
}

.twitter-share-button {
	float: left;
}

.gplus-share-button {
	width: 80px;
	float: right;
}

/* ----- LOGO DA CIJUN ---------------------------------------------------------- */

.logo-cijun {
	display: block;
	text-indent: -100000px;
}

.logo-cijun-149x45-colorido {
	background: url('//src.cijun.sp.gov.br/img/logo-cijun/logo-cijun-149x45-colorido.png') no-repeat;
	width: 149px;
	height: 45px;
}

.logo-cijun-150x48-colorido-negativo {
	background: url('//src.cijun.sp.gov.br/img/logo-cijun/logo-cijun-150x48-colorido-negativo.png') no-repeat;
	width: 150px;
	height: 48px;
}

.logo-cijun-280x90 {
	background: url('//src.cijun.sp.gov.br/img/logo-cijun/logo-cijun-280x90.png') no-repeat;
	width: 280px;
	height: 90px;
}

.logo-cijun-230x75 {
	background: url('//src.cijun.sp.gov.br/img/logo-cijun/logo-cijun-230x75.png') no-repeat;
	width: 230px;
	height: 75px;
}

.logo-cijun-200x65 {
	background: url('//src.cijun.sp.gov.br/img/logo-cijun/logo-cijun-200x65.png') no-repeat;
	width: 200px;
	height: 65px;
}

/* não usar mais, a proporção é referente ao logo antigo - usar o 200x65 */
.logo-cijun-200x125-colorido {
	background: url('//src.cijun.sp.gov.br/img/logo-cijun/logo-cijun-200x125-colorido.png') no-repeat;
	width: 200px;
	height: 125px;
}

/* ----- BRASAO DA PREFEITURA DE JUNDIAI ---------------------------------------- */

.brasao {
	display: block;
	text-indent: -100000px;
}

.brasao-vertical-145x200-colorido {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-vertical-145x200-colorido.png') no-repeat;
	width: 145px;
	height: 200px;
}

.brasao-horizontal-220x100-colorido {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-220x100-colorido.png') no-repeat;
	width: 220px;
	height: 100px;
}

.brasao-horizontal-260x55-colorido {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-260x55-colorido.png') no-repeat;
	width: 260px;
	height: 55px;
}

.brasao-horizontal-200x90-colorido {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-200x90-colorido.png') no-repeat;
	width: 200px;
	height: 90px;
}

.brasao-horizontal-300x135-colorido {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-300x135-colorido.png') no-repeat;
	width: 300px;
	height: 135px;
}

.brasao-horizontal-345x70-colorido {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-345x70-colorido.png') no-repeat;
	width: 345px;
	height: 70px;
}

.brasao-horizontal-175x80-colorido {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-175x80-colorido.png') no-repeat;
	width: 175px;
	height: 80px;
}

.brasao-horizontal-175x80-branco {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-175x80-branco.png') no-repeat;
	width: 175px;
	height: 80px;
}

.brasao-horizontal-260x55-colorido {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-260x55-colorido.png') no-repeat;
	width: 260px;
	height: 55px;
}

.brasao-horizontal-260x55-colorido-negativo {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-260x55-colorido-negativo.png') no-repeat;
	width: 260px;
	height: 55px;
}

.brasao-horizontal-320x65-wordpress {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-320x65-wordpress.png') no-repeat;
	width: 320px;
	height: 65px;
}

.logo-gestao-negativo-250x70 {
	background: url('//src.cijun.sp.gov.br/img/gestao-2017-2020/logo-gestao-negativo-250x70.png') no-repeat;
	width: 250px;
	height: 70px;
}

.brasao-horizontal-150x68-preto {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-150x68-preto.png') no-repeat;
	width: 150px;
	height: 68px;
}

/* ----- BRASAO DA PREFEITURA EM DATAS COMEMORATIVAS ---------------------------- */

.brasao-horizontal-300x135-outubro-rosa {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-300x135-outubro-rosa.png') no-repeat;
	width: 300px;
	height: 135px;
}

.brasao-horizontal-300x135-novembro-azul {
	background: url('//src.cijun.sp.gov.br/img/brasao/brasao-horizontal-300x135-novembro-azul.png') no-repeat;
	width: 300px;
	height: 135px;
}