@charset "UTF-8";
@import 'fonte.css';
@import 'hamburgers.min.css';
@font-face {
  font-family: "canada-type-gibson";
  ascent-override: 125%;
}
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;
  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;
}

input:focus, textarea:focus, select:focus {
  outline: none !important;
}

.section {
  width: 100%;
  height: auto;
  line-height: 1.5em;
  background-color: transparent;
}
.section.telacheia {
  width: 100%;
  height: 100vh;
}
.section .container {
  width: 100%;
  margin: 0 auto;
  padding-left: 16vw;
  padding-right: 15vw;
}
@media screen and (max-width: 959px) {
  .section .container {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

.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: 4.8875vw;
}
@media screen and (max-width: 959px) {
  .coluna-1 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 959px) {
  .mobile-1 {
    width: 13.5vw;
  }
}
@media screen and (max-width: 959px) {
  .mobile-2 {
    width: 28vw;
  }
}
@media screen and (max-width: 959px) {
  .mobile-3 {
    width: 42.5vw;
  }
}
@media screen and (max-width: 959px) {
  .mobile-4 {
    width: 57vw;
  }
}
@media screen and (max-width: 959px) {
  .mobile-5 {
    width: 71.5vw;
  }
}
@media screen and (max-width: 959px) {
  .mobile-6 {
    width: 86vw;
  }
}
@media screen and (max-width: 1099px) {
  .landscape-1 {
    width: 10.375vw;
  }
}
@media screen and (max-width: 1099px) {
  .landscape-2 {
    width: 21.75vw;
  }
}
@media screen and (max-width: 1099px) {
  .landscape-3 {
    width: 33.125vw;
  }
}
@media screen and (max-width: 1099px) {
  .landscape-4 {
    width: 44.5vw;
  }
}
@media screen and (max-width: 1099px) {
  .landscape-5 {
    width: 55.875vw;
  }
}
@media screen and (max-width: 1099px) {
  .landscape-6 {
    width: 67.25vw;
  }
}
@media screen and (max-width: 1099px) {
  .landscape-7 {
    width: 78.625vw;
  }
}
@media screen and (max-width: 1099px) {
  .landscape-8 {
    width: 90vw;
  }
}
.mb1 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 959px) {
  .mb1 {
    margin-bottom: 0.5rem;
  }
}

.mb2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .mb2 {
    margin-bottom: 1rem;
  }
}

.mb3 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 959px) {
  .mb3 {
    margin-bottom: 1.5rem;
  }
}

.mb4 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 959px) {
  .mb4 {
    margin-bottom: 2rem;
  }
}

.mb5 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 959px) {
  .mb5 {
    margin-bottom: 2.5rem;
  }
}

.mb6 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 959px) {
  .mb6 {
    margin-bottom: 3rem;
  }
}

.mb7 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 959px) {
  .mb7 {
    margin-bottom: 3.5rem;
  }
}

.mb8 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 959px) {
  .mb8 {
    margin-bottom: 4rem;
  }
}

.mb9 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 959px) {
  .mb9 {
    margin-bottom: 4.5rem;
  }
}

.mb10 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 959px) {
  .mb10 {
    margin-bottom: 5rem;
  }
}

.mb11 {
  margin-bottom: 11rem;
}
@media screen and (max-width: 959px) {
  .mb11 {
    margin-bottom: 5.5rem;
  }
}

.mb12 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 959px) {
  .mb12 {
    margin-bottom: 6rem;
  }
}

.tac {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

[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(255, 255, 255, 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;
}

.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: 959px) {
  .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) {
  .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.2);
}
@media screen and (max-width: 959px) {
  .simula-colunas .coluna-1 {
    width: 13.5vw;
  }
}
@media screen and (max-width: 1099px) {
  .simula-colunas .coluna-1 {
    width: 10.375vw;
  }
}
.simula-colunas .gutter {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  width: 0.85vw;
}
@media screen and (max-width: 959px) {
  .simula-colunas .gutter {
    width: 1vw;
  }
}
@media screen and (max-width: 1099px) {
  .simula-colunas .gutter {
    width: 1vw;
  }
}

.line-clamp {
  max-height: 5.175rem;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 3) {
  .line-clamp {
    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;
}

/********** TAMANHOS DOS TEXTOS *********/
.dest_200 {
  font-size: 200px;
  font-size: 20rem;
  font-size: clamp(12.5rem, 13.5869565217vw + -1.0869565217rem, 25rem);
  line-height: 1;
}

.dest_150 {
  font-size: 150px;
  font-size: 15rem;
  font-size: clamp(7.5rem, 8.152173913vw + -0.652173913rem, 15rem);
  line-height: 1;
}

.dest_145 {
  font-size: 140px;
  font-size: 14rem;
  font-size: clamp(7.2rem, 7.9347826087vw + -0.7347826087rem, 14.5rem);
  line-height: 1;
}

.dest_120 {
  font-size: 120px;
  font-size: 12rem;
  font-size: clamp(6rem, 6.5217391304vw + -0.5217391304rem, 12rem);
  line-height: 1;
}

.dest_110 {
  font-size: 110px;
  font-size: 11rem;
  font-size: clamp(5.5rem, 5.9782608696vw + -0.4782608696rem, 11rem);
  line-height: 1;
}

.dest_100 {
  font-size: 100px;
  font-size: 10rem;
  font-size: clamp(5rem, 5.4347826087vw + -0.4347826087rem, 10rem);
  line-height: 1;
}

.dest_90 {
  font-size: 90px;
  font-size: 9rem;
  font-size: clamp(4.5rem, 4.8913043478vw + -0.3913043478rem, 9rem);
  line-height: 1;
}

.dest_80 {
  font-size: 80px;
  font-size: 8rem;
  font-size: clamp(4rem, 4.347826087vw + -0.347826087rem, 8rem);
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .dest_80 {
    font-size: 32px;
  }
}

.dest_70 {
  font-size: 70px;
  font-size: 7rem;
  font-size: clamp(3.6rem, 3.6956521739vw + -0.0956521739rem, 7rem);
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .dest_70 {
    font-size: 28px;
  }
}

.dest_65 {
  font-size: 65px;
  font-size: 6.5rem;
  font-size: clamp(3.4rem, 3.3695652174vw + 0.0304347826rem, 6.5rem);
  line-height: 1.2;
}

.dest_60, .downloads-lista h1, .modelo-capa .col-texto h1 {
  font-size: 60px;
  font-size: 6rem;
  font-size: clamp(3rem, 3.2608695652vw + -0.2608695652rem, 6rem);
  line-height: 1.2;
}
@media screen and (max-width: 1049px) {
  .dest_60, .downloads-lista h1, .modelo-capa .col-texto h1 {
    font-size: 26px;
  }
}

.dest_55 {
  font-size: 55px;
  font-size: 5.5rem;
  font-size: clamp(2.7rem, 3.0434782609vw + -0.3434782609rem, 5.5rem);
  line-height: 1.2;
}

.dest_50, .modelo-destaque .item-destaque .col-destaque .titulo-destaque.t60 {
  font-size: 50px;
  font-size: 5rem;
  font-size: clamp(2.4rem, 2.8260869565vw + -0.4260869565rem, 5rem);
  line-height: 1.2;
}

.dest_45, .titulo-icone.maior2 {
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(2.2rem, 2.5vw + -0.3rem, 4.5rem);
}

.dest_40, .config-texto h2, .titulo-icone.maior, .modelo-destaque .item-destaque .col-destaque .titulo-destaque.t60.maior, .modelo-destaque .item-destaque .col-destaque .titulo-destaque {
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(2rem, 2.1739130435vw + -0.1739130435rem, 4rem);
}

.dest_36, .noticia-main .share a, .section-newsletter .titulo-news {
  font-size: 36px;
  font-size: 3.6rem;
  font-size: clamp(2rem, 1.7391304348vw + 0.2608695652rem, 3.6rem);
}

.dest_32, .section-newsletter.news-expande .titulo-news {
  font-size: 32px;
  font-size: 3.2rem;
  font-size: clamp(1.85rem, 1.4673913043vw + 0.3826086957rem, 3.2rem);
}

.dest_30, .modal-equipe .coluna-foto h3, .modal .titulo, .config-texto .citacao .frase, .config-texto h3, .sobre-intro .lf-sobre .col-texto h3, .premio-edicoes .item-eixo .lista-premiados .chama, .premio-quemfoi h2, .publicacoes-filtros .titulo-projetos, .home-eixos .item-eixo h3, .home-eixos .intro, .home-inclusao .slide-texto, .home-oque .config-texto, .titulo-icone, .footer .icones-sociais {
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(1.8rem, 1.3043478261vw + 0.4956521739rem, 3rem);
}

.dest_28, .fundo-vencedor .titulo, .fundo-vencedor .tipo {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: clamp(1.8rem, 1.0869565217vw + 0.7130434783rem, 2.8rem);
}

.txt_26, .config-texto h4 {
  font-size: 26px;
  font-size: 2.6rem;
  font-size: clamp(1.7rem, 0.9782608696vw + 0.7217391304rem, 2.6rem);
}

.txt_24, .modal-equipe .coluna-foto small, .modal .materiais, .modal .colab, .modal .informacoes, .config-texto blockquote, .config-texto.t24, .noticia-main .conteudo-noticia, .mapa-secao .coluna-mapa .aviso-lateral, .mapa-secao .mapa-info .aviso-lateral, .atuacao-eixos .item-eixo, .atuacao-eixos .desc, .sobre-parceiros .box-parceiro .sobre-parceiro, .sobre-equipe .item-equipe .titulo h3, .sobre-equipe .subtitulo, .sobre-atuacao .item-atuacao .abre-item .titulo, .sobre-intro .lf-sobre .col-texto .texto, .premio-edicoes .item-eixo .lista-premiados .item-eixo .abre-item .titulo h3, .premio-edicoes .item-eixo .lista-premiados .item-eixo .abre-item .titulo small, .premio-edicoes .item-eixo, .premio-quemfoi .coluna-texto, .premio-intro .desc, .publicacoes-main.premios .titulo-sec-premio, .paginacao, .home-eixos .item-eixo a, .home-eixos .item-eixo .desc, .home-inclusao .slide-texto em, .modelo-destaque .item-destaque .col-destaque .resumo, .modelo-destaque .item-destaque .col-destaque .tipo {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 0.8695652174vw + 0.7304347826rem, 2.4rem);
}

