/*VARIAVEIS CORES BASE SITE*/
/*verde agua(verde escuro #074f51;)*/
/*verde site (verde #00b09b;)*/
/*verde escuro (cinza #444444;)*/
/*(branco #ffffff;)*/
/*(cinza claro #f8f8f3;)*/
/*(verde claro #9ad8c2;)*/
/*========================*/
/********************
 * MENUS / NAVIGATION
 ********************/
/*
 * TEXTO CONTEUDO
 */
/*
 * LINKS
 */
/*
 * FORM
 */
/**
 * $ARROW
 */
/**
 * $HLIST
 */
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,500,700);
/* line 4, ../../../sass/base/_forms.scss */
select:focus,
input:focus,
textarea:focus {
  outline: 1px solid #4dcfb9; }

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

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

/* line 1, ../../../sass/base/_lists.scss */
li {
  font-size: 18px;
  line-height: 150%; }

/* line 6, ../../../sass/base/_lists.scss */
ul {
  font-size: 18px;
  line-height: 150%; }

/*
 * Mapas do google
 */
/* line 5, ../../../sass/base/_maps.scss */
.google_map_field_display {
  border: 1px solid #F8F8F8;
  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 9, ../../../sass/base/_tables.scss */
th {
  padding: 0.5em 1em;
  background-color: #2CA48F;
  color: #fff; }
  /* line 14, ../../../sass/base/_tables.scss */
  th a,
  th a.active {
    color: #fff; }
    /* line 18, ../../../sass/base/_tables.scss */
    th a img,
    th a.active img {
      margin: 2px 3px; }

/* line 23, ../../../sass/base/_tables.scss */
td {
  padding: 0.5em 1em; }

/* line 27, ../../../sass/base/_tables.scss */
tr.odd {
  background: #fafaf6; }

/* line 30, ../../../sass/base/_tables.scss */
tr.even {
  background: white; }

/**
 * $FONT-FACE
 */
/**
 * $BASE-TYPOGRAPHY
 */
/* line 11, ../../../sass/base/_typography.scss */
html {
  font-family: "Oxygen", sans-serif;
  color: #074f51;
  font-weight: 300; }

/**
 * $LINKS
 */
/* line 20, ../../../sass/base/_typography.scss */
a {
  color: #2CA48F;
  text-decoration: none; }

/**
 * $HEADINGS
 */
/* line 30, ../../../sass/base/_typography.scss */
h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta, caption,
h5, .epsilon,
h6, .zeta {
  color: silver;
  font-family: "Dosis", sans-serif;
  font-weight: 700; }
  /* line 41, ../../../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 46, ../../../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: #71b841; }

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

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

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

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

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

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

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

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

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

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

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

/*** 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 25, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-default a {
  border: none; }

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

/* line 38, ../../../sass/components/_navigation.scss */
ul#superfish-1 {
  font-family: "Dosis", sans-serif;
  background: #ffffff;
  color: #074f51;
  font-weight: 500;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding-top: 60px;
  text-transform: uppercase;
  border-radius: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; }
  /* line 53, ../../../sass/components/_navigation.scss */
  ul#superfish-1 li {
    font-size: 22px;
    color: #074f51;
    background-color: #ffffff; }
    /* line 57, ../../../sass/components/_navigation.scss */
    ul#superfish-1 li:hover {
      background-color: #ffffff;
      color: #2CA48F; }
      /* line 60, ../../../sass/components/_navigation.scss */
      ul#superfish-1 li:hover span.nolink {
        background-color: #ffffff;
        color: #2CA48F; }
    /* line 66, ../../../sass/components/_navigation.scss */
    ul#superfish-1 li .active {
      background-color: #ffffff;
      color: #2CA48F; }
      /* line 69, ../../../sass/components/_navigation.scss */
      ul#superfish-1 li .active span.nolink,
      ul#superfish-1 li .active a,
      ul#superfish-1 li .active a.active,
      ul#superfish-1 li .active a.active-trail {
        color: #2CA48F;
        background-color: #ffffff; }
  /* line 78, ../../../sass/components/_navigation.scss */
  ul#superfish-1 ul {
    display: none;
    top: 63px; }
    /* line 81, ../../../sass/components/_navigation.scss */
    ul#superfish-1 ul li span.nolink {
      color: #2CA48F;
      background-color: #074f51; }
  /* line 86, ../../../sass/components/_navigation.scss */
  ul#superfish-1 a {
    color: #074f51;
    height: 20px;
    text-decoration: none;
    list-style: circle; }
    /* line 91, ../../../sass/components/_navigation.scss */
    ul#superfish-1 a:hover {
      background-color: #ffffff;
      color: #2CA48F; }
  /* line 97, ../../../sass/components/_navigation.scss */
  ul#superfish-1 .sf-depth-2 {
    display: table-cell;
    font-size: 12px;
    color: #2CA48F;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    width: 225px; }
    /* line 105, ../../../sass/components/_navigation.scss */
    ul#superfish-1 .sf-depth-2:hover {
      background-color: #ffffff;
      color: #074f51; }
    /* line 109, ../../../sass/components/_navigation.scss */
    ul#superfish-1 .sf-depth-2 a {
      color: #2CA48F;
      background-color: #f8f8f3; }
  /* line 115, ../../../sass/components/_navigation.scss */
  ul#superfish-1 .sf-depth-3 {
    display: -webkit-inline-box;
    font-size: 15px;
    text-transform: capitalize; }
    /* line 123, ../../../sass/components/_navigation.scss */
    ul#superfish-1 .sf-depth-3:hover {
      color: #2CA48F;
      font-weight: 500;
      background-color: #ffffff; }
    /* line 129, ../../../sass/components/_navigation.scss */
    ul#superfish-1 .sf-depth-3 a {
      color: #074f51;
      background-color: #ffffff;
      margin-left: 10px;
      list-style: circle;
      border-bottom: 2px solid #ddd; }

/* line 140, ../../../sass/components/_navigation.scss */
.sf-menu.sf-style-default li.sf-parent-children-3 ul.sf-megamenu {
  width: 675px; }

/*
  span.nolink {
    color: $sf-cor-1;
  }


  // QUANDO O MENU ESTA ABERTO
  li.sfHover {
    color: $sf-cor-1-hover;
  }
  li.active,
  li.active-trail span.nolink {
    background-color: $color4;
    color: $sf-cor-1;
    a { color: $color1;}
  }
}*/
/* line 162, ../../../sass/components/_navigation.scss */
.responsive-menus-simple {
  font-size: 18px;
  font-weight: 500; }
  /* line 166, ../../../sass/components/_navigation.scss */
  .responsive-menus-simple .sf-depth-2 {
    color: #fff;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #333;
    font-size: 18px; }
    /* line 178, ../../../sass/components/_navigation.scss */
    .responsive-menus-simple .sf-depth-2 a {
      color: #fff;
      background-color: #333;
      font-size: 18px; }
  /* line 184, ../../../sass/components/_navigation.scss */
  .responsive-menus-simple .sf-depth-3 {
    text-transform: uppercase;
    height: 100%;
    font-weight: 500;
    color: #fff;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #333;
    font-size: 18px; }
    /* line 200, ../../../sass/components/_navigation.scss */
    .responsive-menus-simple .sf-depth-3 a {
      color: #fff;
      background-color: #333;
      font-size: 18px; }

/**
 * $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: #F8F8F8;
    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 #F8F8F8; }

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

/* line 4, ../../../sass/components/forms/_form-items.scss */
.webform-client-form-2 {
  color: #2CA48F; }
  /* line 5, ../../../sass/components/forms/_form-items.scss */
  .webform-client-form-2 label {
    color: #71b841; }

/* line 10, ../../../sass/components/forms/_form-items.scss */
form {
  margin: 10% auto 0 auto;
  padding: 30px;
  max-width: 450px;
  height: auto;
  overflow: hidden; }

/* line 19, ../../../sass/components/forms/_form-items.scss */
form label {
  font-size: 14px;
  color: #074f51;
  cursor: pointer; }

/* line 25, ../../../sass/components/forms/_form-items.scss */
form label,
form input {
  float: left;
  clear: both; }

/* line 31, ../../../sass/components/forms/_form-items.scss */
form input {
  margin: 15px 0;
  padding: 15px 10px;
  width: 100%;
  outline: none;
  border: 1px solid #2CA48F;
  border-radius: 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all; }

/* line 49, ../../../sass/components/forms/_form-items.scss */
form input[type=text]:focus,
form input[type="password"]:focus {
  border-color: #2CA48F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 57, ../../../sass/components/forms/_form-items.scss */
input[type=submit] {
  padding: 15px 50px;
  width: auto;
  background: #71b841;
  background-size: 200px;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: right;
  clear: right;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all; }

/* line 75, ../../../sass/components/forms/_form-items.scss */
input[type=submit]:hover {
  opacity: 0.8; }

/* line 79, ../../../sass/components/forms/_form-items.scss */
input[type="submit"]:active {
  opacity: 0.4; }

/* line 83, ../../../sass/components/forms/_form-items.scss */
.forgot,
.register {
  margin: 10px;
  float: left;
  clear: left;
  display: inline-block;
  color: #2CA48F;
  text-decoration: none; }

/* line 93, ../../../sass/components/forms/_form-items.scss */
.forgot:hover,
.register:hover {
  color: #074f51; }

/**
 * $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 #F8F8F8; }
  /* line 9, ../../../sass/components/forms/_password-indicator.scss */
  .password-indicator .indicator {
    background: #71b841; }

/* 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 18, ../../../sass/layouts/home/home.layout.scss */
.l-content {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

/* line 2, ../../../sass/base/_base.scss */
.l-destaque:after {
  content: "";
  display: table;
  clear: both; }

/* line 2, ../../../sass/base/_base.scss */
.l-destaque1:after {
  content: "";
  display: table;
  clear: both; }

/* line 2, ../../../sass/base/_base.scss */
.l-destaque:after {
  content: "";
  display: table;
  clear: both; }

/* line 33, ../../../sass/layouts/home/home.layout.scss */
.l-region--destaque1 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 215px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

/* line 41, ../../../sass/layouts/home/home.layout.scss */
.l-region--destaque2 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 215px;
  margin-top: 20px;
  padding-bottom: 40px; }

/* line 48, ../../../sass/layouts/home/home.layout.scss */
.l-region--destaque3 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 215px;
  margin-top: 20px;
  margin-bottom: 20px; }

/* line 57, ../../../sass/layouts/home/home.layout.scss */
.l-footer-destaque {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 2, ../../../sass/base/_base.scss */
  .l-footer-destaque:after {
    content: "";
    display: table;
    clear: both; }

/* line 61, ../../../sass/layouts/home/home.layout.scss */
.l-region--footer1 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-top: 0px;
  padding-bottom: 15px; }
  /* line 65, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer1 p {
    color: #ffffff;
    font-size: 14px; }
  /* line 69, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer1 h1, .l-region--footer1 h2, .l-region--footer1 h3, .l-region--footer1 h4 {
    color: #71b841; }

/* line 73, ../../../sass/layouts/home/home.layout.scss */
.l-region--footer2 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-top: 0px;
  padding-bottom: 15px; }
  /* line 77, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer2 p {
    color: #ffffff;
    font-size: 14px; }
  /* line 81, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer2 h1, .l-region--footer2 h2, .l-region--footer2 h3, .l-region--footer2 h4 {
    color: #71b841; }

/* line 85, ../../../sass/layouts/home/home.layout.scss */
.l-region--footer3 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-top: 0px;
  padding-bottom: 15px; }
  /* line 89, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer3 p {
    color: #ffffff;
    font-size: 14px; }
  /* line 93, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer3 h1, .l-region--footer3 h2, .l-region--footer3 h3, .l-region--footer3 h4 {
    color: #71b841; }

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

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

/* line 105, ../../../sass/layouts/home/home.layout.scss */
.l-footer-content {
  border: 2px solid #ff0000;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

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

/* line 2, ../../../sass/base/_base.scss */
.l-destaque:after {
  content: "";
  display: table;
  clear: both; }

/* line 2, ../../../sass/base/_base.scss */
.l-destaque1:after {
  content: "";
  display: table;
  clear: both; }

/* line 2, ../../../sass/base/_base.scss */
.l-destaque:after {
  content: "";
  display: table;
  clear: both; }

/* line 129, ../../../sass/layouts/home/home.layout.scss */
.l-region--destaque1 {
  width: 49.15254%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  min-height: 215px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

/* line 137, ../../../sass/layouts/home/home.layout.scss */
.l-region--destaque2 {
  width: 49.15254%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 215px;
  margin-top: 20px;
  padding-bottom: 40px; }

/* line 144, ../../../sass/layouts/home/home.layout.scss */
.l-region--destaque3 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 215px;
  margin-top: 20px;
  margin-bottom: 20px; }
  /* line 150, ../../../sass/layouts/home/home.layout.scss */
  .l-region--destaque3 .pane-block-10 p {
    float: right;
    display: inline-block; }

/* line 156, ../../../sass/layouts/home/home.layout.scss */
.l-footer-destaque {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 2, ../../../sass/base/_base.scss */
  .l-footer-destaque:after {
    content: "";
    display: table;
    clear: both; }

/* line 160, ../../../sass/layouts/home/home.layout.scss */
.l-region--footer1 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-top: 0px;
  padding-bottom: 15px; }
  /* line 164, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer1 p {
    color: #ffffff;
    font-size: 14px; }
  /* line 168, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer1 h1, .l-region--footer1 h2, .l-region--footer1 h3, .l-region--footer1 h4 {
    color: #71b841; }

/* line 172, ../../../sass/layouts/home/home.layout.scss */
.l-region--footer2 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-top: 0px;
  padding-bottom: 15px; }
  /* line 176, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer2 p {
    color: #ffffff;
    font-size: 14px; }
  /* line 180, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer2 h1, .l-region--footer2 h2, .l-region--footer2 h3, .l-region--footer2 h4 {
    color: #71b841; }

/* line 184, ../../../sass/layouts/home/home.layout.scss */
.l-region--footer3 {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-top: 0px;
  padding-bottom: 15px; }
  /* line 188, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer3 p {
    color: #ffffff;
    font-size: 14px; }
  /* line 192, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer3 h1, .l-region--footer3 h2, .l-region--footer3 h3, .l-region--footer3 h4 {
    color: #71b841; }

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

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

/* line 204, ../../../sass/layouts/home/home.layout.scss */
.l-footer-content {
  border: 2px solid #ff0000;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

/* line 2, ../../../sass/base/_base.scss */
.l-destaque:after {
  content: "";
  display: table;
  clear: both; }

/* line 216, ../../../sass/layouts/home/home.layout.scss */
.l-region--destaque1 {
  width: 23.72881%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  min-height: 215px;
  margin-top: 20px;
  border-bottom: none; }

/* line 223, ../../../sass/layouts/home/home.layout.scss */
.l-region--destaque2 {
  width: 40.67797%;
  float: left;
  margin-right: -100%;
  margin-left: 25.42373%;
  clear: none;
  min-height: 215px;
  margin-top: 20px;
  border-bottom: none; }

/* line 230, ../../../sass/layouts/home/home.layout.scss */
.l-region--destaque3 {
  width: 32.20339%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 215px;
  margin-top: 20px; }

/* line 238, ../../../sass/layouts/home/home.layout.scss */
.l-footer-destaque {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  /* line 2, ../../../sass/base/_base.scss */
  .l-footer-destaque:after {
    content: "";
    display: table;
    clear: both; }

/* line 243, ../../../sass/layouts/home/home.layout.scss */
.l-region--news1 {
  width: 32.20339%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  min-height: 215px;
  margin-top: 20px;
  border-bottom: none; }

/* line 249, ../../../sass/layouts/home/home.layout.scss */
.l-region--news2 {
  width: 32.20339%;
  float: left;
  margin-right: -100%;
  margin-left: 33.89831%;
  clear: none;
  min-height: 215px;
  margin-top: 20px;
  border-bottom: none; }

/* line 255, ../../../sass/layouts/home/home.layout.scss */
.l-region--news3 {
  width: 32.20339%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 215px;
  margin-top: 20px; }

/* line 261, ../../../sass/layouts/home/home.layout.scss */
.l-region--footer1 {
  width: 32.20339%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  min-height: 215px;
  margin-top: 0px;
  padding-bottom: 15px; }
  /* line 266, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer1 p {
    color: #ffffff;
    font-size: 14px; }
  /* line 270, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer1 h1, .l-region--footer1 h2, .l-region--footer1 h3, .l-region--footer1 h4 {
    color: #71b841; }

/* line 274, ../../../sass/layouts/home/home.layout.scss */
.l-region--footer2 {
  width: 32.20339%;
  float: left;
  margin-right: -100%;
  margin-left: 33.89831%;
  clear: none;
  min-height: 215px;
  margin-top: 0px;
  padding-bottom: 15px; }
  /* line 279, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer2 p {
    color: #ffffff;
    font-size: 14px; }
  /* line 283, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer2 h1, .l-region--footer2 h2, .l-region--footer2 h3, .l-region--footer2 h4 {
    color: #71b841; }

/* line 287, ../../../sass/layouts/home/home.layout.scss */
.l-region--footer3 {
  width: 32.20339%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  min-height: 215px;
  margin-top: 0px;
  padding-bottom: 15px; }
  /* line 292, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer3 p {
    color: #ffffff;
    font-size: 14px; }
  /* line 296, ../../../sass/layouts/home/home.layout.scss */
  .l-region--footer3 h1, .l-region--footer3 h2, .l-region--footer3 h3, .l-region--footer3 h4 {
    color: #71b841; }

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

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

/* line 308, ../../../sass/layouts/home/home.layout.scss */
.l-footer-content {
  border: 2px solid #ff0000;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

/* line 319, ../../../sass/layouts/home/home.layout.scss */
.l-content {
  padding-bottom: 0px; }

/*---marcar online---*/
/* line 323, ../../../sass/layouts/home/home.layout.scss */
.pane-block-7 h3 {
  text-transform: uppercase;
  color: #2CA48F;
  font-weight: 300; }

/*---bloco telefone---*/
/* line 329, ../../../sass/layouts/home/home.layout.scss */
.pane-block-5 h3 {
  text-transform: uppercase;
  color: #2CA48F;
  font-weight: 300; }

/* line 334, ../../../sass/layouts/home/home.layout.scss */
.pane-block-8 h3 {
  text-transform: uppercase;
  color: #2CA48F;
  font-weight: 300; }

/* line 344, ../../../sass/layouts/home/home.layout.scss */
.views-field-title h2 {
  text-align: left;
  font-weight: 500;
  color: #2CA48F; }
  /* line 348, ../../../sass/layouts/home/home.layout.scss */
  .views-field-title h2 a:hover {
    color: #71b841; }

/* line 352, ../../../sass/layouts/home/home.layout.scss */
.views-field-field-noticias-texto p {
  line-height: 150%;
  text-align: justify;
  margin-top: 5px;
  font-size: 16px;
  color: #000000; }

/* line 359, ../../../sass/layouts/home/home.layout.scss */
.views-field-field-noticias-imagem-principal img {
  border-bottom: 5px solid #71b841;
  float: left;
  margin: 5px; }

/* line 366, ../../../sass/layouts/home/home.layout.scss */
.l-region--news1, .view-view-not-cia-destaque-1 h2 {
  text-align: left;
  font-size: 18px;
  color: #2CA48F; }

/* line 371, ../../../sass/layouts/home/home.layout.scss */
.l-region--news2, .view-view-not-cia-destaque-2 h2 {
  text-align: left;
  font-size: 18px;
  color: #2CA48F; }

/* line 376, ../../../sass/layouts/home/home.layout.scss */
.l-region--news3, .view-view-ultima-not-cia h2 {
  text-align: left;
  font-size: 18px;
  color: #2CA48F; }

/* line 382, ../../../sass/layouts/home/home.layout.scss */
.view-view-not-cia-destaque-1 {
  background: #f8f8f3;
  min-height: 115px; }

/* line 387, ../../../sass/layouts/home/home.layout.scss */
.pane-view-not-cia-destaque-1 h2.pane-title {
  padding: 2px;
  font-size: 18px;
  color: #064f51;
  border-bottom: 5px solid #2ca38f; }

/* line 395, ../../../sass/layouts/home/home.layout.scss */
.view-view-not-cia-destaque-2 {
  border-bottom: 1px solid #f8f8f3;
  min-height: 115px; }

/* line 400, ../../../sass/layouts/home/home.layout.scss */
.pane-view-not-cia-destaque-2 h2.pane-title {
  padding: 2px;
  font-size: 18px;
  color: #064f51;
  border-bottom: 5px solid #2ca38f; }

/* line 408, ../../../sass/layouts/home/home.layout.scss */
.view-view-ultima-not-cia {
  border-bottom: 1px solid #f8f8f3;
  min-height: 115px; }

/* line 413, ../../../sass/layouts/home/home.layout.scss */
.pane-view-ultima-not-cia h2.pane-title {
  padding: 2px;
  font-size: 18px;
  color: #064f51;
  border-bottom: 5px solid #2ca38f; }

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