@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  color: inherit;
  text-decoration: none; }

strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

[v-cloak] > * {
  display: none; }

[v-cloak]::before {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #898989;
  content: "carregando…";
  z-index: 9999999;
  top: 0;
  left: 0; }

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 42px;
  z-index: 1000;
  color: #ffffff; }

.bloco-404 {
  text-align: center; }
  .bloco-404 h2 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1em; }
  .bloco-404 p {
    font-style: italic; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em; }

html, body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'proxima-nova', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  color: #228B12;
  background-color: #fff; }
  @media screen and (max-width: 1400px) {
    html, body {
      font-size: 12px; } }
  html strong, body strong {
    font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

body {
  overflow-x: hidden; }

:target:before {
  content: "";
  display: block;
  height: 60px;
  /* fixed header height*/
  margin: -60px 0 0;
  /* negative fixed header height */ }

a {
  position: relative; }

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: none; }

a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #228B12;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

a.ativo:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

a.noanim:before {
  display: none; }

.section {
  width: 100%;
  height: auto; }
  .section.telacheia {
    width: 100%;
    height: 100vh; }
  .section .container {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px; }
    @media screen and (max-width: 600px) {
      .section .container {
        width: 100%;
        padding: 0 30px; } }
  .section .container-fullw {
    width: 100%;
    max-width: none; }
  .section .container-semifullw {
    width: 80%;
    max-width: none; }
  .section .container-flex {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.hide {
  display: none !important; }

.hidestrong {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: -1; }

.invisivel {
  visibility: hidden;
  z-index: -1;
  position: relative; }

.desk {
  display: block !important; }
  @media screen and (max-width: 600px) {
    .desk {
      display: none !important; } }

.resp {
  display: none !important; }
  @media screen and (max-width: 600px) {
    .resp {
      display: block !important; } }

.break {
  display: inline-block;
  width: 100%;
  height: 0; }

.flexbox .flexcentro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.section-header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  padding: 15px 0;
  z-index: 500;
  background-color: #fff;
  border-bottom: 1px solid #BBAEAE;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }
  .section-header.fundo {
    background-color: #000;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3); }
  .section-header.fixo {
    position: fixed;
    top: 0;
    left: 0; }
  .section-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (max-width: 600px) {
      .section-header .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0px 10px; } }
  .section-header .header-logo {
    display: block; }
    .section-header .header-logo img {
      display: block;
      height: 48px; }
  .section-header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.5px; }
    .section-header .header-menu li {
      margin-left: 55px; }
  .section-header .header-burger {
    display: none;
    color: #228B12;
    font-size: 32px;
    line-height: 1; }
  .section-header .links-auxiliares {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .section-header .links-auxiliares a {
      display: block;
      width: auto;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .section-header .links-auxiliares .eng {
      padding: 0 15px;
      border-left: 1px solid #BBAEAE;
      font-size: 14px; }
    .section-header .links-auxiliares .gsg {
      padding: 0 30px;
      border-left: 1px solid #BBAEAE;
      border-right: 1px solid #BBAEAE;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .section-header .links-auxiliares .gsg small {
        font-size: 9px;
        letter-spacing: 1px;
        font-weight: 500;
        margin-top: 5px;
        color: #006; }
      .section-header .links-auxiliares .gsg img {
        height: 28px; }
    .section-header .links-auxiliares .goto {
      background-color: #228B12;
      color: #fff;
      padding: 0 10px;
      font-size: 24px; }
  .section-header .bloco-busca {
    width: 160px;
    position: relative; }
    .section-header .bloco-busca input {
      width: 100%;
      height: 32px;
      line-height: 32px;
      border: none;
      border-bottom: 1px solid rgba(34, 139, 18, 0.4);
      padding-left: 10px;
      font-family: 'proxima-nova', sans-serif;
      font-size: 13px; }
    .section-header .bloco-busca button {
      cursor: pointer;
      color: #228B12;
      font-size: 20px;
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      background-color: transparent;
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (max-width: 600px) {
    .section-header {
      padding: 20px 10px;
      min-height: 0; }
      .section-header .links-auxiliares {
        display: none; }
      .section-header .header-logo img {
        max-height: 32px; }
      .section-header .header-esquerda {
        display: none; }
      .section-header .header-burger {
        display: block; }
      .section-header.ativo {
        width: 100%;
        min-height: 100%;
        background-color: #fff; }
        .section-header.ativo .container {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .section-header.ativo .header-esquerda {
          display: block;
          width: 100%; }
        .section-header.ativo .header-menu {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding-top: 60px; }
          .section-header.ativo .header-menu li {
            margin-left: 0;
            margin-bottom: 30px; }
        .section-header.ativo .links-auxiliares {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: absolute;
          top: auto;
          bottom: 0;
          height: 60px;
          width: 100%;
          border-top: 1px solid #BBAEAE; }
          .section-header.ativo .links-auxiliares .gsg {
            width: 100%; } }

.bloco-texto {
  font-size: 16px; }
  .bloco-texto p {
    margin-bottom: 2em; }

.sec-titulo {
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px; }
  .sec-titulo.bold, .sec-titulo strong {
    font-weight: 800; }
  .sec-titulo.center {
    text-align: center; }
  .sec-titulo.maior {
    font-size: 45px; }
    @media screen and (max-width: 600px) {
      .sec-titulo.maior {
        font-size: 38px; } }
  @media screen and (max-width: 600px) {
    .sec-titulo {
      font-size: 32px; } }

.home-slides {
  width: 100%;
  height: 95vh;
  position: relative; }
  .home-slides .a-scroll {
    background-color: transparent;
    border: none;
    width: 46px;
    height: 46px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    background-color: #228B12;
    position: absolute;
    border-radius: 100px;
    bottom: -23px;
    left: 50%;
    margin-left: -23px;
    z-index: 50;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3); }
    .home-slides .a-scroll i {
      position: relative;
      right: 0px;
      line-height: 1; }
  .home-slides .a-prev {
    background-color: transparent;
    border: none;
    width: 54px;
    height: 70px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 64px;
    line-height: 1;
    color: #228B12;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 10px;
    z-index: 50;
    cursor: pointer; }
    .home-slides .a-prev i {
      position: relative;
      right: 2px;
      line-height: 1; }
    @media screen and (max-width: 600px) {
      .home-slides .a-prev {
        width: 30px;
        font-size: 50px;
        left: 0; } }
  .home-slides .a-next {
    background-color: transparent;
    border: none;
    width: 54px;
    height: 70px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 64px;
    line-height: 1;
    color: #228B12;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 10px;
    z-index: 50;
    cursor: pointer; }
    .home-slides .a-next i {
      position: relative;
      line-height: 1; }
    @media screen and (max-width: 600px) {
      .home-slides .a-next {
        width: 30px;
        font-size: 50px;
        right: 0; } }
  .home-slides .slick-disabled {
    opacity: 0.1; }

.slides-home {
  width: 100%;
  height: 95vh; }
  .slides-home .slides-home-single {
    width: 100%;
    height: 95vh; }
  .slides-home .slide-single-box {
    width: 100%;
    height: 95vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .slides-home .slide-single-box .fundo {
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed; }
    .slides-home .slide-single-box .escudo {
      width: 100%;
      height: 100%;
      z-index: 12;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%); }
    .slides-home .slide-single-box .texto {
      position: relative;
      z-index: 20;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      color: #fff; }
      @media screen and (max-width: 600px) {
        .slides-home .slide-single-box .texto {
          max-width: 80%; } }
      .slides-home .slide-single-box .texto h1 {
        font-size: 64px;
        font-weight: 300; }
        @media screen and (max-width: 600px) {
          .slides-home .slide-single-box .texto h1 {
            font-size: 42px; }
            .slides-home .slide-single-box .texto h1 br {
              display: none; } }
        .slides-home .slide-single-box .texto h1 strong {
          font-weight: 800; }
      .slides-home .slide-single-box .texto p {
        max-width: 500px;
        font-size: 18px;
        margin: 30px 0; }
        @media screen and (max-width: 600px) {
          .slides-home .slide-single-box .texto p {
            font-size: 15px; } }
      .slides-home .slide-single-box .texto .mais {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        width: auto;
        border: 1px solid #fff;
        font-family: 'proxima-nova', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 50px;
        padding: 0 45px;
        z-index: 50;
        font-weight: 300;
        cursor: pointer; }
        .slides-home .slide-single-box .texto .mais:hover {
          border: 1px solid #228B12;
          background-color: #228B12;
          color: #fff; }

.home-intro-capa {
  width: 100%;
  height: auto;
  min-height: 95vh;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  padding-top: 0px; }
  @media screen and (max-width: 600px) {
    .home-intro-capa {
      margin-top: 60px;
      padding-top: 0;
      height: auto;
      overflow: auto;
      min-height: 0; } }
  .home-intro-capa .fundo {
    width: 48%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10; }
    @media screen and (max-width: 600px) {
      .home-intro-capa .fundo {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 280px;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll; } }
  .home-intro-capa.iniciativas {
    background-color: #228B12;
    color: #fff; }
    .home-intro-capa.iniciativas .fundo {
      background-size: cover;
      background-attachment: scroll; }
    .home-intro-capa.iniciativas .introducao {
      background-color: #228B12; }
      .home-intro-capa.iniciativas .introducao:before {
        background-color: #228B12; }
  .home-intro-capa .container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20; }
    @media screen and (max-width: 600px) {
      .home-intro-capa .container {
        height: auto; } }
  .home-intro-capa .introducao {
    width: 57.70833%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 6.95833%;
    padding-left: 10px;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.3);
    min-height: 95vh; }
    @media screen and (max-width: 600px) {
      .home-intro-capa .introducao {
        min-height: 0; } }
    .home-intro-capa .introducao .sec-titulo {
      margin-bottom: 20px; }
    .home-intro-capa .introducao.nosh {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .home-intro-capa .introducao:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 100%;
      background-color: #fff; }
    @media screen and (max-width: 600px) {
      .home-intro-capa .introducao {
        width: 100%;
        padding: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 25px; }
        .home-intro-capa .introducao:before {
          display: none; } }
  .home-intro-capa p {
    margin-bottom: 1.5em; }
  .home-intro-capa small {
    font-size: 14px;
    font-style: italic; }
  .home-intro-capa a {
    font-weight: bold; }

@media screen and (max-width: 600px) {
  .recomendacoes .home-intro-capa .fundo {
    background-size: contain; } }

.home-sobre,
.home-investimentos {
  padding: 75px 0;
  font-size: 18px; }
  .home-sobre.home-sobre-capa,
  .home-investimentos.home-sobre-capa {
    margin-top: 90px;
    padding-top: 10px; }
    .home-sobre.home-sobre-capa img,
    .home-investimentos.home-sobre-capa img {
      width: 100%;
      display: block; }
  .home-sobre .colunas,
  .home-investimentos .colunas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px; }
    .home-sobre .colunas.just,
    .home-investimentos .colunas.just {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .home-sobre .colunas.centra,
    .home-investimentos .colunas.centra {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    @media screen and (max-width: 600px) {
      .home-sobre .colunas,
      .home-investimentos .colunas {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .home-sobre .colunas .col,
    .home-investimentos .colunas .col {
      width: 40.79167%;
      margin-right: 6.95833%; }
      .home-sobre .colunas .col.nomr,
      .home-investimentos .colunas .col.nomr {
        margin-right: 0; }
      .home-sobre .colunas .col.maior,
      .home-investimentos .colunas .col.maior {
        width: 49.25%;
        margin-right: 0; }
        @media screen and (max-width: 600px) {
          .home-sobre .colunas .col.maior,
          .home-investimentos .colunas .col.maior {
            width: 100%; } }
      .home-sobre .colunas .col.imagem,
      .home-investimentos .colunas .col.imagem {
        text-align: center; }
      @media screen and (max-width: 600px) {
        .home-sobre .colunas .col,
        .home-investimentos .colunas .col {
          width: 100%;
          margin-right: 0; } }
  .home-sobre .imagem-centralizado,
  .home-investimentos .imagem-centralizado {
    display: block;
    width: 100%; }
    .home-sobre .imagem-centralizado img,
    .home-investimentos .imagem-centralizado img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .home-sobre p,
  .home-investimentos p {
    margin-bottom: 1.5em; }
  .home-sobre small,
  .home-investimentos small {
    font-size: 14px;
    font-style: italic; }
  .home-sobre a,
  .home-investimentos a {
    font-weight: bold; }

.home-numeros {
  padding: 75px 0;
  font-size: 18px;
  background-color: #228B12;
  color: #fff;
  position: relative;
  z-index: 100; }

.numeros {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px; }
  @media screen and (max-width: 600px) {
    .numeros {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .numeros__item {
    width: 22.875%; }
    @media screen and (max-width: 600px) {
      .numeros__item {
        width: 100%;
        margin-bottom: 35px; } }
    .numeros__item span {
      font-weight: 800;
      font-size: 90px;
      line-height: 1; }
    .numeros__item .ins {
      padding-left: 10px;
      text-align: left;
      letter-spacing: 1px;
      line-height: 1.1em; }
    .numeros__item small {
      text-transform: uppercase;
      font-size: 17px;
      font-weight: bold;
      display: inline; }
    .numeros__item p {
      font-size: 13px;
      font-weight: 300;
      display: inline; }

.home-card-destaques {
  padding: 75px 0;
  background-color: #E9E9E9; }
  .home-card-destaques .container {
    text-align: center; }
  .home-card-destaques .sec-titulo {
    margin-bottom: 50px; }

.lista-cards-destaque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.card-single-dest {
  display: block;
  width: 23.375%;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .card-single-dest {
      width: 100%;
      margin: 0;
      margin-bottom: 20px; } }
  .card-single-dest a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .card-single-dest h1 {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(34, 139, 18, 0.3);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .card-single-dest .mais {
    width: 100%;
    text-align: right;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px; }
  .card-single-dest.comcapa {
    padding: 0; }
    .card-single-dest.comcapa .fundo {
      width: 100%;
      height: 0;
      padding-bottom: 65%;
      background-size: cover;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
    .card-single-dest.comcapa a {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left; }
    .card-single-dest.comcapa h1 {
      border-bottom: none;
      padding-bottom: 0; }
    .card-single-dest.comcapa .texto {
      padding: 20px; }

.home-parceiros {
  padding: 75px 0;
  background-color: #efefef; }
  .home-parceiros .container {
    text-align: center; }
  .home-parceiros p {
    max-width: 57.70833%;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .home-parceiros p {
        max-width: 100%; } }
  .home-parceiros .lista-parceiros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 75px; }
    @media screen and (max-width: 600px) {
      .home-parceiros .lista-parceiros {
        margin-top: 35px; } }
    @media screen and (max-width: 600px) {
      .home-parceiros .lista-parceiros {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .home-parceiros .lista-parceiros li {
      display: inline-block;
      margin: 0 20px; }
      @media screen and (max-width: 600px) {
        .home-parceiros .lista-parceiros li {
          margin: 10px 0; } }
    .home-parceiros .lista-parceiros img {
      max-width: 170px;
      max-height: 70px; }

.home-newsletter {
  padding: 75px 0; }
  .home-newsletter .container {
    text-align: center; }
  .home-newsletter .bloco-texto {
    max-width: 40.79167%;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .home-newsletter .bloco-texto {
        max-width: 100%; } }
  .home-newsletter.inverte {
    background-color: #228B12;
    color: #fff; }
    .home-newsletter.inverte .cadastro-news button, .home-newsletter.inverte .cadastro-news input[type="submit"] {
      background-color: #175e0c; }
      .home-newsletter.inverte .cadastro-news button:hover, .home-newsletter.inverte .cadastro-news input[type="submit"]:hover {
        background-color: #0c3106; }

.cadastro-news {
  width: 100%;
  position: relative; }
  .cadastro-news:before {
    content: "";
    display: block;
    width: 40px;
    height: 32px;
    background-image: url("../img/ico-email@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px auto;
    position: absolute;
    top: 0;
    left: 0; }
  .cadastro-news input {
    width: 100%;
    border: 1px solid #228B12;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    padding-left: 40px;
    font-family: 'proxima-nova', sans-serif; }
  .cadastro-news button, .cadastro-news input[type="submit"] {
    height: 32px;
    width: auto;
    background-color: #228B12;
    border: 1px solid #228B12;
    font-family: 'proxima-nova', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    cursor: pointer; }
    .cadastro-news button:hover, .cadastro-news input[type="submit"]:hover {
      background-color: #175e0c; }
  .cadastro-news.grande:before {
    height: 50px;
    width: 60px;
    background-size: 22px auto; }
  .cadastro-news.grande input[type="email"] {
    height: 50px;
    padding-left: 60px; }
  .cadastro-news.grande button, .cadastro-news.grande input[type="submit"] {
    height: 50px;
    padding: 0 30px; }

.footer {
  background-color: #E9E9E9;
  padding: 0; }
  .footer .container {
    padding: 0; }
  .footer__bloco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .footer__bloco {
        display: block; } }
  .footer__esquerda {
    width: 66.16667%;
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .footer__esquerda {
        width: 100%;
        display: block; } }
  .footer h3 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px; }
  .footer__item {
    width: 25%; }
    @media screen and (max-width: 600px) {
      .footer__item {
        width: 100%;
        margin-bottom: 30px; }
        .footer__item:last-of-type {
          margin-bottom: 0; } }
    .footer__item .sociais li {
      display: inline-block;
      margin-left: 15px; }
  .footer__direita {
    background-color: #F8F8F8;
    padding: 50px 20px;
    width: 32.33333%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 600px) {
      .footer__direita {
        width: 100%; } }
    .footer__direita:before {
      content: "";
      display: block;
      width: 500%;
      height: 100%;
      background-color: #F8F8F8;
      position: absolute;
      top: 0;
      left: 100%; }
      @media screen and (max-width: 600px) {
        .footer__direita:before {
          display: none; } }
  .footer__cadastro {
    width: 75%;
    font-size: 12px; }
    @media screen and (max-width: 600px) {
      .footer__cadastro {
        width: 100%; } }
    .footer__cadastro p {
      margin-bottom: 1em; }

.creditos {
  background-color: #CBCBCB;
  height: 45px;
  font-size: 12px; }
  @media screen and (max-width: 600px) {
    .creditos {
      height: auto;
      padding: 15px 0; } }
  .creditos .container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .creditos .container {
        display: block; } }
  @media screen and (max-width: 600px) {
    .creditos ul {
      margin-top: 10px; } }
  .creditos li {
    display: inline-block;
    margin-left: 30px; }
    @media screen and (max-width: 600px) {
      .creditos li {
        margin-left: 0;
        margin-right: 15px; } }

.config-texto {
  font-size: 16px; }
  .config-texto.maior {
    font-size: 18px; }
  .config-texto p {
    margin-bottom: 1.5em; }
  .config-texto ul {
    list-style-type: disc;
    margin-bottom: 50px; }
    .config-texto ul li {
      margin-bottom: 10px; }
  .config-texto ol {
    list-style-type: decimal;
    margin-bottom: 25px; }
    .config-texto ol li {
      margin-bottom: 10px; }
  .config-texto a {
    text-decoration: underline; }
  .config-texto img {
    max-width: 100%;
    height: auto; }

.sobre-premissas {
  padding: 75px 0;
  background-color: #228B12;
  color: #fff; }
  .sobre-premissas .sec-titulo {
    margin-bottom: 50px;
    text-align: center; }
  .sobre-premissas .config-texto {
    width: 49.25%;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .sobre-premissas .config-texto {
        width: 100%; } }

.sobre-oquefazemos {
  padding: 75px 0;
  padding-bottom: 0; }
  .sobre-oquefazemos .sec-titulo {
    margin-bottom: 50px; }
  .sobre-oquefazemos .fazemos-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .sobre-oquefazemos .fazemos-intro {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .sobre-oquefazemos .fazemos-esq {
    width: 40.79167%; }
    @media screen and (max-width: 600px) {
      .sobre-oquefazemos .fazemos-esq {
        width: 100%; } }
  .sobre-oquefazemos .fazemos-dir {
    width: 49.25%; }
    @media screen and (max-width: 600px) {
      .sobre-oquefazemos .fazemos-dir {
        width: 100%; } }

.box-missao {
  font-size: 18px;
  border: 1px solid rgba(34, 139, 18, 0.5);
  padding: 30px;
  position: relative;
  margin-bottom: 50px; }
  .box-missao h3 {
    position: absolute;
    top: -15px;
    left: 20px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .box-missao ul {
    list-style-type: disc;
    padding-left: 20px; }
    .box-missao ul li {
      margin-bottom: 15px; }

.fazemos-cuidados {
  font-size: 18px;
  background-color: #228B12;
  color: #fff;
  padding: 30px;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3); }
  .fazemos-cuidados .sec-titulo {
    margin-bottom: 0; }
  .fazemos-cuidados h4 {
    font-size: 28px;
    font-style: italic;
    margin-bottom: 30px; }
  .fazemos-cuidados ul {
    list-style-type: disc;
    padding-left: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em; }
    .fazemos-cuidados ul li {
      margin-bottom: 15px; }

.section-base {
  padding-top: 200px; }

.sobre-divisor {
  width: 100%;
  height: 60vh;
  background-image: url("https://images.unsplash.com/photo-1570142802197-3e357656bdc1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1848&q=80");
  background-size: cover;
  background-attachment: fixed;
  background-color: #0c3106;
  background-blend-mode: multiply;
  margin-top: -200px;
  position: relative;
  z-index: 10; }
  .sobre-divisor.menor {
    height: 300px;
    margin-top: -150px;
    background-blend-mode: normal; }
    @media screen and (max-width: 600px) {
      .sobre-divisor.menor {
        margin-top: 0; } }

.sec-sub {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #228B12; }

.sobre-historia {
  padding: 75px 0; }
  .sobre-historia .sec-titulo {
    margin-bottom: 50px; }
  .sobre-historia .config-texto {
    margin: 0 auto;
    width: 83.08333%; }
    @media screen and (max-width: 600px) {
      .sobre-historia .config-texto {
        width: 100%; } }

.sobre-equipe {
  padding: 75px 0;
  background-color: #E9E9E9; }
  .sobre-equipe.conselho {
    background-color: #fff; }
    .sobre-equipe.conselho .equipe-lista {
      max-width: 700px; }
    .sobre-equipe.conselho .equipe-lista .equipe-membro {
      margin-bottom: 50px;
      width: 23.875%;
      font-size: 13px; }
      @media screen and (max-width: 600px) {
        .sobre-equipe.conselho .equipe-lista .equipe-membro {
          width: 49.25%; } }
  .sobre-equipe .sec-titulo {
    text-align: center;
    margin-bottom: 50px; }
  .sobre-equipe .conselheiros-passados {
    width: 49.25%;
    margin: 0 auto;
    margin-top: 50px; }
    @media screen and (max-width: 600px) {
      .sobre-equipe .conselheiros-passados {
        width: 100%; } }
    .sobre-equipe .conselheiros-passados .box-missao {
      border: 1px solid #cdcdcd;
      color: #a2a2a2; }
      .sobre-equipe .conselheiros-passados .box-missao h3 {
        color: #a2a2a2;
        font-size: 18px; }
        @media screen and (max-width: 600px) {
          .sobre-equipe .conselheiros-passados .box-missao h3 {
            font-size: 14px; } }
      .sobre-equipe .conselheiros-passados .box-missao ul li {
        margin-bottom: 10px; }

.equipe-lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto; }
  .equipe-lista .equipe-membro {
    width: 23.875%;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 0px; }
    @media screen and (max-width: 600px) {
      .equipe-lista .equipe-membro {
        width: 49.25%;
        margin-bottom: 30px; } }
    .equipe-lista .equipe-membro .avatar {
      width: 80%;
      height: 0;
      padding-bottom: 80%;
      background-size: cover;
      border-radius: 200px;
      margin: 0 auto;
      margin-bottom: 10px; }
    .equipe-lista .equipe-membro h3 {
      display: block;
      font-weight: bold;
      margin-bottom: 5px; }
    .equipe-lista .equipe-membro small {
      display: block; }

.recom-introducao {
  padding: 75px 0; }
  @media screen and (max-width: 600px) {
    .recom-introducao {
      padding-bottom: 0; } }
  .recom-introducao__bloco {
    width: 66.16667%;
    margin: 0 auto; }
    .recom-introducao__bloco.menor {
      font-size: 13px;
      color: #a6a6a6; }
    @media screen and (max-width: 600px) {
      .recom-introducao__bloco {
        width: 100%; } }
  .recom-introducao .recom-ilustracao img {
    width: 90%;
    display: block;
    margin: 0 auto; }
  .recom-introducao.intro20 {
    padding-bottom: 0;
    padding-top: 120px; }
    .recom-introducao.intro20 .sec-titulo.maior {
      margin-bottom: 30px; }

.recom-lista {
  width: 100%; }
  .recom-lista .sec-titulo {
    text-align: center;
    margin-bottom: 50px; }

.grid-recomendacoes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .grid-recomendacoes .item-recomendacao.ativo {
    background-color: #228B12;
    color: #fff; }
    .grid-recomendacoes .item-recomendacao.ativo .item-recomendacao__titulo small {
      background-color: #fff;
      color: #228B12; }
    .grid-recomendacoes .item-recomendacao.ativo .item-recomendacao__titulo span {
      color: #fff; }
    .grid-recomendacoes .item-recomendacao.ativo .abre {
      display: none; }
    .grid-recomendacoes .item-recomendacao.ativo .fecha {
      display: block; }
  .grid-recomendacoes .item-recomendacao.inativo {
    opacity: 0.2; }

.linha-recomendacoes {
  position: relative;
  z-index: 100; }
  .linha-recomendacoes .item-recomendacao {
    width: 100%;
    display: none;
    margin: 0;
    position: relative;
    top: -5px; }
    .linha-recomendacoes .item-recomendacao.ativo {
      display: block;
      margin-top: -20px;
      margin-bottom: 10px;
      background-color: #f2f2f2; }
      @media screen and (max-width: 600px) {
        .linha-recomendacoes .item-recomendacao.ativo {
          position: fixed;
          width: 100%;
          height: 100vh;
          top: 0;
          left: 0;
          z-index: 200000;
          overflow: auto;
          padding-top: 90px; }
          .linha-recomendacoes .item-recomendacao.ativo div {
            height: auto; }
          .linha-recomendacoes .item-recomendacao.ativo .bloco-texto {
            padding: 25px; } }
    .linha-recomendacoes .item-recomendacao__titulo {
      display: none; }
      @media screen and (max-width: 600px) {
        .linha-recomendacoes .item-recomendacao__titulo {
          display: block;
          width: 100%;
          height: auto;
          background-color: #f2f2f2;
          -webkit-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s; }
          .linha-recomendacoes .item-recomendacao__titulo .bloco-texto {
            padding: 25px; } }

.item-recomendacao {
  width: 23.375%;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .item-recomendacao.reduzido {
    width: 31.33333%;
    margin: 0 1%; }
    @media screen and (max-width: 600px) {
      .item-recomendacao.reduzido {
        width: 100%;
        margin: 0;
        margin-bottom: 25px; } }
  @media screen and (max-width: 600px) {
    .item-recomendacao {
      width: 100%;
      margin: 0;
      margin-bottom: 25px; } }
  .item-recomendacao__titulo {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 20px;
    cursor: pointer; }
    @media screen and (max-width: 600px) {
      .item-recomendacao__titulo {
        position: relative; } }
    .item-recomendacao__titulo div {
      height: 200px; }
      @media screen and (max-width: 600px) {
        .item-recomendacao__titulo div {
          height: 160px; } }
    .item-recomendacao__titulo h3 {
      font-size: 16px;
      font-weight: bold; }
    .item-recomendacao__titulo span {
      display: block;
      font-size: 24px;
      color: #474747;
      line-height: 1.2;
      font-weight: 300;
      margin-top: 15px; }
    .item-recomendacao__titulo small, .item-recomendacao__titulo a {
      font-size: 12px;
      line-height: 24px;
      font-weight: 400;
      display: block;
      text-align: right;
      background-color: #228B12;
      color: #fff;
      padding: 0 10px;
      border-radius: 4px; }
      .item-recomendacao__titulo small.abre, .item-recomendacao__titulo a.abre {
        display: block; }
        .ativo .item-recomendacao__titulo small.abre, .ativo .item-recomendacao__titulo a.abre {
          display: none; }
      .item-recomendacao__titulo small.fecha, .item-recomendacao__titulo a.fecha {
        display: none; }
        .ativo .item-recomendacao__titulo small.fecha, .ativo .item-recomendacao__titulo a.fecha {
          display: block; }
    .item-recomendacao__titulo .acoes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: auto; }
    .item-recomendacao__titulo .fechar {
      display: none; }
      @media screen and (max-width: 600px) {
        .item-recomendacao__titulo .fechar {
          display: block;
          position: absolute;
          top: 20px;
          right: 20px;
          font-weight: bold; } }
  .item-recomendacao__texto {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    .item-recomendacao__texto .bloco-texto {
      padding: 50px; }
    .item-recomendacao__texto .abre-opina {
      display: inline-block;
      text-decoration: none;
      font-weight: bold;
      font-size: 16px;
      background-color: #228B12;
      color: #fff;
      padding: 8px 16px;
      margin-top: 1rem; }

.cards-recom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem; }
  .cards-recom .card-recom {
    width: 18%;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px; }
    @media screen and (max-width: 600px) {
      .cards-recom .card-recom {
        width: 100%;
        margin-bottom: 20px; } }
    .cards-recom .card-recom h4 {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 1rem; }
    .cards-recom .card-recom.card-recom-0 {
      background-color: #b7e3dd;
      color: #707070; }
    .cards-recom .card-recom.card-recom-1 {
      background-color: #fff;
      color: #2aaba8; }
    .cards-recom .card-recom.card-recom-2 {
      background-color: #7f7f7f;
      color: #fff; }
    .cards-recom .card-recom.card-recom-3 {
      background-color: #d9d9d9;
      color: #2aaba8; }
    .cards-recom .card-recom.card-recom-4 {
      background-color: #228B12;
      color: #fff; }

.recom-papel {
  padding: 75px 0; }
  .recom-papel .sec-titulo {
    margin-bottom: 50px; }
  .recom-papel .config-texto {
    width: 57.70833%; }
    @media screen and (max-width: 600px) {
      .recom-papel .config-texto {
        width: 100%; } }
  .recom-papel .bloco-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .recom-papel .bloco-flex .bloco-img {
      width: 32.33333%; }
      .recom-papel .bloco-flex .bloco-img .fundo {
        width: 100%;
        height: 440px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .recom-papel .bloco-flex .bloco-img img {
        display: block;
        width: 100%; }

.upsombra {
  -webkit-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 20; }

.iniciativa-nav {
  font-size: 24px;
  list-style-type: disc;
  list-style-position: outside;
  position: relative;
  z-index: 20; }
  @media screen and (max-width: 600px) {
    .iniciativa-nav {
      font-size: 20px;
      padding-bottom: 50px; } }

.iniciativa-bloco {
  padding: 75px 0;
  padding-bottom: 0; }
  .iniciativa-bloco .bloco-texto {
    width: 66.16667%;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .iniciativa-bloco .bloco-texto {
        width: 100%; } }
  .iniciativa-bloco .sec-titulo {
    margin-bottom: 50px; }

.iniciativa-boxverde {
  font-size: 16px;
  background-color: #228B12;
  color: #fff;
  padding: 45px;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  margin-left: -45px;
  margin-right: -45px; }
  @media screen and (max-width: 600px) {
    .iniciativa-boxverde {
      margin-left: 0;
      margin-right: 0;
      padding: 25px;
      margin-bottom: 30px; } }
  .iniciativa-boxverde .sec-titulo {
    margin-bottom: 25px; }
  .iniciativa-boxverde h4 {
    font-size: 28px;
    font-style: italic;
    margin-bottom: 30px; }
  .iniciativa-boxverde ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 50px; }
    .iniciativa-boxverde ul:last-of-type {
      margin-bottom: 0; }
    .iniciativa-boxverde ul li {
      margin-bottom: 15px; }

.publicacao-single {
  padding-top: 150px;
  padding-bottom: 75px; }
  @media screen and (max-width: 600px) {
    .publicacao-single {
      padding-top: 90px; } }
  .publicacao-single.postsingle .bloco-texto {
    width: 74.625%;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .publicacao-single.postsingle .bloco-texto {
        width: 100%; } }
  .publicacao-single.postsingle .coluna-texto {
    width: 100%; }
    @media screen and (max-width: 600px) {
      .publicacao-single.postsingle .coluna-texto {
        width: 100%;
        margin-bottom: 30px; } }
  .publicacao-single .selecao-tipos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .publicacao-single .selecao-tipos {
        width: 100%;
        margin-bottom: 10px;
        display: block; }
        .publicacao-single .selecao-tipos h3 {
          display: block;
          font-weight: bold; } }
    .publicacao-single .selecao-tipos .botao {
      margin-left: 5px;
      padding: 0 10px;
      font-size: 13px;
      height: 26px;
      line-height: 26px; }
      @media screen and (max-width: 600px) {
        .publicacao-single .selecao-tipos .botao {
          margin-left: 0;
          margin-right: 5px;
          font-size: 11px;
          margin-bottom: 10px; } }
  .publicacao-single .bloco-texto {
    width: 83.08333%;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .publicacao-single .bloco-texto {
        width: 100%; } }
  .publicacao-single .bloco-video {
    width: 100%;
    margin-bottom: 20px; }
    .publicacao-single .bloco-video iframe {
      width: 100%; }
  .publicacao-single .voltar {
    display: block;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 14px; }
    .publicacao-single .voltar:before {
      display: none; }
  .publicacao-single .botoes {
    margin-top: 25px; }
  .publicacao-single .colunas {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .publicacao-single .colunas {
        display: block; } }
  .publicacao-single .coluna-texto {
    width: 59.4%; }
    @media screen and (max-width: 600px) {
      .publicacao-single .coluna-texto {
        width: 100%;
        margin-bottom: 30px; } }
  .publicacao-single .coluna-imagem {
    width: 28.95%; }
    @media screen and (max-width: 600px) {
      .publicacao-single .coluna-imagem {
        width: 100%; } }
    .publicacao-single .coluna-imagem img {
      display: block;
      width: 100%;
      -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3); }
  .publicacao-single .tags {
    color: #999; }
    .publicacao-single .tags strong {
      color: #228B12; }
    .publicacao-single .tags li {
      display: inline-block; }
    .publicacao-single .tags .titulo {
      font-weight: bold; }

.publicacoes-topo {
  padding-top: 150px;
  padding-bottom: 75px; }
  .publicacoes-topo .bloco-texto {
    width: 66.16667%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .publicacoes-topo .bloco-texto {
        width: 100%; } }
    .publicacoes-topo .bloco-texto .config-texto {
      text-align: left; }
  .publicacoes-topo .bloco-filtros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px; }
    @media screen and (max-width: 600px) {
      .publicacoes-topo .bloco-filtros {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .publicacoes-topo .filtro-tipos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (max-width: 600px) {
      .publicacoes-topo .filtro-tipos {
        width: 100%;
        margin-bottom: 10px;
        display: block; }
        .publicacoes-topo .filtro-tipos h3 {
          display: block;
          font-weight: bold; } }
    .publicacoes-topo .filtro-tipos .botao {
      margin-left: 5px;
      padding: 0 10px;
      font-size: 13px;
      height: 26px;
      line-height: 26px; }
      @media screen and (max-width: 600px) {
        .publicacoes-topo .filtro-tipos .botao {
          margin-left: 0;
          margin-right: 5px;
          font-size: 11px;
          margin-bottom: 10px; } }
  .publicacoes-topo .bloco-input {
    width: 23.875%; }
    @media screen and (max-width: 600px) {
      .publicacoes-topo .bloco-input {
        width: 100%; } }

.botao {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: auto;
  background-color: #fff;
  border: 1px solid #228B12;
  color: #228B12;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  border-radius: 50px;
  padding: 0 15px;
  z-index: 50;
  cursor: pointer; }
  .botao:before {
    display: none; }
  .botao:hover, .botao.ativo {
    background-color: #228B12;
    border: 1px solid #228B12;
    color: #fff; }
  .botao.maior {
    height: 36px;
    line-height: 36px; }
  .botao.verde {
    background-color: #228B12;
    border: 1px solid #228B12;
    color: #fff;
    border-radius: 5px;
    font-size: 16px; }
    .botao.verde:hover, .botao.verde.ativo {
      background-color: #fff;
      border: 1px solid #228B12;
      color: #228B12; }

.bloco-input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-style: italic; }

.bloco-input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-style: italic; }

.bloco-input :-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-style: italic; }

.bloco-input :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-style: italic; }

.bloco-input.mb {
  margin-bottom: 45px; }

.bloco-input.centraliza {
  text-align: center; }

.bloco-input label {
  display: block;
  font-weight: 500; }
  .bloco-input label.mb5 {
    margin-bottom: 5px; }

.bloco-input input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #228B12;
  height: 32px;
  line-height: 32px;
  background-color: transparent;
  font-family: 'proxima-nova', sans-serif;
  font-size: 14px; }

.bloco-input textarea {
  width: 100%;
  border: 1px solid #228B12;
  padding: 5px;
  line-height: 1.5;
  font-family: 'proxima-nova', sans-serif;
  height: 200px;
  font-size: 14px; }

.bloco-input.busca {
  position: relative; }
  .bloco-input.busca i {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #228B12;
    cursor: pointer; }

.bloco-input button {
  background-color: transparent;
  text-transform: uppercase;
  border: none;
  color: #228B12;
  border-bottom: 3px solid #228B12;
  padding: 0;
  padding-bottom: 5px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
  .bloco-input button:hover {
    padding-bottom: 1px;
    margin-bottom: 4px; }

.publicacoes-bloco {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px; }
  .publicacoes-bloco .publicacao-card {
    width: 31.33333%;
    margin: 0 1%;
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      .publicacoes-bloco .publicacao-card {
        width: 100%;
        margin-bottom: 20px; } }

.publicacao-card {
  padding: 15px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .publicacao-card__main {
    display: block; }
    .publicacao-card__main:before {
      display: none; }
  .publicacao-card__categoria {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #999; }
  .publicacao-card__titulo {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: bold; }
  .publicacao-card__meta {
    border-top: 1px solid #228B12;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .publicacao-card__meta .download {
      color: #999;
      font-size: 20px; }
      .publicacao-card__meta .download:before {
        display: none; }
      .publicacao-card__meta .download:hover {
        color: #228B12; }
      .publicacao-card__meta .download img {
        width: 24px;
        display: block; }

.resultados-busca {
  padding-top: 120px;
  padding-bottom: 100px; }
  .resultados-busca .bloco-busca {
    width: 66.16667%;
    position: relative; }
    .resultados-busca .bloco-busca input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      border: none;
      border-bottom: 1px solid #228B12;
      padding-left: 10px; }
    .resultados-busca .bloco-busca button {
      cursor: pointer;
      color: #228B12;
      font-size: 20px;
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      background-color: transparent;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .resultados-busca .resultados-conteudo {
    padding-top: 25px; }
    .resultados-busca .resultados-conteudo h3 {
      font-size: 20px;
      margin-bottom: 25px; }
    .resultados-busca .resultados-conteudo .item-busca {
      margin-bottom: 10px;
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 10px; }
      .resultados-busca .resultados-conteudo .item-busca h2 a {
        display: block;
        font-size: 20px;
        font-weight: 300; }
        .resultados-busca .resultados-conteudo .item-busca h2 a:before {
          display: none; }
      .resultados-busca .resultados-conteudo .item-busca h2 span {
        display: block;
        font-size: 14px;
        color: #a2a2a2; }

.fundo-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: -1;
  visibility: hidden; }
  .fundo-modal.ativo {
    z-index: 10000;
    opacity: 1;
    visibility: visible; }
  .fundo-modal ::-webkit-scrollbar {
    width: 12px; }
  .fundo-modal ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px; }
  .fundo-modal ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.3); }

.noeventos {
  width: 100%;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed #cdcdcd;
  font-weight: bold;
  color: #cdcdcd;
  font-size: 24px; }

.modal {
  width: 98%;
  max-width: 720px;
  height: 90%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  padding: 0px; }
  .modal .smcx-embed {
    height: 100%;
    max-width: 100%; }
    .modal .smcx-embed .smcx-iframe-container {
      height: 100%;
      max-width: 100%; }
  .modal.modal-busca {
    max-width: 400px; }
    .modal.modal-busca h2 {
      font-weight: bold;
      font-size: 25px;
      color: #228B12; }
  .modal--fechar {
    position: absolute;
    top: -26px;
    right: 0px;
    font-size: 12px;
    color: #228B12;
    background-color: #fff;
    padding: 4px 10px;
    background-color: #228B12;
    color: #fff; }
    .modal--fechar span {
      display: block;
      line-height: 1;
      position: relative;
      left: 1px; }

.linha-realizacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }

.reguas-logos {
  display: inline-block;
  width: auto;
  margin-bottom: 25px; }
  .reguas-logos label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .reguas-logos .regua {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .reguas-logos .regua.reaz {
      padding-top: 15px; }
    .reguas-logos .regua img {
      max-width: 180px;
      max-height: 70px;
      margin-right: 40px; }
      @media screen and (max-width: 600px) {
        .reguas-logos .regua img {
          margin-bottom: 20px; } }

.recom-botao-outras {
  margin-top: 30px;
  text-align: right;
  padding-right: 1%; }



  /* NOVOS CSS */
.home-numeros {
    background-color: #ee9;
}
 html p {
    color: #444;
}
.capaThumb img {
  width: 100%;
}
.fa-caret-right {
  font: normal normal normal 14px/1 FontAwesome;
  color: #228B12;
}
.home-numeros .sec-titulo {
  color: #666 !important;
}
.numeros__item {
  color: #444;
}
.home-newsletter p {
  color: #fff;
}
.introducao p {
  /*color: #fff;*/
}
.section.sobre-premissas p {
  color: #fff;
}
.btnMais {
  background: #228B12;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 15px;
  color: #fff;
}
.home-intro-capa.iniciativas p {
  color: #fff;
}

.estrategia {
  border: 0px solid #ccc;
  float: left;
  width: 25%;
  text-align: center;

}
.estrategias {
  display: table;
  border: 0px solid;
  width: 100%;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
}
.estrategia img {
  max-width: 80px;
  height: auto;
}


.papel {
  display: table;
  border: 0px solid;
  width: 100%;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #222;
}

.lsd {
  border: 0px solid #ccc;
  float: left;
  width: 33%;
  text-align: left;
  padding: 14px;
}
.lsd img {
  max-width: 80px;
  height: auto;
}