@charset "UTF-8";
/*
Theme Name: Eleições do CNPC
Theme URI: http://culturadigital.br
Description: Tema do Fóruns Setoriais do CNPC 2015.
Author: Ceily Cristina, Cleber Santos, Drica Veloso, Eduardo Xavier, Fernão Lopes, Leo Germani e Tiago Mergulhão
Author URI: http://culturadigital.br
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Version: 2.0
Tags: one-column, two-columns, right-sidebar, custom-menu, editor-style, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f6f3a+0,0c451a+100 */
@font-face {
  font-family: "TheSans B7 Bold";
  src: url("fonts/thesansb7bold.ttf");
  src: url("fonts/thesansb7bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "TheSans B5 Plain";
  src: url("fonts/thesansb5plain.ttf");
  src: url("fonts/thesansb5plain.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
a {
  text-decoration: none;
  color: #125b26; }
  a:visited {
    color: #111; }
  a:hover {
    text-decoration: none; }
  a:hover, a:focus, a:active {
    -webkit-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    color: #051b0b;
    border: 0; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

abbr,
dfn,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  font-weight: bold;
  color: #000;
  background-color: #fe6; }

ins {
  text-decoration: none; }

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

small {
  font-size: .875em; }

sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  letter-spacing: .08em; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "TheSans B5 Plain", serif;
  font-weight: 400;
  margin: 0;
  word-wrap: break-word; }

h4, h5, h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

h3 {
  font-size: 20px; }

p {
  margin: 0; }

* + p {
  margin-top: 1em; }

blockquote {
  font-style: italic;
  margin: 0;
  padding: 0; }
  blockquote blockquote {
    border: 0; }

ul {
  list-style: square; }

ul, ol {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none; }
  ul li, ol li {
    margin: 0 0 .5em;
    padding: 0; }

dd {
  margin: 0; }

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

*,
*:before,
*:after {
  box-sizing: border-box; }

img {
  border: 0; }

::-moz-selection, ::selection {
  color: #000;
  background: #fe6;
  text-shadow: none; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  font: 16px/24px "TheSans B5 Plain", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: #d88713;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d88713 0%, #fec10c 23%, #fce8b3 50%, #fec10c 77%, #d88713 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d88713), color-stop(23%, #fec10c), color-stop(50%, #fce8b3), color-stop(77%, #fec10c), color-stop(100%, #d88713));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d88713 0%, #fec10c 23%, #fce8b3 50%, #fec10c 77%, #d88713 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d88713 0%, #fec10c 23%, #fce8b3 50%, #fec10c 77%, #d88713 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d88713 0%, #fec10c 23%, #fce8b3 50%, #fec10c 77%, #d88713 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d88713 0%, #fec10c 23%, #fce8b3 50%, #fec10c 77%, #d88713 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88713', endColorstr='#d88713',GradientType=1 );
  /* IE6-9 */
  margin: 0 auto; }

@media only screen and (min-width: 971px) and (max-width: 1170px) {
  body .site-wrap > .col-xs-12, body .site-wrap > .col-md-4, body .site-wrap > col-md-8 {
    padding-left: 54px;
    padding-right: 54px; } }
@media only screen and (min-width: 971px) {
  body .site-wrap > .col-xs-12, body .site-wrap > .col-md-4, body .site-wrap > col-md-8 {
    padding-left: 54px;
    padding-right: 54px; } }
div.site-wrap > header, div.site-wrap > footer {
  padding: 0 5.4rem; }

@media only screen and (max-width: 750px) {
  div.site-wrap > header, div.site-wrap > footer {
    padding: 0 1.4rem; } }
pre,
code,
kbd,
samp {
  font-family: consolas, monospace, sans-serif;
  font-size: 14px;
  font-size: .88rem;
  line-height: 1.71;
  color: #666;
  _font-family: 'Courier New', monospace, sans-serif; }

pre {
  font-size: 14px;
  font-size: .88rem;
  line-height: 1.71;
  overflow-x: auto;
  padding: 24px;
  padding: 1.5em;
  color: #6981a3;
  background: #fef7ea; }
  pre code {
    display: block; }

a code {
  color: inherit;
  border: 0;
  background: transparent; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type='text'],
input[type='email'],
input[type='password'],
textarea {
  width: 100%; }

fieldset {
  padding: 0;
  border: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

.assistive-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px; }

.ir {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  *text-indent: -9999px; }
  .ir:before {
    display: block;
    width: 0;
    height: 150%;
    content: ''; }

.bd {
  overflow: hidden;
  zoom: 1;
  _overflow: visible; }

@media only screen and (min-width: 751px) and (max-width: 970px) {
  .media .img {
    float: left;
    margin-right: 1.5rem; } }
@media only screen and (min-width: 751px) and (max-width: 970px) {
  .media-container .media:nth-child(odd) .img {
    float: right;
    margin-right: 0;
    margin-left: 1.5rem; } }
a.post-edit-link {
  background-color: rgba(41, 39, 36, 0.4);
  color: #fff;
  display: inline-block;
  font-size: .88rem;
  font-size: 14px;
  line-height: 1.71;
  padding: 0 .5em;
  margin-left: 20px; }
  a.post-edit-link:hover {
    background-color: rgba(41, 39, 36, 0.9); }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.no-results {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3); }

.ui-button,
.primary-button,
.button,
.sidebar aside form#loginform input#wp-submit {
  display: inline-block;
  margin: 5px 0;
  padding: .5em;
  padding-bottom: .4em;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  color: #ffce00 !important;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1;
  background: -moz-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f6f3a), color-stop(100%, #0c451a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1f6f3a 0%, #0c451a 100%);
  /* W3C */ }
  .ui-button.secondary,
  .primary-button.secondary,
  .button.secondary,
  .sidebar aside form#loginform input.secondary#wp-submit {
    margin-right: 10px;
    background: linear-gradient(to bottom, #93AB9B 0%, #62866B 100%); }
  .ui-button:hover,
  .primary-button:hover,
  .button:hover,
  .sidebar aside form#loginform input#wp-submit:hover {
    background: -moz-linear-gradient(top, #0c451a 0%, #1f6f3a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c451a), color-stop(100%, #1f6f3a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0c451a 0%, #1f6f3a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0c451a 0%, #1f6f3a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0c451a 0%, #1f6f3a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #0c451a 0%, #1f6f3a 100%);
    /* W3C */ }

a.highlight {
  line-height: 3;
  display: block;
  padding: 0 1em;
  text-align: center;
  color: #888 !important;
  border: 1px solid #dbd22f;
  background: #fdfddb !important; }

.accept {
  line-height: 3;
  padding: 0 1em;
  text-align: center;
  color: #888;
  border: 1px solid #dbd22f;
  background: #fdfddb; }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
  margin-left: 0; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-right: 0;
  margin-left: 1em; }

.aligncenter,
img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto; }

#main {
  padding-bottom: 3rem;
  padding-top: 3rem;
  border-bottom: 1px solid #dedede; }

.disable-pointer-events {
  pointer-events: none !important; }

.no-menu {
  border: 1px dotted #ccc;
  clear: both;
  font-size: 1.25rem;
  font-size: 20px;
  line-height: 2.4;
  padding: 0 1.3em; }

.u-pull-left {
  float: left; }

.u-pull-right {
  float: right; }

body > div.site-wrap {
  padding-bottom: 20px;
  padding-top: 20px;
  overflow: hidden;
  width: 98%;
  max-width: 1080px;
  margin: 0px auto;
  background: #f4f4f4; }

@media only screen and (min-width: 751px) and (max-width: 970px) {
  body > div.site-wrap {
    overflow: visible;
    margin: 0px auto; }

  .feature__info {
    top: 50%;
    margin: -1.5rem 72px 0 0; }

  .box {
    float: left;
    width: 33%; }

  .box--news {
    width: 34%;
    margin-top: -1.5rem; } }
.entry-content p,
.entry-summary p,
.comment-content p {
  line-height: 1.5;
  margin: 0 0 24px;
  margin: 0 0 1rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  margin: 24px 0;
  margin: 1.5rem 0;
  color: #175E2D; }
.entry-content h1,
.comment-content h1 {
  font-size: 1.31rem;
  font-size: 21px;
  line-height: 1.14; }
.entry-content h2,
.comment-content h2 {
  font-size: 1.33rem;
  font-size: 18px; }
.entry-content h3,
.comment-content h3 {
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.5; }
.entry-content h4,
.comment-content h4 {
  font-size: .88rem;
  font-size: 14px;
  line-height: 1.71; }
.entry-content h5,
.comment-content h5 {
  font-size: .81rem;
  font-size: 13px;
  line-height: 1.85; }
.entry-content h6,
.comment-content h6 {
  font-size: .75rem;
  font-size: 12px;
  line-height: 2; }
.entry-content ol, .entry-content ul,
.comment-content ol,
.comment-content ul {
  line-height: 1.5;
  margin: 0 0 24px;
  margin: 0 0 1.5rem; }
.entry-content ul,
.comment-content ul {
  list-style: disc outside; }
.entry-content ol,
.comment-content ol {
  list-style: decimal outside; }
.entry-content ol ol, .entry-content ol ul, .entry-content ul ol, .entry-content ul ul,
.comment-content ol ol,
.comment-content ol ul,
.comment-content ul ol,
.comment-content ul ul {
  margin-bottom: 0; }
.entry-content li,
.comment-content li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.25rem; }
.entry-content table,
.comment-content table {
  font-size: .88rem;
  font-size: 14px;
  line-height: 1.71;
  width: 100%;
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
  color: #777;
  border-bottom: 1px solid #ededed; }
  .entry-content table caption,
  .comment-content table caption {
    margin: 24px 0;
    margin: 1.5rem 0; }
  .entry-content table td,
  .comment-content table td {
    padding: 6px 10px 6px 0;
    border-top: 1px solid #ededed; }
.entry-content address,
.comment-content address {
  line-height: 1.5;
  display: block;
  margin: 0 0 24px;
  margin: 0 0 1.5rem; }

.entry-content ul, .entry-content ol {
  margin: 0 0 0 1.5em;
  padding: 0; }
.entry-content img {
  max-width: 100%;
  height: auto; }
.entry-content blockquote {
  font-size: .88rem;
  font-size: 14px;
  line-height: 1.71;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding: 24px;
  padding: 1.5rem;
  background: #f5f5f5; }
  .entry-content blockquote p:last-child {
    margin-bottom: 0; }
.entry-content a {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #125b26;
  background: #ededed; }
  .entry-content a:hover {
    color: #444; }

.cat-links {
  display: none; }

.comment-content blockquote {
  font-style: italic;
  padding: 24px;
  padding: 1.5rem; }

.gallery {
  margin: 1.5rem auto; }
  .gallery a {
    background-color: transparent; }
    .gallery a:hover .attachment-thumbnail {
      top: -2px;
      box-shadow: 0 0 8px rgba(192, 192, 192, 0.8); }
  .gallery .attachment-thumbnail {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    padding: 2px;
    background: #fff;
    box-shadow: 0 0 6px rgba(192, 192, 192, 0.5);
    position: relative; }

.gallery-item {
  float: left;
  margin: 0;
  padding: 4px;
  text-align: center; }

.gallery-columns-0 .gallery-item {
  width: 100%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.3333%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.67%; }

.gallery-columns-7 .gallery-item {
  width: 14.29%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.11%; }

.gallery-caption {
  color: #999;
  font-size: .75rem;
  font-size: 14px;
  line-height: 2; }

.entry-footer {
  font-size: .88rem;
  font-size: 16px;
  color: #888; }

.related {
  padding: 1.5rem;
  border: 1px solid #ededed;
  background-color: #f5f5f5; }
  .related .entry-title {
    font-size: 1.13rem;
    font-size: 18px;
    line-height: 1.33; }
    .related .entry-title a {
      color: #125b26; }

.entry-share .comments-link {
  float: left; }
.entry-share .share-shortlink {
  display: none;
  float: right;
  position: relative;
  text-align: right;
  width: 40%; }

section #comments {
  padding: 5% 3%;
  border: 1px solid #eaeaea;
  border-radius: 5px; }

.single-foruns section #comments {
  padding: 5% 10%; }

.comments-title,
#reply-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1.5rem;
  color: #125b26; }

#reply-title {
  position: relative; }

.comments-title a {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  float: right;
  padding: 0 .5em;
  color: #fff;
  background: #125b26; }
  .comments-title a:hover {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    color: #fff;
    background: #222; }

.comments-list {
  list-style: none; }
  .comments-list li.comment {
    margin: 0 0 10px 0;
    padding: 10px;
    border: 1px solid #EAEAEA; }
    .comments-list li.comment.candidate {
      background-color: rgba(226, 226, 226, 0.54);
      border: 1px solid #D2D2D2; }
      .comments-list li.comment.candidate .entry-author a {
        text-transform: uppercase;
        color: #125b26; }
  .comments-list article {
    border: none; }
  .comments-list .children {
    margin: 0 0 0 48px;
    margin: 10px 0 0 2rem; }
    .comments-list .children .vcard .comment-author-avatar img,
    .comments-list .children .vcard .comment-author-avatar {
      width: 70px;
      height: 70px; }

.comment-container {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative; }

.comment,
.pingback {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  color: #666; }

.comment-content {
  line-height: 1.5;
  position: relative;
  float: right;
  width: 80%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0px;
  border-radius: 1rem; }
  .comment-content p {
    margin: 0;
    color: #676767; }

.single-foruns .comment-content {
  width: 85%; }

.comment-content p + * {
  margin-bottom: 1.5rem; }

.comment-meta {
  line-height: 1.5;
  position: relative;
  z-index: 1;
  float: right;
  width: 80%;
  overflow: hidden;
  margin: 0;
  color: #125b26; }
  .comment-meta span {
    display: block; }
    .comment-meta span.entry-date {
      margin-top: -5px;
      color: #b0b0b0; }

.single-foruns .comment-meta {
  width: 85%; }

@media (max-width: 850px) {
  .single-foruns .comment-content,
  .single-foruns .comment-meta {
    width: 75%; } }
@media (max-width: 670px) {
  .single-foruns .comment-content,
  .single-foruns .comment-meta,
  .comment-content,
  .comment-meta {
    width: 70%; } }
.vcard {
  float: left;
  width: 15%; }
  .vcard .comment-author-avatar {
    float: left;
    margin-right: .75em; }
    .vcard .comment-author-avatar, .vcard .comment-author-avatar img {
      width: 87px;
      height: 86px; }

.comment-meta .fn {
  font-style: normal;
  display: block; }
  .comment-meta .fn a {
    border-bottom: 1px dotted; }
.comment-meta a {
  color: #999; }

.comment-on-hold {
  float: left;
  background: yellow; }

.comment-reply-link, #cancel-comment-reply-link {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #dadada;
  color: #fff;
  padding: 3px 5px;
  z-index: 2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #b9b7b8;
  border-radius: 3px; }
  .comment-reply-link:hover, #cancel-comment-reply-link:hover {
    color: #DEB90E;
    background-color: #125A26;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #2d9481;
    color: #fff; }

#cancel-comment-reply-link {
  left: 0px;
  right: auto;
  top: 205px; }

@media (max-width: 670px) {
  #cancel-comment-reply-link {
    top: 204px; }

  .single-foruns #cancel-comment-reply-link {
    top: 230px; } }
.comment-permalink {
  float: right; }

.comments-list .byuser .comment-content, .comments-list .bypostauthor .comment-content {
  color: #333; }
.comments-list .pingback {
  font-size: 14px;
  font-size: .88em;
  line-height: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding: 12px;
  padding: .75rem;
  border: 1px solid #ededed;
  background: #f5f5f5; }
  .comments-list .pingback .favicon {
    float: left;
    margin-right: .7rem; }
  .comments-list .pingback .comment-edit-link {
    color: #999; }

#respond {
  overflow: hidden;
  padding: 24px;
  padding: 1.5rem;
  margin-top: 10px;
  color: #666;
  border-top: 1px solid #ededed;
  background: #f5f5f5; }
  #respond p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }

#cancel-comment-reply-link {
  font-size: 14px;
  line-height: 1.71;
  color: #666; }

@respond-to (xs) {
  .logged-in-as {
    width: 41.666667%;
    bottom: -80px; } }
@respond-to (md) {
  .logged-in-as {
    width: 66.666667%; } }
@respond-to (md) {
  .logged-in-as {
    width: 66.666667%; } }
@respond-to (md) {
  .logged-in-as {
    width: 83.333333%; } }
.logged-in-as a,
.comment-notes a {
  border-bottom: 1px dotted;
  font-size: 13px; }

#commentform {
  position: relative; }

.logged-in-as {
  position: absolute;
  bottom: -50px;
  left: 0px; }

#commentform label {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  display: -moz-inline-stack;
  zoom: 1;
  color: #999;
  *display: inline; }

.comment-area {
  margin-bottom: 1.5rem; }

.required {
  color: #666; }

#commentform input[type='text'], #commentform textarea {
  padding: 1em;
  border: 1px solid #A0A0A0;
  outline: none; }
  #commentform input[type='text']:focus, #commentform textarea:focus {
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
    border-color: #222; }

.form-allowed-tags {
  font-size: 12px;
  font-size: .75rem;
  line-height: 2;
  margin: 0;
  padding-top: 24px;
  padding-top: 1.5rem;
  display: none; }
  .form-allowed-tags code {
    color: #999; }

#submit {
  font-size: 16px;
  padding: .5em 1em;
  color: #fff;
  color: #DEB90E;
  background-color: #125A26;
  border: none;
  float: right; }

.page .entry-summary {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
  color: #151e19; }

/* Swiper Slider */
.swiper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper__slide {
  background: #000;
  float: left;
  height: 100%;
  margin: 0;
  width: 100%;
  position: relative; }

.swiper__slide img {
  display: block;
  height: auto;
  max-width: 100%; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* Swiper Pagination */
.swiper__pagination {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 20;
  text-align: right;
  width: 100%; }

.swiper-pagination-switch {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: inline-block;
  width: 1.5rem;
  transition: background-color 0.3s ease; }

.swiper-pagination-switch:before {
  content: "";
  display: block;
  padding-top: 50%; }

.swiper-active-switch {
  background-color: #fff;
  cursor: default; }

.item__title {
  font-size: 1.13rem;
  line-height: 1.33;
  color: #125b26; }

.entry__form {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px dotted #888; }

#contato-historias label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  display: -moz-inline-stack;
  zoom: 1;
  color: #999;
  *display: inline; }

.finder-wrapper {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #f5f5f5;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

legend {
  margin-bottom: 10px;
  margin-top: 20px;
  border: none; }

fieldset br {
  border-bottom: 1px solid #e5e5e5; }

.inscritos--lista td {
  font-size: .88rem;
  font-size: 14px;
  line-height: 1.7;
  padding: 1.5rem 1rem;
  vertical-align: top;
  border-right: 1px dotted #ccc; }
  .inscritos--lista td td:last-child {
    border-right: none; }
.inscritos--lista thead {
  font-size: 1.13rem;
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  border-bottom: 1px solid #666;
  background: #888; }
  .inscritos--lista thead th {
    padding: 1em 1rem; }
.inscritos--lista .subscription__curator {
  background: #444; }
.inscritos--lista tbody tr {
  -webkit-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
  border-bottom: 1px dashed #ccc; }
  .inscritos--lista tbody tr:nth-child(odd) {
    background-color: #f5f5f5; }
  .inscritos--lista tbody tr:hover {
    background-color: #ededed; }
  .inscritos--lista tbody tr:last-child {
    border-bottom: none; }
.inscritos--lista .subscription__order {
  text-align: center;
  color: #999; }
.inscritos--lista .subscription__title {
  font-size: 1.13rem;
  font-size: 15px;
  line-height: 1.33; }
  .inscritos--lista .subscription__title small {
    font-size: .88rem;
    line-height: 1.71; }
.inscritos--lista .subscription__status {
  font-size: 1.13rem;
  font-size: 18px;
  line-height: 1.33;
  text-align: center; }
.inscritos--lista a:hover {
  text-decoration: underline; }

#filter_setorial {
  margin-bottom: 20px; }

.form-controls {
  margin-bottom: 1.5rem; }

.js-sortable-table .header:hover {
  cursor: pointer; }

#cadastro.form-step {
  padding-top: 0px;
  position: relative;
  background-color: transparent;
  border: none; }
  #cadastro.form-step .step__title,
  #cadastro.form-step .step__about {
    text-align: center;
    /*float: left;*/ }
  #cadastro.form-step .step__footer {
    font-size: 12px;
    color: #aaa;
    text-align: right;
    margin-top: 4em;
    margin-bottom: 4em;
    margin-top: 300px; }
    #cadastro.form-step .step__footer a {
      color: #414141; }

#step-1-register {
  width: 460px;
  margin: 0 auto;
  padding-top: 30px; }
  #step-1-register #user_type label {
    width: 45%;
    max-width: 190px;
    padding: 40px;
    margin-right: 10%;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #175823;
    color: #ffcb05;
    font-size: 1.4em;
    font-size: 22px; }
    #step-1-register #user_type label:last-child {
      margin-right: 0px; }
    #step-1-register #user_type label:hover {
      background-color: #ffcb05;
      color: #175823;
      cursor: pointer; }
  #step-1-register #terms {
    margin-bottom: 40px; }
    #step-1-register #terms .term {
      width: 28px;
      height: 28px;
      background: #fcfff4;
      background: -webkit-linear-gradient(top, #175823 0%, #155929 40%, #125A26 100%);
      background: -moz-linear-gradient(top, #175823 0%, #155929 40%, #125A26 100%);
      background: -o-linear-gradient(top, #175823 0%, #155929 40%, #125A26 100%);
      background: -ms-linear-gradient(top, #175823 0%, #155929 40%, #125A26 100%);
      background: linear-gradient(top, #175823 0%, #155929 40%, #125A26 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175823', endColorstr='#125A26',GradientType=0 );
      display: inline-block;
      position: relative; }
    #step-1-register #terms .term label {
      cursor: pointer;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 4px;
      top: 4px;
      background-color: #ffcb05; }
    #step-1-register #terms .term label:after {
      filter: alpha(opacity=0);
      opacity: 0;
      content: '';
      position: absolute;
      width: 12px;
      height: 7px;
      background: transparent;
      top: 5px;
      left: 4px;
      border: 3px solid #145828;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #step-1-register #terms .term label:hover::after {
      filter: alpha(opacity=30);
      opacity: 0.3; }
    #step-1-register #terms .term input[type=checkbox] {
      visibility: hidden; }
    #step-1-register #terms .term input[type=checkbox]:checked + label:after {
      filter: alpha(opacity=100);
      opacity: 1; }
    #step-1-register #terms label.terms_label {
      line-height: 2; }
      #step-1-register #terms label.terms_label a {
        text-decoration: underline; }

#step-2-register .step__title {
  text-align: left;
  font-size: 32px; }
#step-2-register #step-2-dropdown {
  display: none; }

#step-3-register i {
  font-size: 27px;
  text-align: center;
  width: 2.285714em;
  display: inline-block;
  position: absolute;
  top: 40px;
  right: -7px; }

.form-application h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px; }
.form-application .file a,
.form-application a.file_upload {
  text-decoration: underline; }
.form-application .row > div {
  margin-bottom: 10px; }
.form-application legend {
  font-size: 1.13rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem; }
  .form-application legend span {
    font-weight: normal; }
.form-application .avatar {
  position: relative;
  text-align: center; }
  .form-application .avatar label {
    position: absolute;
    top: 175px;
    left: 0px;
    width: 100%; }
  .form-application .avatar .js-current {
    display: inline-block;
    min-height: 150px;
    min-width: 150px;
    max-height: 200px;
    max-width: 200px;
    border: 2px solid #eaeaea;
    overflow: hidden;
    margin-bottom: 0px; }
    .form-application .avatar .js-current img {
      width: 100%;
      height: auto; }
.form-application .js-upload-button {
  float: none; }
.form-application .form__item--inline label {
  display: inline; }
.form-application .js-current {
  color: #888;
  margin-bottom: 50px; }
  .form-application .js-current a {
    background: rgba(55, 55, 55, 0.26);
    border-radius: 2px;
    color: #145728;
    font-size: 16px;
    line-height: 1;
    padding: 4px 8px;
    /* opacity: 0.5; */
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: underline; }
    .form-application .js-current a:hover {
      opacity: 1; }
.form-application input[type='text'],
.form-application input[type='email'],
.form-application input[type='password'],
.form-application textarea {
  padding: 1em;
  border: 1px solid #BBB9B9;
  background: #fff; }
  .form-application input[type='text']:focus,
  .form-application input[type='email']:focus,
  .form-application input[type='password']:focus,
  .form-application textarea:focus {
    border-color: #888;
    outline: none; }
  .form-application input[type='text']:read-only, .form-application input[type='text']:disabled,
  .form-application input[type='email']:read-only,
  .form-application input[type='email']:disabled,
  .form-application input[type='password']:read-only,
  .form-application input[type='password']:disabled,
  .form-application textarea:read-only,
  .form-application textarea:disabled {
    background: #EFEFEF; }
.form-application select {
  height: 50px;
  font-size: 20px;
  width: 100%;
  min-width: 200px;
  background: transparent; }
.form-application input[type='submit'],
.form-application #step-2-register,
.form-application #step-3-register {
  display: none; }
.form-application .js-upload-button {
  margin: 12px !important; }

.campoObrigatorio {
  color: red; }

.form-step {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #ededed;
  padding: 20px;
  margin-bottom: 3rem;
  padding: 1.5rem; }

#formstep-2 .grid__item .field__note {
  margin-top: 5px; }

#formstep-2 .button, #formstep-2 .sidebar aside form#loginform input#wp-submit, .sidebar aside form#loginform #formstep-2 input#wp-submit {
  background: rgba(5, 63, 5, 0.93); }

#formstep-3 .textcenter {
  margin-top: 30px;
  margin-bottom: 30px; }

#formstep-3 .textcenter {
  color: #125b26;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  font-style: normal; }

.step__head {
  /* margin-bottom: 1.5rem; */
  /* padding-bottom: 1.5rem; */
  min-height: 50px; }

.step__title {
  font-size: 2.60rem;
  text-align: center;
  font-size: 36px;
  line-height: 1.33;
  margin-bottom: 0;
  color: #125b26; }

.step__about {
  font-style: italic;
  text-align: center;
  margin-bottom: 1.65rem;
  color: #888; }

.step__count {
  display: none;
  float: right;
  margin: 10px 0px 30px 0px;
  position: absolute;
  top: 0px;
  right: 0px; }
  .step__count span {
    background-color: #dadada;
    color: #fff;
    font-weight: bold;
    padding: 8px 8px 5px 8px;
    margin: 0px;
    margin-left: -4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 4px 0 #b9b7b8;
    border-radius: 3px; }
    .step__count span.active {
      background-color: #3F7F51;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 4px 0 #125B26; }

.step__box {
  border: 1px solid #dbc633;
  background-color: #f7ffb3;
  padding: 2%;
  margin: 20px 10%; }

.field__note {
  clear: both;
  font-size: 14px;
  line-height: 1.71;
  color: #888; }

.field__error {
  font-size: 14px;
  line-height: 1.21;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 0 .5em;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #fff;
  background: #ed4747; }

.error {
  font-size: .88rem;
  font-size: 14px;
  line-height: 1.71;
  padding: .5em;
  color: #fff;
  background-color: #ed4747;
  margin-bottom: 2px; }

.form-error {
  display: none; }

.step__advance {
  margin: 0;
  text-align: right;
  color: #888; }

.form-not-yet {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #ededed;
  background: #fff; }
  .form-not-yet .step__title {
    color: #ccc; }

.file-upload {
  cursor: pointer; }
  .file-upload .button, .file-upload .sidebar aside form#loginform input#wp-submit, .sidebar aside form#loginform .file-upload input#wp-submit {
    margin: .75rem 0;
    position: relative;
    opacity: 0.8;
    cursor: pointer;
    transition: none; }
    .file-upload .button:hover, .file-upload .sidebar aside form#loginform input#wp-submit:hover, .sidebar aside form#loginform .file-upload input#wp-submit:hover {
      opacity: 1; }
  .file-upload input[type='file'] {
    height: 50px !important;
    cursor: pointer;
    margin-top: -20px; }
  .file-upload form {
    cursor: pointer; }
  .file-upload .js-feedback {
    display: none;
    background-color: #f1ad0e;
    color: #fff;
    padding: 3px 5px;
    border: 1px solid #D98813; }

#protocol-number {
  width: 40%;
  margin: 0 auto 1.5rem auto;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
  background: #5daa33; }
  #protocol-number strong {
    font-size: 36px;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1;
    display: block; }

.featured-posts {
  margin-bottom: 3rem; }
  .featured-posts .hentry {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
    height: 10rem;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    border-bottom: 0;
    background: #ededed; }
  .featured-posts .entry-title {
    font-size: 1.13rem;
    line-height: 1.33;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0; }
    .featured-posts .entry-title a {
      display: inline;
      color: #444;
      background: #fff; }
      .featured-posts .entry-title a:hover {
        color: #125b26; }
  .featured-posts .wp-post-image {
    display: block; }

.steps__content {
  text-align: center; }
  .steps__content li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .steps__content li span {
      width: 13px;
      height: 13px;
      display: block;
      background: #ffce00;
      text-indent: -9999px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
      .steps__content li span.current {
        cursor: default;
        position: relative;
        background: #125b26; }

@media screen and (max-width: 40em) {
  #step-1-register {
    width: 450px; }
    #step-1-register #user_type label {
      margin-right: 5%; } }
#evaluation-area {
  background-color: #fff;
  position: fixed;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0; }
  #evaluation-area.closed {
    height: 5px; }

.evaluation__comments {
  float: left;
  width: 55%; }
  .evaluation__comments label {
    display: block; }
  .evaluation__comments textarea {
    border: 1px solid #ccc;
    height: 8.5rem;
    outline: none;
    padding: .75rem;
    width: 100%; }
    .evaluation__comments textarea:focus {
      border-color: #125b26; }

.evaluation__status {
  float: right;
  width: 40%; }

.status-box {
  background-color: #ededed;
  color: #878787;
  font-family: 'Sanchez', serif;
  font-size: 1.13rem;
  line-height: 2.67;
  float: left;
  height: 3rem;
  width: 20%;
  vertical-align: middle;
  text-align: center; }
  .status-box:nth-child(3) {
    background-color: #e5e5e5; }
  .status-box.checked label {
    background-color: #125b26;
    color: #fff; }
  .status-box.invalid.checked label {
    background-color: #9C0101;
    color: #fff; }
  .status-box label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    transition: background-color .2s ease-in-out, color .2s linear, box-shadow .2s linear, box-shadow .2s linear, box-shadow .2s linear; }
    .status-box label:hover {
      box-shadow: inset 0 0 0 2px #125b26;
      color: #444; }
  .status-box.invalid label:hover {
    box-shadow: inset 0 0 0 2px #9C0101; }
  .status-box input {
    display: none; }

.evaluation__toggle {
  background-color: #125b26;
  border: none;
  color: #fff;
  font-family: 'Sanchez', serif;
  height: 3rem;
  position: absolute;
  top: -3rem;
  padding: 0 1em; }
  .evaluation__toggle:before {
    content: '\f046';
    font-family: 'FontAwesome';
    margin-right: .5em; }

#evaluation-area.minimized .evaluation__toggle:before {
  content: '\f077'; }

#evaluation-tabs {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0; }

/* jQuery tabs */
.ui-helper-reset {
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-tabs {
  position: relative; }

.ui-tabs .ui-tabs-nav {
  border-top: 4px solid #444;
  margin: 0;
  padding: 0; }

.ui-tabs-nav li {
  display: inline-block;
  line-height: 2;
  list-style: none;
  position: relative;
  padding: 0;
  white-space: nowrap; }
.ui-tabs-nav .ui-tabs-selected {
  background-color: #444; }

.ui-tabs .ui-tabs-nav a {
  display: block;
  padding: 0 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: #fff; }
.ui-tabs .ui-tabs-panel {
  display: block;
  float: left;
  clear: both;
  position: relative;
  width: 100%;
  height: 13rem;
  border-width: 0;
  padding: 0 1.5rem 1rem 1.5rem; }
.ui-tabs .ui-tabs-hide {
  display: none; }

.finish-eval {
  position: absolute;
  top: 4px;
  right: 1.5rem; }

.consultant__avatar {
  background-size: cover;
  border-radius: 50%;
  height: 16rem;
  width: 16rem; }

.consultant__name.consultant__name {
  font-size: 2.25rem;
  line-height: 1.33;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0 .5em;
  color: #fff;
  background: #125b26; }

.sidebar {
  padding-right: 27px !important; }
  .sidebar aside {
    color: #826815;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeece6;
    *zoom: 1; }
    .sidebar aside > a, .sidebar aside > ul, .sidebar aside > p, .sidebar aside > ol, .sidebar aside > div, .sidebar aside > form {
      margin-left: 16px;
      margin-right: 16px; }
    .sidebar aside:before, .sidebar aside:after {
      display: table;
      content: " "; }
    .sidebar aside:after {
      clear: both; }
    .sidebar aside a, .sidebar aside a:visited {
      color: #826815; }
      .sidebar aside a:hover, .sidebar aside a:visited:hover {
        color: #e2bf4e; }
      .sidebar aside a.button, .sidebar aside a:visited.button {
        float: right;
        margin-bottom: 16px; }
      .sidebar aside a.lost-password, .sidebar aside a:visited.lost-password {
        font-size: .88rem;
        line-height: 1.71;
        display: block;
        margin-top: -40px;
        margin-bottom: 17px; }
    .sidebar aside ul {
      margin-top: 1rem;
      margin-bottom: 1em;
      margin-right: 1em;
      line-height: 1.71;
      list-style: none; }
      .sidebar aside ul.menu--user li {
        color: #125b26;
        font-weight: bold; }
        .sidebar aside ul.menu--user li a {
          color: #125b26; }
    .sidebar aside .menu-setorial i {
      color: #c9bf9b;
      margin-right: 5px; }
    .sidebar aside h3 {
      margin: 0 0 10px 0;
      padding: 1.2rem 0rem 0.4em 1rem;
      border-radius: 5px;
      width: 100%;
      color: #ffce00;
      border-bottom: none;
      font-family: "TheSans B7 Bold";
      font-size: 20px;
      color: #ffce00;
      background: #1f6f3a;
      /* Old browsers */
      background: -moz-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f6f3a), color-stop(100%, #0c451a));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #1f6f3a 0%, #0c451a 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f6f3a', endColorstr='#0c451a',GradientType=0 );
      /* IE6-9 */
      position: relative; }
      .sidebar aside h3:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -9px;
        left: 10px;
        width: 0;
        border-width: 9px 9px 0px 9px;
        border-style: solid;
        border-color: #0c451a transparent; }
    .sidebar aside .widget-body {
      margin-top: 14px;
      margin-bottom: 14px; }
    .sidebar aside form#loginform {
      *zoom: 1; }
      .sidebar aside form#loginform:before, .sidebar aside form#loginform:after {
        display: table;
        content: " "; }
      .sidebar aside form#loginform:after {
        clear: both; }
      .sidebar aside form#loginform p {
        font-size: 16px;
        line-height: 1;
        color: #a8a8a8; }
        .sidebar aside form#loginform p.login-submit {
          float: right;
          margin-top: 0; }
      .sidebar aside form#loginform .input {
        font-size: 14px;
        width: 100%;
        padding: 0.8em;
        border: 1px solid #ccc;
        background: #fff; }
    .sidebar aside a#lost-password {
      font-size: 16px; }

header#header {
  min-height: 150px;
  position: relative; }
  header#header .contact {
    margin-top: 0;
    height: 0;
    overflow-y: visible;
    z-index: 1; }
    header#header .contact a:hover {
      color: #125b26; }
    header#header .contact i {
      font-size: 18px; }
  @media only screen and (min-width: 751px) and (max-width: 970px) {
    header#header a.img-and-text {
      margin-left: -40px; } }
  @media only screen and (min-width: 971px) and (max-width: 1170px) {
    header#header a.img-and-text {
      margin-left: -40px; } }
  @media only screen and (min-width: 971px) {
    header#header a.img-and-text {
      margin-left: -40px; } }
  @media only screen and (min-width: 751px) and (max-width: 970px) {
    header#header h1 {
      margin-top: 20px;
      font-size: 24px; } }
  @media only screen and (max-width: 750px) {
    header#header h1 {
      margin-top: 20px;
      font-size: 24px;
      text-transform: uppercase; }
      header#header h1 small {
        text-transform: none; } }
  @media only screen and (min-width: 751px) and (max-width: 970px) {
    header#header div.search-wrap {
      position: absolute;
      bottom: 20px;
      right: 40px;
      width: 30%; } }
  @media only screen and (min-width: 971px) and (max-width: 1170px) {
    header#header div.search-wrap {
      position: absolute;
      bottom: 20px;
      right: 40px;
      width: 30%; } }
  @media only screen and (min-width: 971px) {
    header#header div.search-wrap {
      position: absolute;
      bottom: 20px;
      right: 40px;
      width: 30%; } }
  header#header form {
    height: 39px;
    border: none;
    padding: 0px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
    header#header form input[type="search"] {
      width: 71%;
      float: left;
      padding: 14px 4% 14px 4%;
      margin: 0px;
      max-height: 44px;
      background-color: transparent;
      color: #bab8b8;
      font-weight: normal;
      font-size: 13px;
      border: 1px solid #bababa;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
      header#header form input[type="search"]:hover {
        background-color: #fff; }
    header#header form button {
      display: inline-block;
      width: 20%;
      height: 44px;
      background-color: #175823;
      margin: 0px;
      padding: 0px;
      color: #f4f4f4;
      font-size: 19px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      header#header form button, header#header form button:hover {
        border: none; }
      header#header form button:hover {
        background-color: #1c7133;
        cursor: pointer; }
      header#header form button i {
        font-size: 25px; }
  @media only screen and (min-width: 751px) and (max-width: 970px) {
    header#header .csn {
      float: right;
      margin-left: 1.5rem;
      margin-right: -48px; }
    header#header ul .menu-item-has-children > a:after {
      font-family: 'FontAwesome';
      margin-left: .5em;
      content: '\f107'; }
    header#header ul > li {
      display: inline-block;
      text-align: left;
      border-bottom: none; } }

.nav-toggle {
  font-family: "TheSans B7 Bold";
  font-size: 1.5rem;
  line-height: 2.4;
  text-align: center;
  text-transform: uppercase; }

nav.access {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1080px;
  text-transform: uppercase;
  font-family: "TheSans B7 Bold";
  background-color: #1C7033;
  position: relative;
  margin-bottom: 20px; }
  nav.access.opened {
    max-height: 9999px; }
  nav.access ul {
    font-size: 1.5rem;
    line-height: 2.4;
    margin: 0; }
    nav.access ul > li {
      margin: 0;
      text-align: right; }
    nav.access ul a {
      position: relative;
      display: block; }
    nav.access ul .current-cat > a:after,
    nav.access ul .current_page_item > a:after,
    nav.access ul .current-menu-item > a:after {
      content: " ";
      border-bottom: 4px solid #ffae16;
      width: 100%;
      display: block;
      position: absolute;
      bottom: 6px;
      left: 0px; }
    nav.access ul .menu-item-has-children {
      position: relative; }
  nav.access .login-form-menu {
    display: none;
    position: absolute;
    right: 130px;
    top: 60px;
    z-index: 2;
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #adadad;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    text-transform: none;
    font-weight: normal; }
    nav.access .login-form-menu:before {
      content: "";
      display: block;
      position: absolute;
      top: -9px;
      right: 40px;
      width: 0;
      border-width: 0px 9px 9px 9px;
      border-style: solid;
      border-color: #f4f4f4 transparent; }
    nav.access .login-form-menu form {
      display: block; }
  nav.access .menu--main, nav.access .menu--main li {
    float: left;
    text-align: right; }
  nav.access .menu--main li {
    margin-right: 10px; }
  nav.access .menu--main a {
    margin-right: 1.3em;
    color: #ffae16; }
    nav.access .menu--main a:hover {
      color: #7c5100; }
  nav.access .menu--user {
    float: right; }
    nav.access .menu--user li {
      text-align: left;
      display: inline-block; }
    nav.access .menu--user a {
      margin-left: 1.3em;
      color: #f4f4f4; }
      nav.access .menu--user a:hover {
        color: #f4f4f4; }
    nav.access .menu--user .menu__title {
      color: rgba(244, 244, 244, 0.72); }

@media only screen and (min-width: 751px) and (max-width: 970px) {
  .menu-item:hover > .sub-menu {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit; }

  nav.access {
    background: -moz-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f6f3a), color-stop(100%, #0c451a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1f6f3a 0%, #0c451a 100%);
    /* W3C */
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1080px;
    text-transform: uppercase;
    font-family: "TheSans B7 Bold";
    background-color: #1C7033;
    position: relative; }

  .js .access {
    position: relative; }
    .js .access.closed {
      max-height: none; }

  .nav-toggle {
    display: none; }

  .menu--sub {
    float: right; } }
@media only screen and (min-width: 971px) and (max-width: 1170px) {
  .menu-item:hover > .sub-menu {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit; }

  nav.access {
    background: -moz-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f6f3a), color-stop(100%, #0c451a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1f6f3a 0%, #0c451a 100%);
    /* W3C */
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1080px;
    text-transform: uppercase;
    font-family: "TheSans B7 Bold";
    background-color: #1C7033;
    position: relative; }

  .js .access {
    position: relative; }
    .js .access.closed {
      max-height: none; }

  .nav-toggle {
    display: none; }

  .menu--sub {
    float: right; } }
@media only screen and (min-width: 971px) {
  .menu-item:hover > .sub-menu {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit; }

  nav.access {
    background: -moz-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f6f3a), color-stop(100%, #0c451a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1f6f3a 0%, #0c451a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1f6f3a 0%, #0c451a 100%);
    /* W3C */
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1080px;
    text-transform: uppercase;
    font-family: "TheSans B7 Bold";
    background-color: #1C7033;
    position: relative; }

  .menu {
    position: relative; }

  .js .access {
    position: relative; }
    .js .access.closed {
      max-height: none; }

  .nav-toggle {
    display: none; }

  .menu--sub {
    float: right; } }
@media only screen and (max-width: 750px) {
  a.nav-toggle {
    height: 40px;
    background-color: #0c451a;
    line-height: 40px; }

  nav.access ul {
    line-height: 2.2; }
  nav.access .menu--main, nav.access .menu--user {
    float: none; }
    nav.access .menu--main li, nav.access .menu--user li {
      float: none;
      text-align: center;
      display: block;
      margin: 0px;
      display: block; }
    nav.access .menu--main a, nav.access .menu--user a {
      margin: 0px; }
  nav.access .menu--main {
    padding-bottom: 50px; }

  .js nav {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1; }

  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(41, 39, 36, 0.9);
    color: #fff;
    display: block;
    font-size: 1.25rem;
    line-height: 2.4;
    padding: 0 1.3em;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
    .nav-toggle.nav-toggle {
      color: #fff; }
    .nav-toggle:before {
      color: #fff;
      display: block;
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-size: 100%;
      text-transform: none;
      position: absolute;
      right: 1.3em;
      content: '\f0d7';
      text-indent: 0;
      speak: none;
      width: 1em; }
    .nav-toggle::before {
      content: '\f0d8'; } }
.menu--sub {
  font-size: 1rem;
  line-height: 1.44;
  margin-bottom: 1px;
  background-color: rgba(41, 39, 36, 0.6); }
  .menu--sub a:hover {
    background-color: rgba(41, 39, 36, 0.9); }

.menu--mobile {
  background-color: #125b26;
  font-size: 1.25rem;
  line-height: 2.4;
  float: left; }

.sub-menu {
  font-size: 1rem;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: -1px;
  margin: 0;
  margin-top: -2px;
  padding: 5px 5px;
  background-color: #fff;
  background-color: #165B2B;
  background-color: #E8A010;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .sub-menu ul {
    top: 0;
    left: 100%; }
  .sub-menu a {
    color: #888;
    color: #125b26 !important;
    background: transparent;
    text-shadow: none; }
    .sub-menu a:hover {
      color: #125b26;
      background: transparent; }
  .sub-menu li {
    float: none;
    margin: 0;
    border: none;
    position: relative; }

.menu-item-has-children {
  border: 1px solid transparent;
  z-index: 9998; }

.menu-item-has-children:hover {
  background-color: #E8A010; }
  .menu-item-has-children:hover a {
    color: #125b26 !important; }

.menu-item-has-children a:hover {
  color: #7c5100 !important; }

.menu-item-has-children > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: -20px;
  width: 0;
  border-width: 8px 7px 0px 7px;
  border-style: solid;
  border-color: #B5C9BB transparent; }

.menu-item-has-children .current-menu-item > a:after {
  border: none !important; }

body .site-wrap > section.col-md-8 {
  padding-left: 27px; }

section {
  margin-top: 20px;
  margin-bottom: 20px; }
  section .section-description {
    color: #125b26;
    border: 1px solid #EDE9E9;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px; }
    section .section-description p {
      margin: 3px 0px;
      line-height: 1.5; }
  section article {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 20px 0 0;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #fff;
    *zoom: 1;
    position: relative; }
    section article:first-child {
      padding: 0px; }
    section article:before, section article:after {
      display: table;
      content: " "; }
    section article:after {
      clear: both; }
    section article:first-child {
      border-top: none; }
    section article:last-child {
      border-bottom: none !important; }
    section article.has-post-thumbnail header {
      margin-right: 170px; }
    section article header {
      *zoom: 1;
      margin-bottom: 10px; }
      section article header:before, section article header:after {
        display: table;
        content: " "; }
      section article header:after {
        clear: both; }
      section article header h2 a {
        font-size: 32px; }
      section article header span.entry-date {
        font-size: 14px; }
    section article .featured-media {
      margin-top: -30px;
      float: right;
      margin-left: 20px; }
    section article p {
      margin-bottom: 5px; }
      section article p.read-more {
        margin-bottom: 10px; }
  section .quote {
    padding: 1.5rem 0; }
    section .quote > p {
      text-transform: uppercase; }
  section .page__title {
    margin-bottom: 1.5rem; }
  section .hentry {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    /*border-bottom: 1px dotted #888;*/ }
  section .hentry:last-child,
  section .single .hentry {
    border-bottom: none; }
  section .entry-title {
    font-size: 1.5rem;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 1.5rem; }
    section .entry-title a {
      display: inline-block;
      color: #52660b; }
  section .entry-title a:hover,
  section .single .entry-title a {
    color: #444; }
  section .entry-date {
    font-size: .88rem;
    line-height: 1.71;
    /*color: #888;*/
    color: #b49e49; }
  section .entry-format {
    font-size: .88rem;
    line-height: 1.71;
    display: inline-block;
    padding: 0 .5em;
    color: #fff !important;
    background-color: #125b26; }
  section .entry__summary {
    margin-bottom: 1.5rem; }
  section .entry__image {
    overflow: hidden;
    width: 998px;
    margin: 1.5rem 0 1.5rem -150px; }
    section .entry__image .entry__image img {
      display: block; }
  section .entry__meta {
    font-size: .88rem;
    line-height: 1.75;
    margin-bottom: 1.5rem; }
    section .entry__meta a {
      color: #fff; }
  section .entry__info {
    color: #fff;
    background: #125b26; }

.post-type-archive-foruns .entry-title,
.tax-setorial .entry-title,
.page-template .entry-title {
  text-align: center;
  color: #125b26; }

.home .entry-title {
  text-align: left; }

.subtitle {
  text-align: center;
  color: #125b26;
  margin-bottom: 1.5rem;
  font-size: 25px; }

@media only screen and (min-width: 48em) {
  .quote {
    display: block; } }
@media only screen and (max-width: 40em) {
  section {
    width: 100%; } }
.pagination {
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px; }
  .pagination div {
    margin: 0 10%;
    width: 80%;
    text-align: center; }
    .pagination div span, .pagination div a {
      color: #898989;
      padding: 5px 10px;
      margin: 0px 10px;
      font-size: 20px;
      border-radius: 8px; }
    .pagination div span {
      background-color: #fed626; }

footer.site-footer div, footer.site-footer div a {
  margin-bottom: 20px; }
footer.site-footer div.social a {
  color: #125b26;
  vertical-align: center;
  text-align: center;
  line-height: 2;
  font-size: 34px !important; }
  footer.site-footer div.social a:hover {
    bottom: 2px;
    text-decoration: none;
    -webkit-transition: all .1s linear;
    transition: all .1s linear; }
  footer.site-footer div.social a.twitter:hover {
    color: #55acee; }
  footer.site-footer div.social a.facebook:hover {
    color: #3b5998; }
  footer.site-footer div.social a.flickr:hover {
    color: #ff0084; }
  footer.site-footer div.social a.instagram:hover {
    color: #624335; }
  footer.site-footer div.social a.tumblr:hover {
    color: #35465D; }
  footer.site-footer div.social a.youtube:hover {
    color: #CF3427; }
footer.site-footer div.logos {
  color: #a8a8a8;
  font-size: 11px; }
  footer.site-footer div.logos #CNPC {
    padding-left: 0; }
footer.site-footer div.creditos, footer.site-footer div.creditos a, footer.site-footer div.creditos p a {
  font-size: 11px;
  color: #a8a8a8;
  line-height: 1.3; }
footer.site-footer div.creditos a:a:hover {
  color: #a8a8a8;
  text-decoration: underline; }

section.features {
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 20px; }
  section.features header {
    position: relative;
    overflow: hidden;
    height: 200px;
    border-radius: 20px;
    color: #ffce00;
    font-weight: bold; }
    section.features header h1 {
      font-size: 48px;
      text-transform: uppercase; }
      @media only screen and (min-width: 751px) and (max-width: 970px) {
        section.features header h1 {
          font-size: 36px; } }
      @media only screen and (max-width: 750px) {
        section.features header h1 {
          font-size: 24px; } }
    section.features header p {
      font-size: 24px; }
      @media only screen and (min-width: 751px) and (max-width: 970px) {
        section.features header p {
          font-size: 20px; } }
      @media only screen and (max-width: 750px) {
        section.features header p {
          font-size: 18px; } }
    section.features header .some {
      width: 100%;
      text-align: right;
      border-top: 2px solid #596c18;
      border-bottom: 2px solid #596c18;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      top: 20px; }
      section.features header .some > * {
        padding-right: 40px;
        padding-left: 20px;
        margin-top: 0;
        line-height: 1.2; }
      section.features header .some h1 {
        padding-top: 10px; }
      section.features header .some p {
        padding-bottom: 10px; }
    section.features header .img-wrap {
      position: absolute;
      left: 0;
      top: 0; }
      section.features header .img-wrap img {
        min-width: 100%; }

.feature__info {
  position: absolute;
  top: 3rem;
  left: 0;
  margin: 0 72px 0 0; }

.feature-title {
  margin: 0 0 1px 0;
  text-align: left;
  color: #fff; }
  .feature-title a {
    display: inline-block;
    padding: 0 1.5rem;
    color: inherit;
    background-color: rgba(41, 39, 36, 0.9); }
    .feature-title a:hover {
      padding: 0 2rem;
      -webkit-transition: padding .2s ease-in-out;
      transition: padding .2s ease-in-out;
      color: inherit; }

.feature__author {
  font-family: 'Sanchez', serif;
  font-size: 1.13rem;
  line-height: 1.33;
  display: inline-block;
  padding: 0 1em;
  color: #888;
  background: #fff; }

.box {
  position: relative; }
  .box .hentry {
    margin: 0;
    padding: 0;
    border: none; }

.box--about {
  z-index: 2;
  padding: 1.5rem;
  color: #fff;
  background-color: #125b26;
  border-color: #125b26; }

@media screen and (min-width: 40em) {
  .box--about {
    margin-top: -3rem; }
    .box--about:before {
      position: absolute;
      top: -1.5rem;
      left: 1.5rem;
      display: block;
      width: 0;
      height: 0;
      content: ' ';
      border-bottom: 1.5rem solid #125b26;
      border-bottom-color: inherit;
      border-left: 1.5rem solid transparent;
      border-right: 1.5rem solid transparent; } }
.box--mostra {
  padding: 1.5rem;
  background: #ededed; }

.box--news {
  padding: 1.5rem;
  border-top: 4px solid #125b26;
  border-bottom: 4px solid #125b26; }

.home-box .entry-title {
  font-size: 1.13rem;
  line-height: 1.33;
  overflow: hidden;
  margin: 0; }

.box--user {
  padding: 0.3rem 1rem;
  margin-bottom: 2em;
  background-color: #efede6; }
  .box--user a {
    border-bottom: 1px dotted; }
  .box--user .lost-password {
    font-size: .88rem;
    line-height: 1.71;
    float: right;
    margin-top: -1.5rem;
    color: #888; }
    .box--user .lost-password:hover {
      color: #444; }
  .box--user .not-registered {
    border-bottom: none;
    margin: 0.8rem auto 0 auto; }

.features-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.featured--inscricoes {
  position: relative;
  float: left;
  width: 70%;
  height: 480px;
  background: #ededed; }

.featured__info {
  position: absolute;
  bottom: 0;
  left: 0; }

.feature__title {
  font-size: 1.33rem;
  line-height: 2.13; }
  .feature__title a {
    font-weight: normal;
    display: inline-block;
    padding: 0 1em;
    color: #444;
    background: #fff; }
    .feature__title a:hover {
      color: #125b26; }
    .feature__title a span {
      display: inline-block;
      margin-right: 1px;
      padding: 0 .5em;
      color: #fff;
      background: #444; }

@media screen and (max-width: 40em) {
  .features--subscriptions .featured__image img {
    border-radius: 3px; }
  .features--subscriptions .feature__title {
    font-size: 30px;
    top: 10px; }
  .features--subscriptions .feature__status {
    font-size: 18px;
    top: 60px; } }
.featured__summary {
  position: absolute; }

.features--promotion {
  margin-bottom: 1.5rem; }
  .features--promotion:before {
    content: "";
    display: block;
    padding-top: 56.25%; }

.box--howto {
  position: relative;
  z-index: 9;
  padding: 0.4em 0.8rem;
  color: #fff;
  background-color: #125b26;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: center; }
  .box--howto a {
    color: inherit;
    border-bottom: 1px dotted; }
    .box--howto a:hover {
      color: #125b26; }

/* destaques - carrossel home */
.destaques-content {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  z-index: 10;
  height: 100%; }

.destaques-content .loading h2 {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  color: #125b26;
  font-size: 36px; }

.destaques-content .destaques {
  display: none;
  position: relative; }

.destaques-content .destaques .destaque {
  display: block;
  position: relative; }

.destaques-content .destaques .destaque .destaque-text {
  clear: both;
  text-align: center;
  background-color: #f0ac0e;
  position: absolute;
  top: 66%;
  height: 16%;
  padding: 8px 20px 0 20px; }

.destaques-content .destaques .destaque img {
  width: 100%;
  min-width: 190px;
  min-height: 190px; }

.destaques-content .destaques .destaque .destaque-text h1 {
  font-size: 32px;
  text-align: left;
  color: #656154;
  text-transform: none !important; }

.destaques-content .flex-direction-nav li a {
  position: absolute;
  top: 110px;
  width: 40px;
  height: 83px;
  cursor: pointer;
  background-image: url(images/image-carousel-amarelo.png);
  background-repeat: no-repeat;
  z-index: 100; }

.destaques-content .flex-direction-nav li a.flex-prev {
  left: 8px; }

.destaques-content .flex-direction-nav li a.flex-next {
  right: 8px;
  background-position: -45px 0; }

.destaques-content .flex-control-paging {
  display: none; }

section.carrossel {
  height: 300px; }

section.carrossel header {
  height: 300px; }

section.carrossel {
  height: 300px; }

section.carrossel header {
  height: 300px; }

#mapa {
  position: relative; }
  #mapa svg {
    margin: 0 auto;
    display: block;
    width: 100%; }
    #mapa svg g#all_map path {
      fill: #719416; }
    #mapa svg text.etiqueta {
      cursor: pointer;
      font-family: "TheSans B7 Bold", sans-serif;
      font-size: 20px;
      fill: #f4f4f4; }
    #mapa svg text.completo {
      fill: #f4f4f4;
      text-anchor: end;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: bold;
      display: none; }
    #mapa svg path {
      stroke: #93c01d;
      stroke-width: 1px;
      fill: transparent; }
    #mapa svg a.regiao:hover path {
      fill: #125b26;
      stroke: #1a8638;
      cursor: pointer; }
    #mapa svg a.estado:hover text.etiqueta {
      fill: #f4f4f4; }
    #mapa svg a.estado:hover text.completo {
      fill: #125b26;
      display: block; }
    #mapa svg a.estado:hover path {
      fill: #ffce00;
      stroke: #ffce00;
      cursor: pointer; }

.menu-setoriais-container {
  display: none;
  width: 200px;
  background-color: rgba(244, 244, 244, 0.92);
  border: 1px solid #DBDBDB;
  padding: 15px;
  font-size: 14px;
  color: #125b26;
  z-index: 1; }
  .menu-setoriais-container .menu-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #125b26; }
  .menu-setoriais-container ul {
    margin: 0px; }
    .menu-setoriais-container ul li {
      display: block;
      line-height: 1.6;
      margin: 0px; }
      .menu-setoriais-container ul li i {
        color: #c9bf9b;
        margin-right: 5px; }
      .menu-setoriais-container ul li a {
        color: #22733e; }
        .menu-setoriais-container ul li a:hover {
          text-decoration: underline; }

.single-foruns .entry-title,
.single-foruns .entry-title-candidate {
  text-align: center;
  padding-bottom: 15px;
  color: #125b26; }
.single-foruns .entry-title {
  font-size: 20px; }

.candidates-content {
  position: relative; }
  .candidates-content .loading h2 {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    color: #125b26;
    font-size: 36px; }
  .candidates-content .candidates {
    display: none;
    position: relative; }
    .candidates-content .candidates .candidate {
      overflow: hidden;
      display: block;
      position: relative;
      padding-top: 10px;
      padding: 5px;
      padding-bottom: 0px;
      margin-left: 7px;
      margin-right: 7px;
      width: 245px;
      min-height: 400px; }
      .candidates-content .candidates .candidate .candidate-avatar {
        margin: 0 auto;
        width: 200px;
        height: 200px;
        display: block;
        border-radius: 5px;
        background: #FFFFFF;
        border: 5px solid #959595;
        cursor: pointer;
        overflow: hidden; }
        .candidates-content .candidates .candidate .candidate-avatar img {
          height: auto;
          min-width: 190px;
          min-height: 190px; }
      .candidates-content .candidates .candidate .candidate-details h3 {
        font-weight: bold;
        color: #125b26; }
      .candidates-content .candidates .candidate .candidate-details .candidate-avatar {
        border: none;
        width: 150px;
        height: 150px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px; }
        .candidates-content .candidates .candidate .candidate-details .candidate-avatar img {
          border-radius: 5px; }
      .candidates-content .candidates .candidate .candidate-details .candidate-name {
        font-size: 20px;
        color: #125b26;
        font-weight: bold;
        text-transform: uppercase; }
      .candidates-content .candidates .candidate .candidate-text {
        display: block;
        clear: both;
        text-align: center; }
        .candidates-content .candidates .candidate .candidate-text .candidate-name {
          color: #0E4D1F;
          text-shadow: 1px 1px 1px #FFFFFF;
          font-size: 22px;
          font-weight: bold;
          margin-top: 10px;
          text-align: center;
          text-transform: uppercase;
          height: 69px;
          line-height: 60px;
          overflow: hidden; }
          .candidates-content .candidates .candidate .candidate-text .candidate-name span {
            display: inline-block;
            vertical-align: middle;
            line-height: normal; }
        .candidates-content .candidates .candidate .candidate-text .show-candidate-details {
          display: inline-block;
          margin: 10px 0 0 0;
          padding: 3px 10px;
          background-color: rgba(93, 170, 51, 0.54);
          border-radius: 5px;
          color: #fff;
          clear: both;
          background-color: rgba(54, 132, 92, 0.59);
          position: absolute;
          top: 155px;
          left: 50%;
          margin-left: -15px; }
          .candidates-content .candidates .candidate .candidate-text .show-candidate-details:hover {
            color: #fff;
            background-color: rgba(93, 170, 51, 0.94);
            cursor: pointer; }
      .candidates-content .candidates .candidate .vote, .candidates-content .candidates .candidate .voted {
        margin: 0 auto;
        padding: 10px 5px;
        width: 165px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        color: #DEB90E;
        background-color: #125A26;
        background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
        border-radius: 5px;
        cursor: pointer; }
        .candidates-content .candidates .candidate .vote:hover, .candidates-content .candidates .candidate .voted:hover {
          background-color: #DEB90E; }
      .candidates-content .candidates .candidate .voted {
        cursor: default;
        color: #D2D1D1;
        background-color: #119134;
        border: 1px solid #008425; }
        .candidates-content .candidates .candidate .voted:hover {
          background-color: #4F5651; }
      .candidates-content .candidates .candidate .number_votes {
        display: inline-block;
        margin: 10px 0 0 0;
        padding: 3px 10px;
        background-color: #36845c;
        border-radius: 3px;
        color: #fff;
        clear: both;
        width: 100px; }
      .candidates-content .candidates .candidate.voted .candidate-avatar {
        border-color: #1a8638; }
      .candidates-content .candidates .candidate.candidate_elected, .candidates-content .candidates .candidate.candidate_disabled {
        background-color: #aaa;
        background-color: #959595;
        border-radius: 5px;
        border-color: #fff;
        border-color: #F4F4F4; }
        .candidates-content .candidates .candidate.candidate_elected .candidate-avatar, .candidates-content .candidates .candidate.candidate_disabled .candidate-avatar {
          border-color: #959595; }
          .candidates-content .candidates .candidate.candidate_elected .candidate-avatar img, .candidates-content .candidates .candidate.candidate_disabled .candidate-avatar img {
            opacity: 0.8;
            background-color: #aaa; }
        .candidates-content .candidates .candidate.candidate_elected .candidate__elected,
        .candidates-content .candidates .candidate.candidate_elected .candidate__disabled, .candidates-content .candidates .candidate.candidate_disabled .candidate__elected,
        .candidates-content .candidates .candidate.candidate_disabled .candidate__disabled {
          background-color: #E09510;
          color: #fff;
          font-weight: bold;
          padding-bottom: 10px;
          padding-top: 10px;
          position: absolute;
          width: 100%;
          left: 0px;
          bottom: 0px; }
        .candidates-content .candidates .candidate.candidate_elected .candidate-name span, .candidates-content .candidates .candidate.candidate_disabled .candidate-name span {
          color: #656363; }
        .candidates-content .candidates .candidate.candidate_elected .show-candidate-details, .candidates-content .candidates .candidate.candidate_disabled .show-candidate-details {
          background-color: rgba(40, 53, 32, 0.54) !important; }
          .candidates-content .candidates .candidate.candidate_elected .show-candidate-details:hover, .candidates-content .candidates .candidate.candidate_disabled .show-candidate-details:hover {
            background-color: rgba(17, 27, 11, 0.75) !important; }
        .candidates-content .candidates .candidate.candidate_elected .dialog, .candidates-content .candidates .candidate.candidate_elected .ui-dialog, .candidates-content .candidates .candidate.candidate_disabled .dialog, .candidates-content .candidates .candidate.candidate_disabled .ui-dialog {
          border: 26px solid #959595 !important; }
      .candidates-content .candidates .candidate.candidate_elected {
        background-color: #245a3f; }
        .candidates-content .candidates .candidate.candidate_elected .candidate-avatar {
          border-color: #36845C; }
        .candidates-content .candidates .candidate.candidate_elected .candidate-name span {
          color: #F7FFF9; }
        .candidates-content .candidates .candidate.candidate_elected .candidate__elected {
          background-color: #36845C; }
  .candidates-content .flex-direction-nav li {
    list-style: none; }
    .candidates-content .flex-direction-nav li a {
      position: absolute;
      top: 128px;
      width: 40px;
      height: 83px;
      cursor: pointer;
      background-image: url(images/image-carousel.png);
      background-repeat: no-repeat;
      z-index: 1; }
      .candidates-content .flex-direction-nav li a.flex-disabled {
        opacity: 0.05;
        cursor: default; }
      .candidates-content .flex-direction-nav li a.flex-prev {
        left: -50px;
        background-position: 0px 0px; }
      .candidates-content .flex-direction-nav li a.flex-next {
        right: -50px;
        background-position: -45px 0px; }
  .candidates-content .flex-control-paging {
    display: none; }

.forum-title {
  text-align: center;
  font-size: 34px;
  margin-top: 30px;
  color: #125b26; }

.candidate-not-found {
  margin: 40px auto;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  width: 80%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative; }
  .candidate-not-found i {
    font-size: 100px;
    color: #125b26;
    border: 2px solid #aaa;
    padding: 10px 40px;
    display: inline-block; }
  .candidate-not-found p {
    font-size: 22px;
    display: inline-block;
    margin: 0px;
    line-height: 1.40;
    margin-left: 10px;
    font-weight: bold;
    color: #125b26; }
  .candidate-not-found .button, .candidate-not-found .sidebar aside form#loginform input#wp-submit, .sidebar aside form#loginform .candidate-not-found input#wp-submit {
    margin-top: 20px; }

.dialog, .ui-dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 650px;
  min-height: 415px;
  margin-left: -350px;
  margin-top: -215px;
  background-color: #F4F4F4;
  border: 1px solid #aaa;
  padding: 15px;
  font-size: 14px;
  line-height: 1.3;
  border: 26px solid #0F4E21;
  z-index: 2; }
  .dialog.ui-dialog, .ui-dialog.ui-dialog {
    margin-top: -115px;
    min-height: 200px; }
  .dialog h3, .ui-dialog h3 {
    font-weight: bold;
    color: #125b26; }
  .dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close {
    border: none;
    background: none; }
  .dialog i, .ui-dialog i {
    position: absolute;
    top: -23px;
    right: -23px;
    color: #ffae16;
    opacity: 1;
    font-size: 25px; }
  .dialog .ui-dialog-buttonset, .ui-dialog .ui-dialog-buttonset {
    text-align: center;
    margin-top: 30px; }
    .dialog .ui-dialog-buttonset button:first-child, .ui-dialog .ui-dialog-buttonset button:first-child {
      margin-right: 10px;
      background: linear-gradient(to bottom, #93AB9B 0%, #62866B 100%); }
  .dialog p, .ui-dialog p {
    font-size: 16px;
    margin-top: 5px; }

@media only screen and (max-width: 40em) {
  .dialog, .ui-dialog {
    margin-top: -215px;
    width: 90% !important; }

  .candidates-content .candidates .candidate-details {
    border-width: 20px;
    width: 90% !important;
    margin-left: 0px;
    margin-right: 0px;
    left: 5%; }
    .candidates-content .candidates .candidate-details i {
      right: -20px; }
    .candidates-content .candidates .candidate-details .candidate-avatar img {
      width: 80px;
      height: 80px; }
  .candidates-content .flex-direction-nav li a.flex-prev {
    left: 8px; }
  .candidates-content .flex-direction-nav li a.flex-next {
    right: 8px; } }
/* JUNK THAT HAS NO PLACE */
#wrapper-barra-brasil .brasil-flag {
  box-sizing: content-box; }

/*# sourceMappingURL=style.css.map */
