/* RESET */

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%;
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

img,
object,
embed {max-width: 100%;}

html {overflow-y: scroll;}

ul {list-style: none;}

blockquote, q {quotes: none;}

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

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

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

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;}

sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

pre, code, kbd, samp {font-family: monospace, sans-serif;}

.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}

button, input, select, textarea {margin: 0;}

button {width: auto; overflow: visible;}

audio { max-width: 100%; }

.ie7 img {-ms-interpolation-mode: bicubic;}

.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* EMBEDDED FONTS
-------------------------------------------------------------------------------*/

@font-face {
	font-family: 'OpenSans';
	src: url('fonts/opensans-regular-webfont.eot');
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/opensans-regular-webfont.woff') format('woff'),
       url('fonts/opensans-regular-webfont.ttf') format('truetype'),
       url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* HTML
-------------------------------------------------------------------------------*/

body {
	font: 15px 'Helvetica Neue', Helvetica, Arial, Helmet, Freesans, sans-serif;
	line-height: 21px;
}

body, select, input, textarea {color: #333;}

a {color: #004F80;}
a:hover {color: #555;}

::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

h1 {
    font-size: 36px;
    line-height: 40px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 40px;
}

h4 {
    font-size: 18px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}


/* GRID
-------------------------------------------------------------------------------*/

.grid {
	margin: 0 auto 0;
	max-width: 97%;
	width: 960px;
}

.col {
	display: block;
	float: left;
	margin: 0 0 0 1.6%;
}

.col:first-child {
	margin-left: 0;
}

.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 66.1%;
}

.span_1_of_3 {
	width: 32.2%;
}

.span_4_of_4 {
	width: 100%;
}

.span_3_of_4 {
	width: 74.6%;
}

.span_2_of_4 {
	width: 49.2%;
}

.span_1_of_4 {
	width: 23.8%;
}

.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%;
}

.span_3_of_5 {
  	width: 59.36%;
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}

.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
	width: 85.48%;
}

.span_5_of_7 {
  	width: 70.97%;
}

.span_4_of_7 {
  	width: 56.45%;
}

.span_3_of_7 {
  	width: 41.92%;
}

.span_2_of_7 {
  	width: 27.42%;
}

.span_1_of_7 {
  	width: 12.91%;
}

.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.3%;
}

.span_6_of_8 {
	width: 74.6%;
}

.span_5_of_8 {
	width: 61.9%;
}

.span_4_of_8 {
	width: 49.2%;
}

.span_3_of_8 {
	width: 36.5%;
}

.span_2_of_8 {
	width: 23.8%;
}

.span_1_of_8 {
	width: 11.1%;
}

.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
	width: 88.71%;
}

.span_7_of_9 {
	width: 77.42%;
}

.span_6_of_9 {
	width: 66.13%;
}

.span_5_of_9 {
	width: 54.84%;
}

.span_4_of_9 {
	width: 43.55%;
}

.span_3_of_9 {
	width: 32.26%;
}

.span_2_of_9 {
	width: 20.97%;
}

.span_1_of_9 {
	width: 9.68%;
}

.span_10_of_10 {
	width: 100%;
}

.span_9_of_10 {
	width: 89.84%;
}

.span_8_of_10 {
	width: 79.68%;
}

.span_7_of_10 {
	width: 69.52%;
}

.span_6_of_10 {
	width: 59.36%;
}

.span_5_of_10 {
	width: 49.2%;
}

.span_4_of_10 {
	width: 39.04%;
}

.span_3_of_10 {
	width: 28.88%;
}

.span_2_of_10 {
	width: 18.72%;
}

.span_1_of_10 {
	width: 8.56%;
}

.span_11_of_11 {
	width: 100%;
}

.span_10_of_11 {
	width: 90.7%;
}

.span_9_of_11 {
	width: 81.47%;
}

.span_8_of_11 {
	width: 72.24%;
}

