/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #464646; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Headings are always 'just a bit bigger' than body copy.
 * See: http://csswizardry.com/2016/02/managing-typography-on-large-apps/
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.25rem;
  margin: 0 0 1rem; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */ }
  a:active, a:hover {
    outline-width: 0; }

p {
  margin: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border: 0;
  height: auto;
  max-width: 100%; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Lists
   ========================================================================== */
/**
 * Unset default list margin and padding because if not
 * we'll have to unset it every. single. time.
 */
ul,
ol,
dl {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

.navbar {
  padding: 0 1rem; }

.navbar-brand img {
  height: 40px; }

@media screen and (max-width: 768px) {
  .navbar-collapse {
    padding-top: 20px; } }

@media screen and (max-width: 768px) {
  .navbar-light .navbar-toggler {
    border: none; }
    .navbar-light .navbar-toggler:focus {
      outline: none; } }

li.nav-item a {
  font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 21px 17px;
  margin: 0 10px;
  color: #505050;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 150%;
  display: block;
  text-decoration: none;
  border-bottom: 5px solid transparent; }
  li.nav-item a:hover {
    color: #2d2d2d;
    border-bottom: 5px solid #2d2d2d; }
    @media screen and (max-width: 768px) {
      li.nav-item a:hover {
        border-bottom: none; } }
  @media screen and (max-width: 768px) {
    li.nav-item a {
      padding: 21px 0;
      margin: 0;
      border-bottom: none; } }

li.nav-item a.is-active {
  color: #2d2d2d;
  border-bottom: 5px solid #2d2d2d; }
  @media screen and (max-width: 768px) {
    li.nav-item a.is-active {
      border-bottom: none; } }

.sticky-top {
  z-index: 500 !important; }

.footer {
  background-color: #373737;
  margin-top: 30px;
  padding: 20px 50px 40px 50px;
  font-family: 'Open Sans',Helvetica Neue,Arial,Sans-serif; }
  .footer .field--name-field-cont-col {
    color: white; }
    .footer .field--name-field-cont-col .field__item {
      display: inline-block;
      margin: 0 15px;
      vertical-align: top;
      font-family: 'Open Sans',Helvetica Neue,Arial,Sans-serif;
      font-size: 12px;
      line-height: 1.5;
      color: white; }
      .footer .field--name-field-cont-col .field__item a {
        color: white; }
        .footer .field--name-field-cont-col .field__item a:hover {
          color: white; }
      @media screen and (max-width: 768px) {
        .footer .field--name-field-cont-col .field__item {
          margin: auto;
          margin-top: 20px; } }
  .footer .block-field-blockblock-contentfooter-blockfield-logo-footer {
    margin-right: 40px; }
    .footer .block-field-blockblock-contentfooter-blockfield-logo-footer img {
      max-width: 85%; }
  .footer .block-field-blockblock-contentfooter-blockfield-logo-footer,
  .footer .block-field-blockblock-contentfooter-blockfield-cont-col {
    display: inline-block;
    vertical-align: middle; }
  .footer .field--name-field-social-footer {
    text-align: right;
    margin-top: -30px; }
    .footer .field--name-field-social-footer .field__item {
      display: inline-block;
      margin: 0 15px;
      vertical-align: top; }
      .footer .field--name-field-social-footer .field__item a {
        border: 1px solid white;
        color: white;
        text-decoration: none;
        padding: 10px 20px; }
        .footer .field--name-field-social-footer .field__item a:hover {
          background: white;
          color: #373737;
          text-decoration: none; }
      @media screen and (max-width: 768px) {
        .footer .field--name-field-social-footer .field__item {
          display: block;
          margin: 0 15px 50px 15px; } }
    @media screen and (max-width: 768px) {
      .footer .field--name-field-social-footer {
        text-align: center; } }

.page-node-type-homepage .banner, .page-node-type-homepage .banner__section, .page-node-type-homepage .region-banner {
  text-align: center;
  position: relative;
  height: 250px; }
  .page-node-type-homepage .banner .col-md-12, .page-node-type-homepage .banner__section .col-md-12, .page-node-type-homepage .region-banner .col-md-12 {
    padding: 0 !important; }
  .page-node-type-homepage .banner .field--name-field-banner-title, .page-node-type-homepage .banner__section .field--name-field-banner-title, .page-node-type-homepage .region-banner .field--name-field-banner-title {
    font-size: 50px;
    top: 45%;
    transform: translateY(-50%);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
    position: absolute;
    color: white;
    width: 100%;
    text-align: center; }
  .page-node-type-homepage .banner .field--name-field-banner-desc, .page-node-type-homepage .banner__section .field--name-field-banner-desc, .page-node-type-homepage .region-banner .field--name-field-banner-desc {
    position: absolute;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif;
    color: white;
    width: 100%;
    text-align: center;
    top: 62%;
    transform: translateY(-50%); }
    .page-node-type-homepage .banner .field--name-field-banner-desc p, .page-node-type-homepage .banner__section .field--name-field-banner-desc p, .page-node-type-homepage .region-banner .field--name-field-banner-desc p {
      width: 500px;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .page-node-type-homepage .banner .field--name-field-banner-desc p, .page-node-type-homepage .banner__section .field--name-field-banner-desc p, .page-node-type-homepage .region-banner .field--name-field-banner-desc p {
          width: 100%;
          margin-top: 40px; } }
  .page-node-type-homepage .banner .field--name-field-banner-back, .page-node-type-homepage .banner__section .field--name-field-banner-back, .page-node-type-homepage .region-banner .field--name-field-banner-back {
    position: relative;
    height: 280px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    background: black; }
  .page-node-type-homepage .banner .field--name-field-banner-back img, .page-node-type-homepage .banner__section .field--name-field-banner-back img, .page-node-type-homepage .region-banner .field--name-field-banner-back img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.5; }

.main-content__section .block-field-blocknodearticletitle,
.main-content__section .block-field-blocknodepagetitle {
  margin: 10px 0 20px 0; }
.main-content__section .field--name-title, .main-content__section .field--name-field-hp-title {
  font-size: 25px;
  padding: 0;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.20;
  font-weight: 500;
  font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif; }
.main-content__section .field--name-field-image {
  margin-bottom: 20px; }
  .main-content__section .field--name-field-image img {
    width: 100%; }
.main-content__section .block-field-blocknodepagetitle {
  margin: 10px 0 40px 0; }
  .main-content__section .block-field-blocknodepagetitle .field--name-title {
    font-size: 40px; }
.main-content__section .field--name-body {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #2d2d2d;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: 'Open Sans',Helvetica Neue,Arial,Sans-serif;
  margin-bottom: 50px; }
.main-content__section .field--name-field-noti-carousel .field__item {
  margin: 30px auto; }
.main-content__section .field--name-field-noti-date {
  width: 120px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: white;
  background: #2d2d2d;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: 'Open Sans',Helvetica Neue,Arial,Sans-serif;
  padding: 5px 0; }
.main-content__section .field--name-field-tags {
  margin-top: 20px;
  margin-bottom: 20px; }
  .main-content__section .field--name-field-tags a {
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 13px;
    background-color: #f4f4f4;
    color: #2d2d2d; }
    .main-content__section .field--name-field-tags a:hover {
      background-color: #2d2d2d;
      color: #f4f4f4; }
.main-content__section .field--name-field-noti-files {
  margin-bottom: 50px;
  margin-top: 30px; }
  .main-content__section .field--name-field-noti-files .field__item {
    margin: 20px auto; }
    .main-content__section .field--name-field-noti-files .field__item .file--application-pdf {
      background-image: none;
      padding-left: 0; }
      .main-content__section .field--name-field-noti-files .field__item .file--application-pdf a {
        color: #505050;
        text-decoration: none; }
        .main-content__section .field--name-field-noti-files .field__item .file--application-pdf a:before {
          content: '\f1c1';
          font-family: 'FontAwesome';
          margin-right: 5px; }
        .main-content__section .field--name-field-noti-files .field__item .file--application-pdf a:hover {
          color: #2d2d2d;
          text-decoration: none; }
.main-content__section .view-conteudo-destacado .item-list li {
  margin: 10px 0 60px 0; }
  .main-content__section .view-conteudo-destacado .item-list li a {
    color: #2d2d2d;
    text-decoration: none; }
    .main-content__section .view-conteudo-destacado .item-list li a:hover {
      text-decoration: none; }
  .main-content__section .view-conteudo-destacado .item-list li article h2 {
    background: #b5e61d;
    margin-bottom: 0;
    padding: 15px; }
.main-content__section .view-conteudo-destacado .node-readmore {
  padding: 10px 20px !important;
  border-radius: 45px;
  border: 1px solid #2d2d2d;
  color: #2d2d2d !important; }
  .main-content__section .view-conteudo-destacado .node-readmore a:before {
    content: '\f067';
    font-family: "FontAwesome";
    margin-right: 5px; }
  .main-content__section .view-conteudo-destacado .node-readmore:hover {
    border: 1px solid #131313; }
.main-content__section .view-conteudo-destacado .field--name-field-image img {
  height: 220px;
  object-fit: cover; }
.main-content__section .view-conteudo-destacado .field--name-field-noti-date {
  position: absolute;
  color: #2d2d2d;
  background: #b5e61d;
  height: 50px;
  padding: 15px 0; }
.main-content__section .view-conteudo-destacado .field--name-body {
  margin-bottom: 30px; }
.main-content__section .contextual-links li {
  margin: 0 !important; }
.main-content__section .search-block-form {
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .main-content__section .search-block-form {
      margin-bottom: 10px;
      margin-top: 50px; } }
.main-content__section input[type="search"] {
  color: #9c9c9c;
  outline: none;
  -webkit-appearance: none;
  width: 40%;
  border-width: 1px;
  border-style: solid;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  -webkit-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 500;
  padding: 11px 15px;
  font-size: 14px;
  border-radius: 25px; }
  @media screen and (max-width: 1024px) {
    .main-content__section input[type="search"] {
      width: 90%; } }
.main-content__section .image-button {
  height: 20px !important;
  position: absolute;
  top: 10px;
  right: 58%; }
  @media screen and (max-width: 1024px) {
    .main-content__section .image-button {
      top: 60px;
      right: 10%; } }
.main-content__section .view-all-noticias .views-row {
  width: 45%;
  margin: 40px 20px;
  display: inline-block;
  vertical-align: top;
  min-height: 300px; }
  .main-content__section .view-all-noticias .views-row h2 {
    min-height: 60px; }
    .main-content__section .view-all-noticias .views-row h2 a {
      color: #505050; }
      .main-content__section .view-all-noticias .views-row h2 a:hover {
        color: #333333;
        text-decoration: none; }
    @media screen and (max-width: 1024px) {
      .main-content__section .view-all-noticias .views-row h2 {
        min-height: fit-content; } }
  @media screen and (max-width: 1024px) {
    .main-content__section .view-all-noticias .views-row {
      width: 100%;
      margin: 20px auto; } }
.main-content__section .view-all-noticias .node-readmore {
  margin: 20px 0 10px 0 !important;
  display: block;
  padding: 0 !important;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none; }
  .main-content__section .view-all-noticias .node-readmore a {
    color: #505050; }
    .main-content__section .view-all-noticias .node-readmore a:hover {
      text-decoration: none;
      color: #2d2d2d; }
  .main-content__section .view-all-noticias .node-readmore:after {
    content: "\f105";
    font-family: 'FontAwesome';
    vertical-align: middle;
    font-size: 10px;
    margin-left: 10px;
    display: inline-block;
    line-height: 0.85; }

.main-content {
  margin-top: 50px; }
  @media screen and (max-width: 1024px) {
    .main-content {
      margin-top: auto; } }

.region-sidebar .view-content {
  margin-top: 20px; }
.region-sidebar .field--name-field-image img {
  width: 100%; }
.region-sidebar .item-list li {
  background-color: #e7e7e7;
  padding: 10px 20px;
  margin: 30px 0; }
.region-sidebar .node-readmore {
  margin: 20px 0 10px 0 !important;
  display: block;
  padding: 0 !important;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none; }
  .region-sidebar .node-readmore a {
    color: #505050; }
    .region-sidebar .node-readmore a:hover {
      text-decoration: none;
      color: #2d2d2d; }
  .region-sidebar .node-readmore:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-left: 10px;
    display: inline-block;
    line-height: 1; }
.region-sidebar h2 {
  font-family: 'Roboto Condensed',Arial Narrow,Arial,Sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.20;
  padding: 0;
  margin: 20px 0 15px 0;
  font-weight: 300; }
  .region-sidebar h2 a {
    color: #505050; }
    .region-sidebar h2 a:hover {
      color: #333333;
      text-decoration: none; }
.region-sidebar .field--type-text-with-summary {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #2d2d2d;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: 'Open Sans',Helvetica Neue,Arial,Sans-serif; }
.region-sidebar .field--name-field-noti-date {
  width: 95px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: white;
  background: #2d2d2d;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: 'Open Sans',Helvetica Neue,Arial,Sans-serif;
  padding: 5px 0;
  border-radius: 60px; }
.region-sidebar input[type="search"] {
  color: #9c9c9c;
  outline: none;
  -webkit-appearance: none;
  width: 90%;
  border-width: 1px;
  border-style: solid;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  -webkit-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 500;
  padding: 11px 15px;
  font-size: 14px;
  border-radius: 25px; }
.region-sidebar .image-button {
  height: 20px !important;
  position: absolute;
  top: 10px;
  right: 30px; }
  @media screen and (max-width: 768px) {
    .region-sidebar .image-button {
      top: 90px; } }
@media screen and (max-width: 768px) {
  .region-sidebar {
    margin-top: 80px; } }

.breadcrumb {
  border-radius: 0;
  padding: 0.5rem 1rem !important;
  margin-bottom: 0; }
  .breadcrumb ol {
    width: 100%;
    text-align: center;
    font-family: 'Open Sans',Helvetica Neue,Arial,Sans-serif; }
    .breadcrumb ol li {
      line-height: 1.75;
      font-size: 13px;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizelegibility;
      font-weight: 500;
      vertical-align: top;
      display: inline-block; }
      .breadcrumb ol li a {
        overflow: hidden;
        vertical-align: top;
        line-height: 1.75;
        font-size: 13px;
        font-weight: 500;
        color: #2d2d2d;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizelegibility; }
        .breadcrumb ol li a:hover {
          text-decoration: none; }
      .breadcrumb ol li:before {
        content: "\f054";
        font-family: 'FontAwesome';
        font-size: 10px;
        vertical-align: middle;
        margin: auto 10px; }

.user-logged-in .block-system-breadcrumb-block {
  top: auto; }

.view-taxonomy-term .views-row {
  margin: 0 0 70px 0; }
.view-taxonomy-term .node--view-mode-teaser a {
  color: #2d2d2d; }
  .view-taxonomy-term .node--view-mode-teaser a:hover {
    text-decoration: none;
    color: #131313; }
.view-taxonomy-term .node-readmore {
  padding: 10px 20px;
  border-radius: 45px;
  border: 1px solid #2d2d2d;
  color: #2d2d2d !important; }
  .view-taxonomy-term .node-readmore a:before {
    content: '\f067';
    font-family: "FontAwesome";
    margin-right: 5px; }
  .view-taxonomy-term .node-readmore:hover {
    border: 1px solid #131313; }

.path-search #search-form .form-type-search label {
  display: none; }
.path-search #search-form input[type="search"] {
  color: #9c9c9c;
  outline: none;
  -webkit-appearance: none;
  width: 95%;
  border-width: 1px;
  border-style: solid;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  -webkit-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 500;
  padding: 11px 15px;
  font-size: 14px;
  border-radius: 25px; }
  @media screen and (max-width: 768px) {
    .path-search #search-form input[type="search"] {
      width: 90%; } }
.path-search #search-form #edit-submit {
  display: none; }
.path-search #search-form .image-button {
  height: 20px !important;
  position: absolute;
  top: 10px;
  right: 10px; }
  @media screen and (max-width: 768px) {
    .path-search #search-form .image-button {
      right: 20px; } }
.path-search #search-form .search-help-link {
  display: none; }
.path-search h2 {
  font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.20;
  padding: 0;
  margin: 20px 0 15px 0;
  font-weight: 300; }
.path-search .item-list .search-results {
  margin-top: 2rem; }
  .path-search .item-list .search-results li {
    margin: 1rem 0;
    font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif;
    padding: 40px;
    background: #f3f3f3;
    border-left: 6px solid #b5e61d; }
    .path-search .item-list .search-results li h3 {
      font-size: 20px;
      font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.2px;
      font-weight: 300; }
      .path-search .item-list .search-results li h3 a {
        color: #505050; }
        .path-search .item-list .search-results li h3 a:hover {
          color: #2d2d2d;
          text-decoration: none; }
    .path-search .item-list .search-results li p {
      font-size: 13px; }
.path-search .region-sidebar .search-block-form {
  display: none; }

.search-advanced {
  border: none;
  font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif;
  margin-bottom: 50px; }
  .search-advanced #edit-lang-fieldset {
    display: none; }
  .search-advanced summary {
    text-align: right; }
    .search-advanced summary:focus {
      outline: none; }
  .search-advanced fieldset {
    border: none; }
    .search-advanced fieldset legend {
      font-size: 20px;
      font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.2px;
      font-weight: 300; }
  .search-advanced .form-type-textfield {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .search-advanced .criterion fieldset {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
    .search-advanced .criterion fieldset legend {
      display: none; }
    .search-advanced .criterion fieldset .form-checkboxes .form-item label {
      font-size: 14px;
      font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif; }
  .search-advanced .form-type-textfield label {
    font-size: 14px;
    margin-right: 10px;
    width: 300px; }
  .search-advanced .form-type-textfield input {
    display: inline-block;
    width: 220px; }
  .search-advanced .form-submit {
    margin-left: 10px;
    background: transparent;
    box-shadow: none;
    padding: 10px 30px;
    border: 1px solid #9c9c9c; }

.path-user .main-content__section {
  margin: auto;
  margin-top: 150px;
  margin-bottom: 150px; }
.path-user .user-login-form label {
  font-size: 20px;
  font-family: 'Roboto Condensed', Arial Narrow, Arial, Sans-serif;
  letter-spacing: 0.2px;
  font-weight: 300;
  text-transform: uppercase; }
.path-user .user-login-form input {
  border: none;
  border-bottom: 1px solid #2d2d2d; }
  .path-user .user-login-form input:focus {
    outline: none; }
.path-user .user-login-form .description {
  font-family: 'Open Sans',Helvetica Neue,Arial,Sans-serif;
  font-size: 10px;
  margin-top: 10px; }
.path-user .form-submit {
  background: #2d2d2d;
  border: 1px solid #2d2d2d !important;
  color: white;
  padding: 10px 25px; }
  .path-user .form-submit:hover {
    background: white;
    color: #2d2d2d;
    border: 1px solid #2d2d2d !important; }

.error-404-page {
  height: 300px;
  text-align: center; }

.path-_04 .container, .path-_03 .container {
  margin: 150px auto; }
  .path-_04 .container .main-content__section, .path-_03 .container .main-content__section {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
.path-_04 h1, .path-_03 h1 {
  font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif;
  font-size: 10rem;
  font-weight: 900;
  color: black; }
.path-_04 h2, .path-_03 h2 {
  font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif; }
.path-_04 a.voltar, .path-_03 a.voltar {
  border: 1px solid black;
  padding: 10px 20px;
  color: black; }
  .path-_04 a.voltar:hover, .path-_03 a.voltar:hover {
    text-decoration: none; }

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