@charset "UTF-8";
/*
#0a5540 vira #3e9aa5
#aebd1c vira #dfb11d
#0e312b vira #1f3c3a
*/
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: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  color: #1f3c3a;
  background-color: #fff; }

html {
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    html {
      overflow-x: hidden; } }

body {
  overflow-y: auto;
  overflow-x: hidden; }

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

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: none; }

.section {
  width: 100%;
  height: auto;
  overflow: visible; }
  .section.telacheia {
    width: 100%;
    height: 100vh; }
  .section .container {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px; }
    @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; }

.layout-flex {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .layout-flex.ais {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .layout-flex.aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-flex.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .layout-flex.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-flex.jcsa {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-flex.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .layout-flex.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-flex .bloco-imagem img {
    width: 100%;
    display: block; }
  .layout-flex .full {
    width: 100% !important; }
  .layout-flex .taj {
    text-align: justify; }
  .layout-flex .tac {
    text-align: center; }

.coluna-1 {
  width: 6.04167%; }
  @media screen and (max-width: 600px) {
    .coluna-1 {
      width: 100%; } }

.coluna-2 {
  width: 14.58333%; }
  @media screen and (max-width: 600px) {
    .coluna-2 {
      width: 100%; } }

.coluna-3 {
  width: 23.125%; }
  @media screen and (max-width: 600px) {
    .coluna-3 {
      width: 100%; } }

.coluna-4 {
  width: 31.66667%; }
  @media screen and (max-width: 600px) {
    .coluna-4 {
      width: 100%; } }

.coluna-5 {
  width: 40.20833%; }
  @media screen and (max-width: 600px) {
    .coluna-5 {
      width: 100%; } }

.coluna-6 {
  width: 48.75%; }
  @media screen and (max-width: 600px) {
    .coluna-6 {
      width: 100%; } }

.coluna-7 {
  width: 57.29167%; }
  @media screen and (max-width: 600px) {
    .coluna-7 {
      width: 100%; } }

.coluna-8 {
  width: 65.83333%; }
  @media screen and (max-width: 600px) {
    .coluna-8 {
      width: 100%; } }

.coluna-9 {
  width: 74.375%; }
  @media screen and (max-width: 600px) {
    .coluna-9 {
      width: 100%; } }

.coluna-10 {
  width: 82.91667%; }
  @media screen and (max-width: 600px) {
    .coluna-10 {
      width: 100%; } }

.coluna-11 {
  width: 91.45833%; }
  @media screen and (max-width: 600px) {
    .coluna-11 {
      width: 100%; } }

.coluna-12 {
  width: 100%; }
  @media screen and (max-width: 600px) {
    .coluna-12 {
      width: 100%; } }

.xpadleft-1 {
  padding-left: 6.04167%; }

.xpadright-1 {
  padding-right: 6.04167%; }

.xpadleft-2 {
  padding-left: 14.58333%; }

.xpadright-2 {
  padding-right: 14.58333%; }

.xpadleft-3 {
  padding-left: 23.125%; }

.xpadright-3 {
  padding-right: 23.125%; }

.xpadleft-4 {
  padding-left: 31.66667%; }

.xpadright-4 {
  padding-right: 31.66667%; }

.xpadleft-5 {
  padding-left: 40.20833%; }

.xpadright-5 {
  padding-right: 40.20833%; }

.xpadleft-6 {
  padding-left: 48.75%; }

.xpadright-6 {
  padding-right: 48.75%; }

.xpadleft-7 {
  padding-left: 57.29167%; }

.xpadright-7 {
  padding-right: 57.29167%; }

.xpadleft-8 {
  padding-left: 65.83333%; }

.xpadright-8 {
  padding-right: 65.83333%; }

.xpadleft-9 {
  padding-left: 74.375%; }

.xpadright-9 {
  padding-right: 74.375%; }

.xpadleft-10 {
  padding-left: 82.91667%; }

.xpadright-10 {
  padding-right: 82.91667%; }

.xpadleft-11 {
  padding-left: 91.45833%; }

.xpadright-11 {
  padding-right: 91.45833%; }

.xpadleft-12 {
  padding-left: 100%; }

.xpadright-12 {
  padding-right: 100%; }

.margleft-1 {
  margin-left: 6.04167%; }

.margright-1 {
  margin-right: 6.04167%; }

.margleft-2 {
  margin-left: 14.58333%; }

.margright-2 {
  margin-right: 14.58333%; }

.margleft-3 {
  margin-left: 23.125%; }

.margright-3 {
  margin-right: 23.125%; }

.margleft-4 {
  margin-left: 31.66667%; }

.margright-4 {
  margin-right: 31.66667%; }

.margleft-5 {
  margin-left: 40.20833%; }

.margright-5 {
  margin-right: 40.20833%; }

.margleft-6 {
  margin-left: 48.75%; }

.margright-6 {
  margin-right: 48.75%; }

.margleft-7 {
  margin-left: 57.29167%; }

.margright-7 {
  margin-right: 57.29167%; }

.margleft-8 {
  margin-left: 65.83333%; }

.margright-8 {
  margin-right: 65.83333%; }

.margleft-9 {
  margin-left: 74.375%; }

.margright-9 {
  margin-right: 74.375%; }

.margleft-10 {
  margin-left: 82.91667%; }

.margright-10 {
  margin-right: 82.91667%; }

.margleft-11 {
  margin-left: 91.45833%; }

.margright-11 {
  margin-right: 91.45833%; }

.margleft-12 {
  margin-left: 100%; }

.margright-12 {
  margin-right: 100%; }

.mb15 {
  margin-bottom: 15px; }
  @media screen and (max-width: 600px) {
    .mb15 {
      margin-bottom: 8px; } }

.mb25 {
  margin-bottom: 25px; }
  @media screen and (max-width: 600px) {
    .mb25 {
      margin-bottom: 15px; } }

.mb50 {
  margin-bottom: 50px; }
  @media screen and (max-width: 600px) {
    .mb50 {
      margin-bottom: 25px; } }

.mb75 {
  margin-bottom: 75px; }
  @media screen and (max-width: 600px) {
    .mb75 {
      margin-bottom: 40px; } }

.mt15 {
  margin-top: 15px; }

.mt25 {
  margin-top: 25px; }

.mt50 {
  margin-top: 50px; }

.mt75 {
  margin-top: 75px; }

.config-texto {
  font-size: 14px;
  line-height: 1.7; }
  @media screen and (max-width: 600px) {
    .config-texto {
      font-size: 14px;
      line-height: 1.5; } }
  .config-texto.maior, .contato-base .item-submit input.config-texto[type="submit"] {
    font-size: 18px; }
  .config-texto p {
    margin-bottom: 1em; }
  .config-texto a {
    font-weight: bold;
    color: #dfb11d; }
    .config-texto a:hover {
      text-decoration: underline; }
  .config-texto .subdest {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 15px; }
  .config-texto ul {
    margin-top: 10px;
    list-style-type: disc;
    padding-left: 15px; }
    .config-texto ul li {
      margin-bottom: 5px; }
  .config-texto img {
    max-width: 100% !important;
    height: auto; }
  .config-texto .post-galeria {
    list-style-type: none; }
  .config-texto.verde {
    color: #1f3c3a; }

.section-header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  padding: 30px 0;
  z-index: 100; }
  @media screen and (min-width: 600px) {
    .section-header.inside {
      color: #fff; } }
  .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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .section-header .header-logo {
    display: block; }
    .section-header .header-logo img {
      display: block;
      height: 45px; }
  .section-header .header-logo-resp {
    display: none; }
    .section-header .header-logo-resp img {
      display: block;
      height: 45px; }
  .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;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif; }
    .section-header .header-menu li {
      padding: 5px 0;
      margin-left: 40px;
      position: relative; }
    .section-header .header-menu strong {
      color: #dfb11d;
      font-weight: bold; }
    .section-header .header-menu .ativo {
      color: #dfb11d !important; }
    .section-header .header-menu .bandeira {
      margin-left: 10px; }
      .section-header .header-menu .bandeira.corr {
        margin-left: 20px; }
      .section-header .header-menu .bandeira a {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        background-size: cover;
        background-position: center;
        border-radius: 1000px; }
    .section-header .header-menu .submenu {
      display: none;
      padding: 10px;
      background-color: #3e9aa5;
      position: absolute;
      top: 100%;
      left: 0;
      -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);
      width: auto;
      text-align: left;
      font-size: 11px;
      text-transform: none;
      font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 600px) {
        .section-header .header-menu .submenu {
          display: block;
          padding: 0;
          position: relative;
          top: 0;
          left: 0;
          -webkit-box-shadow: none;
          box-shadow: none; } }
      .section-header .header-menu .submenu li {
        margin-left: 0;
        white-space: nowrap;
        color: #fff; }
        @media screen and (max-width: 600px) {
          .section-header .header-menu .submenu li {
            margin-bottom: 5px; } }
        .section-header .header-menu .submenu li li:hover {
          color: #dfb11d; }
        .section-header .header-menu .submenu li .ativo {
          color: #dfb11d !important; }
    .section-header .header-menu > li:hover {
      color: #dfb11d; }
      .section-header .header-menu > li:hover .submenu {
        display: block; }
      .section-header .header-menu > li:hover li:hover {
        color: #dfb11d; }
  .section-header .header-burger {
    display: none;
    font-size: 24px;
    line-height: 1; }
  @media screen and (max-width: 600px) {
    .section-header {
      padding: 20px 10px;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #fff;
      min-height: 0;
      overflow: auto;
      max-height: 100vh; }
      .section-header .container {
        padding-left: 10px;
        padding-right: 10px; }
      .section-header .header-logo {
        display: none; }
      .section-header .header-logo-resp {
        display: block; }
      .section-header .header-logo-resp img {
        max-height: 36px; }
      .section-header .header-esquerda {
        display: none; }
      .section-header .header-burger {
        display: block; }
      .section-header.ativo {
        width: 100%;
        min-height: 100%;
        background-color: #1f3c3a;
        color: #dfb11d;
        z-index: 1000; }
        .section-header.ativo .header-logo-resp img {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }
        .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: 10px; } }

.home-destaques {
  padding-top: 110px;
  position: relative; }
  .home-destaques .slides-destaques {
    position: relative; }
  .home-destaques .a-prev {
    background-color: transparent;
    border: none;
    width: 54px;
    height: 54px;
    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: 40px;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    left: 20px;
    cursor: pointer;
    z-index: 150;
    outline: none !important; }
    @media screen and (max-width: 600px) {
      .home-destaques .a-prev {
        font-size: 30px;
        left: -10px;
        margin-top: 0; } }
    .home-destaques .a-prev i {
      position: relative;
      right: 2px;
      line-height: 1; }
  .home-destaques .a-next {
    background-color: transparent;
    border: none;
    width: 54px;
    height: 54px;
    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: 40px;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    right: 20px;
    cursor: pointer;
    z-index: 150;
    outline: none !important; }
    @media screen and (max-width: 600px) {
      .home-destaques .a-next {
        font-size: 30px;
        right: -10px;
        margin-top: 0; } }
    .home-destaques .a-next i {
      position: relative;
      line-height: 1; }
  .home-destaques .slick-disabled {
    opacity: 0.1; }
  .home-destaques .slick-dots {
    width: 100%;
    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;
    position: relative;
    top: -30px; }
    .home-destaques .slick-dots li {
      margin: 0 5px;
      text-indent: -99999px;
      width: 14px;
      height: 14px;
      border-radius: 20px;
      border: 2px solid #fff;
      background-color: transparent;
      cursor: pointer; }
      .home-destaques .slick-dots li.slick-active {
        background-color: #fff; }

.slide-destaque {
  display: block;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 600px) {
    .slide-destaque {
      height: 65vh !important; } }
  .slide-destaque .topo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: url("../img/trama-capa@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.2;
    z-index: 110; }
  .slide-destaque img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 100; }
    @media screen and (max-width: 600px) {
      .slide-destaque img {
        position: absolute;
        bottom: 0;
        left: 0; } }
  .slide-destaque .inside-destaque {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    text-align: center;
    color: #fff;
    padding-top: 40px; }
    .slide-destaque .inside-destaque .titulo-sec {
      margin-bottom: 10px;
      font-size: 36px; }
      @media screen and (max-width: 600px) {
        .slide-destaque .inside-destaque .titulo-sec {
          font-size: 24px;
          max-width: 90%;
          margin: 0 auto;
          margin-bottom: 10px; } }
      .slide-destaque .inside-destaque .titulo-sec:before {
        display: none; }
    .slide-destaque .inside-destaque h2 {
      font-size: 20px;
      max-width: 600px;
      margin: 0 auto;
      margin-bottom: 25px; }
      @media screen and (max-width: 600px) {
        .slide-destaque .inside-destaque h2 {
          font-size: 16px;
          max-width: 90%;
          margin: 0 auto;
          margin-bottom: 25px; } }

.home-capa {
  width: 100%;
  height: 100vh;
  background-image: url("../img/trama-capa@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media screen and (max-width: 600px) {
    .home-capa {
      height: auto;
      padding-top: 25px; } }
  .home-capa .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 600px) {
      .home-capa .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .home-capa .container.nossos {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
  .home-capa h1 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
    text-transform: uppercase;
    font-size: 52px;
    position: relative;
    letter-spacing: 1.5px; }
    @media screen and (max-width: 600px) {
      .home-capa h1 {
        font-size: 32px;
        margin-top: 100px; } }
    .home-capa h1::before {
      content: "";
      display: block;
      width: 40px;
      height: 8px;
      border-radius: 20px;
      background-color: #dfb11d;
      position: absolute;
      top: -20px;
      left: 50%;
      margin-left: -25px; }
  .home-capa .lista-pilares {
    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;
    width: 100%; }
    @media screen and (max-width: 600px) {
      .home-capa .lista-pilares {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .home-capa .item-pilar {
    width: 26.66667%;
    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-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    @media screen and (max-width: 600px) {
      .home-capa .item-pilar {
        width: 80%;
        margin-bottom: 60px; } }
    .home-capa .item-pilar .fundo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 10;
      animation: 90s linear 0s infinite reverse both rodando; }
    .home-capa .item-pilar h2 {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 100%;
      margin-top: -30px;
      left: 0;
      z-index: 20;
      font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold; }
      .home-capa .item-pilar h2 br {
        display: none; }
    .home-capa .item-pilar img {
      width: 100%;
      display: block;
      position: relative;
      z-index: 20; }
    .home-capa .item-pilar .mascara {
      display: block;
      position: relative;
      z-index: 20;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center;
      -webkit-mask-image: url("../img/pilar-mascara@2x.png");
      mask-image: url("../img/pilar-mascara@2x.png");
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat; }
    .home-capa .item-pilar:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .home-capa .frase-destaque {
    text-align: center;
    margin-top: 90px;
    font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
    color: #dfb11d;
    font-weight: 700;
    font-size: 20px; }
    @media screen and (max-width: 600px) {
      .home-capa .frase-destaque {
        font-size: 18px;
        margin-bottom: 25px; }
        .home-capa .frase-destaque br {
          display: none; } }

.home-video {
  background-color: #1f3c3a;
  width: 100%;
  height: 36.5vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 600px) {
    .home-video {
      height: 140vw; } }
  .home-video .container-fullw {
    width: 100%;
    height: 100%;
    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; }
  .home-video .video-play {
    width: 23.125%;
    height: 0;
    padding-bottom: 23.125%;
    position: relative; }
    @media screen and (max-width: 600px) {
      .home-video .video-play {
        width: 60%;
        padding-bottom: 60%; } }
    .home-video .video-play .inside-v {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      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;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      .home-video .video-play .inside-v img {
        display: block;
        width: 100px;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s; }
    .home-video .video-play .anim-v {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      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;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      animation: 120s linear 0s infinite reverse both rodando; }
      .home-video .video-play .anim-v img {
        display: block;
        width: 100%;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; }
    .home-video .video-play:hover .inside-v img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  .home-video .logo-redux {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 90px; }
    @media screen and (max-width: 600px) {
      .home-video .logo-redux {
        bottom: 25px;
        right: 25px;
        width: 45px; } }

.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: 1000;
    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); }

.modal {
  width: 98%;
  max-width: 1000px;
  max-height: 100%;
  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; }
  .modal--fechar {
    position: absolute;
    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;
    z-index: 100;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    font-size: 18px;
    color: #fff;
    background-color: #1f3c3a;
    cursor: pointer; }
    .modal--fechar span {
      display: block;
      line-height: 1;
      position: relative;
      left: 1px; }
  .modal img {
    width: 100%;
    display: block; }
  .modal.modal-parceiro {
    max-width: 700px; }

.modal-parceiro {
  padding: 30px;
  border-radius: 15px; }
  .modal-parceiro .logo {
    width: 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;
    margin-top: 15px;
    margin-bottom: 30px; }
    .modal-parceiro .logo img {
      display: block;
      height: 60px;
      width: auto; }
  .modal-parceiro .link {
    display: block;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px; }
  .modal-parceiro .conteudo {
    border-top: 1px solid #1f3c3a;
    padding-top: 30px;
    font-size: 14px; }
    .modal-parceiro .conteudo.config-texto {
      color: #707070; }
    .modal-parceiro .conteudo h1, .modal-parceiro .conteudo h2, .modal-parceiro .conteudo h3, .modal-parceiro .conteudo h4, .modal-parceiro .conteudo h5 {
      margin-bottom: 10px;
      color: #1f3c3a;
      font-weight: bold; }
    .modal-parceiro .conteudo h1 {
      font-size: 18px; }
    .modal-parceiro .conteudo h2 {
      font-size: 18px; }
    .modal-parceiro .conteudo h3 {
      font-size: 18px; }
    .modal-parceiro .conteudo h4 {
      font-size: 18px;
      font-weight: bold; }
    .modal-parceiro .conteudo h5 {
      font-size: 18px; }
    .modal-parceiro .conteudo h6 {
      font-size: 18px; }

.modal-conteudo {
  background-color: #fff; }

@-webkit-keyframes rodando {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rodando {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fundo-grid {
  background-image: url("../img/trama-home@2x.png");
  background-size: cover;
  background-position: center center; }

.home-mapa {
  padding: 75px 0; }

.titulo-sec {
  font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.7;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative; }
  @media screen and (max-width: 600px) {
    .titulo-sec {
      font-size: 22px;
      line-height: 1.5; } }
  .titulo-sec:before {
    content: "";
    display: block;
    width: 32px;
    height: 8px;
    border-radius: 20px;
    background-color: #dfb11d;
    position: absolute;
    top: -30px;
    left: 0; }
  .titulo-sec.destaque {
    font-size: 42px; }
    @media screen and (max-width: 600px) {
      .titulo-sec.destaque {
        font-size: 30px; } }
  .titulo-sec.centralizado {
    text-align: center; }
    .titulo-sec.centralizado:before {
      top: -20px;
      left: 50%;
      height: 8px;
      width: 32px;
      margin-left: -20px; }
  .titulo-sec.verdark:before {
    background-color: #1f3c3a; }

.home-artigos {
  padding-bottom: 150px;
  -webkit-perspective: 100px;
  perspective: 100px; }
  @media screen and (max-width: 600px) {
    .home-artigos {
      padding-bottom: 50px; } }

.card-impacto {
  display: block;
  width: 28.66667%;
  margin-right: 5.99%;
  border-radius: 30px;
  background-color: #1f3c3a;
  -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);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  @media screen and (max-width: 600px) {
    .card-impacto {
      width: 100%;
      margin-bottom: 50px; } }
  .card-impacto:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  .card-impacto:nth-child(3) {
    margin-right: 0; }
  .card-impacto .capa {
    width: 100%;
    height: 0;
    padding-bottom: 85%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    @media screen and (max-width: 600px) {
      .card-impacto .capa {
        padding-bottom: 80%; } }
    .card-impacto .capa:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(#28b9a2), to(#b3d357));
      background: -webkit-linear-gradient(left, #28b9a2 0%, #b3d357 100%);
      background: -o-linear-gradient(left, #28b9a2 0%, #b3d357 100%);
      background: linear-gradient(90deg, #28b9a2 0%, #b3d357 100%);
      opacity: 0.34; }
    .card-impacto .capa:after {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(70%, #3e9aa5));
      background: -webkit-linear-gradient(left, #fff 0%, #3e9aa5 70%);
      background: -o-linear-gradient(left, #fff 0%, #3e9aa5 70%);
      background: linear-gradient(90deg, #fff 0%, #3e9aa5 70%);
      opacity: 1; }
  .card-impacto .titulo {
    background-color: #1f3c3a;
    color: #3e9aa5;
    padding: 40px;
    font-size: 19px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    line-height: 1.6;
    position: relative; }
    @media screen and (max-width: 600px) {
      .card-impacto .titulo {
        padding: 30px; } }
    .card-impacto .titulo h3 {
      position: relative;
      margin-top: 15px;
      font-weight: 300; }
      .card-impacto .titulo h3::before {
        content: "";
        display: block;
        width: 30px;
        height: 4px;
        border-radius: 20px;
        background-color: #dfb11d;
        position: absolute;
        top: -20px;
        left: 0; }

.footer {
  background-color: #1f3c3a;
  color: #fff;
  padding: 50px 0; }
  .footer .sociais {
    margin-bottom: 10px; }
    .footer .sociais li {
      display: inline-block;
      margin-right: 8px;
      color: #dfb11d;
      font-size: 18px; }
  .footer .col-esq {
    font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    text-transform: uppercase;
    font-size: 13px; }
    .footer .col-esq strong {
      font-size: 15px;
      padding-bottom: 5px;
      display: inline-block; }
  .footer .mapa {
    text-align: right;
    line-height: 1.9;
    font-size: 13px; }
    @media screen and (max-width: 600px) {
      .footer .mapa {
        text-align: left;
        margin-top: 20px; } }
    .footer .mapa li:first-of-type {
      color: #dfb11d; }

.secao-capa {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 80px;
  background-color: #1f3c3a; }
  @media screen and (max-width: 600px) {
    .secao-capa {
      height: auto;
      padding-top: 120px;
      padding-bottom: 50px;
      background-attachment: scroll; } }
  .secao-capa.menor {
    height: 80vh; }
    @media screen and (max-width: 600px) {
      .secao-capa.menor {
        height: auto; } }
  .secao-capa.menorzim {
    height: 50vh; }
    @media screen and (max-width: 600px) {
      .secao-capa.menorzim {
        height: auto; } }
  .secao-capa.cinza {
    background-color: #424143; }
  .secao-capa .container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: justify; }
  .secao-capa.flexivel {
    height: auto;
    min-height: 100vh;
    padding: 200px 0;
    position: relative;
    padding-bottom: 100px; }
    .secao-capa.flexivel::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.25);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    .secao-capa.flexivel .container {
      height: auto;
      position: relative;
      z-index: 20; }
  .secao-capa h1 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
    text-transform: uppercase;
    font-size: 52px;
    position: relative;
    letter-spacing: 1.5px; }
    @media screen and (max-width: 600px) {
      .secao-capa h1 {
        font-size: 32px; } }
    .secao-capa h1::before {
      content: "";
      display: block;
      width: 40px;
      height: 8px;
      border-radius: 20px;
      background-color: #dfb11d;
      position: absolute;
      top: -20px;
      left: 50%;
      margin-left: -25px; }
  .secao-capa p {
    margin-bottom: 1.5em; }
  .secao-capa.plano-covid {
    height: auto;
    min-height: 100vh;
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .secao-capa.plano-covid {
        min-height: 0;
        padding-top: 150px; } }
    .secao-capa.plano-covid .container {
      position: relative;
      z-index: 100; }
      @media screen and (max-width: 600px) {
        .secao-capa.plano-covid .container {
          padding: 0 20px; } }
    .secao-capa.plano-covid h1 {
      font-size: 48px; }
      @media screen and (max-width: 600px) {
        .secao-capa.plano-covid h1 {
          font-size: 28px; } }
    .secao-capa.plano-covid p {
      font-size: 18px;
      line-height: 1.5;
      max-width: 640px;
      margin: 0 auto;
      margin-bottom: 50px; }
      @media screen and (max-width: 600px) {
        .secao-capa.plano-covid p {
          font-size: 14px; } }
    .secao-capa.plano-covid .centraliza {
      text-align: center; }
      .secao-capa.plano-covid .centraliza strong {
        display: block; }
    .secao-capa.plano-covid .covid-nav {
      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: 100px; }
      @media screen and (max-width: 600px) {
        .secao-capa.plano-covid .covid-nav {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-top: 0px; } }
      .secao-capa.plano-covid .covid-nav a {
        display: inline-block;
        background-color: #0E312C;
        padding: 10px 20px;
        border-radius: 30px;
        color: #3e9aa5;
        text-transform: uppercase;
        font-size: 13px; }
        @media screen and (max-width: 600px) {
          .secao-capa.plano-covid .covid-nav a {
            margin-bottom: 10px; } }
  .secao-capa.covid-vamoschegar .container {
    position: relative;
    z-index: 100; }
  .secao-capa.covid-vamoschegar h1 {
    font-size: 60px; }
    @media screen and (max-width: 600px) {
      .secao-capa.covid-vamoschegar h1 {
        font-size: 28px; } }
  .secao-capa.covid-vamoschegar h3 {
    text-align: center;
    color: #fff;
    font-size: 28px; }
    @media screen and (max-width: 600px) {
      .secao-capa.covid-vamoschegar h3 {
        font-size: 18px; } }
  .secao-capa.capa-noticia h1 {
    text-align: left;
    font-size: 36px;
    text-transform: none;
    font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif; }
    @media screen and (max-width: 600px) {
      .secao-capa.capa-noticia h1 {
        font-size: 28px; } }
    .secao-capa.capa-noticia h1:before {
      left: 0;
      margin-left: 0; }
  .secao-capa.historias-impacto .container {
    position: relative; }
  .secao-capa.historias-impacto .grafismo1 {
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 74.375%;
    background-image: url("../img/grafismo-blog-1@2x.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top; }
    @media screen and (max-width: 600px) {
      .secao-capa.historias-impacto .grafismo1 {
        display: none; } }
  .secao-capa.parcerias {
    background-color: #3e9aa5; }
    .secao-capa.parcerias .container {
      position: relative; }
    .secao-capa.parcerias .grafismo1 {
      width: 100%;
      height: 60%;
      position: absolute;
      bottom: 0;
      right: 74.375%;
      background-image: url("../img/grafismo-blog-1@2x.png");
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: right top; }
      @media screen and (max-width: 600px) {
        .secao-capa.parcerias .grafismo1 {
          display: none; } }
  .secao-capa.mascara {
    position: relative;
    height: 28vw; }
    .secao-capa.mascara:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(31, 60, 58, 0.9);
      position: absolute;
      top: 0;
      left: 0; }

.quem-estrategia {
  padding: 75px 0; }

.botao, .contato-base .item-submit input[type="submit"], .col-form .flex-newsletter .mc-submit input, .loginbox #loginform input[type="submit"] {
  display: inline-block;
  width: auto;
  font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  background-color: #1f3c3a;
  height: 30px;
  line-height: 32px;
  padding: 0 20px;
  border-radius: 20px;
  color: #000; }
  .botao.gradiente1, .contato-base .item-submit input.gradiente1[type="submit"], .col-form .flex-newsletter .mc-submit input.gradiente1, .loginbox #loginform input.gradiente1[type="submit"] {
    background-color: #1f3c3a;
    color: #fff; }
  .botao.titulo, .contato-base .item-submit input.titulo[type="submit"], .col-form .flex-newsletter .mc-submit input.titulo, .loginbox #loginform input.titulo[type="submit"] {
    font-size: 14px;
    height: 32px;
    line-height: 36px;
    min-width: 190px;
    text-align: center; }
  .botao.solucoes, .contato-base .item-submit input.solucoes[type="submit"], .col-form .flex-newsletter .mc-submit input.solucoes, .loginbox #loginform input.solucoes[type="submit"] {
    width: 100%;
    height: auto;
    line-height: 1.4;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 20px;
    white-space: normal;
    background-color: #dfb11d;
    color: #fff; }
    .botao.solucoes:hover, .contato-base .item-submit input.solucoes:hover[type="submit"], .col-form .flex-newsletter .mc-submit input.solucoes:hover, .loginbox #loginform input.solucoes:hover[type="submit"] {
      background-color: #b28d17; }
    .botao.solucoes.sol2, .contato-base .item-submit input.solucoes.sol2[type="submit"], .col-form .flex-newsletter .mc-submit input.solucoes.sol2, .loginbox #loginform input.solucoes.sol2[type="submit"] {
      background-color: #1f3c3a; }
      .botao.solucoes.sol2:hover, .contato-base .item-submit input.solucoes.sol2:hover[type="submit"], .col-form .flex-newsletter .mc-submit input.solucoes.sol2:hover, .loginbox #loginform input.solucoes.sol2:hover[type="submit"] {
        background-color: #0e1a19; }
  .botao.destaque, .contato-base .item-submit input.destaque[type="submit"], .col-form .flex-newsletter .mc-submit input.destaque, .loginbox #loginform input.destaque[type="submit"] {
    font-size: 14px;
    height: 40px;
    line-height: 42px;
    color: #dfb11d;
    -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); }
  .botao.maior, .contato-base .item-submit input[type="submit"], .col-form .flex-newsletter .mc-submit input.maior, .loginbox #loginform input.maior[type="submit"], .loginbox #loginform .contato-base .item-submit input[type="submit"], .contato-base .item-submit .loginbox #loginform input[type="submit"] {
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    padding: 0 60px;
    color: #fff;
    font-size: 14px; }
    .botao.maior:hover, .contato-base .item-submit input:hover[type="submit"], .col-form .flex-newsletter .mc-submit input.maior:hover, .loginbox #loginform input.maior:hover[type="submit"], .loginbox #loginform .contato-base .item-submit input:hover[type="submit"], .contato-base .item-submit .loginbox #loginform input:hover[type="submit"] {
      background-color: #162b2a; }
  .botao.branco, .contato-base .item-submit input.branco[type="submit"], .col-form .flex-newsletter .mc-submit input.branco, .loginbox #loginform input.branco[type="submit"] {
    color: #fff; }
  .botao.arquivo, .contato-base .item-submit input.arquivo[type="submit"], .col-form .flex-newsletter .mc-submit input.arquivo, .loginbox #loginform input[type="submit"] {
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    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;
    font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
    text-transform: none;
    font-weight: bold; }
    .botao.arquivo img, .contato-base .item-submit input.arquivo[type="submit"] img, .col-form .flex-newsletter .mc-submit input.arquivo img, .loginbox #loginform input[type="submit"] img {
      height: 16px;
      display: block;
      margin-left: 8px; }
    .botao.arquivo:hover, .contato-base .item-submit input.arquivo:hover[type="submit"], .col-form .flex-newsletter .mc-submit input.arquivo:hover, .loginbox #loginform input:hover[type="submit"] {
      background-color: #162b2a; }
  .botao.noticia, .contato-base .item-submit input.noticia[type="submit"], .col-form .flex-newsletter .mc-submit input.noticia, .loginbox #loginform input.noticia[type="submit"] {
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
    text-transform: none;
    font-weight: bold; }
    .botao.noticia:hover, .contato-base .item-submit input.noticia:hover[type="submit"], .col-form .flex-newsletter .mc-submit input.noticia:hover, .loginbox #loginform input.noticia:hover[type="submit"] {
      background-color: #162b2a; }
  .botao.monitoramento, .contato-base .item-submit input.monitoramento[type="submit"], .col-form .flex-newsletter .mc-submit input.monitoramento, .loginbox #loginform input.monitoramento[type="submit"] {
    height: 60px;
    line-height: 60px;
    border-radius: 12px;
    padding: 0 25px;
    color: #fff;
    font-size: 18px;
    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;
    font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
    text-transform: none;
    font-weight: bold; }
    .botao.monitoramento:hover, .contato-base .item-submit input.monitoramento:hover[type="submit"], .col-form .flex-newsletter .mc-submit input.monitoramento:hover, .loginbox #loginform input.monitoramento:hover[type="submit"] {
      background-color: #162b2a; }

.quem-missao {
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden; }
  .quem-missao .quem-pilares {
    width: 57.29167%;
    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: 0 auto;
    position: relative; }
    @media screen and (max-width: 600px) {
      .quem-missao .quem-pilares {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 92%; } }
    .quem-missao .quem-pilares .ilu1 {
      content: "";
      display: block;
      width: 65.83333%;
      height: 230px;
      background-image: url("../img/missao-arcos-1@2x.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 0px;
      left: 0;
      z-index: 10;
      opacity: 0.2; }
      @media screen and (max-width: 600px) {
        .quem-missao .quem-pilares .ilu1 {
          height: 300px;
          width: 100%;
          left: -100px;
          background-position: top left; } }
    .quem-missao .quem-pilares .ilu2 {
      content: "";
      display: block;
      width: 82.91667%;
      height: 600px;
      background-image: url("../img/missao-arcos-2@2x.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top left;
      position: absolute;
      top: -10px;
      left: 69.83333%;
      z-index: 10;
      opacity: 0.2; }
      @media screen and (max-width: 600px) {
        .quem-missao .quem-pilares .ilu2 {
          display: none; } }
    .quem-missao .quem-pilares .ilu3 {
      content: "";
      display: block;
      width: 65.83333%;
      height: 230px;
      background-image: url("../img/missao-arcos-1@2x.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 100px;
      right: 100%;
      z-index: 10;
      opacity: 0.2; }
      @media screen and (max-width: 600px) {
        .quem-missao .quem-pilares .ilu3 {
          display: none; } }
  .quem-missao .quem-pilar {
    width: 31.66667%;
    text-align: center;
    position: relative;
    z-index: 20; }
    @media screen and (max-width: 600px) {
      .quem-missao .quem-pilar {
        width: 100%;
        margin-bottom: 50px; } }
    .quem-missao .quem-pilar .icone {
      width: 100%;
      height: 200px;
      padding-bottom: 60%;
      background-size: auto 80px;
      background-repeat: no-repeat;
      background-position: center center; }
      @media screen and (max-width: 600px) {
        .quem-missao .quem-pilar .icone {
          height: 0px;
          padding-bottom: 40%; } }
    .quem-missao .quem-pilar h3 {
      font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
      text-transform: uppercase;
      font-size: 22px;
      font-weight: bold;
      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;
      height: 50px;
      margin-bottom: 10px; }
    .quem-missao .quem-pilar p {
      width: 90%;
      text-align: center;
      margin: 0 auto;
      line-height: 1.8;
      font-size: 14px; }
      @media screen and (max-width: 600px) {
        .quem-missao .quem-pilar p {
          width: 100%; } }

.quem-ecossistema {
  width: 100%;
  padding: 75px 0; }
  .quem-ecossistema .titulo-sec {
    margin-bottom: 50px; }

.item-ecossistema {
  width: 27.66667%;
  border: 1px solid #C1C1C1;
  border-radius: 25px;
  padding: 25px;
  padding-left: 75px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  position: relative;
  margin-right: 6%;
  margin-bottom: 50px; }
  .item-ecossistema:nth-child(3) {
    margin-right: 0; }
  @media screen and (max-width: 600px) {
    .item-ecossistema {
      width: 100%;
      margin-right: 0;
      padding-left: 60px; } }
  .item-ecossistema .icone-item {
    width: 100px;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: -50px; }
    @media screen and (max-width: 600px) {
      .item-ecossistema .icone-item {
        width: 75px;
        height: 60px;
        left: -20px; } }

.quem-historia {
  background-color: #3e9aa5;
  color: #fff;
  padding: 75px 0; }
  .quem-historia .historia-infog {
    margin-top: 50px; }
    .quem-historia .historia-infog img {
      display: block;
      width: 100%; }
  .quem-historia .historia-detalhes {
    margin-top: -110px; }
    @media screen and (max-width: 600px) {
      .quem-historia .historia-detalhes {
        margin-top: 0; } }
  .quem-historia .historia-card {
    border: 2px solid #3e9aa5;
    border-radius: 25px;
    padding: 25px;
    font-size: 13px;
    line-height: 1.8; }
    .quem-historia .historia-card i {
      font-size: 18px;
      color: #3e9aa5; }
    .quem-historia .historia-card.card1 {
      margin-left: 50px; }
      @media screen and (max-width: 600px) {
        .quem-historia .historia-card.card1 {
          margin-left: 0;
          margin-bottom: 25px;
          margin-top: 25px; } }
    .quem-historia .historia-card.card2 {
      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;
      position: relative;
      left: -10px; }
      @media screen and (max-width: 600px) {
        .quem-historia .historia-card.card2 {
          left: 0; } }
      .quem-historia .historia-card.card2 i {
        margin-right: 20px;
        margin-top: 5px; }

.quem-desafio {
  background-color: #1f3c3a;
  color: #fff;
  padding: 75px 0; }
  .quem-desafio .card-verde {
    background-color: #1f3c3a;
    font-size: 13px;
    padding: 50px 25px;
    border-radius: 25px;
    line-height: 1.8; }
  .quem-desafio .desafio-mais {
    line-height: 1.8;
    margin-top: 30px; }
    .quem-desafio .desafio-mais h3 {
      margin-top: 20px; }
      .quem-desafio .desafio-mais h3 .botao, .quem-desafio .desafio-mais h3 .contato-base .item-submit input[type="submit"], .contato-base .item-submit .quem-desafio .desafio-mais h3 input[type="submit"], .quem-desafio .desafio-mais h3 .col-form .flex-newsletter .mc-submit input, .col-form .flex-newsletter .mc-submit .quem-desafio .desafio-mais h3 input, .quem-desafio .desafio-mais h3 .loginbox #loginform input[type="submit"], .loginbox #loginform .quem-desafio .desafio-mais h3 input[type="submit"] {
        padding: 0 12px;
        height: 26px;
        margin-left: 5px; }

.desafio-info {
  font-size: 13px; }
  @media screen and (max-width: 600px) {
    .desafio-info {
      margin-top: 25px; } }
  .desafio-info .itens-desafio {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px; }
  .desafio-info .item-desafio {
    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;
    width: 48.75%;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.8; }
    @media screen and (max-width: 600px) {
      .desafio-info .item-desafio {
        width: 100%; } }
    .desafio-info .item-desafio img {
      width: 70px;
      height: auto;
      display: block;
      margin-right: 20px; }

.quem-governanca {
  padding: 75px 0; }
  .quem-governanca .config-texto {
    margin-bottom: 50px; }
  .quem-governanca .card-verde {
    background-color: #1f3c3a;
    color: #fff;
    font-size: 13px;
    padding: 25px 25px;
    border-radius: 25px;
    line-height: 1.8;
    margin-top: 25px; }
    .quem-governanca .card-verde .titulo-card {
      text-align: center;
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 20px; }
      .quem-governanca .card-verde .titulo-card img {
        width: 40px;
        display: inline-block;
        margin-bottom: 1px; }
    .quem-governanca .card-verde p {
      margin-bottom: 1em;
      line-height: 1.5;
      font-size: 12px; }
  .quem-governanca .desafio-mais {
    line-height: 1.8;
    margin-top: 30px; }
    .quem-governanca .desafio-mais h3 {
      margin-top: 20px; }
      .quem-governanca .desafio-mais h3 .botao, .quem-governanca .desafio-mais h3 .contato-base .item-submit input[type="submit"], .contato-base .item-submit .quem-governanca .desafio-mais h3 input[type="submit"], .quem-governanca .desafio-mais h3 .col-form .flex-newsletter .mc-submit input, .col-form .flex-newsletter .mc-submit .quem-governanca .desafio-mais h3 input, .quem-governanca .desafio-mais h3 .loginbox #loginform input[type="submit"], .loginbox #loginform .quem-governanca .desafio-mais h3 input[type="submit"] {
        padding: 0 12px;
        height: 26px;
        margin-left: 5px; }
  .quem-governanca .governanca-equipe {
    text-align: center; }
    @media screen and (max-width: 600px) {
      .quem-governanca .governanca-equipe {
        text-align: left;
        margin-top: 50px; } }
  .quem-governanca .lista-membros {
    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;
    padding-top: 25px;
    margin-bottom: 100px; }
    @media screen and (max-width: 600px) {
      .quem-governanca .lista-membros {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .quem-governanca .single-membro {
    width: 18.5%;
    margin: 0 0.5%;
    font-size: 15px; }
    @media screen and (max-width: 600px) {
      .quem-governanca .single-membro {
        width: 48%;
        font-size: 11px;
        margin-bottom: 50px; } }
    .quem-governanca .single-membro img {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
      @media screen and (max-width: 600px) {
        .quem-governanca .single-membro img {
          width: 80%; } }
    .quem-governanca .single-membro h3 {
      font-weight: bold; }
    .quem-governanca .single-membro h4 {
      line-height: 1;
      min-height: 30px;
      font-size: 13px; }
    .quem-governanca .single-membro.conselho img {
      margin: 0 auto; }
    .quem-governanca .single-membro .linkedin {
      color: #fff;
      background-color: #1f3c3a;
      width: 40px;
      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;
      text-align: center;
      border-radius: 40px;
      font-size: 18px;
      margin: 0 auto; }
      @media screen and (max-width: 600px) {
        .quem-governanca .single-membro .linkedin {
          width: 24px;
          height: 24px;
          font-size: 14px;
          margin: 0;
          margin-top: 10px; } }

.quem-comerciojusto {
  padding: 75px 0;
  background-color: #14B794;
  color: #fff; }
  @media screen and (max-width: 600px) {
    .quem-comerciojusto {
      font-size: 13px; } }
  .quem-comerciojusto .icone-texto {
    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; }
    .quem-comerciojusto .icone-texto img {
      display: block;
      height: 80px;
      margin-right: 20px; }
  .quem-comerciojusto .comercio-graficos {
    text-align: center; }
    .quem-comerciojusto .comercio-graficos .comercio-info {
      width: 100%;
      display: block;
      margin-bottom: 50px; }
      @media screen and (max-width: 600px) {
        .quem-comerciojusto .comercio-graficos .comercio-info {
          margin-top: 25px;
          margin-bottom: 25px; } }
    .quem-comerciojusto .comercio-graficos .botao-icone {
      display: inline-block;
      background-color: #1f3c3a;
      padding: 20px 30px;
      border-radius: 100px;
      color: #fff;
      margin: 0 auto; }
      .quem-comerciojusto .comercio-graficos .botao-icone .botao-icone-flex {
        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; }
      .quem-comerciojusto .comercio-graficos .botao-icone img {
        width: 50px;
        display: block;
        margin-right: 20px; }

.quem-rede {
  padding: 75px 0;
  background-color: #3e9aa5; }
  .quem-rede .titulo-sec {
    color: #fff; }

.lista-rede {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 600px) {
    .lista-rede {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .lista-rede .membro-rede {
    width: 31.66667%;
    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-right: 1.5%;
    margin-bottom: 30px; }
    .lista-rede .membro-rede:nth-child(3) {
      margin-right: 0; }
    @media screen and (max-width: 600px) {
      .lista-rede .membro-rede {
        width: 48%;
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .lista-rede .membro-rede .avatar {
      width: 120px;
      height: 120px;
      background-image: url("../img/membro-rede-fundo@2x.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center 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;
      margin-right: 20px; }
      @media screen and (max-width: 600px) {
        .lista-rede .membro-rede .avatar {
          width: 100px;
          height: 100px; } }
      .lista-rede .membro-rede .avatar .foto {
        width: 90px;
        height: 90px;
        border-radius: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        @media screen and (max-width: 600px) {
          .lista-rede .membro-rede .avatar .foto {
            width: 45px;
            height: 45px; } }
    .lista-rede .membro-rede h3 {
      font-weight: bold; }
    @media screen and (max-width: 600px) {
      .lista-rede .membro-rede h4 {
        display: inline;
        margin-right: 20px; } }
    .lista-rede .membro-rede .linkedin {
      font-size: 18px; }
      @media screen and (max-width: 600px) {
        .lista-rede .membro-rede .linkedin {
          display: inline; } }

.quem-mapa {
  width: 100%;
  height: 80vh;
  background-image: url("../img/mapa-conexsus.png");
  background-size: auto 100%;
  background-position: center center; }
  @media screen and (max-width: 600px) {
    .quem-mapa {
      background-image: url("../img/mapa-conexsus-resp.png") !important;
      background-size: 100% auto;
      background-position: top center;
      background-repeat: no-repeat; } }
  .quem-mapa .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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .quem-mapa .container {
        padding-bottom: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 50px; } }
    .quem-mapa .container .bloco-contato {
      margin-top: 100px; }
  .quem-mapa .item-contato {
    display: inline-block;
    margin-left: 50px; }
    @media screen and (max-width: 600px) {
      .quem-mapa .item-contato {
        margin-left: 0;
        margin-top: 25px; } }
    .quem-mapa .item-contato p {
      font-size: 13px;
      margin-top: 10px;
      padding-left: 15px;
      line-height: 1.7; }

.desafios-conteudo {
  padding: 75px 0;
  background-color: #000;
  background-image: url("../img/fundo-desafios.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff; }
  .desafios-conteudo h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
    font-weight: 300;
    line-height: 1.5; }

.atuacao-numeros {
  padding: 75px 0;
  background-color: #1f3c3a;
  color: #fff; }
  .atuacao-numeros .titulo-sec {
    margin-bottom: 50px; }
  .atuacao-numeros .lista-numeros {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .atuacao-numeros .item-numeros {
    width: 31.66667%;
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px; }
    @media screen and (max-width: 600px) {
      .atuacao-numeros .item-numeros {
        width: 100%; } }
    .atuacao-numeros .item-numeros h3 {
      font-weight: 800;
      font-size: 48px;
      color: #dfb11d; }

.titulo-ilustra {
  position: relative;
  padding-left: 100px; }
  @media screen and (max-width: 600px) {
    .titulo-ilustra {
      padding-left: 110px; } }
  .titulo-ilustra .icone {
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: -120px; }
    @media screen and (max-width: 600px) {
      .titulo-ilustra .icone {
        width: 150px;
        height: 150px;
        margin-top: -75px;
        left: -25px; } }

.atuacao-modelagem {
  padding: 75px 0;
  background-color: #29B9A2; }
  .atuacao-modelagem .titulo-ilustra {
    margin-bottom: 50px; }
  .atuacao-modelagem .card-modelagem {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 25px;
    font-size: 13px; }
  .atuacao-modelagem .item-modelagem {
    border-bottom: 1px solid #fff;
    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;
    padding: 20px 0; }
    .atuacao-modelagem .item-modelagem .numero {
      display: block;
      width: 70px;
      height: 70px;
      background-image: url("../img/atuacao-modelo-fundo@2x.png");
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 20px;
      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: 800;
      color: #fff;
      font-size: 28px; }
    .atuacao-modelagem .item-modelagem p {
      width: 80%;
      font-size: 15px; }
  .atuacao-modelagem .modelagem-colunas {
    padding-left: 100px; }
    @media screen and (max-width: 600px) {
      .atuacao-modelagem .modelagem-colunas {
        padding-left: 0; } }
    .atuacao-modelagem .modelagem-colunas .coluna-6 {
      padding-right: 20px; }

.atuacao-acesso {
  padding: 75px 0;
  padding-top: 100px;
  background-color: #dfb11d; }
  .atuacao-acesso .borda-card {
    padding: 25px;
    padding-left: 50px;
    border-radius: 25px;
    border: 1px solid #fff;
    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) {
      .atuacao-acesso .borda-card {
        margin-bottom: 25px; } }
  .atuacao-acesso .layout-flex {
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      .atuacao-acesso .layout-flex {
        margin-bottom: 0; } }
  .atuacao-acesso .card-acesso {
    width: 100%; }
    .atuacao-acesso .card-acesso span {
      display: inline-block;
      vertical-align: middle;
      font-size: 40px;
      font-weight: 800;
      margin-right: 20px; }
    .atuacao-acesso .card-acesso img {
      display: inline-block;
      vertical-align: middle;
      height: 48px; }
    .atuacao-acesso .card-acesso p {
      margin-top: 10px; }
  .atuacao-acesso .card-imagem {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 25px; }
    @media screen and (max-width: 600px) {
      .atuacao-acesso .card-imagem {
        margin-bottom: 25px; } }
    .atuacao-acesso .card-imagem.infog {
      padding: 20px; }
    .atuacao-acesso .card-imagem img {
      display: block;
      width: 100%; }
    .atuacao-acesso .card-imagem.fundo {
      height: 200px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .atuacao-acesso .acesso-dest {
    font-weight: bold;
    font-size: 16px; }

.atuacao-financas {
  padding: 75px 0;
  background-color: #288B44;
  color: #fff; }
  .atuacao-financas .financas-grid {
    width: 91.45833%;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px solid #dfb11d; }
    @media screen and (max-width: 600px) {
      .atuacao-financas .financas-grid {
        width: 100%;
        padding: 15px 0;
        padding-top: 45px; } }
  .atuacao-financas .financas-info {
    padding-left: 30px; }
    @media screen and (max-width: 600px) {
      .atuacao-financas .financas-info {
        padding-left: 0;
        margin-bottom: 25px; } }
    .atuacao-financas .financas-info h3 {
      font-size: 40px;
      font-weight: 800;
      color: #1f3c3a;
      line-height: 1.2; }
      .atuacao-financas .financas-info h3 small {
        font-size: 30px; }
    .atuacao-financas .financas-info p {
      max-width: 280px; }
  .atuacao-financas .sidetitle {
    color: #1f3c3a;
    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;
    font-weight: 800;
    margin-bottom: 10px; }
    .atuacao-financas .sidetitle strong {
      font-weight: 800; }
    .atuacao-financas .sidetitle h3 {
      margin-right: 10px; }
  .atuacao-financas .financas-manual {
    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;
    padding-top: 50px; }
    @media screen and (max-width: 600px) {
      .atuacao-financas .financas-manual {
        -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; } }
    .atuacao-financas .financas-manual h3 {
      font-weight: 800;
      font-size: 20px;
      text-align: right;
      margin-right: 50px;
      color: #1f3c3a;
      position: relative; }
      @media screen and (max-width: 600px) {
        .atuacao-financas .financas-manual h3 {
          text-align: left;
          margin-bottom: 10px;
          margin-top: 25px; } }
      .atuacao-financas .financas-manual h3:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background-image: url("../img/atuacao-seta@2x.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 15px;
        right: -30px; }
        @media screen and (max-width: 600px) {
          .atuacao-financas .financas-manual h3:before {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            right: auto;
            left: 0;
            top: 100%;
            margin-top: 10px; } }
    .atuacao-financas .financas-manual .card-info {
      width: 14.58333%;
      border: 1px solid #dfb11d;
      padding: 15px;
      border-radius: 20px;
      margin-right: 75px; }
      @media screen and (max-width: 600px) {
        .atuacao-financas .financas-manual .card-info {
          width: 100%;
          margin-right: 0;
          margin-top: 35px; } }
    @media screen and (max-width: 600px) {
      .atuacao-financas .financas-manual .rede-info {
        margin-top: 25px; } }
    .atuacao-financas .financas-manual .rede-info p {
      padding: 0 15px;
      margin-bottom: 0.5em; }
    .atuacao-financas .financas-manual .destaque {
      padding: 5px 15px;
      border-radius: 20px;
      text-transform: uppercase;
      font-weight: 800;
      background-color: #dfb11d;
      margin-bottom: 5px;
      color: #1f3c3a; }

.blog-lista {
  padding: 75px 0;
  position: relative; }
  .blog-lista .container {
    position: relative; }
  .blog-lista .grafismo1 {
    width: 100%;
    height: 400px;
    position: absolute;
    top: -150px;
    left: 74.375%;
    background-image: url("../img/grafismo-blog-2@2x.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top; }
    @media screen and (max-width: 600px) {
      .blog-lista .grafismo1 {
        display: none; } }
  .blog-lista .titulo-categ {
    width: 74.375%;
    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-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .blog-lista .titulo-categ {
        width: 100%; } }
    .blog-lista .titulo-categ .nome-categ {
      display: block;
      width: 54.44444%;
      font-weight: bold;
      font-size: 32px; }
      @media screen and (max-width: 600px) {
        .blog-lista .titulo-categ .nome-categ {
          width: 100%; } }
    .blog-lista .titulo-categ .mostrando {
      width: 43.05556%;
      margin-left: 0;
      color: #dfb11d;
      font-size: 18px; }
      @media screen and (max-width: 600px) {
        .blog-lista .titulo-categ .mostrando {
          margin-left: 0;
          width: 100%; } }

.noticia-card-lista {
  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;
  width: 100%;
  position: relative;
  margin-bottom: 100px; }
  @media screen and (max-width: 600px) {
    .noticia-card-lista {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 50px; } }
  .noticia-card-lista .imagem-destaque {
    width: 43.05556%; }
    @media screen and (max-width: 600px) {
      .noticia-card-lista .imagem-destaque {
        width: 100%;
        margin-bottom: 25px; } }
    .noticia-card-lista .imagem-destaque img {
      display: block;
      width: 100%; }
  .noticia-card-lista .detalhes-noticia {
    width: 54.44444%;
    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; }
    @media screen and (max-width: 600px) {
      .noticia-card-lista .detalhes-noticia {
        width: 100%; } }
    .noticia-card-lista .detalhes-noticia h2 {
      font-size: 28px;
      line-height: 1.2;
      font-weight: bold;
      color: #1f3c3a;
      margin-bottom: 15px; }
      @media screen and (max-width: 600px) {
        .noticia-card-lista .detalhes-noticia h2 {
          font-size: 22px; } }
    .noticia-card-lista .detalhes-noticia p {
      font-size: 16px;
      line-height: 1.5;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media screen and (max-width: 600px) {
        .noticia-card-lista .detalhes-noticia p {
          font-size: 14px; } }
    .noticia-card-lista .detalhes-noticia .mais {
      display: block;
      color: #1f3c3a;
      margin-top: 50px;
      font-weight: bold; }
      @media screen and (max-width: 600px) {
        .noticia-card-lista .detalhes-noticia .mais {
          margin-top: 10px; } }
    .noticia-card-lista .detalhes-noticia .data {
      display: block;
      color: #B2B2B2;
      font-size: 12px;
      font-weight: bold; }
      @media screen and (max-width: 600px) {
        .noticia-card-lista .detalhes-noticia .data {
          font-size: 11px; } }
  .noticia-card-lista .bottom {
    margin-top: 20px; }

@media screen and (max-width: 600px) {
  .col-filtros {
    margin-top: 50px; } }

.col-filtros .modulo-busca {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 15px; }
  .col-filtros .modulo-busca input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    padding-left: 10px;
    border: 1px solid #B2B2B2;
    font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
    font-size: 14px; }
  .col-filtros .modulo-busca i {
    position: absolute;
    top: 0;
    right: 10px;
    height: 40px;
    line-height: 40px; }

.col-filtros .select-estilizado {
  margin-bottom: 15px; }
  .col-filtros .select-estilizado select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
    font-size: 14px; }

.col-filtros .tipos-cat h3 {
  font-weight: bold;
  color: #1f3c3a;
  font-size: 24px;
  margin-bottom: 10px; }

.col-filtros .tipos-cat ul {
  list-style-type: disc; }

.col-filtros .tipos-cat a {
  display: block;
  color: #000;
  margin-bottom: 5px; }

.blog-single {
  padding: 75px 0;
  padding-top: 20px; }
  .blog-single.eixos {
    padding: 100px 0;
    padding-top: 20px; }
  .blog-single .voltar {
    display: block;
    margin-bottom: 55px;
    font-style: italic; }
    .blog-single .voltar i {
      margin-right: 10px; }
  .blog-single .config-texto {
    font-size: 16px;
    width: 82.91667%;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .blog-single .config-texto {
        width: 100%; } }
    .blog-single .config-texto h1, .blog-single .config-texto h2, .blog-single .config-texto h3, .blog-single .config-texto h4, .blog-single .config-texto h5 {
      margin-bottom: 20px;
      color: #dfb11d; }
    .blog-single .config-texto h1 {
      font-size: 42px; }
    .blog-single .config-texto h2 {
      font-size: 32px; }
    .blog-single .config-texto h3 {
      font-size: 26px;
      font-weight: bold; }
    .blog-single .config-texto h4 {
      font-size: 26px; }
    .blog-single .config-texto h5 {
      font-size: 22px; }
    .blog-single .config-texto h6 {
      font-size: 22px;
      font-weight: bold; }
    .blog-single .config-texto iframe {
      width: 100%; }
    .blog-single .config-texto .wp-caption-text {
      font-size: 14px;
      font-style: italic; }
    .blog-single .config-texto .wp-caption {
      width: 100% !important; }

.paginacao {
  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; }
  .paginacao span, .paginacao a {
    font-weight: bold;
    color: #1f3c3a;
    display: inline-block;
    margin: 0 2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px; }
    .paginacao span.atual, .paginacao a.atual {
      color: #fff;
      background-color: #1f3c3a; }
    .paginacao span.prev, .paginacao a.prev {
      margin-right: 10px;
      font-size: 24px; }
    .paginacao span.next, .paginacao a.next {
      margin-left: 10px;
      font-size: 24px; }

.galeria-base {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .galeria-base .image {
    width: 22.125%;
    margin: 0 1%;
    padding-bottom: 17%;
    margin-bottom: 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);
    cursor: pointer;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 600px) {
      .galeria-base .image {
        width: 48%;
        padding-bottom: 32%; } }

.covid-vamosfazer {
  padding: 75px 0;
  background-color: #3e9aa5;
  font-size: 18px;
  line-height: 1.5;
  position: relative; }
  @media screen and (max-width: 600px) {
    .covid-vamosfazer {
      font-size: 16px; } }
  .covid-vamosfazer .titulo-sec:before {
    background-color: #fff; }
  .covid-vamosfazer .go-next {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 40px;
    background-color: #3e9aa5;
    z-index: 100;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    background-image: url("../img/setinha-next.png");
    background-size: 16px auto;
    background-position: center center;
    background-repeat: no-repeat; }

.covid-impactos {
  padding: 100px 0;
  background-color: #1f3c3a;
  color: #fff; }
  @media screen and (max-width: 600px) {
    .covid-impactos {
      padding: 50px 0; } }

.covid-solucoes {
  padding: 100px 0;
  padding-top: 150px; }
  @media screen and (max-width: 600px) {
    .covid-solucoes {
      padding-top: 100px;
      padding-bottom: 0; } }
  .covid-solucoes .bloco-solucao {
    background-color: #e2e2e2;
    border-radius: 35px;
    padding: 15px 30px;
    color: #6D6E71;
    margin-bottom: 50px; }
    .covid-solucoes .bloco-solucao .info-topo {
      padding-left: 130px;
      padding-right: 10%;
      position: relative;
      line-height: 1.6;
      margin-bottom: 25px; }
      @media screen and (max-width: 600px) {
        .covid-solucoes .bloco-solucao .info-topo {
          padding-left: 0;
          padding-right: 0; } }
    .covid-solucoes .bloco-solucao h3 {
      text-transform: uppercase;
      font-weight: bold;
      color: #1f3c3a;
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 10px;
      margin-top: 10px; }
    .covid-solucoes .bloco-solucao .ico-credito {
      width: 110px;
      height: 110px;
      background-image: url("../img/covid-sol-credito.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: -40px;
      left: 0; }
      .covid-solucoes .bloco-solucao .ico-credito.assessoria {
        background-image: url("../img/covid-sol-asses.png"); }
      .covid-solucoes .bloco-solucao .ico-credito.beneficios {
        background-image: url("../img/icone-beneficios@2x.png"); }
      @media screen and (max-width: 600px) {
        .covid-solucoes .bloco-solucao .ico-credito {
          position: static;
          top: auto;
          left: auto;
          margin-left: 0; } }
    .covid-solucoes .bloco-solucao .separador {
      width: 100%;
      height: 2px;
      background-color: #fff;
      margin-bottom: 10px;
      margin-top: 10px; }
      .covid-solucoes .bloco-solucao .separador span {
        background-color: #e2e2e2;
        height: 40px;
        line-height: 40px;
        position: relative;
        top: -20px;
        display: inline-block;
        font-weight: bold;
        font-size: 16px;
        padding-right: 30px; }
    .covid-solucoes .bloco-solucao .info-linhas {
      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;
      padding-top: 25px;
      position: relative;
      left: -60px; }
      @media screen and (max-width: 600px) {
        .covid-solucoes .bloco-solucao .info-linhas {
          left: 0;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .covid-solucoes .bloco-solucao .info-linhas-img {
        width: 45%;
        display: block; }
        @media screen and (max-width: 600px) {
          .covid-solucoes .bloco-solucao .info-linhas-img {
            width: 100%; } }
      .covid-solucoes .bloco-solucao .info-linhas-txt {
        width: 50%;
        display: block; }
        @media screen and (max-width: 600px) {
          .covid-solucoes .bloco-solucao .info-linhas-txt {
            width: 100%;
            padding-top: 20px;
            padding-bottom: 20px; } }
  .covid-solucoes .bloco-cinza {
    background-color: #e2e2e2;
    border-radius: 35px;
    padding: 50px;
    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;
    position: relative; }
    @media screen and (max-width: 600px) {
      .covid-solucoes .bloco-cinza {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px; } }
    .covid-solucoes .bloco-cinza .ico-credito {
      width: 90px;
      height: 90px;
      margin-left: -50px;
      background-image: url("../img/covid-sol-credito.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: -45px;
      left: 26%; }
      @media screen and (max-width: 600px) {
        .covid-solucoes .bloco-cinza .ico-credito {
          position: static;
          top: auto;
          left: auto;
          margin-left: 0; } }
    .covid-solucoes .bloco-cinza .ico-assessoria {
      width: 90px;
      height: 90px;
      margin-left: -50px;
      background-image: url("../img/covid-sol-asses.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: -45px;
      right: 20%; }
      @media screen and (max-width: 600px) {
        .covid-solucoes .bloco-cinza .ico-assessoria {
          position: static;
          top: auto;
          right: auto;
          margin-left: 0; } }
  .covid-solucoes .col {
    width: 44%;
    color: #6D6E71;
    padding-top: 10px; }
    @media screen and (max-width: 600px) {
      .covid-solucoes .col {
        width: 100%;
        margin-bottom: 25px; } }
    .covid-solucoes .col h3 {
      text-transform: uppercase;
      font-weight: bold;
      color: #1f3c3a;
      border-bottom: 1px solid #fff;
      text-align: center;
      font-size: 18px;
      line-height: 2;
      margin-bottom: 20px; }
    .covid-solucoes .col h4 {
      text-align: center;
      font-weight: bold;
      margin-top: 25px;
      margin-bottom: 10px; }
    .covid-solucoes .col .infog {
      width: 100%;
      margin-bottom: 30px; }
  .covid-solucoes .asse {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .covid-solucoes .asse li {
      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;
      width: 43%; }
      @media screen and (max-width: 600px) {
        .covid-solucoes .asse li {
          width: 100%; } }
      .covid-solucoes .asse li img {
        width: 45px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
      .covid-solucoes .asse li p {
        display: inline-block;
        vertical-align: middle;
        font-size: 11px; }
  .covid-solucoes .bene {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px; }
    .covid-solucoes .bene li {
      width: 22%;
      font-weight: bold;
      color: #dfb11d;
      font-size: 13px; }
      @media screen and (max-width: 600px) {
        .covid-solucoes .bene li {
          width: 100%;
          margin-bottom: 15px; } }

.covid-comercializacao {
  background-color: #1f3c3a;
  padding: 100px 0;
  color: #fff; }
  @media screen and (max-width: 600px) {
    .covid-comercializacao {
      padding: 50px 0; } }
  .covid-comercializacao .comerc-cards {
    margin-top: 75px; }
  .covid-comercializacao .comerc-card {
    width: 28.66667%;
    background-color: #dfb11d;
    padding: 40px 20px;
    padding-top: 60px;
    border-radius: 30px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .covid-comercializacao .comerc-card {
        width: 100%;
        margin-bottom: 75px; }
        .covid-comercializacao .comerc-card:last-of-type {
          margin-bottom: 0; } }
    .covid-comercializacao .comerc-card .ico-card {
      width: 100px;
      height: 100px;
      background-image: url("../img/covid-sol-credito.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: -50px;
      left: 50%;
      margin-left: -50px; }
    .covid-comercializacao .comerc-card h3 {
      text-transform: uppercase;
      font-weight: bold;
      color: #1f3c3a;
      text-align: center;
      font-size: 18px;
      line-height: 2;
      margin-bottom: 10px; }
    .covid-comercializacao .comerc-card p {
      max-width: 90%;
      margin: 0 auto;
      color: #fff; }

.covid-conhecimento {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e2e2e2; }
  @media screen and (max-width: 600px) {
    .covid-conhecimento {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .covid-conhecimento .conhecimento-linha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 50px; }
    @media screen and (max-width: 600px) {
      .covid-conhecimento .conhecimento-linha {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0; } }
    .covid-conhecimento .conhecimento-linha.linha-2 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 25px; }
  .covid-conhecimento .cnhecimento-redes {
    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;
    width: 61.5625%;
    font-size: 13px; }
    @media screen and (max-width: 600px) {
      .covid-conhecimento .cnhecimento-redes {
        width: 100%;
        -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;
        margin-bottom: 25px; } }
    .covid-conhecimento .cnhecimento-redes .ilustra {
      width: 220px;
      margin-right: 20px; }
      @media screen and (max-width: 600px) {
        .covid-conhecimento .cnhecimento-redes .ilustra {
          margin-right: 0; } }
    .covid-conhecimento .cnhecimento-redes .titulo-icone {
      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: 10px;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      color: #dfb11d; }
      .covid-conhecimento .cnhecimento-redes .titulo-icone img {
        margin-right: 10px;
        width: 38px; }

.covid-participe {
  padding: 100px 0; }
  @media screen and (max-width: 600px) {
    .covid-participe {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .covid-participe .titulo-sec {
    margin-bottom: 50px; }
  .covid-participe .texto-icone-lateral {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px; }
    .covid-participe .texto-icone-lateral .icone {
      width: 31.66667%;
      height: 120px;
      background-image: url("../img/covid-pode-1.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 600px) {
        .covid-participe .texto-icone-lateral .icone {
          width: 23.125%; } }
    .covid-participe .texto-icone-lateral .texto {
      width: 65.83333%;
      padding-top: 45px; }
      @media screen and (max-width: 600px) {
        .covid-participe .texto-icone-lateral .texto {
          width: 74.375%; } }
      .covid-participe .texto-icone-lateral .texto h3 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color: #dfb11d;
        margin-bottom: 15px; }
      .covid-participe .texto-icone-lateral .texto p {
        margin-bottom: 1em; }
      .covid-participe .texto-icone-lateral .texto a {
        font-weight: bold; }

.covid-realizacao {
  padding: 100px 0; }
  @media screen and (max-width: 600px) {
    .covid-realizacao {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .covid-realizacao .container {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 600px) {
      .covid-realizacao .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .covid-realizacao .box-realizacao {
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .covid-realizacao .box-realizacao {
        width: 100%;
        margin-bottom: 25px; } }
    .covid-realizacao .box-realizacao h2 {
      font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
      text-transform: uppercase;
      font-size: 22px;
      color: #1f3c3a;
      font-weight: bold;
      margin-bottom: 25px; }
    @media screen and (max-width: 600px) {
      .covid-realizacao .box-realizacao.parceiros {
        margin-left: 0;
        margin-bottom: 0; } }
  .covid-realizacao .linhalogos {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .covid-realizacao .linhalogos a {
      margin-bottom: 50px;
      margin-right: 50px; }
      @media screen and (max-width: 600px) {
        .covid-realizacao .linhalogos a {
          margin-bottom: 30px;
          margin-right: 30px; } }
    @media screen and (max-width: 600px) {
      .covid-realizacao .linhalogos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .covid-realizacao .linhalogos img {
      max-width: 160px !important;
      max-height: 80px;
      display: block;
      mix-blend-mode: multiply; }
      @media screen and (max-width: 600px) {
        .covid-realizacao .linhalogos img {
          max-width: 120px !important;
          max-height: 60px; } }

.blog-lista {
  padding: 125px 0;
  position: relative; }
  @media screen and (max-width: 600px) {
    .blog-lista {
      padding: 75px 0; } }
  .blog-lista .container {
    position: relative; }
  .blog-lista .grafismo1 {
    width: 100%;
    height: 400px;
    position: absolute;
    top: -310px;
    left: 74.375%;
    background-image: url("../img/grafismo-blog-2@2x.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top; }

.grid-marcas {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 50px;
  border-radius: 40px; }
  .grid-marcas.iniciativa {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0; }
  @media screen and (max-width: 600px) {
    .grid-marcas {
      margin-top: 25px;
      margin-bottom: 50px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 25px; } }

.item-marca {
  width: 14%;
  padding-bottom: 14%;
  height: 0;
  position: relative;
  margin-right: 2%; }
  @media screen and (max-width: 600px) {
    .item-marca {
      width: 45%;
      padding-bottom: 45%; } }
  .item-marca .inside {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    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; }
    .item-marca .inside img {
      max-width: 90%;
      max-height: 60%; }

.fazemos-infografico {
  padding: 75px 0; }

.fazemos-modelagem {
  background-color: #01B592;
  color: #fff;
  padding-bottom: 50px; }
  .fazemos-modelagem .container-fullw {
    width: 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;
    position: relative;
    margin-bottom: 0;
    top: -90px; }
    @media screen and (max-width: 600px) {
      .fazemos-modelagem .container-fullw {
        top: -60px;
        margin-bottom: 0; } }
    .fazemos-modelagem .container-fullw:before {
      content: "";
      display: block;
      width: 100%;
      height: 50%;
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    .fazemos-modelagem .container-fullw img {
      height: 180px;
      position: relative;
      z-index: 20; }
      @media screen and (max-width: 600px) {
        .fazemos-modelagem .container-fullw img {
          height: 120px; } }
  .fazemos-modelagem h2 {
    font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .fazemos-modelagem h2 {
        font-size: 28px; } }
  .fazemos-modelagem .config-texto {
    font-size: 14px; }
    .fazemos-modelagem .config-texto h4 {
      font-weight: bold;
      font-size: 20px;
      line-height: 1.3;
      margin-bottom: 25px; }

.fazemos-acesso-mercados {
  padding-bottom: 50px; }
  .fazemos-acesso-mercados .container-fullw {
    width: 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;
    position: relative;
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .fazemos-acesso-mercados .container-fullw {
        margin-bottom: 20px; } }
    .fazemos-acesso-mercados .container-fullw:before {
      content: "";
      display: block;
      width: 100%;
      height: 50%;
      background-color: #01B592;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    .fazemos-acesso-mercados .container-fullw img {
      height: 180px;
      position: relative;
      z-index: 20; }
      @media screen and (max-width: 600px) {
        .fazemos-acesso-mercados .container-fullw img {
          height: 120px; } }
  .fazemos-acesso-mercados h2 {
    font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .fazemos-acesso-mercados h2 {
        font-size: 28px; } }
  .fazemos-acesso-mercados .config-texto {
    font-size: 16px; }
    @media screen and (max-width: 600px) {
      .fazemos-acesso-mercados .config-texto {
        font-size: 14px; } }
    .fazemos-acesso-mercados .config-texto h4 {
      font-weight: bold;
      font-size: 20px;
      line-height: 1.3;
      margin-bottom: 25px; }
      @media screen and (max-width: 600px) {
        .fazemos-acesso-mercados .config-texto h4 {
          font-size: 18px; }
          .fazemos-acesso-mercados .config-texto h4 br {
            display: none; } }

.fazemos-financas {
  background-color: #1f3c3a;
  color: #fff; }
  .fazemos-financas .container {
    padding-top: 75px;
    padding-bottom: 75px; }
  .fazemos-financas .container-fullw {
    width: 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;
    position: relative; }
    .fazemos-financas .container-fullw:before {
      content: "";
      display: block;
      width: 100%;
      height: 50%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    .fazemos-financas .container-fullw img {
      height: 180px;
      position: relative;
      z-index: 20; }
      @media screen and (max-width: 600px) {
        .fazemos-financas .container-fullw img {
          height: 120px; } }
  .fazemos-financas h2 {
    font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .fazemos-financas h2 {
        font-size: 24px; } }
  .fazemos-financas .config-texto {
    font-size: 18px; }
    @media screen and (max-width: 600px) {
      .fazemos-financas .config-texto {
        font-size: 15px; } }
  .fazemos-financas .box-verde {
    background-color: #278A44;
    border-radius: 50px;
    padding: 70px 7.75%;
    margin-top: 100px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .fazemos-financas .box-verde {
        margin-top: 50px; } }
    .fazemos-financas .box-verde .imgfloat {
      width: 28.25%;
      display: block;
      position: absolute;
      top: -120px;
      right: -120px; }
    .fazemos-financas .box-verde h2 {
      color: #1f3c3a; }

.frase-com-lista {
  border-top: 1px solid #dfb11d;
  border-bottom: 1px solid #dfb11d;
  padding: 25px 0;
  margin-bottom: 25px;
  margin-top: 25px; }
  .frase-com-lista.iniciativas {
    border-bottom: none;
    border-top: none; }
    @media screen and (max-width: 600px) {
      .frase-com-lista.iniciativas {
        width: 94%;
        margin-left: 20px; } }
    .frase-com-lista.iniciativas .coluna-6 {
      position: relative;
      left: -30px; }
      @media screen and (max-width: 600px) {
        .frase-com-lista.iniciativas .coluna-6 {
          left: 0; } }
  .frase-com-lista h3 {
    font-weight: 800;
    font-size: 24px;
    text-align: right;
    margin-right: 50px;
    color: #1f3c3a;
    position: relative; }
    @media screen and (max-width: 600px) {
      .frase-com-lista h3 {
        text-align: left;
        margin-bottom: 20px;
        margin-right: 0; } }
  .frase-com-lista ul {
    font-size: 14px;
    font-weight: bold;
    color: #fff; }
    .frase-com-lista ul li {
      margin-bottom: 20px;
      position: relative; }
      .frase-com-lista ul li:last-of-type {
        margin-bottom: 0; }
      .frase-com-lista ul li:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background-image: url("../img/atuacao-seta@2x.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 4px;
        left: -26px; }

.minimapa {
  width: 100%; }
  .minimapa .controles {
    list-style-type: none;
    padding-left: 0; }
    .minimapa .controles li {
      display: inline-block;
      margin-right: 5px; }
      .minimapa .controles li .botao, .minimapa .controles li .contato-base .item-submit input[type="submit"], .contato-base .item-submit .minimapa .controles li input[type="submit"], .minimapa .controles li .col-form .flex-newsletter .mc-submit input, .col-form .flex-newsletter .mc-submit .minimapa .controles li input, .minimapa .controles li .loginbox #loginform input[type="submit"], .loginbox #loginform .minimapa .controles li input[type="submit"] {
        background-color: #9a9a9a;
        font-size: 9px;
        padding: 0 15px;
        height: 24px;
        line-height: 24px;
        color: #fff; }
        .minimapa .controles li .botao.ativo, .minimapa .controles li .contato-base .item-submit input.ativo[type="submit"], .contato-base .item-submit .minimapa .controles li input.ativo[type="submit"], .minimapa .controles li .col-form .flex-newsletter .mc-submit input.ativo, .col-form .flex-newsletter .mc-submit .minimapa .controles li input.ativo, .minimapa .controles li .loginbox #loginform input.ativo[type="submit"], .loginbox #loginform .minimapa .controles li input.ativo[type="submit"] {
          background: -webkit-gradient(linear, left top, right top, from(#28b9a2), to(#1f3c3a));
          background: -webkit-linear-gradient(left, #28b9a2 0%, #1f3c3a 100%);
          background: -o-linear-gradient(left, #28b9a2 0%, #1f3c3a 100%);
          background: linear-gradient(90deg, #28b9a2 0%, #1f3c3a 100%); }
  .minimapa .filtros {
    list-style-type: none;
    padding-top: 0;
    margin-top: 5px;
    padding-left: 0; }
    .minimapa .filtros li {
      display: inline-block;
      margin-right: 10px; }
      .minimapa .filtros li a {
        color: #cdcdcd; }
        .minimapa .filtros li a.ativo {
          color: #1f3c3a; }
  .minimapa .legenda {
    list-style-type: none;
    padding-left: 0;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .minimapa .legenda li {
      display: inline-block;
      font-size: 12px;
      margin-right: 20px; }
    .minimapa .legenda .leg {
      font-weight: bold;
      margin-right: 10px; }
    .minimapa .legenda .bol {
      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: 11px; }
      .minimapa .legenda .bol small {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 20px;
        background-color: #cdcdcd;
        margin-right: 5px; }
  .minimapa .bloco-mapa {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    position: relative; }
    .minimapa .bloco-mapa:before {
      content: "";
      display: block;
      width: 95%;
      height: 65%;
      background-color: #e2e2e2;
      position: absolute;
      top: 10%;
      left: 0;
      z-index: 10;
      border-radius: 30px;
      display: none; }
  .minimapa .cor1 {
    background-color: #dfb11d !important; }
  .minimapa .cor2 {
    background-color: #3e9aa5 !important; }
  .minimapa .cor3 {
    background-color: #3e9aa5 !important; }
  .minimapa .cor4 {
    background-color: #dfb11d !important; }
  .minimapa .cor5 {
    background-color: #1f3c3a !important; }
  .minimapa .cor6 {
    background-color: #1f3c3a !important; }
  .minimapa .cor7 {
    background-color: #427f7b !important; }
  .minimapa .cor8 {
    background-color: #71b6b1 !important; }
  .minimapa .cor9 {
    background-color: #856911 !important; }
  .minimapa .cor10 {
    background-color: #edd175 !important; }
  .minimapa .bolinha {
    border-radius: 200px;
    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: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: 1px solid #fff;
    -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); }
    .minimapa .bolinha.b10 {
      width: 70px;
      height: 70px;
      font-size: 24px; }
    .minimapa .bolinha.b9 {
      width: 65px;
      height: 65px;
      font-size: 22px; }
    .minimapa .bolinha.b8 {
      width: 60px;
      height: 60px;
      font-size: 22px; }
    .minimapa .bolinha.b7 {
      width: 55px;
      height: 55px;
      font-size: 21px; }
    .minimapa .bolinha.b6 {
      width: 50px;
      height: 50px;
      font-size: 21px; }
    .minimapa .bolinha.b5 {
      width: 45px;
      height: 45px;
      font-size: 20px; }
    .minimapa .bolinha.b4 {
      width: 40px;
      height: 40px;
      font-size: 18px; }
    .minimapa .bolinha.b3 {
      width: 35px;
      height: 35px;
      font-size: 16px; }
    .minimapa .bolinha.b2 {
      width: 30px;
      height: 30px;
      font-size: 13px; }
    .minimapa .bolinha.b1 {
      width: 25px;
      height: 25px;
      font-size: 11px; }

.capa-pagina {
  width: 100%;
  height: 28vw;
  background-color: #1f3c3a;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 80px; }
  @media screen and (max-width: 600px) {
    .capa-pagina {
      height: 100vw; } }
  .capa-pagina:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(62, 154, 165, 0.9); }
  .capa-pagina .layout-flex {
    height: 100%;
    position: relative;
    z-index: 20; }
  .capa-pagina h1 {
    display: block;
    text-align: center;
    font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
    text-transform: uppercase;
    font-size: 52px;
    position: relative;
    letter-spacing: 1.5px;
    color: #fff;
    margin-top: 20px; }
    @media screen and (max-width: 600px) {
      .capa-pagina h1 {
        font-size: 32px; } }
    .capa-pagina h1::before {
      content: "";
      display: block;
      width: 40px;
      height: 8px;
      border-radius: 20px;
      background-color: #dfb11d;
      position: absolute;
      top: -20px;
      left: 50%;
      margin-left: -25px; }
  .capa-pagina.modelo-esquerda {
    padding-top: 80px; }
    .capa-pagina.modelo-esquerda h1 {
      text-align: left; }
      .capa-pagina.modelo-esquerda h1::before {
        margin-left: 0;
        left: 0; }
  .capa-pagina.modelo-busca {
    padding-top: 80px;
    height: 20vw; }
    .capa-pagina.modelo-busca h1 {
      text-align: left; }
      .capa-pagina.modelo-busca h1::before {
        margin-left: 0;
        left: 0; }
  .capa-pagina .grafismo {
    position: absolute;
    height: 18vw;
    width: 18vw;
    position: absolute;
    top: 6vw;
    left: -18vw;
    background-image: url("../img/topo-arte-esq.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 20; }
    @media screen and (max-width: 600px) {
      .capa-pagina .grafismo {
        left: -20vw;
        top: auto;
        bottom: -10vw;
        height: 40vw;
        width: 40vw; } }
  .capa-pagina .grafismo2 {
    position: absolute;
    height: 18vw;
    width: 18vw;
    position: absolute;
    bottom: -6vw;
    right: -18vw;
    background-image: url("../img/topo-arte-dir.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 20; }
  .capa-pagina .grafismo3 {
    position: absolute;
    height: 22vw;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 80%;
    background-image: url("../img/grafismo-blog-1@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 20; }
  .capa-pagina .grafismo4 {
    position: absolute;
    height: 22vw;
    width: 100%;
    position: absolute;
    bottom: -4.3vw;
    left: 80%;
    background-image: url("../img/grafismo-blog-2@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: 20; }

.contato-base {
  padding: 8rem 0;
  padding-bottom: 12rem; }
  @media screen and (max-width: 600px) {
    .contato-base {
      padding: 50px 0; } }
  @media screen and (max-width: 600px) {
    .contato-base .col-formulario {
      margin-bottom: 40px; } }
  .contato-base .col-formulario small {
    display: block;
    color: #B2B2B2;
    font-weight: bold;
    font-size: 14px; }
    @media screen and (max-width: 600px) {
      .contato-base .col-formulario small {
        font-size: 12px; } }
  .contato-base .col-formulario h2 {
    color: #1f3c3a;
    font-weight: bold;
    line-height: 1.1;
    font-size: 32px;
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      .contato-base .col-formulario h2 {
        font-size: 24px; } }
  .contato-base .item-input {
    width: 100%;
    display: block;
    margin-bottom: 2rem; }
    .contato-base .item-input label {
      font-size: 16px;
      font-weight: bold;
      color: #707070;
      line-height: 2; }
      @media screen and (max-width: 600px) {
        .contato-base .item-input label {
          font-size: 14px; } }
    .contato-base .item-input input[type="text"], .contato-base .item-input input[type="email"] {
      width: 100%;
      border: 1px solid #dfb11d;
      height: 60px;
      line-height: 60px;
      border-radius: 10px;
      padding-left: 15px;
      font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
      font-size: 14px; }
      @media screen and (max-width: 600px) {
        .contato-base .item-input input[type="text"], .contato-base .item-input input[type="email"] {
          height: 40px;
          line-height: 40px;
          font-size: 12px; } }
    .contato-base .item-input textarea {
      width: 100%;
      border: 1px solid #dfb11d;
      height: 180px;
      line-height: 30px;
      border-radius: 10px;
      padding: 10px;
      font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
      font-size: 14px; }
    .contato-base .item-input :checked + span {
      font-weight: bold;
      color: #dfb11d; }
  .contato-base .item-submit input[type="submit"] {
    font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
    border: none;
    cursor: pointer; }
  .contato-base .item-endereco {
    padding-left: 40px;
    background-image: url("../img/ico-pin-verdeclaro.svg");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 50px; }
    .contato-base .item-endereco h3 {
      color: #707070;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 600px) {
        .contato-base .item-endereco h3 {
          font-size: 18px; } }
    .contato-base .item-endereco p {
      color: #B2B2B2;
      font-weight: bold;
      font-size: 14px;
      line-height: 2; }
      @media screen and (max-width: 600px) {
        .contato-base .item-endereco p {
          font-size: 12px;
          line-height: 1.6; } }
    @media screen and (max-width: 600px) {
      .contato-base .item-endereco {
        margin-bottom: 25px; } }
  .contato-base .item-email {
    padding-left: 40px;
    background-image: url("../img/ico-envelope.svg");
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: top left;
    color: #B2B2B2;
    font-weight: bold;
    font-size: 14px;
    line-height: 2;
    text-decoration: underline; }

.imprensa-base {
  padding: 100px 0; }
  .imprensa-base h2 {
    color: #1f3c3a;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px; }
  .imprensa-base .texto {
    font-size: 16px;
    color: #B2B2B2;
    line-height: 1.7; }
    .imprensa-base .texto h3 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px; }
    .imprensa-base .texto p {
      margin-bottom: 15px; }
    .imprensa-base .texto a {
      color: #dfb11d; }
  .imprensa-base .botoes {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .imprensa-base .botoes .botao, .imprensa-base .botoes .contato-base .item-submit input[type="submit"], .contato-base .item-submit .imprensa-base .botoes input[type="submit"], .imprensa-base .botoes .col-form .flex-newsletter .mc-submit input, .col-form .flex-newsletter .mc-submit .imprensa-base .botoes input, .imprensa-base .botoes .loginbox #loginform input[type="submit"], .loginbox #loginform .imprensa-base .botoes input[type="submit"] {
      margin-right: 10px;
      margin-bottom: 10px; }
  .imprensa-base .col-assessoria {
    border-right: 1px solid #B2B2B2;
    margin-right: 50px; }
    @media screen and (max-width: 600px) {
      .imprensa-base .col-assessoria {
        border-right: none;
        margin-right: 0;
        margin-bottom: 50px; } }

.publicacoes-base {
  padding: 100px 0; }

.grid-publicacoes {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .grid-publicacoes .item-publicacao {
    width: 48%;
    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;
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .grid-publicacoes .item-publicacao {
        width: 100%; } }
    .grid-publicacoes .item-publicacao .capa {
      width: 36%;
      height: 0;
      padding-bottom: 48%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .grid-publicacoes .item-publicacao .texto {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 20px;
      font-size: 13px;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .grid-publicacoes .item-publicacao .texto h3 {
        font-weight: bold;
        color: #1f3c3a; }
      .grid-publicacoes .item-publicacao .texto small {
        display: block;
        color: #1f3c3a;
        font-weight: 600; }

.powerbi-base {
  padding: 100px 0; }
  .powerbi-base .bloco-iframe {
    margin-top: 50px; }
  .powerbi-base iframe {
    width: 100%;
    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); }

.iniciativas-base {
  padding: 100px 0; }
  .iniciativas-base .grid-iniciativas {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .iniciativas-base .grid-iniciativas .item-iniciativa {
      display: block;
      width: 25%;
      height: 0;
      padding-bottom: 25%;
      background-color: #1f3c3a;
      background-size: cover;
      background-position: center;
      position: relative; }
      @media screen and (max-width: 600px) {
        .iniciativas-base .grid-iniciativas .item-iniciativa {
          width: 50%;
          height: 0;
          padding-bottom: 50%; } }
      .iniciativas-base .grid-iniciativas .item-iniciativa .inside {
        position: absolute;
        top: 0;
        left: 0;
        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;
        font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
        color: #fff;
        font-size: 24px;
        background-color: rgba(31, 60, 58, 0.8);
        padding: 40px;
        text-align: center; }
        @media screen and (max-width: 600px) {
          .iniciativas-base .grid-iniciativas .item-iniciativa .inside {
            font-size: 18px;
            padding: 20px; } }
        .iniciativas-base .grid-iniciativas .item-iniciativa .inside:hover {
          color: #dfb11d; }

.desafios-base {
  padding: 100px 0;
  color: #fff;
  background-color: #3e9aa5; }
  .desafios-base .titulo-sec {
    color: #fff; }
  .desafios-base .config-texto {
    text-align: justify; }
    .desafios-base .config-texto p {
      margin-bottom: 30px; }

.eixos-base {
  padding: 100px 0; }
  .eixos-base .titulo-sec {
    margin-bottom: 30px; }
  .eixos-base .grid-iniciativas {
    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;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .eixos-base .grid-iniciativas .item-iniciativa {
      display: block;
      width: 25%;
      height: 0;
      padding-bottom: 20%;
      background-color: #1f3c3a;
      background-size: cover;
      background-position: center;
      position: relative; }
      @media screen and (max-width: 600px) {
        .eixos-base .grid-iniciativas .item-iniciativa {
          width: 100%;
          height: 0;
          padding-bottom: 75%; } }
      .eixos-base .grid-iniciativas .item-iniciativa .inside {
        position: absolute;
        top: 0;
        left: 0;
        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;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        font-size: 22px;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 20px;
        text-align: center; }
        @media screen and (max-width: 600px) {
          .eixos-base .grid-iniciativas .item-iniciativa .inside {
            font-size: 18px;
            padding: 20px; } }
        .eixos-base .grid-iniciativas .item-iniciativa .inside:hover {
          color: #dfb11d; }
        .eixos-base .grid-iniciativas .item-iniciativa .inside h2 {
          margin-bottom: 15px; }
        .eixos-base .grid-iniciativas .item-iniciativa .inside small {
          display: inline-block;
          font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
          border: 1px solid #fff;
          border-radius: 8px;
          padding: 10px 20px;
          text-transform: none;
          font-size: 14px; }

.item-vaga {
  margin-bottom: 50px; }
  .item-vaga .data {
    display: block;
    color: #B2B2B2;
    font-size: 12px;
    font-weight: bold; }
  .item-vaga h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    color: #1f3c3a;
    margin-bottom: 15px; }
    @media screen and (max-width: 600px) {
      .item-vaga h2 {
        font-size: 24px; } }
  .item-vaga .status {
    display: block;
    margin-bottom: 15px;
    font-size: 14px; }
    .item-vaga .status small {
      color: #1f3c3a; }
    .item-vaga .status span {
      color: #dfb11d; }
  .item-vaga .minidesc {
    font-size: 14px;
    line-height: 1.5;
    color: #707070; }
  .item-vaga .acesso {
    margin-top: 15px; }
  .item-vaga .mais {
    display: block;
    color: #1f3c3a;
    margin-top: 50px;
    font-weight: bold; }
    @media screen and (max-width: 600px) {
      .item-vaga .mais {
        margin-top: 10px; } }

.item-transparencia {
  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: 50px; }
  @media screen and (max-width: 600px) {
    .item-transparencia {
      display: block; } }
  .item-transparencia .capa {
    width: 20%;
    padding-bottom: 30%;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 25px; }
    @media screen and (max-width: 600px) {
      .item-transparencia .capa {
        margin-bottom: 10px; } }
  .item-transparencia .texto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #707070; }
  .item-transparencia h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px; }
    @media screen and (max-width: 600px) {
      .item-transparencia h3 {
        font-size: 20px; } }
  .item-transparencia .exerc {
    font-size: 14px;
    display: block; }
  .item-transparencia .tipo span {
    color: #1f3c3a;
    font-weight: 600; }
  .item-transparencia .status {
    display: block;
    margin-bottom: 10px;
    font-size: 14px; }
    .item-transparencia .status small {
      color: #1f3c3a; }
    .item-transparencia .status span {
      color: #dfb11d; }
  .item-transparencia .minidesc {
    font-size: 14px;
    line-height: 1.5;
    color: #707070; }
  .item-transparencia .acesso {
    margin-top: 15px;
    margin-bottom: 15px;
    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; }
  .item-transparencia .mais {
    display: block;
    color: #1f3c3a;
    margin-top: 50px;
    font-weight: bold; }
    @media screen and (max-width: 600px) {
      .item-transparencia .mais {
        margin-top: 10px; } }

.fundo-mascara {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }
  .fundo-mascara:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-image: url("../img/bolinhas-mascara@2x.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .fundo-mascara .mascara {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    background-size: cover;
    background-position: center;
    -webkit-mask-image: url("../img/mascara-circulo.png");
    mask-image: url("../img/mascara-circulo.png");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; }

.ptsec {
  padding-top: 110px; }

@media screen and (max-width: 600px) {
  .col-form {
    margin-top: 45px; } }

.col-form h2 {
  color: #dfb11d;
  margin-bottom: 15px; }

.col-form .flex-newsletter {
  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-bottom: 15px; }
  .col-form .flex-newsletter .mc-field-group {
    width: 70%; }
  .col-form .flex-newsletter .mc-submit {
    width: 28%; }
    .col-form .flex-newsletter .mc-submit input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
      border-radius: 6px;
      border: none;
      background-color: #dfb11d;
      color: #fff;
      cursor: pointer;
      padding: 0; }
      .col-form .flex-newsletter .mc-submit input:hover {
        background-color: #1f3c3a; }

.col-form .mc-field-group.email label {
  display: none; }

.col-form .mc-field-group.email input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
  border-radius: 6px;
  border: none;
  padding-left: 10px; }

.col-form .mc-field-group fieldset {
  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;
  font-weight: 300;
  font-size: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .col-form .mc-field-group fieldset label {
    margin-right: 1rem; }
    .col-form .mc-field-group fieldset label span {
      margin-left: 5px; }
    @media screen and (max-width: 600px) {
      .col-form .mc-field-group fieldset label {
        margin-bottom: 10px; } }

.col-form .mc-field-group .tipos {
  font-size: 14px;
  max-width: 65%;
  margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    .col-form .mc-field-group .tipos {
      max-width: 100%; } }

.col-form .content__gdprLegal {
  font-size: 12px;
  font-style: italic;
  display: none; }
  .col-form .content__gdprLegal p {
    margin-bottom: 15px; }
  .col-form .content__gdprLegal a {
    color: #dfb11d; }

.resultados-busca {
  padding-top: 75px;
  padding-bottom: 75px; }
  .resultados-busca .layout-flex {
    margin-bottom: 50px; }
  .resultados-busca .resultados-conteudo {
    width: 65.83333%; }
  .resultados-busca .capa-padrao {
    width: 100%;
    padding-bottom: 80%;
    background-size: cover;
    background-position: center;
    background-color: #cdcdcd;
    background-image: url("../img/thumbnail-padrao.jpg"); }
  .resultados-busca .tipo {
    color: #707070;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold; }
  .resultados-busca .noticia-card-lista {
    margin-bottom: 45px; }
    .resultados-busca .noticia-card-lista .imagem-destaque {
      width: 35%; }
    .resultados-busca .noticia-card-lista .detalhes-noticia {
      width: 60%; }
  .resultados-busca .noticia-card-lista .detalhes-noticia h2 {
    font-size: 20px; }

.modulo-busca-main {
  width: 240px;
  position: relative; }
  .modulo-busca-main.menor {
    width: 180px; }
  .modulo-busca-main form {
    width: 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;
    position: relative; }
    .modulo-busca-main form input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      border: 1px solid #707070;
      border-radius: 5px;
      padding-left: 10px;
      padding-right: 30px;
      font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
      font-size: 13px; }
  .modulo-busca-main button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    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;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #1f3c3a; }
  .modulo-busca-main .fechar {
    position: absolute;
    top: 102%;
    right: 0;
    font-style: italic;
    text-transform: none;
    font-size: 12px; }

.loginbox {
  -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);
  border-radius: 10px;
  padding: 30px; }
  .loginbox .explicacao {
    margin-bottom: 30px;
    font-weight: bold; }
  .loginbox #loginform label {
    font-size: 16px;
    font-weight: bold;
    color: #707070;
    line-height: 2;
    display: block; }
    @media screen and (max-width: 600px) {
      .loginbox #loginform label {
        font-size: 14px; } }
  .loginbox #loginform input[type="text"], .loginbox #loginform input[type="password"] {
    width: 100%;
    border: 1px solid #dfb11d;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    padding-left: 15px;
    font-family: 'Open Sans', 'Calibri', 'Lucida Grande', sans-serif;
    font-size: 14px; }
    @media screen and (max-width: 600px) {
      .loginbox #loginform input[type="text"], .loginbox #loginform input[type="password"] {
        height: 40px;
        line-height: 40px;
        font-size: 12px; } }
  .loginbox #loginform .login-password {
    margin-top: 15px; }
  .loginbox #loginform .login-submit {
    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: 15px; }
  .loginbox #loginform input[type="submit"] {
    border: none;
    cursor: pointer; }

.monitores-base {
  padding-top: 20px;
  padding-bottom: 150px; }
  .monitores-base .controle-login {
    text-align: right;
    font-size: 14px;
    color: #707070;
    font-style: italic;
    margin-bottom: 60px; }
    .monitores-base .controle-login.flex {
      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; }
  .monitores-base .lista-monitoramentos {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px; }
    .monitores-base .lista-monitoramentos .botao, .monitores-base .lista-monitoramentos .contato-base .item-submit input[type="submit"], .contato-base .item-submit .monitores-base .lista-monitoramentos input[type="submit"], .monitores-base .lista-monitoramentos .col-form .flex-newsletter .mc-submit input, .col-form .flex-newsletter .mc-submit .monitores-base .lista-monitoramentos input, .monitores-base .lista-monitoramentos .loginbox #loginform input[type="submit"], .loginbox #loginform .monitores-base .lista-monitoramentos input[type="submit"] {
      width: 100%; }
      .monitores-base .lista-monitoramentos .botao:nth-child(1), .monitores-base .lista-monitoramentos .contato-base .item-submit input:nth-child(1)[type="submit"], .contato-base .item-submit .monitores-base .lista-monitoramentos input:nth-child(1)[type="submit"], .monitores-base .lista-monitoramentos .col-form .flex-newsletter .mc-submit input:nth-child(1), .col-form .flex-newsletter .mc-submit .monitores-base .lista-monitoramentos input:nth-child(1), .monitores-base .lista-monitoramentos .loginbox #loginform input:nth-child(1)[type="submit"], .loginbox #loginform .monitores-base .lista-monitoramentos input:nth-child(1)[type="submit"] {
        background-color: #1f3c3a; }
      .monitores-base .lista-monitoramentos .botao:nth-child(2), .monitores-base .lista-monitoramentos .contato-base .item-submit input:nth-child(2)[type="submit"], .contato-base .item-submit .monitores-base .lista-monitoramentos input:nth-child(2)[type="submit"], .monitores-base .lista-monitoramentos .col-form .flex-newsletter .mc-submit input:nth-child(2), .col-form .flex-newsletter .mc-submit .monitores-base .lista-monitoramentos input:nth-child(2), .monitores-base .lista-monitoramentos .loginbox #loginform input:nth-child(2)[type="submit"], .loginbox #loginform .monitores-base .lista-monitoramentos input:nth-child(2)[type="submit"] {
        background-color: rgba(31, 60, 58, 0.9); }
      .monitores-base .lista-monitoramentos .botao:nth-child(3), .monitores-base .lista-monitoramentos .contato-base .item-submit input:nth-child(3)[type="submit"], .contato-base .item-submit .monitores-base .lista-monitoramentos input:nth-child(3)[type="submit"], .monitores-base .lista-monitoramentos .col-form .flex-newsletter .mc-submit input:nth-child(3), .col-form .flex-newsletter .mc-submit .monitores-base .lista-monitoramentos input:nth-child(3), .monitores-base .lista-monitoramentos .loginbox #loginform input:nth-child(3)[type="submit"], .loginbox #loginform .monitores-base .lista-monitoramentos input:nth-child(3)[type="submit"] {
        background-color: rgba(31, 60, 58, 0.8); }
      .monitores-base .lista-monitoramentos .botao:nth-child(4), .monitores-base .lista-monitoramentos .contato-base .item-submit input:nth-child(4)[type="submit"], .contato-base .item-submit .monitores-base .lista-monitoramentos input:nth-child(4)[type="submit"], .monitores-base .lista-monitoramentos .col-form .flex-newsletter .mc-submit input:nth-child(4), .col-form .flex-newsletter .mc-submit .monitores-base .lista-monitoramentos input:nth-child(4), .monitores-base .lista-monitoramentos .loginbox #loginform input:nth-child(4)[type="submit"], .loginbox #loginform .monitores-base .lista-monitoramentos input:nth-child(4)[type="submit"] {
        background-color: rgba(31, 60, 58, 0.7); }
      .monitores-base .lista-monitoramentos .botao:nth-child(5), .monitores-base .lista-monitoramentos .contato-base .item-submit input:nth-child(5)[type="submit"], .contato-base .item-submit .monitores-base .lista-monitoramentos input:nth-child(5)[type="submit"], .monitores-base .lista-monitoramentos .col-form .flex-newsletter .mc-submit input:nth-child(5), .col-form .flex-newsletter .mc-submit .monitores-base .lista-monitoramentos input:nth-child(5), .monitores-base .lista-monitoramentos .loginbox #loginform input:nth-child(5)[type="submit"], .loginbox #loginform .monitores-base .lista-monitoramentos input:nth-child(5)[type="submit"] {
        background-color: rgba(31, 60, 58, 0.65); }
      .monitores-base .lista-monitoramentos .botao:nth-child(6), .monitores-base .lista-monitoramentos .contato-base .item-submit input:nth-child(6)[type="submit"], .contato-base .item-submit .monitores-base .lista-monitoramentos input:nth-child(6)[type="submit"], .monitores-base .lista-monitoramentos .col-form .flex-newsletter .mc-submit input:nth-child(6), .col-form .flex-newsletter .mc-submit .monitores-base .lista-monitoramentos input:nth-child(6), .monitores-base .lista-monitoramentos .loginbox #loginform input:nth-child(6)[type="submit"], .loginbox #loginform .monitores-base .lista-monitoramentos input:nth-child(6)[type="submit"] {
        background-color: rgba(31, 60, 58, 0.6); }
      .monitores-base .lista-monitoramentos .botao:hover, .monitores-base .lista-monitoramentos .contato-base .item-submit input:hover[type="submit"], .contato-base .item-submit .monitores-base .lista-monitoramentos input:hover[type="submit"], .monitores-base .lista-monitoramentos .col-form .flex-newsletter .mc-submit input:hover, .col-form .flex-newsletter .mc-submit .monitores-base .lista-monitoramentos input:hover, .monitores-base .lista-monitoramentos .loginbox #loginform input:hover[type="submit"], .loginbox #loginform .monitores-base .lista-monitoramentos input:hover[type="submit"] {
        background-color: #305e5b; }
  .monitores-base .bloco-iframe {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1080px; }
  .monitores-base iframe {
    width: 100%;
    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); }
  .monitores-base .lista-projetos {
    gap: 20px; }
    .monitores-base .lista-projetos .item-projeto {
      width: 28%;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      background-color: #e5e5e5;
      border-radius: 10px;
      padding: 2rem;
      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;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .monitores-base .lista-projetos .item-projeto .logo {
        width: 90%;
        height: 0;
        padding-bottom: 60%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 auto; }
      .monitores-base .lista-projetos .item-projeto span {
        display: block;
        font-family: 'Comfortaa', 'Calibri', 'Lucida Grande', sans-serif;
        font-size: 20px;
        color: #1f3c3a;
        margin-bottom: 30px; }
      .monitores-base .lista-projetos .item-projeto small {
        display: block;
        border-bottom: 1px solid #000;
        width: 100%;
        text-align: right;
        font-style: italic; }
      .monitores-base .lista-projetos .item-projeto:hover {
        background-color: #1f3c3a;
        color: #fff; }
        .monitores-base .lista-projetos .item-projeto:hover span {
          color: #fff; }
        .monitores-base .lista-projetos .item-projeto:hover small {
          border-bottom: 1px solid #fff; }