.span_7_of_11 {
	width: 63.01%;
}

.span_6_of_11 {
	width: 53.78%;
}

.span_5_of_11 {
	width: 44.55%;
}

.span_4_of_11 {
	width: 35.32%;
}

.span_3_of_11 {
	width: 26.09%;
}

.span_2_of_11 {
	width: 16.86%;
}

.span_1_of_11 {
	width: 7.63%;
}

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.46%;
}

.span_10_of_12 {
	width: 83%;
}

.span_9_of_12 {
	width: 74.54%;
}

.span_8_of_12 {
	width: 66.08%;
}

.span_7_of_12 {
	width: 57.62%;
}

.span_6_of_12 {
	width: 49.16%;
}

.span_5_of_12 {
	width: 40.7%;
}

.span_4_of_12 {
	width: 32.24%;
}

.span_3_of_12 {
	width: 23.78%;
}

.span_2_of_12 {
	width: 15.32%;
}

.span_1_of_12 {
	width: 6.86%;
}

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}

	.span_2_of_2, .span_1_of_2,
	.span_3_of_3, .span_2_of_3, .span_1_of_3,
	.span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4,
	.span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5,
	.span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6,
	.span_7_of_7, .span_6_of_7, .span_5_of_7, .span_4_of_7, .span_3_of_7, .span_2_of_7, .span_1_of_7,
	.span_8_of_8, .span_7_of_8, .span_6_of_8, .span_5_of_8, .span_4_of_8, .span_3_of_8, .span_2_of_8, .span_1_of_8,
	.span_9_of_9, .span_8_of_9, .span_7_of_9, .span_6_of_9, .span_5_of_9, .span_4_of_9, .span_3_of_9, .span_2_of_9, .span_1_of_9,
	.span_10_of_10, .span_9_of_10, .span_8_of_10, .span_7_of_10, .span_6_of_10, .span_5_of_10, .span_4_of_10, .span_3_of_10, .span_2_of_10, .span_1_of_10,
	.span_11_of_11, .span_10_of_11, .span_9_of_11, .span_8_of_11, .span_7_of_11, .span_6_of_11, .span_5_of_11, .span_4_of_11, .span_3_of_11, .span_2_of_11, .span_1_of_11,
	.span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, .span_6_of_12, .span_5_of_12, .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12  {
		width: 100%;
	}
}


/* HEADER
-------------------------------------------------------------------------------*/

header {
	background: url(img/bg_header.png) center center;
	display: block;
	height: 80px;
	padding: 10px 0;
	width: auto;
}

header h1 {
	background: url(img/logo.png) no-repeat;

	background-repeat: none;
	display: block;
	float: left;
	margin: 10px 0 0 5px;
	height: 70px;
	width: 320px;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

header h1:hover {
	opacity: 0.8;
}

header h1 a {
	display: block;
	height: 100%;
	width: 100%;
}

/* NAVBAR
-------------------------------------------------------------------------------*/

/* NAVBAR
-------------------------------------------------------------------------------*/

#nav {
	background: #004F80;
	clear: both;
	font-size: 11px;
}

#nav li {
	border-top: 3px solid #004F80;
	font-weight: bold;
	padding: 4px 0px 7px 0px;
	text-transform: uppercase;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#nav li a {
	color: #fff;
	display: inline;
}

#nav li.current {
	background: #fff;
	border-top: 3px solid #004F80;
}

#nav li:hover {
	background: #FAF8F6;
	border-top: 3px solid #004F80;
}

#nav li:hover a, nav li:hover a:hover, #nav li.current a {
	color: #1D6890;
}

#dropmenu, #dropmenu ul {
	padding: 0;
	position: relative;
	z-index: 300;
}

#dropmenu a {
	display: block;
	padding: 0 12px;
	text-decoration: none;
}

#dropmenu li {
	float: left;
	position: relative;
}

