@charset "UTF-8";
@import url(hamburgers.min.css);
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, 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; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }

strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

.section {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  background-color: transparent; }
  .section.telacheia {
    width: 100%;
    height: 100vh; }
  .section .container {
    width: 100%;
    margin: 0 auto;
    padding-left: 8vw;
    padding-right: 6.5vw; }
    @media screen and (max-width: 799px) {
      .section .container {
        padding-left: 8vw;
        padding-right: 8vw; } }
    @media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .section .container {
        padding-left: 5vw;
        padding-right: 5vw; } }

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

.coluna-1 {
  width: 5.625vw; }
  @media screen and (max-width: 799px) {
    .coluna-1 {
      width: 100%; } }

.coluna-2 {
  width: 12.75vw; }
  @media screen and (max-width: 799px) {
    .coluna-2 {
      width: 100%; } }

.coluna-3 {
  width: 19.875vw; }
  @media screen and (max-width: 799px) {
    .coluna-3 {
      width: 100%; } }

.coluna-4 {
  width: 27vw; }
  @media screen and (max-width: 799px) {
    .coluna-4 {
      width: 100%; } }

.coluna-5 {
  width: 34.125vw; }
  @media screen and (max-width: 799px) {
    .coluna-5 {
      width: 100%; } }

.coluna-6 {
  width: 41.25vw; }
  @media screen and (max-width: 799px) {
    .coluna-6 {
      width: 100%; } }

.coluna-7 {
  width: 48.375vw; }
  @media screen and (max-width: 799px) {
    .coluna-7 {
      width: 100%; } }

.coluna-8 {
  width: 55.5vw; }
  @media screen and (max-width: 799px) {
    .coluna-8 {
      width: 100%; } }

.coluna-9 {
  width: 62.625vw; }
  @media screen and (max-width: 799px) {
    .coluna-9 {
      width: 100%; } }

.coluna-10 {
  width: 69.75vw; }
  @media screen and (max-width: 799px) {
    .coluna-10 {
      width: 100%; } }

.coluna-11 {
  width: 76.875vw; }
  @media screen and (max-width: 799px) {
    .coluna-11 {
      width: 100%; } }

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

.coluna-card {
  width: 26.85vw; }
  @media screen and (max-width: 799px) {
    .coluna-card {
      width: 100%; } }

.coluna-3half {
  width: 22.6875vw; }
  @media screen and (max-width: 799px) {
    .coluna-3half {
      width: 100%; } }

@media screen and (max-width: 799px) {
  .mobile-1 {
    width: 12.33333vw; } }

@media screen and (max-width: 799px) {
  .mobile-2 {
    width: 26.66667vw; } }

@media screen and (max-width: 799px) {
  .mobile-3 {
    width: 41vw; } }

@media screen and (max-width: 799px) {
  .mobile-4 {
    width: 55.33333vw; } }

@media screen and (max-width: 799px) {
  .mobile-5 {
    width: 69.66667vw; } }

@media screen and (max-width: 799px) {
  .mobile-6 {
    width: 84vw; } }

@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-1 {
    width: 9.5vw; } }

@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-2 {
    width: 21vw; } }

@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-3 {
    width: 32.5vw; } }

@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-4 {
    width: 44vw; } }

@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-5 {
    width: 55.5vw; } }

@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-6 {
    width: 67vw; } }

@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-7 {
    width: 78.5vw; } }

@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-8 {
    width: 90vw; } }

