/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo100-regular-webfont.eot');
  src: url('../fonts/museo100-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo100-regular-webfont.woff') format('woff'), url('../fonts/museo100-regular-webfont.ttf') format('truetype'), url('../fonts/museo100-regular-webfont.svg#museo100-regular-webfont') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo300-regular-webfont.eot');
  src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo300-regular-webfont.woff') format('woff'), url('../fonts/museo300-regular-webfont.ttf') format('truetype'), url('../fonts/museo300-regular-webfont.svg#museo300-regular-webfont') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo500-regular-webfont.eot');
  src: url('../fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo500-regular-webfont.woff') format('woff'), url('../fonts/museo500-regular-webfont.ttf') format('truetype'), url('../fonts/museo500-regular-webfont.svg#museo500-regular-webfont') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo700-regular-webfont.eot');
  src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo700-regular-webfont.woff') format('woff'), url('../fonts/museo700-regular-webfont.ttf') format('truetype'), url('../fonts/museo700-regular-webfont.svg#museo700-regular-webfont') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo900-regular-webfont.eot');
  src: url('../fonts/museo900-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo900-regular-webfont.woff') format('woff'), url('../fonts/museo900-regular-webfont.ttf') format('truetype'), url('../fonts/museo900-regular-webfont.svg#museo900-regular-webfont') format('svg');
  font-weight: 900;
  font-style: normal;
}
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.bones-button,
.bones-button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.bones-button:hover,
.bones-button:visited:hover,
.bones-button:focus,
.bones-button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.bones-button:active,
.bones-button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLESindex-phphackdays-propostas-facilitam-acesso-aos-dados-do-legislativo
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */

}
body {
  font-family: "Museo", "Georgia", Cambria, "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #db241a;
  font-weight: 700;
  text-decoration: none;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  text-decoration: underline;
}
a:active,
a:visited:active {
  color: #ffffff;
  background: #db241a;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Museo", "Georgia", Cambria, "Times New Roman", Times, serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  text-align: center;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h1 a:visited,
.h1 a:visited,
h2 a:visited,
.h2 a:visited,
h3 a:visited,
.h3 a:visited,
h4 a:visited,
.h4 a:visited,
h5 a:visited,
.h5 a:visited {
  color: #000000;
  text-decoration: none;
}
h1,
.h1 {
  font-size: 3em;
  line-height: 1em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.35em;
  line-height: 1.2em;
}
h4,
.h4 {
  font-size: 1em;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER STYLES
*********************/
.header {
  background: #f3f3f3;
  padding-bottom: 2em;
}
.header #logo {
  margin-bottom: 0;
}
.header #logo a {
  display: block;
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
  color: #000000;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  background: none;
}
.header #logo a img {
  display: block;
  margin: 0 auto .16em;
}
.header #logo a .slash {
  display: none;
}
.header #menu-social-media {
  border: none;
  background: none;
  width: 74px;
  margin: 1em auto;
}
.header #menu-social-media li {
  border: none;
  margin: 0 5px;
  float: left;
}
.header #menu-social-media li a {
  display: block;
  background: transparent url(../images/social-icons.png) no-repeat left top;
  width: 27px;
  height: 27px;
  border: none;
  text-indent: -9999em;
}
.header #menu-social-media li.facebook a:hover {
  background-position: left bottom;
}
.header #menu-social-media li.twitter a {
  background-position: right top;
}
.header #menu-social-media li.twitter a:hover {
  background-position: right bottom;
}
.header .main-nav {
  background: #ffffff;
}
.header .main-nav #menu-navegacao {
  background: inherit;
  width: 96%;
  margin: 0 auto;
  border: none;
}
.header .main-nav #menu-navegacao li {
  border: none;
  border-bottom: 3px solid #f3f3f3;
}
.header .main-nav #menu-navegacao li a {
  background: transparent;
  color: #000000;
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  top: 3px;
}
.header .main-nav #menu-navegacao li:hover a,
.header .main-nav #menu-navegacao li.current-menu-item a,
.header .main-nav #menu-navegacao li.current-menu-ancestor a {
  background: transparent;
  border-bottom: 3px solid #db241a;
}
.header .main-nav #menu-navegacao li.home a {
  background: url(../images/icon-home.jpg) no-repeat center 5px;
  text-indent: -9999em;
}
.header .main-nav #menu-navegacao li ul.sub-menu {
  overflow: hidden;
  max-height: 0;
  transition-property: max-height, padding;
  transition-duration: .5s, .1s;
  transition-timing-function: linear, linear;
  transition-delay: 0, .15s;
  background: #333;
}
.header .main-nav #menu-navegacao li ul.sub-menu li {
  border-bottom: 1px solid #454545;
  width: 100%;
  padding: 0 20px;
  height: 40px;
}
.header .main-nav #menu-navegacao li ul.sub-menu a {
  color: #ffffff;
  border: none;
  height: 40px;
  line-height: 55px;
  margin-top: -3px;
}
.header .main-nav #menu-navegacao li ul.sub-menu a:hover {
  border-bottom: 1px solid #db241a;
}
.header .main-nav #menu-navegacao li.active ul {
  display: block;
  max-height: 300px;
  padding: 0 0 28px;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */

  /* highlight current page */

  /* end current highlighters */

}
.nav li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/

}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 1.8em;
}
.hentry header h1 {
  margin: .1em 0;
}
.hentry footer {
  margin-bottom: 50px;
}
.hentry:first-of-type h1 {
  margin-top: 0;
}
/* end .hentry */
.subpage {
  margin-top: 30px;
}
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}
/* post video */
.featured-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
  margin: 1.6em 0;
}
.featured-video object,
.featured-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.entry-content ul.twocolumns li,
.entry-content ol.twocolumns li {
  float: left;
  width: 50%;
}
.entry-content ul.setas li:before {
  content: url('../images/seta-small.png');
  padding: 0 5px;
  vertical-align: middle;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. SPECIFIC STYLES
******************************************************************/
.btn-voltar,
.btn-voltar:visited,
.btn-voltar:active {
  background: #db241a url(../images/seta-back.png) no-repeat 12px center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
  padding-left: 35px;
  float: left;
  margin: 1em 0;
}
.sub-content {
  background: #f3f3f3;
  padding: 25px;
}
.sub-content h1:first-child,
.sub-content h2:first-child,
.sub-content h3:first-child,
.sub-content h4:first-child,
.sub-content h5:first-child,
.sub-content h6:first-child {
  margin-top: 0;
}
.slide-down {
  background: #f3f3f3;
}
.slide-down:nth-of-type(2n) {
  background: #fff;
}
.slide-down:first-child {
  margin-top: 1em;
}
.slide-down h1 {
  margin: 0;
}
.slide-down h1 a {
  display: block;
  width: 100%;
  padding: 20px 10px 20px 40px;
  background: url('../images/seta-open.png') no-repeat 10px center;
}
.slide-down.active h1 a {
  background-image: url('../images/seta-close.png');
}
.slide-down .hidden-content {
  display: none;
  padding: 0 10px 5px 40px;
}
.slide-down .hidden-content p:first-child {
  margin-top: 0;
}
.file-list li {
  background: #f3f3f3;
  max-width: 345px;
  margin: 0 auto;
}
.file-list li:nth-of-type(2n) {
  background: #fff;
}
.file-list li:first-child {
  margin-top: 1em;
}
.file-list li a {
  height: 62px;
  padding: 10px;
  padding-left: 62px;
  font-size: 22px;
  line-height: 62px;
  color: #000000;
}
.file-list li .pdf {
  background: url(../images/icon-pdf.jpg) no-repeat 10px center;
}
.audiencias-item {
  background: #f3f3f3;
  max-width: 570px;
  padding: 20px;
}
.audiencias-item:nth-of-type(2n) {
  background-color: #fff;
}
.audiencias-item:first-child {
  margin-top: 1em;
}
.audiencias-item h1 {
  width: 100%;
  max-width: 350px;
  float: left;
  margin: 0;
}
.audiencias-item h1 a {
  display: block;
  width: 100%;
  background: none;
  color: #000000;
}
.audiencias-item h1 a .subtitle {
  color: #db241a;
  display: block;
  font-size: .75em;
}
.audiencias-item ul {
  margin: 0 auto;
  padding-top: 10px;
  width: 145px;
  overflow: hidden;
}
.audiencias-item ul li {
  float: left;
  width: 42px;
  height: 42px;
  text-indent: -9999em;
  margin-right: 6px;
}
.audiencias-item ul li.video {
  background: url(../images/icon-video.jpg);
}
.audiencias-item ul li.images {
  background: url(../images/icon-image.jpg);
}
.audiencias-item ul li.docs {
  background: url(../images/icon-pdf.jpg);
}
.audiencia-section {
  margin-top: 20px;
}
.audiencia-section h1 {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: left center;
  height: 42px;
  line-height: 42px;
  padding-left: 54px;
}
.audiencia-section.video h1 {
  background-image: url(../images/icon-video.jpg);
}
.audiencia-section.images h1 {
  background-image: url(../images/icon-image.jpg);
}
.audiencia-section.docs h1 {
  background-image: url(../images/icon-pdf.jpg);
}
.audiencia-section .video-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* keep ratio at 16:9 */

}
.audiencia-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.audiencia-section .image-list {
  width: 226px;
  margin: 0 auto;
}
.audiencia-section .image-list li {
  float: left;
  margin: 2px;
}
.audiencia-section .image-list a img {
  width: 222px;
  height: auto;
  display: block;
}
.audiencia-section .docs-list {
  margin-bottom: 50px;
}
.audiencia-section .docs-list li {
  margin-left: 30px;
}
.audiencia-section .docs-list a {
  padding-left: 30px;
  color: #000000;
  font-size: 1.35em;
  line-height: 1.2em;
  background: url(../images/seta-open.png) no-repeat left center;
}
.propostas-item {
  background: #f3f3f3;
  max-width: 600px;
  padding: 20px;
  padding-right: 0;
}
.propostas-item:nth-of-type(2n) {
  background-color: #fff;
}
.propostas-item:first-child {
  margin-top: 1em;
}
.propostas-item h1 {
  float: left;
  text-align: left;
  margin: 0;
}
.propostas-item h1 a {
  display: block;
  width: 100%;
  background: url(../images/icon-window.jpg) no-repeat left center;
  padding-left: 52px;
  color: #000000;
}
.propostas-item h1 a .subtitle {
  color: #db241a;
  display: block;
  font-size: .75em;
}
.propostas-lista .button.add {
  margin-left: 1em;
}
.propostas-lista .proposta-form {
  display: none;
  width: 100%;
}
.propostas-enviadas-lista {
  margin-top: 2em;
}
.propostas-enviadas-lista .h2 {
  margin-left: 20px;
}
.type-propostas_enviadas,
.type-proposta {
  padding: 0 20px;
}
.type-propostas_enviadas h1,
.type-proposta h1 {
  color: #db241a;
}
.type-propostas_enviadas h1 .subtitle,
.type-proposta h1 .subtitle {
  color: #000000;
  display: block;
  font-size: .75em;
}
.type-propostas_enviadas table.cf7-db-table,
.type-proposta table.cf7-db-table {
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.type-propostas_enviadas br,
.type-proposta br {
  mso-data-placement: same-cell;
}
.type-propostas_enviadas table.cf7-db-table th,
.type-proposta table.cf7-db-table th {
  padding: 5px;
  border: 1px solid gray;
}
.type-propostas_enviadas table.cf7-db-table th > td,
.type-proposta table.cf7-db-table th > td {
  font-size: 14px;
  background-color: #E8E8E8;
}
.type-propostas_enviadas table.cf7-db-table tbody td,
.type-proposta table.cf7-db-table tbody td {
  padding: 5px;
  border: 1px solid gray;
  font-size: 14px;
}
.type-propostas_enviadas table.cf7-db-table tbody td > div,
.type-proposta table.cf7-db-table tbody td > div {
  max-height: 100px;
  overflow: auto;
}
.page-agenda .css-events-list h2 {
  text-transform: capitalize;
}
.page-agenda table thead {
  display: none;
}
.page-agenda table tbody tr {
  background: #f3f3f3;
}
.page-agenda table tbody tr:nth-of-type(2n) {
  background-color: #ffffff;
}
.page-agenda table tbody td {
  padding: 10px;
}
.page-agenda table tbody td:first-of-type {
  width: 70px;
}
.page-agenda table tbody td a {
  font-size: 1.35em;
  line-height: 1em;
}
.page-agenda table tbody td i {
  font-style: normal;
  font-weight: bold;
}
.page-agenda table tbody td .data,
.page-agenda table tbody td .hora {
  display: block;
  text-align: right;
}
.page-agenda table tbody td .data {
  font-size: 2em;
  font-weight: bold;
  color: #db241a;
}
.page-agenda table tbody td .hora {
  font-size: .8em;
}
.page-agenda table tbody td .hora:before {
  content: '\0231A';
  margin-right: .2em;
}
#wpfc-calendar-wrapper .fc-header-title h2 {
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  font-size: 22px !important;
}
.event-location-map {
  width: 100%;
  overflow: hidden;
}
/* Forms */
form {
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}
.proposta-form {
  padding-right: 25px;
}
.form-row {
  margin: .5em 0;
}
input[type="text"],
.wpcf7-text,
textarea,
select {
  padding: 3px 5px;
  width: 100%;
}
.wpcf7-response-output {
  clear: both;
}
/* Buttons */
input[type="submit"],
.button {
  background: #db241a url(../images/seta-send.png) no-repeat 12px center;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Museo", "Georgia", Cambria, "Times New Roman", Times, serif;
  padding: 10px;
  padding-left: 30px;
  float: left;
  margin: .5em 0;
}
input[type="submit"]:hover,
.button:hover {
  text-decoration: underline;
}
input[type="submit"]:active,
.button:active {
  background-repeat: no-repeat;
}
input[type="submit"]:visited,
.button:visited {
  color: #ffffff;
}
input[type="submit"].back,
.button.back {
  background-image: url(../images/seta-back.png);
}
input[type="submit"].window,
.button.window {
  background-image: url(../images/icon-window.jpg);
  background-position: 0 center;
  padding-left: 35px;
}
input[type="submit"].add,
.button.add {
  background-image: url(../images/icon-add.jpg);
  background-position: 0 center;
  padding-left: 35px;
}
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.sidebar {
  display: none;
}
.sidebar-right {
  display: none;
}
.widget ul li {
  /* deep nesting */

}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  margin-top: 50px;
  font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  font-size: 15px;
  border-top: 3px solid #f3f3f3;
}
/*********************
14. PLUGIN STYLES
*********************/
body .simple_overlay .close {
  right: 7px;
  top: 14px;
  background-image: none;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.less styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  
  }
  .menu ul {
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .menu ul li {
    /*
  				plan your menus and drop-downs wisely.
  				*/
  
  }
  .menu ul li a {
    /*
  					you can use hover styles here even though this size
  					has the possibility of being a mobile device.
  					*/
  
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  SPECIFIC STYLES
  *********************/
  .audiencia-section .image-list {
    width: 452px;
  }
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    text-align: left;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 980px;
  }
  #content .wrap {
    position: relative;
  }
  .sidebar {
    width: 300px;
    position: relative;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
  }
  #main {
    padding-left: 300px;
    width: 100%;
    min-height: 650px;
  }
  /*********************
  HEADER STYLES
  *********************/
  .header {
    padding-bottom: 3px;
  }
  .header #logo {
    margin: 10px 0;
    float: left;
  }
  .header #logo a {
    text-align: left;
    width: 530px;
    margin: 0;
  }
  .header #logo a img {
    display: inline;
    margin-bottom: .4em;
    vertical-align: middle;
  }
  .header #logo a .slash {
    display: inline;
    color: #db241a;
    margin: 0 15px;
  }
  .header #menu-social-media {
    float: right;
    margin-top: 30px;
  }
  .header .main-nav {
    clear: both;
  }
  .header .main-nav #menu-navegacao {
    max-width: 980px;
  }
  .header .main-nav #menu-navegacao li {
    float: left;
    position: relative;
    top: 3px;
    padding: 0 15px;
  }
  .header .main-nav #menu-navegacao li a {
    height: 65px;
    line-height: 65px;
  }
  .header .main-nav #menu-navegacao li.home a {
    background-position: center 22px;
    width: 18px;
  }
  .header .main-nav #menu-navegacao ul.sub-menu {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 68px;
    z-index: 1000;
    width: 260px;
    padding: 0 0 28px;
  }
  .header .main-nav #menu-navegacao ul.sub-menu li {
    border-bottom: 1px solid #454545;
    width: 100%;
    padding: 0 20px;
    height: 40px;
  }
  .header .main-nav #menu-navegacao ul.sub-menu a {
    color: #ffffff;
    border: none;
    height: 40px;
    line-height: 55px;
    text-align: left;
    float: left;
    margin-top: -3px;
  }
  .header .main-nav #menu-navegacao ul.sub-menu a:hover {
    border-bottom: 1px solid #db241a;
  }
  .header .main-nav #menu-navegacao li:hover ul.sub-menu {
    visibility: visible;
    overflow: visible;
    max-height: none;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #content.home .sidebar {
    height: 680px;
  }
  #content.home .thumb-grande {
    display: block;
  }
  #content.home .thumbs-pequeno,
  #content.home .banners-home {
    overflow: hidden;
    width: 272px;
    margin: 12px 0;
    margin-left: -6px;
  }
  #content.home .thumbs-pequeno li,
  #content.home .banners-home li {
    float: left;
    width: 123px;
    height: 93px;
    margin: 6px;
    position: relative;
  }
  #content.home .thumbs-pequeno img,
  #content.home .banners-home img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #content.home .thumbs-pequeno.odd li:last-of-type,
  #content.home .banners-home.odd li:last-of-type {
    margin-left: 141px;
  }
  #content.home .thumbs-pequeno img {
    opacity: 0;
  }
  #content.home .thumbs-pequeno img.active {
    opacity: 1;
  }
  /*********************
  SPECIFIC STYLES
  *********************/
  .file-list li {
    margin: 0;
  }
  .entry-content .img-como-funciona {
    width: 130%;
    max-width: 130%;
    margin-left: -30%;
  }
  .single-como_participar .sidebar-thumbnails {
    margin-top: 495px;
  }
  .single-como_participar .sidebar-thumbnails ul.odd li:first-of-type {
    margin-right: 6px;
  }
  .single-como_participar .sidebar-thumbnails ul.odd li:last-of-type {
    margin-left: 142px;
  }
  #main.single-propostas_enviadas {
    padding: 0;
  }
  .audiencias-item {
    background: #f3f3f3 url(../images/seta-open.png) no-repeat 10px center;
    padding-left: 40px;
  }
  .audiencias-item:nth-of-type(2n) {
    background-color: #fff;
  }
  .audiencias-item ul {
    float: right;
    margin: 0;
    padding: 0;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    display: block;
    padding-right: 40px;
  }
  .subpage-navigation li {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
  }
  .subpage-navigation li::before {
    content: '';
    display: block;
    width: 2000px;
    height: 1px;
    position: absolute;
    left: -2000px;
    bottom: -1px;
    background: #f3f3f3;
  }
  .subpage-navigation a {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    line-height: 18px;
    padding: 5px 0;
    background: none;
  }
  .subpage-navigation a:hover,
  .subpage-navigation a.active {
    color: #000000;
    border-bottom: 1px solid #db241a;
    margin-bottom: -1px;
  }
  .sidebar-thumbnails {
    margin-top: 50px;
  }
  .sidebar-thumbnails ul {
    margin-left: -6px;
    overflow: hidden;
    width: 272px;
  }
  .sidebar-thumbnails li {
    float: left;
    margin: 6px;
  }
  .sidebar-thumbnails img {
    display: block;
  }
  .sidebar-thumbnails .odd li:first-of-type {
    margin-right: 135px;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer .copyright {
    margin-top: 9px;
  }
  .footer .copyright span {
    border-top: 3px solid #db241a;
    padding: 10px 0 30px;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* 
  
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .sidebar-right {
    width: 300px;
    float: right;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #content.home article {
    padding-right: 10px;
  }
  #content.home .entry-content {
    width: 370px;
    float: left;
  }
  #content.home .sidebar-right {
    position: relative;
  }
  #content.home .sidebar .bottom,
  #content.home .sidebar-right .bottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
  }
  #content.home .sidebar .bottom.thumbs-pequeno,
  #content.home .sidebar-right .bottom.thumbs-pequeno {
    margin-bottom: -6px;
  }
  #content.home .banners-home {
    margin-top: 0;
    margin-left: 4px;
    width: 302px;
  }
  #content.home .banners-home li {
    width: 139px;
    height: 106px;
  }
  #content.home .banners-home .retangulo {
    width: 290px;
  }
  #content.home .banners-home.odd li:last-of-type {
    margin-left: 157px;
  }
  #content.home .sidebar-right .thumbs-pequeno {
    margin-left: 4px;
    width: 302px;
    position: absolute;
    bottom: 0;
  }
  #content.home .sidebar-right .thumbs-pequeno li {
    width: 139px;
    height: 106px;
  }
  #content.home .sidebar-right .thumbs-pequeno.odd li:first-of-type {
    margin-left: 157px;
  }
  #content.home .sidebar-right .thumbs-pequeno.odd li:last-of-type {
    margin: 6px;
  }
  /*********************
  SPECIFIC CONTENT
  *********************/
  .audiencia-section .image-list {
    width: 100%;
  }
  /* Forms */
  form {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  }
  .proposta-form .nome-email,
  .proposta-form .form-row.proposta {
    width: 49%;
  }
  .proposta-form .nome-email {
    float: left;
  }
  .proposta-form .form-row.proposta {
    float: right;
  }
  .proposta-form .form-row.proposta textarea {
    height: 106px;
  }
  .proposta-form input[type="submit"] {
    float: right;
  }
  .reserva-form .form-group {
    width: 49%;
    float: left;
  }
  .reserva-form .form-group.nome-email {
    margin-right: 1%;
  }
  .reserva-form input[type="submit"] {
    float: right;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/.sidebar-right {
    display: block;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  
}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