#dropmenu ul {
	background: #FAF8F6;
	border-left: 1px solid #E4E2E1;
	border-right: 1px solid #E4E2E1;
	border-bottom: 3px solid #004F80;
	position: absolute;
	// display: none;
	margin: 15px 0 0 -1px;
	padding: 0;
	top: 1.5em;
	width: 230px;
}

.ie7 #dropmenu ul {
	margin-left: -100%;
}

#dropmenu .page-5 .children { /* a previdência */
	width: 230px;
}

#dropmenu .page-128 .children { /* serviços ao cidadão */
	width: 685px;
}

#dropmenu .page-53975 .children { /* serviços a empresa */
	width: 300px;
}

#dropmenu #column1 {
	float: left;
	width: 56%;
}

#dropmenu #column2 {
	float: right;
	width: 44%;
}

#dropmenu .page-94 .children { /* legislação */
	width: 250px;
}

#dropmenu .page-106 .children { /* acesso a informação */
	width: 230px;
}

#dropmenu ul li, #dropmenu ul li.current {
	border-top: 0;
	display: block;
	font-weight: normal;
	padding: 2px 3px;
	text-transform: none;
	width: 97%;
}

#dropmenu ul li:hover {
	background: #fff;
	border-top: 0;
}

#dropmenu li ul a {
	color: #004F80;
	display: block;
	height: auto;
	float: left;
	padding: 0 10px;
}

#dropmenu ul ul {
	top: auto;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	position: relative;
}

#nav ul li:hover, #nav ul li.hover {
	z-index: 100;
}

#nav ul a {
	display: block;
	position: relative;
	margin-left: -1px;
}

#nav ul ul {
	position: absolute;
	top: 100%;
	left: -9999em;
}

#nav ul li.hover ul {
	left: 0;
}

#nav ul li:hover ul a, #nav ul li.hover ul a {
	margin-top: -1px;
}

.menu-link, .nav-open, .nav-close {
	display: none
}


#section_login {
	margin-top: -3px;
	position: absolute;
}

#login {
	background: url("img/bg_login.png") top right no-repeat;
	display: none;
	padding: 18px 10px 10px 10px;
	position: relative;
	margin: 0px 0 0 180px;
	text-align: right;

	width: 180px;
	-webkit-transition: margin 0.2s ease-out;
	-moz-transition: margin 0.2s ease-out;
	-o-transition: margin 0.2s ease-out;
	transition: margin 0.2s ease-out;
}

#login .cadsenha {
	color: blue;
	float: left;
	font-size: 11px;
	margin: 2px 0 0 7px;
	text-decoration: none;
}

#login #login_cpf, #login #login_senha {
	border: 1px solid #D1D1D1;
	line-height: 30px;
	height: 30px;
	padding: 0 3px 0 40px;
	width: 133px;
}

#login #login_cpf {
	background: url("img/bg_login_user.png") no-repeat #fff;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#login #login_cpf:focus, #login #login_senha:focus {
	outline: 0;
}

#login #login_senha {
	border-top: 0;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: url("img/bg_login_pass.png") no-repeat #fff;
	margin-bottom: 15px;
}

#login .submit {
	background: url(../imagens/bg_button.png) repeat-x;
	border: 1px solid #B0B2B9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #727582;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	outline: none;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0px 1px 2px #fff;
}


/* HELPER CLASSES
-------------------------------------------------------------------------------*/

.message {
	background-repeat: no-repeat;
	background-position: 0 -30px;
	border: 1px solid #969594;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	padding-left: 43px;
}

.message_alert {
	background-color: #FEEFB3;
	background-image: url('img/bg_message_alert.png');
	color: #9F6000;
}

.message_error {
	background-color: #FFBABA;
	background-image: url('img/bg_message_error.png');
	color: #D8000C;
}

.message_info {
	background-color: #BDE5F8;
	background-image: url('img/bg_message_info.png');
	color: #00529B;
}