.config-conteudo {
  height: auto;
  zoom: 1;
  font-size: 24px;
  font-size: 2.4rem; }
  @media screen and (max-width: 799px) {
    .config-conteudo {
      font-size: 20px;
      font-size: 2rem; } }
  .config-conteudo p {
    line-height: 1.6;
    margin-bottom: 3rem; }
    .config-conteudo p:last-child {
      margin-bottom: 0; }
  .config-conteudo.medio {
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (max-width: 799px) {
      .config-conteudo.medio {
        font-size: 18px;
        font-size: 1.8rem; } }
    .config-conteudo.medio p {
      line-height: 1.6;
      margin-bottom: 3rem; }
  .config-conteudo strong {
    color: #0D656A; }
  .config-conteudo.menor {
    font-size: 16px;
    font-size: 1.6rem; }
    .config-conteudo.menor p {
      margin-bottom: 2rem; }
  .config-conteudo a {
    color: #40BFAE;
    font-weight: bold; }
  .config-conteudo iframe {
    width: 100%;
    margin: 0 auto; }
  .config-conteudo strong, .config-conteudo b {
    font-weight: bold; }
  .config-conteudo h1, .config-conteudo h2, .config-conteudo h3 {
    font-weight: 600;
    line-height: 1.4;
    margin-top: 6rem;
    margin-bottom: 3rem;
    clear: both;
    font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif; }
    .config-conteudo h1:first-child, .config-conteudo h2:first-child, .config-conteudo h3:first-child {
      margin-top: 0; }
  .config-conteudo h4, .config-conteudo h5, .config-conteudo h6 {
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.4;
    font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif; }
    .config-conteudo h4:first-child, .config-conteudo h5:first-child, .config-conteudo h6:first-child {
      margin-top: 0; }
  .config-conteudo h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600; }
  .config-conteudo h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600; }
  .config-conteudo h3 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600; }
  .config-conteudo h4 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600; }
  .config-conteudo h5 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600; }
  .config-conteudo h6 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600; }
  .config-conteudo ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 4rem; }
    .config-conteudo ul:last-child {
      margin-bottom: 0; }
  .config-conteudo ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-bottom: 4rem; }
    .config-conteudo ol:last-child {
      margin-bottom: 0; }
  .config-conteudo li {
    margin-bottom: 1.5rem; }
  .config-conteudo p img {
    display: block;
    max-width: 100%;
    width: 100% !important;
    height: auto !important; }
    .config-conteudo p img.aligncenter {
      margin-top: 5rem;
      width: auto; }
    .config-conteudo p img.alignleft {
      width: auto;
      max-width: 19.875vw;
      margin-top: 4rem;
      margin-bottom: 4rem;
      margin-left: -5.625vw; }
      @media screen and (max-width: 800px) {
        .config-conteudo p img.alignleft {
          max-width: 100%;
          margin-left: 0;
          margin-right: 0;
          float: none;
          margin-bottom: 1em; } }
    .config-conteudo p img.alignright {
      width: auto;
      max-width: 19.875vw;
      margin-top: 4rem;
      margin-bottom: 4rem;
      margin-right: -5.625vw; }
      @media screen and (max-width: 800px) {
        .config-conteudo p img.alignright {
          max-width: 100%;
          margin-right: 0;
          margin-left: 0;
          float: none;
          margin-bottom: 1em; } }
  .config-conteudo blockquote {
    font-weight: 600;
    font-size: 18px;
    text-align: right;
    float: right;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-right: 5px solid #DEB111;
    padding-right: 20px; }
    .config-conteudo blockquote p {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.6;
      margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      .config-conteudo blockquote {
        float: none;
        margin-right: 0;
        padding-left: 50px;
        text-align: left;
        margin-bottom: 1em;
        font-size: 18px; } }
  .config-conteudo .colunas-css {
    -webkit-columns: 3;
    columns: 3;
    -webkit-column-gap: 4rem;
    column-gap: 4rem; }
    @media screen and (max-width: 799px) {
      .config-conteudo .colunas-css {
        -webkit-columns: 1;
        columns: 1; } }
    @media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .config-conteudo .colunas-css {
        -webkit-columns: 2;
        columns: 2; } }
    .config-conteudo .colunas-css p:empty {
      display: none; }
  .config-conteudo .nav-aba {
    list-style-type: none;
    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;
    border-bottom: 1px solid #e9e9e9; }
    .config-conteudo .nav-aba li {
      font-size: 22px;
      font-size: 2.2rem;
      margin-right: 2rem;
      cursor: pointer;
      background: #40BFAE;
      color: #fff;
      padding: 4px 15px;
      border-radius: 8px 0 8px 0;
      font-weight: bold;
  }
  .config-conteudo .nav-aba li::after { content: " +"}
      @media screen and (max-width: 799px) {
        .config-conteudo .nav-aba li {
          font-size: 18px;
          font-size: 1.8rem;
          margin-right: 1rem; } }
          .config-conteudo .nav-aba li.ativo {
            font-weight: bold;
            color: #40BFAE;
            background: #f6f6f6;
            padding: 4px 15px;
            border-radius: 8px 0 8px 0;
        }
  .config-conteudo .item-equipe {
    margin-bottom: 5rem; }
    .config-conteudo .item-equipe .foto-pessoa img {
      margin-bottom: 0; }
    .config-conteudo .item-equipe h3 {
      margin-top: 2rem;
      margin-bottom: 1rem; }
    .config-conteudo .item-equipe .minibio {
      margin-bottom: 2rem; }
    .config-conteudo .item-equipe .links {
      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; }
  .config-conteudo .titulo-regua-logo {
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem; }
  .config-conteudo .regua-logos {
    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;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #cdcdcd; }
    .config-conteudo .regua-logos a {
      display: block;
      margin-right: 2vw;
      margin-bottom: 2vw; }
      @media screen and (max-width: 799px) {
        .config-conteudo .regua-logos a {
          margin-right: 5vw;
          margin-bottom: 5vw; } }
    .config-conteudo .regua-logos img {
      max-width: 12vw;
      max-height: 6vw;
      display: block; }
      @media screen and (max-width: 799px) {
        .config-conteudo .regua-logos img {
          max-width: 22vw;
          max-height: 12vw; } }

.galeria-padrao {
  width: 100%;
  position: relative;
  padding-bottom: 6rem; }
  .galeria-padrao .a-prev, .galeria-padrao .a-next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2rem;
    left: 1rem;
    line-height: 8rem;
    height: 8rem;
    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: 80px;
    font-size: 8rem;
    color: #40BFAE;
    z-index: 100; }
  .galeria-padrao .a-next {
    left: auto;
    right: 1rem; }
  .galeria-padrao .slides-pagina {
    width: 100%; }
    .galeria-padrao .slides-pagina .item-galeria {
      display: block;
      width: 100%; }
    .galeria-padrao .slides-pagina .centraliza-imagem {
      width: 100%;
      height: calc(100vh - 14rem);
      background-color: #F8f8f8; }
    .galeria-padrao .slides-pagina img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

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

[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; }

.simula-colunas {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  opacity: 0.25;
  pointer-events: none; }
  .simula-colunas .container {
    width: 100%;
    height: 100%; }
  .simula-colunas .layout-flex {
    width: 120vw;
    height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .simula-colunas .modulo-desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .simula-colunas .modulo-mobile {
    display: none; }
  .simula-colunas .modulo-land {
    display: none; }
  @media screen and (max-width: 799px) {
    .simula-colunas .modulo-desk {
      display: none; }
    .simula-colunas .modulo-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .simula-colunas .modulo-land {
      display: none; } }
  @media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .simula-colunas .modulo-desk {
      display: none; }
    .simula-colunas .modulo-mobile {
      display: none; }
    .simula-colunas .modulo-land {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .simula-colunas .coluna-1 {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 799px) {
      .simula-colunas .coluna-1 {
        width: 12.33333vw; } }
    @media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .simula-colunas .coluna-1 {
        width: 9.5vw; } }
  .simula-colunas .gutter {
    height: 100%;
    background-color: rgba(222, 177, 17, 0.3);
    width: 1.5vw; }
    @media screen and (max-width: 799px) {
      .simula-colunas .gutter {
        width: 2vw; } }
    @media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .simula-colunas .gutter {
        width: 2vw; } }

.line-clamp, .card-noticia .informacao .resumo {
  max-height: calc(3 * 1.15 * 1.5rem);
  overflow: hidden; }

@supports (-webkit-line-clamp: 3) {
  .line-clamp, .card-noticia .informacao .resumo {
    max-height: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; } }

.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: auto;
  position: relative;
  font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #333; }

body {
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 800px) {
    body {
      overflow: visible; } }

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 800px) {
    .site-content {
      overflow: visible; } }

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */ }
  @media screen and (max-width: 2000px) {
    html {
      font-size: 62.5%; } }
  @media screen and (max-width: 1900px) {
    html {
      font-size: 60%; } }
  @media screen and (max-width: 1800px) {
    html {
      font-size: 57.5%; } }
  @media screen and (max-width: 1700px) {
    html {
      font-size: 55%; } }
  @media screen and (max-width: 1600px) {
    html {
      font-size: 55%; } }
  @media screen and (max-width: 1500px) {
    html {
      font-size: 52.5%; } }
  @media screen and (max-width: 1400px) {
    html {
      font-size: 50%; } }
  @media screen and (max-width: 1300px) {
    html {
      font-size: 47.5%; } }
  @media screen and (max-width: 1200px) {
    html {
      font-size: 45%; } }
  @media screen and (max-width: 1100px) {
    html {
      font-size: 45%; } }
  @media screen and (max-width: 1000px) {
    html {
      font-size: 45%; } }
  @media screen and (max-width: 900px) {
    html {
      font-size: 45%; } }
  @media screen and (max-width: 800px) {
    html {
      font-size: 45%; } }
  @media screen and (max-width: 800px) {
    html {
      font-size: 45%; } }

.hide {
  display: none !important; }

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

