@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 8, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 25, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 34, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 41, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 56, ../sass/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
/* line 71, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 80, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 86, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 97, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 104, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 110, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 123, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 131, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 138, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 148, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 154, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 160, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 166, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 176, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 185, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 191, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 200, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 209, ../sass/_normalize.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 218, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 229, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 244, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 254, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 265, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 277, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 285, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 297, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 309, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 316, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 325, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 337, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 9, ../sass/screen.scss */
li {
  list-style-type: none;
}

/* line 14, ../sass/screen.scss */
#page ul {
  margin-left: 0;
}

/* external header */
/* line 20, ../sass/screen.scss */
#nav-logo {
  background: none repeat scroll 0 0 #FFD400;
  height: 95px;
}
/* line 23, ../sass/screen.scss */
#nav-logo .bandeira {
  background: url("http://www.saopaulo.sp.gov.br/lib/content/themes/saopaulo/img/bandeira.png") no-repeat scroll left center transparent;
  display: block;
  font-family: Verdana,Arial;
  font-weight: normal;
  width: 120px;
  margin-left: -15px;
}
/* line 30, ../sass/screen.scss */
#nav-logo .bandeira a {
  display: block;
  height: 95px;
  text-indent: -9999px;
  width: 120px;
}
/* line 37, ../sass/screen.scss */
#nav-logo #logo_text {
  font-family: Verdana,Arial;
  font-weight: normal;
}
/* line 40, ../sass/screen.scss */
#nav-logo #logo_text a {
  color: #000000;
  display: block;
  font-size: 0.5em;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 51, ../sass/screen.scss */
#headerMenu {
  padding-top: 0.5em;
}

/* line 56, ../sass/screen.scss */
header#header {
  margin-bottom: 0.5em;
}
/* line 59, ../sass/screen.scss */
header#header #logo h1 {
  float: left;
  width: 212px;
  height: 40px;
  background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
  text-indent: -9999px;
  margin: 25px 0px;
}
/* line 68, ../sass/screen.scss */
header#header #menu {
  margin-bottom: 0;
}

/* line 75, ../sass/screen.scss */
ul.button-group li a {
  color: #ffffff;
}

/* line 82, ../sass/screen.scss */
#navMain .top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 89, ../sass/screen.scss */
#menu.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 96, ../sass/screen.scss */
.top-bar li.primeiro, .top-bar li.primeiro a, .top-bar-section li.primeiro, .top-bar-section li.primeiro a {
  background-color: #0374de;
}
/* line 97, ../sass/screen.scss */
.top-bar li.segundo, .top-bar li.segundo a, .top-bar-section li.segundo, .top-bar-section li.segundo a {
  background-color: #91b93e;
}
/* line 98, ../sass/screen.scss */
.top-bar li.terceiro, .top-bar li.terceiro a, .top-bar-section li.terceiro, .top-bar-section li.terceiro a {
  background-color: #f57337;
}

/* line 101, ../sass/screen.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px transparent, 0 16px 0 1px transparent, 0 22px 0 1px transparent;
  box-shadow: 0 10px 0 1px transparent, 0 16px 0 1px transparent, 0 22px 0 1px transparent;
  color: #ffffff;
}

/* line 106, ../sass/screen.scss */
.no_perfil {
  background-color: #bfbfbf;
}
/* line 109, ../sass/screen.scss */
.no_perfil.expanded .title-area {
  background-color: #bfbfbf;
}

/*Homepage*/
/* line 117, ../sass/screen.scss */
.menuHome {
  border-bottom: 2px solid #0374dd;
}
/* line 119, ../sass/screen.scss */
.menuHome ul {
  margin-bottom: 0.5em;
}
/* line 121, ../sass/screen.scss */
.menuHome ul li {
  background: url(../images/bullets_arrow.png) no-repeat #f6f5f3;
  margin: 0px 0px 5px 0px;
  padding: 5px 23px;
  color: #666;
}

/* line 130, ../sass/screen.scss */
.menuHome ul li {
  background-position: 7px -32px !important;
}

/* line 133, ../sass/screen.scss */
.primeiro .menuHome ul li, .primeiro ul li {
  background-position: 7px -32px !important;
}