.message_success {
	background-color: #DFF2BF;
	background-image: url('img/bg_message_success.png');
	color: #4F8A10;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* SECTION
-------------------------------------------------------------------------------*/

.section h2 a, .section h3 {
	font-family: 'OpenSans', 'Helvetica Neue', Helvetica, Arial, Helmet, Freesans, sans-serif;
	color: #004F80;
	font-weight: 200;
	line-height: 110%;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.section h2 a:hover {
	color: #666;
}

.section h2, .section h3, .section h4 {
	color: #004F80;
	font-family: 'OpenSans', 'Helvetica Neue', Helvetica, Arial, Helmet, Freesans, sans-serif;
	font-weight: normal;
	margin: 7px 0;
}

.section p {
	margin: 12px 0;
}

.section ul {
	list-style-type: disc;
	margin-left: 20px;
}

.section ul li {
}

/* GENERIC FORM
-------------------------------------------------------------------------------*/

.form select {
	font-size: 16px;
}

.form .input {
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background;
	-moz-transition-duration: 0.5s;
	transition-property: background;
	transition-duration: 0.5s;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-top-color: rgba(0, 0, 0, 0.25);
	padding: 5px;
	width: 250px;
}

.form input:focus {
	background: #ffc;
	outline: 0;
}

.form input#num_processo {
	border-bottom: 0;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.form input#cpf {
	border-bottom: 0;
}

.form input#nb {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.form input#jurisprudencia {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.form .submit, .form .secondary {
	background: #004F80;
	border: 1px solid #004F80;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #fff;
	font-size: 85%;
	float: none;
	margin: 20px auto 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.form .secondary {
	background: #FAF8F6;
	border: 1px solid #E4E2E1;
	color: #666;
}

.form .submit:hover {
	background: #FAF8F6;
	border: 1px solid #E4E2E1;
	color: #666;
}


/* LISTS
-------------------------------------------------------------------------------*/

ul.rounded {
	background: #fff;
	border: 1px solid #E4E2E1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 90%;
	line-height: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.rounded li {
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background;
	-moz-transition-duration: 0.5s;
	transition-property: background;
	transition-duration: 0.5s;
	background: transparent;
	border-top: #fff 1px solid;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 7px;
}

#escolha ul.rounded li:hover {
	background: #004F80;
}

#escolha ul.rounded li:hover a {
	color: #fff;
}

ul.rounded li.nohover:hover {
	background: transparent;
}

ul.rounded li:first-child {
	background: #FAF8F6 !important;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 0;
	color: #333;
	font-size: 125%;
	padding: 10px 7px;
	text-shadow: none;
}

ul.rounded li:last-child, ul.rounded li.last-child {
	border-bottom: 0;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

ul.rounded li.even {
	background: #F9F9F9;
}

ul.rounded li p {
	font-size: 12px;
	margin: 2px 0;
}

ul.rounded li a {
	text-decoration: none !important;
}

#escolha ul.rounded li a {
	display: block;
}



/* CONSULTA

*/

#consulta {
	text-align: center;
}

.app {
	padding-top: 10px;
}

/* PROTOCOLO
-------------------------------------------------------------------------------*/

#nb_box, #beneficio_info {
	margin: 12px 0 4px 0;
}

#new #nb {
	width: 140px;
}

#nb_loader, #beneficio_info, #submit {
	display: none;
	line-height: 140%;
}

#beneficio_info a {
	color: blue;
}

#files {
	display: none;
}

#upload {
	height: 45px;
}

#anexos {
	padding-left: 5px;
}

#anexos li {
	background: #fff !important;
	color: #222;
	margin-left: 0px;
}

#anexos li:first-child {
	background: #fff !important;
	color: #222 !important;
	font-weight: normal !important;
}

#anexos li select {
	margin: 0 10px 0 10px;
}