.txt_22, .config-texto.maior, .fundo-vencedor .texto, .publicacoes-filtros .texto-premio, .card-publicacao .info .titulo, .card-noticia .info .titulo, .card-evento .info .titulo, .footer .menu-nav li {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.5rem, 0.7608695652vw + 0.7391304348rem, 2.2rem);
}

.txt_20, .downloads-lista table th.nome, .downloads-lista table td.nome, .downloads-lista .select-estilo select, .downloads-lista .select-estilo, .config-texto .citacao .pessoa, .config-texto, .mapa-secao .mapa-info .item-facul h3, .section-newsletter .cta, .home-inclusao .slide-texto ul, .container-slideshow-base .seta, .section {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.5rem, 0.5434782609vw + 0.9565217391rem, 2rem);
}

.txt_19, .card-publicacao .info .titulo.maior, .card-noticia .info .titulo.maior, .card-evento .info .titulo.maior {
  font-size: 19px;
  font-size: 1.9rem;
  font-size: clamp(1.4rem, 0.5434782609vw + 0.8565217391rem, 1.9rem);
}
@media screen and (max-width: 1049px) {
  .txt_19, .card-publicacao .info .titulo.maior, .card-noticia .info .titulo.maior, .card-evento .info .titulo.maior {
    font-size: 15px;
  }
}

.txt_18, .downloads-lista table thead, .noticia-main table, .mapa-secao .tooltip-mapa, .mapa-secao .legenda, .sobre-equipe .item-equipe .titulo small, .modulo-busca input, .select-estilizado select, .select-estilizado, .footer .icones-sociais a.email, .section-header .menu-nav, .section-header {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(1.2rem, 0.652173913vw + 0.547826087rem, 1.8rem);
}
@media screen and (max-width: 1049px) {
  .txt_18, .downloads-lista table thead, .noticia-main table, .mapa-secao .tooltip-mapa, .mapa-secao .legenda, .sobre-equipe .item-equipe .titulo small, .modulo-busca input, .select-estilizado select, .select-estilizado, .footer .icones-sociais a.email, .section-header .menu-nav, .section-header {
    font-size: 14px;
  }
}

.txt_17, .botao.grande, .botao, .section-newsletter .campo-enviar input {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(1.1rem, 0.5434782609vw + 0.5565217391rem, 1.6rem);
}
@media screen and (max-width: 1049px) {
  .txt_17, .botao.grande, .botao, .section-newsletter .campo-enviar input {
    font-size: 13px;
  }
}

.txt_16, .downloads-lista table, .downloads-lista .select-estilo select option, .mapa-secao .mapa-info .item-facul a, .section-newsletter .newsletter-campos .campo-input input, .footer .footer-meta, .footer .footer-mapa-site, .section-header .menu-nav .conteudo-aba {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(1.1rem, 0.5434782609vw + 0.5565217391rem, 1.6rem);
}
@media screen and (max-width: 1049px) {
  .txt_16, .downloads-lista table, .downloads-lista .select-estilo select option, .mapa-secao .mapa-info .item-facul a, .section-newsletter .newsletter-campos .campo-input input, .footer .footer-meta, .footer .footer-mapa-site, .section-header .menu-nav .conteudo-aba {
    font-size: 12px;
  }
}

.txt_15, .config-texto table, .botao.menor, .section-newsletter .campo-enviar input.menor, .section-header .menu-nav .lang-sel {
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(1.1rem, 0.4347826087vw + 0.6652173913rem, 1.5rem);
}
@media screen and (max-width: 1049px) {
  .txt_15, .config-texto table, .botao.menor, .section-newsletter .campo-enviar input.menor, .section-header .menu-nav .lang-sel {
    font-size: 11px;
  }
}

.txt_14, .downloads-lista table th.nome small, .downloads-lista table td.nome small, .card-publicacao .info .tipo, .card-noticia .info .tipo, .card-evento .info .tipo, .chamada {
  font-size: 14px;
  font-size: 1.4rem;
  font-size: clamp(1rem, 0.4347826087vw + 0.5652173913rem, 1.4rem);
}
@media screen and (max-width: 1049px) {
  .txt_14, .downloads-lista table th.nome small, .downloads-lista table td.nome small, .card-publicacao .info .tipo, .card-noticia .info .tipo, .card-evento .info .tipo, .chamada {
    font-size: 10px;
  }
}

.txt_13, .downloads-lista table thead .menor, .config-texto .wp-caption.aligncenter .wp-caption-text {
  font-size: 13px;
  font-size: 1.3rem;
  font-size: clamp(0.9rem, 0.4347826087vw + 0.4652173913rem, 1.3rem);
}
@media screen and (max-width: 1049px) {
  .txt_13, .downloads-lista table thead .menor, .config-texto .wp-caption.aligncenter .wp-caption-text {
    font-size: 10px;
  }
}

.txt_12, .downloads-lista table th a {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: clamp(0.9rem, 0.3260869565vw + 0.5739130435rem, 1.2rem);
}
@media screen and (max-width: 1049px) {
  .txt_12, .downloads-lista table th a {
    font-size: 9px;
  }
}

html, body {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: #043428;
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 5.98vw;
}
@media screen and (max-width: 959px) {
  html {
    scroll-padding-top: 94px;
  }
}

p a:hover, p a:active {
  text-decoration: underline;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Sets up the Base 10 stuff */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

strong {
  font-weight: 600;
}

:root {
  --pad-base: 8em;
}
@media screen and (max-width: 959px) {
  :root {
    --pad-base: 4em;
  }
}

.padbase, .atuacao-eixos, .sobre-equipe, .sobre-intro, .premio-intro {
  padding: var(--pad-base) 0;
}
.padbase.nopt, .nopt.atuacao-eixos, .nopt.sobre-equipe, .nopt.sobre-intro, .nopt.premio-intro {
  padding-top: 0;
}
.padbase.nopb, .nopb.atuacao-eixos, .sobre-equipe, .sobre-intro, .nopb.premio-intro {
  padding-bottom: 0;
}
.padbase.metade, .metade.atuacao-eixos, .metade.sobre-equipe, .metade.sobre-intro, .metade.premio-intro {
  padding: calc(var(--pad-base) / 2) 0;
}

.place-black ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #043428;
}
.place-black ::-moz-placeholder { /* Firefox 19+ */
  color: #043428;
}
.place-black :-ms-input-placeholder { /* IE 10+ */
  color: #043428;
}
.place-black :-moz-placeholder { /* Firefox 18- */
  color: #043428;
}