/* line 136, ../sass/screen.scss */
.segundo .menuHome ul li, .segundo ul li {
  background-position: 4px -76px !important;
}

/* line 139, ../sass/screen.scss */
.terceiro .menuHome ul li, .terceiro ul li {
  background-position: 5px 11px !important;
}

/* line 144, ../sass/screen.scss */
section.boxHome header {
  font-size: 1.3em;
  font-weight: bold;
  color: #0374dd;
  text-align: left;
  margin-top: 22px;
  padding: 0 0 5px 10px;
  border-bottom: 2px solid #0374dd;
}
/* line 155, ../sass/screen.scss */
section.boxHome nav ul li {
  padding: 7px 3px;
  border-bottom: 1px solid #CDCDCD;
  margin: 5px 0px 0px 0px;
}
/* line 159, ../sass/screen.scss */
section.boxHome nav ul li a {
  font-weight: bold;
  color: #333333;
}
/* line 170, ../sass/screen.scss */
section#ul_destaque ul li, section .destaque ul li {
  list-style-type: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
/* line 175, ../sass/screen.scss */
section#ul_destaque ul li .panel, section .destaque ul li .panel {
  margin-bottom: 0.5em;
}
/* line 178, ../sass/screen.scss */
section#ul_destaque ul li .panel h2 a, section .destaque ul li .panel h2 a {
  font-size: 0.7em;
  font-weight: bold;
}
/* line 183, ../sass/screen.scss */
section#ul_destaque ul li .panel a, section .destaque ul li .panel a {
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 0.5em;
}
/* line 195, ../sass/screen.scss */
section#ul_info nav ul li {
  padding: 0 1.25em;
}
/* line 198, ../sass/screen.scss */
section#ul_info nav ul li h2 a {
  font-size: 0.8em;
}
/* line 207, ../sass/screen.scss */
section#acesso_rapido li, section#agenda li, section#aconteceu li, section#atualizacoes li {
  padding: 0 1.25em;
}
/* line 213, ../sass/screen.scss */
section form.instituicao fieldset {
  border: none;
}
/* line 216, ../sass/screen.scss */
section form.instituicao select {
  font-size: 92%;
}

/*Folder*/
/* line 225, ../sass/screen.scss */
.header_input h1 {
  border-left: 8px solid #999 !important;
  padding-left: 10px !important;
}

/* line 231, ../sass/screen.scss */
.items-list h3, .listContents h3 {
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
  font-weight: normal;
}
/* line 236, ../sass/screen.scss */
.items-list h3 a, .listContents h3 a {
  color: #666;
}

/* line 243, ../sass/screen.scss */
ul.listContents li {
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
  padding: 8px;
}
/* line 247, ../sass/screen.scss */
ul.listContents li a {
  color: #666666;
}

/* Content */
/* line 259, ../sass/screen.scss */
.internal .pageContent header h1 {
  border-left: 8px solid #999;
  padding-left: 10px;
}
/* line 265, ../sass/screen.scss */
.internal .pageContent figure.row {
  text-align: center;
}
/* line 267, ../sass/screen.scss */
.internal .pageContent figure.row img {
  border: 15px solid #f6f5f3;
}
/* line 270, ../sass/screen.scss */
.internal .pageContent .seeAlso {
  background-color: #f6f5f3;
  padding: 10px 10px 0 10px;
  margin-top: 0.5em;
}
/* line 274, ../sass/screen.scss */
.internal .pageContent .seeAlso header {
  background: none !important;
  border-bottom: solid 2px #000;
  padding: 0;
  height: 28px;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: bold;
}
/* line 283, ../sass/screen.scss */
.internal .pageContent .seeAlso ul {
  margin-bottom: 22px;
}
/* line 285, ../sass/screen.scss */
.internal .pageContent .seeAlso ul li {
  border-bottom: solid 1px #cdccca;
  padding: 8px 0;
  color: #343331;
  list-style: none;
}
/* line 290, ../sass/screen.scss */
.internal .pageContent .seeAlso ul li a {
  color: #666;
}