/* FOOTER
-------------------------------------------------------------------------------*/

#footer {
	background: #ddd;
	border-top: 1px solid #E9E9E9;
	font-size: 85%;
	clear: both;
	margin-top: 40px;
	padding: 10px 0;
	width: 100%;
}


/* PRINT STYLE
-------------------------------------------------------------------------------*/
@media print {

	#barra-brasil, header, #social, #nav, #sidebar, #breadcrumbs, footer {
		display: none;
	}

	#content {
		margin: 10px -10px 0 -10px;
		padding: 0;
		width: 100%;
	}

}


/* MEDIA QUERIES
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {

	body {
		background: #fff;
	}

	header {
		height: 100px;
	}

	header h1 {
		width: 320px;
		height: 70px;
	}

	.hide_mobile {
		display: none !important;
	}
}

@media screen and (max-width: 650px) {

	body {
		background: #fff;
	}

	header {
		height: 90px;
	}

	header h1 {
		height: 68px;
		margin: 0 0 0 2px;
		width: 310px;
	}

	.grid {
		max-width: 97%;
		margin: 0 auto 0;
		float: none;
		width: auto;
	}

	#nav .grid {
		max-width: 100%;
	}

	.hide_mobile {
		display: none;
	}

	#nav {
		width: 100%;
	}

	#nav ul {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	#nav li {
		border: 0;
		list-style: none;
		max-height: 5em;
		-webkit-transition: max-height .4s;
		-moz-transition: max-height .4s;
		-o-transition: max-height .4s;
		-ms-transition: max-height .4s;
		transition: max-height .4s;
		padding: 0;
		line-height: 240%;
		margin: 0;
		text-align: center;
		width: 100%;
	}

	#nav li:hover {
		border: 0;
	}

	#nav li:hover ul {
		position: relative;
		width: 100% !important;
	}

	#nav .page-128 .children li {
		width: 100%;
	}

	#nav li a {
		display: block;
		font-size: 1.1em;
		height: auto;
		padding: 0 !important;
		margin: 0 !important;
	}

	body:not(:target) #dropmenu {
	  margin: 0;
	  z-index: 1000;
	}

	body:not(:target) #dropmenu li {
	  width: 100%;
	  line-height: 0;
	  overflow: hidden;
	  -webkit-transition: line-height 0.25s;
	  -moz-transition: line-height 0.25s;
	  -o-transition: line-height 0.25s;
	  transition: line-height 0.25s;
	}

	body:not(:target) #dropmenu:target {
	  z-index: 1001;
	}

	body:not(:target) #dropmenu:target li {
	  line-height: 240%;
	  overflow: visible;
	  -webkit-transition: line-height 0.25s;
	  -moz-transition: line-height 0.25s;
	  -o-transition: line-height 0.25s;
	  transition: line-height 0.25s;
	}

	body:not(:target) #dropmenu:target .back {
	  display: block;
	}

	body:not(:target) #dropmenu:target .back a {
		text-indent: -999999px;
	}

	body:not(:target) #dropmenu .back {
		display: none;
	}

	.menu-link {
		background: transparent;
		border: 0;
		color: #fff;
	  display: block;
	  font-size: 12px !important;
	  font-weight: bold;
		left: 3px;
	  line-height: 150% !important;
	  margin: 0;
	  padding: 0 10px !important;
	  position: absolute !important;
	  width: 60px !important;
	  text-align: left !important;
	  text-decoration: none;
	  text-transform: uppercase;
	  top: 85px;
	  z-index: 101;
	}

	.menu-link:hover a, .menu-link:hover a:hover, .menu-link:hover {
		background: transparent !important;
		color: #fff !important;
	}

	.menu-link span {
		margin-right: 3px;
	}


}

@media screen and (min-width: 75em) { /* > 1140 */
  .grid, #barra-brasil .barra {
		margin: 0 auto 0;
		width: 1140px;
	}
}