.mb20, .newsletter-mailchimp textarea {
  margin-bottom: 15px; }
  @media screen and (max-width: 800px) {
    .mb20, .newsletter-mailchimp textarea {
      margin-bottom: 7.5px; } }

.mb40 {
  margin-bottom: 30px; }
  @media screen and (max-width: 800px) {
    .mb40 {
      margin-bottom: 15px; } }

.mb60 {
  margin-bottom: 45px; }
  @media screen and (max-width: 800px) {
    .mb60 {
      margin-bottom: 22.5px; } }

.mb80 {
  margin-bottom: 60px; }
  @media screen and (max-width: 800px) {
    .mb80 {
      margin-bottom: 30px; } }

.mb100 {
  margin-bottom: 75px; }
  @media screen and (max-width: 800px) {
    .mb100 {
      margin-bottom: 37.5px; } }

.mb120 {
  margin-bottom: 90px; }
  @media screen and (max-width: 800px) {
    .mb120 {
      margin-bottom: 45px; } }

.place-black ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000; }

.place-black ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000; }

.place-black :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000; }

.place-black :-moz-placeholder {
  /* Firefox 18- */
  color: #000000; }

.place-white ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff; }

.place-white ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff; }

.place-white :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff; }

.place-white :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff; }

.section-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: #40BFAE;
  color: #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);
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 799px) {
    .section-header {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .section-header .header-direita {
    display: block;
    padding: 2rem 0; }
    @media screen and (max-width: 799px) {
      .section-header .header-direita {
        padding: 0; } }
    .section-header .header-direita img {
      display: block;
      height: 8rem; }
  .section-header .header-esquerda {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 799px) {
      .section-header .header-esquerda {
        display: none; } }
  .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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 41.25vw;
    margin-right: 8.625vw; }
    @media screen and (max-width: 799px) {
      .section-header .header-menu {
        margin-right: 0;
        margin-bottom: 2rem; } }
    .section-header .header-menu a:hover, .section-header .header-menu a.ativo {
      border-bottom: 2px solid #fff; }
    .section-header .header-menu li {
      position: relative;
      padding: 10px; }
      @media screen and (max-width: 799px) {
        .section-header .header-menu li {
          width: 100%;
          padding: 5px 0; } }
    @media screen and (max-width: 799px) {
      .section-header .header-menu > li {
        border-bottom: 1px solid #fff; } }
    .section-header .header-menu .submenu {
      position: absolute;
      top: 100%;
      left: 0;
      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.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      pointer-events: none; }
      @media screen and (max-width: 799px) {
        .section-header .header-menu .submenu {
          position: relative;
          top: auto;
          left: auto;
          opacity: 1;
          visibility: visible;
          z-index: 100;
          pointer-events: all;
          -webkit-box-shadow: none;
          box-shadow: none;
          background-color: transparent;
          padding-left: 10px; } }
      .section-header .header-menu .submenu li {
        white-space: nowrap;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(64, 191, 174, 0.4);
        color: #40BFAE; }
        @media screen and (max-width: 799px) {
          .section-header .header-menu .submenu li {
            color: #fff;
            border-bottom: none;
            padding: 3px 0px; } }
        .section-header .header-menu .submenu li a:hover {
          border-bottom: 2px solid #40BFAE; }
        .section-header .header-menu .submenu li:last-of-type {
          border-bottom: none; }
    .section-header .header-menu li:hover .submenu {
      opacity: 1;
      visibility: visible;
      z-index: 100;
      pointer-events: all; }
  .section-header .header-extra {
    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;
    width: 5.625vw; }
    .section-header .header-extra .bloco-busca {
      width: 4rem;
      height: 4rem;
      background-color: #C4C4C4;
      position: relative; }
    .section-header .header-extra .flutua-busca {
      position: absolute;
      top: 0;
      right: 0;
      width: 16rem;
      height: 4rem;
      background-color: #C4C4C4;
      display: none; }
      .section-header .header-extra .flutua-busca form {
        width: 100%; }
      .section-header .header-extra .flutua-busca input {
        width: 100%;
        height: 4rem;
        background-color: #C4C4C4;
        color: #333;
        font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        border: none;
        padding-left: 5px; }
      .section-header .header-extra .flutua-busca button {
        position: absolute;
        top: 0;
        right: 0;
        height: 4rem;
        line-height: 4rem;
        font-size: 18px;
        font-size: 1.8rem;
        color: #333;
        background-color: transparent;
        border: none;
        cursor: pointer; }
      .section-header .header-extra .flutua-busca .fechar {
        color: #e2e2e2;
        position: absolute;
        top: -2.3rem;
        right: 0;
        font-size: 12px;
        font-size: 1.2rem; }
    .section-header .header-extra .call-busca {
      display: block;
      width: 4rem;
      height: 4rem;
      background-color: #C4C4C4;
      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; }
      .section-header .header-extra .call-busca:hover {
        background-color: #a2a2a2; }
    .section-header .header-extra .bloco-busca.ativo .flutua-busca {
      display: block; }
    .section-header .header-extra .call-eng {
      display: block;
      width: 4rem;
      height: 4rem;
      background-color: #DEB111;
      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; }
      .section-header .header-extra .call-eng:hover {
        background-color: #af8b0d; }
  .section-header .header-burger {
    display: none; }
    @media screen and (max-width: 799px) {
      .section-header .header-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .section-header .header-burger .hamburger {
          padding: 0;
          height: 24px; } }
  .section-header .hamburger-inner,
  .section-header .hamburger-inner::before,
  .section-header .hamburger-inner::after {
    background-color: #fff; }
  .section-header .hamburger.is-active .hamburger-inner,
  .section-header .hamburger.is-active .hamburger-inner::before,
  .section-header .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }
  @media screen and (max-width: 799px) {
    .section-header {
      z-index: 10005; }
      .section-header .header-esquerda {
        display: none;
        width: 100%;
        height: auto;
        min-height: 100vh;
        padding-top: 4rem; }
      .section-header.ativo {
        width: 100%;
        min-height: 100%; }
        .section-header.ativo .header-esquerda {
          display: block; }
        .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;
          width: 100%; }
        .section-header.ativo .header-extra {
          width: 100%;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .section-header.ativo .header-extra a {
            margin-right: 2rem; } }

.spacer-head, .espaco-header {
  width: 100%;
  height: 12rem;
  background-color: #cdcdcd; }

.footer {
  width: 100%;
  background-color: #40BFAE;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .footer .footer-menu {
    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-size: 22px;
    font-size: 2.2rem;
    font-weight: bold; }
    @media screen and (max-width: 799px) {
      .footer .footer-menu {
        display: block; } }
    .footer .footer-menu li {
      margin-right: 3rem; }
      @media screen and (max-width: 799px) {
        .footer .footer-menu li {
          margin-right: 0;
          margin-bottom: 2rem; } }
    .footer .footer-menu a:hover {
      text-decoration: underline; }
  .footer .coluna-news {
    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; }
    @media screen and (max-width: 799px) {
      .footer .coluna-news {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 2rem; } }
  .footer .footer-social {
    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-top: 2.5rem; }
    .footer .footer-social span {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold;
      margin-right: 3rem; }
    .footer .footer-social .social {
      font-size: 20px;
      font-size: 2rem;
      width: 4rem;
      height: 4rem;
      border-radius: 4rem;
      background-color: #0D656A;
      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: 2rem; }

.branco {
  color: #fff; }

.preto {
  color: #000; }

.vermelho {
  color: #A42C34; }

.vermelho2 {
  color: #C0333D; }

.amarelo {
  color: #DEB111; }

.botao {
  display: inline-block;
  vertical-align: middle;
  height: 5rem;
  line-height: 5rem;
  padding: 0 6rem;
  font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 10px; }
  .botao.medio {
    height: 4.5rem;
    line-height: 4.5rem;
    padding: 0 3rem;
    font-size: 17px;
    font-size: 1.7rem; }
  .botao.menor {
    height: 4rem;
    line-height: 4rem;
    padding: 0 3rem;
    font-size: 14px;
    font-size: 1.4rem; }
  .botao.news {
    padding: 0 4rem;
    font-weight: bold; }
    .botao.news i {
      color: #0D656A; }
  .botao.botao-ico {
    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; }
    .botao.botao-ico i {
      font-size: 30px;
      font-size: 3rem;
      margin-left: 2rem; }
  .botao.b-amarelo {
    background-color: #DEB111;
    color: #000; }
    .botao.b-amarelo:hover {
      background-color: #efc633; }
  .botao.b-verde {
    background-color: #40BFAE;
    color: #fff; }
    .botao.b-verde:hover {
      background-color: #66ccbe; }
  .botao.b-verde-outline {
    background-color: #fff;
    color: #40BFAE;
    border: 1px solid #40BFAE; }
    .botao.b-verde-outline:hover {
      background-color: #40BFAE;
      color: #fff; }
  .botao.b-verdeesc {
    background-color: #0D656A;
    color: #fff; }
    .botao.b-verdeesc:hover {
      background-color: #139097; }
  .botao.b-azulesc {
    background-color: #0E2836;
    color: #fff; }
    .botao.b-azulesc:hover {
      background-color: #19465f; }

.centraliza {
  text-align: center; }
  @media screen and (max-width: 799px) {
    .centraliza {
      text-align: left; } }

.ttu {
  text-transform: uppercase; }

.titulo-grande {
  font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
  font-size: 102px;
  font-size: 10.2rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }
  .titulo-grande.tdu {
    border-bottom: 2px solid #A42C34;
    display: inline-block;
    text-align: center; }
  .titulo-grande.vermelho {
    color: #A42C34;
    border-bottom: 2px solid #A42C34;
    display: inline-block;
    text-align: center; }
  .titulo-grande.menor {
    font-size: 80px;
    font-size: 8rem; }
    @media screen and (max-width: 799px) {
      .titulo-grande.menor {
        font-size: 42px;
        font-size: 4.2rem; } }
  .titulo-grande.nowrap {
    white-space: nowrap; }
    @media screen and (max-width: 800px) {
      .titulo-grande.nowrap {
        white-space: normal; } }

.nowrap {
  white-space: nowrap; }
  @media screen and (max-width: 800px) {
    .nowrap {
      white-space: normal; } }

.titulo-menor {
  font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }
  .titulo-menor.tdu {
    text-decoration: underline; }

.label-grande {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500; }
  @media screen and (max-width: 800px) {
    .label-grande {
      font-size: 14px;
      font-size: 1.4rem; } }

.texto-padrao {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7; }
  .texto-padrao.maior {
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (max-width: 800px) {
      .texto-padrao.maior {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5; } }
    @media screen and (max-width: 999px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .texto-padrao.maior {
        font-size: 15px;
        font-size: 1.5rem; } }
  .texto-padrao p {
    margin-bottom: 2rem; }
    .texto-padrao p:last-of-type {
      margin-bottom: 0; }
  .texto-padrao.pr1 {
    padding-right: 2.8125vw; }
  .texto-padrao.pr2 {
    padding-right: 5.625vw; }
  .texto-padrao.pr3 {
    padding-right: 7.6875vw; }
  .texto-padrao.pr4 {
    padding-right: 12.75vw; }

.testando {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  .testando .layout-flex {
    border: 1px solid #000; }
  .testando .bloco-a {
    background-color: #40BFAE;
    height: 400px; }
  .testando .bloco-b {
    background-color: #0D656A;
    height: 400px; }

.home-capa {
  width: 100%;
  position: relative; }
  .home-capa .a-prev, .home-capa .a-next {
    display: block;
    position: absolute;
    top: 50%;
    font-size: 50px;
    font-size: 5rem;
    line-height: 5rem;
    color: #DEB111;
    margin-top: -2.5rem;
    right: 1vw;
    z-index: 100; }
  .home-capa .a-prev {
    right: auto;
    left: 1vw; }
  .home-capa .slides-capa {
    width: 100%;
    display: block; }
  .home-capa .slide-item-capa {
    width: 100%;
    height: 65vh;
    display: block;
    background-color: #40BFAE;
    position: relative; }
    .home-capa .slide-item-capa .fundo-slide {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background-image: url("../img/fundo-base.png");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .home-capa .slide-item-capa .fundo-slide:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(16, 50, 38, 0.7); }
      .home-capa .slide-item-capa .fundo-slide.nofundo {
        background-color: rgba(16, 50, 38, 0.7); }
        .home-capa .slide-item-capa .fundo-slide.nofundo:before {
          display: none; }
    .home-capa .slide-item-capa .container {
      width: 100%;
      display: block;
      height: 65vh;
      position: relative;
      z-index: 20;
      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; }
    .home-capa .slide-item-capa .capa-texto {
      color: #fff;
      width: 55.5vw; }
      @media screen and (max-width: 799px) {
        .home-capa .slide-item-capa .capa-texto {
          width: 100%; } }
      .home-capa .slide-item-capa .capa-texto h2 {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.2;
        font-weight: bold;
        margin-bottom: 3rem; }
        @media screen and (max-width: 799px) {
          .home-capa .slide-item-capa .capa-texto h2 {
            font-size: 40px;
            font-size: 4rem; } }
      .home-capa .slide-item-capa .capa-texto .desc {
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 4rem; }
        @media screen and (max-width: 799px) {
          .home-capa .slide-item-capa .capa-texto .desc {
            font-size: 22px;
            font-size: 2.2rem; } }

.slick-dots {
  width: 100%;
  height: auto;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 25px;
  list-style-type: none !important; }
  .slick-dots button {
    margin: 0 5px;
    padding: 0;
    text-indent: -9999px;
    display: block;
    border: none;
    opacity: 1;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    background-color: #fff;
    opacity: 0.3; }
    @media screen and (max-width: 799px) {
      .slick-dots button {
        margin-bottom: 2rem; } }
  .slick-dots .slick-active button {
    opacity: 1; }
  .home-capa .slick-dots {
    position: absolute;
    bottom: 1rem;
    left: 0;
    z-index: 100; }
  .quem-memoria .slick-dots {
    position: absolute;
    bottom: -1rem;
    left: 0;
    z-index: 100; }
    .quem-memoria .slick-dots button {
      background-color: #40BFAE; }
  .galeria-padrao .slick-dots {
    position: absolute;
    bottom: -6rem;
    left: 0;
    z-index: 100; }
    .galeria-padrao .slick-dots button {
      background-color: #40BFAE; }

.home-frase {
  background-color: #0D656A;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 799px) {
    .home-frase {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .home-frase h3 {
    color: #fff;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.5; }
    @media screen and (max-width: 799px) {
      .home-frase h3 {
        font-size: 28px;
        font-size: 2.8rem; } }

.titulo-sec {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 6rem; }
  @media screen and (max-width: 799px) {
    .titulo-sec {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 4.4rem; } }

.titulo-med, .relatorios-destaques li h3, .relatorios-anteriores li h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 5rem; }
  @media screen and (max-width: 799px) {
    .titulo-med, .relatorios-destaques li h3, .relatorios-anteriores li h3 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 4.4rem; } }

.home-programas {
  background-color: #0D656A;
  color: #fff;
  background-image: url("../img/grafismo-home@2x.png"), url("../img/grafismo-home-inv@2x.png");
  background-position: top left, top right;
  background-size: auto 26rem;
  background-repeat: no-repeat;
  padding-top: 8rem;
  padding-bottom: 12rem; }
  @media screen and (max-width: 799px) {
    .home-programas {
      padding-top: 3rem;
      padding-bottom: 6rem;
      background-size: auto 12rem; } }
  .home-programas .titulo-sec {
    color: #fff;
    margin-bottom: 10rem;
    text-align: center; }
    @media screen and (max-width: 799px) {
      .home-programas .titulo-sec {
        margin-bottom: 8rem; } }
  .home-programas .lista-programas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home-programas .item-programa {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 799px) {
      .home-programas .item-programa {
        margin-bottom: 5rem; } }
    .home-programas .item-programa h3 {
      font-weight: bold;
      color: #DEB111;
      font-weight: bold;
      margin-bottom: 1rem;
      font-size: 20px;
      font-size: 2rem;
      min-height: 6rem;
      text-transform: uppercase; }
    .home-programas .item-programa .desc {
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 2rem; }
    .home-programas .item-programa .botao {
      width: auto; }

.home-noticias {
  background-color: rgba(196, 196, 196, 0.15);
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 799px) {
    .home-noticias {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .home-noticias .titulo-sec {
    color: #0E2836;
    margin-bottom: 10rem;
    text-align: center; }
    @media screen and (max-width: 799px) {
      .home-noticias .titulo-sec {
        text-align: left;
        margin-bottom: 4rem; } }
  .home-noticias .veja-mais {
    text-align: center;
    margin-top: 2rem;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold; }
    .home-noticias .veja-mais a {
      display: inline-block;
      border-bottom: 1px solid #000; }

.grid-noticias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .grid-noticias .card-noticia {
    margin-right: 0.9vw;
    margin-bottom: 3vw; }
    .grid-noticias .card-noticia:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 799px) {
      .grid-noticias .card-noticia {
        margin-right: 0;
        margin-bottom: 3rem; } }
    @media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .grid-noticias .card-noticia {
        margin-right: 1.8vw;
        margin-bottom: 3rem; }
        .grid-noticias .card-noticia:nth-child(3n) {
          margin-right: 1.8vw; }
        .grid-noticias .card-noticia:nth-child(2n) {
          margin-right: 0; } }
  .grid-noticias.grid-pubs .card-noticia {
    margin-right: 6.9vw;
    margin-bottom: 7.5vw; }
    .grid-noticias.grid-pubs .card-noticia:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 799px) {
      .grid-noticias.grid-pubs .card-noticia {
        margin-right: 0;
        margin-bottom: 3rem; } }
    @media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .grid-noticias.grid-pubs .card-noticia {
        margin-right: 1.8vw;
        margin-bottom: 3rem; }
        .grid-noticias.grid-pubs .card-noticia:nth-child(3n) {
          margin-right: 1.8vw; }
        .grid-noticias.grid-pubs .card-noticia:nth-child(2n) {
          margin-right: 0; } }

.card-noticia {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff; }
  .card-noticia .capa {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #C4C4C4; }
  .card-noticia .informacao {
    padding: 3vw;
    border: 1px solid #C4C4C4;
    border-top: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .card-noticia .informacao .categoria {
      line-height: 3rem;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      color: #40BFAE; }
    .card-noticia .informacao .data {
      line-height: 3rem;
      background-image: url("../img/icone-agenda@2x.png");
      background-size: 2rem auto;
      background-repeat: no-repeat;
      background-position: center left;
      padding-left: 3rem;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold; }
    .card-noticia .informacao h3 {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold;
      margin: 1rem 0; }
    .card-noticia .informacao .resumo {
      font-size: 16px;
      font-size: 1.6rem; }
    .card-noticia .informacao .mais {
      width: 100%;
      text-align: center;
      margin-top: 2rem; }

.home-parceiros {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 799px) {
    .home-parceiros {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .home-parceiros .titulo-sec {
    color: #0E2836;
    margin-bottom: 4rem;
    text-align: center; }
    @media screen and (max-width: 799px) {
      .home-parceiros .titulo-sec {
        text-align: left; } }
  .home-parceiros .lista-parceiros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 799px) {
      .home-parceiros .lista-parceiros {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .home-parceiros .lista-parceiros img {
      max-width: 8vw;
      max-height: 5vw;
      display: block;
      margin: 1vw 2vw; }
      @media screen and (max-width: 799px) {
        .home-parceiros .lista-parceiros img {
          max-width: 24vw;
          max-height: 12vw;
          display: block;
          margin: 3vw 4vw;
          margin-left: 0; } }

.separa-triangulo {
  position: relative; }
  .separa-triangulo:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.40625vw 0 5.40625vw 10.8125vw;
    border-color: transparent transparent transparent #0D656A;
    position: absolute;
    top: -5.40625vw;
    left: 0; }
  .separa-triangulo.separa-direita:before {
    left: auto;
    right: 0;
    border-width: 5.40625vw 10.8125vw 5.40625vw 0;
    border-color: transparent #0E2836 transparent transparent; }
  .separa-triangulo.separa-direita-verde:before {
    left: auto;
    right: 0;
    border-width: 5.40625vw 10.8125vw 5.40625vw 0;
    border-color: transparent #40BFAE transparent transparent; }
    .separa-triangulo.separa-esquerda::before {
      left: 0;
      left: auto;
      border-width: 4.406vw 0vw 4.406vw 10vw;
      border-color: transparent transparent transparent #0E2836;
  }

.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: 1vw;
  -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 .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;
    top: 2rem;
    right: 4rem;
    line-height: 3rem;
    border-radius: 3em;
    font-size: 4rem;
    font-weight: bold;
    color: #DEB111;
    z-index: 120;
    cursor: pointer; }

.modal {
  width: 98%;
  max-width: 800px;
  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 iframe {
    width: 100%;
    height: 85vh;
    position: relative;
    z-index: 40; }

.quem-capa {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 799px) {
    .quem-capa {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .quem-capa:before {
    content: "";
    display: block;
    width: 100%;
    height: 50vh;
    background-color: #0D656A;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25; }
    @media screen and (max-width: 799px) {
      .quem-capa:before {
        height: 25vh; } }
    @media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .quem-capa:before {
        height: 50vh; } }
  .quem-capa .container {
    position: relative;
    z-index: 50; }
  .quem-capa .titulo-sec {
    color: #DEB111;
    margin-bottom: 4rem; }
    @media screen and (max-width: 799px) {
      .quem-capa .titulo-sec {
        margin-bottom: 2rem; } }
  .quem-capa .bloco-video {
    margin-bottom: 4rem; }
  .quem-capa .bloco-imagem img {
    display: block;
    width: 100%; }

.quem-frase {
  background-color: #C4C4C4;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 799px) {
    .quem-frase {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

.quem-missao {
  background-color: #0E2836;
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 799px) {
    .quem-missao {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .quem-missao .item-missao {
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (max-width: 799px) {
      .quem-missao .item-missao {
        margin-bottom: 4rem; } }
    .quem-missao .item-missao h2 {
      text-transform: uppercase;
      color: #40BFAE;
      margin-bottom: 2rem; }
    .quem-missao .item-missao p {
      margin-bottom: 2rem; }
      .quem-missao .item-missao p:last-child {
        margin-bottom: 0; }
    .quem-missao .item-missao a {
      color: #40BFAE;
      font-weight: bold; }

.quem-memoria-intro {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 799px) {
    .quem-memoria-intro {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .quem-memoria-intro .titulo-sec {
    margin-bottom: 3rem;
    margin-left: 7.125vw; }
    @media screen and (max-width: 799px) {
      .quem-memoria-intro .titulo-sec {
        margin-left: 0; } }
  .quem-memoria-intro .introducao {
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem; }
    @media screen and (max-width: 799px) {
      .quem-memoria-intro .introducao {
        font-size: 20px;
        font-size: 2rem; } }

.quem-memoria {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  background-color: #E5E5E5; }
  @media screen and (max-width: 799px) {
    .quem-memoria {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .quem-memoria .container {
    position: relative; }
    .quem-memoria .container .a-prev, .quem-memoria .container .a-next {
      display: block;
      position: absolute;
      top: 50%;
      font-size: 50px;
      font-size: 5rem;
      line-height: 5rem;
      color: #40BFAE;
      margin-top: -2.5rem;
      right: 1vw;
      z-index: 100; }
    .quem-memoria .container .a-prev {
      right: auto;
      left: 1vw; }
  .quem-memoria .memoria-slide:nth-child(even) .layout-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .quem-memoria .memoria-texto h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: bold;
    color: #0D656A;
    margin-bottom: 3rem; }

.noticias-main {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 799px) {
    .noticias-main {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .noticias-main:before {
    content: "";
    display: block;
    width: 100%;
    height: 50vh;
    background-color: #0D656A;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25; }
    @media screen and (max-width: 799px) {
      .noticias-main:before {
        height: 25vh; } }
    @media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .noticias-main:before {
        height: 50vh; } }
  .noticias-main .container {
    position: relative;
    z-index: 50; }
  .noticias-main .titulo-sec {
    color: #DEB111;
    margin-bottom: 4rem; }
    @media screen and (max-width: 799px) {
      .noticias-main .titulo-sec {
        margin-bottom: 2rem; } }
  .noticias-main .titulo-nav {
    color: #DEB111;
    margin-bottom: 4rem;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: -2.66667rem; }
    .noticias-main .titulo-nav strong {
      color: #fff; }
  .noticias-main .pubs-topo {
    margin-bottom: 5rem; }
  .noticias-main select {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    background-color: #000;
    color: #fff;
    border: none;
    font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
    padding: 0 10px; }
  .noticias-main .pubs-tax .titulo-sec {
    margin-bottom: 0; }
  .noticias-main .voltar-bibi {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-style: italic;
    margin-left: 5rem; }

.single-topo {
  background-color: #0D656A;
  position: relative;
  color: #fff; }
  .single-topo .imagem-capa {
    min-height: 27vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 799px) {
      .single-topo .imagem-capa {
        width: 100vw;
        height: 50vw;
        margin-left: -8vw; } }
  .single-topo .coluna-informacoes {
    padding-left: 2.8125vw; }
    @media screen and (max-width: 799px) {
      .single-topo .coluna-informacoes {
        padding-top: 8vw;
        padding-bottom: 8vw; } }
  .single-topo.nothumb .coluna-informacoes {
    margin-left: 12.75vw;
    padding-top: 6vw;
    padding-bottom: 6vw; }
    @media screen and (max-width: 799px) {
      .single-topo.nothumb .coluna-informacoes {
        margin-left: 0;
        padding-top: 8vw;
        padding-bottom: 8vw; } }
  .single-topo .titulo-sec {
    color: #DEB111;
    margin-bottom: 2rem;
    line-height: 1.2; }
    @media screen and (max-width: 799px) {
      .single-topo .titulo-sec {
        margin-bottom: 2rem; } }
  .single-topo .capa-bottom {
    font-size: 18px;
    font-size: 1.8rem; }
  .single-topo .share {
    margin-top: 2rem; }
    .single-topo .share a {
      color: #DEB111;
      font-size: 22px;
      font-size: 2.2rem;
      display: inline-block;
      margin-left: 5px; }

.single-conteudo {
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative; }
  @media screen and (max-width: 799px) {
    .single-conteudo {
      padding-top: 6rem;
      padding-bottom: 3rem; } }
  .single-conteudo .principal {
    margin: 0 auto; }

.single-relacionados {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 799px) {
    .single-relacionados {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .single-relacionados .titulo-med, .single-relacionados .relatorios-destaques li h3, .relatorios-destaques li .single-relacionados h3, .single-relacionados .relatorios-anteriores li h3, .relatorios-anteriores li .single-relacionados h3 {
    color: #40BFAE;
    margin-top: 4rem;
    margin-bottom: 2rem; }

.paginacao {
  padding-top: 20px;
  text-align: center;
  color: #40BFAE;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold; }
  .paginacao .current {
    font-weight: bold;
    color: #0D656A; }

.newsletter-titulo {
  background-color: #40BFAE; }
  .newsletter-titulo .titulo-med, .newsletter-titulo .relatorios-destaques li h3, .relatorios-destaques li .newsletter-titulo h3, .newsletter-titulo .relatorios-anteriores li h3, .relatorios-anteriores li .newsletter-titulo h3 {
    color: #fff;
    line-height: 2; }

.newsletter-mailchimp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative; }
  @media screen and (max-width: 799px) {
    .newsletter-mailchimp {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .newsletter-mailchimp .flex-form label {
    display: none; }
  .newsletter-mailchimp .flex-form .coluna-4, .newsletter-mailchimp .flex-form .coluna-6 {
    margin-bottom: 2rem; }
  .newsletter-mailchimp .flex-form .coluna-8 {
    width: 55.5vw !important; }
    @media screen and (max-width: 800px) {
      .newsletter-mailchimp .flex-form .coluna-8 {
        width: 100% !important; } }
  @media screen and (max-width: 800px) {
    .newsletter-mailchimp .flex-form .mc-field-group {
      width: 100%; } }
  .newsletter-mailchimp .flex-form .input-group, .newsletter-mailchimp .flex-form ul {
    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; }
    @media screen and (max-width: 800px) {
      .newsletter-mailchimp .flex-form .input-group, .newsletter-mailchimp .flex-form ul {
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem; } }
  .newsletter-mailchimp .flex-form li {
    margin-right: 10px !important; }
  .newsletter-mailchimp input[type="text"], .newsletter-mailchimp input[type="email"] {
    width: 100%;
    font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
    height: 5rem;
    line-height: 5rem;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    color: #000;
    padding-left: 10px; }
  .newsletter-mailchimp textarea {
    width: 100%;
    font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
    height: 16rem;
    line-height: 1.4;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #A42C34;
    background-color: transparent;
    color: #000;
    padding: 10px;
    margin-top: 1rem; }
  .newsletter-mailchimp select {
    width: 100%;
    font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
    height: 5rem;
    line-height: 5rem;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    color: #000; }
  .newsletter-mailchimp #mc_embed_signup .button {
    background-color: #0D656A; }
    .newsletter-mailchimp #mc_embed_signup .button:hover {
      background-color: #40BFAE; }

.contato-main {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 799px) {
    .contato-main {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .contato-main .titulo-sec {
    margin-bottom: 3rem;
    color: #40BFAE; }
  @media screen and (max-width: 799px) {
    .contato-main .layout-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.configuracao-formulario .campo-input {
  padding-right: 1rem;
  margin-bottom: 2rem; }

.configuracao-formulario .outro {
  position: relative; }
  .configuracao-formulario .outro span {
    position: absolute;
    top: 8px;
    right: 6px;
    cursor: pointer; }

.configuracao-formulario label {
  display: block;
  font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #0D656A; }

.configuracao-formulario input {
  display: block;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  border: none;
  font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #e9e9e9;
  color: #333;
  padding-left: 10px; }

.configuracao-formulario .enviar-form {
  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-top: 2rem; }

.configuracao-formulario input[type="submit"] {
  display: block;
  width: auto;
  height: 5rem;
  line-height: 5rem;
  border: none;
  font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #40BFAE;
  color: #fff;
  padding: 0 25px;
  border-radius: 5px;
  cursor: pointer; }

.configuracao-formulario textarea {
  width: 100%;
  border: none;
  font-family: 'Roboto', 'Calibri', 'Lucida Grande', sans-serif;
  background-color: #e9e9e9;
  color: #333;
  padding: 10px; }
  .configuracao-formulario textarea.contato {
    height: 25rem; }

.configuracao-formulario .select-estilizado {
  background-color: #e9e9e9; }
  .configuracao-formulario .select-estilizado:before {
    background-color: #e9e9e9; }

.configuracao-formulario .botao {
  width: 100%; }

.configuracao-formulario .campo-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .configuracao-formulario .campo-checkbox label {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    line-height: 1.2;
    margin-left: 10px; }

.configuracao-formulario input[type="checkbox"] {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  vertical-align: middle; }

.padrao-semcapa {
  padding-top: 8rem;
  padding-bottom: 0;
  position: relative; }
  .padrao-semcapa:before {
    content: "";
    display: block;
    width: 50%;
    height: 60vh;
    position: absolute;
    top: -4rem;
    right: 0;
    pointer-events: none;
    background-image: url("../img/grafismo-home-inv@2x.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain; }
  @media screen and (max-width: 799px) {
    .padrao-semcapa {
      padding-top: 6rem;
      padding-bottom: 0; } }
  .padrao-semcapa .container {
    position: relative;
    z-index: 50; }
  .padrao-semcapa .titulo-sec {
    color: #40BFAE;
    margin-bottom: 0; }
    @media screen and (max-width: 799px) {
      .padrao-semcapa .titulo-sec {
        margin-bottom: 2rem; } }

.padrao-capa {
  padding-top: 8rem;
  padding-bottom: 0;
  position: relative; }
  @media screen and (max-width: 799px) {
    .padrao-capa {
      padding-top: 6rem;
      padding-bottom: 0; } }
  .padrao-capa:before {
    content: "";
    display: block;
    width: 100%;
    height: 50vh;
    background-color: #0D656A;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25; }
    @media screen and (max-width: 799px) {
      .padrao-capa:before {
        height: 25vh; } }
    @media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .padrao-capa:before {
        height: 50vh; } }
  .padrao-capa .container {
    position: relative;
    z-index: 50; }
  .padrao-capa .titulo-sec {
    color: #DEB111;
    margin-bottom: 2rem; }
    @media screen and (max-width: 799px) {
      .padrao-capa .titulo-sec {
        margin-bottom: 2rem; } }
  .padrao-capa .bloco-imagem img {
    display: block;
    width: 100%; }

.conteudo-flexivel {
  padding-top: 0;
  padding-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 799px) {
    .conteudo-flexivel {
      padding-bottom: 6rem; } }
  .conteudo-flexivel:first-of-type {
    padding-top: 8rem; }
    @media screen and (max-width: 799px) {
      .conteudo-flexivel:first-of-type {
        padding-top: 6rem; } }
  .conteudo-flexivel.colorido {
    padding-top: 8rem; }
    @media screen and (max-width: 799px) {
      .conteudo-flexivel.colorido {
        padding-top: 6rem; } }
  .conteudo-flexivel.txtclaro {
    color: #fff; }
    .conteudo-flexivel.txtclaro strong {
      color: #fff; }
    .conteudo-flexivel.txtclaro h1, .conteudo-flexivel.txtclaro h2, .conteudo-flexivel.txtclaro h3, .conteudo-flexivel.txtclaro h4, .conteudo-flexivel.txtclaro h5, .conteudo-flexivel.txtclaro h6 {
      color: #fff; }
  .conteudo-flexivel.duas_colunas .layout-flex .config-conteudo:first-of-type {
    padding-right: 2rem; }
  .conteudo-flexivel.duas_colunas .layout-flex .config-conteudo:last-of-type {
    padding-left: 1rem; }

.conteudo-flexivel.colorido + .conteudo-flexivel.fundobranco {
  padding-top: 8rem; }
  @media screen and (max-width: 799px) {
    .conteudo-flexivel.colorido + .conteudo-flexivel.fundobranco {
      padding-top: 6rem; } }

.relatorios-ice {
  position: relative;
  z-index: 50;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }
  @media screen and (max-width: 799px) {
    .relatorios-ice {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .relatorios-ice .titulo-sec {
    margin-bottom: 3rem;
    color: #40BFAE; }
  .relatorios-ice .titulo-med, .relatorios-ice .relatorios-destaques li h3, .relatorios-destaques li .relatorios-ice h3, .relatorios-ice .relatorios-anteriores li h3, .relatorios-anteriores li .relatorios-ice h3 {
    margin-bottom: 4rem; }

.relatorios-destaques {
  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;
  margin-bottom: 10rem; }
  .relatorios-destaques li {
    width: 19.875vw;
    margin-right: 1.5vw;
    background-color: #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); }
    @media screen and (max-width: 799px) {
      .relatorios-destaques li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem; } }
    .relatorios-destaques li:nth-child(4n) {
      margin-right: 0; }
    .relatorios-destaques li .capa {
      width: 100%;
      height: 0;
      padding-bottom: 120%;
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid #f2f2f2; }
    .relatorios-destaques li .dados {
      padding: 3rem;
      text-align: center;
      padding-top: 2rem; }
    .relatorios-destaques li h3 {
      line-height: 2;
      font-size: 26px;
      font-size: 2.6rem;
      margin-bottom: 1rem !important;
      text-align: center; }
    .relatorios-destaques li .downloads a {
      width: 100%;
      text-transform: uppercase; }
    .relatorios-destaques li .downloads a:first-of-type {
      margin-bottom: 1rem; }

.relatorios-anteriores {
  display: block; }
  .relatorios-anteriores li {
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(64, 191, 174, 0.3); }
    .relatorios-anteriores li:nth-child(even) {
      background-color: #F8f8f8; }
    .relatorios-anteriores li .dados {
      padding: 1.5rem 2rem;
      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; }
    .relatorios-anteriores li h3 {
      line-height: 2;
      font-size: 26px;
      font-size: 2.6rem;
      margin-bottom: 0 !important;
      text-align: center; }
      @media screen and (max-width: 799px) {
        .relatorios-anteriores li h3 {
          width: 100%;
          text-align: left; } }
    .relatorios-anteriores li .downloads {
      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; }
      @media screen and (max-width: 799px) {
        .relatorios-anteriores li .downloads {
          display: block; } }
      .relatorios-anteriores li .downloads a {
        margin-left: 1rem;
        text-transform: uppercase; }
        @media screen and (max-width: 799px) {
          .relatorios-anteriores li .downloads a {
            margin-left: 0;
            margin-bottom: 1rem; } }

.minimapa .controles {
  list-style-type: none;
  padding-left: 0; }

.minimapa .controles li {
  display: inline-block;
  margin-right: 5px; }

.minimapa .controles li .botao {
  background-color: #cdcdcd;
  font-size: 9px;
  padding: 0 15px;
  height: 24px;
  line-height: 24px; }

.minimapa .controles li .botao.ativo {
  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%); }

.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: #095540; }

.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: #A6BD38 !important; }

.minimapa .cor2 {
  background-color: #455368 !important; }

.minimapa .cor3 {
  background-color: #58C4C6 !important; }

.minimapa .cor4 {
  background-color: #297C27 !important; }

.minimapa .cor5 {
  background-color: #095540 !important; }

.minimapa .cor6 {
  background-color: #0E312C !important; }

.minimapa .cor7 {
  background-color: #13b185 !important; }

.minimapa .cor8 {
  background-color: #3febbb !important; }

.minimapa .cor9 {
  background-color: #616e21 !important; }

.minimapa .cor10 {
  background-color: #cada81 !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; }

#vue-mapa[v-cloak]::before {
  position: relative;
  width: auto;
  height: auto;
  opacity: 0; }

.bloco-mapa {
  margin-bottom: 5rem; }
  .bloco-mapa .minimapa h3 {
    text-align: center;
    font-weight: 600;
    color: #40BFAE;
    font-size: 20px; }
    .bloco-mapa .minimapa h3 strong {
      color: #40BFAE; }

/* NOVOS */

.item-equipe img {
  max-width: 200px;
  border-radius: 20px 0 20px 0;
  /*filter: saturate(0);*/
}

.bios .size-thumbnail {
  max-width: 150px;
  border-radius: 20px 0 20px 0;
  position: relative;
  text-align: center;
  margin: auto;
}
.bios {

  width: 100%;
}
.bios .bio {
  float: left;
  width: 15%;
  display: grid;
  margin: 20px 0px;
  padding: 10px;
  text-align: center;
  height: 180px;
}
.bios .bio {

  font-size: 15px;
  font-weight: bold;
}
.boxdestaque {
  background: #eee;
  padding: 20px;
  font-size: 19px;
  margin-bottom: 30px;
}
.thumb {
  float: left !important;
  max-width: 200px !important;
}
.wp-block-separator {
  clear: both;
}

.item-programa p {
  font-size: 16px;
}

.card-noticia .informacao .resumo {
  font-size: 16px;
}

.container p, .container li {
  font-size: 16px;

}

.config-conteudo li {
  font-weight: bold;

}

.boxdestaque, .boxdestaque p {

  font-size: 17px;

}

.config-conteudo h3 {

  font-size: 18px;

}