/* line 298, ../sass/screen.scss */
.publish {
  margin-bottom: 0.5em;
}

/* line 301, ../sass/screen.scss */
.sidemenu_perfil {
  padding-top: 1em;
}

/* line 304, ../sass/screen.scss */
.content_image {
  text-align: center;
  padding: 15px 0;
}

/* Footer */
/* line 311, ../sass/screen.scss */
footer.main {
  clear: both;
  padding-top: 10px;
}
/* line 315, ../sass/screen.scss */
footer.main .columns:last-child {
  float: left;
}
/* line 317, ../sass/screen.scss */
footer.main hr {
  height: 1px;
  background: 0;
  display: block;
  border: solid #0374dd;
  border-width: 1px 0 0;
  margin: 3px 0;
}
/* line 325, ../sass/screen.scss */
footer.main .address {
  text-align: center;
  line-height: 45px;
  color: #fff;
  background: #4D4D4D;
  font-size: 0.7em;
}
/* line 332, ../sass/screen.scss */
footer.main .toolbar {
  background: #f6f6f6;
  display: block;
  padding: 5px 10px;
}
/* line 336, ../sass/screen.scss */
footer.main .toolbar a {
  height: 20px;
  background: url(../images/footer_icons.png) no-repeat 1px -1px;
  line-height: 22px;
  padding-left: 26px;
  color: #4D4D4D;
  margin: 0 2px;
  font-size: 0.8em;
  float: left;
}
/* line 345, ../sass/screen.scss */
footer.main .toolbar a.c_error {
  background-position: 5px 0px;
  /*margin-left:20px; padding-left: 40px; border-left: 1px solid #666;*/
}
/* line 346, ../sass/screen.scss */
footer.main .toolbar a.c_error_border {
  background-position: 5px 0px;
  /*padding-left: 35px; margin-left:15px!important; border-left: 1px solid #666;*/
}
/* line 348, ../sass/screen.scss */
footer.main .toolbar a.c_error:hover, footer.main .toolbar a.c_error_border:hover {
  background: url(../images/icons_over.png) no-repeat 10px -49px;
}
/* line 350, ../sass/screen.scss */
footer.main .toolbar a.rss {
  background-position: 0 -91px !important;
  margin-left: 15px;
}
/* line 353, ../sass/screen.scss */
footer.main .toolbar a.rss:hover {
  background-position: -1px -225px !important;
}
/* line 355, ../sass/screen.scss */
footer.main .toolbar a.facebook {
  background-position: 0 -50px;
  float: right;
}
/* line 357, ../sass/screen.scss */
footer.main .toolbar a.facebook:hover {
  background-position: -1px -184px;
}
/* line 360, ../sass/screen.scss */
footer.main .toolbar a.twitter {
  background-position: 0 -26px;
  float: right;
}
/* line 362, ../sass/screen.scss */
footer.main .toolbar a.twitter:hover {
  background-position: 0px -160px;
}
/* line 365, ../sass/screen.scss */
footer.main .toolbar a.mail {
  background-position: 0 -71px;
  padding-right: 15px;
  border-right: 1px solid #666;
}
/* line 369, ../sass/screen.scss */
footer.main .toolbar a.mail:hover {
  background-position: -1px -205px;
}
/* line 371, ../sass/screen.scss */
footer.main .toolbar a.a_dialog {
  padding: 0px;
  height: auto;
  margin: auto;
}

/* line 378, ../sass/screen.scss */
#relatar_erro:hover {
  background-position: 1px -135px;
}

/* line 379, ../sass/screen.scss */
#relatar_erro.c_error_border:hover {
  background: url(../images/icons_over.png) no-repeat 7px -49px !important;
}

/* line 381, ../sass/screen.scss */
footer.main .toolbar a.pesquisa {
  background: none;
  margin-left: -30px;
}

/* line 386, ../sass/screen.scss */
.toolbar input[type="button"] {
  background: #666;
  color: #fff;
  border: none;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}

/* line 397, ../sass/screen.scss */
.toolbar input[type="button"]:hover {
  background: #000;
}

/* line 402, ../sass/screen.scss */
#result_search_exam {
  width: 100%;
  margin-top: 20px;
  clear: both;
  float: left;
}

