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

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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;
	line-height: 0;
}

.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: 1;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="tel"],
input[type="password"],
textarea,
select {
	border: 1px solid #BBB;
	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;
	border: 1px solid #BBB;

	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 {
	width: auto;
	display: table;
	list-style: none;
}

.icones-sociais li {
	display: table-cell;
	width: auto;
}

.icones-sociais a {
	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;
}

/* 32x32 pixels, bordas arredondadas, colorido */

.icones-sociais-32x32-round a {
	background: url(//src.cijun.sp.gov.br/img/icones-sociais/icones-sociais-32x32-round.png) no-repeat;
	width: 32px;
	height: 32px;
	margin-left: 8px;
}

/* 30x30 pixels, quadrado, colorido */

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

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

/* 30x30 pixels, quadrado, preto */

.icones-sociais-flat-30x30-preto {
	height: 30px;
}

.icones-sociais-flat-30x30-preto a {
	background: url(//src.cijun.sp.gov.br/img/icones-sociais/icones-sociais-flat-30x30-preto.png) no-repeat;
	width: 30px;
	height: 30px;
}

/* 30x30 pixels, quadrado, branco */

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


/* 24x24 pixels, quadrado, preto */

.icones-sociais-flat-24x24-preto {
	height: 30px;
}

.icones-sociais-flat-24x24-preto a {
	background: url(//src.cijun.sp.gov.br/img/icones-sociais/icones-sociais-flat-24x24-preto.png) no-repeat;
	width: 30px;
	height: 30px;
}

/* ----- LOGO DA GESTAO 2017-2020 ----------------------------------------------- */

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

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

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

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

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

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

/* ----- 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-220x70-negativo {
	background: url('//src.cijun.sp.gov.br/img/logo-cijun/logo-cijun-220x70-negativo.png') no-repeat;
	width: 220px;
	height: 70px;
}

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

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

/* ----- ACESSIBILIDADE --------------------------------------------------------- */

a:active,
a:focus {
	/* color: #0474bc; */
	outline: 1px dotted #666;
	/* outline-offset: 1px; */
}

/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

#acessibilidade {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

#acessibilidade-navegacao {
	list-style: none;
}