/*VARIAVEIS CORES BASE SITE*/
/*verde*/
/*verde tropa*/
/*amarelo*/
/*vermelho*/
/*verde escuro*/
/*cinza*/
/*========================*/
/*preto cinza*/
/********************
 * MENUS / NAVIGATION
 ********************/
/*
 * TEXTO CONTEUDO
 */
/*
 * LINKS
 */
/*
 * FORM
 */
/**
 * $ARROW
 */
/**
 * $HLIST
 */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);
/* line 4, ../../../sass/base/_forms.scss */
select:focus,
input:focus,
textarea:focus {
  outline: 1px solid #3de483;
  border-radius: 5px; }

/* line 11, ../../../sass/base/_forms.scss */
fieldset {
  margin-left: 0;
  margin-right: 0;
  padding: 9px 1em 18px 1em;
  border-color: #0b9444; }

/* line 19, ../../../sass/base/_forms.scss */
legend {
  font-size: 18px;
  font-size: 1.28571rem;
  padding: 0 0.8em;
  color: #252a2d; }

/* line 1, ../../../sass/base/_lists.scss */
li {
  font-size: 15px;
  line-height: 200%;
  color: #252a2d;
  font-weight: 600; }

/* line 8, ../../../sass/base/_lists.scss */
ul {
  font-size: 15px;
  line-height: 200%;
  color: #252a2d;
  font-weight: 600; }

/*
 * Mapas do google
 */
/* line 5, ../../../sass/base/_maps.scss */
.google_map_field_display {
  border: 0px solid #0b9444;
  width: 100%;
  height: 300px;
  margin-bottom: 15px; }

/* line 1, ../../../sass/base/_media.scss */
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

/**
 * $TABLES
 */
/* line 4, ../../../sass/base/_tables.scss */
table {
  width: 100%;
  margin-bottom: 18px; }

/* line 10, ../../../sass/base/_tables.scss */
th {
  padding: 2px 10px;
  background-color: #BBB;
  color: #fff;
  text-align: left; }
  /* line 15, ../../../sass/base/_tables.scss */
  th a,
  th a.active {
    color: #fff; }
    /* line 19, ../../../sass/base/_tables.scss */
    th a img,
    th a.active img {
      margin: 2px 3px; }

/* line 24, ../../../sass/base/_tables.scss */
td {
  padding: 2px 10px;
  text-align: left; }
  /* line 27, ../../../sass/base/_tables.scss */
  td a {
    color: #0b9444;
    text-align: left;
    font-size: 14px; }
  /* line 28, ../../../sass/base/_tables.scss */
  td a:hover {
    color: #f2bb18; }

/**
 * $FONT-FACE
 */
/**
 * $BASE-TYPOGRAPHY
 */
/* line 11, ../../../sass/base/_typography.scss */
html {
  font-family: "Titillium Web", sans-serif;
  color: #252a2d;
  font-weight: 400; }

/**
 * $LINKS
 */
/* line 20, ../../../sass/base/_typography.scss */
a {
  color: #0b9444;
  font-weight: 600;
  text-decoration: none; }

/**
 * $HEADINGS
 */
/* line 31, ../../../sass/base/_typography.scss */
h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta, caption,
h5, .epsilon,
h6, .zeta {
  color: #020303;
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }
  /* line 42, ../../../sass/base/_typography.scss */
  h1 a,
  h1 a:visited, .alpha a,
  .alpha a:visited,
  h2 a,
  h2 a:visited, .beta a,
  .beta a:visited,
  h3 a,
  h3 a:visited, .gamma a,
  .gamma a:visited,
  h4 a,
  h4 a:visited, .delta a, caption a,
  .delta a:visited,
  caption a:visited,
  h5 a,
  h5 a:visited, .epsilon a,
  .epsilon a:visited,
  h6 a,
  h6 a:visited, .zeta a,
  .zeta a:visited {
    color: inherit;
    text-decoration: none; }
  /* line 47, ../../../sass/base/_typography.scss */
  h1 a:hover, .alpha a:hover,
  h2 a:hover, .beta a:hover,
  h3 a:hover, .gamma a:hover,
  h4 a:hover, .delta a:hover, caption a:hover,
  h5 a:hover, .epsilon a:hover,
  h6 a:hover, .zeta a:hover {
    color: #a69e35; }

/* line 52, ../../../sass/base/_typography.scss */
h1, .alpha {
  font-size: 55px;
  font-size: 3.92857rem;
  font-weight: 700; }

/* line 56, ../../../sass/base/_typography.scss */
h2, .beta {
  font-size: 34px;
  font-size: 2.42857rem;
  font-weight: 700;
  color: #0384CE; }

/* line 61, ../../../sass/base/_typography.scss */
h3, .gamma {
  font-size: 21px;
  font-size: 1.5rem; }

/* line 64, ../../../sass/base/_typography.scss */
h4, .delta, caption {
  font-size: 18px;
  font-size: 1.28571rem; }

/* line 67, ../../../sass/base/_typography.scss */
h5, .epsilon {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700; }

/* line 71, ../../../sass/base/_typography.scss */
h6, .zeta {
  font-size: 16px;
  font-size: 1.14286rem;
  color: #0384CE; }

/**
 * $PARAGRAPHS
 */
/* line 79, ../../../sass/base/_typography.scss */
p,
blockquote {
  margin: 0; }

/* line 84, ../../../sass/base/_typography.scss */
p + img {
  float: left;
  margin-right: 1em; }

/**
 * $QUOTES
 */
/* line 92, ../../../sass/base/_typography.scss */
blockquote {
  padding: 0 1.5em;
  font-weight: 300;
  font-style: italic;
  color: #3156A3; }
  /* line 103, ../../../sass/base/_typography.scss */
  blockquote p {
    margin: 0; }

/* line 108, ../../../sass/base/_typography.scss */
q {
  font-style: italic; }

/**
 * $MARKS
 */
/* line 115, ../../../sass/base/_typography.scss */
mark,
.marker {
  padding: 0.1em 0.5em;
  background: #42B4E6;
  color: #fff;
  font-size: 12px;
  font-size: 0.85714rem;
  text-transform: capitalize; }

/* line 128, ../../../sass/base/_typography.scss */
strong {
  font-weight: 700; }

/*** ESSENTIAL STYLES ***/
/*
 * Sample SCSS for adding Superfish styles to themes.
 *
 * Instructions:
 *
 * 1. Change the #block-superfish-1 (below) to the ID of your Superfish menu.
 *
 * 2. Add the SCSS to your theme, either as a separate SCSS file or as a part of the main SCSS file.
 *
 * 3. Note that by removing the .sf-style-none, the style will be applied to the menu regardless of
 *    the Style selected in the block configuration.
 *
 */
/* line 22, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-default a {
  border: none; }

/* line 28, ../../../sass/components/_navigation.scss */
.menu .leaf {
  list-style-image: none;
  list-style-type: none; }

/* line 36, ../../../sass/components/_navigation.scss */
ul#superfish-1 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  width: 100%;
  background-color: #3c4648;
  float: right;
  /*.sf-depth-3{
    font-size: $sf-font-size2;
    padding-left: 0.3em;
    color: $sf-cor-2;
    background-color: $sf-bg-cor-2;
    list-style-image:none;

    &:hover {
      color: $sf-cor-2-hover;
      background-color: $sf-bg-cor-2-hover;
    }
    a {
      line-height: 2em;
      color: $sf-cor-2-hover;
    }
  }

  span.nolink {
    color: $sf-cor-1;
  }*/ }
  /* line 42, ../../../sass/components/_navigation.scss */
  ul#superfish-1 li {
    text-align: right;
    font-size: 16px;
    color: #0b9444;
    background-color: #3c4648; }
    /* line 50, ../../../sass/components/_navigation.scss */
    ul#superfish-1 li:hover {
      color: #1abb5d; }
  /* line 102, ../../../sass/components/_navigation.scss */
  ul#superfish-1 .sf-depth-1 a {
    float: right; }
  /* line 106, ../../../sass/components/_navigation.scss */
  ul#superfish-1 .sf-depth-2 {
    font-size: 14px;
    color: #f2bb18; }
    /* line 110, ../../../sass/components/_navigation.scss */
    ul#superfish-1 .sf-depth-2:hover {
      color: #1abb5d; }
    /* line 113, ../../../sass/components/_navigation.scss */
    ul#superfish-1 .sf-depth-2 a {
      color: #252a2d; }

/* line 148, ../../../sass/components/_navigation.scss */
ul#superfish-2 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  height: 38px;
  float: right;
  background-color: #3c4648; }
  /* line 154, ../../../sass/components/_navigation.scss */
  ul#superfish-2 #menu-1601-2 {
    border-top: 3px solid #1abb5d;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px; }
    /* line 159, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1601-2 a {
      color: #1abb5d; }
    /* line 160, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1601-2 a:hover {
      color: #3c4648;
      background-color: #3c4648; }
    /* line 161, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1601-2 ul {
      border-top: 2px solid #1abb5d;
      background-color: #3c4648; }
    /* line 162, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1601-2 .active {
      color: #3c4648;
      background-color: #3c4648; }
  /* line 164, ../../../sass/components/_navigation.scss */
  ul#superfish-2 #menu-1602-2 {
    border-top: 3px solid #a69e35;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px; }
    /* line 169, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1602-2 a {
      color: #a69e35; }
    /* line 170, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1602-2 a:hover {
      color: #3c4648;
      background-color: #3c4648; }
    /* line 171, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1602-2 ul {
      border-top: 2px solid #a69e35;
      background-color: #3c4648; }
    /* line 172, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1602-2 .active {
      color: #a69e35;
      background-color: #3c4648; }
  /* line 174, ../../../sass/components/_navigation.scss */
  ul#superfish-2 #menu-1603-2 {
    border-top: 3px solid #f2bb18;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px; }
    /* line 179, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1603-2 a {
      color: #f2bb18; }
    /* line 180, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1603-2 a:hover {
      color: #3c4648;
      background-color: #3c4648; }
    /* line 181, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1603-2 ul {
      border-top: 2px solid #f2bb18;
      background-color: #3c4648; }
    /* line 182, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1603-2 .active {
      color: #3c4648;
      background-color: #3c4648; }
  /* line 184, ../../../sass/components/_navigation.scss */
  ul#superfish-2 #menu-1604-2 {
    border-top: 3px solid #0b9444;
    margin-left: 10px;
    margin-right: 0px;
    font-size: 16px; }
    /* line 189, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1604-2 a {
      color: #0b9444; }
    /* line 190, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1604-2 a:hover {
      color: #3c4648;
      background-color: #3c4648; }
    /* line 191, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1604-2 ul {
      border-top: 2px solid #0b9444;
      background-color: #3c4648; }
    /* line 192, ../../../sass/components/_navigation.scss */
    ul#superfish-2 #menu-1604-2 .active {
      color: #3c4648;
      background-color: #3c4648; }
  /* line 194, ../../../sass/components/_navigation.scss */
  ul#superfish-2 ul {
    border-top: 3px solid #0b9444;
    margin-left: 10px;
    margin-right: 0px;
    font-size: 16px; }
    /* line 199, ../../../sass/components/_navigation.scss */
    ul#superfish-2 ul a {
      color: #0b9444; }
    /* line 200, ../../../sass/components/_navigation.scss */
    ul#superfish-2 ul a:hover {
      color: #3c4648;
      background-color: #3c4648; }
    /* line 201, ../../../sass/components/_navigation.scss */
    ul#superfish-2 ul ul {
      border-top: 2px solid #0b9444;
      background-color: #3c4648; }
    /* line 202, ../../../sass/components/_navigation.scss */
    ul#superfish-2 ul .active {
      color: #3c4648;
      background-color: #3c4648; }
  /* line 204, ../../../sass/components/_navigation.scss */
  ul#superfish-2 li {
    background-color: #3c4648;
    font-size: 14px;
    color: #1abb5d; }
    /* line 209, ../../../sass/components/_navigation.scss */
    ul#superfish-2 li:hover {
      color: #1abb5d; }
      /* line 212, ../../../sass/components/_navigation.scss */
      ul#superfish-2 li:hover span.nolink {
        color: #1abb5d;
        background-color: #3c4648; }
    /* line 219, ../../../sass/components/_navigation.scss */
    ul#superfish-2 li .active {
      color: #1abb5d; }
      /* line 223, ../../../sass/components/_navigation.scss */
      ul#superfish-2 li .active span.nolink,
      ul#superfish-2 li .active a,
      ul#superfish-2 li .active a.active,
      ul#superfish-2 li .active a.active-trail {
        color: #1abb5d; }
  /* line 233, ../../../sass/components/_navigation.scss */
  ul#superfish-2 ul {
    display: none;
    top: 50px;
    right: 0px;
    border: 0px;
    -webkit-box-shadow: -1px 10px 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 10px 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 10px 20px -5px rgba(0, 0, 0, 0.5); }
    /* line 243, ../../../sass/components/_navigation.scss */
    ul#superfish-2 ul li {
      color: #f2bb18;
      background-color: #fff;
      border-bottom: 1px solid #252a2d; }
  /* line 250, ../../../sass/components/_navigation.scss */
  ul#superfish-2 a {
    color: #0b9444;
    height: 20px;
    text-decoration: none; }
    /* line 255, ../../../sass/components/_navigation.scss */
    ul#superfish-2 a:hover {
      color: #1abb5d; }
  /* line 264, ../../../sass/components/_navigation.scss */
  ul#superfish-2 span.nolink {
    color: #0b9444; }
  /* line 270, ../../../sass/components/_navigation.scss */
  ul#superfish-2 li.sfHover {
    color: #1abb5d; }
  /* line 273, ../../../sass/components/_navigation.scss */
  ul#superfish-2 li.active,
  ul#superfish-2 li.active-trail {
    background-color: #3c4648;
    color: #0b9444; }
    /* line 277, ../../../sass/components/_navigation.scss */
    ul#superfish-2 li.active a,
    ul#superfish-2 li.active-trail a {
      color: #252a2d; }

/* line 286, ../../../sass/components/_navigation.scss */
ul#superfish-2 li.active-trail span.nolink {
  color: #1abb5d; }

/*----------------------------*/
/* line 296, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white {
  float: right;
  margin-bottom: 0px;
  padding: 0; }

/* line 301, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white.sf-navbar {
  width: 100%; }

/* line 304, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white ul {
  padding-left: 0; }

/* line 307, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white a {
  color: #555555;
  padding: 0.75em 1em; }

/* line 311, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white a.sf-with-ul {
  padding-right: 2.25em; }

/* line 314, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white.rtl a.sf-with-ul {
  padding-left: 2.25em;
  padding-right: 1em; }

/* line 318, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white.sf-navbar a {
  border: 0; }

/* line 321, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white span.sf-description {
  color: #555555;
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 0 5px;
  padding: 0; }

/* line 329, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li,
.sf-menu.sf-style-white.sf-navbar {
  background: #f9f9f9; }

/* line 333, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li li {
  background: #f7f7f7; }

/* line 336, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li li li {
  background: #f5f5f5; }

/* line 339, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li:hover,
.sf-menu.sf-style-white li.sfHover,
.sf-menu.sf-style-white li.active a,
.sf-menu.sf-style-white a:focus,
.sf-menu.sf-style-white a:hover,
.sf-menu.sf-style-white a:active,
.sf-menu.sf-style-white.sf-navbar li li {
  background: #fff; }

/* line 348, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white.sf-navbar li ul {
  background-color: #fff;
  border-top: 1px solid #ddd;
  margin-top: 15px;
  float: right; }

/* line 354, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white.sf-navbar li ul li ul {
  background-color: transparent; }

/* line 363, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white ul.sf-megamenu li.sf-megamenu-wrapper ol,
.sf-menu.sf-style-white ul.sf-megamenu li.sf-megamenu-wrapper ol li {
  margin: 0;
  padding: 0; }

/* line 368, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent {
  font-weight: bold; }

/* line 371, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  display: inline;
  float: left;
  width: 12em; }

/* line 376, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  float: right; }

/* line 379, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li.sf-parent-children-1 ul.sf-megamenu {
  width: 12em; }

/* line 382, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li.sf-parent-children-2 ul.sf-megamenu {
  width: 24em; }

/* line 385, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li.sf-parent-children-3 ul.sf-megamenu {
  width: 36em; }

/* line 388, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li.sf-parent-children-4 ul.sf-megamenu {
  width: 48em; }

/* line 391, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li.sf-parent-children-5 ul.sf-megamenu {
  width: 60em; }

/* line 394, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li.sf-parent-children-6 ul.sf-megamenu {
  width: 72em; }

/* line 397, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li.sf-parent-children-7 ul.sf-megamenu {
  width: 84em; }

/* line 400, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li.sf-parent-children-8 ul.sf-megamenu {
  width: 96em; }

/* line 403, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li.sf-parent-children-9 ul.sf-megamenu {
  width: 108em; }

/* line 406, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-white li.sf-parent-children-10 ul.sf-megamenu {
  width: 120em; }

/**
 * $COLLAPSIBLE
 */
/* line 4, ../../../sass/components/forms/_collapsible.scss */
html.js fieldset.collapsible {
  padding: 0;
  border: none; }
  /* line 8, ../../../sass/components/forms/_collapsible.scss */
  html.js fieldset.collapsible legend {
    width: 100%;
    padding: 0; }
  /* line 12, ../../../sass/components/forms/_collapsible.scss */
  html.js fieldset.collapsible .fieldset-legend {
    padding: 0;
    background: none; }
    /* line 16, ../../../sass/components/forms/_collapsible.scss */
    html.js fieldset.collapsible .fieldset-legend .summary {
      float: right; }
  /* line 20, ../../../sass/components/forms/_collapsible.scss */
  html.js fieldset.collapsible .fieldset-title {
    display: block;
    padding: 1em;
    background-color: #0b9444;
    color: #0384CE;
    text-decoration: none; }
    /* line 29, ../../../sass/components/forms/_collapsible.scss */
    html.js fieldset.collapsible .fieldset-title:hover {
      background-color: #d9e9ef;
      color: #3156A3; }
  /* line 34, ../../../sass/components/forms/_collapsible.scss */
  html.js fieldset.collapsible .fieldset-wrapper {
    padding: 18px 1em;
    border: 1px solid #0b9444; }

/* line 40, ../../../sass/components/forms/_collapsible.scss */
html.js fieldset.collapsed {
  height: 3.7em; }

/**
 * $FIELDSETS
 */
/* line 4, ../../../sass/components/forms/_fieldsets.scss */
.form-wrapper {
  margin-bottom: 18px; }

/* line 9, ../../../sass/components/forms/_fieldsets.scss */
.fieldset-description {
  margin-bottom: 9px;
  color: #252a2d;
  font-style: italic; }

/* line 15, ../../../sass/components/forms/_fieldsets.scss */
.vertical-tabs fieldset.vertical-tabs-pane {
  padding: 18px 1em; }

/**
 * $FILTER-TIPS
 */
/* line 4, ../../../sass/components/forms/_filter-tips.scss */
.filter-wrapper {
  background-color: #fff; }

/**
 * $FORM-ITEM
 */
/* line 4, ../../../sass/components/forms/_form-items.scss */
.form-item {
  color: #252a2d; }
  /* line 7, ../../../sass/components/forms/_form-items.scss */
  .form-item label {
    margin-bottom: 0.4em; }
  /* line 10, ../../../sass/components/forms/_form-items.scss */
  .form-item .form-select,
  .form-item .form-text,
  .form-item .form-textarea {
    padding: 0.6em;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #252a2d;
    vertical-align: middle; }
  /* line 20, ../../../sass/components/forms/_form-items.scss */
  .form-item .description {
    margin-top: 0.2em;
    font-style: italic; }

/* line 27, ../../../sass/components/forms/_form-items.scss */
.container-inline .form-select,
.container-inline .form-text,
.container-inline .form-textarea {
  width: auto; }

/**
 * $PASSWORD-CONFIRM
 */
/* line 4, ../../../sass/components/forms/_password-confirm.scss */
div.password-indicator,
div.password-confirm {
  margin-top: 0; }

/* line 9, ../../../sass/components/forms/_password-confirm.scss */
div.password-indicator {
  margin-bottom: 0.4em; }

/**
 * $PASSWORD-INDICATOR
 */
/* line 4, ../../../sass/components/forms/_password-indicator.scss */
.password-indicator {
  height: 0.8em;
  background: none;
  border: 1px solid #0b9444; }
  /* line 9, ../../../sass/components/forms/_password-indicator.scss */
  .password-indicator .indicator {
    background: #a69e35; }

/* line 14, ../../../sass/components/forms/_password-indicator.scss */
.password-strength-title {
  margin-bottom: 0.2em; }

/**
 * $SEARCH-FORM
 */
/* line 5, ../../../sass/components/forms/_search-form.scss */
.search-block-form .form-text {
  width: auto;
  padding: 0.4em; }

/* line 17, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-footer-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  max-width: 67.5em;
  _width: 67.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-left: auto;
  margin-right: auto; }

/* line 26, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--branding {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

/* line 29, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--slogan {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  display: none; }

/* line 33, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--navigation {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  max-width: 67.5em;
  _width: 67.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-left: auto;
  margin-right: auto;
  float: none; }

/* line 43, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--header {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 50px;
  display: block;
  margin: auto;
  left: 0;
  right: 0; }

/* line 54, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-header {
  border-top: 55px solid #1abb5d;
  width: 100%;
  min-height: 160px;
  top: 0;
  vertical-align: middle;
  margin-top: 0px; }

/* line 62, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--parceiros {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 180px;
  border-top: 1px solid #ddd; }

/* line 67, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer1 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 150px;
  padding-top: 5px;
  border-right: 0px dashed #40454A; }
  /* line 72, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: left; }
  /* line 78, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 85, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 86, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 a {
    color: #fff; }

/* line 88, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer2 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 150px;
  padding-top: 5px; }
  /* line 92, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
  /* line 97, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 104, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 105, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 a {
    color: #fff; }

/* line 107, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer3 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 150px;
  padding-top: 5px; }
  /* line 111, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
  /* line 116, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 123, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 124, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 a {
    color: #fff; }

/* line 126, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer4 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 150px;
  padding-top: 5px; }
  /* line 130, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
  /* line 135, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 142, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 143, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 a {
    color: #fff;
    font-weight: 300;
    font-size: 12px; }
  /* line 144, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 a:hover {
    color: #1abb5d; }
  /* line 145, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 ul, .l-region--footer4 li {
    list-style-type: initial;
    line-height: 120%;
    color: #fff; }

/* line 152, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--sidebar-esq {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 215px; }
  /* line 155, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-esq p {
    margin-top: 10px; }
  /* line 156, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-esq h2 {
    text-align: left;
    line-height: 120%;
    font-weight: 100;
    font-family: "Titillium Web", sans-serif;
    font-size: 36px;
    text-transform: none; }

/* line 164, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--sidebar-dir {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  display: none; }

/* line 169, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.barra-menu {
  display: none; }

/* line 178, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-footer-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  max-width: 67.5em;
  _width: 67.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-left: auto;
  margin-right: auto; }

/* line 187, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--branding {
  width: 32.20339%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none; }

/* line 190, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--slogan {
  width: 66.10169%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  display: inherit; }
  /* line 193, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--slogan h2 {
    text-align: right;
    color: #939598;
    font-size: 32px;
    font-weight: 200;
    font-family: "Titillium Web", sans-serif;
    margin-top: 30px; }

/* line 202, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--navigation {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  max-width: 67.5em;
  _width: 67.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-left: auto;
  margin-right: auto;
  float: none; }

/* line 212, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--header {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 50px;
  display: block;
  margin: auto;
  left: 0;
  right: 0; }

/* line 223, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-header {
  border-top: 55px solid #1abb5d;
  width: 100%;
  min-height: 160px;
  top: 0;
  vertical-align: middle;
  margin-top: 0px; }

/* line 231, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--parceiros {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 180px;
  border-top: 1px solid #ddd; }

/* line 236, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer1 {
  width: 23.72881%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  min-height: 150px;
  padding-top: 5px;
  border-right: 1px dashed #40454A; }
  /* line 241, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: left; }
  /* line 247, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 254, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 255, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 a {
    color: #fff; }

/* line 257, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer2 {
  width: 23.72881%;
  float: left;
  margin-right: -100%;
  margin-left: 25.42373%;
  clear: none;
  min-height: 150px;
  padding-top: 5px; }
  /* line 261, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
  /* line 266, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 273, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 274, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 a {
    color: #fff; }

/* line 276, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer3 {
  width: 23.72881%;
  float: left;
  margin-right: -100%;
  margin-left: 50.84746%;
  clear: none;
  min-height: 150px;
  padding-top: 5px; }
  /* line 280, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
  /* line 285, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 292, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 293, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 a {
    color: #fff; }

/* line 295, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer4 {
  width: 23.72881%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 150px;
  padding-top: 5px; }
  /* line 299, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
  /* line 304, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 311, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 312, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 a {
    color: #fff;
    font-weight: 300;
    font-size: 12px; }
  /* line 313, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 a:hover {
    color: #1abb5d; }
  /* line 314, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 ul, .l-region--footer4 li {
    list-style-type: initial;
    line-height: 120%;
    color: #fff; }

/* line 321, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--sidebar-esq {
  width: 66.10169%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  min-height: 215px; }
  /* line 324, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-esq p {
    margin-top: 10px; }
  /* line 325, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-esq h2 {
    text-align: left;
    line-height: 120%;
    font-weight: 100;
    font-family: "Titillium Web", sans-serif;
    font-size: 36px;
    text-transform: none; }

/* line 333, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--sidebar-dir {
  width: 32.20339%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  display: inherit;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
  background: #f9f9f9;
  padding-left: 5px;
  padding-right: 5px; }
  /* line 341, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir h2 {
    color: #3c4648;
    font-size: 20px; }
  /* line 342, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir p {
    margin: 10px; }
  /* line 343, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir a {
    color: #0b9444;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase; }
  /* line 344, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir .active {
    color: #3c4648; }
  /* line 345, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir .menu li {
    border-bottom: 1px solid #fff; }
  /* line 346, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir ul {
    -webkit-padding-start: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #3c4648; }

/* line 349, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.barra-menu {
  display: none; }

/* line 358, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-footer-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  max-width: 67.5em;
  _width: 67.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-left: auto;
  margin-right: auto; }

/* line 367, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--branding {
  width: 32.20339%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none; }

/* line 370, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--slogan {
  width: 66.10169%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  display: inherit; }
  /* line 373, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--slogan h2 {
    text-align: right;
    color: #939598;
    font-size: 32px;
    font-weight: 200;
    font-family: "Titillium Web", sans-serif;
    margin-top: 30px; }

/* line 382, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--navigation {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  max-width: 67.5em;
  _width: 67.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-left: auto;
  margin-right: auto;
  float: none; }

/* line 392, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--header {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 50px;
  display: block;
  margin: auto;
  left: 0;
  right: 0; }

/* line 403, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-header {
  border-top: 10px solid #1abb5d;
  width: 100%;
  min-height: 160px;
  top: 0;
  vertical-align: middle;
  margin-top: 0px; }

/* line 411, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--parceiros {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 180px;
  border-top: 1px solid #ddd; }

/* line 416, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer1 {
  width: 23.72881%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  min-height: 150px;
  padding-top: 5px;
  border-right: 1px dashed #40454A; }
  /* line 421, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: left; }
  /* line 427, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 434, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 435, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer1 a {
    color: #fff; }

/* line 437, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer2 {
  width: 23.72881%;
  float: left;
  margin-right: -100%;
  margin-left: 25.42373%;
  clear: none;
  min-height: 150px;
  padding-top: 5px; }
  /* line 441, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
  /* line 446, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 453, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 454, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer2 a {
    color: #fff; }

/* line 456, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer3 {
  width: 23.72881%;
  float: left;
  margin-right: -100%;
  margin-left: 50.84746%;
  clear: none;
  min-height: 150px;
  padding-top: 5px; }
  /* line 460, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
  /* line 465, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 472, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 473, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer3 a {
    color: #fff; }

/* line 475, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--footer4 {
  width: 23.72881%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 150px;
  padding-top: 5px; }
  /* line 479, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
  /* line 484, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 h2 {
    border-bottom: 3px solid #1abb5d;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff; }
  /* line 491, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 img {
    margin: 10px;
    margin-top: 0px; }
  /* line 492, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 a {
    color: #fff;
    font-weight: 300;
    font-size: 12px; }
  /* line 493, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 a:hover {
    color: #1abb5d; }
  /* line 494, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--footer4 ul, .l-region--footer4 li {
    list-style-type: initial;
    line-height: 120%;
    color: #fff; }

/* line 501, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--sidebar-esq {
  width: 66.10169%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  min-height: 215px; }
  /* line 504, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-esq p {
    margin-top: 10px; }
  /* line 505, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-esq h2 {
    text-align: left;
    line-height: 120%;
    font-weight: 100;
    font-family: "Titillium Web", sans-serif;
    font-size: 36px;
    text-transform: none; }

/* line 513, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-region--sidebar-dir {
  width: 32.20339%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  display: inherit;
  margin-bottom: -9999px;
  padding-bottom: 9999px;
  background: #f9f9f9;
  padding-left: 5px;
  padding-right: 5px; }
  /* line 521, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir h2 {
    color: #3c4648;
    font-size: 20px;
    padding: 5px; }
  /* line 522, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir p {
    margin: 10px;
    padding: 5px; }
  /* line 523, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir a {
    color: #0b9444;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px; }
  /* line 524, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir .active {
    color: #3c4648; }
  /* line 525, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir .menu li {
    border-bottom: 1px solid #fff;
    padding: 5px; }
  /* line 526, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .l-region--sidebar-dir ul {
    padding: 5px;
    -webkit-padding-start: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #3c4648; }

/* line 529, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.barra-menu {
  display: inherit;
  background-color: #3c4648;
  border-top: 5px solid #1abb5d;
  width: 100%;
  min-height: 50px;
  vertical-align: middle;
  margin-top: 0px; }

/* line 543, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.l-page {
  max-width: 67.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

/* line 558, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-noticias-imagem-principal img {
  text-align: center; }

/* line 561, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-noticias-lista-de-anexos {
  padding-top: 20px; }

/* line 564, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-noticias-lista-de-anexos .odd {
  background: #3c4648; }

/* line 567, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-noticias-lista-de-anexos .even {
  background: #a69e35; }

/* line 581, ../../../sass/layouts/sidebar/sidebar.layout.scss */
table {
  border-collapse: collapse;
  width: 100%; }

/* line 587, ../../../sass/layouts/sidebar/sidebar.layout.scss */
th, td {
  padding: 4px;
  padding-top: 5px;
  padding-bottom: 5px; }
  /* line 591, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  th img, td img {
    border: solid 0px #0b9444; }

@media only screen and (min-width: 481px) {
  /* line 597, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  table {
    border-top: none;
    width: 100%; }

  /* line 602, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  th, td {
    border-bottom: solid 1px #EEE;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
    /* line 607, ../../../sass/layouts/sidebar/sidebar.layout.scss */
    th img, td img {
      border: solid 0px #0b9444; }

  /* line 612, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  th {
    background: #333;
    color: #FFF; } }
@media only screen and (max-width: 480px) {
  /* line 618, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  thead {
    display: none; }

  /* line 622, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  tr:nth-child(even) {
    background: #ccc; }

  /* line 626, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  td {
    display: block;
    min-width: 10em;
    text-align: left; }

  /* line 631, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  td:before {
    content: attr(data-name) " :";
    width: 6em;
    display: block;
    float: left;
    margin-right: 1em;
    text-align: right; } }
/* line 646, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.views-label-field-data-do-evento {
  margin: 10px;
  font-weight: 500;
  line-height: 250%; }

/* line 651, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--type-text-long {
  text-align: justify;
  line-height: 150%; }

/* line 655, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--type-text {
  margin: 10px;
  font-weight: 700;
  line-height: 250%;
  text-transform: uppercase; }

/* line 663, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.google_map_field_display {
  z-index: 0; }

/*---------FICHEIROS----------*/
/* line 673, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.file a {
  vertical-align: -webkit-baseline-middle; }

/* line 676, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.file img {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  vertical-align: -webkit-baseline-middle; }

/* line 682, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-pag-basica-lista-de-anexos {
  margin-top: 25px; }

/* line 689, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-pag-basica-galeria-imagens {
  margin-top: 20px;
  margin-bottom: 20px; }

/* line 693, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-pag-basica-galeria-imagens img {
  margin: 3px;
  padding: 5px;
  border: 1px solid #d3d3d3;
  float: left; }

/* line 705, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.view-id-view_lista_atividades img {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px; }
/* line 706, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.view-id-view_lista_atividades .views-row-odd {
  margin: 20px;
  border-bottom: 1px solid #d3d3d3; }
/* line 710, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.view-id-view_lista_atividades .views-row-even {
  margin: 20px;
  border-bottom: 1px solid #d3d3d3; }

/* line 716, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.view-id-view_lista_noticias img {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px; }
/* line 717, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.view-id-view_lista_noticias .views-row-odd {
  margin: 20px;
  border-bottom: 1px solid #d3d3d3; }
/* line 721, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.view-id-view_lista_noticias .views-row-even {
  margin: 20px;
  border-bottom: 1px solid #d3d3d3; }

/* line 731, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.view-id-pagina_noticias, .view-display-id-block_1 {
  /*h1:after {
    margin: 10px;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    width: 50px;
    background: $color1;
  }*/ }
  /* line 733, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .view-id-pagina_noticias h1, .view-display-id-block_1 h1 {
    color: #0b9444;
    font-family: "Titillium Web", sans-serif;
    line-height: 110%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase; }
  /* line 753, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .view-id-pagina_noticias .views-row-odd, .view-display-id-block_1 .views-row-odd {
    border-bottom: 1px solid #D6DBDC;
    margin-bottom: 15px; }
  /* line 754, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .view-id-pagina_noticias .views-row-even, .view-display-id-block_1 .views-row-even {
    border-bottom: 1px solid #D6DBDC;
    margin-bottom: 15px; }

/*-------LISTAR ANEXOS PAGINA BASICA-----*/
/* line 760, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-noticias-imagem-principal img {
  text-align: center; }

/* line 763, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-noticias-lista-de-anexos {
  padding-top: 20px; }

/* line 766, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-noticias-lista-de-anexos .odd {
  background: #3c4648; }

/* line 769, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-noticias-lista-de-anexos .even {
  background: #a69e35; }

/* line 781, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.pane-view-lista-noticias {
  padding-top: 20px; }

/*---BLOCO DOCUMENTOS--*/
/* line 788, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.pane-documentos {
  width: 86%;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  clear: none;
  background: #0b9444;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px 5px 5px 5px;
  background-image: url(../../../images/mais.png);
  background-repeat: no-repeat;
  background-position: top right; }
  /* line 801, ../../../sass/layouts/sidebar/sidebar.layout.scss */
  .pane-documentos a {
    color: #fff; }

/* line 809, ../../../sass/layouts/sidebar/sidebar.layout.scss */
.field--name-field-noticias-galeria-imagens img {
  float: left;
  margin: 3px;
  padding: 5px;
  border: 1px solid #ddd; }

/*# sourceMappingURL=sidebar.layout.no-query.css.map */