/* line 409, ../sass/screen.scss */
#result_search_exam table {
  width: 100%;
  border-top: 2px solid #2E2E2E;
}

/* line 413, ../sass/screen.scss */
#result_search_exam table th, #result_search_exam table td {
  text-align: center;
  padding: 10px 5px;
}

/* line 417, ../sass/screen.scss */
#result_search_exam th {
  background-color: #E6E6E6;
  color: #000000;
}

/* line 421, ../sass/screen.scss */
#result_search_exam tr:nth-child(even) td {
  background-color: #F4F4F4;
}

/* line 424, ../sass/screen.scss */
#result_search_exam tr {
  border-top: 1px solid #CCCCCC;
  color: #666;
}

@media (max-width: 640px) and (orientation: portrait) {
  /* line 430, ../sass/screen.scss */
  .hide_small {
    display: none;
  }
}
/* Search */
/* line 438, ../sass/screen.scss */
ul.resultSearch li {
  border: 1px solid #CCCCCC;
  float: left;
  margin: 7px 0;
  width: 100%;
}
/* line 443, ../sass/screen.scss */
ul.resultSearch li a {
  color: #000000;
  display: block;
  float: left;
  padding: 10px;
}

/* line 453, ../sass/screen.scss */
input#date2, input#date3 {
  margin-bottom: 5px;
}

/* line 457, ../sass/screen.scss */
.pagination {
  height: 35px;
  margin: 0 auto;
}
/* line 461, ../sass/screen.scss */
.pagination ul li {
  float: left;
}
/* line 463, ../sass/screen.scss */
.pagination ul li a {
  color: #666666;
  font-weight: bold;
  background: none repeat scroll 0 0 #F2F2F2;
  color: #000000 !important;
  display: block;
  font-weight: bold;
  height: 23px;
  line-height: 25px;
  margin: 2px;
  text-align: center;
  width: 23px !important;
}

/* line 480, ../sass/screen.scss */
a.prev, a.next {
  color: #9A9A9A;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 12px 8px;
  text-transform: uppercase;
}

/* line 489, ../sass/screen.scss */
.typeSearch {
  background: #F6F5F3;
  padding: 15px 15px 0 15px;
}
/* line 492, ../sass/screen.scss */
.typeSearch header {
  border-bottom: 2px solid #000000;
  height: 25px;
  margin-bottom: 15px;
  padding: 0;
  font-weight: bold;
  font-size: 1em;
}

/* DESTAQUES */
/* line 506, ../sass/screen.scss */
ul.highlights li h2 {
  font-size: 1em;
}

/* agenda, aconteceu atualizações */
/* line 516, ../sass/screen.scss */
ul.agenda li {
  border: 1px solid #CCCCCC;
  margin: 7px 0;
}
/* line 519, ../sass/screen.scss */
ul.agenda li#title {
  border: none;
}
/* line 522, ../sass/screen.scss */
ul.agenda li .time {
  text-align: center;
}
/* line 525, ../sass/screen.scss */
ul.agenda li a {
  border-left: 1px solid #CCCCCC;
}

/* downloads */
/* line 534, ../sass/screen.scss */
ul.downloads {
  margin: 0px;
}

/* line 538, ../sass/screen.scss */
ul.downloads li {
  border: solid 1px #ccc;
  padding: 10px;
  margin: 10px 0;
}

/* line 543, ../sass/screen.scss */
ul.downloads li .player {
  padding: 10px 0 5px 20px;
}

/* line 546, ../sass/screen.scss */
ul.downloads li span.icon_resource {
  display: block;
  height: 130px;
  overflow: hidden;
}

/* line 551, ../sass/screen.scss */
ul.downloads li span.icon_resource span {
  display: block;
  text-align: center;
  margin-top: 5px;
  background: #f6f5f3;
  color: #343434;
  padding: 3px;
}