.place-white ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.place-white ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.place-white :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.place-white :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.section-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #096042;
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
  -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 .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;
  padding: 0 16vw;
  width: 100%;
  position: relative;
  z-index: 1000;
}
.section-header .logo img {
  display: block;
  height: 3.48vw;
  width: 3.78vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-header.fativo .logo img {
  width: 100%;
}
.section-header .header-logo {
  width: auto;
  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;
}
.section-header .header-burger {
  display: none;
}
.section-header .header-burger .hamburger {
  padding: 0;
  padding-right: 7vw;
  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-inner, .section-header .header-burger .hamburger-inner::before, .section-header .header-burger .hamburger-inner::after {
  background-color: #ECC76A;
}
.section-header .header-direita {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-header .menu-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;
  gap: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  width: 52.221875vw;
}
.section-header .menu-nav li {
  display: block;
  line-height: 1;
  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: 5.98vw;
}
@media screen and (max-width: 959px) {
  .section-header .menu-nav li {
    margin-bottom: 0.5em;
    display: block;
    padding: 0;
    height: auto;
  }
}
.section-header .menu-nav a {
  display: block;
  line-height: 1;
  border-bottom: 1px solid transparent;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .section-header .menu-nav a {
    border-bottom: none;
    line-height: 1.8;
    color: #fff;
  }
}
.section-header .menu-nav a:hover, .section-header .menu-nav a.ativo {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 959px) {
  .section-header .menu-nav a:hover, .section-header .menu-nav a.ativo {
    border-color: #fff;
  }
}
.section-header .menu-nav .conteudo-aba {
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  width: 100vw;
  height: 3.2vw;
  background-color: #ECC76A;
  color: #096042;
  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;
  gap: 4em;
  padding-left: 30.5vw;
  display: none;
  z-index: 950;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3) inset;
}
@media screen and (max-width: 959px) {
  .section-header .menu-nav .conteudo-aba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    position: static;
    height: auto;
    gap: 2em;
    padding-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 599px) {
  .section-header .menu-nav .conteudo-aba {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
  }
}
.section-header .menu-nav li:hover .conteudo-aba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-header .menu-nav .lang-sel {
  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;
}
.section-header .menu-nav .lang-sel .gtranslate_wrapper {
  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;
  gap: 0.5em;
}
.section-header .menu-nav .lang-sel .gtranslate_wrapper a {
  opacity: 0.5;
}
.section-header .menu-nav .lang-sel .gtranslate_wrapper a.gt-current-lang {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .section-header {
    padding: 20px 0;
  }
  .section-header .container {
    padding: 0;
  }
  .section-header .header-logo {
    width: auto;
    padding-left: 7vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-header .logo img {
    height: 54px;
    width: auto;
    aspect-ratio: 1.1/1;
  }
  .section-header.fativo .logo img {
    aspect-ratio: auto;
  }
  .section-header .header-burger {
    display: block;
  }
  .section-header .header-direita {
    display: block;
    position: fixed;
    top: 94px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: calc(100vh - 94px);
    background-color: #046042;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    max-height: 0;
    overflow: hidden;
  }
  .section-header .header-direita .menu-nav {
    padding: 7vw;
    display: block;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
  }
  .section-header .header-direita .menu-nav li {
    line-height: 2.2;
  }
  .section-header .header-direita .menu-nav li > a {
    border-bottom: 1px solid #fff;
  }
  .section-header .header-direita .menu-nav .botao, .section-header .header-direita .menu-nav .section-newsletter .campo-enviar input, .section-newsletter .campo-enviar .section-header .header-direita .menu-nav input {
    margin-top: 2em;
    max-width: 42.5vw;
  }
  .section-header.ativo .header-direita {
    max-height: calc(100vh - 94px);
    overflow: auto;
  }
}

.footer {
  background-color: #E1E6DA;
  color: #043428;
  padding-block: calc(var(--pad-base) * 0.65);
  position: relative;
}
.footer .container {
  position: relative;
  z-index: 100;
}
.footer .footer-logo {
  width: 22.1vw;
  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;
}
@media screen and (max-width: 959px) {
  .footer .footer-logo {
    width: 100%;
    margin-bottom: 2em;
    gap: 2em;
  }
}
.footer .logo img {
  display: block;
  width: 12.325vw;
}
@media screen and (max-width: 959px) {
  .footer .logo img {
    width: 57vw;
    max-width: 176px;
    margin: 0 auto;
  }
}
.footer .icones-sociais {
  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;
  gap: 1em;
  color: #043428;
}
@media screen and (max-width: 959px) {
  .footer .icones-sociais {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer .menu-nav {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3em;
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
}
.footer .menu-nav li {
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  .footer .menu-nav {
    text-align: center;
  }
}
.footer .footer-mapa-site {
  width: 30.70625vw;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
  gap: 0.6em 0;
}
.footer .footer-mapa-site li {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .footer .footer-mapa-site {
    width: 100%;
  }
}
.footer .footer-meta {
  width: 100%;
  margin-top: 3em;
  color: #043428;
  line-height: 1.4;
  text-transform: uppercase;
}
.footer .footer-meta a {
  text-decoration: underline;
}

.botao, .section-newsletter .campo-enviar input {
  background-color: #707070;
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  height: 3.2em;
  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: 0 2em;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.botao.menor, .section-newsletter .campo-enviar input.menor {
  height: 2.4em;
  padding: 0 1em;
}
.botao:hover, .section-newsletter .campo-enviar input:hover {
  background-color: #49153E;
}
.botao.vermelho, .section-newsletter .campo-enviar input {
  background-color: #EF492F;
}
.botao.vermelho:hover, .section-newsletter .campo-enviar input:hover {
  background-color: #da2c11;
}
.botao.branco, .section-newsletter .campo-enviar input.branco {
  background-color: #F3EEED;
  color: #49153E;
}
.botao.branco:hover, .section-newsletter .campo-enviar input.branco:hover {
  color: #EF492F;
}
.botao.verde, .section-newsletter .campo-enviar input.verde {
  background-color: #096042;
  fill: #fff;
}
.botao.verde:hover, .section-newsletter .campo-enviar input.verde:hover {
  background-color: #F3EEED;
  color: #096042;
  fill: #096042;
}
.botao.azul, .section-newsletter .campo-enviar input.azul {
  background-color: #5F69FF;
  fill: #fff;
}
.botao.azul:hover, .section-newsletter .campo-enviar input.azul:hover {
  background-color: #F3EEED;
  color: #5F69FF;
  fill: #5F69FF;
}
.botao.amarelo, .section-newsletter .campo-enviar input.amarelo {
  background-color: #ECC76A;
  fill: #fff;
}
.botao.amarelo:hover, .section-newsletter .campo-enviar input.amarelo:hover {
  background-color: #F3EEED;
  color: #ECC76A;
  fill: #ECC76A;
}
.botao.amarelo-b, .section-newsletter .campo-enviar input.amarelo-b {
  background-color: #ECC76A;
  fill: #fff;
  color: #043428;
}
.botao.amarelo-b:hover, .section-newsletter .campo-enviar input.amarelo-b:hover {
  background-color: #EF492F;
}
.botao.grande, .section-newsletter .campo-enviar input.grande {
  height: 3.2em;
  padding: 0 2em;
  gap: 1em;
}
.botao.grande svg, .section-newsletter .campo-enviar input.grande svg {
  width: 2em;
  height: 2em;
  display: block;
}
.botao.grande span, .section-newsletter .campo-enviar input.grande span {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}

.dist-topo {
  width: 100%;
  display: block;
  height: 94px;
}
@media screen and (min-width: 1049px) {
  .dist-topo {
    height: 5.98vw;
  }
}

.pbase, .section-newsletter {
  padding: 6em 0;
}
@media screen and (max-width: 959px) {
  .pbase, .section-newsletter {
    padding: 4em 0;
  }
}

.fundo-publicacoes {
  background-image: url("../img/publicacoes-fundo.png");
}

.fundo-eventos {
  background-image: url("../img/eventos-fundo-topo.png");
}

.fundo-projetos {
  background-image: none;
  position: relative;
}
.fundo-projetos:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 150;
  background-image: url("../img/projetos-fundo-topo.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.no-proximos .eventos-proximos {
  display: none;
}
.no-proximos .eventos-anteriores {
  background-image: none;
}

.fundo-sobre {
  background-image: url("../img/sobre-fundo-inf.png");
  background-position: bottom center;
  position: relative;
}
.fundo-sobre:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 150;
  background-image: url("../img/sobre-fundo-sup.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.container-slideshow-base {
  width: 100%;
  height: calc(100vh - 5.98vw);
  position: relative;
}
.container-slideshow-base.fixado {
  height: auto;
}
@media screen and (max-width: 959px) {
  .container-slideshow-base {
    height: auto;
  }
}
.container-slideshow-base .seta {
  position: absolute;
  top: calc(50% - 1.2em);
  cursor: pointer;
  z-index: 100;
  display: block;
  height: 2.4em;
}
@media screen and (max-width: 959px) {
  .container-slideshow-base .seta {
    height: 6vw;
    top: 32.25vw;
  }
}
.container-slideshow-base .seta svg {
  width: 2.4em;
  height: 2.4em;
  fill: #ECC76A;
}
@media screen and (max-width: 959px) {
  .container-slideshow-base .seta svg {
    width: 6vw;
    height: 6vw;
  }
}
.container-slideshow-base .seta.a-prev {
  left: calc(16vw - 5em);
}
@media screen and (max-width: 959px) {
  .container-slideshow-base .seta.a-prev {
    left: 1.5vw;
  }
}
.container-slideshow-base .seta.a-next {
  right: calc(16vw - 5em);
}
.container-slideshow-base .seta.a-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 959px) {
  .container-slideshow-base .seta.a-next {
    right: 1.5vw;
  }
}
.container-slideshow-base .seta.slick-disabled {
  opacity: 0.2;
}
.container-slideshow-base .seta.slick-hidden {
  display: none;
}
.container-slideshow-base.normal {
  height: auto;
}
@media screen and (max-width: 959px) {
  .container-slideshow-base.normal {
    min-height: 0;
  }
}
.container-slideshow-base.normal .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.container-slideshow-base.normal .slick-slide {
  height: inherit !important;
}
@media screen and (max-width: 959px) {
  .container-slideshow-base.normal .seta {
    height: 1.4em;
  }
  .container-slideshow-base.normal .seta svg {
    width: 1.4em;
    height: 1.4em;
    fill: #ECC76A;
  }
}
.container-slideshow-base.normal .seta.a-prev {
  left: -5em;
}
@media screen and (max-width: 959px) {
  .container-slideshow-base.normal .seta.a-prev {
    left: -1.6em;
  }
}
.container-slideshow-base.normal .seta.a-next {
  right: -5em;
}
@media screen and (max-width: 959px) {
  .container-slideshow-base.normal .seta.a-next {
    right: -1.6em;
  }
}
.container-slideshow-base .dots {
  width: 100%;
  position: absolute;
  bottom: 1em;
  left: 0;
  z-index: 500;
}
@media screen and (max-width: 959px) {
  .container-slideshow-base .dots {
    bottom: -10vw;
  }
}
@media (min-aspect-ratio: 1360/700) and (max-width: 1400px) {
  .container-slideshow-base .dots {
    bottom: -2vw;
  }
}
.container-slideshow-base .dots .slick-dots {
  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;
  gap: 0.75em;
}
@media screen and (max-width: 959px) {
  .container-slideshow-base .dots .slick-dots {
    gap: 0.5em;
  }
}
.container-slideshow-base .dots .slick-dots button {
  text-indent: -9999px;
  background-color: transparent;
  border: 2px solid #ECC76A;
  border-radius: 1000px;
  cursor: pointer;
  width: 1em;
  height: 1em;
  display: block;
  padding: 0;
  margin: 0;
}
.container-slideshow-base .dots .slick-dots .slick-active button {
  background-color: #ECC76A;
}
.container-slideshow-base.dots-verde .dots .slick-dots button {
  border-color: #096042;
}
.container-slideshow-base.dots-verde .dots .slick-dots .slick-active button {
  background-color: #096042;
}
.container-slideshow-base.fverde .seta svg {
  fill: #096042;
}
.container-slideshow-base.fverde .dots {
  bottom: -4em;
}
.container-slideshow-base.fverde .dots .slick-dots button {
  border-color: #fff;
}
.container-slideshow-base.fverde .dots .slick-dots .slick-active button {
  background-color: #fff;
}

.modelo-capa {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modelo-capa .container {
  width: 100%;
  height: calc(100vh - 5.98vw);
  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;
  position: relative;
  z-index: 25;
}
@media screen and (max-width: 959px) {
  .modelo-capa .container {
    height: auto;
    padding-block: var(--pad-base);
    min-height: 40dvh;
  }
}
.modelo-capa .col-texto {
  width: 33.575vw;
}
@media screen and (max-width: 959px) {
  .modelo-capa .col-texto {
    width: 100%;
  }
}
.modelo-capa .col-texto img {
  display: block;
  width: 20.4vw;
  margin-bottom: 2em;
}
@media screen and (max-width: 959px) {
  .modelo-capa .col-texto img {
    width: 42.5vw;
    max-width: 176px;
    margin-bottom: 1em;
  }
}
.modelo-capa .col-texto h1 {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.modelo-capa.sobre-masc {
  position: relative;
}
.modelo-capa.sobre-masc:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/sobre-mascara-capa.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .modelo-capa.sobre-masc:before {
    display: none;
  }
}
.modelo-capa.atuacao-masc {
  position: relative;
}
.modelo-capa.atuacao-masc:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/atuacao-mascara-capa.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .modelo-capa.atuacao-masc:before {
    display: none;
  }
}
.modelo-capa.premio-masc {
  position: relative;
}
.modelo-capa.premio-masc:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/premio-mascara-capa.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .modelo-capa.premio-masc:before {
    display: none;
  }
}

.modelo-destaque {
  width: 100%;
}
.modelo-destaque.home-capa {
  background-image: url("../img/bg-home-capa-topo.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.modelo-destaque.pubs-pagina {
  background-image: url("../img/bg-pubs-divisoria-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.modelo-destaque.news-pagina {
  background-image: url("../img/bg-news-divisoria-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.modelo-destaque .item-destaque {
  width: 100%;
  height: calc(100vh - 5.98vw);
  position: relative;
  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;
}
.modelo-destaque .item-destaque.fixado {
  height: auto;
  padding-block: calc(var(--pad-base) / 2);
}
@media screen and (max-width: 959px) {
  .modelo-destaque .item-destaque {
    height: auto;
  }
}
.modelo-destaque .item-destaque .container {
  height: auto;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modelo-destaque .item-destaque .container.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 959px) {
  .modelo-destaque .item-destaque .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2em;
  }
}
.modelo-destaque .item-destaque .arte {
  width: 33.575vw;
  height: 29.271875vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modelo-destaque .item-destaque .arte.capas {
  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;
}
.modelo-destaque .item-destaque .arte.capas img {
  display: block;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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);
}
.modelo-destaque .item-destaque .arte.reduzido {
  width: 27.8375vw;
  height: 27.8375vw;
}
@media screen and (max-width: 959px) {
  .modelo-destaque .item-destaque .arte {
    width: 100vw;
    height: 71.5vw;
    max-height: 50vh;
    position: relative;
    left: -7vw;
  }
}
@media (min-aspect-ratio: 1360/700) and (max-width: 1400px) {
  .modelo-destaque .item-destaque .arte {
    width: 27.8375vw;
    height: 27.8375vw;
  }
}
.modelo-destaque .item-destaque .col-destaque {
  width: 29.271875vw;
  height: auto;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75em;
}
.modelo-destaque .item-destaque .col-destaque.spbt {
  -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;
}
.modelo-destaque .item-destaque .col-destaque.spbt .titulo-destaque {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modelo-destaque .item-destaque .col-destaque.spsing {
  -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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .modelo-destaque .item-destaque .col-destaque {
    width: 100%;
  }
}
.modelo-destaque .item-destaque .col-destaque img {
  display: block;
  width: 17.796875vw;
  margin-bottom: 1em;
}
.modelo-destaque .item-destaque .col-destaque img.dsk {
  display: block;
}
.modelo-destaque .item-destaque .col-destaque img.mb {
  display: none;
}
@media screen and (max-width: 959px) {
  .modelo-destaque .item-destaque .col-destaque img {
    width: 42.5vw;
    max-width: 176px;
    margin-bottom: 1.5em;
  }
  .modelo-destaque .item-destaque .col-destaque img.dsk {
    display: none;
  }
  .modelo-destaque .item-destaque .col-destaque img.mb {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .modelo-destaque .item-destaque .col-destaque img {
    margin-bottom: 0.5em;
  }
}
@media (min-aspect-ratio: 1360/700) and (max-width: 1400px) {
  .modelo-destaque .item-destaque .col-destaque img {
    width: 16.3625vw;
  }
}
.modelo-destaque .item-destaque .col-destaque .titulo-destaque {
  font-weight: 600;
  color: #EF492F;
  line-height: 1.1;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .modelo-destaque .item-destaque .col-destaque .titulo-destaque {
    font-size: 18px;
  }
}
@media (min-aspect-ratio: 1360/700) and (max-width: 1400px) {
  .modelo-destaque .item-destaque .col-destaque .titulo-destaque {
    font-size: 22px;
  }
}
.modelo-destaque .item-destaque .col-destaque .agrupa-tipo {
  width: 100%;
}
.modelo-destaque .item-destaque .col-destaque .tipo {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .modelo-destaque .item-destaque .col-destaque .tipo {
    font-size: 13px;
  }
}
@media (min-aspect-ratio: 1360/700) and (max-width: 1400px) {
  .modelo-destaque .item-destaque .col-destaque .tipo {
    font-size: 16px;
  }
}
.modelo-destaque .item-destaque .col-destaque .resumo {
  color: #096042;
  line-height: 1.4;
  max-width: 27.8375vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .modelo-destaque .item-destaque .col-destaque .resumo {
    font-size: 13px;
    max-width: 100%;
  }
}
@media (min-aspect-ratio: 1360/700) and (max-width: 1400px) {
  .modelo-destaque .item-destaque .col-destaque .resumo {
    font-size: 16px;
  }
}
.modelo-destaque .slideshow-destaques {
  overflow: hidden;
}
.modelo-destaque .slideshow-destaques.slick-initialized {
  overflow: visible;
}

.bg-home-capa-bottom {
  width: 100%;
  margin-top: -22vw;
}
.bg-home-capa-bottom img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .bg-home-capa-bottom {
    margin-top: 0;
  }
}

.titulo-icone {
  color: #EF492F;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.titulo-icone img {
  display: block;
  width: 5.4vw;
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  .titulo-icone img {
    width: 13.5vw;
    max-width: 50px;
  }
}
.titulo-icone.maior img {
  width: 5.4vw;
}
@media screen and (max-width: 959px) {
  .titulo-icone.maior img {
    width: 13.5vw;
    max-width: 50px;
  }
}
.titulo-icone.maior2 img {
  width: 5.4vw;
}
@media screen and (max-width: 959px) {
  .titulo-icone.maior2 img {
    width: 13.5vw;
    max-width: 50px;
  }
}
.titulo-icone.verde {
  color: #096042;
}
.titulo-icone.vclaro {
  color: #E1E6DA;
}
.titulo-icone.amarelo {
  color: #ECC76A;
}

.chamada {
  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;
  text-transform: uppercase;
  font-weight: 600;
  gap: 0.4vw;
  line-height: 1.5;
  border-top: 1px solid #043428;
  padding-top: 0.5em;
  margin-top: 1em;
}
@media screen and (max-width: 959px) {
  .chamada {
    gap: 1vw;
  }
}
.chamada img, .chamada svg {
  display: block;
  width: 0.8vw;
  fill: #043428;
}
@media screen and (max-width: 959px) {
  .chamada img, .chamada svg {
    width: 2.4vw;
    height: 2.2vw;
  }
}
.chamada:hover {
  color: #EF492F;
}
.chamada:hover svg {
  fill: #EF492F;
}

.divi-interna {
  width: 100%;
  display: block;
}

.home-oque-titulo {
  margin-top: -6vw;
  position: relative;
}
.home-oque-titulo .container {
  position: relative;
  z-index: 10;
}
.home-oque-titulo .titulo-icone {
  width: 39.3125vw;
  padding-bottom: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .home-oque-titulo .titulo-icone {
    width: 100%;
  }
}
.home-oque-titulo:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 6vw);
  background-color: #096042;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-oque {
  background-color: #096042;
  color: #fff;
  background-image: url("../img/bg-home-divisoria-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom -2px center;
  padding-bottom: 16vw;
}
.home-oque .titulo-icone {
  width: 39.3125vw;
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  .home-oque .titulo-icone {
    width: 100%;
  }
}
.home-inclusao {
  padding-top: var(--pad-base);
  padding-bottom: var(--pad-base);
  background-color: #ECC76A;
  color: #043428;
  background-image: url("../img/bg-home-divisoria-2a.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom -2px center;
  padding-bottom: 24vw;
}
@media screen and (max-width: 959px) {
  .home-inclusao {
    padding-bottom: 24vw;
  }
}
.home-inclusao .titulo-icone {
  margin-bottom: 2em;
  padding-left: 2.879375vw;
}
.home-inclusao .item-slide {
  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;
  padding-inline: 2.879375vw;
}
@media screen and (max-width: 959px) {
  .home-inclusao .item-slide {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 0;
  }
}
.home-inclusao .slide-texto {
  line-height: 1.4;
  width: 100%;
}
.home-inclusao .slide-texto > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.home-inclusao .slide-texto strong {
  font-weight: 600;
}
.home-inclusao .slide-texto .preul {
  width: 53.65625vw;
}
@media screen and (max-width: 959px) {
  .home-inclusao .slide-texto .preul {
    width: 100%;
  }
}
.home-inclusao .slide-texto ul {
  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;
  gap: 1.5em 3vw;
  margin-top: 2em;
}
.home-inclusao .slide-texto ul li {
  width: 18.6575vw;
  position: relative;
}
.home-inclusao .slide-texto ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 0.5em);
  background-color: #043428;
  position: absolute;
  top: 0.3em;
  left: -0.5em;
}
@media screen and (max-width: 959px) {
  .home-inclusao .slide-texto ul li:before {
    display: none;
  }
}
.home-inclusao .slide-texto ul li:last-of-type {
  border-right: none;
  width: 20.9525vw;
}
@media screen and (max-width: 959px) {
  .home-inclusao .slide-texto ul li:last-of-type {
    width: 100%;
  }
}
.home-inclusao .slide-texto em {
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .home-inclusao .slide-texto {
    font-size: 16px;
  }
  .home-inclusao .slide-texto ul {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    padding-left: 1em;
    border-left: 1px solid #043428;
  }
  .home-inclusao .slide-texto ul > * + * {
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
  }
  .home-inclusao .slide-texto ul li {
    width: 100%;
    border-right: none;
  }
}

.home-eixos {
  width: 100%;
  background-color: #E1E6DA;
  padding-top: 1vw;
}
.home-eixos .intro {
  line-height: 1.4em;
  margin-top: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 959px) {
  .home-eixos .intro {
    padding-right: 0;
  }
}
.home-eixos .eixos-grid {
  margin-top: 3.5em;
  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;
  gap: 4em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .home-eixos .eixos-grid {
    gap: 3em;
  }
}
.home-eixos .item-eixo {
  width: 30.70625vw;
  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;
}
@media screen and (max-width: 959px) {
  .home-eixos .item-eixo {
    width: 100%;
  }
}
.home-eixos .item-eixo h3 {
  font-weight: 600;
  color: #096042;
  margin-bottom: 0.75em;
}
.home-eixos .item-eixo .desc {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4em;
}
.home-eixos .item-eixo a {
  font-weight: 600;
  display: block;
  margin-top: 1em;
}
.home-eixos .item-eixo a:hover {
  text-decoration: underline;
}

.home-publicacoes {
  background-image: url("../img/bg-home-divisoria-3.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top -2px center;
  padding-top: 26vw;
  margin-top: -4vw;
  padding-bottom: var(--pad-base);
}
.home-publicacoes .titulo-icone {
  margin-bottom: 2em;
}

.projetos-fundo {
  background-image: url("../img/projetos-divi-02.png");
  background-size: 100% auto;
  background-position: top -21.19vw center;
  background-repeat: no-repeat;
}

.grid-publicacoes {
  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;
  gap: 4em 6.5875vw;
}
@media screen and (max-width: 959px) {
  .grid-publicacoes {
    padding-left: 0;
    gap: 3em 4vw;
  }
  .grid-publicacoes.eventos {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .grid-publicacoes {
    padding-left: 6.75vw;
    gap: 3em 6.5875vw;
  }
  .grid-publicacoes.eventos {
    padding-left: 0;
  }
}

.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;
  gap: 4em 2.125vw;
}
@media screen and (max-width: 599px) {
  .grid-noticias {
    padding-left: 6.75vw;
  }
}

.card-publicacao, .card-noticia, .card-evento {
  display: block;
  width: 16.3625vw;
  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;
}
@media screen and (max-width: 959px) {
  .card-publicacao, .card-noticia, .card-evento {
    width: 25vw;
  }
}
@media screen and (max-width: 599px) {
  .card-publicacao, .card-noticia, .card-evento {
    width: 71.5vw;
    max-width: none;
  }
}
.card-publicacao .capa, .card-noticia .capa, .card-evento .capa {
  position: relative;
  width: 100%;
  height: 24.052875vw;
}
@media screen and (max-width: 959px) {
  .card-publicacao .capa, .card-noticia .capa, .card-evento .capa {
    height: auto;
    aspect-ratio: 2/1;
  }
}
.card-publicacao .capa img, .card-noticia .capa img, .card-evento .capa img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 10;
}
.card-publicacao .capa:before, .card-noticia .capa:before, .card-evento .capa:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #096042;
  position: absolute;
  bottom: -0.5vw;
  right: -0.5vw;
  z-index: 5;
}
.card-publicacao .info, .card-noticia .info, .card-evento .info {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card-publicacao .info .tipo, .card-noticia .info .tipo, .card-evento .info .tipo {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.card-publicacao .info .titulo, .card-noticia .info .titulo, .card-evento .info .titulo {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
  color: #096042;
}
.card-evento {
  width: 27.8375vw;
}
@media screen and (max-width: 959px) {
  .card-evento {
    width: 71.5vw;
  }
}
.card-evento .capa {
  position: relative;
  width: 100%;
  height: 15.65859375vw;
}
@media screen and (max-width: 959px) {
  .card-evento .capa {
    height: 40.21875vw;
  }
}
.card-evento .capa:before {
  display: none;
}
.card-evento .info {
  margin-top: 1em;
}
.card-evento .info .titulo {
  color: #E1E6DA;
  text-transform: none;
}
.card-evento .chamada {
  border-color: #E1E6DA;
}
.card-evento .chamada svg {
  fill: #E1E6DA;
}
.card-evento .chamada:hover {
  color: #EF492F;
}
.card-evento .chamada:hover svg {
  fill: #EF492F;
}

.card-noticia {
  width: 21.1vw;
}
@media screen and (max-width: 959px) {
  .card-noticia {
    width: 25vw;
  }
}
@media screen and (max-width: 599px) {
  .card-noticia {
    width: 71.5vw;
  }
}
.card-noticia .icone-premio {
  display: block;
  margin-bottom: -1em;
}
.card-noticia .icone-premio img {
  display: block;
  width: 4.8875vw;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 959px) {
  .card-noticia .icone-premio img {
    width: 13.5vw;
  }
}
.card-noticia .capa {
  position: relative;
  width: 100%;
  height: 21.1vw;
}
@media screen and (max-width: 959px) {
  .card-noticia .capa {
    width: 25vw;
  }
}
@media screen and (max-width: 599px) {
  .card-noticia .capa {
    height: 71.5vw;
    width: 100%;
  }
}
.card-noticia .capa:before {
  display: none;
}
.card-noticia .info {
  margin-top: 1em;
}
.card-noticia .info .titulo {
  text-transform: none;
}

.bloco-newsletter {
  position: relative;
  z-index: 100;
}

.section-newsletter {
  background-color: #096042;
  color: #fff;
}
.section-newsletter .cta {
  display: block;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1099px) {
  .section-newsletter .cta {
    font-size: 13px;
  }
}
@media (min-aspect-ratio: 1360/700) and (max-width: 1400px) {
  .section-newsletter .cta {
    font-size: 16px;
  }
}
.section-newsletter.vclaro {
  background-color: #E1E6DA;
  color: #043428;
}
.section-newsletter .titulo-news {
  font-weight: 500;
  line-height: 1.2;
  padding-right: 2.44375vw;
}
@media screen and (max-width: 959px) {
  .section-newsletter .titulo-news {
    margin-bottom: 1em;
  }
}
.section-newsletter .fecha-news {
  display: none;
}
.section-newsletter.news-expande {
  width: 100%;
  background-color: #99B9A7;
  padding-block: 1.5em;
  color: #043428;
  position: fixed;
  top: 5.98vw;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.section-newsletter.news-expande.fativo {
  -webkit-transform: translate3d(0, -150%, 0);
          transform: translate3d(0, -150%, 0);
}
.section-newsletter.news-expande .lf-news {
  position: relative;
}
.section-newsletter.news-expande .lf-news .fecha-news {
  display: block;
  position: absolute;
  top: 0;
  right: -5vw;
}
.section-newsletter.news-expande .lf-news .fecha-news img {
  display: block;
  width: 1em;
}
@media screen and (max-width: 959px) {
  .section-newsletter.news-expande {
    top: 94px;
    padding-block: 1em;
  }
  .section-newsletter.news-expande .cta {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (min-aspect-ratio: 1360/700) and (max-width: 1400px) {
  .section-newsletter.news-expande {
    padding-block: 1.25em;
  }
}
.section-newsletter.news-expande .titulo-news {
  font-weight: 600;
  color: #EF492F;
}
.section-newsletter.news-expande .cta {
  display: block;
}
.section-newsletter.news-expande .lf-news {
  display: none;
}
.section-newsletter.news-expande.ativomob .cta {
  display: none;
}
.section-newsletter.news-expande.ativomob .lf-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-newsletter .newsletter-campos {
  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;
  gap: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 959px) {
  .section-newsletter .newsletter-campos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3vw;
  }
}
.section-newsletter .newsletter-campos .campo-input {
  width: 48%;
}
@media screen and (max-width: 959px) {
  .section-newsletter .newsletter-campos .campo-input {
    width: 100%;
  }
}
.section-newsletter .newsletter-campos .campo-input input {
  width: 100%;
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #096042;
  background-color: rgba(255, 255, 255, 0.5);
  height: 3em;
  line-height: 3em;
  border: none;
  padding-left: 0.25em;
}
.section-newsletter .newsletter-enviar {
  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;
  gap: 1vw;
}
@media screen and (max-width: 959px) {
  .section-newsletter .newsletter-enviar {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1em;
  }
}
.section-newsletter .campo-lgpd .wpcf7-list-item {
  margin: 0;
  line-height: 1.2;
  width: 22.1vw;
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .section-newsletter .campo-lgpd .wpcf7-list-item {
    width: 53vw;
    font-size: 12px;
  }
}
.section-newsletter .campo-lgpd .wpcf7-list-item label {
  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;
  gap: 0.5vw;
}
.section-newsletter .campo-lgpd .wpcf7-list-item input {
  border: none;
}
@media screen and (max-width: 959px) {
  .section-newsletter .campo-enviar {
    width: auto;
  }
}
.section-newsletter .campo-enviar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .section-newsletter .campo-enviar p {
    display: block;
  }
}
.section-newsletter .campo-enviar input {
  border: none;
  cursor: pointer;
  width: 10.625vw;
}
@media screen and (max-width: 959px) {
  .section-newsletter .campo-enviar input {
    width: 28vw;
  }
}

.select-estilizado {
  position: relative;
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
  height: 3em;
  overflow: hidden;
}
.select-estilizado:before {
  content: "";
  background-color: #E1E6DA;
  width: 2em;
  height: 100%;
  background-image: url("../img/triang-verde.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75em auto;
  position: absolute;
  right: 0;
  top: 0px;
  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;
  pointer-events: none;
}
.select-estilizado select {
  width: 100%;
  background-color: #E1E6DA;
  color: #096042;
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
  height: 3em;
  line-height: 3em;
  border: none;
  font-weight: 300;
  padding-left: 0.5em;
  border-radius: 0px !important;
}
.select-estilizado.fverde {
  border: 1px solid #096042;
  background-color: #fff;
}
.select-estilizado.fverde:before, .select-estilizado.fverde select {
  background-color: #fff;
}

.modulo-busca input {
  width: 100%;
  background-color: #E1E6DA;
  color: #043428;
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
  height: 3em;
  line-height: 3em;
  border: none;
  font-weight: 300;
  padding-left: 5px;
  border-radius: 0px !important;
}

.publicacoes-filtros {
  padding: 5vw 0;
  position: relative;
}
.publicacoes-filtros:before {
  content: "";
  display: block;
  width: 100%;
  height: 40vw;
  background-color: transparent;
  pointer-events: none;
  position: absolute;
  top: -11vw;
  left: 0;
  background-image: url("../img/bg-pubs-divisoria-2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.publicacoes-filtros.altbg:before {
  background-image: url("../img/bg-news-divisoria-2.png");
  height: 42vw;
}
@media screen and (max-width: 959px) {
  .publicacoes-filtros {
    padding-top: 15vw;
  }
}
.publicacoes-filtros.projetos {
  padding-top: 0;
  display: none;
}
.publicacoes-filtros .titulo-projetos {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.publicacoes-filtros.premios {
  padding-top: 5vw;
  padding-bottom: 2vw;
  background-color: #E1E6DA;
}
.publicacoes-filtros.premios .titulo-projetos {
  margin-bottom: 1.5em;
  color: #096042;
}
.publicacoes-filtros .texto-premio p {
  margin-bottom: 1.4em;
  color: #096042;
}

.grid-filtros {
  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;
  gap: 0.75vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .grid-filtros {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.grid-filtros .grande {
  width: 16.3625vw;
}
@media screen and (max-width: 959px) {
  .grid-filtros .grande {
    width: 42.5vw;
  }
}
.grid-filtros .medio {
  width: 13.41875vw;
}
@media screen and (max-width: 959px) {
  .grid-filtros .medio {
    width: 42.5vw;
  }
}
.grid-filtros .pequeno {
  width: 8.18125vw;
}
@media screen and (max-width: 959px) {
  .grid-filtros .pequeno {
    width: 42.5vw;
  }
}
.grid-filtros .completo {
  width: 100%;
}
@media screen and (min-width: 1050px) {
  .grid-filtros .completo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 959px) {
  .grid-filtros .completo {
    width: 42.5vw;
  }
}
@media screen and (max-width: 959px) {
  .grid-filtros .fullmob {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.paginacao {
  margin-top: 4em;
  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;
  gap: 0.5em;
  font-weight: 600;
}
.paginacao .atual {
  color: #ECC76A;
}

.publicacoes-main {
  background-image: url("../img/bg-pubs-divisoria-3.png");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 15vw;
}
.publicacoes-main.altbg {
  background-image: url("../img/bg-news-divisoria-3.png");
}
@media screen and (max-width: 959px) {
  .publicacoes-main {
    background-image: none;
  }
}
.publicacoes-main.projetos {
  background-image: url("../img/projetos-bottom.png");
  display: none;
}
@media screen and (max-width: 959px) {
  .publicacoes-main.projetos {
    background-image: none;
  }
}
.publicacoes-main.premios {
  background-image: url("../img/publicacoes-fundo-bottom.png");
  background-position: bottom center;
  background-color: #E1E6DA;
  padding-bottom: 25.625vw;
  margin-top: -2.5vw;
}
@media screen and (max-width: 959px) {
  .publicacoes-main.premios {
    background-image: none;
    padding-bottom: 45vw;
    margin-bottom: -30vw;
  }
}
.publicacoes-main.premios .grid-filtros {
  margin-bottom: 2em;
}
.publicacoes-main.premios .titulo-sec-premio {
  font-weight: 600;
  text-transform: uppercase;
  color: #096042;
  margin-bottom: 2em;
}

.premio-intro {
  padding-bottom: 0;
  background-image: url("../img/bg-premio-div1-topo.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #E1E6DA;
}
.premio-intro .container {
  position: relative;
  z-index: 10;
}
.premio-intro .desc {
  margin-top: 1.5em;
  width: 56.525vw;
}
.premio-intro .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 959px) {
  .premio-intro .desc {
    width: 100%;
  }
}
.premio-intro .separador {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  margin-top: -5vw;
}

.premio-quemfoi {
  background-color: #ECC76A;
}
.premio-quemfoi .titulo-icone {
  margin-bottom: 2em;
}
.premio-quemfoi h2 {
  color: #EF492F;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.premio-quemfoi .coluna-texto {
  width: 31.28vw;
  line-height: 1.4;
}
.premio-quemfoi .coluna-texto p {
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  .premio-quemfoi .coluna-texto {
    width: 100%;
    margin-bottom: 2em;
  }
}
.premio-quemfoi .separador {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.premio-edicoes {
  background-color: #E1E6DA;
  padding-bottom: var(--pad-base);
  padding-top: calc(var(--pad-base) / 2);
}
.premio-edicoes .bloco-eixos {
  padding-top: calc(var(--pad-base) / 2);
}
.premio-edicoes .item-eixo {
  border-top: 2px solid #096042;
  color: #096042;
}
.premio-edicoes .item-eixo .abre-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 4em;
  cursor: pointer;
}
.premio-edicoes .item-eixo .abre-item h3 {
  font-weight: 600;
  width: 50.7875vw;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .premio-edicoes .item-eixo .abre-item h3 {
    width: 78.75vw;
  }
}
.premio-edicoes .item-eixo .abre-item img {
  display: block;
  width: 1em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 959px) {
  .premio-edicoes .item-eixo .abre-item img {
    width: 0.8em;
  }
}
.premio-edicoes .item-eixo .item-expande {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.premio-edicoes .item-eixo .item-expande .config-texto {
  padding-bottom: 2em;
}
.premio-edicoes .item-eixo.ativo > .abre-item img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.premio-edicoes .item-eixo.ativo > .item-expande {
  max-height: 4000px;
}
.premio-edicoes .item-eixo .lista-premiados .chama {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  width: 56.525vw;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 959px) {
  .premio-edicoes .item-eixo .lista-premiados .chama {
    width: 100%;
  }
}
.premio-edicoes .item-eixo .lista-premiados .bloco-vencedores {
  padding-bottom: 3em;
}
.premio-edicoes .item-eixo .lista-premiados .item-eixo {
  padding-left: 15px;
  padding-right: 15px;
}
.premio-edicoes .item-eixo .lista-premiados .item-eixo .abre-item {
  height: auto;
  padding-block: 1em;
}
.premio-edicoes .item-eixo .lista-premiados .item-eixo .abre-item .titulo small {
  display: block;
  font-weight: 600;
}
.premio-edicoes .item-eixo .lista-premiados .item-eixo .abre-item .titulo h3 {
  display: block;
  font-weight: 400;
  text-transform: none;
}
.premio-edicoes .item-eixo .lista-premiados .item-eixo.ativo {
  background-color: rgba(4, 52, 40, 0.1);
}

.sobre-intro {
  background-color: #E1E6DA;
}
.sobre-intro .lf-sobre {
  margin-top: 4em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .sobre-intro .lf-sobre {
    margin-top: 2em;
    gap: 2em;
  }
}
.sobre-intro .lf-sobre .col-texto {
  width: 30.70625vw;
}
.sobre-intro .lf-sobre .col-texto h3 {
  font-weight: 600;
  color: #EF492F;
  margin-bottom: 1em;
}
.sobre-intro .lf-sobre .col-texto .texto {
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .sobre-intro .lf-sobre .col-texto {
    width: 100%;
  }
}
.sobre-intro .separador {
  display: block;
  width: 100%;
  margin-top: -2vw;
  position: relative;
  z-index: 1;
}

.sobre-atuacao {
  background-color: #ECC76A;
  background-image: url("../img/bg-sobre-div2-top.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 4em;
}
.sobre-atuacao .container {
  position: relative;
  z-index: 10;
}
.sobre-atuacao .blocos-atuacao {
  margin-top: 4em;
}
.sobre-atuacao .item-atuacao {
  color: #096042;
}
.sobre-atuacao .item-atuacao .abre-item {
  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;
  border-top: 2px solid #096042;
  padding-block: 1.5em;
  cursor: pointer;
}
.sobre-atuacao .item-atuacao .abre-item .titulo {
  width: 39.3125vw;
}
.sobre-atuacao .item-atuacao .abre-item .titulo h3 {
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .sobre-atuacao .item-atuacao .abre-item .titulo {
    width: 71.5vw;
  }
}
.sobre-atuacao .item-atuacao .abre-item img {
  display: block;
  width: 1.2em;
}

.sobre-equipe {
  background-color: #E1E6DA;
  background-image: url("../img/bg-sobre-div2-bottom.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.sobre-equipe .subtitulo {
  font-weight: 600;
  color: #096042;
  margin-top: 3em;
}
.sobre-equipe .equipe-grid {
  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;
  gap: 0.85vw;
  margin-top: 2em;
}
@media screen and (max-width: 959px) {
  .sobre-equipe .equipe-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3vw;
  }
}
.sobre-equipe .item-equipe {
  width: 13.49375vw;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .sobre-equipe .item-equipe {
    width: 41.05vw;
  }
}
.sobre-equipe .item-equipe img {
  display: block;
  width: 100%;
}
.sobre-equipe .item-equipe .titulo {
  background-color: #fff;
  padding: 1em;
}
.sobre-equipe .item-equipe .titulo h3 {
  font-weight: 600;
  color: #EF492F;
}
.sobre-equipe .item-equipe .titulo small {
  display: block;
}

.sobre-parceiros {
  margin-top: -4vw;
  padding-bottom: var(--pad-base);
  background-image: url("../img/bg-sobre-news-1.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.sobre-parceiros .titulo-icone {
  margin-bottom: 2em;
}
.sobre-parceiros .grid-parceiros {
  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;
  gap: 5vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3vw;
  border-bottom: 4px solid #096042;
}
@media screen and (max-width: 959px) {
  .sobre-parceiros .grid-parceiros {
    gap: 6vw 10vw;
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 599px) {
  .sobre-parceiros .grid-parceiros {
    gap: 9vw 15vw;
    padding-bottom: 9vw;
  }
}
.sobre-parceiros .grid-parceiros a {
  display: block;
  opacity: 0.3;
}
.sobre-parceiros .grid-parceiros a.ativo {
  opacity: 1;
}
.sobre-parceiros .grid-parceiros img {
  display: block;
  max-width: 13.625vw;
  max-height: 2.9325vw;
}
@media screen and (max-width: 959px) {
  .sobre-parceiros .grid-parceiros img {
    max-width: 24vw;
    max-height: 6.25vw;
  }
}
@media screen and (max-width: 599px) {
  .sobre-parceiros .grid-parceiros img {
    max-width: 31.25vw;
    max-height: 9.875vw;
  }
}
.sobre-parceiros .box-parceiro {
  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;
  padding-top: 3vw;
  display: none;
}
@media screen and (max-width: 959px) {
  .sobre-parceiros .box-parceiro {
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sobre-parceiros .box-parceiro.ativo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sobre-parceiros .box-parceiro .imglogo {
  width: 12.059375vw;
}
.sobre-parceiros .box-parceiro .imglogo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sobre-parceiros .box-parceiro .imglogo {
    width: 100%;
    height: 16.4vw;
    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;
  }
  .sobre-parceiros .box-parceiro .imglogo img {
    max-width: 28vw;
  }
}
@media screen and (max-width: 599px) {
  .sobre-parceiros .box-parceiro .imglogo {
    width: 100%;
    height: 35.25vw;
    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;
  }
  .sobre-parceiros .box-parceiro .imglogo img {
    max-width: 57vw;
  }
}
.sobre-parceiros .box-parceiro .sobre-parceiro {
  width: 50.7875vw;
}
@media screen and (max-width: 959px) {
  .sobre-parceiros .box-parceiro .sobre-parceiro {
    width: 100%;
  }
}

.img-divisoria {
  display: block;
  width: 100%;
}

.atuacao-eixos {
  background-color: #ECC76A;
  padding-bottom: 17vw;
  background-image: url("../img/bg-atuacao-divisoria-1.png");
  background-position: bottom -2px center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.atuacao-eixos .desc {
  line-height: 1.5;
  margin-top: 2em;
  margin-bottom: 2em;
  color: #096042;
  padding-right: 2.44375vw;
}
.atuacao-eixos .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 959px) {
  .atuacao-eixos .desc {
    padding-right: 0;
  }
}
.atuacao-eixos .item-eixo {
  border-top: 2px solid #096042;
  color: #096042;
  cursor: pointer;
}
.atuacao-eixos .item-eixo .abre-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 4em;
}
.atuacao-eixos .item-eixo .abre-item h3 {
  font-weight: 600;
  width: 50.7875vw;
}
.atuacao-eixos .item-eixo .abre-item img {
  display: block;
  width: 1em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.atuacao-eixos .item-eixo .item-expande {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.atuacao-eixos .item-eixo .item-expande .config-texto {
  padding-bottom: 2em;
}
.atuacao-eixos .item-eixo.ativo .abre-item img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.atuacao-eixos .item-eixo.ativo .item-expande {
  max-height: 2000px;
}

.mapa-secao {
  background-color: #E1E6DA;
  padding-bottom: var(--pad-base);
  background-image: url("../img/bg-atuacao-divisoria-2.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mapa-secao .estilo-mapa {
  height: 36vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .mapa-secao .estilo-mapa {
    height: 100vw;
  }
}
.mapa-secao .desc {
  margin-top: 2em;
  margin-bottom: 2em;
}
.mapa-secao .mapa-info .aviso-lateral {
  font-weight: 600;
  text-transform: uppercase;
  color: #096042;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 959px) {
  .mapa-secao .mapa-info .aviso-lateral {
    display: none;
  }
}
.mapa-secao .mapa-info .lista-lugares {
  width: 100%;
  height: 45dvh;
  overflow: auto;
  padding-right: 2em;
}
.mapa-secao .mapa-info .lista-lugares > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.mapa-secao .mapa-info .item-facul {
  border-bottom: 1px solid #096042;
  padding-bottom: 2em;
}
.mapa-secao .mapa-info .item-facul h3 {
  font-weight: 600;
  color: #043428;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.mapa-secao .mapa-info .item-facul a {
  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;
  gap: 0.5em;
}
.mapa-secao .mapa-info .item-facul a img {
  display: block;
  height: 0.8em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mapa-secao .mapa-info .item-facul a span {
  line-height: 1;
  position: relative;
  top: -0.2em;
  text-transform: uppercase;
}
.mapa-secao .coluna-mapa {
  position: relative;
}
.mapa-secao .coluna-mapa .aviso-lateral {
  display: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #096042;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 959px) {
  .mapa-secao .coluna-mapa {
    margin-bottom: 0.5em;
  }
  .mapa-secao .coluna-mapa .aviso-lateral {
    display: block;
  }
}
.mapa-secao .legendas {
  display: block;
  position: absolute;
  bottom: 2vw;
  left: 0;
}
.mapa-secao .legenda {
  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;
  gap: 0.5em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.mapa-secao .legenda img {
  display: block;
  width: 1em;
}
.mapa-secao .tooltip-mapa {
  width: 16.3625vw;
  white-space: normal;
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
  color: #096042;
}
@media screen and (max-width: 959px) {
  .mapa-secao .tooltip-mapa {
    width: 42.5vw;
    white-space: normal;
    font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
    font-size: 12px;
  }
}

.estilo-mapa .marcador-hover img {
  display: block;
  width: 100%;
  height: 100%;
}

.estilo-mapa .marcador-hover .semhover {
  display: block;
}

.estilo-mapa .marcador-hover .comhover {
  display: none;
}

.estilo-mapa .marcador-hover:hover .semhover {
  display: none;
}

.estilo-mapa .marcador-hover:hover .comhover {
  display: block;
}

.fundo-vencedor {
  background-color: #096042;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 100vh;
  overflow: auto;
  padding-top: 10.98vw;
  color: #E1E6DA;
  display: none;
}
.fundo-vencedor.ativo {
  display: block;
}
@media screen and (max-width: 960px) {
  .fundo-vencedor {
    padding-top: calc(94px + 10vw);
    padding-bottom: 94px;
  }
}
.fundo-vencedor .container {
  position: relative;
}
.fundo-vencedor .container .fechar-vencedor {
  position: absolute;
  right: 16vw;
  top: -2vw;
}
.fundo-vencedor .container .fechar-vencedor img {
  display: block;
  width: 2vw;
}
@media screen and (max-width: 960px) {
  .fundo-vencedor .container .fechar-vencedor {
    right: 7vw;
    top: -5vw;
  }
  .fundo-vencedor .container .fechar-vencedor img {
    width: 6vw;
  }
}
.fundo-vencedor .tipo {
  font-weight: 600;
  margin-bottom: 0.25em;
}
.fundo-vencedor .titulo {
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.fundo-vencedor .texto p {
  margin-bottom: 1.4em;
}
.fundo-vencedor .texto a {
  font-weight: 600;
  text-decoration: underline;
}

.noticia-main {
  padding-bottom: 5vw;
}
.noticia-main .conteudo-noticia {
  width: 45.05vw;
}
@media screen and (max-width: 959px) {
  .noticia-main .conteudo-noticia {
    width: 100%;
  }
}
.noticia-main p {
  margin-bottom: 1.4em;
}
.noticia-main strong {
  font-weight: 600;
}
.noticia-main em {
  font-style: italic;
}
.noticia-main a {
  text-decoration: underline;
  color: #EF492F;
}
.noticia-main table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3em;
  border-bottom: 1px solid #ECC76A;
}
.noticia-main table tr {
  border-top: 1px solid #ECC76A;
}
.noticia-main table td {
  padding: 1.25em 0.5em;
  line-height: 1.3;
}
.noticia-main .share {
  margin-top: 1em;
  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;
  gap: 0.5em;
}
.noticia-main .share a {
  text-decoration: none;
  color: #096042;
}
.noticia-main img {
  display: block;
  max-width: 100%;
  height: auto;
}
.noticia-main iframe {
  display: block;
  margin-bottom: 2em;
}
.noticia-main .wp-block-image, .noticia-main .wp-caption {
  margin-bottom: 2em;
}
.noticia-main .wp-block-image img, .noticia-main .wp-caption img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.noticia-main .wp-block-image figcaption, .noticia-main .wp-caption figcaption {
  width: 100%;
  text-align: center;
  font-style: italic;
}
.noticia-main .wp-block-image .wp-caption-text, .noticia-main .wp-caption .wp-caption-text {
  width: 100%;
  text-align: center;
  font-style: italic;
}

.tdow {
  font-size: 14px;
}

.config-texto > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.config-texto.padlat p {
  padding-right: 1em;
}
@media screen and (max-width: 959px) {
  .config-texto.padlat p {
    padding-right: 0;
  }
}
.config-texto p {
  line-height: 1.4;
}
.config-texto p strong {
  font-weight: 600;
}
.config-texto p a {
  color: var(--vermelho);
  text-decoration: underline;
}
.config-texto a {
  font-weight: 400;
  text-decoration: underline;
}
.config-texto a:hover {
  color: #096042;
}
.config-texto ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.config-texto ul ol, .config-texto ul ul {
  padding-left: 2em;
  margin-top: 1em;
}
.config-texto ul:last-child {
  margin-bottom: 0;
}
.config-texto ol {
  list-style-type: decimal;
  padding-left: 1em;
  margin-bottom: 2em;
}
.config-texto ol ol, .config-texto ol ul {
  padding-left: 2em;
  margin-top: 1em;
}
.config-texto ol:last-child {
  margin-bottom: 0;
}
.config-texto li {
  margin-bottom: 1em;
  accent-color: var(--vermelho);
}
.config-texto li::marker {
  color: var(--vermelho);
}
.config-texto ol li::marker {
  font-weight: bold;
}
.config-texto h1 {
  display: none !important;
}
.config-texto h2 {
  font-weight: bold;
  line-height: 1.3;
  margin-top: 3em;
  margin-bottom: 0;
}
.config-texto h3 {
  font-weight: 600;
  line-height: 1.3;
}
.config-texto h4 {
  font-weight: 600;
  line-height: 1.3;
}
.config-texto img {
  max-width: 100%;
  height: auto;
  border-radius: 1em;
}
.config-texto .base-coluna {
  width: 100%;
  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;
  gap: 1.7vw;
}
@media screen and (max-width: 959px) {
  .config-texto .base-coluna {
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
  }
}
.config-texto .base-coluna .coluna-meia {
  width: 21.52625vw;
}
@media screen and (max-width: 959px) {
  .config-texto .base-coluna .coluna-meia {
    width: 100%;
  }
}
.config-texto .base-coluna .coluna-terco {
  width: 15.78875vw;
}
@media screen and (max-width: 959px) {
  .config-texto .base-coluna .coluna-terco {
    width: 42.5vw;
  }
}
.config-texto .base-coluna .coluna-cheia {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.config-texto .citacao > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.config-texto .citacao .frase {
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
  color: var(--verde);
  font-weight: bold;
}
.config-texto .coluna-meia .citacao, .config-texto .coluna-terco .citacao, .config-texto .coluna-cheia .citacao {
  height: 100%;
  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;
}
.config-texto .coluna-meia .citacao.nopessoa, .config-texto .coluna-terco .citacao.nopessoa, .config-texto .coluna-cheia .citacao.nopessoa {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.config-texto img.alignnone, .config-texto img.aligncenter {
  max-width: 100%;
  height: auto;
}
.config-texto img.alignright, .config-texto img.alignleft {
  max-width: 40%;
  height: auto;
}
.config-texto .wp-caption.aligncenter {
  max-width: 100%;
  width: auto !important;
  height: auto;
  margin-top: 2em;
}
.config-texto .wp-caption.aligncenter img {
  display: block;
  width: 100%;
  height: auto;
}
.config-texto .wp-caption.aligncenter .wp-caption-text {
  border-bottom: 1px solid #cdcdcd;
  padding-top: 1em;
}
.config-texto .wp-caption.aligncenter .wp-caption-text strong {
  color: var(--amarelo);
}
.config-texto .wp-caption.alignnone {
  max-width: 100%;
  width: auto !important;
  height: auto;
}
.config-texto .wp-caption.alignnone img {
  display: block;
  max-width: 100%;
  height: auto;
}
.config-texto table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3em;
  border-bottom: 1px solid var(--amarelo);
}
.config-texto table tr {
  border-top: 1px solid var(--amarelo);
}
.config-texto table td {
  padding: 1.25em 0em;
  line-height: 1.3;
}
.config-texto iframe {
  width: 100%;
}
.config-texto .aspratio iframe {
  aspect-ratio: 16/9 !important;
  width: 100% !important;
  height: auto;
}
.config-texto blockquote {
  padding: 1em 0;
  position: relative;
  font-weight: bold;
}
.config-texto mark {
  background-color: #fff;
}
.config-texto .linha-botoes {
  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;
}

.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.5);
  padding: 1vw;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.fundo-modal.ativo {
  z-index: 11000;
  opacity: 1;
  visibility: visible;
}

.modal {
  width: 79.475vw;
  max-height: 90%;
  -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;
  transition: all 0.6s;
  position: relative;
  padding: 5.7375vw;
  background-color: #ECC76A;
  overflow: auto;
}
@media screen and (max-width: 959px) {
  .modal {
    width: 98vw;
    padding: 8vw;
  }
}
.modal .modal-fechar {
  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;
  display: block;
}
.modal .modal-fechar img {
  display: block;
  width: 1.5em;
}
.modal .informacoes {
  width: 50.7875vw;
  margin-bottom: 1.5em;
}
.modal .informacoes > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 959px) {
  .modal .informacoes {
    width: 71.5vw;
  }
}
.modal .titulo {
  margin-bottom: 3em;
  color: #096042;
  width: 50.7875vw;
}
.modal .titulo h3 {
  font-weight: 600;
}
.modal .colab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  margin-top: 3em;
}
.modal .colab img {
  display: block;
  width: 6.321875vw;
}
@media screen and (max-width: 959px) {
  .modal .colab img {
    width: 28vw;
  }
}
.modal .descritivo {
  margin-bottom: 1.5em;
}
.modal .materiais strong {
  display: block;
}
.modal .materiais a {
  display: block;
}
.modal .materiais a:hover {
  text-decoration: underline;
}

.modal-equipe {
  width: 62.2625vw;
  max-height: 90%;
  -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;
  transition: all 0.6s;
  position: relative;
  padding: 5.7375vw;
  background-color: #fff;
  overflow: auto;
  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;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .modal-equipe {
    width: 98vw;
    padding: 8vw;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2em;
  }
}
.modal-equipe .modal-fechar {
  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;
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
}
.modal-equipe .modal-fechar img {
  display: block;
  width: 1.5em;
}
.modal-equipe .coluna-foto {
  width: 13.49375vw;
}
.modal-equipe .coluna-foto img {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
}
.modal-equipe .coluna-foto h3 {
  font-weight: 600;
  color: #EF492F;
}
.modal-equipe .coluna-foto small {
  display: block;
}
@media screen and (max-width: 959px) {
  .modal-equipe .coluna-foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
  }
  .modal-equipe .coluna-foto img {
    display: block;
    width: 42.5vw;
    margin-bottom: 0;
  }
}
.modal-equipe .coluna-bio {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -0.5em;
}
.modal-equipe .coluna-bio a {
  font-weight: 400;
  text-decoration: underline;
}

.downloads-lista {
  padding-top: var(--pad-base);
  padding-bottom: var(--pad-base);
}
.downloads-lista .topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.downloads-lista .select-estilo {
  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;
  gap: 0.5em;
  margin-top: 0.25em;
}
.downloads-lista .select-estilo select {
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
  width: 10.625vw;
}
.downloads-lista h1 {
  font-family: "canada-type-gibson", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #096042;
}
.downloads-lista .bloco-scroll-planilha {
  width: 100%;
  max-height: 70dvh;
  overflow: auto;
  margin-top: 2em;
  border: 1px solid #f2f2f2;
}
.downloads-lista .bloco-scroll-planilha::-webkit-scrollbar {
  width: 18px;
  height: 18px;
}
.downloads-lista .bloco-scroll-planilha::-webkit-scrollbar-thumb {
  background: #E1E6DA;
}
.downloads-lista .bloco-scroll-planilha::-webkit-scrollbar-track {
  background: #096042;
}
.downloads-lista .bloco-scroll-planilha {
  scrollbar-face-color: #E1E6DA;
  scrollbar-track-color: #096042;
}
@media screen and (max-width: 959px) {
  .downloads-lista .bloco-scroll-planilha {
    max-height: 70dvh;
  }
}
.downloads-lista table {
  background-color: #D9D9D9;
  border: none;
  border-collapse: collapse;
  line-height: 1.3;
  table-layout: fixed;
  width: auto;
  width: 100%;
}
.downloads-lista table thead {
  background-color: #D9D9D9;
  border: none;
  font-weight: 700;
}
.downloads-lista table thead th, .downloads-lista table thead td {
  padding: 0.75vw 0.75vw;
  text-align: left;
  background-color: #D9D9D9;
}
.downloads-lista table thead th:before, .downloads-lista table thead td:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #99B9A7;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1049px) {
  .downloads-lista table thead th, .downloads-lista table thead td {
    padding: 3vw 3vw;
  }
}
.downloads-lista table thead strong {
  font-weight: 600;
}
.downloads-lista table tbody tr:hover {
  background-color: #99B9A7;
}
.downloads-lista table tbody tr:hover td {
  background-color: #99B9A7;
}
.downloads-lista table tbody td {
  padding: 1vw 0.75vw;
  text-align: left;
  background-color: #D9D9D9;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1049px) {
  .downloads-lista table tbody td {
    padding: 3vw 3vw;
  }
}
.downloads-lista table th.nome, .downloads-lista table td.nome {
  font-weight: 500;
}
.downloads-lista table th.nome small, .downloads-lista table td.nome small {
  display: block;
  font-weight: 400;
}
.downloads-lista table th.uf, .downloads-lista table td.uf {
  width: 6vw;
}
.downloads-lista table th.tipo, .downloads-lista table td.tipo {
  width: 10vw;
}
.downloads-lista table th.status, .downloads-lista table td.status {
  width: 10vw;
}
.downloads-lista table th.acessos, .downloads-lista table td.acessos {
  width: 8vw;
}
.downloads-lista table th.acesso, .downloads-lista table td.acesso {
  width: 10vw;
}
.downloads-lista table th.mensagem, .downloads-lista table td.mensagem {
  width: 45vw;
}
.downloads-lista table th.data, .downloads-lista table td.data {
  width: 10vw;
}
.downloads-lista table th {
  position: sticky;
  top: -1px;
  left: auto;
  z-index: 100;
}
.downloads-lista table th a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25em;
}
.downloads-lista table th a:hover {
  color: #FCCC33;
}
.downloads-lista table th.nome {
  top: -1px;
  left: -1px;
  background-color: #D9D9D9;
  z-index: 102;
}
.downloads-lista table td.nome {
  border-bottom: 1px solid #fff;
}
.downloads-lista table td.nome:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.downloads-lista table td.nome:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1049px) {
  .downloads-lista table {
    width: 200vw;
  }
  .downloads-lista table th, .downloads-lista table td {
    width: 28vw;
  }
  .downloads-lista table th.nome, .downloads-lista table td.nome {
    width: 20.75vw;
  }
  .downloads-lista table th.uf, .downloads-lista table td.uf {
    width: 6vw;
  }
  .downloads-lista table th.tipo, .downloads-lista table td.tipo {
    width: 10vw;
  }
  .downloads-lista table th.status, .downloads-lista table td.status {
    width: 10vw;
  }
  .downloads-lista table th.acessos, .downloads-lista table td.acessos {
    width: 8vw;
  }
  .downloads-lista table th.acesso, .downloads-lista table td.acesso {
    width: 10vw;
  }
  .downloads-lista table th.mensagem, .downloads-lista table td.mensagem {
    width: 45vw;
  }
  .downloads-lista table th.data, .downloads-lista table td.data {
    width: 10vw;
  }
}