:root {
  --rosa: #E5007E;
  --marrom: #8C004C;
  --amarelo: #FDEA14;
  --ouro: #E6D73A;
  --azul: #019EE2;
  --verde: #7EE5B9;
  --cinzaverde: #E8F1EA;
  --bgclaro: #D9D9D9;
}

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

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

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

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

strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

.section {
  width: 100%;
  height: auto;
}
.section.telacheia {
  width: 100%;
  height: 100vh;
}
.section .container {
  width: 100%;
  margin: 0 auto;
  padding-left: 9vw;
  padding-right: 8vw;
}
@media (width <= 1100px) {
  .section .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.layout-flex, .lf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout-flex.aic, .lf.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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;
}
@media screen and (max-width: 1049px) {
  .layout-flex, .lf {
    gap: 3em;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1049px) {
  .mobile-1 {
    width: 13.3333333333vw;
  }
}
@media screen and (max-width: 1049px) {
  .mobile-2 {
    width: 28.6666666667vw;
  }
}
@media screen and (max-width: 1049px) {
  .mobile-3 {
    width: 44vw;
  }
}
@media screen and (max-width: 1049px) {
  .mobile-4 {
    width: 59.3333333333vw;
  }
}
@media screen and (max-width: 1049px) {
  .mobile-5 {
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 1049px) {
  .mobile-6 {
    width: 90vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-1 {
    width: 9.5vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-2 {
    width: 21vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-3 {
    width: 32.5vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-4 {
    width: 44vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-5 {
    width: 55.5vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-6 {
    width: 67vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-7 {
    width: 78.5vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-8 {
    width: 90vw;
  }
}
.mb1 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1049px) {
  .mb1 {
    margin-bottom: 0.5rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

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

.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: 1049px) {
  .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: 1049px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .simula-colunas .modulo-desk {
    display: none;
  }
  .simula-colunas .modulo-mobile {
    display: none;
  }
  .simula-colunas .modulo-land {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.simula-colunas .coluna-1 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1049px) {
  .simula-colunas .coluna-1 {
    width: 13.3333333333vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .simula-colunas .coluna-1 {
    width: 9.5vw;
  }
}
.simula-colunas .gutter {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  width: 2vw;
}
@media screen and (max-width: 1049px) {
  .simula-colunas .gutter {
    width: 2vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .simula-colunas .gutter {
    width: 2vw;
  }
}

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

.nav-icon {
  display: block;
  width: 2.5vw;
  height: 1.7vw;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1049px) {
  .nav-icon {
    width: 9vw;
    height: 6vw;
  }
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 0.2vw;
  border-radius: 100px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 1049px) {
  .nav-icon span {
    height: 0.8vw;
  }
}
.nav-icon span:nth-child(1) {
  top: 0px;
}
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: calc(50% - 0.1vw);
}
@media screen and (max-width: 1049px) {
  .nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
    top: calc(50% - 0.4vw);
  }
}
.nav-icon span:nth-child(4) {
  top: calc(100% - 0.2vw);
}
@media screen and (max-width: 1049px) {
  .nav-icon span:nth-child(4) {
    top: calc(100% - 0.8vw);
  }
}
.nav-icon.is-active span:nth-child(1) {
  top: calc(50% - 0.1vw);
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 1049px) {
  .nav-icon.is-active span:nth-child(1) {
    top: calc(50% - 0.4vw);
  }
}
.nav-icon.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-icon.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-icon.is-active span:nth-child(4) {
  top: calc(50% - 0.1vw);
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 1049px) {
  .nav-icon.is-active span:nth-child(4) {
    top: calc(50% - 0.4vw);
  }
}

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

.place-white ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #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;
}

/********** TAMANHOS DOS TEXTOS *********/
.txt_130, .config-texto blockquote:after, .associados-avisos .card-aviso .desc blockquote:after, .programa-texto-galeria .coluna-texto .desc blockquote:after, .config-texto blockquote:before, .associados-avisos .card-aviso .desc blockquote:before, .programa-texto-galeria .coluna-texto .desc blockquote:before {
  font-size: 130px;
  font-size: 13rem;
  font-size: clamp(6.5rem, 6.8661971831vw + -0.3661971831rem, 26rem);
  line-height: 1;
}
@media (width <= 1050px) {
  .txt_130, .config-texto blockquote:after, .associados-avisos .card-aviso .desc blockquote:after, .programa-texto-galeria .coluna-texto .desc blockquote:after, .config-texto blockquote:before, .associados-avisos .card-aviso .desc blockquote:before, .programa-texto-galeria .coluna-texto .desc blockquote:before {
    font-size: 65px;
  }
}

.txt_70, .home-numeros .item-numero .dados .num {
  font-size: 70px;
  font-size: 7rem;
  font-size: clamp(3.6rem, 3.661971831vw + -0.061971831rem, 14rem);
  line-height: 1.2;
}
@media (width <= 1050px) {
  .txt_70, .home-numeros .item-numero .dados .num {
    font-size: 40px;
  }
}

.txt_48, .frente-frasetexto .coluna-frase h2, .programa-texto-galeria .coluna-texto h2, .programa-resultados .item-numero .dados .num, .modelo-post h1, .quem-timeline .slide-ano .textos .ano, .quemsomos-video h2, .abertura-pagina h1, .capa-simples .lf-capa h1, .home-introducao .coluna-frase h2, .home-capa .coluna-texto, h2, .newsletter-secao .coluna-texto h2, .chamada-relacionada .coluna-texto h2 {
  font-size: 48px;
  font-size: 4.8rem;
  font-size: clamp(2.4rem, 2.5352112676vw + -0.1352112676rem, 9.6rem);
}
@media (width <= 1050px) {
  .txt_48, .frente-frasetexto .coluna-frase h2, .programa-texto-galeria .coluna-texto h2, .programa-resultados .item-numero .dados .num, .modelo-post h1, .quem-timeline .slide-ano .textos .ano, .quemsomos-video h2, .abertura-pagina h1, .capa-simples .lf-capa h1, .home-introducao .coluna-frase h2, .home-capa .coluna-texto, h2, .newsletter-secao .coluna-texto h2, .chamada-relacionada .coluna-texto h2 {
    font-size: 28px;
  }
}

.txt_40, .frente-estrategias .card-frente .coluna-texto h3, .frente-estrategias .card-estrat-item .card-estrat h3, .programa-frentes .card-frente .coluna-texto h3, .noticias-destaques .destaque-home .coluna-texto h3, .config-texto h2, .associados-avisos .card-aviso .desc h2, .programa-texto-galeria .coluna-texto .desc h2, .atuacao-estrategias .item-estrategia h3, .section-nossojeito .coluna-frase span, .modal .lf-membro .coluna-info h3, .modal.modal-acoes h2, .modal.modal-estrategia h2, .quemsomos-missao .item-missao h3, .capa-simples.associados .lf-capa h1, .home-destaques .destaque-home .frente .coluna-texto h3, .home-destaques .destaque-home .atras .coluna-texto h3, .home-programas .programa-card-home .coluna-texto h3, .home-mapa-atuacao .atuacao-chamada .explica h4, .home-mapa-atuacao .atuacao-chamada h2 {
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(2.05rem, 2.0950704225vw + -0.0450704225rem, 8rem);
}
@media (width <= 1050px) {
  .txt_40, .frente-estrategias .card-frente .coluna-texto h3, .frente-estrategias .card-estrat-item .card-estrat h3, .programa-frentes .card-frente .coluna-texto h3, .noticias-destaques .destaque-home .coluna-texto h3, .config-texto h2, .associados-avisos .card-aviso .desc h2, .programa-texto-galeria .coluna-texto .desc h2, .atuacao-estrategias .item-estrategia h3, .section-nossojeito .coluna-frase span, .modal .lf-membro .coluna-info h3, .modal.modal-acoes h2, .modal.modal-estrategia h2, .quemsomos-missao .item-missao h3, .capa-simples.associados .lf-capa h1, .home-destaques .destaque-home .frente .coluna-texto h3, .home-destaques .destaque-home .atras .coluna-texto h3, .home-programas .programa-card-home .coluna-texto h3, .home-mapa-atuacao .atuacao-chamada .explica h4, .home-mapa-atuacao .atuacao-chamada h2 {
    font-size: 24px;
  }
}

.txt_35, .frente-topo .frente-abertura .coluna-frase, .governanca-intro .item-grupo .titulo-grupo, .secao-texto-colunas h2, .section-header .item-nav .texto .titulo {
  font-size: 35px;
  font-size: 3.5rem;
  font-size: clamp(1.8rem, 1.8309859155vw + -0.0309859155rem, 7rem);
}
@media (width <= 1050px) {
  .txt_35, .frente-topo .frente-abertura .coluna-frase, .governanca-intro .item-grupo .titulo-grupo, .secao-texto-colunas h2, .section-header .item-nav .texto .titulo {
    font-size: 22px;
  }
}

.txt_32, .associados-avisos h3, .config-texto h3, .associados-avisos .card-aviso .desc h3, .programa-texto-galeria .coluna-texto .desc h3, .modelo-post .linha-resumo, .atuacao-estrategias.associados .item-estrategia h3, .atuacao-estrategias .intro, .atuacao-eixos .eixo h3, .atuacao-eixos h2, .modal .lf-membro .coluna-info .atuacao, .apoiadores-bloco .grupo-parcerias h3, .apoiadores-bloco .coluna-esquerda, .home-mapa-atuacao .atuacao-chamada h3, .card-noticia .sobre h3, .card-transparencia .sobre h3, h2.menor {
  font-size: 32px;
  font-size: 3.2rem;
  font-size: clamp(1.7rem, 1.6549295775vw + 0.0450704225rem, 6.4rem);
}
@media (width <= 1050px) {
  .txt_32, .associados-avisos h3, .config-texto h3, .associados-avisos .card-aviso .desc h3, .programa-texto-galeria .coluna-texto .desc h3, .modelo-post .linha-resumo, .atuacao-estrategias.associados .item-estrategia h3, .atuacao-estrategias .intro, .atuacao-eixos .eixo h3, .atuacao-eixos h2, .modal .lf-membro .coluna-info .atuacao, .apoiadores-bloco .grupo-parcerias h3, .apoiadores-bloco .coluna-esquerda, .home-mapa-atuacao .atuacao-chamada h3, .card-noticia .sobre h3, .card-transparencia .sobre h3, h2.menor {
    font-size: 20 px;
  }
}

.txt_30, .juntoscontra-principal .sociais .links, .nada-encontrado, .associados-avisos .card-aviso h3, .config-texto blockquote, .associados-avisos .card-aviso .desc blockquote, .programa-texto-galeria .coluna-texto .desc blockquote, .contato-principal .sociais .links, .coluna-login h3, .home-mapa-atuacao .atuacao-chamada.menor h3, .home-capa .item-foto .item-texto .titulo, .section-footer .footer-bottom .footer-sociais {
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(1.6rem, 1.5492957746vw + 0.0507042254rem, 6rem);
}
@media (width <= 1050px) {
  .txt_30, .juntoscontra-principal .sociais .links, .nada-encontrado, .associados-avisos .card-aviso h3, .config-texto blockquote, .associados-avisos .card-aviso .desc blockquote, .programa-texto-galeria .coluna-texto .desc blockquote, .contato-principal .sociais .links, .coluna-login h3, .home-mapa-atuacao .atuacao-chamada.menor h3, .home-capa .item-foto .item-texto .titulo, .section-footer .footer-bottom .footer-sociais {
    font-size: 17px;
  }
}

.txt_28, .config-texto h4, .associados-avisos .card-aviso .desc h4, .programa-texto-galeria .coluna-texto .desc h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: clamp(1.5rem, 1.4436619718vw + 0.0563380282rem, 5.6rem);
}
@media (width <= 1050px) {
  .txt_28, .config-texto h4, .associados-avisos .card-aviso .desc h4, .programa-texto-galeria .coluna-texto .desc h4 {
    font-size: 17px;
  }
}

.txt_24, .frente-estrategias .card-frente .coluna-texto .desc, .frente-estrategias .card-estrat-item .card-estrat p, .frente-estrategias .card-estrat-texto .desc, .frente-frasetexto .coluna-texto .desc, .frente-texto-colunas .coluna-texto, .frente-topo .texto-adicional .coluna-texto, .frente-topo .frente-abertura .coluna-texto, .programa-frentes .card-frente .coluna-texto .desc, .programa-resultados .item-numero .dados p, .historias-lista .historia-card .coluna-texto, .historias-chamada .desc, .noticias-lista .introducao .desc, .noticias-lista .texto-abertura, .noticias-destaques .destaque-home .coluna-texto .resumo, .config-texto, .associados-avisos .card-aviso .desc, .programa-texto-galeria .coluna-texto .desc, .modelo-post .compartilhamento, .atuacao-infografico .coluna-texto .desc, .atuacao-estrategias .item-estrategia .desc, .iniciativas-bloco .item-iniciativa:before, .iniciativas-bloco .iniciativa-destaque .coluna-texto .desc, .iniciativas-bloco .iniciativa-destaque .coluna-texto h3, .section-nossojeito .item-jeito, .oportunidades-lista .item-oportunidade h3, .card-transparencia h3, .transparencia-arquivos .texto-abertura, .modal .lf-membro .coluna-info .minibio, .modal.modal-acoes .texto-acao, .modal.modal-estrategia .texto-estrateg, .governanca-equipes .aviso-nenhum, .secao-texto-csscolumns.alternativo .desc, .secao-texto-csscolumns .container, .governanca-intro .desc, .secao-paralax.frente-texto-bg .coluna-texto, .secao-paralax .coluna-texto p, .quemsomos-missao .item-missao p, .secao-texto-colunas .desc, .capa-simples .lf-capa .desc, .apoiadores-bloco .coluna-direita, .apoiadores-bloco .desc, .home-programas .programa-card-home .coluna-texto .desc, .home-numeros .item-numero .dados p, .home-mapa-atuacao .atuacao-chamada .desc, .home-introducao .coluna-texto .desc, .card-noticia .sobre h3.menor, .card-transparencia .sobre h3.menor, .newsletter-secao .coluna-texto p, .chamada-relacionada .coluna-texto p, .section-header .item-nav .nav-programas .coluna-programa .principal {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(1.25rem, 1.25vw + 0rem, 4.8rem);
}
@media (width <= 1050px) {
  .txt_24, .frente-estrategias .card-frente .coluna-texto .desc, .frente-estrategias .card-estrat-item .card-estrat p, .frente-estrategias .card-estrat-texto .desc, .frente-frasetexto .coluna-texto .desc, .frente-texto-colunas .coluna-texto, .frente-topo .texto-adicional .coluna-texto, .frente-topo .frente-abertura .coluna-texto, .programa-frentes .card-frente .coluna-texto .desc, .programa-resultados .item-numero .dados p, .historias-lista .historia-card .coluna-texto, .historias-chamada .desc, .noticias-lista .introducao .desc, .noticias-lista .texto-abertura, .noticias-destaques .destaque-home .coluna-texto .resumo, .config-texto, .associados-avisos .card-aviso .desc, .programa-texto-galeria .coluna-texto .desc, .modelo-post .compartilhamento, .atuacao-infografico .coluna-texto .desc, .atuacao-estrategias .item-estrategia .desc, .iniciativas-bloco .item-iniciativa:before, .iniciativas-bloco .iniciativa-destaque .coluna-texto .desc, .iniciativas-bloco .iniciativa-destaque .coluna-texto h3, .section-nossojeito .item-jeito, .oportunidades-lista .item-oportunidade h3, .card-transparencia h3, .transparencia-arquivos .texto-abertura, .modal .lf-membro .coluna-info .minibio, .modal.modal-acoes .texto-acao, .modal.modal-estrategia .texto-estrateg, .governanca-equipes .aviso-nenhum, .secao-texto-csscolumns.alternativo .desc, .secao-texto-csscolumns .container, .governanca-intro .desc, .secao-paralax.frente-texto-bg .coluna-texto, .secao-paralax .coluna-texto p, .quemsomos-missao .item-missao p, .secao-texto-colunas .desc, .capa-simples .lf-capa .desc, .apoiadores-bloco .coluna-direita, .apoiadores-bloco .desc, .home-programas .programa-card-home .coluna-texto .desc, .home-numeros .item-numero .dados p, .home-mapa-atuacao .atuacao-chamada .desc, .home-introducao .coluna-texto .desc, .card-noticia .sobre h3.menor, .card-transparencia .sobre h3.menor, .newsletter-secao .coluna-texto p, .chamada-relacionada .coluna-texto p, .section-header .item-nav .nav-programas .coluna-programa .principal {
    font-size: 15px;
  }
}

.txt_22, .quem-timeline .slide-ano .textos .descricao, .home-destaques .destaque-home .frente .coluna-texto p, .home-destaques .destaque-home .atras .coluna-texto p {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.15rem, 1.1443661972vw + 0.0056338028rem, 4.4rem);
}
@media (width <= 1050px) {
  .txt_22, .quem-timeline .slide-ano .textos .descricao, .home-destaques .destaque-home .frente .coluna-texto p, .home-destaques .destaque-home .atras .coluna-texto p {
    font-size: 14px;
  }
}

.txt_20, .programa-resultados .nota-tecnica, .atuacao-estrategias.associados .item-estrategia .desc, .atuacao-estrategias .item-estrategia .seta, .iniciativas-bloco .iniciativa-destaque .coluna-texto .seta, .oportunidades-lista .item-oportunidade .status, .modulo-busca-interno input, .modulo-busca-interno, .select-estilizado select, .select-estilizado, .governanca-equipes .item-membro h3, .governanca-intro .item-grupo .texto-grupo, .quem-timeline .navegacao-anos .anos, .quem-timeline .slide-ano .textos .seta-nav-small, .abertura-pagina .navegacao-ancoras .simples, .capa-simples.associados .coluna-navegacao .logout, .capa-simples.associados .lf-capa .desc, .home-mapa-atuacao .atuacao-chamada .seta, .card-noticia .seta, .card-transparencia .seta, .card-noticia .setacard, .card-transparencia .setacard, .botao, .coluna-login input[type=submit], .bloco-formulario .campo-enviar input[type=submit], .seta, .setacard, .section-header .item-nav .texto .chamada, .section-header .menu-navegacao, .section {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.05rem, 1.0387323944vw + 0.0112676056rem, 4rem);
}
@media (width <= 1050px) {
  .txt_20, .programa-resultados .nota-tecnica, .atuacao-estrategias.associados .item-estrategia .desc, .atuacao-estrategias .item-estrategia .seta, .iniciativas-bloco .iniciativa-destaque .coluna-texto .seta, .oportunidades-lista .item-oportunidade .status, .modulo-busca-interno input, .modulo-busca-interno, .select-estilizado select, .select-estilizado, .governanca-equipes .item-membro h3, .governanca-intro .item-grupo .texto-grupo, .quem-timeline .navegacao-anos .anos, .quem-timeline .slide-ano .textos .seta-nav-small, .abertura-pagina .navegacao-ancoras .simples, .capa-simples.associados .coluna-navegacao .logout, .capa-simples.associados .lf-capa .desc, .home-mapa-atuacao .atuacao-chamada .seta, .card-noticia .seta, .card-transparencia .seta, .card-noticia .setacard, .card-transparencia .setacard, .botao, .coluna-login input[type=submit], .bloco-formulario .campo-enviar input[type=submit], .seta, .setacard, .section-header .item-nav .texto .chamada, .section-header .menu-navegacao, .section {
    font-size: 14px;
  }
}

.txt_18, .juntoscontra-principal .coluna-publicacoes a p, .associados-avisos .card-aviso .desc, .modal.modal-busca .inside-busca button, .modal.modal-busca .inside-busca input, .capa-simples .navegacao-ancoras.atuacao .botao, .capa-simples .navegacao-ancoras.atuacao .coluna-login input[type=submit], .coluna-login .capa-simples .navegacao-ancoras.atuacao input[type=submit], .governanca-equipes .item-membro .atuacao, .abertura-pagina .navegacao-ancoras.atuacao .botao, .abertura-pagina .navegacao-ancoras.atuacao .coluna-login input[type=submit], .coluna-login .abertura-pagina .navegacao-ancoras.atuacao input[type=submit], .coluna-login input[type=password], .coluna-login input[type=text], .breadcrumbs, .apoiadores-bloco .grupo-parcerias .linha-titulo .abre-modal, .home-destaques .destaque-home .frente .coluna-texto small, .home-destaques .destaque-home .atras .coluna-texto small, .card-noticia .resumo .resumo-scroll, .card-transparencia .resumo .resumo-scroll, .botao.multilinha, .coluna-login input.multilinha[type=submit], .section-header .header-controles, .section-header .item-nav .nav-programas .coluna-programa .frentes a {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(0.95rem, 0.9330985915vw + 0.0169014085rem, 3.6rem);
}
@media (width <= 1050px) {
  .txt_18, .juntoscontra-principal .coluna-publicacoes a p, .associados-avisos .card-aviso .desc, .modal.modal-busca .inside-busca button, .modal.modal-busca .inside-busca input, .capa-simples .navegacao-ancoras.atuacao .botao, .capa-simples .navegacao-ancoras.atuacao .coluna-login input[type=submit], .coluna-login .capa-simples .navegacao-ancoras.atuacao input[type=submit], .governanca-equipes .item-membro .atuacao, .abertura-pagina .navegacao-ancoras.atuacao .botao, .abertura-pagina .navegacao-ancoras.atuacao .coluna-login input[type=submit], .coluna-login .abertura-pagina .navegacao-ancoras.atuacao input[type=submit], .coluna-login input[type=password], .coluna-login input[type=text], .breadcrumbs, .apoiadores-bloco .grupo-parcerias .linha-titulo .abre-modal, .home-destaques .destaque-home .frente .coluna-texto small, .home-destaques .destaque-home .atras .coluna-texto small, .card-noticia .resumo .resumo-scroll, .card-transparencia .resumo .resumo-scroll, .botao.multilinha, .coluna-login input.multilinha[type=submit], .section-header .header-controles, .section-header .item-nav .nav-programas .coluna-programa .frentes a {
    font-size: 14px;
  }
}

.txt_16, .config-texto table, .associados-avisos .card-aviso .desc table, .programa-texto-galeria .coluna-texto .desc table, .config-texto .wp-caption.alignnone .wp-caption-text, .associados-avisos .card-aviso .desc .wp-caption.alignnone .wp-caption-text, .programa-texto-galeria .coluna-texto .desc .wp-caption.alignnone .wp-caption-text, .config-texto .wp-caption.aligncenter .wp-caption-text, .associados-avisos .card-aviso .desc .wp-caption.aligncenter .wp-caption-text, .programa-texto-galeria .coluna-texto .desc .wp-caption.aligncenter .wp-caption-text, .oportunidades-lista .item-oportunidade .data, .card-transparencia small, .select-estilizado select option, .quem-timeline .slide-ano .foto span, .coluna-login label, .container-slideshow .slick-dots li button, .card-noticia .sobre small, .card-transparencia .sobre small, .section-footer .footer-bottom .footer-meta, .bloco-formulario .campo-input select, .bloco-formulario .campo-input textarea, .bloco-formulario .campo-input input[type=text], .bloco-formulario .campo-input input[type=email], .bloco-formulario .wpcf7-not-valid-tip, .section-header .header-busca .inside-busca input, .navegacao-ancoras-sticky a, .navegacao-ancoras-sticky span {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(0.875rem, 0.8186619718vw + 0.0563380282rem, 3.2rem);
}
@media (width <= 1050px) {
  .txt_16, .config-texto table, .associados-avisos .card-aviso .desc table, .programa-texto-galeria .coluna-texto .desc table, .config-texto .wp-caption.alignnone .wp-caption-text, .associados-avisos .card-aviso .desc .wp-caption.alignnone .wp-caption-text, .programa-texto-galeria .coluna-texto .desc .wp-caption.alignnone .wp-caption-text, .config-texto .wp-caption.aligncenter .wp-caption-text, .associados-avisos .card-aviso .desc .wp-caption.aligncenter .wp-caption-text, .programa-texto-galeria .coluna-texto .desc .wp-caption.aligncenter .wp-caption-text, .oportunidades-lista .item-oportunidade .data, .card-transparencia small, .select-estilizado select option, .quem-timeline .slide-ano .foto span, .coluna-login label, .container-slideshow .slick-dots li button, .card-noticia .sobre small, .card-transparencia .sobre small, .section-footer .footer-bottom .footer-meta, .bloco-formulario .campo-input select, .bloco-formulario .campo-input textarea, .bloco-formulario .campo-input input[type=text], .bloco-formulario .campo-input input[type=email], .bloco-formulario .wpcf7-not-valid-tip, .section-header .header-busca .inside-busca input, .navegacao-ancoras-sticky a, .navegacao-ancoras-sticky span {
    font-size: 12px;
  }
}

.txt_15, .section-header .item-nav .nav-programas .coluna-programa small {
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(0.85rem, 0.7570422535vw + 0.0929577465rem, 3rem);
}
@media (width <= 1050px) {
  .txt_15, .section-header .item-nav .nav-programas .coluna-programa small {
    font-size: 11px;
  }
}

.txt_14, .modal.modal-infografico .comandos-zoom .ajuda, .bloco-formulario .campo-aceite-enviar {
  font-size: 14px;
  font-size: 1.4rem;
  font-size: clamp(0.825rem, 0.6954225352vw + 0.1295774648rem, 2.8rem);
}
@media (width <= 1050px) {
  .txt_14, .modal.modal-infografico .comandos-zoom .ajuda, .bloco-formulario .campo-aceite-enviar {
    font-size: 10px;
  }
}

.hamburger {
  padding: 0px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ls5 {
  letter-spacing: 0.05em;
}

.ls25 {
  letter-spacing: 0.025em;
}

html, body {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  line-height: 1.5;
  color: var(--azulesc);
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  background-color: #fff;
}
@media screen and (max-width: 1049px) {
  html, body {
    font-weight: 300;
  }
}

html {
  scroll-padding-top: 7.041vw;
}
@media screen and (max-width: 1049px) {
  html {
    scroll-padding-top: 7.041vw;
  }
}

body {
  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;
}

.stack > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

:root {
  --azulesc: #10384D;
  --texto: #10384D;
  --ouro: #C48F41;
  --amarelo: #C48F41;
  --bgclaro: #E0D9C7;
  --bege: #E0D9C7;
  --amareloclaro: #B2AB49;
  --vermelho: #994522;
  --marrom: #994522;
  --azul: #7C99BA;
  --verde: #538282;
  --pad-base: 5vw;
  --pad-metade: calc(var(--pad-base)/2);
  --logo-pad: 1.67vw;
  --logo-h: 3.22vw;
  --logo-total: calc(var(--logo-pad)*2 + var(--logo-h));
  --pl: 5vw;
  --h-ondas: 1.4vw;
}
@media screen and (max-width: 1049px) {
  :root {
    --pad-base: 3em;
    --logo-pad: 15px;
    --logo-h: 32px;
    --h-ondas: 1.2vw;
  }
}

.place-azul ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--azulesc);
}
.place-azul ::-moz-placeholder { /* Firefox 19+ */
  color: var(--azulesc);
}
.place-azul :-ms-input-placeholder { /* IE 10+ */
  color: var(--azulesc);
}
.place-azul :-moz-placeholder { /* Firefox 18- */
  color: var(--azulesc);
}

.dist-topo {
  width: 100%;
  background-color: #000;
  height: var(--logo-total);
}

.padbase {
  padding: var(--pad-base) 0;
}
.padbase.nopt {
  padding-top: 0;
}
.padbase.nopb {
  padding-bottom: 0;
}
.padbase.metade {
  padding: calc(var(--pad-base) / 2) 0;
}

.navegacao-ancoras-sticky {
  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;
  gap: 3em;
  background-color: var(--bege);
  color: var(--texto);
  padding: 0.5em 9vw;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 400;
  position: fixed;
  top: var(--logo-total);
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.navegacao-ancoras-sticky.topo {
  -webkit-transform: translate3d(0, -30vw, 0);
          transform: translate3d(0, -30vw, 0);
}
.navegacao-ancoras-sticky span {
  font-style: italic;
}
.navegacao-ancoras-sticky br {
  display: none;
}
.navegacao-ancoras-sticky a {
  font-weight: 500;
}
.navegacao-ancoras-sticky a:hover {
  color: var(--amarelo);
}
@media screen and (max-width: 1049px) {
  .navegacao-ancoras-sticky {
    display: none;
  }
}

.section-header {
  background-color: #fff;
  color: var(--texto);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.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-block: var(--logo-pad);
}
.section-header .header-logo {
  display: block;
  width: 12vw;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-header .header-logo img {
  display: block;
  height: var(--logo-h);
}
.section-header .header-burger {
  display: none;
}
.section-header .header-direita {
  width: 57.5vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-header .menu-navegacao {
  width: 100%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-header .menu-navegacao .item-nav > a {
  font-weight: 600;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
}
.section-header .menu-navegacao a:hover, .section-header .menu-navegacao a.ativo {
  text-decoration: underline;
}
.section-header .item-nav .conteudo-nav {
  display: none;
}
.section-header .item-nav .texto .titulo {
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}
.section-header .item-nav .texto .chamada {
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
}
.section-header .item-nav .nav-programas .coluna-programa small {
  display: block;
}
.section-header .item-nav .nav-programas .coluna-programa small.separa {
  margin-top: 1.5em;
}
.section-header .item-nav .nav-programas .coluna-programa .frentes a {
  font-weight: 600;
}
.section-header .item-nav .ativa-aba-menu {
  display: none;
}
.section-header .header-busca {
  width: 6.4vw;
  position: relative;
  height: 2.6em;
}
.section-header .header-busca .inside-busca {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-header .header-busca .inside-busca input {
  display: block;
  width: 100%;
  height: 2.6em;
  line-height: 2.6em;
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  border: none;
  border-bottom: 1px solid var(--texto);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-header .header-busca .inside-busca input:focus {
  width: 20.4vw;
}
.section-header .header-busca .inside-busca .lupa {
  width: 2em;
  height: 2.6em;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  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-controles {
  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;
}
.section-header .header-controles a.ativo {
  font-weight: bold;
  text-decoration: none;
}
.section-header .header-controles img {
  display: block;
  height: 1.5em;
}
.section-header .lang-switcher {
  font-weight: 300;
}
.section-header .lang-switcher a.ativo, .section-header .lang-switcher a:hover {
  font-weight: bold;
  color: var(--azulesc);
  text-decoration: none;
}
@media (width <= 1050px) {
  .section-header {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-header .container {
    width: 100%;
    padding: var(--logo-pad) 5vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-header .header-logo {
    width: 28.6666666667vw;
  }
  .section-header .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-header .header-burger .hamburger {
    padding-left: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 15px;
  }
  .section-header .header-direita {
    display: none;
    max-height: 100dvh;
    overflow: auto;
    padding-bottom: 2em;
  }
  .section-header .menu-navegacao {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 1em;
    padding: 1em 0;
    padding-top: 2em;
  }
  .section-header .menu-navegacao > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section-header .menu-navegacao > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .section-header .lang-switcher {
    position: absolute;
    top: 2vw;
    right: 5vw;
    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;
  }
  .section-header .header-busca {
    width: 100%;
    font-size: 13px;
  }
  .section-header .header-busca .inside-busca {
    height: 100%;
  }
  .section-header .header-busca .inside-busca input {
    font-size: 13px;
  }
  .section-header .header-busca .inside-busca input:focus {
    width: 100%;
  }
  .section-header .header-controles {
    width: 100%;
    padding-top: 1em;
  }
  .section-header .item-nav {
    width: 100%;
    font-size: 13px;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .section-header .item-nav > a {
    width: 100%;
    display: block;
    border-bottom: 1px solid var(--bgclaro);
    text-decoration: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 13px;
  }
  .section-header .item-nav > a .ativa-aba-menu {
    width: 8.7333333333vw;
    height: 8.7333333333vw;
    padding-right: 0.5em;
    max-height: 40px;
    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;
    opacity: 0;
  }
  .section-header .item-nav > a .ativa-aba-menu svg {
    width: 0.7em;
    height: 0.7em;
    fill: var(--azulesc);
  }
  .section-header .item-nav > a .ativa-aba-menu.habilita {
    opacity: 1;
  }
  .section-header .item-nav.abertomob .conteudo-nav {
    display: block;
    width: 100%;
    padding: 2em 2em;
    background-color: #f2f2f2;
  }
  .section-header .item-nav.abertomob .conteudo-nav .texto > * + * {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
  .section-header .item-nav.abertomob .conteudo-nav .texto {
    text-transform: none;
    display: none;
  }
  .section-header .item-nav.abertomob .conteudo-nav .texto p {
    font-size: 13px;
  }
  .section-header .item-nav.abertomob .conteudo-nav .texto .botao span, .section-header .item-nav.abertomob .conteudo-nav .texto .coluna-login input[type=submit] span, .coluna-login .section-header .item-nav.abertomob .conteudo-nav .texto input[type=submit] span {
    font-size: 12px;
  }
  .section-header .item-nav.abertomob .conteudo-nav .botoes-linhas > * + * {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
  .section-header .item-nav.abertomob .conteudo-nav .botoes-linhas .botao-linha {
    display: block;
    color: var(--texto);
    font-size: 10px;
  }
  .section-header .item-nav.abertomob .conteudo-nav .nav-programas .principal {
    font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0.65em;
    display: block;
  }
  .section-header .item-nav.abertomob .conteudo-nav .nav-programas small {
    font-style: italic;
    display: block;
    margin-bottom: 0.5em;
  }
  .section-header .item-nav.abertomob .conteudo-nav .nav-programas .frentes {
    margin-bottom: 2em;
  }
  .section-header .item-nav.abertomob .conteudo-nav .nav-programas .frentes > * + * {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
  .section-header .item-nav.abertomob .conteudo-nav .nav-programas .frentes a {
    display: block;
    font-size: 12px;
  }
  .section-header.ativo {
    overflow: auto;
  }
  .section-header.ativo .header-logo svg #logo-texto path, .section-header.ativo .header-logo svg #logo-texto rect {
    fill: #fff !important;
  }
  .section-header.ativo .header-direita {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (width <= 600px) {
  .section-header .menu-navegacao {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (width >= 1050px) {
  .section-header .item-nav.ativo > a {
    text-decoration: none;
    color: var(--azulesc);
  }
  .section-header .item-nav.ativo > a:hover {
    text-decoration: underline;
  }
  .section-header .item-nav.ativo .conteudo-nav {
    width: 100vw;
    height: auto;
    padding: 3em 9vw;
    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;
    gap: 5vw;
    position: absolute;
    top: calc(var(--logo-total));
    left: 0;
    text-transform: none;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
    font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  }
  .section-header .item-nav.ativo .texto {
    width: 13.75vw;
  }
  .section-header .item-nav.ativo .botoes-linhas {
    width: 57.5vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-header .item-nav.ativo .botoes-linhas a {
    font-weight: 600;
  }
  .section-header .item-nav.ativo .conteudo-nav.programas .texto {
    width: 19vw;
  }
  .section-header .item-nav.ativo .nav-programas {
    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;
    font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
    width: 57.5vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .section-header .item-nav.ativo .coluna-programa {
    width: 19vw;
  }
  .section-header .item-nav.ativo .coluna-programa .principal {
    display: block;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 1.5em;
  }
  .section-header .item-nav.ativo .coluna-programa small {
    font-style: italic;
    display: block;
  }
  .section-header .item-nav.ativo .coluna-programa .frentes {
    display: block;
    margin-top: 0.5em;
    padding-right: 3em;
  }
  .section-header .item-nav.ativo .coluna-programa .frentes > * + * {
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
  }
  .section-header .item-nav.ativo .coluna-programa .frentes a {
    display: block;
  }
}
.section-header .hamburger-inner, .section-header .hamburger-inner::before, .section-header .hamburger-inner::after {
  background-color: var(--azulesc);
}
.section-header .hamburger.is-active .hamburger-inner, .section-header .hamburger.is-active .hamburger-inner::before, .section-header .hamburger.is-active .hamburger-inner::after {
  background-color: var(--azulesc);
}
.section-header .lang-switcher span:last-of-type {
  display: none;
}

.seta, .setacard {
  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;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--vermelho);
  position: relative;
  z-index: 20;
}
.seta svg, .setacard svg {
  aspect-ratio: 21/14;
  width: 1em;
  fill: var(--vermelho);
}
.seta.verde, .setacard.verde {
  color: var(--verde);
}
.seta.verde svg, .setacard.verde svg {
  fill: var(--verde);
}
.seta.azul, .setacard.azul {
  color: var(--azul);
}
.seta.azul svg, .setacard.azul svg {
  fill: var(--azul);
}
.seta.vermelho, .setacard.vermelho {
  color: var(--vermelho);
}
.seta.vermelho svg, .setacard.vermelho svg {
  fill: var(--vermelho);
}
.seta.amarelo, .setacard.amarelo {
  color: var(--amarelo);
}
.seta.amarelo svg, .setacard.amarelo svg {
  fill: var(--amarelo);
}
.seta.amareloclaro, .setacard.amareloclaro {
  color: var(--amareloclaro);
}
.seta.amareloclaro svg, .setacard.amareloclaro svg {
  fill: var(--amareloclaro);
}
.seta.branco, .setacard.branco {
  color: #fff;
}
.seta.branco svg, .setacard.branco svg {
  fill: #fff;
}
.seta.accordion svg, .setacard.accordion svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.chamada-relacionada {
  padding-block: calc(var(--pad-base) * 1.5);
  background-color: var(--azul);
  color: #fff;
  position: relative;
}
.chamada-relacionada .topo {
  width: 100%;
  height: var(--h-ondas);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 25;
}
.chamada-relacionada .topo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  display: block;
}
.chamada-relacionada .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;
}
@media screen and (max-width: 1049px) {
  .chamada-relacionada .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.chamada-relacionada .coluna-texto {
  width: 29.5vw;
}
@media screen and (max-width: 1049px) {
  .chamada-relacionada .coluna-texto {
    width: 100%;
    margin-bottom: var(--pad-base);
  }
}
.chamada-relacionada .coluna-texto h2 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.chamada-relacionada.atuacao .coluna-texto {
  width: 33vw;
}
@media screen and (max-width: 1049px) {
  .chamada-relacionada.atuacao .coluna-texto {
    width: 100%;
  }
}
.chamada-relacionada.programa .coluna-texto {
  width: 33vw;
}
@media screen and (max-width: 1049px) {
  .chamada-relacionada.programa .coluna-texto {
    width: 100%;
  }
}

.newsletter-secao {
  padding-block: var(--pad-base);
  background-color: var(--azulesc);
  color: var(--bege);
}
.newsletter-secao .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width <= 600px) {
  .newsletter-secao .container {
    gap: 2em;
  }
}
.newsletter-secao .coluna-texto {
  width: 29.5vw;
}
.newsletter-secao .coluna-texto h2 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (width <= 1050px) {
  .newsletter-secao .coluna-texto {
    width: 45%;
  }
}
@media (width <= 600px) {
  .newsletter-secao .coluna-texto {
    width: 100%;
  }
}
.newsletter-secao .coluna-formulario {
  width: 40vw;
}
@media (width <= 1050px) {
  .newsletter-secao .coluna-formulario {
    width: 45%;
  }
}
@media (width <= 600px) {
  .newsletter-secao .coluna-formulario {
    width: 100%;
  }
}

.bloco-formulario .campo-input {
  width: 100%;
}
.bloco-formulario .campo-input input[type=text], .bloco-formulario .campo-input input[type=email] {
  display: block;
  width: 100%;
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  height: 3em;
  line-height: 3em;
  border: none;
  border-bottom: 1px solid var(--azulesc);
  color: var(--azulesc);
  background-color: transparent;
  border-radius: 0 !important;
}
.bloco-formulario .campo-input textarea {
  display: block;
  width: 100%;
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  height: 8em;
  line-height: 1.5em;
  margin: 0;
  padding: 0.2em;
  border: 1px solid var(--azulesc);
  color: var(--azulesc);
  background-color: transparent;
  border-radius: 0 !important;
}
.bloco-formulario .campo-input select {
  display: block;
  width: 100%;
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  height: 3em;
  line-height: 3em;
  border: none;
  border-bottom: 1px solid var(--azulesc);
  color: var(--azulesc);
  background-color: transparent;
  border-radius: 0 !important;
}
.bloco-formulario.news .campo-input input[type=text], .bloco-formulario.news input[type=email] {
  border-bottom: 1px solid var(--bege);
  color: var(--bege);
}
.bloco-formulario .campo-aceite-enviar {
  width: 22.5vw;
}
@media screen and (max-width: 1049px) {
  .bloco-formulario .campo-aceite-enviar {
    width: 67vw;
  }
}
.bloco-formulario .campo-aceite-enviar .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
.bloco-formulario .campo-aceite-enviar a {
  text-decoration: underline;
}
@container (width <= 360px) {
  .bloco-formulario .campo-aceite-enviar {
    margin-bottom: 1em;
  }
}
.bloco-formulario .campo-enviar {
  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;
}
.bloco-formulario .campo-enviar .wpcf7-spinner {
  margin: 0 0.5em;
}
.bloco-formulario .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.bloco-formulario .campo-enviar input[type=submit] {
  padding: 0.7em 3em;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  color: var(--azulesc);
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  background-image: url("../img/mascara-botao.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1049px) {
  .bloco-formulario .campo-enviar input[type=submit] {
    font-size: 12px;
  }
}
.bloco-formulario .campo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  container-type: inline-size;
  gap: 2%;
}
.bloco-formulario .campo-flex.mb {
  margin-bottom: 2em;
}
.bloco-formulario .campo-flex .campo-input {
  width: 48%;
}
@container (width <= 360px) {
  .bloco-formulario .campo-flex .campo-input {
    width: 100%;
  }
}

.section-footer {
  background-color: var(--bgclaro);
  padding-block: var(--pad-base);
}
.section-footer a:hover {
  color: var(--amarelo);
}
.section-footer .footer-topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width <= 600px) {
  .section-footer .footer-topo {
    -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: 3em;
  }
}
.section-footer .footer-topo .footer-taboa {
  width: 22.5vw;
}
.section-footer .footer-topo .footer-taboa > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.section-footer .footer-topo .footer-taboa {
  font-weight: 600;
}
.section-footer .footer-topo .footer-taboa .logo {
  display: block;
  margin-bottom: 2em;
}
.section-footer .footer-topo .footer-taboa .logo img {
  display: block;
  width: 15.5vw;
}
@media (width <= 1050px) {
  .section-footer .footer-topo .footer-taboa {
    width: 40%;
  }
  .section-footer .footer-topo .footer-taboa .logo img {
    width: 12em;
  }
}
@media (width <= 800px) {
  .section-footer .footer-topo .footer-taboa {
    width: 15em;
  }
  .section-footer .footer-topo .footer-taboa p {
    display: none;
  }
}
.section-footer .footer-topo .footer-mapa {
  width: 33vw;
  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;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
}
@media (width <= 1050px) {
  .section-footer .footer-topo .footer-mapa {
    width: 40%;
  }
}
@media (width <= 800px) {
  .section-footer .footer-topo .footer-mapa {
    display: none;
  }
}
.section-footer .footer-topo .footer-mapa .coluna {
  width: 33%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  font-weight: 600;
}
.section-footer .footer-topo .footer-mapa .coluna a.destaque {
  color: var(--vermelho);
}
.section-footer .footer-topo .footer-mapa-mob {
  display: none;
}
@media (width <= 800px) {
  .section-footer .footer-topo .footer-mapa-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (width <= 600px) {
  .section-footer .footer-topo .footer-mapa-mob {
    width: 100%;
  }
}
.section-footer .footer-topo .footer-mapa-mob .coluna {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.2em;
  font-weight: 600;
  width: 48%;
}
.section-footer .footer-topo .footer-mapa-mob .coluna-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
}
.section-footer .footer-topo .footer-mapa-mob .topo {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  font-weight: 600;
  color: var(--vermelho);
}
.section-footer .footer-topo .footer-mapa-mob .bottom {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  font-weight: 600;
  line-height: 1.2em;
}
.section-footer .footer-topo .footer-reconhecimento {
  width: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1vw;
}
.section-footer .footer-topo .footer-reconhecimento a {
  display: block;
}
.section-footer .footer-topo .footer-reconhecimento a img {
  display: block;
  width: 3.6vw;
}
@media (width <= 1050px) {
  .section-footer .footer-topo .footer-reconhecimento {
    gap: 1em;
    width: 4em;
  }
  .section-footer .footer-topo .footer-reconhecimento a img {
    width: 3.2em;
  }
}
@media (width <= 600px) {
  .section-footer .footer-topo .footer-reconhecimento {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1em;
  }
  .section-footer .footer-topo .footer-reconhecimento a img {
    width: 4em;
  }
}
.section-footer .footer-bottom {
  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;
  margin-top: 3em;
}
@media (width <= 1050px) {
  .section-footer .footer-bottom {
    margin-top: 0.5em;
  }
}
@media (width <= 800px) {
  .section-footer .footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 1em;
    gap: 2em;
  }
}
@media (width <= 450px) {
  .section-footer .footer-bottom {
    -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;
    margin-top: 1em;
  }
}
.section-footer .footer-bottom .footer-meta {
  display: block;
  width: 12vw;
}
.section-footer .footer-bottom .footer-meta a {
  text-decoration: underline;
}
@media (width <= 1050px) {
  .section-footer .footer-bottom .footer-meta {
    width: 4em;
  }
}
@media (width <= 800px) {
  .section-footer .footer-bottom .footer-meta {
    display: none;
  }
}
.section-footer .footer-bottom .footer-extras {
  width: 33vw;
  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;
  font-weight: 600;
  line-height: 1.2em;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
}
.section-footer .footer-bottom .footer-extras a {
  display: block;
  width: 33%;
}
@media (width <= 1050px) {
  .section-footer .footer-bottom .footer-extras {
    width: 40%;
  }
}
@media (width <= 800px) {
  .section-footer .footer-bottom .footer-extras {
    display: none;
  }
}
.section-footer .footer-bottom .footer-mob-onde {
  display: none;
}
.section-footer .footer-bottom .footer-mob-onde > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.section-footer .footer-bottom .footer-mob-onde {
  font-weight: 600;
}
@media (width <= 800px) {
  .section-footer .footer-bottom .footer-mob-onde {
    display: block;
    font-size: 12px;
  }
}
@media (width <= 600px) {
  .section-footer .footer-bottom .footer-mob-onde {
    width: 60%;
  }
}
@media (width <= 450px) {
  .section-footer .footer-bottom .footer-mob-onde {
    width: 100%;
  }
}
.section-footer .footer-bottom .footer-sociais {
  width: 22.5vw;
  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;
}
@media (width <= 1050px) {
  .section-footer .footer-bottom .footer-sociais {
    width: 40%;
  }
}
@media (width <= 800px) {
  .section-footer .footer-bottom .footer-sociais {
    width: 40%;
    font-size: 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (width <= 600px) {
  .section-footer .footer-bottom .footer-sociais {
    width: 35%;
    font-size: 24px;
    gap: 0.5em;
  }
}
@media (width <= 450px) {
  .section-footer .footer-bottom .footer-sociais {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

h2 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 300;
}
h2 strong {
  font-weight: 700;
}
.espaco {
  height: 10vw;
}

.divisoria {
  width: 100%;
  height: var(--h-ondas);
}
.divisoria svg {
  width: 100%;
  height: 100%;
  fill: var(--bege);
  display: block;
}
@media screen and (max-width: 1049px) {
  .divisoria.nomb {
    display: none;
  }
}

.botao, .coluna-login input[type=submit] {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  height: 2.5em;
  width: 10em;
  background-color: var(--amareloclaro);
  color: var(--azulesc);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-mask-image: url("../img/mascara-botao-base.svg");
          mask-image: url("../img/mascara-botao-base.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  line-height: 1.1em;
}
@media screen and (max-width: 1049px) {
  .botao, .coluna-login input[type=submit] {
    height: 2.8em;
    width: 8em;
    font-size: 12px;
  }
}
.botao.wauto, .coluna-login input[type=submit] {
  width: auto;
  padding: 0 1.5em;
  text-align: center;
}
@media screen and (max-width: 1049px) {
  .botao.wauto, .coluna-login input[type=submit] {
    padding: 0 1.25em;
  }
}
.botao.multilinha, .coluna-login input.multilinha[type=submit] {
  width: auto;
  padding: 0.8em 1.5em;
  height: 3.4em;
  text-align: center;
  line-height: 1.2em;
}
.botao:hover, .coluna-login input[type=submit]:hover, .botao.ativo, .coluna-login input.ativo[type=submit] {
  background-color: var(--amarelo);
}
.botao.laranja, .coluna-login input[type=submit] {
  background-color: var(--amarelo);
  color: #fff;
}
.botao.laranja:hover, .coluna-login input[type=submit]:hover, .botao.laranja.ativo, .coluna-login input.ativo[type=submit] {
  background-color: var(--azulesc);
}
.botao.vermelho, .coluna-login input.vermelho[type=submit] {
  background-color: var(--vermelho);
  color: var(--bege);
}
.botao.vermelho:hover, .coluna-login input.vermelho[type=submit]:hover, .botao.vermelho.ativo, .coluna-login input.vermelho.ativo[type=submit] {
  background-color: var(--bege);
  color: var(--vermelho);
}
.botao.bege, .coluna-login input.bege[type=submit] {
  background-color: var(--bege);
  color: var(--azulesc);
}
.botao.bege:hover, .coluna-login input.bege[type=submit]:hover, .botao.bege.ativo, .coluna-login input.bege.ativo[type=submit] {
  background-color: var(--azulesc);
  color: var(--bege);
}
.botao.begev, .coluna-login input.begev[type=submit] {
  background-color: var(--bege);
  color: var(--verde);
}
.botao.begev:hover, .coluna-login input.begev[type=submit]:hover, .botao.begev.ativo, .coluna-login input.begev.ativo[type=submit] {
  background-color: var(--verde);
  color: var(--bege);
}
.botao.begetrans, .coluna-login input.begetrans[type=submit] {
  background-color: var(--bege);
  color: var(--azulesc);
}
.botao.begetrans:hover, .coluna-login input.begetrans[type=submit]:hover, .botao.begetrans.ativo, .coluna-login input.begetrans.ativo[type=submit] {
  background-color: var(--verde);
  color: var(--bege);
}
.botao.azul, .coluna-login input.azul[type=submit] {
  background-color: var(--azulesc);
  color: var(--bege);
}
.botao.azul:hover, .coluna-login input.azul[type=submit]:hover, .botao.azul.ativo, .coluna-login input.azul.ativo[type=submit] {
  background-color: var(--bege);
  color: var(--azulesc);
}
.botao.azulb, .coluna-login input.azulb[type=submit] {
  background-color: var(--azulesc);
  color: var(--bege);
}
.botao.azulb:hover, .coluna-login input.azulb[type=submit]:hover, .botao.azulb.ativo, .coluna-login input.azulb.ativo[type=submit] {
  background-color: var(--amarelo);
  color: var(--azulesc);
}
.botao.verde, .coluna-login input.verde[type=submit] {
  background-color: var(--verde);
  color: var(--bege);
}
.botao.verde:hover, .coluna-login input.verde[type=submit]:hover, .botao.verde.ativo, .coluna-login input.verde.ativo[type=submit] {
  background-color: var(--bege);
  color: var(--verde);
}

.card-noticia, .card-transparencia {
  width: 25.79vw;
  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;
  gap: 0.5em;
  position: relative;
  padding-bottom: 1.5em;
  cursor: pointer;
}
@media (width <= 1050px) {
  .card-noticia, .card-transparencia {
    width: 48%;
  }
}
@media (width <= 600px) {
  .card-noticia, .card-transparencia {
    width: 100%;
  }
}
.card-noticia .capa, .card-transparencia .capa {
  width: 100%;
  aspect-ratio: 500/280;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}
.card-noticia .capa.video, .card-transparencia .capa.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.card-noticia .capa.video:before, .card-transparencia .capa.video:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-noticia .capa.video img, .card-transparencia .capa.video img {
  display: block;
  width: 5vw;
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-noticia .capa_fundo, .card-transparencia .capa_fundo {
  width: 100%;
  height: 17vw;
  position: relative;
  z-index: 10;
  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;
}
.card-noticia .capa_fundo img, .card-transparencia .capa_fundo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.card-noticia .capa_fundo.documento, .card-transparencia .capa_fundo.documento {
  background-color: #f1f1f1;
  padding: 0.75em;
}
.card-noticia .capa_fundo.documento img, .card-transparencia .capa_fundo.documento img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width <= 1050px) {
  .card-noticia .capa_fundo, .card-transparencia .capa_fundo {
    height: 24vw;
  }
}
@media (width <= 600px) {
  .card-noticia .capa_fundo, .card-transparencia .capa_fundo {
    height: 50vw;
  }
}
.card-noticia .capa_imagem, .card-transparencia .capa_imagem {
  width: 100%;
  aspect-ratio: 500/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 10;
}
.card-noticia .capa_imagem.documento, .card-transparencia .capa_imagem.documento {
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f1f1f1;
}
.card-noticia .sobre, .card-transparencia .sobre {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.5em;
}
.card-noticia .sobre small, .card-transparencia .sobre small {
  display: block;
  color: var(--amarelo);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  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;
  gap: 0.5em;
}
.card-noticia .sobre small.icone:before, .card-transparencia .sobre small.icone:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("../img/icone-categ.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.card-noticia .sobre small.icone-vermelho, .card-transparencia .sobre small.icone-vermelho {
  color: var(--vermelho);
}
.card-noticia .sobre small.icone-vermelho:before, .card-transparencia .sobre small.icone-vermelho:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("../img/icone-categ-vermelho.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.card-noticia .sobre .topo, .card-transparencia .sobre .topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25em;
  width: 100%;
}
.card-noticia .sobre .topo small, .card-transparencia .sobre .topo small {
  margin-bottom: 0;
}
.card-noticia .sobre h3, .card-transparencia .sobre h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  color: var(--azulesc);
  font-weight: bold;
  line-height: 1.2em;
  width: 100%;
}
.card-noticia .seta, .card-transparencia .seta, .card-noticia .setacard, .card-transparencia .setacard {
  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;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--amarelo);
  position: relative;
  left: 0;
  z-index: 20;
  margin-top: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-noticia .seta svg, .card-transparencia .seta svg, .card-noticia .setacard svg, .card-transparencia .setacard svg {
  aspect-ratio: 21/14;
  width: 1em;
  fill: var(--amarelo);
}
.card-noticia .seta.vermelho, .card-transparencia .seta.vermelho, .card-noticia .setacard.vermelho, .card-transparencia .setacard.vermelho {
  color: var(--vermelho);
}
.card-noticia .seta.vermelho svg, .card-transparencia .seta.vermelho svg, .card-noticia .setacard.vermelho svg, .card-transparencia .setacard.vermelho svg {
  fill: var(--vermelho);
}
.card-noticia .resumo, .card-transparencia .resumo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bgclaro);
  padding: 2em;
  z-index: 15;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.card-noticia .resumo .resumo-scroll, .card-transparencia .resumo .resumo-scroll {
  max-height: calc(100% - 4em);
  overflow: auto;
}
.card-noticia .resumo .resumo-scroll::-webkit-scrollbar, .card-transparencia .resumo .resumo-scroll::-webkit-scrollbar {
  width: 0.7em;
  height: 0.7em;
}
.card-noticia .resumo .resumo-scroll::-webkit-scrollbar-thumb, .card-transparencia .resumo .resumo-scroll::-webkit-scrollbar-thumb {
  background: var(--amarelo);
}
.card-noticia .resumo .resumo-scroll::-webkit-scrollbar-track, .card-transparencia .resumo .resumo-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.card-noticia .resumo .resumo-scroll, .card-transparencia .resumo .resumo-scroll {
  scrollbar-face-color: var(--amarelo);
  scrollbar-track-color: #f1f1f1;
}
.card-noticia .resumo .resumo-scroll, .card-transparencia .resumo .resumo-scroll {
  padding-right: 1em;
}
.card-noticia:hover .resumo, .card-transparencia:hover .resumo {
  opacity: 1;
  pointer-events: all;
}
.card-noticia:hover .seta, .card-transparencia:hover .seta, .card-noticia:hover .setacard, .card-transparencia:hover .setacard {
  left: 2em;
}
.card-noticia.video:hover .capa.video:before, .video.card-transparencia:hover .capa.video:before {
  opacity: 0.6;
}
.card-noticia.video:hover .capa.video img, .video.card-transparencia:hover .capa.video img {
  opacity: 1;
}
.card-noticia.video:hover .seta, .video.card-transparencia:hover .seta, .card-noticia.video:hover .setacard, .video.card-transparencia:hover .setacard {
  left: 0;
}

.home-capa {
  width: 100%;
  background-image: url("../img/home-slide-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
@media (width <= 1050px) {
  .home-capa {
    background-attachment: scroll;
  }
}
.home-capa .container {
  height: calc(100dvh - var(--logo-total));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 20;
}
@media (width <= 1050px) {
  .home-capa .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2em;
    height: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (width <= 600px) {
  .home-capa .container {
    min-height: 50dvh;
  }
}
.home-capa .coluna-texto {
  width: 40vw;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: var(--verde);
}
@media (width <= 1050px) {
  .home-capa .coluna-texto {
    width: 100%;
    font-size: 28px;
  }
}
@media (width <= 600px) {
  .home-capa .coluna-texto {
    width: 100%;
    font-size: 22px;
  }
}
.home-capa h1 {
  display: inline;
  line-height: 2em;
}
.home-capa h1 span.ta {
  background-image: url("../img/home-frase-bg-a.svg?v3");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0em 0.4em;
  line-height: 1em;
}
@media (width <= 600px) {
  .home-capa h1 span.ta {
    padding: 0em 0.4em;
    background-size: 100% 100%;
  }
}
.home-capa h1 span.tb {
  background-image: url("../img/home-frase-bg-b.svg?v3");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0em 0.4em;
  line-height: 1em;
}
@media (width <= 600px) {
  .home-capa h1 span.tb {
    padding: 0em 0.4em;
    background-size: 100% 100%;
  }
}
.home-capa h1.simples {
  line-height: 1.6em;
}
.home-capa h1.simples span {
  background-image: none;
  padding: 0;
  color: var(--bege);
}
@media (width <= 1050px) {
  .home-capa h1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home-capa .container-slideshow {
  width: 40vw;
  margin-bottom: 0;
}
@media (width <= 1050px) {
  .home-capa .container-slideshow {
    width: 60vw;
    margin-left: 5.6666666667vw;
    position: relative;
    z-index: 100;
    margin-top: var(--pad-base);
  }
}
@media (width <= 600px) {
  .home-capa .container-slideshow {
    width: 74.6666666667vw;
    margin-left: 5.6666666667vw;
    position: relative;
    z-index: 100;
    margin-top: 0;
  }
}
.home-capa .item-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;
  width: 40vw;
  aspect-ratio: 6/4.5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1em;
}
.home-capa .item-foto.sombra {
  position: relative;
}
.home-capa .item-foto.sombra:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6666666667)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6666666667) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-capa .item-foto .item-texto {
  position: relative;
  z-index: 20;
}
.home-capa .item-foto .item-texto .titulo {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1049px) {
  .home-capa .item-foto {
    width: 100%;
  }
}
.home-capa .arco {
  display: block;
  width: 11.7vw;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
}
@media (width <= 600px) {
  .home-capa .arco {
    width: 20vw;
  }
}
.home-capa .fundo-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
}
.home-capa .fundo-video video {
  display: block;
  height: 100%;
  width: 100%; /* 100 * 16 / 9 */
  -o-object-fit: cover;
     object-fit: cover;
}

.home-introducao {
  padding-block: var(--pad-base);
  position: relative;
}
.home-introducao .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1049px) {
  .home-introducao .container {
    -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;
  }
}
.home-introducao .coluna-frase {
  width: 33vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
}
.home-introducao .coluna-frase h2 {
  color: var(--amarelo);
  line-height: 1.2em;
}
@media screen and (max-width: 1049px) {
  .home-introducao .coluna-frase {
    width: 100%;
    height: auto;
    background-image: none;
  }
}
.home-introducao .coluna-texto {
  width: 33vw;
  margin-right: 7vw;
}
@media screen and (max-width: 1049px) {
  .home-introducao .coluna-texto {
    width: 100%;
    margin-right: 0;
  }
}
.home-introducao .coluna-texto .desc > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.home-introducao .coluna-texto .desc {
  margin-bottom: 1.5em;
}
.home-introducao .arco {
  display: block;
  width: 11.7vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
}
@media (width <= 600px) {
  .home-introducao .arco {
    width: 20vw;
  }
}

.home-mapa-atuacao {
  width: 100%;
  height: 49.8vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background-color: var(--azulesc);
}

.home-mapa-atuacao > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.home-mapa-atuacao > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.home-mapa-atuacao > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.home-mapa-atuacao > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.home-mapa-atuacao.ematuacao {
  -ms-grid-rows: 1.2fr 0.8fr;
  grid-template-rows: 1.2fr 0.8fr;
}
@media (width <= 1050px) {
  .home-mapa-atuacao.ematuacao {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
@media (width <= 1050px) {
  .home-mapa-atuacao {
    height: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
@media (width <= 600px) {
  .home-mapa-atuacao {
    display: block;
  }
}
.home-mapa-atuacao .atuacao-chamada {
  width: 100%;
  height: auto;
  background-color: var(--amarelo);
  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;
  padding: 0 9vw;
}
@media screen and (max-width: 1049px) {
  .home-mapa-atuacao .atuacao-chamada.hideonmob {
    display: none;
  }
}
.home-mapa-atuacao .atuacao-chamada > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 1049px) {
  .home-mapa-atuacao .atuacao-chamada {
    width: 100%;
    height: auto;
    padding: 2em 5vw;
  }
}
.home-mapa-atuacao .atuacao-chamada h2 {
  font-weight: bold;
  color: var(--azulesc);
  line-height: 1.5em;
}
.home-mapa-atuacao .atuacao-chamada h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  color: var(--bege);
}
.home-mapa-atuacao .atuacao-chamada .desc {
  line-height: 1.4em;
}
.home-mapa-atuacao .atuacao-chamada .desc > * + * {
  -webkit-margin-before: 1.4em;
          margin-block-start: 1.4em;
}
.home-mapa-atuacao .atuacao-chamada .desc {
  color: var(--bege);
}
.home-mapa-atuacao .atuacao-chamada .explica h4 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: var(--amarelo);
  margin-bottom: 0.5em;
}
.home-mapa-atuacao .atuacao-chamada img {
  display: block;
  width: 33vw;
}
.home-mapa-atuacao .atuacao-chamada .seta {
  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;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--vermelho);
  position: relative;
  z-index: 20;
}
.home-mapa-atuacao .atuacao-chamada .seta svg {
  aspect-ratio: 21/14;
  width: 1em;
  fill: var(--vermelho);
}
.home-mapa-atuacao .atuacao-chamada.marrom {
  background-color: var(--vermelho);
}
.home-mapa-atuacao .atuacao-chamada.marrom .seta {
  color: var(--amarelo);
}
.home-mapa-atuacao .atuacao-chamada.marrom .seta svg {
  fill: var(--amarelo);
}
@media (width <= 600px) {
  .home-mapa-atuacao .atuacao-chamada.marrom {
    min-height: 70vw;
  }
}
.home-mapa-atuacao .atuacao-chamada.texto {
  padding-right: 4.5vw;
  line-height: 1.2em;
}
.home-mapa-atuacao .atuacao-chamada.menor {
  padding-block: 2.5em;
  padding-right: 3vw;
}
.home-mapa-atuacao .atuacao-chamada.menor h3 {
  line-height: 1.2em;
  letter-spacing: -0.03em;
}
.home-mapa-atuacao .txt-mapa-fixo {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
@media (width <= 1050px) {
  .home-mapa-atuacao .txt-mapa-fixo {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}
.home-mapa-atuacao .txt-mapa-var {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}
@media (width <= 1050px) {
  .home-mapa-atuacao .txt-mapa-var {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}
.home-mapa-atuacao .mapa-atuacao {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}
@media (width <= 1050px) {
  .home-mapa-atuacao .mapa-atuacao {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    height: 50vw;
  }
}
@media (width <= 600px) {
  .home-mapa-atuacao .mapa-atuacao {
    width: 100%;
    height: 100vw;
  }
}
.home-mapa-atuacao .mapa-atuacao .mapa-base {
  width: 100%;
  height: 100%;
}
.home-mapa-atuacao .mapa-atuacao .mapa-base svg {
  width: 100%;
  height: 100%;
  position: relative;
  left: -3px;
}
.home-mapa-atuacao .mapa-atuacao .mapa-base.desk {
  display: block;
}
.home-mapa-atuacao .mapa-atuacao .mapa-base.mobile {
  display: none;
}
@media screen and (max-width: 1049px) {
  .home-mapa-atuacao .mapa-atuacao .mapa-base.desk {
    display: none;
  }
  .home-mapa-atuacao .mapa-atuacao .mapa-base.mobile {
    display: block;
  }
}
.home-mapa-atuacao .mapa-atuacao .minimapa {
  display: block;
  width: 10vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (width <= 1050px) {
  .home-mapa-atuacao .mapa-atuacao .minimapa {
    display: none;
  }
}
.home-mapa-atuacao svg .conjunto {
  cursor: pointer;
}
.home-mapa-atuacao svg .conjunto .mancha {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.home-mapa-atuacao svg .conjunto .pin {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}
.home-mapa-atuacao svg .conjunto:hover .mancha {
  opacity: 1;
}
.home-mapa-atuacao svg .conjunto:hover .pin {
  opacity: 0;
}

@-webkit-keyframes parallax {
  from {
    background-position: bottom 0px center;
  }
  to {
    background-position: bottom -400px center;
  }
}

@keyframes parallax {
  from {
    background-position: bottom 0px center;
  }
  to {
    background-position: bottom -400px center;
  }
}
.home-paralax {
  width: 100%;
  height: 60dvh;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-animation: parallax linear both;
          animation: parallax linear both;
  animation-timeline: view(block);
  animation-range: cover 0% cover 100%;
}
@media screen and (max-width: 1049px) {
  .home-paralax {
    background-size: auto 100dvh;
    height: 100vw;
  }
}
.home-paralax .topo {
  width: 100%;
  height: var(--h-ondas);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 25;
}
.home-paralax .topo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  display: block;
}
@media screen and (max-width: 1049px) {
  .home-paralax .topo {
    height: 1.5em;
  }
}

.home-numeros {
  width: 100%;
  padding-block: var(--pad-base);
}
.home-numeros h2 {
  margin-bottom: 1.5em;
}
.home-numeros .grid-numeros {
  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: 2vw 2vw;
}
@media screen and (max-width: 1049px) {
  .home-numeros .grid-numeros {
    gap: 3em;
  }
}
.home-numeros .item-numero {
  width: 25.65vw;
  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: 1em;
}
.home-numeros .item-numero img {
  display: block;
  width: 5.7vw;
}
.home-numeros .item-numero .dados .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  gap: 0.2em;
}
@media (width <= 600px) {
  .home-numeros .item-numero {
    width: 100%;
  }
  .home-numeros .item-numero img {
    width: 17.1666666667vw;
  }
  .home-numeros .item-numero .dados {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.home-numeros .nota-tecnica {
  margin-top: 3em;
}

.home-programas {
  width: 100%;
  height: calc(100dvh - var(--logo-total));
  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;
  position: relative;
  color: #fff;
}
@media (width <= 1050px) {
  .home-programas {
    height: auto;
  }
}
@media (width <= 600px) {
  .home-programas {
    height: auto;
    -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;
  }
}
.home-programas .topo {
  width: 100%;
  height: var(--h-ondas);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 25;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-programas .topo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  display: block;
}
.home-programas .bloco-titulo {
  position: absolute;
  left: 9vw;
  top: var(--pad-base);
  z-index: 30;
}
@media (width <= 1050px) {
  .home-programas .bloco-titulo {
    left: 5vw;
  }
}
.home-programas .programa-card-home {
  width: 50%;
  height: 100%;
  padding: 4em 9vw;
  position: relative;
  overflow: hidden;
}
@media (width <= 1050px) {
  .home-programas .programa-card-home {
    width: 100%;
    height: auto;
    padding: 4em 5vw;
    padding-top: 9em;
  }
}
.home-programas .programa-card-home .coluna-texto {
  width: 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 20;
  height: 100%;
  gap: 1em;
}
.home-programas .programa-card-home .coluna-texto h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
}
@media (width <= 1050px) {
  .home-programas .programa-card-home .coluna-texto .desc {
    font-size: 13px;
  }
}
.home-programas .programa-card-home .fundo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.home-programas .programa-card-home .fundo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6666666667)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6666666667) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-programas .programa-card-home:hover .fundo {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.home-noticias {
  width: 100%;
  padding-block: var(--pad-base);
}
.home-noticias h2 {
  margin-bottom: 1em;
}
.home-noticias .grid-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width <= 1050px) {
  .home-noticias .grid-cards .card-noticia:nth-child(3), .home-noticias .grid-cards .card-transparencia:nth-child(3) {
    display: none;
  }
}
@media (width <= 600px) {
  .home-noticias .grid-cards .card-noticia:nth-child(3), .home-noticias .grid-cards .card-transparencia:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-noticias .container-slideshow {
  margin-bottom: 7em;
}
.home-noticias .container-slideshow .item-slide {
  padding-right: 4vw;
}
.home-noticias .container-slideshow .item-slide .capa_fundo {
  height: 12vw;
}
@media (width <= 1050px) {
  .home-noticias .container-slideshow .item-slide .capa_fundo {
    height: 27vw;
  }
}
@media (width <= 600px) {
  .home-noticias .container-slideshow .item-slide .capa_fundo {
    height: 50vw;
  }
}
.home-noticias .container-slideshow .item-slide .card-noticia, .home-noticias .container-slideshow .item-slide .card-transparencia {
  width: 100%;
}
.home-noticias .mais-noticias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--pad-metade);
}

.home-destaques {
  width: 100%;
  padding-block: var(--pad-base);
  background-color: var(--bege);
}
.home-destaques h2 {
  margin-bottom: 1em;
}
.home-destaques .destaque-home {
  width: 100%;
  position: relative;
  height: 21vw;
  overflow: hidden;
  background-color: var(--bege);
}
@media (width <= 1050px) {
  .home-destaques .destaque-home {
    height: 40vw;
  }
}
@media (width <= 600px) {
  .home-destaques .destaque-home {
    height: 110vw;
  }
}
.home-destaques .destaque-home .frente, .home-destaques .destaque-home .atras {
  width: 100%;
  height: 21vw;
  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;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
}
@media (width <= 1050px) {
  .home-destaques .destaque-home .frente, .home-destaques .destaque-home .atras {
    height: 40vw;
  }
}
@media (width <= 600px) {
  .home-destaques .destaque-home .frente, .home-destaques .destaque-home .atras {
    height: 110vw;
    -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;
  }
}
.home-destaques .destaque-home .frente .imagem, .home-destaques .destaque-home .atras .imagem {
  width: 26vw;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-destaques .destaque-home .frente .imagem.documento, .home-destaques .destaque-home .atras .imagem.documento {
  background-size: 80% auto;
}
@media (width <= 1050px) {
  .home-destaques .destaque-home .frente .imagem, .home-destaques .destaque-home .atras .imagem {
    width: 36vw;
  }
}
@media (width <= 600px) {
  .home-destaques .destaque-home .frente .imagem, .home-destaques .destaque-home .atras .imagem {
    width: 100%;
    height: 50vw;
  }
}
.home-destaques .destaque-home .frente .mais, .home-destaques .destaque-home .atras .mais {
  width: 19vw;
  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: var(--bege);
}
@media (width <= 600px) {
  .home-destaques .destaque-home .frente .mais, .home-destaques .destaque-home .atras .mais {
    width: 100%;
    height: 20vw;
  }
}
.home-destaques .destaque-home .frente .coluna-texto, .home-destaques .destaque-home .atras .coluna-texto {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 2em 4em;
  gap: 1em;
  background-color: var(--azulesc);
}
@media (width <= 1050px) {
  .home-destaques .destaque-home .frente .coluna-texto, .home-destaques .destaque-home .atras .coluna-texto {
    padding: 1.5em;
  }
}
@media (width <= 600px) {
  .home-destaques .destaque-home .frente .coluna-texto, .home-destaques .destaque-home .atras .coluna-texto {
    width: 100%;
    height: 100%;
    padding: 2em;
  }
}
.home-destaques .destaque-home .frente .coluna-texto small, .home-destaques .destaque-home .atras .coluna-texto small {
  display: block;
  color: var(--amareloclaro);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  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;
}
.home-destaques .destaque-home .frente .coluna-texto small:before, .home-destaques .destaque-home .atras .coluna-texto small:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("../img/icone-estrela-dest.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home-destaques .destaque-home .frente .coluna-texto h3, .home-destaques .destaque-home .atras .coluna-texto h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  color: var(--bege);
  font-weight: bold;
  line-height: 1.2em;
}
.home-destaques .destaque-home .frente .coluna-texto p, .home-destaques .destaque-home .atras .coluna-texto p {
  color: var(--bege);
}
@media (width <= 1050px) {
  .home-destaques .destaque-home .frente .coluna-texto p, .home-destaques .destaque-home .atras .coluna-texto p {
    font-size: 13px;
  }
}
.home-destaques .destaque-home .frente .coluna-texto .setacard, .home-destaques .destaque-home .atras .coluna-texto .setacard {
  display: none;
}
@media screen and (max-width: 1049px) {
  .home-destaques .destaque-home .frente .coluna-texto .setacard, .home-destaques .destaque-home .atras .coluna-texto .setacard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-destaques .destaque-home .frente {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.home-destaques .destaque-home .atras {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  z-index: 10;
}
@media (width <= 600px) {
  .home-destaques .destaque-home .atras {
    display: none;
  }
}
.home-destaques .destaque-home:hover .frente {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
@media (width <= 600px) {
  .home-destaques .destaque-home:hover .frente {
    -webkit-transform: none;
            transform: none;
  }
}
.home-destaques .destaque-home:hover .atras {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (width <= 600px) {
  .home-destaques .destaque-home:hover .atras {
    -webkit-transform: none;
            transform: none;
  }
}

.container-slideshow {
  position: relative;
  margin-bottom: var(--pad-base);
}
.container-slideshow .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.container-slideshow .slick-slide {
  height: inherit !important;
}
.container-slideshow .controles {
  position: absolute;
  top: calc(100% + var(--pad-base) / 2);
  left: 0;
  width: 100%;
}
.container-slideshow .setas-home {
  position: absolute;
  bottom: 0;
  right: 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
  padding-right: 0.5em;
}
.container-slideshow .setas-home .seta {
  position: static;
}
.container-slideshow.nomb {
  margin-bottom: 0;
}
.container-slideshow.centraliza-setas {
  position: relative;
}
.container-slideshow.centraliza-setas .controles {
  position: static;
}
.container-slideshow.centraliza-setas .dots {
  position: absolute;
  top: calc(100% + var(--pad-base) / 2);
  left: 0;
  width: 100%;
}
.container-slideshow .seta {
  --seta-h: 0.75em;
  position: absolute;
  top: calc(50% - var(--seta-h) / 2);
  z-index: 40;
}
.container-slideshow .seta img {
  display: block;
  height: var(--seta-h);
}
.container-slideshow .seta svg {
  width: calc(var(--seta-h) * 2);
  height: var(--seta-h);
  fill: var(--bege);
}
.container-slideshow .seta.azul svg {
  fill: var(--azulesc);
}
.container-slideshow .seta.a-prev {
  left: 0;
}
.container-slideshow .seta.a-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.container-slideshow .seta.a-next {
  right: 0;
}
.container-slideshow .seta.a-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.container-slideshow.over_slides .controles {
  top: auto;
  bottom: 2em;
  z-index: 50;
}
.container-slideshow.over_slides .seta.a-prev {
  left: 9vw;
}
.container-slideshow.over_slides .seta.a-next {
  right: 9vw;
}
.container-slideshow.over_slides_alt .controles {
  position: static;
}
.container-slideshow.over_slides_alt .dots {
  position: absolute;
  top: auto;
  bottom: 1em;
  left: 0;
  width: 100%;
  z-index: 50;
}
.container-slideshow.over_slides_alt .seta.a-prev {
  left: -7.5vw;
}
.container-slideshow.over_slides_alt .seta.a-next {
  right: -7vw;
}
.container-slideshow.centraliza-setas-inic {
  position: relative;
  margin-bottom: 0;
}
.container-slideshow.centraliza-setas-inic .controles {
  position: static;
}
.container-slideshow.centraliza-setas-inic .dots {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  z-index: 180;
}
.container-slideshow.centraliza-setas-inic .seta.a-prev {
  left: 1.5em;
  top: auto;
  bottom: 1em;
  z-index: 200;
}
.container-slideshow.centraliza-setas-inic .seta.a-next {
  right: 1.5em;
  top: auto;
  bottom: 1em;
  z-index: 200;
}
.container-slideshow .slick-disabled {
  opacity: 0.1;
  cursor: default;
}
.container-slideshow .slick-dots {
  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: 1049px) {
  .container-slideshow .slick-dots {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.4em;
  }
}
.container-slideshow .slick-dots li {
  cursor: pointer;
}
.container-slideshow .slick-dots li button {
  display: block;
  width: 1.5em;
  height: 1.5em;
  border: none;
  margin: 0;
  padding: 0;
  text-indent: -99999px;
  background-image: url("../img/dot-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  cursor: pointer;
  background-color: transparent;
}
@media screen and (max-width: 1049px) {
  .container-slideshow .slick-dots li button {
    width: 1em;
    height: 1em;
  }
}
.container-slideshow .slick-dots li:nth-child(1) button, .container-slideshow .slick-dots li:nth-child(4) button, .container-slideshow .slick-dots li:nth-child(7) button {
  background-image: url("../img/dot-01.svg");
}
.container-slideshow .slick-dots li:nth-child(2) button, .container-slideshow .slick-dots li:nth-child(5) button, .container-slideshow .slick-dots li:nth-child(8) button {
  background-image: url("../img/dot-02.svg");
}
.container-slideshow .slick-dots li:nth-child(3) button, .container-slideshow .slick-dots li:nth-child(6) button, .container-slideshow .slick-dots li:nth-child(9) button {
  background-image: url("../img/dot-03.svg");
}
.container-slideshow .slick-dots li.slick-active button {
  opacity: 1;
}
.container-slideshow .dots.bege .slick-dots li:nth-child(1) button, .container-slideshow .dots.bege .slick-dots li:nth-child(4) button, .container-slideshow .dots.bege .slick-dots li:nth-child(7) button {
  background-image: url("../img/dot-bege-01.svg");
}
.container-slideshow .dots.bege .slick-dots li:nth-child(2) button, .container-slideshow .dots.bege .slick-dots li:nth-child(5) button, .container-slideshow .dots.bege .slick-dots li:nth-child(8) button {
  background-image: url("../img/dot-bege-02.svg");
}
.container-slideshow .dots.bege .slick-dots li:nth-child(3) button, .container-slideshow .dots.bege .slick-dots li:nth-child(6) button, .container-slideshow .dots.bege .slick-dots li:nth-child(9) button {
  background-image: url("../img/dot-bege-03.svg");
}
.container-slideshow .dots.bege .slick-dots li.slick-active button {
  opacity: 1;
}
.container-slideshow .controles-home {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 0.5em;
}
.container-slideshow .controles-home .slick-dots {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.apoiadores-bloco {
  width: 100%;
  padding-block: var(--pad-base);
}
.apoiadores-bloco .desc {
  margin-bottom: var(--pad-base);
}
.apoiadores-bloco .lf-texto {
  margin-top: var(--pad-metade);
  margin-bottom: var(--pad-base);
}
@media (width <= 1050px) {
  .apoiadores-bloco .lf-texto {
    gap: 2em;
  }
}
.apoiadores-bloco .coluna-esquerda {
  width: 36.5vw;
  color: var(--amarelo);
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1049px) {
  .apoiadores-bloco .coluna-esquerda {
    width: 100%;
  }
}
.apoiadores-bloco .coluna-direita {
  width: 36.5vw;
}
@media screen and (max-width: 1049px) {
  .apoiadores-bloco .coluna-direita {
    width: 100%;
  }
}
.apoiadores-bloco .slideshow-apoiadores {
  width: 68vw;
  margin: 0 auto;
}
.apoiadores-bloco .slideshow-apoiadores .item-apoiador {
  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;
}
@media (width <= 1050px) {
  .apoiadores-bloco .slideshow-apoiadores .item-apoiador {
    padding-block: 2em;
  }
}
.apoiadores-bloco .slideshow-apoiadores .item-apoiador img {
  width: 10em;
  height: 3.5em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (width <= 600px) {
  .apoiadores-bloco .slideshow-apoiadores .item-apoiador img {
    width: 11em;
    height: 4em;
  }
}
.apoiadores-bloco .grupo-parcerias {
  margin-bottom: var(--pad-base);
}
@media screen and (max-width: 1049px) {
  .apoiadores-bloco .grupo-parcerias {
    margin-bottom: 6em;
  }
}
@media screen and (max-width: 1049px) {
  .apoiadores-bloco .grupo-parcerias:last-of-type {
    margin-bottom: 4em;
  }
}
.apoiadores-bloco .grupo-parcerias .linha-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
.apoiadores-bloco .grupo-parcerias .linha-titulo .abre-modal {
  text-decoration: underline;
}
.apoiadores-bloco .grupo-parcerias .linha-titulo .abre-modal:hover {
  color: var(--amarelo);
}
.apoiadores-bloco .grupo-parcerias h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  color: var(--azulesc);
}
.apoiadores-bloco .grupo-parcerias .container-slideshow {
  margin-bottom: 0;
}

@media (width >= 1050px) {
  .obsve h2 {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .obsve.animado h2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.breadcrumbs {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  color: var(--bege);
}
.breadcrumbs a:last-of-type {
  font-weight: bold;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs.azulesc {
  color: var(--azulesc);
}

.capa-simples {
  padding-block: var(--pad-base);
  background-color: var(--bege);
  position: relative;
}
@media (width <= 600px) {
  .capa-simples {
    padding-bottom: 5em;
  }
}
.capa-simples .lf-capa {
  padding-top: calc(var(--pad-base) * 1.5);
}
@media (width <= 1050px) {
  .capa-simples .lf-capa {
    -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;
    padding-top: 2em;
  }
}
.capa-simples .lf-capa h1 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
}
.capa-simples .lf-capa h1.titulo-busca {
  margin-top: 0.5em;
}
.capa-simples .lf-capa h1.titulo-busca strong {
  color: var(--vermelho);
}
.capa-simples .lf-capa .desc {
  width: 26vw;
}
@media screen and (max-width: 1049px) {
  .capa-simples .lf-capa .desc {
    width: 100%;
  }
}
.capa-simples.associados .lf-capa {
  padding-top: 2em;
}
@media (width <= 1050px) {
  .capa-simples.associados .lf-capa {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.capa-simples.associados .lf-capa h1 {
  margin-bottom: 0.5em;
}
.capa-simples.associados .lf-capa .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.capa-simples.associados .lf-capa .desc {
  width: 33vw;
}
@media (width <= 1050px) {
  .capa-simples.associados .lf-capa .desc {
    width: 100%;
    font-size: 12px;
  }
}
@media (width <= 600px) {
  .capa-simples.associados .lf-capa .desc {
    width: 100%;
  }
}
@media (width <= 1050px) {
  .capa-simples.associados .coluna-intro {
    width: 54%;
  }
}
@media (width <= 600px) {
  .capa-simples.associados .coluna-intro {
    width: 100%;
  }
}
.capa-simples.associados .coluna-login {
  width: 26vw;
  margin-right: 5vw;
}
@media (width <= 1050px) {
  .capa-simples.associados .coluna-login {
    width: 36%;
    margin-right: 0;
    padding-top: 4em;
  }
}
@media (width <= 600px) {
  .capa-simples.associados .coluna-login {
    width: 100%;
    margin-right: 0;
    margin-top: 2em;
    padding-top: 0;
  }
}
.capa-simples.associados .coluna-navegacao {
  width: 33vw;
}
.capa-simples.associados .coluna-navegacao .logout {
  font-style: italic;
  display: block;
  margin-top: 1em;
}
@media (width <= 1050px) {
  .capa-simples.associados .coluna-navegacao {
    width: 36%;
    margin-right: 0;
    padding-top: 4em;
  }
}
@media (width <= 600px) {
  .capa-simples.associados .coluna-navegacao {
    width: 100%;
    margin-right: 0;
    margin-top: 2em;
    padding-top: 0;
  }
}
.capa-simples.conhecimento .lf-capa {
  padding-top: 0;
}
.capa-simples.conhecimento .lf-capa .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.capa-simples.conhecimento .lf-capa .desc {
  width: 33vw;
}
@media screen and (max-width: 1049px) {
  .capa-simples.conhecimento .lf-capa .desc {
    width: 100%;
  }
}
@media screen and (max-width: 1049px) {
  .capa-simples.conhecimento {
    padding-bottom: 5em;
  }
}
.capa-simples .baixo {
  width: 100%;
  height: var(--h-ondas);
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 25;
}
.capa-simples .baixo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  display: block;
}

.coluna-login h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}
.coluna-login label {
  font-weight: 500;
  color: var(--amarelo);
}
.coluna-login input[type=text] {
  width: 100%;
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  line-height: 3em;
  height: 3em;
  padding-left: 0.4em;
  border: none;
  margin-bottom: 0.5em;
  background-color: transparent;
  border-bottom: 1px solid var(--azulesc);
}
.coluna-login input[type=password] {
  width: 100%;
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  line-height: 3em;
  height: 3em;
  padding-left: 0.4em;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--azulesc);
}
.coluna-login input[type=submit] {
  border: none;
  cursor: pointer;
  margin-top: 1em;
}

.abertura-pagina {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.abertura-pagina .container {
  min-height: calc(100dvh - 2 * var(--logo-total));
  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;
  color: var(--bege);
  position: relative;
  z-index: 50;
  padding-block: var(--pad-base);
  gap: calc(var(--pad-base) / 2);
}
.abertura-pagina .container.fixado {
  height: calc(100dvh - 2 * var(--logo-total));
  min-height: 0;
}
@media (width <= 1300px) {
  .abertura-pagina .container {
    min-height: 500px;
  }
  .abertura-pagina .container.fixado {
    height: calc(100dvh - 2 * var(--logo-total));
  }
}
@media (width <= 1050px) {
  .abertura-pagina .container {
    min-height: 80vw;
  }
}
@media (width <= 600px) {
  .abertura-pagina .container.fixado {
    height: 100vw;
  }
}
.abertura-pagina.bgescuro:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
}
.abertura-pagina .topo-abertura .breadcrumbs {
  margin-bottom: var(--pad-base);
}
.abertura-pagina h1 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  line-height: 1.2em;
  width: 33vw;
  font-weight: 700;
}
@media (width <= 1050px) {
  .abertura-pagina h1 {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (width <= 600px) {
  .abertura-pagina h1 {
    width: 100%;
  }
}
.abertura-pagina .lf-centraliza {
  width: 100%;
}
.abertura-pagina .lf-centraliza img {
  display: block;
  width: 33vw;
}
@media (width <= 600px) {
  .abertura-pagina .lf-centraliza img {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
}
.abertura-pagina .lf-centraliza .mascara {
  width: 29.5vw;
  height: 29.5vw;
  position: relative;
}
@media (width <= 600px) {
  .abertura-pagina .lf-centraliza .mascara {
    width: 74.6666666667vw;
    height: 74.6666666667vw;
    margin: 0 auto;
  }
}
.abertura-pagina .lf-centraliza .mascara .in-mascara {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../img/capa-masc-fundo.png");
          mask-image: url("../img/capa-masc-fundo.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
}
.abertura-pagina .lf-centraliza .mascara:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/capa-masc-topo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.abertura-pagina .navegacao-ancoras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
@media (width <= 600px) {
  .abertura-pagina .navegacao-ancoras {
    display: none;
  }
}
.abertura-pagina .navegacao-ancoras.gap {
  gap: 1.6em;
}
.abertura-pagina .navegacao-ancoras.reduzido {
  width: 54vw;
}
@media screen and (max-width: 1049px) {
  .abertura-pagina .navegacao-ancoras.reduzido {
    width: 100%;
  }
}
.abertura-pagina .navegacao-ancoras .botao, .abertura-pagina .navegacao-ancoras .coluna-login input[type=submit], .coluna-login .abertura-pagina .navegacao-ancoras input[type=submit] {
  width: auto;
  padding-inline: 1em;
}
@media (width <= 1050px) {
  .abertura-pagina .navegacao-ancoras .botao, .abertura-pagina .navegacao-ancoras .coluna-login input[type=submit], .coluna-login .abertura-pagina .navegacao-ancoras input[type=submit] {
    background-color: none;
    -webkit-mask-image: none;
            mask-image: none;
    background-color: transparent !important;
    color: var(--bege) !important;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    height: auto;
  }
}
.abertura-pagina .navegacao-ancoras .simples {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.abertura-pagina .navegacao-ancoras .simples br {
  display: none;
}
.abertura-pagina .navegacao-ancoras .simples:hover {
  color: #fff;
}
@media (width <= 1050px) {
  .abertura-pagina .navegacao-ancoras .simples {
    font-size: 13px;
  }
}
.abertura-pagina .navegacao-ancoras.atuacao .botao, .abertura-pagina .navegacao-ancoras.atuacao .coluna-login input[type=submit], .coluna-login .abertura-pagina .navegacao-ancoras.atuacao input[type=submit] {
  width: auto;
  padding-inline: 1.5em;
  line-height: 1.1em;
}
@media screen and (max-width: 1049px) {
  .abertura-pagina .navegacao-ancoras.atuacao .botao, .abertura-pagina .navegacao-ancoras.atuacao .coluna-login input[type=submit], .coluna-login .abertura-pagina .navegacao-ancoras.atuacao input[type=submit] {
    padding-inline: 1em;
  }
}
@media (width <= 1050px) {
  .abertura-pagina .navegacao-ancoras {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 2em;
    margin-top: 4em;
  }
  .abertura-pagina .navegacao-ancoras br {
    display: none;
  }
}
.abertura-pagina {
  --fr-cor: var(--azulesc);
}
.abertura-pagina .botao.cor_programa, .abertura-pagina .coluna-login input.cor_programa[type=submit], .coluna-login .abertura-pagina input.cor_programa[type=submit] {
  background-color: var(--bege);
  color: var(--fr-cor);
}
.abertura-pagina .botao.cor_programa:hover, .abertura-pagina .coluna-login input.cor_programa[type=submit]:hover, .coluna-login .abertura-pagina input.cor_programa[type=submit]:hover {
  background-color: var(--fr-cor);
  color: var(--bege);
}
.abertura-pagina.modelo-mascara {
  background-color: var(--azulesc);
  position: relative;
}
.abertura-pagina.modelo-mascara .container {
  gap: 0;
}
@media screen and (max-width: 1049px) {
  .abertura-pagina.modelo-mascara .container {
    gap: 2em;
  }
}
.abertura-pagina.modelo-mascara::before {
  display: none;
}
.abertura-pagina.modelo-mascara .topo-abertura .breadcrumbs {
  margin-bottom: 0;
}
.abertura-pagina.modelo-mascara .baixo {
  width: 100%;
  height: 1.5em;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 25;
}
.abertura-pagina.modelo-mascara .baixo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1049px) {
  .abertura-pagina.modelo-mascara .baixo {
    height: 1.5em;
  }
}

.secao-texto-colunas {
  padding-block: var(--pad-base);
}
.secao-texto-colunas .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width <= 600px) {
  .secao-texto-colunas .container {
    gap: var(--pad-base);
  }
}
.secao-texto-colunas .coluna-esq {
  width: 36.5vw;
}
@media (width <= 1050px) {
  .secao-texto-colunas .coluna-esq {
    width: 45%;
  }
}
@media (width <= 600px) {
  .secao-texto-colunas .coluna-esq {
    width: 100%;
  }
}
.secao-texto-colunas .coluna-dir {
  width: 40vw;
}
@media (width <= 1050px) {
  .secao-texto-colunas .coluna-dir {
    width: 50%;
  }
}
@media (width <= 600px) {
  .secao-texto-colunas .coluna-dir {
    width: 100%;
  }
}
.secao-texto-colunas h2 {
  font-weight: bold;
  color: var(--amarelo);
  line-height: 1.3em;
}
.secao-texto-colunas .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.secao-texto-colunas p > a {
  text-decoration: underline;
}
.secao-texto-colunas.fundo-desenv {
  background-color: var(--bege);
}
.secao-texto-colunas.fundo-desenv .coluna-esq {
  width: 33vw;
}
@media (width <= 1050px) {
  .secao-texto-colunas.fundo-desenv .coluna-esq {
    width: 45%;
  }
}
@media (width <= 600px) {
  .secao-texto-colunas.fundo-desenv .coluna-esq {
    width: 100%;
  }
}
.secao-texto-colunas.fundo-desenv h2 {
  color: var(--vermelho);
}
.secao-texto-colunas.fundo-desenv .desc {
  line-height: 1.5em;
}
.secao-texto-colunas.fundo-desenv .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media (width <= 1050px) {
  .secao-texto-colunas.fundo-desenv .desc {
    line-height: 1.4em;
  }
  .secao-texto-colunas.fundo-desenv .desc > * + * {
    -webkit-margin-before: 1.4em;
            margin-block-start: 1.4em;
  }
}

.quemsomos-missao {
  padding-block: var(--pad-base);
  background-color: var(--bege);
}
@media (width <= 1050px) {
  .quemsomos-missao {
    padding-top: 0;
    position: relative;
  }
  .quemsomos-missao:before {
    content: "";
    display: block;
    width: 100%;
    height: 15vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 5;
  }
}
@media (width <= 600px) {
  .quemsomos-missao:before {
    height: 37.3333333333vw;
  }
}
.quemsomos-missao .container {
  position: relative;
}
.quemsomos-missao .arte-missao {
  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;
}
.quemsomos-missao .arte-missao img {
  width: 26vw;
}
@media (width <= 1050px) {
  .quemsomos-missao .arte-missao {
    margin-bottom: -2em;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
  .quemsomos-missao .arte-missao img {
    display: block;
    width: 30vw;
    position: relative;
    z-index: 10;
  }
}
@media (width <= 600px) {
  .quemsomos-missao .arte-missao {
    margin-bottom: var(--pad-base);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .quemsomos-missao .arte-missao img {
    display: block;
    width: 74.6666666667vw;
    position: relative;
    z-index: 10;
  }
}
@media (width <= 1050px) {
  .quemsomos-missao .itens-missao {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3em;
  }
}
.quemsomos-missao .item-missao {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
.quemsomos-missao .item-missao h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-mask-image: url("../img/mascara-botao-base.svg");
          mask-image: url("../img/mascara-botao-base.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
  padding-inline: 0.75em;
  line-height: 1.8em;
  background-color: var(--verde);
  color: var(--bege);
  text-transform: none;
}
.quemsomos-missao .item-missao p {
  color: #000;
}
.quemsomos-missao .item-missao.missao {
  position: absolute;
  top: 5vw;
  right: 64.5vw;
  width: 27.75vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.quemsomos-missao .item-missao.missao h3 {
  position: relative;
  right: -7vw;
}
@media (width <= 1050px) {
  .quemsomos-missao .item-missao.missao h3 {
    position: static;
  }
}
@media (width <= 1050px) {
  .quemsomos-missao .item-missao.missao {
    position: static;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.quemsomos-missao .item-missao.visao {
  position: absolute;
  top: 5vw;
  left: 64.5vw;
  width: 27.75vw;
}
.quemsomos-missao .item-missao.visao h3 {
  position: relative;
  left: -6vw;
}
@media (width <= 1050px) {
  .quemsomos-missao .item-missao.visao h3 {
    position: static;
  }
}
@media (width <= 1050px) {
  .quemsomos-missao .item-missao.visao {
    position: static;
    width: 100%;
  }
}
.quemsomos-missao .item-missao.valores {
  width: 50.5vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-top: -2.5vw;
}
@media (width <= 1050px) {
  .quemsomos-missao .item-missao.valores {
    position: static;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    margin: 0;
  }
}

.quemsomos-video {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.quemsomos-video .container {
  height: calc(100dvh - 2 * var(--logo-total));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 50;
  padding-top: var(--pad-base);
}
@media (width <= 1050px) {
  .quemsomos-video .container {
    height: 60vw;
  }
}
@media (width <= 600px) {
  .quemsomos-video .container {
    height: 120vw;
  }
}
.quemsomos-video:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.67;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
}
.quemsomos-video h2 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  color: var(--bege);
  line-height: 1.3em;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.quemsomos-video h2 span:nth-child(1) {
  background-image: url("../img/quem-frase-bg-a.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.1em 0.5em;
}
.quemsomos-video h2 span:nth-child(2) {
  background-image: url("../img/quem-frase-bg-b.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.1em 0.5em;
}
.quemsomos-video h2.simples {
  color: var(--amarelo);
}
.quemsomos-video h2.simples span {
  background-image: none;
  padding: 0;
}
.quemsomos-video .centraliza-botao {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 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;
}
@media screen and (max-width: 1049px) {
  .quemsomos-video .centraliza-botao {
    padding-top: 20vw;
  }
}
.quemsomos-video .centraliza-botao img {
  display: block;
  width: 12vw;
}
@media (width <= 1050px) {
  .quemsomos-video .centraliza-botao img {
    width: 18vw;
  }
}
@media (width <= 600px) {
  .quemsomos-video .centraliza-botao img {
    width: 28.6666666667vw;
  }
}

.quem-timeline {
  background-color: var(--amarelo);
  position: relative;
}
.quem-timeline .grafismo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 25;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 70vw;
}
@media (width <= 1050px) {
  .quem-timeline .grafismo {
    display: none;
  }
}
@media (width <= 600px) {
  .quem-timeline .grafismo {
    display: block;
    width: 90vw;
  }
}
.quem-timeline .container {
  position: relative;
  z-index: 50;
}
@media (width <= 1050px) {
  .quem-timeline .container {
    padding-right: 0;
  }
}
@media (width <= 600px) {
  .quem-timeline .container {
    padding-right: 5vw;
    padding-top: var(--pad-base);
    padding-bottom: var(--pad-metade);
  }
}
.quem-timeline .bloco-timeline {
  width: 100%;
  position: relative;
  padding-top: var(--pad-base);
  padding-bottom: var(--pad-base);
}
@media (width <= 1050px) {
  .quem-timeline .bloco-timeline {
    padding-top: 0;
    padding-bottom: 1em;
  }
}
@media (width <= 600px) {
  .quem-timeline .bloco-timeline {
    padding-top: var(--pad-base);
    padding-bottom: 0;
  }
}
.quem-timeline .slide-ano {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width <= 600px) {
  .quem-timeline .slide-ano {
    -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: 5vw;
    height: auto;
    padding-bottom: 5vw;
  }
}
.quem-timeline .slide-ano .textos {
  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;
  width: 39.3vw;
  gap: 2vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-top: 8em;
}
@media (width <= 1050px) {
  .quem-timeline .slide-ano .textos {
    width: 50vw;
    padding-top: 1.5em;
  }
}
@media (width <= 600px) {
  .quem-timeline .slide-ano .textos {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0;
  }
}
.quem-timeline .slide-ano .textos .seta-nav-small {
  position: absolute;
  top: 10em;
  left: calc(100% + 2em);
  color: #fff;
}
.quem-timeline .slide-ano .textos .seta-nav-small.a-prev {
  left: -2em;
}
@media (width <= 600px) {
  .quem-timeline .slide-ano .textos .seta-nav-small {
    display: none;
  }
}
.quem-timeline .slide-ano .textos .nav-ano {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  margin-top: 2em;
}
.quem-timeline .slide-ano .textos .nav-ano .seta-nav-small {
  position: static;
  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;
}
.quem-timeline .slide-ano .textos .ano {
  display: block;
  font-weight: bold;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  color: var(--azulesc);
  margin-bottom: 0.5em;
}
.quem-timeline .slide-ano .textos .descricao {
  color: #fff;
}
.quem-timeline .slide-ano .textos .descricao > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.quem-timeline .slide-ano .textos .descricao {
  letter-spacing: -0.05em;
}
.quem-timeline .slide-ano .textos .descricao.reduzida {
  width: 22.5vw;
}
@media (width <= 1050px) {
  .quem-timeline .slide-ano .textos .descricao.reduzida {
    width: 100%;
  }
}
@media (width <= 1050px) {
  .quem-timeline .slide-ano .textos .descricao {
    width: 100%;
    font-size: 13px;
  }
}
.quem-timeline .slide-ano {
  --wf: 38vw;
}
.quem-timeline .slide-ano .container-slideshow {
  width: var(--wf);
  margin-bottom: 0;
}
@media (width <= 1050px) {
  .quem-timeline .slide-ano .container-slideshow {
    --wf: 42vw;
  }
}
@media (width <= 600px) {
  .quem-timeline .slide-ano .container-slideshow {
    width: 80.8vw;
  }
}
.quem-timeline .slide-ano .foto {
  width: var(--wf);
  height: calc(var(--wf) / 1.167);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.quem-timeline .slide-ano .foto span {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.3em 0.6em;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (width <= 1050px) {
  .quem-timeline .slide-ano .foto {
    height: calc(var(--wf) / 1);
  }
}
@media (width <= 600px) {
  .quem-timeline .slide-ano .foto {
    width: 80.8vw;
    height: 51.6666666667vw;
  }
}
@media (1050px >= width >= 600px) {
  .quem-timeline .container-slideshow .setas-home {
    right: auto;
    left: 0;
    bottom: auto;
    top: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0.5em;
  }
}
@media (width <= 600px) {
  .quem-timeline .container-slideshow .setas-home {
    right: auto;
    left: 100%;
  }
}
@media (1050px >= width >= 600px) {
  .quem-timeline .container-slideshow .controles-home {
    top: 100%;
    left: auto;
    right: 1vw;
    padding-top: 1vw;
  }
  .quem-timeline .container-slideshow .controles-home .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.quem-timeline .navegacao-anos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1em;
  margin-top: 1.5em;
  position: relative;
}
.quem-timeline .navegacao-anos .indicador-mobile {
  display: none;
}
@media (width <= 1050px) {
  .quem-timeline .navegacao-anos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    padding-top: 2em;
    height: 7vw;
    padding-right: 5vw;
  }
}
@media (width <= 600px) {
  .quem-timeline .navegacao-anos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    padding-top: 0;
    height: 14vw;
    padding-right: 0;
  }
}
.quem-timeline .navegacao-anos .anos {
  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: 2em;
  font-weight: 400;
  color: var(--azulesc);
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quem-timeline .navegacao-anos .anos a {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  padding: 0.4em 0.4em;
}
.quem-timeline .navegacao-anos .anos a.ativo, .quem-timeline .navegacao-anos .anos a:hover {
  background-image: url("../img/fundo-ano.svg");
  color: var(--bege);
}
.quem-timeline .navegacao-anos .anos.v-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quem-timeline .navegacao-anos .anos.v-mobile {
  display: none;
}
@media (width <= 1050px) {
  .quem-timeline .navegacao-anos .anos {
    gap: 1em;
  }
  .quem-timeline .navegacao-anos .anos a {
    font-size: 13px;
    padding: 0.4em 0.5em;
  }
  .quem-timeline .navegacao-anos .anos a:hover {
    background-image: none;
    color: var(--azulesc);
  }
  .quem-timeline .navegacao-anos .anos a:hover.ativo {
    background-image: url("../img/fundo-ano.svg");
    color: var(--bege);
  }
  .quem-timeline .navegacao-anos .anos.v-desk {
    display: none;
  }
  .quem-timeline .navegacao-anos .anos.v-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.quem-timeline .navegacao-anos .seta-nav {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.quem-timeline .navegacao-anos .seta-nav svg {
  display: block;
  width: 4em;
  height: 2em;
  fill: var(--azulesc);
}
.quem-timeline .navegacao-anos .seta-nav svg:hover {
  fill: var(--amarelo);
}
@media (width <= 1050px) {
  .quem-timeline .navegacao-anos .seta-nav svg {
    width: 3em;
    height: 1.5em;
    fill: #fff;
  }
  .quem-timeline .navegacao-anos .seta-nav svg:hover {
    fill: #fff;
  }
}
.quem-timeline .navegacao-anos .seta-nav img {
  display: block;
  width: 4em;
}
@media (width <= 1050px) {
  .quem-timeline .navegacao-anos .seta-nav img {
    width: 2em;
  }
}
@media (width <= 600px) {
  .quem-timeline .navegacao-anos .seta-nav img {
    width: 1.5em;
  }
}
.quem-timeline .navegacao-anos .seta-nav.a-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.quem-timeline .navegacao-anos .seta-nav.slick-disabled {
  opacity: 0.1;
  pointer-events: none;
}

@-webkit-keyframes animaBG {
  from {
    background-position: bottom 0px center;
  }
  to {
    background-position: bottom -400px center;
  }
}

@keyframes animaBG {
  from {
    background-position: bottom 0px center;
  }
  to {
    background-position: bottom -400px center;
  }
}
.secao-paralax {
  width: 100%;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-animation: animaBG linear both;
          animation: animaBG linear both;
  animation-timeline: view(block);
  animation-range: cover 0% cover 100%;
}
@media (width <= 1050px) {
  .secao-paralax {
    padding-block: 5em;
    background-size: cover;
    background-position: center;
    -webkit-animation: none;
            animation: none;
    min-height: 240px;
  }
}
@media (width <= 600px) {
  .secao-paralax {
    padding-block: var(--pad-base);
    padding-top: 5em;
    min-height: 70vw;
  }
}
.secao-paralax .topo {
  width: 100%;
  height: var(--h-ondas);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 25;
}
.secao-paralax .topo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  display: block;
}
.secao-paralax .baixo {
  width: 100%;
  height: var(--h-ondas);
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 25;
}
.secao-paralax .baixo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  display: block;
}
.secao-paralax.branco .topo svg, .secao-paralax.branco .baixo svg {
  fill: #fff;
}
.secao-paralax.bege .topo svg, .secao-paralax.bege .baixo svg {
  fill: var(--bege);
}
.secao-paralax.azul .topo svg, .secao-paralax.azul .baixo svg {
  fill: var(--azulesc);
}
.secao-paralax.governanca .topo svg {
  fill: var(--bege);
}
.secao-paralax .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;
  height: 70dvh;
  position: relative;
  z-index: 20;
}
@media (width <= 1050px) {
  .secao-paralax .container {
    height: auto;
  }
}
@media (width <= 600px) {
  .secao-paralax .container {
    height: auto;
    -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;
  }
}
.secao-paralax .coluna-texto {
  width: 36.5vw;
  color: var(--bege);
}
.secao-paralax .coluna-texto > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media (width <= 1050px) {
  .secao-paralax .coluna-texto {
    width: 60%;
  }
}
@media (width <= 600px) {
  .secao-paralax .coluna-texto {
    width: 100%;
  }
}
.secao-paralax .coluna-texto h2 {
  color: var(--bege);
  line-height: 1.2em;
}
.secao-paralax .coluna-texto p {
  width: 33vw;
}
@media (width <= 1050px) {
  .secao-paralax .coluna-texto p {
    width: 100%;
  }
}
.secao-paralax .coluna-texto .botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.secao-paralax:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5333333333)), to(rgba(0, 0, 0, 0.1333333333)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5333333333) 0%, rgba(0, 0, 0, 0.1333333333) 100%);
}
.secao-paralax.nogradient:before {
  display: none;
}
.secao-paralax.frente-texto-bg .container {
  height: auto;
  padding-block: var(--pad-base);
}
.secao-paralax.frente-texto-bg .coluna-texto {
  color: #fff;
}
.secao-paralax.frente-texto-bg .coluna-texto h2 {
  color: #fff;
}
.secao-paralax.frente-texto-bg .coluna-texto .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media (width <= 1050px) {
  .secao-paralax.frente-texto-bg .coluna-texto {
    width: 100%;
  }
}
@media (width <= 600px) {
  .secao-paralax.frente-texto-bg {
    background-size: auto 120dvh;
    padding-top: 0;
    padding-bottom: 0;
    padding-bottom: 25vw;
  }
  .secao-paralax.frente-texto-bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 25vw;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  }
  .secao-paralax.frente-texto-bg .coluna-texto {
    width: 100%;
  }
}

.contato-principal {
  padding-block: var(--pad-base);
}
.contato-principal .breadcrumbs {
  color: var(--azulesc);
}
.contato-principal .lf-contato {
  margin-top: calc(var(--pad-base) / 2);
}
@media (width <= 1050px) {
  .contato-principal .lf-contato {
    gap: 1em;
  }
}
.contato-principal .coluna-esquerda {
  width: 33vw;
}
.contato-principal .coluna-esquerda > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.contato-principal .coluna-esquerda h2 {
  line-height: 1em;
}
@media (width <= 1050px) {
  .contato-principal .coluna-esquerda {
    width: 48%;
  }
}
@media (width <= 600px) {
  .contato-principal .coluna-esquerda {
    width: 100%;
  }
}
.contato-principal .sociais .links {
  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;
  color: var(--amarelo);
}
.contato-principal .coluna-direita {
  width: 33vw;
}
.contato-principal .coluna-direita .intro {
  margin-bottom: 2em;
}
@media (width <= 1050px) {
  .contato-principal .coluna-direita {
    width: 48%;
  }
}
@media (width <= 600px) {
  .contato-principal .coluna-direita {
    width: 100%;
  }
}

.governanca-intro {
  padding-block: var(--pad-base);
  background-color: var(--bege);
}
.governanca-intro .desc {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 7vw;
     -moz-column-gap: 7vw;
          column-gap: 7vw;
  margin-top: 2em;
}
@media screen and (max-width: 1049px) {
  .governanca-intro .desc {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .governanca-intro .desc > * + * {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
}
.governanca-intro .conselhos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: var(--pad-base);
}
@media screen and (max-width: 1049px) {
  .governanca-intro .conselhos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
@media screen and (max-width: 1049px) {
  .governanca-intro .item-grupo {
    width: 100%;
  }
}
.governanca-intro .item-grupo .titulo-grupo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: var(--vermelho);
  gap: 0.5em;
  cursor: pointer;
}
.governanca-intro .item-grupo .titulo-grupo img {
  display: block;
  height: 0.8em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.governanca-intro .item-grupo .texto-grupo {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.governanca-intro .item-grupo .texto-grupo ul {
  list-style-type: disc;
  list-style-position: inside;
}
.governanca-intro .item-grupo .texto-grupo ul > * + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.governanca-intro .item-grupo .texto-grupo ul {
  padding-top: 1.5em;
}
.governanca-intro .item-grupo.ativo .titulo-grupo img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.governanca-intro .item-grupo.ativo .texto-grupo {
  max-height: 1200px;
}

.secao-texto-csscolumns {
  padding-block: var(--pad-base);
}
.secao-texto-csscolumns .container {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 7vw;
     -moz-column-gap: 7vw;
          column-gap: 7vw;
}
.secao-texto-csscolumns .container > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.secao-texto-csscolumns .container strong {
  color: var(--amarelo);
}
@media (width <= 1050px) {
  .secao-texto-csscolumns .container {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (width <= 600px) {
  .secao-texto-csscolumns .container {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.secao-texto-csscolumns.alternativo .container {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.secao-texto-csscolumns.alternativo .desc {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
.secao-texto-csscolumns.alternativo .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 1049px) {
  .secao-texto-csscolumns.alternativo .desc {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.governanca-equipes {
  padding-block: var(--pad-base);
}
@media screen and (max-width: 1049px) {
  .governanca-equipes .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.governanca-equipes .intro {
  margin-bottom: 2em;
}
@media screen and (max-width: 1049px) {
  .governanca-equipes .intro {
    padding-inline: 5vw;
  }
}
.governanca-equipes .areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: var(--pad-base);
}
@media screen and (max-width: 1049px) {
  .governanca-equipes .areas {
    padding-inline: 5vw;
  }
}
@media screen and (max-width: 1049px) {
  .governanca-equipes .areas .botao, .governanca-equipes .areas .coluna-login input[type=submit], .coluna-login .governanca-equipes .areas input[type=submit] {
    font-size: 10px;
  }
}
@media (width <= 1050px) {
  .governanca-equipes .container-slideshow .seta.a-next {
    right: 2vw;
    --seta-h: 0.6em;
  }
  .governanca-equipes .container-slideshow .seta.a-prev {
    left: 2vw;
    --seta-h: 0.6em;
  }
}
@media (width <= 600px) {
  .governanca-equipes .container-slideshow .seta.a-next {
    right: 5vw;
  }
  .governanca-equipes .container-slideshow .seta.a-prev {
    left: 5vw;
  }
}
.governanca-equipes .slideshow-membros {
  width: 68vw;
  margin: 0 auto;
}
@media (width <= 1050px) {
  .governanca-equipes .slideshow-membros {
    width: 90vw;
  }
}
@media (width <= 600px) {
  .governanca-equipes .slideshow-membros {
    width: 100%;
  }
}
.governanca-equipes .item-membro {
  width: 10.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin: 0 auto;
}
@media (width <= 1050px) {
  .governanca-equipes .item-membro {
    width: 20vw;
  }
}
@media (width <= 600px) {
  .governanca-equipes .item-membro {
    width: 44vw;
    margin: 0 auto;
  }
}
.governanca-equipes .item-membro img {
  width: 100%;
  -webkit-mask-image: url("../img/mascara-equipe.svg");
          mask-image: url("../img/mascara-equipe.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.governanca-equipes .item-membro h3 {
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
}
.governanca-equipes .item-membro .atuacao {
  display: block;
  text-align: center;
  line-height: 1.2em;
}
.governanca-equipes .item-membro:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.governanca-equipes .aviso-nenhum {
  width: 100%;
  height: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
}

.fundo-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.fundo-modal.ativo {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}

.modal {
  width: 75vw;
  max-height: 96%;
  overflow: auto;
  background-color: var(--verde);
  -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: 5vw;
}
@media screen and (max-width: 1049px) {
  .modal {
    width: 98vw;
    padding: 2em;
  }
}
.modal .modal-fechar {
  position: absolute;
  z-index: 100;
  top: 1em;
  right: 1em;
}
.modal .modal-fechar svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: var(--bege);
}
@media screen and (max-width: 1049px) {
  .modal .modal-fechar {
    top: 0.5em;
    right: 0.5em;
  }
  .modal .modal-fechar svg {
    width: 0.75em;
    height: 0.75em;
  }
}
.modal.modal-estrategia {
  background-color: #fff;
  padding: 4em 5em;
}
@media screen and (max-width: 1049px) {
  .modal.modal-estrategia {
    padding: 2em;
  }
}
.modal.modal-estrategia h2 {
  color: var(--vermelho);
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1em;
}
.modal.modal-estrategia .texto-estrateg {
  line-height: 1.5em;
}
.modal.modal-estrategia .texto-estrateg > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.modal.modal-estrategia .texto-estrateg ul, .modal.modal-estrategia .texto-estrateg ol {
  list-style-type: disc;
  accent-color: var(--azulesc);
}
.modal.modal-estrategia .texto-estrateg ul > * + *, .modal.modal-estrategia .texto-estrateg ol > * + * {
  -webkit-margin-before: 0.25em;
          margin-block-start: 0.25em;
}
.modal.modal-estrategia .texto-estrateg ul, .modal.modal-estrategia .texto-estrateg ol {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media screen and (max-width: 1049px) {
  .modal.modal-estrategia .texto-estrateg ul, .modal.modal-estrategia .texto-estrateg ol {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.modal.modal-estrategia .modal-fechar svg {
  fill: var(--azulesc);
}
.modal.modal-acoes {
  background-color: var(--bege);
  padding: 4em 5em;
}
@media screen and (max-width: 1049px) {
  .modal.modal-acoes {
    padding: 2em;
  }
}
.modal.modal-acoes h2 {
  color: var(--azulesc);
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1em;
}
.modal.modal-acoes .texto-acao {
  line-height: 1.5em;
}
.modal.modal-acoes .texto-acao > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.modal.modal-acoes .modal-fechar svg {
  fill: var(--azulesc);
}
.modal .lf-membro {
  gap: 1.5vw;
}
.modal .lf-membro .mascara {
  width: 12vw;
  height: 12vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-mask-image: url("../img/mascara-equipe.svg");
          mask-image: url("../img/mascara-equipe.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.modal .lf-membro .coluna-info {
  width: 47vw;
  color: var(--bege);
}
.modal .lf-membro .coluna-info h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 700;
  color: var(--azulesc);
}
.modal .lf-membro .coluna-info .atuacao {
  display: block;
  margin-bottom: 1em;
}
.modal.modal-video {
  padding: 3em;
  background-color: var(--bege);
}
.modal.modal-video .modal-fechar svg {
  fill: var(--azulesc);
}
.modal.modal-video .video-bloco {
  width: 100%;
}
.modal.modal-video .video-bloco iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9 !important;
}
@media screen and (max-width: 1049px) {
  .modal.modal-video {
    padding: 1em;
  }
}

.select-estilizado {
  position: relative;
  height: 3em;
}
.select-estilizado select {
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  height: 3em;
  line-height: 3em;
  width: 100%;
  border: none;
  color: var(--verde);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0px !important;
  border-bottom: 1px solid var(--verde);
  background-color: transparent !important;
}
.select-estilizado select option {
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
}
.select-estilizado.azulesc select {
  border-bottom: 1px solid var(--azulesc);
  color: var(--azulesc);
}

.modulo-busca-interno {
  position: relative;
  height: 3em;
}
.modulo-busca-interno input {
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  height: 3em;
  line-height: 3em;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--verde);
  color: var(--verde);
}
.modulo-busca-interno .lupa {
  width: 1.1em;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.modulo-busca-interno .lupa svg {
  width: 100%;
  height: 100%;
  fill: var(--verde);
}
.modulo-busca-interno.azulesc input {
  border-bottom: 1px solid var(--azulesc);
  color: var(--azulesc);
}
.modulo-busca-interno.azulesc .lupa svg {
  fill: var(--azulesc);
}

.transparencia-arquivos {
  padding-block: var(--pad-base);
}
.transparencia-arquivos.associados {
  padding-top: 0;
}
.transparencia-arquivos .texto-abertura > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.transparencia-arquivos .texto-abertura {
  width: 40vw;
  margin-bottom: 2em;
}
.transparencia-arquivos .texto-abertura h2 {
  margin-bottom: 0.5em;
}
.transparencia-arquivos .texto-abertura a {
  text-decoration: underline;
}
@media screen and (max-width: 1049px) {
  .transparencia-arquivos .texto-abertura {
    width: 100%;
  }
}
.transparencia-arquivos .lf {
  gap: 2vw;
}
.transparencia-arquivos .lista-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.transparencia-arquivos .lista-tags .botao, .transparencia-arquivos .lista-tags .coluna-login input[type=submit], .coluna-login .transparencia-arquivos .lista-tags input[type=submit] {
  width: auto;
  padding: 0 1.5em;
}
.transparencia-arquivos .select-estilizado {
  width: 19vw;
}
@media screen and (max-width: 1049px) {
  .transparencia-arquivos .select-estilizado {
    width: 42.4666666667vw;
  }
}
.transparencia-arquivos .modulo-busca-interno {
  width: 19vw;
}
@media screen and (max-width: 1049px) {
  .transparencia-arquivos .modulo-busca-interno {
    width: 90vw;
  }
}
.transparencia-arquivos .grid-transparencia {
  padding-top: var(--pad-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: 3em 2vw;
}
.transparencia-arquivos .mais-noticias {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--pad-base);
}

.card-transparencia {
  width: 18.79vw;
}
@media (width <= 1050px) {
  .card-transparencia {
    width: 48%;
  }
}
@media (width <= 600px) {
  .card-transparencia {
    width: 100%;
  }
}
.card-transparencia .capa_fundo {
  height: 12vw;
}
@media (width <= 1050px) {
  .card-transparencia .capa_fundo {
    height: 27vw;
  }
}
@media (width <= 600px) {
  .card-transparencia .capa_fundo {
    height: 50vw;
  }
}
.card-transparencia small {
  display: block;
  color: var(--vermelho);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
.card-transparencia h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
}
.card-transparencia .seta {
  color: var(--vermelho);
}
.card-transparencia .seta svg {
  fill: var(--vermelho);
}
.card-transparencia:hover .seta {
  left: 0;
  bottom: 0;
}

.oportunidades-lista {
  padding-block: var(--pad-base);
}
.oportunidades-lista .lf {
  gap: 2vw;
}
@media screen and (max-width: 1049px) {
  .oportunidades-lista .lf {
    gap: 3vw;
  }
}
.oportunidades-lista .select-estilizado {
  width: 12vw;
}
@media screen and (max-width: 1049px) {
  .oportunidades-lista .select-estilizado {
    width: 42.4666666667vw;
  }
}
.oportunidades-lista .modulo-busca-interno {
  width: 19vw;
}
@media screen and (max-width: 1049px) {
  .oportunidades-lista .modulo-busca-interno {
    width: 90vw;
  }
}
.oportunidades-lista .lista-oportunidades {
  padding-top: var(--pad-base);
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3em;
}
@media screen and (max-width: 1049px) {
  .oportunidades-lista .lista-oportunidades {
    gap: 2em;
  }
}
.oportunidades-lista .mais-noticias {
  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;
  margin-top: var(--pad-base);
}
.oportunidades-lista .item-oportunidade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 47vw;
}
.oportunidades-lista .item-oportunidade .data {
  width: 100%;
  color: var(--amarelo);
  font-weight: 500;
}
@media screen and (max-width: 1049px) {
  .oportunidades-lista .item-oportunidade {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 2em;
    position: relative;
  }
}
.oportunidades-lista .item-oportunidade .conteudo {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.oportunidades-lista .item-oportunidade h3 {
  font-weight: bold;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
}
@media screen and (max-width: 1049px) {
  .oportunidades-lista .item-oportunidade .seta {
    font-size: 12px;
    margin-top: 1em;
  }
}
.oportunidades-lista .item-oportunidade .status {
  width: 8.5vw;
  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;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  color: var(--verde);
  font-weight: bold;
  text-transform: uppercase;
  gap: 0.5em;
}
@media screen and (max-width: 1049px) {
  .oportunidades-lista .item-oportunidade .status {
    width: 100%;
    font-size: 12px;
    position: absolute;
    bottom: 2.1em;
    line-height: 2em;
    right: 0;
  }
}
.oportunidades-lista .item-oportunidade .status small {
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 200px;
  background-color: var(--verde);
}
.oportunidades-lista .item-oportunidade .status.em_aberto {
  color: var(--azulesc);
}
.oportunidades-lista .item-oportunidade .status.em_aberto small {
  background-color: var(--azulesc);
}
.oportunidades-lista .item-oportunidade .status.encerrado {
  color: var(--amarelo);
}
.oportunidades-lista .item-oportunidade .status.encerrado small {
  background-color: var(--amarelo);
}
.oportunidades-lista .item-oportunidade .status.cancelado {
  color: var(--vermelho);
}
.oportunidades-lista .item-oportunidade .status.cancelado small {
  background-color: var(--vermelho);
}

.section-nossojeito {
  padding-bottom: var(--pad-base);
}
.section-nossojeito .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;
}
@media screen and (max-width: 1049px) {
  .section-nossojeito .container {
    -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;
    padding-bottom: var(--pad-base);
  }
}
.section-nossojeito .coluna-frase {
  width: 33vw;
  height: 28vw;
  background-image: url("../img/home-graf-sobre.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
}
.section-nossojeito .coluna-frase span {
  font-weight: bold;
  color: var(--amarelo);
  line-height: 1.2em;
}
@media (width <= 1050px) {
  .section-nossojeito .coluna-frase {
    width: 100%;
    height: auto;
    background-image: none;
    margin-bottom: 2em;
  }
}
.section-nossojeito .coluna-jeitos {
  width: 36.5vw;
}
.section-nossojeito .coluna-jeitos > * + * {
  -webkit-margin-before: 2.5em;
          margin-block-start: 2.5em;
}
@media screen and (max-width: 1049px) {
  .section-nossojeito .coluna-jeitos {
    width: 100%;
  }
}
.section-nossojeito .item-jeito {
  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;
  line-height: 1.5em;
}
.section-nossojeito .item-jeito img {
  display: block;
  width: 4.3vw;
}
@media (width <= 1050px) {
  .section-nossojeito .item-jeito img {
    width: 5em;
  }
}
@media (width <= 600px) {
  .section-nossojeito .item-jeito img {
    width: 3.6em;
  }
}

.iniciativas-bloco {
  --hinic: 11.45vw;
  --fr-cor: var(--bege);
  height: calc(100dvh - var(--logo-total));
}
@media (width <= 1050px) {
  .iniciativas-bloco {
    --hinic: 11.45vw;
    height: 100dvh;
  }
}
@media (width <= 600px) {
  .iniciativas-bloco {
    --hinic: 32vw;
    height: auto;
  }
}
.iniciativas-bloco .iniciativa-destaque.ampliado {
  --hinic: 5vw;
}
.iniciativas-bloco .iniciativa-destaque {
  width: 100%;
  height: calc(100dvh - var(--logo-total) - var(--hinic));
  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;
}
@media (width <= 1050px) {
  .iniciativas-bloco .iniciativa-destaque {
    height: calc(100dvh - var(--hinic));
  }
}
@media (width <= 600px) {
  .iniciativas-bloco .iniciativa-destaque {
    height: auto;
    -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;
  }
}
.iniciativas-bloco .iniciativa-destaque .call-video {
  width: 50%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.iniciativas-bloco .iniciativa-destaque .call-video a {
  display: block;
}
.iniciativas-bloco .iniciativa-destaque .call-video img {
  display: block;
  width: 8em;
}
@media (width <= 1050px) {
  .iniciativas-bloco .iniciativa-destaque .call-video img {
    width: 5em;
  }
}
@media (width <= 600px) {
  .iniciativas-bloco .iniciativa-destaque .call-video {
    width: 100%;
    height: 55vw;
  }
}
.iniciativas-bloco .iniciativa-destaque .coluna-texto {
  width: 50%;
  background-color: var(--bege);
  padding-block: 3em;
  padding-top: 4em;
  padding-left: 5vw;
  padding-right: 9vw;
  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 (width <= 1050px) {
  .iniciativas-bloco .iniciativa-destaque .coluna-texto {
    padding: 2em;
    padding-top: 3em;
    overflow: auto;
  }
}
@media (width <= 600px) {
  .iniciativas-bloco .iniciativa-destaque .coluna-texto {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2em;
  }
}
.iniciativas-bloco .iniciativa-destaque .coluna-texto h2 {
  line-height: 1.2em;
}
@media (width <= 600px) {
  .iniciativas-bloco .iniciativa-destaque .coluna-texto h2 {
    margin-bottom: 1em;
  }
}
.iniciativas-bloco .iniciativa-destaque .coluna-texto h3 {
  font-weight: bold;
}
.iniciativas-bloco .iniciativa-destaque .coluna-texto .desc {
  padding-block: 1em;
}
.iniciativas-bloco .iniciativa-destaque .coluna-texto .desc a {
  text-decoration: underline;
}
@media (width <= 1050px) {
  .iniciativas-bloco .iniciativa-destaque .coluna-texto .desc {
    font-size: 13px;
  }
}
.iniciativas-bloco .iniciativa-destaque .coluna-texto .seta {
  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;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--vermelho);
  position: relative;
  z-index: 20;
}
.iniciativas-bloco .iniciativa-destaque .coluna-texto .seta svg {
  aspect-ratio: 21/14;
  width: 1em;
  fill: var(--vermelho);
}
.iniciativas-bloco .container-slideshow {
  position: relative;
  background-color: var(--bege);
}
.iniciativas-bloco .container-slideshow:before {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.6666666667)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6666666667) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 35;
  pointer-events: none;
}
.iniciativas-bloco .navegacao-iniciativas {
  width: 100%;
  height: var(--hinic);
  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;
}
.iniciativas-bloco .container-slideshow.reduzido {
  background-color: var(--fr-cor);
}
.iniciativas-bloco .container-slideshow.reduzido .navegacao-iniciativas {
  width: 50%;
}
@media (width <= 600px) {
  .iniciativas-bloco .container-slideshow.reduzido .navegacao-iniciativas {
    width: 100%;
  }
}
.iniciativas-bloco .container-slideshow.reduzido:before {
  display: none;
}
@media (width <= 600px) {
  .iniciativas-bloco .container-slideshow.reduzido:before {
    display: block;
  }
}
.iniciativas-bloco .container-slideshow.reduzido .controles {
  width: 50%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  height: var(--hinic);
}
.iniciativas-bloco .container-slideshow.reduzido .controles .seta.a-next, .iniciativas-bloco .container-slideshow.reduzido .controles .seta.a-prev, .iniciativas-bloco .container-slideshow.reduzido .controles .dots {
  height: var(--hinic);
  bottom: 0;
}
.iniciativas-bloco .container-slideshow.reduzido .controles .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width <= 600px) {
  .iniciativas-bloco .container-slideshow.reduzido .controles {
    width: 100%;
  }
  .iniciativas-bloco .container-slideshow.reduzido .controles .seta.a-next, .iniciativas-bloco .container-slideshow.reduzido .controles .seta.a-prev, .iniciativas-bloco .container-slideshow.reduzido .controles .dots {
    height: 3em;
    bottom: 0;
  }
}
.iniciativas-bloco .item-iniciativa {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.iniciativas-bloco .item-iniciativa img {
  display: block;
  width: 100%;
  height: var(--hinic);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.iniciativas-bloco .item-iniciativa:before {
  content: "Saiba mais";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.iniciativas-bloco .item-iniciativa:hover:before {
  opacity: 1;
}
.iniciativas-bloco .item-iniciativa.sel {
  background-color: #000;
}
.iniciativas-bloco .item-iniciativa.sel img {
  opacity: 0.5;
}

.atuacao-eixos {
  padding-bottom: var(--pad-base);
}
@media (width <= 1050px) {
  .atuacao-eixos {
    padding-bottom: 1em;
  }
}
@media (width <= 600px) {
  .atuacao-eixos {
    padding-bottom: 0;
  }
}
.atuacao-eixos h2 {
  text-align: center;
  margin-bottom: 2em;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (width <= 600px) {
  .atuacao-eixos h2 {
    margin-bottom: -1em;
  }
}
.atuacao-eixos .bloco-eixos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width <= 600px) {
  .atuacao-eixos .bloco-eixos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.atuacao-eixos .eixo {
  width: 28vw;
  height: 28vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2em;
  color: var(--amarelo);
  left: 3.5vw;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (width <= 1050px) {
  .atuacao-eixos .eixo {
    width: 44vw;
    height: 44vw;
    left: 5vw;
  }
}
@media (width <= 600px) {
  .atuacao-eixos .eixo {
    width: 70vw;
    height: 70vw;
    left: 0;
    top: 8vw;
  }
}
.atuacao-eixos .eixo h3 {
  line-height: 1.3em;
  position: relative;
  z-index: 30;
  letter-spacing: -0.03em;
  margin-bottom: 2em;
  text-align: center;
}
.atuacao-eixos .eixo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url("../img/circulo-atuacao.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1049px) {
  .atuacao-eixos .eixo.eixo-a {
    -webkit-animation: none;
            animation: none;
  }
}
.atuacao-eixos .eixo.eixo-b {
  color: var(--amareloclaro);
  left: auto;
  right: 3.5vw;
}
.atuacao-eixos .eixo.eixo-b:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (width <= 1050px) {
  .atuacao-eixos .eixo.eixo-b {
    left: auto;
    right: 5vw;
  }
}
@media (width <= 600px) {
  .atuacao-eixos .eixo.eixo-b {
    right: auto;
    top: auto;
    bottom: 12vw;
    -webkit-animation: none;
            animation: none;
  }
}
@media (width >= 1050px) {
  .atuacao-eixos .eixo.eixo-a {
    -webkit-transform: translate3d(-20vw, 0, 0);
            transform: translate3d(-20vw, 0, 0);
    opacity: 0.2;
  }
  .atuacao-eixos .eixo.eixo-b {
    -webkit-transform: translate3d(20vw, 0, 0);
            transform: translate3d(20vw, 0, 0);
    opacity: 0.2;
  }
  .atuacao-eixos.animado .eixo.eixo-a {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .atuacao-eixos.animado .eixo.eixo-b {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (width <= 1050px) {
  #vlibras-wrap {
    display: none !important;
  }
}
.atuacao-estrategias {
  padding-block: var(--pad-base);
  background-color: var(--bege);
}
.atuacao-estrategias .intro {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  line-height: 1.5em;
  width: 40vw;
  margin-bottom: 3em;
}
@media (width <= 1050px) {
  .atuacao-estrategias .intro {
    width: 100%;
    max-width: 400px;
    margin-bottom: 1em;
  }
}
.atuacao-estrategias .lista-estrategias {
  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;
}
@media screen and (max-width: 1049px) {
  .atuacao-estrategias .lista-estrategias {
    -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;
  }
}
.atuacao-estrategias .item-estrategia {
  width: 23.2vw;
  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;
  position: relative;
  padding-block: 3em;
}
@media screen and (max-width: 1049px) {
  .atuacao-estrategias .item-estrategia {
    width: 100%;
    padding-block: 1.5em;
  }
}
.atuacao-estrategias .item-estrategia:before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% + 2vw);
  background-image: url("../img/estrat-divisoria.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1049px) {
  .atuacao-estrategias .item-estrategia:before {
    display: none;
  }
}
.atuacao-estrategias .item-estrategia:last-of-type:before {
  display: none;
}
.atuacao-estrategias .item-estrategia h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: var(--vermelho);
  line-height: 1.2em;
}
.atuacao-estrategias .item-estrategia .desc {
  margin-block: 1em;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.atuacao-estrategias .item-estrategia .seta {
  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;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--vermelho);
  position: relative;
  z-index: 20;
}
.atuacao-estrategias .item-estrategia .seta svg {
  aspect-ratio: 21/14;
  width: 1em;
  fill: var(--vermelho);
}
.atuacao-estrategias.associados {
  background-color: #fff;
}
.atuacao-estrategias.associados .intro {
  margin-bottom: 1.5em;
}
.atuacao-infografico {
  padding-block: var(--pad-base);
}
.atuacao-infografico .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width <= 600px) {
  .atuacao-infografico .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2em;
  }
}
.atuacao-infografico .coluna-texto {
  width: 36.5vw;
}
.atuacao-infografico .coluna-texto > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.atuacao-infografico .coluna-texto .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media (width <= 1050px) {
  .atuacao-infografico .coluna-texto {
    width: 55%;
  }
}
@media (width <= 600px) {
  .atuacao-infografico .coluna-texto {
    width: 100%;
  }
}
.atuacao-infografico .coluna-infog {
  width: 33vw;
  position: relative;
  cursor: pointer;
}
@media (width <= 1050px) {
  .atuacao-infografico .coluna-infog {
    width: 40%;
  }
}
@media (width <= 600px) {
  .atuacao-infografico .coluna-infog {
    width: 74.6666666667vw;
  }
}
.atuacao-infografico .coluna-infog .mini-infog img {
  display: block;
  width: 100%;
}
.atuacao-infografico .coluna-infog .expande {
  position: absolute;
  bottom: 1vw;
  right: 1vw;
  pointer-events: none;
}
.atuacao-infografico .coluna-infog .expande img {
  display: block;
  width: 1.5em;
}

.atuacao-acoes {
  padding-block: var(--pad-base);
}
.atuacao-acoes .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1049px) {
  .atuacao-acoes .container {
    gap: 2em;
  }
}
.atuacao-acoes .coluna-acoes {
  width: 33vw;
}
.atuacao-acoes .coluna-acoes > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 1049px) {
  .atuacao-acoes .coluna-acoes {
    width: 100%;
  }
}
.atuacao-acoes .botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.atuacao-acoes .coluna-ods {
  width: 40vw;
}
.atuacao-acoes .coluna-ods > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 1049px) {
  .atuacao-acoes .coluna-ods {
    width: 100%;
  }
}
.atuacao-acoes .lista-ods {
  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;
}
.atuacao-acoes .lista-ods img {
  display: block;
  height: 3.67vw;
}
@media screen and (max-width: 1049px) {
  .atuacao-acoes .lista-ods {
    -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;
  }
  .atuacao-acoes .lista-ods img {
    display: block;
    height: auto;
    width: 65%;
  }
}

.capa-simples .navegacao-ancoras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.capa-simples .navegacao-ancoras span {
  width: 100%;
}
.capa-simples .navegacao-ancoras .botao, .capa-simples .navegacao-ancoras .coluna-login input[type=submit], .coluna-login .capa-simples .navegacao-ancoras input[type=submit] {
  width: auto;
  padding-inline: 1em;
}
@media (width <= 1050px) {
  .capa-simples .navegacao-ancoras .botao, .capa-simples .navegacao-ancoras .coluna-login input[type=submit], .coluna-login .capa-simples .navegacao-ancoras input[type=submit] {
    background-color: none;
    -webkit-mask-image: none;
            mask-image: none;
    background-color: transparent !important;
    color: var(--azulesc) !important;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    height: auto;
  }
}
.capa-simples .navegacao-ancoras.atuacao .botao, .capa-simples .navegacao-ancoras.atuacao .coluna-login input[type=submit], .coluna-login .capa-simples .navegacao-ancoras.atuacao input[type=submit] {
  width: auto;
  padding-inline: 1.5em;
  line-height: 1.1em;
}
@media screen and (max-width: 1049px) {
  .capa-simples .navegacao-ancoras.atuacao .botao, .capa-simples .navegacao-ancoras.atuacao .coluna-login input[type=submit], .coluna-login .capa-simples .navegacao-ancoras.atuacao input[type=submit] {
    padding-inline: 1em;
  }
}
@media (width <= 1050px) {
  .capa-simples .navegacao-ancoras {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 2em;
    margin-top: 4em;
  }
  .capa-simples .navegacao-ancoras br {
    display: none;
  }
}

.modelo-post {
  width: 100%;
  padding-block: var(--pad-base);
}
.modelo-post .container-post {
  width: 61vw;
}
.modelo-post .container-post > * + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.modelo-post .container-post {
  padding-bottom: var(--pad-base);
}
@media screen and (max-width: 1049px) {
  .modelo-post .container-post {
    width: 100%;
  }
}
.modelo-post .lf-titulo {
  margin-top: 2em;
  gap: 4vw;
}
.modelo-post .lf-titulo .seta {
  color: var(--amarelo);
  position: relative;
  top: 0.2em;
}
.modelo-post .lf-titulo .seta svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: var(--amarelo);
}
@media screen and (max-width: 1049px) {
  .modelo-post .lf-titulo {
    -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;
  }
}
.modelo-post h1 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: var(--azulesc);
  line-height: 1.2em;
  width: 47vw;
}
@media screen and (max-width: 1049px) {
  .modelo-post h1 {
    width: 100%;
  }
}
.modelo-post .linha-resumo {
  width: 47vw;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
}
@media screen and (max-width: 1049px) {
  .modelo-post .linha-resumo {
    width: 100%;
  }
}
.modelo-post .lf-autor-data {
  margin-top: 1em;
}
@media screen and (max-width: 1049px) {
  .modelo-post .lf-autor-data {
    gap: 0.5em;
    font-size: 12px;
  }
}
.modelo-post .config-texto, .modelo-post .associados-avisos .card-aviso .desc, .associados-avisos .card-aviso .modelo-post .desc, .modelo-post .programa-texto-galeria .coluna-texto .desc, .programa-texto-galeria .coluna-texto .modelo-post .desc {
  padding-top: calc(var(--pad-base) / 2);
  padding-bottom: calc(var(--pad-base) / 2);
}
.modelo-post .compartilhamento {
  color: var(--amarelo);
  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;
  font-weight: bold;
}
@media screen and (max-width: 1049px) {
  .modelo-post .compartilhamento {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.1em 0.5em;
  }
  .modelo-post .compartilhamento span {
    width: 100%;
  }
  .modelo-post .compartilhamento a {
    font-size: 22px;
  }
}
.modelo-post .grid-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-block: 2em;
}
.modelo-post .single-galeria {
  position: relative;
}
.modelo-post .galeria-post {
  width: 47vw;
  position: relative;
  margin: 0 auto;
  margin-top: 1.5em;
}
@media (width <= 1050px) {
  .modelo-post .galeria-post {
    width: 75%;
  }
}
@media (width <= 600px) {
  .modelo-post .galeria-post {
    width: 100%;
  }
}
.modelo-post .galeria-post:before {
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.modelo-post .item-foto {
  width: 47vw;
  height: 31.49vw;
  background-color: var(--bege);
}
@media (width <= 1050px) {
  .modelo-post .item-foto {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.55;
  }
}
@media (width <= 600px) {
  .modelo-post .item-foto {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.67;
  }
}
.modelo-post .item-foto img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.config-texto > * + *, .associados-avisos .card-aviso .desc > * + *, .programa-texto-galeria .coluna-texto .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.config-texto, .associados-avisos .card-aviso .desc, .programa-texto-galeria .coluna-texto .desc {
  line-height: 1.5em;
}
.config-texto span > * + *, .associados-avisos .card-aviso .desc span > * + *, .programa-texto-galeria .coluna-texto .desc span > * + *, .config-texto div > * + *, .associados-avisos .card-aviso .desc div > * + *, .programa-texto-galeria .coluna-texto .desc div > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.config-texto p:nth-child(2), .associados-avisos .card-aviso .desc p:nth-child(2), .programa-texto-galeria .coluna-texto .desc p:nth-child(2) {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
.config-texto ul, .associados-avisos .card-aviso .desc ul, .programa-texto-galeria .coluna-texto .desc ul {
  list-style-type: disc;
  list-style-position: inside;
}
.config-texto h2, .associados-avisos .card-aviso .desc h2, .programa-texto-galeria .coluna-texto .desc h2 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
}
.config-texto h3, .associados-avisos .card-aviso .desc h3, .programa-texto-galeria .coluna-texto .desc h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
}
.config-texto h4, .associados-avisos .card-aviso .desc h4, .programa-texto-galeria .coluna-texto .desc h4 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: 600;
}
.config-texto.politica p:nth-child(2), .associados-avisos .card-aviso .politica.desc p:nth-child(2), .programa-texto-galeria .coluna-texto .politica.desc p:nth-child(2) {
  -webkit-margin-before: 1.5em !important;
          margin-block-start: 1.5em !important;
}
.config-texto.politica h3, .associados-avisos .card-aviso .politica.desc h3, .programa-texto-galeria .coluna-texto .politica.desc h3 {
  margin-top: 2em;
}
.config-texto iframe, .associados-avisos .card-aviso .desc iframe, .programa-texto-galeria .coluna-texto .desc iframe {
  width: 75%;
  height: auto;
  aspect-ratio: 16/9 !important;
}
@media (width <= 600px) {
  .config-texto iframe, .associados-avisos .card-aviso .desc iframe, .programa-texto-galeria .coluna-texto .desc iframe {
    width: 100%;
  }
}
.config-texto a, .associados-avisos .card-aviso .desc a, .programa-texto-galeria .coluna-texto .desc a {
  text-decoration: underline;
}
.config-texto .linha-botoes, .associados-avisos .card-aviso .desc .linha-botoes, .programa-texto-galeria .coluna-texto .desc .linha-botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.config-texto .linha-botoes .botao, .associados-avisos .card-aviso .desc .linha-botoes .botao, .programa-texto-galeria .coluna-texto .desc .linha-botoes .botao, .config-texto .linha-botoes .coluna-login input[type=submit], .associados-avisos .card-aviso .desc .linha-botoes .coluna-login input[type=submit], .programa-texto-galeria .coluna-texto .desc .linha-botoes .coluna-login input[type=submit], .coluna-login .config-texto .linha-botoes input[type=submit], .coluna-login .associados-avisos .card-aviso .desc .linha-botoes input[type=submit], .associados-avisos .card-aviso .coluna-login .desc .linha-botoes input[type=submit], .coluna-login .programa-texto-galeria .coluna-texto .desc .linha-botoes input[type=submit], .programa-texto-galeria .coluna-texto .coluna-login .desc .linha-botoes input[type=submit] {
  text-decoration: none;
}
.config-texto img, .associados-avisos .card-aviso .desc img, .programa-texto-galeria .coluna-texto .desc img {
  max-width: 100%;
  height: auto;
}
.config-texto img.alignnone, .associados-avisos .card-aviso .desc img.alignnone, .programa-texto-galeria .coluna-texto .desc img.alignnone, .config-texto img.aligncenter, .associados-avisos .card-aviso .desc img.aligncenter, .programa-texto-galeria .coluna-texto .desc img.aligncenter {
  width: 100%;
  height: auto;
}
.config-texto img.alignleft, .associados-avisos .card-aviso .desc img.alignleft, .programa-texto-galeria .coluna-texto .desc img.alignleft {
  width: 19vw;
  height: auto;
}
@media (width <= 600px) {
  .config-texto img.alignleft, .associados-avisos .card-aviso .desc img.alignleft, .programa-texto-galeria .coluna-texto .desc img.alignleft {
    width: 44vw;
    margin-left: 0;
  }
}
.config-texto img.alignright, .associados-avisos .card-aviso .desc img.alignright, .programa-texto-galeria .coluna-texto .desc img.alignright {
  width: 19vw;
  height: auto;
}
@media (width <= 600px) {
  .config-texto img.alignright, .associados-avisos .card-aviso .desc img.alignright, .programa-texto-galeria .coluna-texto .desc img.alignright {
    width: 44vw;
    margin-right: 0;
  }
}
.config-texto .wp-caption.aligncenter, .associados-avisos .card-aviso .desc .wp-caption.aligncenter, .programa-texto-galeria .coluna-texto .desc .wp-caption.aligncenter {
  width: 75% !important;
  height: auto;
  margin-top: 2em;
}
@media (width <= 600px) {
  .config-texto .wp-caption.aligncenter, .associados-avisos .card-aviso .desc .wp-caption.aligncenter, .programa-texto-galeria .coluna-texto .desc .wp-caption.aligncenter {
    width: 100% !important;
  }
}
.config-texto .wp-caption.aligncenter img, .associados-avisos .card-aviso .desc .wp-caption.aligncenter img, .programa-texto-galeria .coluna-texto .desc .wp-caption.aligncenter img {
  display: block;
  width: 100% !important;
  height: auto;
}
.config-texto .wp-caption.aligncenter .wp-caption-text, .associados-avisos .card-aviso .desc .wp-caption.aligncenter .wp-caption-text, .programa-texto-galeria .coluna-texto .desc .wp-caption.aligncenter .wp-caption-text {
  border-bottom: 1px solid var(--bege);
  padding-top: 1em;
}
.config-texto .wp-caption.aligncenter .wp-caption-text strong, .associados-avisos .card-aviso .desc .wp-caption.aligncenter .wp-caption-text strong, .programa-texto-galeria .coluna-texto .desc .wp-caption.aligncenter .wp-caption-text strong {
  color: var(--azulesc);
}
.config-texto .wp-caption.alignnone, .associados-avisos .card-aviso .desc .wp-caption.alignnone, .programa-texto-galeria .coluna-texto .desc .wp-caption.alignnone {
  width: 75% !important;
  height: auto;
}
@media (width <= 600px) {
  .config-texto .wp-caption.alignnone, .associados-avisos .card-aviso .desc .wp-caption.alignnone, .programa-texto-galeria .coluna-texto .desc .wp-caption.alignnone {
    width: 100% !important;
  }
}
.config-texto .wp-caption.alignnone img, .associados-avisos .card-aviso .desc .wp-caption.alignnone img, .programa-texto-galeria .coluna-texto .desc .wp-caption.alignnone img {
  display: block;
  width: 100% !important;
  height: auto;
}
.config-texto .wp-caption.alignnone .wp-caption-text, .associados-avisos .card-aviso .desc .wp-caption.alignnone .wp-caption-text, .programa-texto-galeria .coluna-texto .desc .wp-caption.alignnone .wp-caption-text {
  border-bottom: 1px solid var(--bege);
  padding-top: 1em;
}
.config-texto .wp-caption.alignnone .wp-caption-text strong, .associados-avisos .card-aviso .desc .wp-caption.alignnone .wp-caption-text strong, .programa-texto-galeria .coluna-texto .desc .wp-caption.alignnone .wp-caption-text strong {
  color: var(--azulesc);
}
.config-texto blockquote, .associados-avisos .card-aviso .desc blockquote, .programa-texto-galeria .coluna-texto .desc blockquote {
  padding: 0em 3em;
  margin-block: 3em;
  padding-bottom: 0;
  position: relative;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: var(--amarelo);
}
@media screen and (max-width: 1049px) {
  .config-texto blockquote, .associados-avisos .card-aviso .desc blockquote, .programa-texto-galeria .coluna-texto .desc blockquote {
    padding: 1.5em 1em;
  }
}
.config-texto blockquote:before, .associados-avisos .card-aviso .desc blockquote:before, .programa-texto-galeria .coluna-texto .desc blockquote:before {
  content: '"';
  display: inline-block;
  position: absolute;
  top: -0.55em;
  left: 0em;
  font-style: italic;
  line-height: 0.5em;
  font-weight: bold;
  color: var(--amarelo);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.config-texto blockquote:after, .associados-avisos .card-aviso .desc blockquote:after, .programa-texto-galeria .coluna-texto .desc blockquote:after {
  content: '"';
  display: inline-block;
  position: absolute;
  bottom: -0.4em;
  right: 0em;
  font-style: italic;
  line-height: 0em;
  font-weight: bold;
  color: var(--amarelo);
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 1049px) {
  .config-texto blockquote:after, .associados-avisos .card-aviso .desc blockquote:after, .programa-texto-galeria .coluna-texto .desc blockquote:after {
    bottom: -0.2em;
  }
}
.config-texto details summary, .associados-avisos .card-aviso .desc details summary, .programa-texto-galeria .coluna-texto .desc details summary {
  cursor: pointer;
}
.config-texto details summary:hover, .associados-avisos .card-aviso .desc details summary:hover, .programa-texto-galeria .coluna-texto .desc details summary:hover {
  text-decoration: underline;
}
.config-texto details .chamada, .associados-avisos .card-aviso .desc details .chamada, .programa-texto-galeria .coluna-texto .desc details .chamada {
  padding-block: 1.5em;
}
.config-texto details .chamada > * + *, .associados-avisos .card-aviso .desc details .chamada > * + *, .programa-texto-galeria .coluna-texto .desc details .chamada > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.config-texto table, .associados-avisos .card-aviso .desc table, .programa-texto-galeria .coluna-texto .desc table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3em;
  border-bottom: 1px solid var(--amarelo);
}
.config-texto table tr, .associados-avisos .card-aviso .desc table tr, .programa-texto-galeria .coluna-texto .desc table tr {
  border-top: 1px solid var(--amareloclaro);
}
.config-texto table td, .associados-avisos .card-aviso .desc table td, .programa-texto-galeria .coluna-texto .desc table td {
  padding: 1em 0.5em;
  line-height: 1.3;
}

.noticias-destaques {
  width: 100%;
  padding-block: var(--pad-base);
}
.noticias-destaques .breadcrumbs {
  margin-bottom: 3em;
}
.noticias-destaques .destaque-home {
  width: 100%;
  position: relative;
  height: auto;
  padding: 2em 5vw;
  overflow: hidden;
  background-color: var(--bege);
  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: 5vw;
}
@media (width <= 600px) {
  .noticias-destaques .destaque-home {
    -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;
    height: 100%;
  }
}
.noticias-destaques .destaque-home .imagem {
  width: 29.5vw;
  aspect-ratio: 4/3;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.noticias-destaques .destaque-home .imagem.documento {
  background-size: 80% auto;
}
@media (width <= 1050px) {
  .noticias-destaques .destaque-home .imagem {
    width: 45%;
  }
}
@media (width <= 600px) {
  .noticias-destaques .destaque-home .imagem {
    width: 100%;
  }
}
.noticias-destaques .destaque-home .coluna-texto {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
.noticias-destaques .destaque-home .coluna-texto h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
}
@media (width <= 1050px) {
  .noticias-destaques .destaque-home .coluna-texto .resumo {
    font-size: 13px;
  }
}

.noticias-lista {
  padding-bottom: var(--pad-base);
}
.noticias-lista.publicacoes {
  padding-top: var(--pad-metade);
}
.noticias-lista.videos {
  padding-top: var(--pad-metade);
}
.noticias-lista.iniciativas {
  padding-top: var(--pad-base);
}
.noticias-lista .texto-abertura > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.noticias-lista .texto-abertura {
  width: 33vw;
  margin-bottom: 2em;
}
.noticias-lista .texto-abertura a {
  text-decoration: underline;
}
@media screen and (max-width: 1049px) {
  .noticias-lista .texto-abertura {
    width: 100%;
  }
}
.noticias-lista .introducao {
  width: 33vw;
}
@media screen and (max-width: 1049px) {
  .noticias-lista .introducao {
    width: 100%;
  }
}
.noticias-lista .filtros-publicacoes {
  gap: 2vw;
  margin-bottom: var(--pad-base);
}
@media screen and (max-width: 1049px) {
  .noticias-lista .filtros-publicacoes {
    gap: 3vw;
  }
}
.noticias-lista .filtros-publicacoes .linha-filtros {
  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: 2vw;
}
.noticias-lista .lista-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  width: 32.3vw;
}
@media (width <= 1050px) {
  .noticias-lista .lista-tags {
    width: 65%;
  }
}
@media (width <= 600px) {
  .noticias-lista .lista-tags {
    width: 100%;
  }
}
.noticias-lista .select-estilizado {
  width: 12vw;
}
@media (width <= 1050px) {
  .noticias-lista .select-estilizado {
    width: 48%;
  }
  .noticias-lista .select-estilizado.noticias-tema {
    width: 30%;
  }
}
@media (width <= 600px) {
  .noticias-lista .select-estilizado {
    width: 42.4666666667vw;
  }
  .noticias-lista .select-estilizado.noticias-tema {
    width: 42.4666666667vw;
  }
}
.noticias-lista .modulo-busca-interno {
  width: 19vw;
}
@media (width <= 1050px) {
  .noticias-lista .modulo-busca-interno {
    width: 48%;
  }
}
@media (width <= 600px) {
  .noticias-lista .modulo-busca-interno {
    width: 90vw;
  }
}
.noticias-lista .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: 2vw;
}
.noticias-lista .mais-noticias {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--pad-base);
}

.historias-chamada {
  padding-block: var(--pad-base);
  background-color: var(--bege);
}
.historias-chamada .desc {
  width: 40vw;
}
.historias-chamada .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.historias-chamada .desc {
  margin-top: 1.5em;
}
@media screen and (max-width: 1049px) {
  .historias-chamada .desc {
    width: 100%;
  }
}

.historias-lista {
  position: relative;
}
.historias-lista .historia-card {
  width: 100%;
  height: 40vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  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;
  padding-left: 9vw;
  padding-bottom: 5em;
  color: #fff;
}
@media (width <= 1050px) {
  .historias-lista .historia-card {
    height: 65vw;
    max-height: 95dvh;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (width <= 600px) {
  .historias-lista .historia-card {
    height: 100vw;
  }
}
.historias-lista .historia-card:before {
  content: "";
  display: block;
  width: 100%;
  height: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1049px) {
  .historias-lista .historia-card:before {
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.historias-lista .historia-card .coluna-texto {
  display: block;
  width: 40vw;
  color: #fff;
  position: relative;
  z-index: 20;
}
.historias-lista .historia-card .coluna-texto .resumo {
  margin-bottom: 1.5em;
}
.historias-lista .historia-card .coluna-texto:hover .setacard {
  color: var(--amarelo);
}
.historias-lista .historia-card .coluna-texto:hover .setacard svg {
  fill: var(--amarelo);
}
@media screen and (max-width: 1049px) {
  .historias-lista .historia-card .coluna-texto {
    width: 90vw;
    font-size: 13px;
  }
}
.historias-lista .topo {
  width: 100%;
  height: var(--h-ondas);
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 25;
}
.historias-lista .topo svg {
  width: 100%;
  height: 100%;
  fill: var(--bege);
  display: block;
}
@media screen and (max-width: 1049px) {
  .historias-lista .topo {
    height: 1.5em;
  }
}
.historias-lista h2 {
  color: #fff;
  position: absolute;
  left: 9vw;
  top: var(--pad-base);
  z-index: 10;
  line-height: 1.1em;
}
@media screen and (max-width: 1049px) {
  .historias-lista h2 {
    left: 5vw;
    top: 1.5em;
  }
}
.historias-lista.programa-historias .container-slideshow {
  margin-bottom: 0;
}

.programa-resultados {
  --prog-res-fundo: var(--azulesc);
  width: 100%;
  padding-block: var(--pad-base);
  background-color: var(--prog-res-fundo);
  color: #fff;
  position: relative;
  z-index: 20;
}
.programa-resultados .baixo {
  width: 100%;
  height: var(--h-ondas);
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  z-index: 25;
}
.programa-resultados .baixo svg {
  width: 100%;
  height: 100%;
  fill: var(--prog-res-fundo);
  display: block;
}
@media screen and (max-width: 1049px) {
  .programa-resultados .baixo {
    height: 1.5em;
  }
}
.programa-resultados h2 {
  margin-bottom: 1.5em;
}
.programa-resultados .grid-numeros {
  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: 2vw 2vw;
}
@media (width <= 1050px) {
  .programa-resultados .grid-numeros {
    gap: 2.5em 2vw;
  }
}
@media (width <= 600px) {
  .programa-resultados .grid-numeros {
    -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: 3em;
  }
}
.programa-resultados .item-numero {
  width: 18.65vw;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
@media (width <= 1050px) {
  .programa-resultados .item-numero {
    width: 48%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (width <= 600px) {
  .programa-resultados .item-numero {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.programa-resultados .item-numero img {
  display: block;
  width: 5.7vw;
}
@media (width <= 1050px) {
  .programa-resultados .item-numero img {
    width: 80px;
  }
}
.programa-resultados .item-numero .dados .num {
  display: block;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 0.1em;
}
.programa-resultados .nota-tecnica {
  margin-top: 3em;
}

.programa-frentes {
  padding-block: var(--pad-base);
  background-color: var(--bege);
}
.programa-frentes .container {
  padding-right: 0;
}
@media screen and (max-width: 1049px) {
  .programa-frentes .container {
    padding-right: 5vw;
  }
}
.programa-frentes h2 {
  margin-bottom: 1.5em;
}
.programa-frentes .container-slideshow .seta.a-next {
  right: 9vw;
}
.programa-frentes .container-slideshow .controles {
  padding-right: 9vw;
}
.programa-frentes .item-slide {
  padding-right: 2vw;
}
.programa-frentes .card-frente {
  width: 100%;
  height: 28.6vw;
  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;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 5vw;
  position: relative;
  color: #fff;
}
@media (width <= 1050px) {
  .programa-frentes .card-frente {
    height: 70dvh;
  }
}
@media (width <= 600px) {
  .programa-frentes .card-frente {
    height: 140vw;
    background-size: auto 70vw;
    background-position: top center;
    padding-top: 65vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 5vw;
  }
}
.programa-frentes .card-frente .coluna-texto {
  width: 40vw;
  position: relative;
  z-index: 20;
}
.programa-frentes .card-frente .coluna-texto > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.programa-frentes .card-frente .coluna-texto h3 {
  font-weight: bold;
}
.programa-frentes .card-frente .coluna-texto .setacard {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (width <= 1050px) {
  .programa-frentes .card-frente .coluna-texto {
    width: 70vw;
  }
  .programa-frentes .card-frente .coluna-texto h3 {
    line-height: 1.2em;
  }
}
@media (width <= 600px) {
  .programa-frentes .card-frente .coluna-texto {
    width: 100%;
  }
  .programa-frentes .card-frente .coluna-texto .desc {
    font-size: 14px;
  }
}
.programa-frentes .card-frente:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (width <= 600px) {
  .programa-frentes .card-frente:before {
    display: none;
  }
}
.programa-frentes .card-frente .fundo-cor {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (width <= 600px) {
  .programa-frentes .card-frente .fundo-cor {
    height: calc(100% - 60vw);
    top: auto;
    bottom: 0;
    opacity: 1;
  }
}
@media (width <= 600px) {
  .programa-frentes .card-frente .coluna-texto .setacard.amarelo {
    color: var(--azulesc);
  }
  .programa-frentes .card-frente .coluna-texto .setacard.amarelo svg {
    fill: var(--azulesc);
  }
}
.programa-frentes .card-frente:hover .fundo-cor {
  opacity: 1;
}
.programa-frentes .card-frente:hover .coluna-texto .setacard.amarelo {
  color: var(--azulesc);
}
.programa-frentes .card-frente:hover .coluna-texto .setacard.amarelo svg {
  fill: var(--azulesc);
}

.programa-texto-galeria {
  padding-block: var(--pad-base);
  position: relative;
  z-index: 20;
}
.programa-texto-galeria .baixo {
  width: 100%;
  height: var(--h-ondas);
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  z-index: 25;
}
.programa-texto-galeria .baixo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  display: block;
}
@media screen and (max-width: 1049px) {
  .programa-texto-galeria .baixo {
    height: 1.5em;
  }
}
.programa-texto-galeria .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;
}
@media screen and (max-width: 1049px) {
  .programa-texto-galeria .container {
    -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;
  }
}
.programa-texto-galeria .coluna-texto {
  width: 33vw;
}
.programa-texto-galeria .coluna-texto h2 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.programa-texto-galeria .coluna-texto .desc > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 1049px) {
  .programa-texto-galeria .coluna-texto {
    width: 100%;
  }
}
.programa-texto-galeria .container-slideshow {
  width: 40vw;
  margin-bottom: 0;
}
@media screen and (max-width: 1049px) {
  .programa-texto-galeria .container-slideshow {
    width: 74.6666666667vw;
    margin-left: 5.6666666667vw;
  }
}
.programa-texto-galeria .item-foto {
  width: 40vw;
  height: 29.5vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1049px) {
  .programa-texto-galeria .item-foto {
    width: 74.6666666667vw;
    height: 55.5vw;
  }
}

.frente-topo {
  --fr-cor: var(--azulesc);
  position: relative;
}
.frente-topo .frente-abertura {
  padding-block: var(--pad-base);
  background-color: var(--fr-cor);
  color: #fff;
}
.frente-topo .frente-abertura .container {
  position: relative;
  z-index: 50;
}
.frente-topo .frente-abertura .lf-abertura {
  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-right: 7vw;
}
@media screen and (max-width: 1049px) {
  .frente-topo .frente-abertura .lf-abertura {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
    padding-right: 0;
  }
}
.frente-topo .frente-abertura .lf-abertura.inverte {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1049px) {
  .frente-topo .frente-abertura .lf-abertura.inverte {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.frente-topo .frente-abertura .coluna-frase {
  width: 33vw;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 1.2em;
}
.frente-topo .frente-abertura .coluna-frase.fullw {
  width: 75vw;
}
@media screen and (max-width: 1049px) {
  .frente-topo .frente-abertura .coluna-frase {
    width: 100%;
  }
  .frente-topo .frente-abertura .coluna-frase.fullw {
    width: 100%;
  }
}
.frente-topo .frente-abertura .coluna-texto {
  width: 35vw;
  line-height: 1.75em;
}
.frente-topo .frente-abertura .coluna-texto > * + * {
  -webkit-margin-before: 1.75em;
          margin-block-start: 1.75em;
}
.frente-topo .frente-abertura .coluna-texto.fullw {
  width: 75vw;
}
@media screen and (max-width: 1049px) {
  .frente-topo .frente-abertura .coluna-texto {
    width: 100%;
  }
  .frente-topo .frente-abertura .coluna-texto.fullw {
    width: 100%;
  }
}
.frente-topo .texto-adicional {
  padding-top: 2em;
}
.frente-topo .texto-adicional .coluna-texto {
  width: 35vw;
  line-height: 1.75em;
}
.frente-topo .texto-adicional .coluna-texto > * + * {
  -webkit-margin-before: 1.75em;
          margin-block-start: 1.75em;
}
.frente-topo .texto-adicional .coluna-texto {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 1049px) {
  .frente-topo .texto-adicional .coluna-texto {
    width: 100%;
  }
}
.frente-topo .texto-adicional .seta {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.frente-topo .texto-adicional .seta .fecha {
  display: none;
}
.frente-topo .texto-adicional .seta svg {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.frente-topo .texto-adicional.aberto .abre {
  display: none;
}
.frente-topo .texto-adicional.aberto .fecha {
  display: inline;
}
.frente-topo .texto-adicional.aberto .coluna-texto {
  max-height: 3000px;
}
.frente-topo .texto-adicional.aberto .seta {
  margin-top: var(--pad-metade);
}
.frente-topo .texto-adicional.aberto .seta svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.frente-topo .topo {
  width: 100%;
  height: var(--h-ondas);
  z-index: 25;
  position: absolute;
  left: 0;
  top: calc(100% - 2px);
}
.frente-topo .topo svg {
  width: 100%;
  height: 100%;
  fill: var(--fr-cor);
  display: block;
}
.frente-topo .grafismo-vertical {
  width: 11.61vw;
  height: 63.54vw;
  position: absolute;
  top: calc(100dvh - 2 * var(--logo-total) - 31.77vw);
  right: 0;
  z-index: 30;
}
.frente-topo .grafismo-vertical svg {
  width: 100%;
  height: 100%;
}
.frente-topo .grafismo-vertical svg .cima {
  fill: var(--fr-cor);
}
.frente-topo .grafismo-vertical svg .baixo {
  fill: #fff;
}
@media screen and (max-width: 1049px) {
  .frente-topo .grafismo-vertical {
    display: none;
  }
}
.frente-topo .grafismo-horizontal {
  width: 100%;
  height: 20.1vw;
  position: absolute;
  top: calc(100dvh - 2 * var(--logo-total) - 15.2vw);
  left: 0;
  z-index: 30;
}
.frente-topo .grafismo-horizontal svg {
  width: 100%;
  height: 100%;
}
.frente-topo .grafismo-horizontal svg .colorido {
  fill: var(--fr-cor);
}
@media screen and (max-width: 1049px) {
  .frente-topo .grafismo-horizontal {
    display: none;
  }
}

.frente-texto-colunas {
  padding-block: var(--pad-base);
  background-color: #fff;
}
@media (width <= 1050px) {
  .frente-texto-colunas .lf {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (width <= 600px) {
  .frente-texto-colunas {
    padding-top: 4.5em;
  }
  .frente-texto-colunas .lf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.frente-texto-colunas .coluna-texto {
  width: 34.75vw;
  line-height: 1.75em;
}
.frente-texto-colunas .coluna-texto > * + * {
  -webkit-margin-before: 1.75em;
          margin-block-start: 1.75em;
}
.frente-texto-colunas .coluna-texto h2 {
  line-height: 1.2em;
}
.frente-texto-colunas .coluna-texto img {
  display: block;
  width: 100%;
  height: auto;
}
@media (width <= 1050px) {
  .frente-texto-colunas .coluna-texto img {
    max-width: 100%;
  }
}
@media (width <= 1050px) {
  .frente-texto-colunas .coluna-texto {
    width: 46%;
    line-height: 1.5em;
  }
  .frente-texto-colunas .coluna-texto > * + * {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
}
@media (width <= 600px) {
  .frente-texto-colunas .coluna-texto {
    width: 100%;
  }
}

.frente-frasetexto {
  --fr-cor: var(--amarelo);
  padding-block: var(--pad-base);
  position: relative;
}
.frente-frasetexto .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;
}
@media screen and (max-width: 1049px) {
  .frente-frasetexto .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.frente-frasetexto .coluna-frase {
  width: 33vw;
  height: 28vw;
  background-image: url("../img/home-graf-sobre.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
}
.frente-frasetexto .coluna-frase h2 {
  color: var(--fr-cor);
  line-height: 1.2em;
}
@media screen and (max-width: 1049px) {
  .frente-frasetexto .coluna-frase {
    width: 100%;
    height: auto;
    background-image: none;
    margin-bottom: 2em;
  }
}
.frente-frasetexto .coluna-texto {
  width: 40vw;
}
.frente-frasetexto .coluna-texto .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.frente-frasetexto .coluna-texto .desc {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1049px) {
  .frente-frasetexto .coluna-texto {
    width: 100%;
  }
}

.frente-estrategias {
  padding-block: var(--pad-base);
  background-color: var(--bege);
}
.frente-estrategias .container {
  padding-right: 0;
}
@media (width <= 600px) {
  .frente-estrategias .container {
    padding-right: 5vw;
  }
}
.frente-estrategias h2 {
  margin-bottom: 1.5em;
}
.frente-estrategias .container-slideshow .seta.a-next {
  right: 9vw;
}
@media (width <= 600px) {
  .frente-estrategias .container-slideshow .seta.a-next {
    right: 0;
  }
}
.frente-estrategias .container-slideshow {
  width: 100%;
}
.frente-estrategias .container-slideshow .controles {
  padding-right: 9vw;
}
@media (width <= 600px) {
  .frente-estrategias .container-slideshow .controles {
    padding-right: 0;
  }
}
.frente-estrategias .item-slide {
  padding-right: 2vw;
}
.frente-estrategias .card-estrat-texto {
  width: 34vw;
  height: 32vw;
  padding-right: 4vw;
  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;
}
.frente-estrategias .card-estrat-texto .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media (width <= 1050px) {
  .frente-estrategias .card-estrat-texto {
    width: 50vw;
  }
  .frente-estrategias .card-estrat-texto .desc {
    font-size: 13px;
  }
}
@media (width <= 600px) {
  .frente-estrategias .card-estrat-texto {
    width: 90vw;
    height: auto;
  }
}
.frente-estrategias .card-estrat-item {
  width: 34vw;
  height: 32vw !important;
}
@media (width <= 1050px) {
  .frente-estrategias .card-estrat-item {
    width: 50vw;
    height: 44vw !important;
  }
}
@media (width <= 600px) {
  .frente-estrategias .card-estrat-item {
    width: 90vw;
    height: auto !important;
  }
}
.frente-estrategias .card-estrat-item .card-estrat {
  width: 32vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (width <= 1050px) {
  .frente-estrategias .card-estrat-item .card-estrat {
    width: 100%;
  }
}
@media (width <= 600px) {
  .frente-estrategias .card-estrat-item .card-estrat {
    width: 100%;
    height: 100vw;
    padding: 3em;
  }
}
.frente-estrategias .card-estrat-item .card-estrat .texto {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  background-image: url("../img/fundo-estrat.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5%;
  left: 5%;
  color: var(--verde);
  padding: 2em 2.5em;
  padding-top: 4em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (width <= 1050px) {
  .frente-estrategias .card-estrat-item .card-estrat .texto {
    padding: 1em 1.5em;
    padding-top: 2.25em;
  }
}
@media (width <= 600px) {
  .frente-estrategias .card-estrat-item .card-estrat .texto {
    padding-top: 4em;
  }
}
.frente-estrategias .card-estrat-item .card-estrat h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (width <= 1050px) {
  .frente-estrategias .card-estrat-item .card-estrat h3 {
    font-size: 18px;
    margin-bottom: 0.2em;
  }
}
@media (width <= 1050px) {
  .frente-estrategias .card-estrat-item .card-estrat p {
    font-size: 12px;
  }
}
@media (width <= 600px) {
  .frente-estrategias .card-estrat-item .card-estrat p {
    font-size: 13px;
  }
}
.frente-estrategias .card-estrat-item .card-estrat:hover .texto {
  opacity: 0;
}
.frente-estrategias .card-frente {
  width: 100%;
  height: 32vw;
  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;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 5vw;
  position: relative;
  color: #fff;
}
.frente-estrategias .card-frente .coluna-texto {
  width: 40vw;
  position: relative;
  z-index: 20;
}
.frente-estrategias .card-frente .coluna-texto > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.frente-estrategias .card-frente .coluna-texto h3 {
  font-weight: bold;
}
.frente-estrategias .card-frente:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.frente-estrategias .card-frente:hover:before {
  opacity: 1;
  background-color: var(--verde);
}

.modal.modal-infografico {
  background-color: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  max-height: none;
}
.modal.modal-infografico .modal-fechar svg {
  fill: var(--azulesc);
}
@media (width <= 1050px) {
  .modal.modal-infografico {
    height: 65dvh;
  }
  .modal.modal-infografico .modal-fechar {
    position: static;
    width: 100%;
    height: 2em;
    background-color: var(--azulesc);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0.5em;
  }
  .modal.modal-infografico .modal-fechar svg {
    fill: #fff;
  }
}
.modal.modal-infografico .isola-box-svg {
  width: 100%;
  height: 86dvh;
}
@media (width <= 1050px) {
  .modal.modal-infografico .isola-box-svg {
    height: 50dvh;
  }
}
.modal.modal-infografico .box-svg {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  height: 86dvh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 10;
}
.modal.modal-infografico .box-svg svg {
  height: 86dvh;
  display: block;
  margin: 0 auto;
}
@media (width <= 1050px) {
  .modal.modal-infografico .box-svg {
    height: 50dvh;
  }
  .modal.modal-infografico .box-svg svg {
    height: 50dvh;
  }
}
.modal.modal-infografico .comandos-zoom {
  width: 100%;
  height: 8dvh;
  padding-block: 1em;
  background-color: var(--azulesc);
  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: 1em;
  color: #fff;
  padding-inline: 9vw;
  z-index: 500;
  pointer-events: all;
}
@media (width <= 1050px) {
  .modal.modal-infografico .comandos-zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 0.5em;
  }
}
@media (width <= 1050px) {
  .modal.modal-infografico .comandos-zoom .ajuda {
    display: none;
  }
}
.modal.modal-infografico .comandos-zoom .controles {
  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.2em;
}
.modal.modal-infografico .comandos-zoom .controles a {
  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;
  width: 2em;
  height: 2em;
  background-color: var(--verde);
}
.modal.modal-infografico .comandos-zoom .controles a svg {
  width: 1em;
  height: 1em;
  stroke: #fff !important;
}
.modal.modal-infografico .comandos-zoom .controles a:hover {
  background-color: var(--verdeclaro);
}

.modal.modal-busca {
  padding: 1.5em;
  width: 40vw;
}
@media (width <= 1050px) {
  .modal.modal-busca {
    width: 75vw;
  }
}
.modal.modal-busca .modal-fechar {
  top: 0.2em;
  right: 0.1em;
}
.modal.modal-busca .inside-busca {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1049px) {
  .modal.modal-busca .inside-busca {
    height: 100%;
  }
}
.modal.modal-busca .inside-busca input {
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3em;
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  border: none;
  border-bottom: 1px solid var(--texto);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal.modal-busca .inside-busca button {
  font-family: "Inter", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  height: 3em;
  line-height: 3em;
  width: 2em;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  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: transparent;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

#nav-controls {
  display: none !important;
  opacity: 0;
}

image-viewer #nav-controls {
  display: none !important;
  opacity: 0;
}

.associados-avisos {
  padding-block: var(--pad-base);
  margin-bottom: var(--pad-base);
  background-color: var(--bege);
}
.associados-avisos h3 {
  margin-bottom: 1em;
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
}
.associados-avisos .card-aviso {
  width: 82vw;
  background-color: var(--azulesc);
  color: var(--bege);
  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;
}
@media (width <= 600px) {
  .associados-avisos .card-aviso {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.associados-avisos .card-aviso .capa {
  width: 26vw;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
}
@media (width <= 1050px) {
  .associados-avisos .card-aviso .capa {
    width: 36.3333333333vw;
  }
}
@media (width <= 600px) {
  .associados-avisos .card-aviso .capa {
    width: 100%;
  }
}
.associados-avisos .card-aviso .aviso {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2em;
  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;
}
@media screen and (max-width: 1049px) {
  .associados-avisos .card-aviso {
    width: 100%;
  }
}
.associados-avisos .card-aviso h3 {
  font-family: "Titillium Web", "Calibri", "Lucida Grande", sans-serif;
  margin: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.associados-avisos .card-aviso h3:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("../img/icone-estrela-dest.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.associados-avisos .card-aviso .desc {
  margin-block: 1em;
}
@media (width <= 1050px) {
  .associados-avisos .card-aviso .desc {
    font-size: 12px;
  }
}

.nada-encontrado {
  width: 100%;
  height: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: var(--amarelo);
}

.juntoscontra-principal {
  padding-block: var(--pad-base);
}
.juntoscontra-principal .breadcrumbs {
  color: var(--azulesc);
}
.juntoscontra-principal .lf-contato {
  margin-top: calc(var(--pad-base) / 2);
}
@media (width <= 1050px) {
  .juntoscontra-principal .lf-contato {
    gap: 1em;
  }
}
.juntoscontra-principal .coluna-esquerda {
  width: 33vw;
}
.juntoscontra-principal .coluna-esquerda > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.juntoscontra-principal .coluna-esquerda h2 {
  line-height: 1em;
}
@media (width <= 1050px) {
  .juntoscontra-principal .coluna-esquerda {
    width: 48%;
  }
}
@media (width <= 600px) {
  .juntoscontra-principal .coluna-esquerda {
    width: 100%;
  }
}
.juntoscontra-principal .colunas {
  width: 100%;
  margin-top: calc(var(--pad-base) / 2);
  margin-bottom: calc(var(--pad-base) / 1.5);
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
@media (width <= 600px) {
  .juntoscontra-principal .colunas {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.juntoscontra-principal .coluna-infografico {
  width: 47vw;
}
.juntoscontra-principal .coluna-infografico img {
  display: block;
  width: 100%;
}
@media (width <= 1050px) {
  .juntoscontra-principal .coluna-infografico {
    width: 100%;
  }
}
.juntoscontra-principal .coluna-publicacoes {
  width: 33vw;
}
.juntoscontra-principal .coluna-publicacoes > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media (width <= 1050px) {
  .juntoscontra-principal .coluna-publicacoes {
    width: 100%;
  }
}
.juntoscontra-principal .coluna-publicacoes a {
  padding: 2em;
  background-color: var(--bege);
  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: 2em;
}
.juntoscontra-principal .coluna-publicacoes a img {
  display: block;
  width: 10.25vw;
}
.juntoscontra-principal .coluna-publicacoes a p {
  margin-bottom: 1.5em;
}
.juntoscontra-principal .coluna-publicacoes a small {
  text-decoration: underline;
  font-weight: bold;
  color: var(--amarelo);
}
.juntoscontra-principal .coluna-publicacoes a:hover {
  background-color: #d8d8d8;
}
.juntoscontra-principal .hpand {
  margin-top: 2em;
  margin-bottom: 1em;
}
.juntoscontra-principal .sociais .links {
  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;
  color: var(--amarelo);
}
.juntoscontra-principal .coluna-direita {
  width: 33vw;
}
.juntoscontra-principal .coluna-direita .intro {
  margin-bottom: 2em;
}
@media (width <= 1050px) {
  .juntoscontra-principal .coluna-direita {
    width: 48%;
  }
}
@media (width <= 600px) {
  .juntoscontra-principal .coluna-direita {
    width: 100%;
  }
}