/* line 559, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon {
  margin: 0;
  background: #fff;
  height: 65px;
  background: url("../images/resourceIcons.jpg");
  background-position: -735px 0;
}

/* line 568, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.pdf {
  background-position: 0;
}

/* line 569, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.doc {
  background-position: -75px 0;
}

/* line 570, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.eps {
  background-position: -150px 0;
}

/* line 571, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.swf {
  background-position: -225px 0;
}

/* line 572, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.image {
  background-position: -300px 0;
}

/* line 573, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.video {
  background-position: -375px 0;
}

/* line 574, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.audio {
  background-position: -450px 0;
}

/* line 575, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.ppt {
  background-position: -520px 0;
}

/* line 576, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.xls {
  background-position: -593px 0;
}

/* line 577, ../sass/screen.scss */
ul.downloads li span.icon_resource span.resourceIcon.zip {
  background-position: -665px 0;
}

/* line 579, ../sass/screen.scss */
ul.downloads li span.infos {
  display: block;
  padding-left: 20px;
}

/* line 583, ../sass/screen.scss */
ul.downloads li span.infos p {
  margin: 0;
  font-size: 12px;
}

/* line 588, ../sass/screen.scss */
ul.downloads li span.infos p.format {
  display: block;
  margin: 7px 0;
}

/* line 593, ../sass/screen.scss */
ul.downloads li span.infos a {
  display: block;
  padding: 7px 7px 7px 27px;
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  margin-right: 5px;
}

/* line 602, ../sass/screen.scss */
ul.downloads li span.infos a.icon_view {
  background: url(../images/icons_downloads.png) #f6f5f3 no-repeat 5px 6px;
}

/* line 605, ../sass/screen.scss */
ul.downloads li span.infos a.icon_down {
  background: url(../images/icons_downloads.png) #f6f5f3 no-repeat 5px -20px;
}

/* faq */
/* line 609, ../sass/screen.scss */
ul.agenda .faq {
  background: #f6f5f3;
  border: solid 1px transparent;
  margin: 0px 0;
  display: none;
  text-align: center;
  padding: 7px;
  margin-top: -7px;
}

/* line 619, ../sass/screen.scss */
ul.agenda .faq div {
  display: block;
  background: #fff;
  color: #000;
  margin: 0;
  text-align: left;
  padding: 20px;
  font-weight: normal;
}

/* line 629, ../sass/screen.scss */
ul.agenda .faq a {
  border: none;
  height: 15px !important;
  text-decoration: underline;
  padding: 0px;
  float: none;
  display: inline;
}

/* line 638, ../sass/screen.scss */
ul.agenda li span.span_faq {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 12px;
  float: left;
  padding: 15px;
}

/* line 646, ../sass/screen.scss */
.span_faq_on {
  background: url("../images/icons_faq.png") no-repeat scroll 5px 4px transparent;
}

/* line 649, ../sass/screen.scss */
.span_faq_off {
  background: url("../images/icons_faq.png") no-repeat scroll 5px -27px transparent;
}

/* line 652, ../sass/screen.scss */
ul.faq_itens li a {
  border: none;
}

/* centros-tecnicos */
/* line 656, ../sass/screen.scss */
.centros-tecnicos {
  margin: 10px 10px;
  border: 1px solid #CCCCCC;
  display: block;
}

/* line 663, ../sass/screen.scss */
.centros-tecnicos span {
  display: inline-block;
  padding: 7px 0 10px;
}

/* line 667, ../sass/screen.scss */
.centros-tecnicos span a {
  display: table-cell;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

/* line 674, ../sass/screen.scss */
.centros-tecnicos-extra h3 {
  background-color: #F6F5F4;
  padding: 5px 8px;
  color: #333333;
}

/* line 680, ../sass/screen.scss */
.centros-tecnicos-extra li, .centros-tecnicos-lateral li {
  padding: 5px 0;
  border-bottom: 1px solid #CCCCCC;
  margin: 5px 0;
}

/* line 686, ../sass/screen.scss */
.centros-tecnicos-line {
  background-color: #CCCCCC;
  border: 0 none;
  color: #CCCCCC;
  height: 1px;
  margin: 5px 0;
}

/* sitemap */
/* line 698, ../sass/screen.scss */
.accordion ul li a {
  color: #666666;
}

/* line 705, ../sass/screen.scss */
.no-mobile-menu {
  display: none;
}
