@charset "UTF-8";
: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: 5vw;
  padding-right: 4vw;
}
@media screen and (max-width: 1099px) {
  .section .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1099px) {
  .mobile-1 {
    width: 13.8333333333vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-2 {
    width: 28.6666666667vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-3 {
    width: 43.5vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-4 {
    width: 58.3333333333vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-5 {
    width: 73.1666666667vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-6 {
    width: 88vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-1 {
    width: 10.375vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-2 {
    width: 21.75vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-3 {
    width: 33.125vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-4 {
    width: 44.5vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-5 {
    width: 55.875vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-6 {
    width: 67.25vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-7 {
    width: 78.625vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-8 {
    width: 90vw;
  }
}
.mb1 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1099px) {
  .mb1 {
    margin-bottom: 0.5rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

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

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

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

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

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

@supports (-webkit-line-clamp: 3) {
  .line-clamp {
    max-height: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.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: 1099px) {
  .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: 1099px) {
  .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: 1099px) {
  .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: 1099px) {
  .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: 1099px) {
  .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: 1099px) {
  .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_48, .apoie-luta h2, .apoie-apresenta .coluna-balao, .apoie-frase .container, .apoie-capa .coluna-texto h1, .oquee-topo .coluna-texto h1, .tipos-topo .coluna-texto h1, .padrao-topo .coluna-texto h1, .conteudo-capa .coluna-texto h1, .biblioteca-topo .coluna-texto h1, .sobre-texto h2, .sobre-capa .coluna-texto h1, .marquee p, .home-tipos h2, .home-apresenta .coluna-balao, .home-abertura h1, .home-teste .container {
  font-size: clamp(3.3rem, 3.3695652174vw + -0.0695652174rem, 6.4rem);
  line-height: 1.2;
  letter-spacing: -2%;
  font-weight: bold;
}
@media screen and (max-width: 1099px) {
  .txt_48, .apoie-luta h2, .apoie-apresenta .coluna-balao, .apoie-frase .container, .apoie-capa .coluna-texto h1, .oquee-topo .coluna-texto h1, .tipos-topo .coluna-texto h1, .padrao-topo .coluna-texto h1, .conteudo-capa .coluna-texto h1, .biblioteca-topo .coluna-texto h1, .sobre-texto h2, .sobre-capa .coluna-texto h1, .marquee p, .home-tipos h2, .home-apresenta .coluna-balao, .home-abertura h1, .home-teste .container {
    font-size: 32px;
  }
}

.txt_36, .tipos-relacionados .card-volta .nome, .tipo-capa .linha-topo .nome, .tipo-capa .linha-topo .num, .card-flip .face-frente .nome, .card-flip .face-frente .num {
  font-size: clamp(2.5rem, 2.5vw + 0rem, 4.8rem);
  line-height: 1.2;
  letter-spacing: -2%;
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .txt_36, .tipos-relacionados .card-volta .nome, .tipo-capa .linha-topo .nome, .tipo-capa .linha-topo .num, .card-flip .face-frente .nome, .card-flip .face-frente .num {
    font-size: 28px;
  }
}

.txt_32, .tipo-texto-a .linha-texto, .tipo-capa .texto, .home-biblioteca .lf-titulo h2, .container-slideshow .seta, .home-apresenta .coluna-explica p {
  font-size: clamp(2.2rem, 2.2826086957vw + -0.0826086957rem, 4.3rem);
  line-height: 1.2;
  letter-spacing: -2%;
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .txt_32, .tipo-texto-a .linha-texto, .tipo-capa .texto, .home-biblioteca .lf-titulo h2, .container-slideshow .seta, .home-apresenta .coluna-explica p {
    font-size: 26px;
  }
}

.txt_24, .conteudo-relacionados h2, .sobre-idec .lf-bottom .box-rosa, .sobre-idec .lf-topo .coluna-texto .destaque, .sobre-idec .lf-topo .coluna-texto h3, .sobre-texto .box-azul, .sobre-texto .box-amarelo, .sobre-texto .texto-central h3, .tipo-texto-b h2, .section-footer .footer-sociais .sociais, .fundo-newsletter .grupo-campos .sucesso h3, .fundo-newsletter .modal-newsletter .linha-topo i, .fundo-newsletter .modal-newsletter .linha-topo h3, .fundo-newsletter .modal-newsletter .loading, .newsletter-cta h3, .manifesto-cta .chamada h3, .card-flip .face-behind .texto p, .card-flip .face-behind .topo .num {
  font-size: clamp(1.7rem, 1.6304347826vw + 0.0695652174rem, 3.2rem);
  line-height: 1.2;
}
@media screen and (max-width: 1099px) {
  .txt_24, .conteudo-relacionados h2, .sobre-idec .lf-bottom .box-rosa, .sobre-idec .lf-topo .coluna-texto .destaque, .sobre-idec .lf-topo .coluna-texto h3, .sobre-texto .box-azul, .sobre-texto .box-amarelo, .sobre-texto .texto-central h3, .tipo-texto-b h2, .section-footer .footer-sociais .sociais, .fundo-newsletter .grupo-campos .sucesso h3, .fundo-newsletter .modal-newsletter .linha-topo i, .fundo-newsletter .modal-newsletter .linha-topo h3, .fundo-newsletter .modal-newsletter .loading, .newsletter-cta h3, .manifesto-cta .chamada h3, .card-flip .face-behind .texto p, .card-flip .face-behind .topo .num {
    font-size: 24px;
  }
}

.txt_20, .apoie-luta .lista-apoiadores, .apoie-apresenta .coluna-explica p, .apoie-capa .coluna-texto p, .oquee-topo .coluna-texto p, .reduzido .config-texto, .tipos-topo .coluna-texto p, .padrao-topo .coluna-texto p, .conteudo-single-main .linha-descricao, .conteudo-capa .coluna-texto p, .biblioteca-main .linha-mostrando, .biblioteca-topo .coluna-texto p, .sobre-texto .texto-central, .sobre-capa .coluna-texto p, .tipos-relacionados .card-volta .topo, .fundo-newsletter .grupo-campos .sucesso p, .manifesto-cta .chamada p, .card-biblioteca h3, .card-flip .face-behind .texto h3, .home-tipos .desc, .home-abertura .frase, .section {
  font-size: clamp(1.3rem, 1.4130434783vw + -0.1130434783rem, 2.6rem);
  line-height: 1.4;
}
@media screen and (max-width: 1099px) {
  .txt_20, .apoie-luta .lista-apoiadores, .apoie-apresenta .coluna-explica p, .apoie-capa .coluna-texto p, .oquee-topo .coluna-texto p, .reduzido .config-texto, .tipos-topo .coluna-texto p, .padrao-topo .coluna-texto p, .conteudo-single-main .linha-descricao, .conteudo-capa .coluna-texto p, .biblioteca-main .linha-mostrando, .biblioteca-topo .coluna-texto p, .sobre-texto .texto-central, .sobre-capa .coluna-texto p, .tipos-relacionados .card-volta .topo, .fundo-newsletter .grupo-campos .sucesso p, .manifesto-cta .chamada p, .card-biblioteca h3, .card-flip .face-behind .texto h3, .home-tipos .desc, .home-abertura .frase, .section {
    font-size: 16px;
  }
}

.txt_16, .apoie-capa .campo-input input, .config-texto, .conteudo-capa .coluna-texto .tags span, .biblioteca-main .linha-nada, .biblioteca-main .linha-busca .modulo-busca .lupa, .biblioteca-main .linha-busca .modulo-busca input, .tipo-texto-b .desc, .section-footer .menu-nav, .section-footer .footer-idec .link-associe, .fundo-newsletter .campo-input input, .fundo-newsletter .grupo-campos .sucesso a, .newsletter-cta .campo-input input, .card-biblioteca .desc, .card-biblioteca .tags a, .card-flip .face-frente .atual span, .botao, .home-abertura .lf-mais a, .section-header .header-navegacao .menu-nav {
  font-size: clamp(1.1rem, 1.0869565217vw + 0.0130434783rem, 2.1rem);
  line-height: 1.4;
}
@media screen and (max-width: 1099px) {
  .txt_16, .apoie-capa .campo-input input, .config-texto, .conteudo-capa .coluna-texto .tags span, .biblioteca-main .linha-nada, .biblioteca-main .linha-busca .modulo-busca .lupa, .biblioteca-main .linha-busca .modulo-busca input, .tipo-texto-b .desc, .section-footer .menu-nav, .section-footer .footer-idec .link-associe, .fundo-newsletter .campo-input input, .fundo-newsletter .grupo-campos .sucesso a, .newsletter-cta .campo-input input, .card-biblioteca .desc, .card-biblioteca .tags a, .card-flip .face-frente .atual span, .botao, .home-abertura .lf-mais a, .section-header .header-navegacao .menu-nav {
    font-size: 16px;
  }
}

.txt_14, .footer-meta .container, .section-footer .footer-idec .link-associe i, .section-footer .footer-idec .sobre-idec-footer p, .fundo-newsletter .aviso-validacao, .fundo-newsletter .campo-check, .botao i {
  font-size: clamp(1rem, 0.9782608696vw + 0.0217391304rem, 1.9rem);
  line-height: 1.4;
}
@media screen and (max-width: 1099px) {
  .txt_14, .footer-meta .container, .section-footer .footer-idec .link-associe i, .section-footer .footer-idec .sobre-idec-footer p, .fundo-newsletter .aviso-validacao, .fundo-newsletter .campo-check, .botao i {
    font-size: 14px;
  }
}

.txt_12 {
  font-size: clamp(0.8rem, 0.8695652174vw + -0.0695652174rem, 1.6rem);
  line-height: 1.4;
}
@media screen and (max-width: 1099px) {
  .txt_12 {
    font-size: 12px;
  }
}

.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: "alfabet", "Calibri", "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  color: var(--azulesc);
  scroll-behavior: smooth;
  background-color: #fff;
}
@media screen and (max-width: 1099px) {
  html, body {
    font-weight: 300;
  }
}

html {
  scroll-padding-top: 7.041vw;
}
@media screen and (max-width: 1099px) {
  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 {
  --rosa: #E5007E;
  --marrom: #8C004C;
  --amarelo: #FFEF40;
  --ouro: #E6D73A;
  --azul: #019EE2;
  --verde: #7EE5B9;
  --cinzaverde: #E8F1EA;
  --bgclaro: #D9D9D9;
  --pad-base: 5vw;
  --pad-metade: calc(var(--pad-base)/2);
  --logo-pad: 2.22vw;
  --logo-h: 3.333vw;
  --logo-total: calc(var(--logo-pad)*2 + var(--logo-h));
  --pl: 5vw;
}
@media screen and (max-width: 1099px) {
  :root {
    --pad-base: 3em;
    --logo-pad: 20px;
    --logo-h: 40px;
  }
}

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

.padbase, .apoie-luta, .padrao-texto, .tipos-todos, .conteudo-relacionados, .conteudo-single-main, .biblioteca-main, .sobre-idec, .sobre-texto, .tipo-texto-b, .tipo-texto-a {
  padding: var(--pad-base) 0;
}
.padbase.nopt, .nopt.apoie-luta, .nopt.padrao-texto, .nopt.tipos-todos, .nopt.conteudo-relacionados, .nopt.conteudo-single-main, .nopt.biblioteca-main, .nopt.sobre-idec, .nopt.sobre-texto, .nopt.tipo-texto-b, .nopt.tipo-texto-a {
  padding-top: 0;
}
.padbase.nopb, .nopb.apoie-luta, .nopb.padrao-texto, .nopb.tipos-todos, .nopb.conteudo-relacionados, .nopb.conteudo-single-main, .nopb.biblioteca-main, .nopb.sobre-idec, .nopb.sobre-texto, .nopb.tipo-texto-b, .nopb.tipo-texto-a {
  padding-bottom: 0;
}
.padbase.metade, .metade.apoie-luta, .metade.padrao-texto, .metade.tipos-todos, .metade.conteudo-relacionados, .metade.conteudo-single-main, .metade.biblioteca-main, .metade.sobre-idec, .metade.sobre-texto, .metade.tipo-texto-b, .metade.tipo-texto-a {
  padding: calc(var(--pad-base) / 2) 0;
}

.section-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  z-index: 1000;
}
.section-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.section-header .header-logo {
  padding: var(--logo-pad);
}
.section-header .header-logo .logo {
  display: block;
}
.section-header .header-logo .logo img {
  height: var(--logo-h);
  display: block;
}
.section-header .header-logo .header-burger {
  display: none;
}
.section-header .header-navegacao {
  width: 59.7166666667vw;
  padding: var(--logo-pad);
}
.section-header .header-navegacao .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3em;
  text-transform: uppercase;
  font-weight: 600;
}
.section-header .header-navegacao .menu-nav a:hover, .section-header .header-navegacao .menu-nav a.ativo {
  color: var(--rosa);
}
@media screen and (max-width: 1099px) {
  .section-header .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;
  }
  .section-header .header-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-header .header-logo .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-header .header-navegacao {
    width: 100%;
    display: none;
  }
  .section-header .header-navegacao .menu-nav {
    -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;
    text-transform: none;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
  }
  .section-header.ativo .header-navegacao {
    display: block;
  }
}

.home-teste {
  width: 100%;
  height: 100dvh;
  background-color: #000;
}
.home-teste .container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

.home-abertura {
  width: 100%;
  background-color: #000;
  color: #fff;
}
.home-abertura .container {
  padding-inline: var(--logo-pad);
  position: relative;
  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;
  height: 100dvh;
}
@media screen and (max-width: 1099px) {
  .home-abertura .container {
    height: auto;
    padding-top: calc(var(--logo-total) + var(--logo-pad));
    padding-bottom: 0;
  }
}
.home-abertura .lf-texto {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .home-abertura .lf-texto {
    padding-bottom: 0;
    -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-abertura .lf-mais {
  width: 100%;
  padding-bottom: 1em;
}
.home-abertura .lf-mais a {
  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;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-abertura .lf-mais a img {
  display: block;
  height: 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-abertura .lf-mais a svg {
  display: block;
  width: 2.5em;
  height: 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
.home-abertura .lf-mais a:hover {
  color: var(--rosa);
}
.home-abertura .lf-mais a:hover svg {
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
  fill: var(--rosa);
}
@media screen and (max-width: 1099px) {
  .home-abertura .lf-mais {
    padding-top: 2em;
  }
}
.home-abertura .olho-mob {
  display: none;
}
@media screen and (max-width: 1099px) {
  .home-abertura .olho-mob {
    display: block;
    margin-block: 1.5em;
    width: 100%;
  }
  .home-abertura .olho-mob img {
    display: block;
    width: 100%;
  }
  .home-abertura .olho-mob svg {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.home-abertura h1 {
  color: var(--rosa);
  width: 50%;
}
@media screen and (max-width: 1099px) {
  .home-abertura h1 {
    width: 100%;
    padding-right: 5vw;
  }
  .home-abertura h1 br {
    display: none;
  }
}
.home-abertura .frase {
  width: 29.4333333333vw;
}
@media screen and (max-width: 1099px) {
  .home-abertura .frase {
    width: 100%;
  }
}
.home-abertura .olho {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  pointer-events: none;
  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: calc(var(--logo-total) + var(--pl) / 2);
  padding-bottom: calc(var(--pl) / 2);
}
@media screen and (max-width: 1099px) {
  .home-abertura .olho {
    display: none;
  }
}
.home-abertura .olho img {
  display: block;
  height: 18vw;
}
.home-abertura .olho .mascara-olho {
  height: 100%;
  max-height: 20vw;
  aspect-ratio: 1200/504;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url("../img/olho-vetor.svg?v3");
          mask-image: url("../img/olho-vetor.svg?v3");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: none;
          mask-repeat: none;
  border: 2px solid #000;
}
.home-abertura .olho .mascara-olho .centraliza-olho {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: 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;
}
.home-abertura .olho .mascara-olho .centraliza-olho .olho-anima {
  display: block;
  height: 100%;
  position: relative;
  z-index: 10;
  -webkit-transform: translate3d(0%, 0%, 0);
          transform: translate3d(0%, 0%, 0);
}
.home-abertura .palp-top {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 22;
  display: none;
}
.home-abertura .palp-bottom {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 22;
  display: none;
}
@media screen and (min-width: 1049px) {
  .home-abertura .palp-top {
    height: 50%;
    display: block;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .home-abertura .palp-bottom {
    height: 50%;
    display: block;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .home-abertura .lf-texto h1, .home-abertura .lf-texto .frase {
    opacity: 0;
    -webkit-transform: translate3d(0, 5em, 0);
            transform: translate3d(0, 5em, 0);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .home-abertura .lf-mais {
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
            transform: translate3d(0, -2em, 0);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  .home-abertura.animado .lf-texto h1, .home-abertura.animado .lf-texto .frase {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .home-abertura.animado .lf-mais {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .home-abertura.animado .palp-top {
    height: 0;
  }
  .home-abertura.animado .palp-bottom {
    height: 0;
  }
}

.botao {
  --borda: var(--rosa);
  --fundo: #fff;
  --cor: var(--rosa);
  line-height: 3em;
  padding: 0 1em;
  text-transform: uppercase;
  font-weight: 500;
  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;
  border: 1px solid var(--borda);
  color: var(--cor);
  background-color: var(--fundo);
}
.botao i {
  line-height: 1em;
}
.botao:hover, .botao.ativo {
  border: 1px solid var(--cor);
  color: var(--fundo);
  background-color: var(--cor);
}
.botao.noborder {
  --borda: #fff;
}
.botao.rosa {
  --fundo: var(--rosa);
  --borda: var(--rosa);
  --cor: #fff;
}
.botao.amarelo {
  --fundo: var(--amarelo);
  --borda: var(--amarelo);
  --cor: #000;
}
.botao.preto {
  --fundo: #000;
  --borda: #000;
  --cor: #fff;
}
.botao.outline {
  --fundo: #fff;
  --borda: #000;
  --cor: #000;
}
.botao.rosa-bg {
  --fundo: var(--rosa);
  --borda: var(--rosa);
  --cor: #fff;
}
.botao.rosa-bg:hover, .botao.rosa-bg.ativo {
  border: 1px solid var(--rosa);
}

.home-apresenta {
  padding-block: var(--pad-base);
}
.home-apresenta .container {
  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: 1099px) {
  .home-apresenta .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: 3em;
  }
}
.home-apresenta .coluna-balao {
  width: 37.76125vw;
  aspect-ratio: 650/450;
  background-image: url("../img/balao-amarelo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--rosa);
  padding-left: var(--pl);
  padding-top: var(--pl);
}
@media screen and (max-width: 1099px) {
  .home-apresenta .coluna-balao {
    width: 100%;
    padding-top: 10vw;
    padding-left: 10vw;
  }
}
.home-apresenta .coluna-explica {
  width: 44.575vw;
  padding-top: var(--pl);
  padding-inline: 2.9354166667vw;
  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: 2em;
}
.home-apresenta .coluna-explica p {
  font-weight: 300;
  line-height: 120%;
}
@media screen and (max-width: 1099px) {
  .home-apresenta .coluna-explica p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1099px) {
  .home-apresenta .coluna-explica {
    width: 100%;
    padding: 0;
  }
}

.home-tipos {
  padding-top: calc(var(--pad-base) * 0.5);
  padding-bottom: calc(var(--pad-base) * 2);
}
.home-tipos h2 {
  color: var(--rosa);
}
.home-tipos h2 em {
  display: block;
  font-weight: 300;
  font-style: italic;
}
.home-tipos .desc {
  margin-top: 1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 1099px) {
  .home-tipos .desc br {
    display: none;
  }
}
.home-tipos .slide-item {
  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: 24px;
}

.container-slideshow {
  position: relative;
}
.container-slideshow .seta {
  color: var(--rosa);
  display: block;
  line-height: 1em;
  z-index: 10;
}
.container-slideshow .a-prev {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
}
.container-slideshow .a-next {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
}
.container-slideshow .slick-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.container-slideshow .dots {
  width: 100%;
  position: absolute;
  bottom: -3em;
  left: 0;
}
.container-slideshow .dots .slick-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}
.container-slideshow .dots button {
  text-indent: -9999px;
  background-color: var(--cinzaverde);
  border: none;
  display: block;
  width: 1vw;
  height: 1vw;
  margin: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 1099px) {
  .container-slideshow .dots button {
    width: 3vw;
    height: 3vw;
  }
}
.container-slideshow .dots button:hover {
  background-color: var(--rosa);
}
.container-slideshow .dots .slick-active button {
  background-color: var(--rosa);
}

.card-flip {
  width: 24vw;
  aspect-ratio: 395/560;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media screen and (max-width: 1099px) {
  .card-flip {
    width: 73.1666666667vw;
  }
}
.card-flip .face-frente {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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;
  padding: 0.8em;
  cursor: pointer;
}
.card-flip .face-frente .num {
  background-color: #fff;
  padding: 0 0.2em;
}
.card-flip .face-frente .nome {
  text-align: 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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.2em;
}
.card-flip .face-frente .nome span {
  background-color: #fff;
  padding: 0 0.2em;
  display: inline-block;
}
.card-flip .face-frente .atual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  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-flip .face-frente .atual span {
  background-color: #fff;
  padding: 0.5em;
  text-transform: uppercase;
}
.card-flip .face-behind {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #000;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 0.8em;
  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: #fff;
}
.card-flip .face-behind .topo {
  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;
}
.card-flip .face-behind .topo .num {
  font-weight: 600;
}
.card-flip .face-behind .topo a:hover {
  color: var(--rosa);
}
.card-flip .face-behind .texto {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: var(--pad-base);
}
.card-flip .face-behind .texto h3 {
  font-weight: 300;
  margin-bottom: 1em;
}
.card-flip .face-behind .texto p {
  font-weight: 600;
}
.card-flip .face-behind .botao {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-flip:hover {
  -webkit-transform: translate3d(0, -24px, 0);
          transform: translate3d(0, -24px, 0);
}
@media screen and (max-width: 1099px) {
  .card-flip:hover {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.card-flip.ativo {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
          transform: rotateY(180deg) translate3d(0, 0, 0);
}
.card-flip.ativo:hover {
  -webkit-transform: rotateY(180deg) translate3d(0, -24px, 0);
          transform: rotateY(180deg) translate3d(0, -24px, 0);
}
@media screen and (max-width: 1099px) {
  .card-flip.ativo:hover {
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
            transform: rotateY(180deg) translate3d(0, 0, 0);
  }
}

.home-biblioteca {
  padding-top: var(--pad-base);
  padding-bottom: calc(2 * var(--pad-base));
}
@media screen and (max-width: 1099px) {
  .home-biblioteca {
    padding-bottom: calc(1 * var(--pad-base));
  }
}
.home-biblioteca .lf-titulo {
  margin-bottom: var(--pad-base);
}
.home-biblioteca .lf-titulo h2 {
  font-weight: 600;
  color: var(--rosa);
}
@media screen and (max-width: 1099px) {
  .home-biblioteca .lf-titulo .botao {
    display: none;
  }
}
.home-biblioteca .grid-biblioteca {
  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: var(--logo-h);
}
.home-biblioteca .mais-mobile {
  display: none;
}
@media screen and (max-width: 1099px) {
  .home-biblioteca .mais-mobile {
    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-biblioteca {
  width: 27.6vw;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 1099px) {
  .card-biblioteca {
    width: 100%;
  }
}
.card-biblioteca .arte {
  display: block;
  width: 100%;
  background-color: #F5F5F5;
}
.card-biblioteca .arte img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.card-biblioteca .tags {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.card-biblioteca .tags a {
  border: 1px solid var(--rosa);
  color: var(--rosa);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.2em 0.5em;
}
.card-biblioteca .tags a:hover {
  color: #fff;
  background-color: var(--rosa);
}
@media screen and (max-width: 1099px) {
  .card-biblioteca .tags a {
    font-size: 12px;
  }
}
.card-biblioteca h3 {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.card-biblioteca h3:hover {
  color: var(--rosa);
}
.card-biblioteca .desc {
  color: #757575;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card-biblioteca:hover {
  -webkit-transform: translate3d(0, -24px, 0);
          transform: translate3d(0, -24px, 0);
}

.manifesto-cta {
  background-color: var(--rosa);
  padding-block: var(--logo-h);
}
.manifesto-cta .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: 1099px) {
  .manifesto-cta .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--pad-base);
  }
}
.manifesto-cta .chamada {
  width: 44.575vw;
}
.manifesto-cta .chamada h3 {
  color: var(--amarelo);
  font-weight: 600;
  margin-bottom: 0.5em;
}
.manifesto-cta .chamada p {
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .manifesto-cta .chamada {
    width: 100%;
  }
}
.manifesto-cta .botoes {
  width: 21.8625vw;
}
.manifesto-cta .botoes .botao {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1099px) {
  .manifesto-cta .botoes {
    width: 100%;
  }
}

.newsletter-cta {
  background-color: #000;
  color: #fff;
  padding-block: var(--logo-h);
}
.newsletter-cta .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: 1099px) {
  .newsletter-cta .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.newsletter-cta h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5em;
  width: 21.8625vw;
}
@media screen and (max-width: 1099px) {
  .newsletter-cta h3 {
    width: 100%;
  }
}
.newsletter-cta .campo-input {
  width: 21.8625vw;
}
.newsletter-cta .campo-input input {
  display: block;
  width: 100%;
  font-family: "alfabet", "Calibri", "Lucida Grande", sans-serif;
  height: 3em;
  line-height: 3em;
  border: none;
  border-bottom: 1px solid var(--bgclaro);
  color: var(--bgclaro);
  background-color: #000;
  padding-left: 1em;
}
@media screen and (max-width: 1099px) {
  .newsletter-cta .campo-input {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1099px) {
  .newsletter-cta .botao {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fundo-newsletter {
  width: 100%;
  height: 100dvh;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.fundo-newsletter .modal-newsletter {
  width: 33vw;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 1.5em;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fundo-newsletter .modal-newsletter .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fundo-newsletter .modal-newsletter .linha-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;
  margin-bottom: 3em;
  width: 100%;
}
.fundo-newsletter .modal-newsletter .linha-topo h3 {
  line-height: 1.2em;
  font-weight: 500;
}
@media screen and (max-width: 1099px) {
  .fundo-newsletter .modal-newsletter {
    width: 100%;
    overflow: auto;
  }
}
.fundo-newsletter.ativo {
  z-index: 9000000;
  opacity: 1;
  visibility: visible;
}
.fundo-newsletter.ativo .modal-newsletter {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fundo-newsletter .grupo-campos {
  width: 100%;
  height: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fundo-newsletter .grupo-campos .sucesso {
  text-align: center;
}
.fundo-newsletter .grupo-campos .sucesso img {
  display: block;
  height: 9em;
  margin: 0 auto;
  margin-bottom: 2em;
}
.fundo-newsletter .grupo-campos .sucesso h3 {
  font-weight: 600;
}
.fundo-newsletter .grupo-campos .sucesso p {
  margin-top: 0.5em;
}
.fundo-newsletter .grupo-campos .sucesso a {
  display: block;
  margin-top: 3em;
  text-transform: uppercase;
  font-weight: 300;
}
.fundo-newsletter .campos {
  width: 100%;
}
.fundo-newsletter .campos > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.fundo-newsletter .campo-input {
  width: 100%;
}
.fundo-newsletter .campo-input input {
  display: block;
  width: 100%;
  font-family: "alfabet", "Calibri", "Lucida Grande", sans-serif;
  height: 2.4em;
  line-height: 2.4em;
  border: none;
  border-bottom: 1px solid var(--bgclaro);
  color: var(--bgclaro);
  background-color: #000;
  padding-left: 1em;
  border-radius: 0 !important;
}
.fundo-newsletter .campo-check a {
  text-decoration: underline;
}
.fundo-newsletter .aviso-validacao {
  font-family: "alfabet", "Calibri", "Lucida Grande", sans-serif;
  color: var(--rosa);
  line-height: 2em;
  font-weight: 300;
  display: none;
}
.fundo-newsletter .aviso-validacao.ativo {
  display: block;
}
.fundo-newsletter .botoes {
  width: 100%;
  margin-top: 3em;
}
.fundo-newsletter .botoes .botao {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-footer {
  background-color: #000;
  color: #fff;
  padding-block: var(--pl);
}
.section-footer .container {
  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: 1099px) {
  .section-footer .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;
  }
}
.section-footer .footer-idec {
  width: 21.8625vw;
  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;
}
.section-footer .footer-idec .sobre-idec-footer {
  width: 100%;
}
.section-footer .footer-idec .sobre-idec-footer .logo-idec {
  display: block;
  margin-bottom: 1em;
}
.section-footer .footer-idec .sobre-idec-footer .logo-idec img {
  display: block;
  width: 11.4vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-idec .sobre-idec-footer .logo-idec img {
    width: auto;
    height: 36px;
  }
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-idec .sobre-idec-footer p {
    font-weight: 300;
  }
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-idec {
    width: 100%;
  }
}
.section-footer .footer-idec .link-associe {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  line-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.section-footer .footer-idec .link-associe i {
  line-height: 1em;
}
.section-footer .footer-idec .link-associe:hover {
  color: var(--rosa);
}
.section-footer .footer-lp {
  width: 59.7166666667vw;
  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: 4em;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-lp {
    width: 100%;
  }
}
.section-footer .footer-sociais {
  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;
}
.section-footer .footer-sociais .logo-green {
  display: block;
}
.section-footer .footer-sociais .logo-green img {
  display: block;
  width: 35.4vw;
}
.section-footer .footer-sociais .sociais {
  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: 1em;
}
.section-footer .footer-sociais .sociais a:hover {
  color: var(--rosa);
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-sociais {
    -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;
  }
  .section-footer .footer-sociais .logo-green {
    width: 100%;
  }
  .section-footer .footer-sociais .logo-green img {
    width: 100%;
  }
}
.section-footer .menu-nav {
  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;
  text-transform: uppercase;
  font-weight: 500;
}
.section-footer .menu-nav a {
  line-height: 3em;
}
.section-footer .menu-nav a:hover {
  color: var(--rosa);
}
@media screen and (max-width: 1099px) {
  .section-footer .menu-nav {
    -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;
  }
}

.footer-meta {
  background-color: #1A1A1A;
  color: #fff;
  padding-block: var(--logo-pad);
}
.footer-meta .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: 1099px) {
  .footer-meta .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: 1em;
    font-size: 11px;
    text-align: center;
  }
}
.footer-meta .uteis {
  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;
}
@media screen and (max-width: 1099px) {
  .footer-meta .uteis {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wrapper {
  max-width: 100%;
  overflow: hidden;
  background-color: var(--cinzaverde);
  padding-block: var(--logo-h);
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
}

.marquee p {
  display: inline-block;
}
.marquee p img {
  display: inline-block;
  vertical-align: middle;
  height: 1.2em;
  margin-right: 1.5em;
  margin-left: 1.5em;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
.tipo-capa {
  width: 100%;
  background-color: var(--verde);
}
.tipo-capa .container {
  padding-left: 0;
  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;
  height: auto;
  min-height: calc(100dvh - var(--logo-total));
}
@media screen and (max-width: 1099px) {
  .tipo-capa .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    -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;
    min-height: 0;
  }
}
.tipo-capa .ilustracao {
  width: 48vw;
  min-height: calc(100dvh - var(--logo-total));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--cinzaverde);
}
@media screen and (max-width: 1099px) {
  .tipo-capa .ilustracao {
    width: 100%;
    height: 100vw;
    position: static;
    background-size: 100% auto;
    min-height: auto;
  }
}
@media screen and (min-width: 1049px) {
  .tipo-capa .ilustracao {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
  }
  .tipo-capa.animado .ilustracao {
    opacity: 1;
  }
}
.tipo-capa .informacao {
  width: 44.575vw;
  padding-top: calc(var(--pl) / 2);
  padding-bottom: calc(var(--pl));
  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;
}
@media screen and (max-width: 1099px) {
  .tipo-capa .informacao {
    width: 100%;
    height: auto;
    padding: 3em 5vw;
  }
}
.tipo-capa .linha-topo {
  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-bottom: var(--pad-base);
}
@media screen and (max-width: 1099px) {
  .tipo-capa .linha-topo {
    margin-bottom: 1em;
  }
}
.tipo-capa .linha-topo .num {
  background-color: #fff;
  padding: 0 0.2em;
}
.tipo-capa .linha-topo .nome {
  text-align: left;
  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.2em;
}
.tipo-capa .linha-topo .nome span {
  background-color: #fff;
  padding: 0 0.2em;
  display: inline-block;
}
.tipo-capa .texto {
  line-height: 120%;
}
.tipo-capa .texto > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.tipo-capa .texto {
  padding-right: 1em;
}
@media screen and (max-width: 1099px) {
  .tipo-capa .texto {
    padding-right: 0;
    margin-top: 1em;
    font-size: 20px;
  }
}

.tipo-texto-a {
  background-color: #000;
  color: #fff;
}
.tipo-texto-a .container {
  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;
}
.tipo-texto-a .linha-texto {
  width: 44.575vw;
}
.tipo-texto-a .linha-texto > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.tipo-texto-a .linha-texto {
  line-height: 120%;
}
@media screen and (max-width: 1099px) {
  .tipo-texto-a .linha-texto {
    width: 100%;
    font-size: 20px;
  }
}

.tipo-texto-b .linha-texto {
  width: 44.575vw;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .tipo-texto-b .linha-texto {
    width: 100%;
  }
}
.tipo-texto-b h2 {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.tipo-texto-b .desc {
  line-height: 1.7em;
}

.tipos-relacionados {
  padding-bottom: calc(var(--pad-base) * 2);
  padding-top: calc(var(--pad-base) * 1);
}
.tipos-relacionados .container {
  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;
}
.tipos-relacionados .container.ultimo {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tipos-relacionados .container.ultimo .card-volta {
  border: 1px solid #000 !important;
}
@media screen and (max-width: 1099px) {
  .tipos-relacionados .container.ultimo .card-volta {
    border: 1px solid #000 !important;
  }
}
@media screen and (max-width: 1099px) {
  .tipos-relacionados .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;
  }
}
.tipos-relacionados .card-volta {
  width: 50%;
  aspect-ratio: 640/320;
  background-color: var(--verde);
  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;
  border: 1px solid #000;
  border-right: 0px solid #000;
}
@media screen and (max-width: 1099px) {
  .tipos-relacionados .card-volta {
    width: 100%;
    border: 1px solid #000;
    border-bottom: 0px solid #000;
  }
}
.tipos-relacionados .card-volta .bloco-info {
  width: 50%;
  height: 100%;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .tipos-relacionados .card-volta .bloco-info {
    padding: 0.75em;
  }
}
.tipos-relacionados .card-volta .topo {
  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: 0.5em;
  font-weight: 600;
}
.tipos-relacionados .card-volta .topo img {
  display: block;
  height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tipos-relacionados .card-volta .nome {
  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.2em;
}
.tipos-relacionados .card-volta .nome span {
  background-color: #fff;
  padding: 0 0.2em;
  display: inline-block;
}
@media screen and (max-width: 1099px) {
  .tipos-relacionados .card-volta .nome {
    font-size: 20px;
  }
}
.tipos-relacionados .card-volta .bloco-ilustra {
  width: 50%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tipos-relacionados .card-volta:hover .topo img {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.tipos-relacionados .card-volta:hover .bloco-ilustra {
  background-size: auto 80%;
}
.tipos-relacionados .card-volta.proximo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1099px) {
  .tipos-relacionados .card-volta.proximo {
    border: 1px solid #000;
  }
}
.tipos-relacionados .card-volta.proximo .bloco-info {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tipos-relacionados .card-volta.proximo .topo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tipos-relacionados .card-volta.proximo .topo img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tipos-relacionados .card-volta.proximo .nome {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tipos-relacionados .card-volta.proximo:hover .topo img {
  -webkit-transform: rotate(180deg) translate3d(-50%, 0, 0);
          transform: rotate(180deg) translate3d(-50%, 0, 0);
}

.sobre-capa {
  background-color: #000;
  color: #fff;
}
.sobre-capa .container {
  padding: var(--logo-h) var(--logo-pad);
  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;
}
@media screen and (max-width: 1099px) {
  .sobre-capa .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3em;
  }
}
.sobre-capa .coluna-texto {
  width: 44.575vw;
}
.sobre-capa .coluna-texto h1 {
  color: var(--rosa);
  margin-bottom: 0.25em;
}
@media screen and (max-width: 1099px) {
  .sobre-capa .coluna-texto {
    width: 100%;
  }
}
.sobre-capa .coluna-arte {
  width: 42vw;
  margin-right: 2.9354166667vw;
  aspect-ratio: 600/382;
  position: relative;
}
.sobre-capa .coluna-arte .base {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 25;
}
.sobre-capa .coluna-arte .olho {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22.6vw;
  aspect-ratio: 325/158;
  background-color: #fff;
  z-index: 15;
  -webkit-mask-image: url("../img/sobre-ilustra-mascara.svg");
          mask-image: url("../img/sobre-ilustra-mascara.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.sobre-capa .coluna-arte .centraliza-olho {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: 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;
}
.sobre-capa .coluna-arte .centraliza-olho .olho-anima {
  display: block;
  height: 100%;
  position: relative;
  z-index: 10;
  -webkit-transform: translate3d(0%, 0%, 0);
          transform: translate3d(0%, 0%, 0);
}
.sobre-capa .coluna-arte img {
  display: block;
  width: 40.7895833333vw;
}
@media screen and (max-width: 1099px) {
  .sobre-capa .coluna-arte img {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) {
  .sobre-capa .coluna-arte {
    width: 100%;
  }
  .sobre-capa .coluna-arte img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1049px) {
  .sobre-capa .coluna-arte .olho {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .sobre-capa.animado .coluna-arte .olho {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.divisoria-paralax {
  width: 100%;
  height: 36vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 1099px) {
  .divisoria-paralax {
    height: 100vw;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 1099px) {
  .sobre-texto {
    overflow: hidden;
  }
}
.sobre-texto.final {
  padding-bottom: calc(var(--pad-base) * 2);
}
.sobre-texto .texto-central {
  width: 37.0041666667vw;
  margin: 0 auto;
}
.sobre-texto .texto-central > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.sobre-texto .texto-central h3 {
  font-weight: 600;
  color: var(--rosa);
  margin-top: 2.5em;
}
@media screen and (max-width: 1099px) {
  .sobre-texto .texto-central {
    width: 100%;
  }
}
.sobre-texto .box-amarelo {
  line-height: 1.2em;
  font-weight: 600;
  color: var(--rosa);
  position: relative;
  margin-top: 3em;
}
.sobre-texto .box-amarelo p {
  position: relative;
  z-index: 10;
}
.sobre-texto .box-amarelo:before {
  content: "";
  display: block;
  width: 120%;
  aspect-ratio: 664/157;
  position: absolute;
  top: -2vw;
  left: -10%;
  background-image: url("../img/sobre-box-amarelo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
@media screen and (max-width: 1099px) {
  .sobre-texto .box-amarelo {
    font-size: 16px;
    line-height: 1.4em;
  }
  .sobre-texto .box-amarelo:before {
    aspect-ratio: 450/150;
    background-size: cover;
    top: -6vw;
  }
}
.sobre-texto .box-azul {
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-top: 3em;
}
.sobre-texto .box-azul p {
  position: relative;
  z-index: 10;
}
.sobre-texto .box-azul:before {
  content: "";
  display: block;
  width: 115%;
  aspect-ratio: 633/154;
  position: absolute;
  top: -2.2vw;
  left: -7.5%;
  background-image: url("../img/sobre-box-azul.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
@media screen and (max-width: 1099px) {
  .sobre-texto .box-azul {
    font-size: 16px;
    line-height: 1.4em;
  }
  .sobre-texto .box-azul:before {
    aspect-ratio: 450/150;
    background-size: cover;
    top: -6vw;
  }
}

.sobre-idec {
  padding-bottom: calc(var(--pad-base) * 2);
  overflow: hidden;
}
.sobre-idec .lf-topo {
  margin-bottom: var(--pad-base);
}
@media screen and (max-width: 1099px) {
  .sobre-idec .lf-topo {
    gap: 3em;
  }
}
.sobre-idec .lf-topo .coluna-logo {
  width: 44.575vw;
}
.sobre-idec .lf-topo .coluna-logo .logo {
  width: 28.4vw;
  display: block;
  margin: 0 auto;
}
.sobre-idec .lf-topo .coluna-logo .logo img {
  width: 100%;
  display: block;
}
.sobre-idec .lf-topo .coluna-logo .botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width: 1099px) {
  .sobre-idec .lf-topo .coluna-logo {
    width: 100%;
  }
  .sobre-idec .lf-topo .coluna-logo .logo {
    width: 58.3333333333vw;
  }
}
.sobre-idec .lf-topo .coluna-texto {
  width: 44.575vw;
}
.sobre-idec .lf-topo .coluna-texto > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.sobre-idec .lf-topo .coluna-texto h3 {
  line-height: 1.2em;
  font-weight: 600;
  color: var(--rosa);
}
.sobre-idec .lf-topo .coluna-texto .destaque {
  line-height: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .sobre-idec .lf-topo .coluna-texto .destaque {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.sobre-idec .lf-topo .coluna-texto p {
  width: 37.0041666667vw;
}
@media screen and (max-width: 1099px) {
  .sobre-idec .lf-topo .coluna-texto p {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) {
  .sobre-idec .lf-topo .coluna-texto {
    width: 100%;
  }
}
.sobre-idec .lf-bottom .coluna-texto {
  width: 44.575vw;
}
@media screen and (max-width: 1099px) {
  .sobre-idec .lf-bottom .coluna-texto {
    width: 100%;
  }
}
.sobre-idec .lf-bottom .box-rosa {
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
  position: relative;
  width: 37.0041666667vw;
}
@media screen and (max-width: 1099px) {
  .sobre-idec .lf-bottom .box-rosa {
    width: 100%;
  }
}
.sobre-idec .lf-bottom .box-rosa p {
  position: relative;
  z-index: 10;
}
.sobre-idec .lf-bottom .box-rosa:before {
  content: "";
  display: block;
  width: 115%;
  aspect-ratio: 638/167;
  position: absolute;
  top: -1vw;
  left: -7.5%;
  background-image: url("../img/sobre-box-rosa.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
@media screen and (max-width: 1099px) {
  .sobre-idec .lf-bottom .box-rosa {
    font-size: 16px;
    line-height: 1.4em;
  }
  .sobre-idec .lf-bottom .box-rosa:before {
    aspect-ratio: 450/150;
    background-size: cover;
    top: -4vw;
  }
}

.sobre-texto h2 {
  width: 59.7166666667vw;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2em;
}
@media screen and (max-width: 1099px) {
  .sobre-texto h2 {
    width: 100%;
  }
}

.biblioteca-topo {
  background-color: #000;
  color: #fff;
}
.biblioteca-topo .container {
  padding: var(--logo-h) var(--logo-pad);
  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;
}
.biblioteca-topo .coluna-texto {
  width: 44.575vw;
}
@media screen and (max-width: 1099px) {
  .biblioteca-topo .coluna-texto {
    width: 100%;
  }
}
.biblioteca-topo .coluna-texto h1 {
  color: var(--rosa);
  margin-bottom: 0.25em;
}
.biblioteca-topo .coluna-texto p {
  width: 23.3766666667vw;
}
@media screen and (max-width: 1099px) {
  .biblioteca-topo .coluna-texto p {
    width: 100%;
  }
}

.biblioteca-main .linha-busca {
  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-bottom: var(--logo-h);
}
.biblioteca-main .linha-busca .modulo-busca {
  width: 44.575vw;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .biblioteca-main .linha-busca .modulo-busca {
    width: 100%;
  }
}
.biblioteca-main .linha-busca .modulo-busca input {
  display: block;
  width: 100%;
  font-family: "alfabet", "Calibri", "Lucida Grande", sans-serif;
  height: 3em;
  line-height: 3em;
  border: none;
  border-bottom: 1px solid var(--rosa);
  color: #000;
  background-color: #fff;
  padding-left: 1em;
  border-radius: 0 !important;
}
.biblioteca-main .linha-busca .modulo-busca .lupa {
  font-family: "alfabet", "Calibri", "Lucida Grande", sans-serif;
  height: 3em;
  width: 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;
  pointer-events: none;
}
.biblioteca-main .linha-busca .modulo-busca .lupa img {
  display: block;
  height: 1.2em;
}
.biblioteca-main .linha-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;
  width: 74.8583333333vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 1099px) {
  .biblioteca-main .linha-tags {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .biblioteca-main .linha-tags .botao {
    font-size: 11px;
    padding: 0 0.6em;
  }
}
.biblioteca-main .linha-mostrando {
  text-align: center;
  margin-top: var(--logo-h);
}
.biblioteca-main .linha-mostrando strong {
  color: var(--rosa);
}
.biblioteca-main .linha-nada {
  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;
  margin-top: var(--logo-h);
  gap: 1em;
  text-align: center;
}
.biblioteca-main .linha-nada img {
  display: block;
  width: 10.50625vw;
}
@media screen and (max-width: 1099px) {
  .biblioteca-main .linha-nada img {
    width: 43.5vw;
  }
}
.biblioteca-main .grid-biblioteca {
  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: var(--logo-h);
  margin-top: var(--pad-base);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1099px) {
  .biblioteca-main .grid-biblioteca {
    gap: 5em;
  }
}
.biblioteca-main .linha-mais {
  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);
}

.conteudo-capa {
  background-color: #000;
  color: #fff;
}
.conteudo-capa .container {
  padding: var(--logo-h) var(--logo-pad);
  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;
}
@media screen and (max-width: 1099px) {
  .conteudo-capa .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.conteudo-capa .coluna-texto {
  width: 44.575vw;
}
@media screen and (max-width: 1099px) {
  .conteudo-capa .coluna-texto {
    width: 100%;
  }
}
.conteudo-capa .coluna-texto h1 {
  color: var(--rosa);
  margin-bottom: 0.25em;
}
.conteudo-capa .coluna-texto .tags {
  margin-bottom: 0.5em;
}
.conteudo-capa .coluna-texto .tags span {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.2em 0.5em;
}
.conteudo-capa .coluna-texto .linha-arquivos {
  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;
  margin-top: 1.5em;
}
.conteudo-capa .coluna-capa {
  width: 44.575vw;
  height: 30vw;
  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;
}
.conteudo-capa .coluna-capa img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
}
@media screen and (max-width: 1099px) {
  .conteudo-capa .coluna-capa {
    width: 100%;
    height: 75vw;
    margin-bottom: 4em;
  }
  .conteudo-capa .coluna-capa img {
    -o-object-position: center;
       object-position: center;
  }
}

.conteudo-single-main .linha-arquivos {
  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);
  gap: 1em;
}
.conteudo-single-main .linha-descricao .descricao {
  width: 59.7166666667vw;
  margin: 0 auto;
}
.conteudo-single-main .linha-descricao .descricao > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 1099px) {
  .conteudo-single-main .linha-descricao .descricao {
    width: 100%;
  }
}

.conteudo-relacionados {
  padding-bottom: calc(var(--pad-base) * 2);
}
.conteudo-relacionados h2 {
  font-weight: 600;
  color: var(--rosa);
  margin-bottom: 3em;
}
.conteudo-relacionados .grid-biblioteca {
  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: var(--logo-h);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tipos-topo, .padrao-topo {
  background-color: #000;
  color: #fff;
}
.tipos-topo .container, .padrao-topo .container {
  padding: var(--logo-h) var(--logo-pad);
  padding-top: calc(var(--pad-base) * 2);
  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;
}
.tipos-topo .coluna-texto, .padrao-topo .coluna-texto {
  width: 67.2875vw;
}
@media screen and (max-width: 1099px) {
  .tipos-topo .coluna-texto, .padrao-topo .coluna-texto {
    width: 100%;
  }
}
.tipos-topo .coluna-texto h1, .padrao-topo .coluna-texto h1 {
  color: var(--rosa);
  margin-bottom: 0.25em;
}
.tipos-topo .coluna-texto h1 em, .padrao-topo .coluna-texto h1 em {
  display: block;
  font-weight: 300;
  font-style: italic;
}
.tipos-topo .coluna-texto p, .padrao-topo .coluna-texto p {
  width: 29.4333333333vw;
}
@media screen and (max-width: 1099px) {
  .tipos-topo .coluna-texto p, .padrao-topo .coluna-texto p {
    width: 100%;
  }
}

.tipos-todos {
  padding-bottom: calc(var(--pad-base) * 2);
}
@media screen and (max-width: 1099px) {
  .tipos-todos {
    padding-bottom: var(--pad-base);
  }
}
.tipos-todos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em 6vw;
}

.padrao-topo .container {
  padding-top: calc(var(--pad-base) * 4);
}
.padrao-topo .coluna-texto h1 {
  margin-bottom: 0;
}

.padrao-texto {
  padding-bottom: calc(var(--pad-base) * 2);
}
.padrao-texto .config-texto {
  width: 55.93125vw;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .padrao-texto .config-texto {
    width: 100%;
  }
}
.padrao-texto.reduzido .config-texto {
  width: 37.0041666667vw;
}
@media screen and (max-width: 1099px) {
  .padrao-texto.reduzido .config-texto {
    width: 100%;
  }
}

.config-texto {
  line-height: 1.5em;
}
.config-texto > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.oquee-topo {
  background-color: #000;
  color: #fff;
}
.oquee-topo .container {
  padding: var(--logo-h) var(--logo-pad);
  padding-top: calc(var(--pad-base) * 2);
  padding-bottom: 0;
  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;
}
@media screen and (max-width: 1099px) {
  .oquee-topo .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.oquee-topo .coluna-texto {
  width: 82.4291666667vw;
  padding-bottom: var(--logo-h);
}
@media screen and (max-width: 1099px) {
  .oquee-topo .coluna-texto {
    width: 100%;
  }
}
.oquee-topo .coluna-texto h1 {
  color: var(--rosa);
  margin-bottom: 0.25em;
}
.oquee-topo .coluna-texto h1 em {
  display: block;
  font-weight: 300;
  font-style: italic;
}
.oquee-topo .coluna-texto p {
  width: 29.4333333333vw;
}
@media screen and (max-width: 1099px) {
  .oquee-topo .coluna-texto p {
    width: 100%;
  }
}
.oquee-topo .coluna-arte {
  width: 52.1458333333vw;
}
.oquee-topo .coluna-arte img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .oquee-topo .coluna-arte {
    width: 100%;
  }
}
.oquee-topo .coluna-arte {
  width: 59.7166666667vw;
  aspect-ratio: 596/521;
  position: relative;
  overflow: hidden;
}
.oquee-topo .coluna-arte .base {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 25;
}
.oquee-topo .coluna-arte .olho {
  display: block;
  position: absolute;
  top: 6vw;
  right: 0;
  width: 22.7vw;
  aspect-ratio: 1200/504;
  background-color: #fff;
  z-index: 15;
  -webkit-mask-image: url("../img/olho-vetor.svg");
          mask-image: url("../img/olho-vetor.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: none;
          mask-repeat: none;
}
.oquee-topo .coluna-arte .centraliza-olho {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: 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;
}
.oquee-topo .coluna-arte .centraliza-olho .olho-anima {
  display: block;
  height: 100%;
  position: relative;
  z-index: 10;
  -webkit-transform: translate3d(0%, 0%, 0);
          transform: translate3d(0%, 0%, 0);
}
.oquee-topo .coluna-arte img {
  display: block;
  width: 40.7895833333vw;
}
@media screen and (max-width: 1099px) {
  .oquee-topo .coluna-arte img {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) {
  .oquee-topo .coluna-arte {
    width: 100%;
  }
  .oquee-topo .coluna-arte img {
    display: block;
    width: 100%;
  }
}

.apoie-capa {
  background-color: #000;
  color: #fff;
}
.apoie-capa .container {
  padding: var(--logo-h) var(--logo-pad);
  padding-top: var(--pad-base);
  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: 1099px) {
  .apoie-capa .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: 3em;
  }
}
.apoie-capa .coluna-texto {
  width: 44.575vw;
  position: sticky;
  left: 0;
  top: var(--logo-total);
}
.apoie-capa .coluna-texto h1 {
  color: var(--rosa);
  margin-bottom: 0.25em;
}
.apoie-capa .coluna-texto p {
  width: 29.4333333333vw;
}
@media screen and (max-width: 1099px) {
  .apoie-capa .coluna-texto p {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) {
  .apoie-capa .coluna-texto {
    width: 100%;
    position: static;
  }
}
.apoie-capa .coluna-formulario {
  width: 44.575vw;
}
.apoie-capa .coluna-formulario .box-formulario {
  width: 100%;
  padding: 3em;
  background-color: var(--rosa);
}
.apoie-capa .coluna-formulario .box-formulario > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 1099px) {
  .apoie-capa .coluna-formulario .box-formulario {
    padding: 1.5em;
  }
}
@media screen and (max-width: 1099px) {
  .apoie-capa .coluna-formulario {
    width: 100%;
  }
}
.apoie-capa .campo-input {
  width: 100%;
}
.apoie-capa .campo-input input {
  display: block;
  width: 100%;
  font-family: "alfabet", "Calibri", "Lucida Grande", sans-serif;
  height: 3em;
  line-height: 3em;
  border: none;
  border-bottom: 1px solid #000;
  color: #fff;
  background-color: transparent;
  padding-left: 1em;
  border-radius: 0 !important;
}
@media screen and (max-width: 1099px) {
  .apoie-capa .campo-input {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.apoie-capa .botoes .botao {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1099px) {
  .apoie-capa .botoes .botao {
    font-size: 13px;
  }
}

.apoie-frase {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.apoie-frase .container {
  width: 100%;
  height: 33vw;
  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;
  line-height: 1.2em;
  text-align: center;
}
.apoie-frase .container h2 {
  width: 63.5020833333vw;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .apoie-frase {
    background-size: contain;
  }
  .apoie-frase .container {
    height: auto;
    padding: 0 5vw;
    padding-top: 2em;
  }
  .apoie-frase .container h2 {
    width: 100%;
  }
}

.apoie-apresenta {
  padding-block: var(--pad-base);
}
.apoie-apresenta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .apoie-apresenta .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: 1.5em;
  }
}
.apoie-apresenta .coluna-balao {
  width: 40.7895833333vw;
  aspect-ratio: 521/228;
  background-image: url("../img/apoie-balao-amarelo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
  padding-left: 1em;
  padding-top: 3vw;
}
@media screen and (max-width: 1099px) {
  .apoie-apresenta .coluna-balao {
    width: 100%;
  }
}
.apoie-apresenta .coluna-balao.azul {
  aspect-ratio: 521/232;
  background-image: url("../img/apoie-balao-azul.svg");
}
.apoie-apresenta .coluna-balao.rosa {
  aspect-ratio: 503/218;
  background-image: url("../img/apoie-balao-rosa.svg");
}
.apoie-apresenta .coluna-explica {
  width: 44.575vw;
  padding-top: 3vw;
  padding-left: 2.9354166667vw;
  padding-right: 2.9354166667vw;
  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: 2em;
}
.apoie-apresenta .coluna-explica p {
  font-weight: 300;
  line-height: 140%;
}
.apoie-apresenta .coluna-explica ol {
  list-style-type: decimal;
  padding-left: 2em;
}
.apoie-apresenta .coluna-explica ol > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 1099px) {
  .apoie-apresenta .coluna-explica {
    width: 100%;
    padding: 0;
  }
}
.apoie-apresenta.versao-azul .coluna-balao {
  aspect-ratio: 521/232;
  background-image: url("../img/apoie-balao-azul.svg");
  color: #fff;
  padding-top: 7vw;
}
@media screen and (max-width: 1099px) {
  .apoie-apresenta.versao-azul .coluna-balao {
    padding-top: 12vw;
  }
}
.apoie-apresenta.versao-azul .coluna-explica {
  padding-top: 7vw;
}
.apoie-apresenta.versao-rosa .coluna-balao {
  aspect-ratio: 503/218;
  background-image: url("../img/apoie-balao-rosa.svg");
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .apoie-apresenta.versao-rosa .coluna-balao {
    padding-top: 5vw;
  }
}
.apoie-luta {
  padding-bottom: calc(var(--pad-base) * 2);
}
.apoie-luta h2 {
  text-align: center;
  color: var(--rosa);
  margin-bottom: 1.5em;
}
.apoie-luta .lista-apoiadores {
  font-weight: 500;
  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: 1.5em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.apoie-luta .lista-apoiadores p {
  text-align: center;
  width: 33%;
}
@media screen and (max-width: 1099px) {
  .apoie-luta .lista-apoiadores {
    font-size: 16px;
  }
}
.apoie-luta .mais-apoiar {
  margin-top: var(--pad-base);
  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;
}

.marquee p img {
  display: inline-block;
  vertical-align: middle;
  height: 1.2em;
  margin-right: 1.5em;
  margin-left: 1.5em;
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
.wrapper-banner {
  max-width: 100%;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: var(--pad-base);
}

.banner-equipe {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.banner-equipe .grupo-banner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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.85vw;
  padding: 0.85vw 0.425vw;
}
.banner-equipe .grupo-banner img {
  display: block;
  width: 20vw;
}
@media screen and (max-width: 1099px) {
  .banner-equipe .grupo-banner img {
    width: 50vw;
  }
}