/*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; }

@media (min-width: 320px) {
  /* line 17, ../../../sass/layouts/home/home.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;
    height: auto; }

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

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

  /* line 34, ../../../sass/layouts/home/home.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 44, ../../../sass/layouts/home/home.layout.scss */
  .l-region--header {
    z-index: -1; }

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

  /* line 55, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco1 {
    width: 100%;
    float: left;
    background: #3c4648;
    min-height: 20px;
    padding-bottom: 10px; }
    /* line 65, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco1 .pane-block-58 h2 {
      font-family: "Titillium Web", sans-serif;
      font-size: 19px;
      font-weight: 200;
      text-align: right;
      padding: 5px;
      margin: 10px; }

  /* line 75, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco2 {
    width: 25%;
    float: left;
    background: #e11f27;
    min-height: 10px;
    padding-bottom: 10px; }
    /* line 84, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco2 img {
      margin: 0px; }

  /* line 86, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco3 {
    width: 25%;
    float: left;
    background: #f2bb18;
    min-height: 10px;
    padding-bottom: 10px; }
    /* line 95, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco3 img {
      margin: 0px; }

  /* line 97, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco4 {
    width: 25%;
    float: left;
    background: #a69e35;
    min-height: 10px;
    padding-bottom: 10px; }
    /* line 106, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco4 img {
      margin: 0px; }

  /* line 108, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco5 {
    width: 25%;
    float: left;
    background: #1abb5d;
    min-height: 10px;
    padding-bottom: 10px; }
    /* line 117, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco5 img {
      margin: 0px; }

  /* line 119, ../../../sass/layouts/home/home.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 124, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer1 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      text-align: left; }
    /* line 130, ../../../sass/layouts/home/home.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 137, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer1 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 138, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer1 a {
      color: #fff; }

  /* line 140, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer2 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    min-height: 150px;
    padding-top: 5px; }
    /* line 144, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer2 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300; }
    /* line 149, ../../../sass/layouts/home/home.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 156, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer2 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 157, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer2 a {
      color: #fff; }

  /* line 159, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer3 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    min-height: 150px;
    padding-top: 5px; }
    /* line 163, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer3 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300; }
    /* line 168, ../../../sass/layouts/home/home.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 175, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer3 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 176, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer3 a {
      color: #fff; }

  /* line 178, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer4 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    min-height: 150px;
    padding-top: 5px; }
    /* line 182, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300; }
    /* line 187, ../../../sass/layouts/home/home.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 194, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 195, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 a {
      color: #fff;
      font-weight: 300;
      font-size: 12px; }
    /* line 196, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 a:hover {
      color: #1abb5d; }
    /* line 197, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 ul, .l-region--footer4 li {
      list-style-type: initial;
      line-height: 120%;
      color: #fff; }

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

  /*---BLOCO LISTA 4 COLUNAS NOTICIAS HOME PAGE---*/
  /* line 209, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias table {
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 210, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias td {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    margin: 0px;
    background: none;
    padding: 0px;
    min-height: 100px; }
  /* line 220, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias p {
    margin: 5px; }
  /* line 221, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias .col-first {
    margin-left: 0px; }
  /* line 222, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias .col-last {
    margin-right: 0px; }
  /* line 223, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias img {
    border-bottom: 5px solid #1abb5d; }
  /* line 224, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias h1, .pane-view-lista-noticias a {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin: 5px;
    text-align: left; } }
@media (min-width: 768px) {
  /* line 233, ../../../sass/layouts/home/home.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;
    height: auto; }

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

  /* line 246, ../../../sass/layouts/home/home.layout.scss */
  .l-region--slogan {
    width: 66.10169%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    display: inherit; }
    /* line 249, ../../../sass/layouts/home/home.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 258, ../../../sass/layouts/home/home.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 268, ../../../sass/layouts/home/home.layout.scss */
  .l-region--header {
    z-index: -1; }

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

  /* line 290, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco1 {
    width: 20%;
    float: left;
    background: #3c4648;
    min-height: 150px;
    padding-bottom: 10px; }
    /* line 300, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco1 .pane-block-58 h2 {
      font-family: "Titillium Web", sans-serif;
      font-size: 19px;
      font-weight: 200;
      text-align: right;
      padding: 5px;
      margin: 10px; }

  /* line 310, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco2 {
    width: 20%;
    float: left;
    background: #e11f27;
    min-height: 150px;
    padding-bottom: 10px; }
    /* line 319, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco2 img {
      margin: 0px; }

  /* line 321, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco3 {
    width: 20%;
    float: left;
    background: #f2bb18;
    min-height: 150px;
    padding-bottom: 10px; }
    /* line 330, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco3 img {
      margin: 0px; }

  /* line 332, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco4 {
    width: 20%;
    float: left;
    background: #a69e35;
    min-height: 150px;
    padding-bottom: 10px; }
    /* line 341, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco4 img {
      margin: 0px; }

  /* line 343, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco5 {
    width: 20%;
    float: left;
    background: #1abb5d;
    min-height: 150px;
    padding-bottom: 10px; }
    /* line 352, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco5 img {
      margin: 0px; }

  /* line 354, ../../../sass/layouts/home/home.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 359, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer1 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      text-align: left; }
    /* line 365, ../../../sass/layouts/home/home.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 372, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer1 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 373, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer1 a {
      color: #fff; }

  /* line 375, ../../../sass/layouts/home/home.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 379, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer2 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300; }
    /* line 384, ../../../sass/layouts/home/home.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 391, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer2 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 392, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer2 a {
      color: #fff; }

  /* line 394, ../../../sass/layouts/home/home.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 398, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer3 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300; }
    /* line 403, ../../../sass/layouts/home/home.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 410, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer3 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 411, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer3 a {
      color: #fff; }

  /* line 413, ../../../sass/layouts/home/home.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 417, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300; }
    /* line 422, ../../../sass/layouts/home/home.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 429, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 430, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 a {
      color: #fff;
      font-weight: 300;
      font-size: 12px; }
    /* line 431, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 a:hover {
      color: #1abb5d; }
    /* line 432, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 ul, .l-region--footer4 li {
      list-style-type: initial;
      line-height: 120%;
      color: #fff; }

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

  /*---BLOCO LISTA 4 COLUNAS NOTICIAS HOME PAGE---*/
  /* line 444, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias table {
    margin-top: 50px;
    margin-bottom: 50px; }
  /* line 445, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias td {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
    float: left;
    margin: 0px;
    background: none;
    padding: 0px;
    min-height: 370px; }
  /* line 455, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias p {
    margin: 10px; }
  /* line 456, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias .col-first {
    margin-left: 0px; }
  /* line 457, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias .col-last {
    margin-right: 0px; }
  /* line 458, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias img {
    border-bottom: 5px solid #1abb5d; }
  /* line 459, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias h1, .pane-view-lista-noticias a {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin: 10px;
    text-align: left; } }
@media (min-width: 1025px) {
  /* line 467, ../../../sass/layouts/home/home.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;
    height: auto; }

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

  /* line 480, ../../../sass/layouts/home/home.layout.scss */
  .l-region--slogan {
    width: 66.10169%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    display: inherit; }
    /* line 483, ../../../sass/layouts/home/home.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 492, ../../../sass/layouts/home/home.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 502, ../../../sass/layouts/home/home.layout.scss */
  .l-region--header {
    z-index: -1; }

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

  /* line 513, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco1 {
    width: 20%;
    float: left;
    background: #3c4648;
    min-height: 185px;
    padding-bottom: 10px; }
    /* line 523, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco1 .pane-block-58 h2 {
      font-family: "Titillium Web", sans-serif;
      font-size: 19px;
      font-weight: 200;
      text-align: right;
      padding: 5px;
      margin: 10px; }

  /* line 533, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco2 {
    width: 20%;
    float: left;
    background: #e11f27;
    min-height: 185px;
    padding-bottom: 10px; }
    /* line 542, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco2 img {
      margin: 10px; }

  /* line 544, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco3 {
    width: 20%;
    float: left;
    background: #f2bb18;
    min-height: 185px;
    padding-bottom: 10px; }
    /* line 553, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco3 img {
      margin: 10px; }

  /* line 555, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco4 {
    width: 20%;
    float: left;
    background: #a69e35;
    min-height: 185px;
    padding-bottom: 10px; }
    /* line 564, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco4 img {
      margin: 10px; }

  /* line 566, ../../../sass/layouts/home/home.layout.scss */
  .l-region--bloco5 {
    width: 20%;
    float: left;
    background: #1abb5d;
    min-height: 185px;
    padding-bottom: 10px; }
    /* line 575, ../../../sass/layouts/home/home.layout.scss */
    .l-region--bloco5 img {
      margin: 10px; }

  /* line 577, ../../../sass/layouts/home/home.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 582, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer1 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      text-align: left; }
    /* line 588, ../../../sass/layouts/home/home.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 595, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer1 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 596, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer1 a {
      color: #fff; }

  /* line 598, ../../../sass/layouts/home/home.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 602, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer2 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300; }
    /* line 607, ../../../sass/layouts/home/home.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 614, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer2 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 615, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer2 a {
      color: #fff; }

  /* line 617, ../../../sass/layouts/home/home.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 621, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer3 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300; }
    /* line 626, ../../../sass/layouts/home/home.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 633, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer3 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 634, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer3 a {
      color: #fff; }

  /* line 636, ../../../sass/layouts/home/home.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 640, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 p {
      margin: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 300; }
    /* line 645, ../../../sass/layouts/home/home.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 652, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 img {
      margin: 10px;
      margin-top: 0px; }
    /* line 653, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 a {
      color: #fff;
      font-weight: 300;
      font-size: 12px; }
    /* line 654, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 a:hover {
      color: #1abb5d; }
    /* line 655, ../../../sass/layouts/home/home.layout.scss */
    .l-region--footer4 ul, .l-region--footer4 li {
      list-style-type: initial;
      line-height: 120%;
      color: #fff; }

  /* line 662, ../../../sass/layouts/home/home.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; }

  /*---BLOCO LISTA 4 COLUNAS NOTICIAS HOME PAGE---*/
  /* line 673, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias table {
    margin-top: 50px;
    margin-bottom: 50px; }
  /* line 674, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias td {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 23%;
    float: left;
    margin: 2px;
    padding: 9px;
    min-height: 300px; }
  /* line 684, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias p {
    margin: 5px; }
  /* line 685, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias .col-first {
    margin-left: 0px; }
  /* line 686, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias .col-last {
    margin-right: 0px; }
  /* line 687, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias img {
    border-bottom: 5px solid #1abb5d; }
  /* line 688, ../../../sass/layouts/home/home.layout.scss */
  .pane-view-lista-noticias h1, .pane-view-lista-noticias a {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin: 5px;
    text-align: left; } }
/* line 700, ../../../sass/layouts/home/home.layout.scss */
body {
  background: #fff; }

/* line 705, ../../../sass/layouts/home/home.layout.scss */
.l-page {
  max-width: 67.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-left: auto;
  margin-right: auto;
  /* height: 100%; */
  /* margin-top: 30px; */
  /* margin-bottom: -95px; */ }

/*------------------BACKGROUND SLIDE---------------*/
/* line 722, ../../../sass/layouts/home/home.layout.scss */
.md-mainimg img {
  position: initial; }

/*.pane-nivo-slider-nivo-slider{
  z-index: -9999;
}
.nivoSlider{
  margin: auto;
  //position: absolute;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;  
  z-index: -9999; 
  //height: 100%;
  text-align: center;
  display: block;
  img{
    margin: 0px; 
    padding: 0px;
    max-width: 1920px;
    min-width: 1280px;
    text-align: center;
    min-height: 800px;
    height: auto;
    bottom: 0;
  }
}
.nivoSlider img {
    background-position:center center;
}
.theme-default .nivoSlider{
    position: absolute;
    background: none;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}*/

/*# sourceMappingURL=home.layout.css.map */
