@charset "UTF-8";
.place-black ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-style: italic;
}
.place-black ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-style: italic;
}
.place-black :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-style: italic;
}
.place-black :-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-style: italic;
}

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

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: 6vw;
  padding-right: 5vw;
}
@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.5541666667vw;
}
@media screen and (max-width: 1099px) {
  .coluna-1 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.coluna-3half {
  width: 24.6395833333vw;
}
@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 *********/
.dest_200 {
  font-size: 200px;
  font-size: 20rem;
  font-size: clamp(10rem, 10.8695652174vw + -0.8695652174rem, 20rem);
  line-height: 1;
}

.dest_160 {
  font-size: 160px;
  font-size: 16rem;
  font-size: clamp(8rem, 8.6956521739vw + -0.6956521739rem, 16rem);
  line-height: 1;
}

.dest_140 {
  font-size: 140px;
  font-size: 14rem;
  font-size: clamp(7rem, 7.6086956522vw + -0.6086956522rem, 14rem);
  line-height: 1;
}

.dest_130 {
  font-size: 130px;
  font-size: 13rem;
  font-size: clamp(6.5rem, 7.0652173913vw + -0.5652173913rem, 13rem);
  line-height: 1;
}

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

.dest_100 {
  font-size: 100px;
  font-size: 10rem;
  font-size: clamp(4.8rem, 5.652173913vw + -0.852173913rem, 10rem);
  line-height: 1.2;
}

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

.dest_85 {
  font-size: 80px;
  font-size: 8rem;
  font-size: clamp(4.25rem, 4.6195652174vw + -0.3695652174rem, 8.5rem);
  line-height: 1.2;
}

.dest_80 {
  font-size: 80px;
  font-size: 8rem;
  font-size: clamp(4.05rem, 4.2934782609vw + -0.2434782609rem, 8rem);
  line-height: 1.2;
}
@media screen and (max-width: 1099px) {
  .dest_80 {
    font-size: 32px;
  }
}

.dest_75, .download-main .coluna-intro h1, .producoes-main h1, .projetos-main h1, .metodos-main .coluna-intro h1, .sobre-intro .coluna-texto h1, .home-abertura .coluna-texto .texto-topo h1 {
  font-size: 75px;
  font-size: 7.5rem;
  font-size: clamp(3.7rem, 4.1304347826vw + -0.4304347826rem, 7.5rem);
  line-height: 1.2;
}

.dest_70 {
  font-size: 70px;
  font-size: 7rem;
  font-size: clamp(3.6rem, 3.6956521739vw + -0.0956521739rem, 7rem);
  line-height: 1.2;
}

.dest_65 {
  font-size: 60px;
  font-size: 6rem;
  font-size: clamp(3.25rem, 3.5326086957vw + -0.2826086957rem, 6.5rem);
  line-height: 1.2;
}

.dest_60, .visu-panorama .pano-indicador .indicador .dado-main {
  font-size: 60px;
  font-size: 6rem;
  font-size: clamp(3rem, 3.2608695652vw + -0.2608695652rem, 6rem);
  line-height: 1.2;
}

.dest_58 {
  font-size: 58px;
  font-size: 5.8rem;
  font-size: clamp(2.9rem, 3.152173913vw + -0.252173913rem, 5.8rem);
  line-height: 1.2;
}

.dest_56 {
  font-size: 56px;
  font-size: 5.6rem;
  font-size: clamp(2.8rem, 3.0434782609vw + -0.2434782609rem, 5.6rem);
}

.dest_52 {
  font-size: 50px;
  font-size: 5rem;
  font-size: clamp(2.6rem, 2.8260869565vw + -0.2260869565rem, 5.2rem);
}

.dest_50, .home-sobre .coluna-texto .centraliza-texto h2, .home-projetos .coluna-info h2 {
  font-size: 50px;
  font-size: 5rem;
  font-size: clamp(2.5rem, 2.7173913043vw + -0.2173913043rem, 5rem);
}

.dest_48 {
  font-size: 48px;
  font-size: 4.8rem;
  font-size: clamp(2.4rem, 2.6086956522vw + -0.2086956522rem, 4.8rem);
}

.dest_46 {
  font-size: 46px;
  font-size: 4.6rem;
  font-size: clamp(2.3rem, 2.5vw + -0.2rem, 4.6rem);
}

.dest_44 {
  font-size: 44px;
  font-size: 4.4rem;
  font-size: clamp(2.2rem, 2.3913043478vw + -0.1913043478rem, 4.4rem);
}

.dest_42 {
  font-size: 42px;
  font-size: 4.2rem;
  font-size: clamp(2.1rem, 2.2826086957vw + -0.1826086957rem, 4.2rem);
}

.dest_40, .sobre-agradecimento h2, .visu-panorama .pano-indicador-multi .indi-dado .valor {
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(2.05rem, 2.1195652174vw + -0.0695652174rem, 4rem);
}

.dest_38 {
  font-size: 38px;
  font-size: 3.8rem;
  font-size: clamp(1.95rem, 2.0108695652vw + -0.0608695652rem, 3.8rem);
}

.dest_36 {
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(1.85rem, 1.902173913vw + -0.052173913rem, 3.6rem);
}

.dest_35 {
  font-size: 35px;
  font-size: 3.5rem;
  font-size: clamp(1.8rem, 1.847826087vw + -0.047826087rem, 3.5rem);
}

.dest_34 {
  font-size: 34px;
  font-size: 3.4rem;
  font-size: clamp(1.75rem, 1.7934782609vw + -0.0434782609rem, 3.4rem);
}

.dest_32, .metodos-main .modo-selecao .col-controles h2, .sobre-equipe h2, .indicadores-info .box-texto h2, .visu-panorama .pano-indicador .indicador .dado-main span, .visu .aviso-selecao-pendente {
  font-size: 32px;
  font-size: 3.2rem;
  font-size: clamp(1.7rem, 1.6304347826vw + 0.0695652174rem, 3.2rem);
}

.dest_30, .download-main .modo-selecao .col-controles h2, .metodos-main .modo-exibicao .titulo-indicador, .visu-panorama .pano-graf-linha .info .dado, .fundo-bg .card-loading i {
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(1.6rem, 1.5217391304vw + 0.0782608696rem, 3rem);
}

.txt_28 {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: clamp(1.5rem, 1.4130434783vw + 0.0869565217rem, 2.8rem);
}
@media screen and (max-width: 1099px) {
  .txt_28 {
    font-size: 17px;
  }
}

.txt_26 {
  font-size: 26px;
  font-size: 2.6rem;
  font-size: clamp(1.35rem, 1.3586956522vw + -0.0086956522rem, 2.6rem);
}
@media screen and (max-width: 1099px) {
  .txt_26 {
    font-size: 17px;
  }
}

.txt_25, .home-sobre .coluna-texto .centraliza-texto, .home-projetos .coluna-info .desc {
  font-size: 25px;
  font-size: 2.5rem;
  font-size: clamp(1.3rem, 1.3043478261vw + -0.0043478261rem, 2.5rem);
}
@media screen and (max-width: 1099px) {
  .txt_25, .home-sobre .coluna-texto .centraliza-texto, .home-projetos .coluna-info .desc {
    font-size: 16px;
  }
}

.txt_24, .tooltip-info .indicador-num .num, .visu-panorama .pano-graf-linha .info .dado .unit {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(1.25rem, 1.25vw + 0rem, 2.4rem);
}
@media screen and (max-width: 1099px) {
  .txt_24, .tooltip-info .indicador-num .num, .visu-panorama .pano-graf-linha .info .dado .unit {
    font-size: 16px;
  }
}

.txt_22 {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.15rem, 1.1413043478vw + 0.0086956522rem, 2.2rem);
}
@media screen and (max-width: 1099px) {
  .txt_22 {
    font-size: 15px;
  }
}

.txt_21 {
  font-size: 21px;
  font-size: 2.1rem;
  font-size: clamp(1.1rem, 1.0869565217vw + 0.0130434783rem, 2.1rem);
}
@media screen and (max-width: 1099px) {
  .txt_21 {
    font-size: 15px;
  }
}

.txt_20, .tooltip-info .indicador-num .num.menor, .download-main .modo-selecao .bloco-grupo .titulo-grupo h3, .producoes-main .card-producao .titulo, .metodos-main .modo-exibicao .conteudo-indicador, .metodos-main .modo-selecao .bloco-grupo .titulo-grupo h3, .sobre-equipe .card-equipe, .sobre-intro .coluna-texto p, .container-slideshow .seta, .indicadores-info .box-texto, .visu-panorama .pano-titulo, .section-footer .coluna-direita .links-site, .section-header .header-navegacao .menu-nav, .section {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.05rem, 1.0326086957vw + 0.0173913043rem, 2rem);
}
@media screen and (max-width: 1099px) {
  .txt_20, .tooltip-info .indicador-num .num.menor, .download-main .modo-selecao .bloco-grupo .titulo-grupo h3, .producoes-main .card-producao .titulo, .metodos-main .modo-exibicao .conteudo-indicador, .metodos-main .modo-selecao .bloco-grupo .titulo-grupo h3, .sobre-equipe .card-equipe, .sobre-intro .coluna-texto p, .container-slideshow .seta, .indicadores-info .box-texto, .visu-panorama .pano-titulo, .section-footer .coluna-direita .links-site, .section-header .header-navegacao .menu-nav, .section {
    font-size: 14px;
  }
}

.txt_19 {
  font-size: 19px;
  font-size: 1.9rem;
  font-size: clamp(1rem, 0.9782608696vw + 0.0217391304rem, 1.9rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_19 {
    font-size: 14px;
  }
}

.txt_18, .tooltip-info, .tooltip-mapa, .download-main .coluna-intro p, .botao, .producoes-main .intro, .projetos-main .intro, .metodos-main .modo-exibicao .conteudo-indicador .sc-avest, .metodos-main .coluna-intro p, .home-sobre .coluna-texto .acessar, .link-mais, .visu-dispersao table, .crumb.tabela span, .dado-quad span, .modulo-filtro .label-aviso .card-informacao .nome-indicador, .fundo-bg .card-loading, .home-abertura .box-controles .linha .bloco-input select, .home-abertura .box-controles .linha .bloco-input input, .home-abertura .box-controles .linha, .home-abertura .coluna-texto .texto-topo p {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(0.95rem, 0.9239130435vw + 0.0260869565rem, 1.8rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_18, .tooltip-info, .tooltip-mapa, .download-main .coluna-intro p, .botao, .producoes-main .intro, .projetos-main .intro, .metodos-main .modo-exibicao .conteudo-indicador .sc-avest, .metodos-main .coluna-intro p, .home-sobre .coluna-texto .acessar, .link-mais, .visu-dispersao table, .crumb.tabela span, .dado-quad span, .modulo-filtro .label-aviso .card-informacao .nome-indicador, .fundo-bg .card-loading, .home-abertura .box-controles .linha .bloco-input select, .home-abertura .box-controles .linha .bloco-input input, .home-abertura .box-controles .linha, .home-abertura .coluna-texto .texto-topo p {
    font-size: 14px;
  }
}

.txt_17 {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(0.9rem, 0.7608695652vw + 0.1391304348rem, 1.6rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_17 {
    font-size: 13px;
  }
}

.txt_16, .tooltip-info .texto-bloco, .tooltip-info .titulo-bold, .download-main .modo-selecao .bloco-grupo .item-indicador, .download-main .modo-selecao .bloco-grupo .titulo-grupo small, .metodos-main .modo-selecao .bloco-grupo .item-indicador, .card-projeto .link-mais, .visu-agrupamento h3, .visu-dispersao tr td.nome2, .visu-panorama .pano-graf-linha .graf-linha .dado-quad .hover, .crumb.tabela-m span, .modulo-filtro.w-aviso .aviso, .modulo-filtro .lista-itens, .modulo-filtro .campo-input .selecionado, .modulo-filtro .campo-input select, .modulo-filtro .campo-input input, .indicadores-navegacao, .aviso-atualizacao .controle-aviso, .section-footer .lf-bottom .meta, .section-footer .lf-bottom .uteis {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(0.875rem, 0.7880434783vw + 0.0869565217rem, 1.6rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_16, .tooltip-info .texto-bloco, .tooltip-info .titulo-bold, .download-main .modo-selecao .bloco-grupo .item-indicador, .download-main .modo-selecao .bloco-grupo .titulo-grupo small, .metodos-main .modo-selecao .bloco-grupo .item-indicador, .card-projeto .link-mais, .visu-agrupamento h3, .visu-dispersao tr td.nome2, .visu-panorama .pano-graf-linha .graf-linha .dado-quad .hover, .crumb.tabela-m span, .modulo-filtro.w-aviso .aviso, .modulo-filtro .lista-itens, .modulo-filtro .campo-input .selecionado, .modulo-filtro .campo-input select, .modulo-filtro .campo-input input, .indicadores-navegacao, .aviso-atualizacao .controle-aviso, .section-footer .lf-bottom .meta, .section-footer .lf-bottom .uteis {
    font-size: 12px;
  }
}

.txt_15, .download-main .modo-selecao .modulo-sel label, .producoes-main .card-producao .bottom, .producoes-main .card-producao .desc, .producoes-main .card-producao .classifica, .card-projeto .desc, .card-projeto .tag-novo, .visu-agrupamento .barra-porc-fixa, .visu-dispersao tr th, .visu-mapa .bloco-mapa .legenda .nums, .visu-panorama .grupo-numeros h4, .visu-panorama .pano-graf-linha .info h3, .visu-panorama .pano-indicador-multi .indi-dado span, .visu-panorama .pano-indicador .nome, .visu-panorama .pano-titulo .info .abre, .crumb, .controles-geral .ctl, .modulo-filtro .lista-comps, .modulo-filtro .campo-input .selecionado.big, .modulo-filtro .label-aviso .card-informacao, .modulo-filtro .label-aviso, .modulo-filtro label, .indicadores-filtros .controle-panorama a, .indicadores-filtros .controle-panorama span {
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(0.85rem, 0.7065217391vw + 0.1434782609rem, 1.5rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_15, .download-main .modo-selecao .modulo-sel label, .producoes-main .card-producao .bottom, .producoes-main .card-producao .desc, .producoes-main .card-producao .classifica, .card-projeto .desc, .card-projeto .tag-novo, .visu-agrupamento .barra-porc-fixa, .visu-dispersao tr th, .visu-mapa .bloco-mapa .legenda .nums, .visu-panorama .grupo-numeros h4, .visu-panorama .pano-graf-linha .info h3, .visu-panorama .pano-indicador-multi .indi-dado span, .visu-panorama .pano-indicador .nome, .visu-panorama .pano-titulo .info .abre, .crumb, .controles-geral .ctl, .modulo-filtro .lista-comps, .modulo-filtro .campo-input .selecionado.big, .modulo-filtro .label-aviso .card-informacao, .modulo-filtro .label-aviso, .modulo-filtro label, .indicadores-filtros .controle-panorama a, .indicadores-filtros .controle-panorama span {
    font-size: 12px;
  }
}

.txt_14, .metodos-main .modo-selecao .bloco-grupo .item-indicador small, .visu-mapa .pin-ranking, .visu-mapa .ranking-bloco .l, .modulo-filtro .lista-itens span .tipo, .modulo-filtro .campo-input .selecionado .tipo, .modulo-filtro .label-aviso .card-informacao .fonte, .modulo-filtro .label-aviso .card-aviso, .aviso-atualizacao .box-texto, .section-footer .coluna-esq .sociais a {
  font-size: 14px;
  font-size: 1.4rem;
  font-size: clamp(0.825rem, 0.625vw + 0.2rem, 1.4rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_14, .metodos-main .modo-selecao .bloco-grupo .item-indicador small, .visu-mapa .pin-ranking, .visu-mapa .ranking-bloco .l, .modulo-filtro .lista-itens span .tipo, .modulo-filtro .campo-input .selecionado .tipo, .modulo-filtro .label-aviso .card-informacao .fonte, .modulo-filtro .label-aviso .card-aviso, .aviso-atualizacao .box-texto, .section-footer .coluna-esq .sociais a {
    font-size: 11px;
  }
}

.txt_13, .tooltip-info .acessar:after, .tooltip-info .acessar span, .tooltip-info .indicador-num .nome, .tooltip-info .titulo-bold span, .visu-mapa .ranking-bloco .l.lvalor, .visu-panorama .pano-graf-linha .graf-linha, .crumb.tabela-m .quad, .crumb.tabela .quad, .dado-quad .quad {
  font-size: 13px;
  font-size: 1.3rem;
  font-size: clamp(0.825rem, 0.5163043478vw + 0.3086956522rem, 1.3rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_13, .tooltip-info .acessar:after, .tooltip-info .acessar span, .tooltip-info .indicador-num .nome, .tooltip-info .titulo-bold span, .visu-mapa .ranking-bloco .l.lvalor, .visu-panorama .pano-graf-linha .graf-linha, .crumb.tabela-m .quad, .crumb.tabela .quad, .dado-quad .quad {
    font-size: 10px;
  }
}

.txt_12, .visu-agrupamento .barra-porc .i-barra .dado, .modulo-filtro .label-aviso i {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: clamp(0.8rem, 0.4347826087vw + 0.3652173913rem, 1.2rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_12, .visu-agrupamento .barra-porc .i-barra .dado, .modulo-filtro .label-aviso i {
    font-size: 9px;
  }
}

.txt_11, .tooltip-info .indicador-num .nome span {
  font-size: 11px;
  font-size: 1.1rem;
  font-size: clamp(0.75rem, 0.3804347826vw + 0.3695652174rem, 1.1rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_11, .tooltip-info .indicador-num .nome span {
    font-size: 9px;
  }
}

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

.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: #000;
  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: "Source Sans 3", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: var(--azulesc);
  scroll-behavior: smooth;
  background-color: var(--fundobg);
}
@media screen and (max-width: 1099px) {
  html, body {
    font-weight: 400;
  }
}

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 {
  --fundoscroll: #cdcdcd;
  --fundobg: #ebebeb;
  --branco: #ffffff;
  --cinza: #D9D9D9;
  --amarelo: #FDC300;
  --amarelot: #FDC30033;
  --azul: #6FBAD8;
  --azuldark: #093C61;
  --azulc: #B4DFF0;
  --verde: #8AC15F;
  --verdec: #007668;
  --vermelho: #D83538;
  --laranja: #F39200;
  --laranja2: #EC6608;
  --vinho: #772452;
  --pad-side: 2.2vw;
  --pad-base: 5em;
  --pad-metade: calc(var(--pad-base)/2);
  --logo-pad: 0.7vw;
  --logo-h: 1.9vw;
  --header-h: calc(var(--logo-h) + var(--logo-pad)*2);
  --pad-local: 1em;
}
@media screen and (max-width: 1099px) {
  :root {
    --pad-base: 3em;
    --logo-pad: 20px;
    --logo-h: 40px;
    --pad-side: 4vw;
  }
}

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

.dist-topo {
  width: 100%;
  height: var(--header-h);
}
.dist-topo.home {
  height: 5.2vw;
}
@media screen and (max-width: 1099px) {
  .dist-topo.home {
    height: var(--header-h);
  }
}

.section-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--amarelo);
  color: #000;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.section-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.4041666667vw;
}
.section-header .header-logo {
  padding-block: var(--logo-pad);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section-header .header-logo .logo {
  display: block;
}
.section-header .header-logo .logo img {
  height: var(--logo-h);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
.section-header .header-logo .header-burger {
  display: none;
}
.section-header .header-navegacao {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2em;
}
@media screen and (max-width: 1099px) {
  .section-header .header-navegacao {
    padding-bottom: 2em;
  }
}
.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -1.1%;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  max-height: 0;
  white-space: nowrap;
}
.section-header .header-navegacao .menu-nav a.ativo {
  font-weight: bold;
}
.section-header .header-navegacao .menu-nav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1099px) {
  .section-header .header-navegacao .menu-nav {
    max-height: none;
  }
}
.section-header .header-navegacao .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;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1099px) {
  .section-header .header-navegacao .header-burger {
    display: none;
  }
}
.section-header.ontopo.header-home, .section-header.shownav {
  --logo-pad: 1.3vw;
  --logo-h: 2.6vw;
}
.section-header.ontopo.header-home .header-navegacao .menu-nav, .section-header.shownav .header-navegacao .menu-nav {
  max-height: 1.5em;
}
.section-header.ontopo.header-home .header-navegacao .header-burger, .section-header.shownav .header-navegacao .header-burger {
  opacity: 0;
}
@media screen and (max-width: 1099px) {
  .section-header.ontopo.header-home, .section-header.shownav {
    --logo-pad: 20px;
    --logo-h: 40px;
  }
  .section-header.ontopo.header-home .header-navegacao .menu-nav, .section-header.shownav .header-navegacao .menu-nav {
    max-height: none;
  }
  .section-header.ontopo.header-home .header-navegacao .header-burger, .section-header.shownav .header-navegacao .header-burger {
    display: none;
  }
}
@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;
    line-height: 1.2em;
  }
  .section-header.ativo .header-navegacao {
    display: block;
  }
}

.section-footer {
  position: relative;
  z-index: 10;
  background-color: var(--amarelo);
  color: #000;
  -webkit-box-shadow: 0 -2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 4px 0px rgba(0, 0, 0, 0.2);
}
.section-footer .coluna-esq .logo {
  display: block;
  margin-bottom: 2em;
}
.section-footer .coluna-esq .logo img {
  display: block;
  width: 17.6604166667vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-esq .logo img {
    width: 58.3333333333vw;
  }
}
.section-footer .coluna-esq .sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.section-footer .coluna-esq .sociais a {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: var(--amarelo);
  line-height: 2em;
}
.section-footer .coluna-esq .sociais a img {
  display: block;
  width: 1.4em;
}
.section-footer .coluna-esq .sociais a:hover {
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-esq {
    width: 100%;
    margin-bottom: var(--pad-base);
  }
}
.section-footer .coluna-direita {
  width: 36.1708333333vw;
  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) {
  .section-footer .coluna-direita {
    width: 100%;
  }
}
.section-footer .coluna-direita .links-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}
.section-footer .coluna-direita .links-site a:hover {
  color: #fff;
}
.section-footer .lf-bottom {
  font-weight: 600;
  margin-top: calc(var(--pad-base) / 2);
  padding-top: 2em;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1099px) {
  .section-footer .lf-bottom {
    padding-top: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1em;
  }
}

.home-abertura {
  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;
  height: calc(100dvh - 5.2vw);
  position: relative;
}
.home-abertura.espaco {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1099px) {
  .home-abertura.espaco {
    display: none;
  }
}
.home-abertura.fixado {
  width: 100%;
  position: fixed;
  top: 5.2vw;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1099px) {
  .home-abertura.fixado {
    position: static;
    top: auto;
    left: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 1099px) {
  .home-abertura {
    height: auto;
  }
}
.home-abertura .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-top: var(--pad-base);
  padding-bottom: var(--pad-metade);
}
@media screen and (max-width: 1099px) {
  .home-abertura .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;
    padding-top: 4em;
  }
}
.home-abertura .coluna-texto {
  width: 38.021875vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-aspect-ratio: 18/9) {
  .home-abertura .coluna-texto {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 1099px) {
  .home-abertura .coluna-texto {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.home-abertura .coluna-texto .texto-topo h1 {
  line-height: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.home-abertura .coluna-texto .texto-topo p {
  width: 30.6177083333vw;
}
@media screen and (max-width: 1099px) {
  .home-abertura .coluna-texto .texto-topo p {
    width: 100%;
  }
}
.home-abertura .box-controles {
  width: 36.1708333333vw;
  border: 2px solid #000;
  position: relative;
  z-index: 700;
}
@media screen and (max-width: 1099px) {
  .home-abertura .box-controles {
    width: 100%;
    border: none;
    margin-top: 2em;
  }
}
.home-abertura .box-controles .linha {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .home-abertura .box-controles .linha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home-abertura .box-controles .linha.linha-navegue {
  z-index: 55;
}
.home-abertura .box-controles .linha.linha-pesquisa {
  z-index: 60;
}
.home-abertura .box-controles .linha:first-of-type {
  border-bottom: none;
}
@media screen and (max-width: 1099px) {
  .home-abertura .box-controles .linha:first-of-type {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #000;
  }
}
.home-abertura .box-controles .linha .info {
  width: 42%;
  border-right: 1px solid #000;
  padding: 0.5em 1.5em;
  padding-right: 0.5em;
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .home-abertura .box-controles .linha .info {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    font-size: 11px;
  }
  .home-abertura .box-controles .linha .info br {
    display: none;
  }
}
.home-abertura .box-controles .linha .modulo-filtro {
  width: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1em;
}
.home-abertura .box-controles .linha .modulo-filtro .lista-itens {
  z-index: 100;
}
@media screen and (max-width: 1099px) {
  .home-abertura .box-controles .linha .modulo-filtro {
    width: 100%;
    padding: 0.5em 1em;
  }
}
.home-abertura .box-controles .linha .bloco-input {
  width: 50%;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-abertura .box-controles .linha .bloco-input .campo {
  width: 100%;
  position: relative;
}
.home-abertura .box-controles .linha .bloco-input .campo ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-style: italic;
}
.home-abertura .box-controles .linha .bloco-input .campo ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-style: italic;
}
.home-abertura .box-controles .linha .bloco-input .campo :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-style: italic;
}
.home-abertura .box-controles .linha .bloco-input .campo :-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-style: italic;
}
.home-abertura .box-controles .linha .bloco-input input {
  font-family: "Source Sans 3", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  width: 100%;
  line-height: 1.5em;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
}
.home-abertura .box-controles .linha .bloco-input select {
  font-family: "Source Sans 3", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  width: 100%;
  line-height: 1.5em;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  color: #000 !important;
}
.home-abertura .box-controles .linha .bloco-input img {
  display: block;
  width: 0.8em;
  height: calc(100% - 2px);
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}
.home-abertura .coluna-mapa {
  width: 47.2770833333vw;
  height: calc(100dvh - var(--header-h) - var(--pad-base) * 2);
  position: relative;
  top: -2vw;
}
.home-abertura .coluna-mapa .bloco-mapa {
  height: 100%;
  width: 41.7239583333vw;
}
.home-abertura .coluna-mapa img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .home-abertura .coluna-mapa {
    width: 100%;
    height: 100vw;
    top: 0;
  }
  .home-abertura .coluna-mapa .bloco-mapa {
    width: 100%;
  }
}

.aviso-atualizacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  bottom: var(--pad-metade);
  right: 0;
  pointer-events: none;
  height: 7.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
@media (max-aspect-ratio: 18/9) {
  .aviso-atualizacao {
    bottom: calc(var(--pad-metade) + 5vw);
  }
}
@media screen and (max-width: 1099px) {
  .aviso-atualizacao {
    display: none;
  }
}
.aviso-atualizacao .box-texto {
  height: 100%;
  padding: 1.6em;
  width: 17.6604166667vw;
  -webkit-transform: translate3d(125%, 0, 0);
          transform: translate3d(125%, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--azulc);
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1099px) {
  .aviso-atualizacao .box-texto {
    width: 88vw;
  }
}
.aviso-atualizacao .controle-aviso {
  width: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  background-color: var(--azulc);
  position: relative;
  z-index: 15;
  pointer-events: all;
}
.aviso-atualizacao .controle-aviso img {
  display: block;
  width: 1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1099px) {
  .aviso-atualizacao .controle-aviso {
    width: 6vw;
  }
}
.aviso-atualizacao.ativo .box-texto {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.aviso-atualizacao.ativo .controle-aviso img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ontopo .aviso-atualizacao {
  opacity: 1;
}

.fundo-bg {
  background-color: var(--fundobg);
  padding-top: calc(var(--pad-base) / 2);
  padding-bottom: var(--pad-base);
  position: relative;
}
.fundo-bg.nopt {
  padding-top: 0;
  padding-bottom: 0;
}
.fundo-bg.ovh {
  overflow: hidden;
}
.fundo-bg .loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90000;
  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;
  pointer-events: none;
}
.fundo-bg .card-loading {
  width: 21.3625vw;
  height: 10.25625vw;
  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;
  color: #000;
  background-color: var(--cinza);
  -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.4);
  pointer-events: all;
  font-weight: 500;
  gap: 1em;
  text-transform: uppercase;
  border-radius: 1em;
}
.indicadores-navegacao {
  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) {
  .indicadores-navegacao {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.indicadores-navegacao a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
  padding: 1em var(--pad-side);
  -webkit-box-shadow: 0 -2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.75em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 20%;
  background-color: var(--cinza);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}
.indicadores-navegacao a .check {
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.indicadores-navegacao a .check:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: transparent;
}
.indicadores-navegacao a span {
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.indicadores-navegacao a.ativo {
  background-color: var(--branco);
  z-index: 10;
}
.indicadores-navegacao a.ativo .check:before {
  background-color: #000;
}
.indicadores-navegacao a:hover .check:before {
  background-color: #000;
}
.indicadores-navegacao a.noclick {
  cursor: pointer;
  pointer-events: none;
}
.indicadores-navegacao a.linha-cheia {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.indicadores-navegacao a.linha-cheia:hover {
  background-color: var(--amarelo);
}
.indicadores-navegacao a.abre-nav-mobile {
  display: none;
}
@media screen and (max-width: 1099px) {
  .indicadores-navegacao a.abre-nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.5em var(--pad-side);
  }
}
@media screen and (max-width: 1099px) {
  .indicadores-navegacao a {
    display: none;
    width: auto;
    min-width: 43.5vw;
  }
  .indicadores-navegacao a.ativo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .indicadores-navegacao a.linha-cheia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.indicadores-navegacao.nav-mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.indicadores-navegacao.nav-mobile.ativo {
  max-height: 200vw;
}
.indicadores-navegacao.nav-mobile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 0px;
}
.indicadores-navegacao.nav-mobile a.ativo {
  display: none;
}
@media screen and (max-width: 1099px) {
  .indicadores-navegacao.nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.indicadores-filtros-bg {
  width: 100%;
  background-color: var(--cinza);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.indicadores-filtros {
  width: 100%;
  padding: 1em var(--pad-side);
  background-color: var(--branco);
  position: relative;
  z-index: 300;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  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) {
  .indicadores-filtros {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5em;
    border-top-left-radius: 0;
  }
}
.indicadores-filtros.nopad {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.indicadores-filtros.panorama {
  border-top-left-radius: 0;
}
.indicadores-filtros.agrupamento {
  border-top-right-radius: 0;
}
.indicadores-filtros .linha-filtros {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
@media screen and (max-width: 1099px) {
  .indicadores-filtros .linha-filtros {
    -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: 3vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.indicadores-filtros .linha-filtros .w-indicador {
  width: 25.0645833333vw;
}
@media screen and (max-width: 1099px) {
  .indicadores-filtros .linha-filtros .w-indicador {
    width: 100%;
  }
}
.indicadores-filtros .linha-filtros .w-localidade {
  width: 21.3625vw;
}
@media screen and (max-width: 1099px) {
  .indicadores-filtros .linha-filtros .w-localidade {
    width: 100%;
  }
}
.indicadores-filtros .linha-filtros .w-intermed {
  width: 13.9583333333vw;
}
@media screen and (max-width: 1099px) {
  .indicadores-filtros .linha-filtros .w-intermed {
    width: 100%;
  }
}
.indicadores-filtros .linha-filtros .w-comp {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.indicadores-filtros .linha-filtros .w-ano {
  width: 10.25625vw;
  z-index: 510;
}
@media screen and (max-width: 1099px) {
  .indicadores-filtros .linha-filtros .w-ano {
    width: 48%;
  }
}
.indicadores-filtros.tempo .linha-filtros {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.indicadores-filtros.dispersao {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.indicadores-filtros.dispersao .linha-filtros {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1099px) {
  .indicadores-filtros.dispersao .linha-botao.modo-dispersao {
    position: static;
  }
}
.indicadores-filtros .linha-botao {
  width: 17.6604166667vw;
}
@media screen and (max-width: 1099px) {
  .indicadores-filtros .linha-botao {
    width: 100%;
  }
}
.indicadores-filtros .controle-panorama {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1em;
}
@media screen and (max-width: 1099px) {
  .indicadores-filtros .controle-panorama {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.indicadores-filtros .controle-panorama span {
  line-height: 1.2em;
  margin-right: 1em;
}
.indicadores-filtros .controle-panorama a {
  display: block;
  line-height: 2em;
  border: 1px solid #000;
  padding: 0 0.5em;
}
.indicadores-filtros .controle-panorama a.ativo {
  font-weight: 600;
  background-color: var(--cinza);
}
@media screen and (max-width: 1099px) {
  .indicadores-filtros .controle-panorama a {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}

.modulo-filtro {
  width: 100%;
  position: relative;
  z-index: 500;
  -webkit-transition: z-index 0.4s;
  transition: z-index 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.modulo-filtro.zmenos {
  z-index: 480;
}
.modulo-filtro:focus-within, .modulo-filtro:hover {
  z-index: 5000;
  -webkit-transition: z-index 0.1s;
  transition: z-index 0.1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.modulo-filtro label {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
}
.modulo-filtro .label-aviso {
  line-height: 1em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2000;
}
.modulo-filtro .label-aviso i {
  color: var(--vermelho);
}
.modulo-filtro .label-aviso i.info {
  color: var(--azuldark);
}
.modulo-filtro .label-aviso .card-aviso {
  width: 21.3625vw;
  padding: 1.5em;
  position: absolute;
  top: 0;
  left: calc(100% + 1em);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 2000;
  display: none;
  border-left: 5px solid var(--vermelho);
}
.modulo-filtro .label-aviso .card-aviso strong {
  color: var(--vermelho);
}
@media screen and (max-width: 1099px) {
  .modulo-filtro .label-aviso .card-aviso {
    width: 73.1666666667vw;
  }
}
.modulo-filtro .label-aviso .card-informacao {
  width: 21.3625vw;
  padding: 1.5em;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 2000;
  display: none;
  border-left: 5px solid var(--vermelho);
  z-index: 2005;
}
@media screen and (max-width: 1099px) {
  .modulo-filtro .label-aviso .card-informacao {
    width: 73.1666666667vw;
  }
}
.modulo-filtro .label-aviso .card-informacao .nome-indicador {
  font-weight: bold;
  line-height: 1.2em;
}
.modulo-filtro .label-aviso .card-informacao .sobre {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 300;
  line-height: 1.5em;
}
.modulo-filtro .label-aviso .card-informacao .cuidado {
  margin-bottom: 1em;
  background-color: rgba(216, 53, 56, 0.2);
  padding: 0.75em 1.5em;
  font-weight: 300;
  position: relative;
  left: -1.5em;
  width: calc(100% + 1.5em);
}
.modulo-filtro .label-aviso .card-informacao .fonte {
  font-style: italic;
}
.modulo-filtro .label-aviso:hover .card-aviso, .modulo-filtro .label-aviso:hover .card-informacao {
  display: block;
}
.modulo-filtro .campo-input {
  width: 100%;
  position: relative;
}
.modulo-filtro .campo-input input {
  width: 100%;
  font-family: "Source Sans 3", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  line-height: 2em;
  height: 2em;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
}
.modulo-filtro .campo-input select {
  width: 100%;
  font-family: "Source Sans 3", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  line-height: 2em;
  height: 2em;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  color: #000 !important;
}
.modulo-filtro .campo-input .selecionado {
  width: 100%;
  line-height: 2em;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  pointer-events: none;
  height: calc(100% - 2px);
  overflow: hidden;
}
.modulo-filtro .campo-input .selecionado .tipo {
  display: inline;
  font-style: italic;
  padding: 0;
}
.modulo-filtro .campo-input .selecionado.big {
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.modulo-filtro .campo-input img {
  display: block;
  width: 0.8em;
  height: calc(100% - 2px);
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  pointer-events: none;
  cursor: pointer;
}
@media screen and (max-width: 1099px) {
  .modulo-filtro .campo-input img {
    width: 1em;
  }
}
.modulo-filtro .lista-itens {
  width: 100%;
  background-color: #fff;
  max-height: 18vw;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.modulo-filtro .lista-itens::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.modulo-filtro .lista-itens::-webkit-scrollbar-thumb {
  background: var(--amarelo);
}
.modulo-filtro .lista-itens::-webkit-scrollbar-track {
  background: var(--fundoscroll);
}
.modulo-filtro .lista-itens {
  scrollbar-face-color: var(--amarelo);
  scrollbar-track-color: var(--fundoscroll);
}
.modulo-filtro .lista-itens.menor {
  max-height: 12vw;
}
@media screen and (max-width: 1099px) {
  .modulo-filtro .lista-itens {
    max-height: 60vw;
  }
}
.modulo-filtro .lista-itens span {
  display: block;
  padding: 0.5em;
  line-height: 1.2em;
  cursor: pointer;
}
.modulo-filtro .lista-itens span .tipo {
  display: inline;
  font-style: italic;
  padding: 0;
}
.modulo-filtro .lista-itens span:hover {
  background-color: var(--amarelo);
  font-weight: 600;
}
.modulo-filtro.invertido .lista-itens {
  top: auto;
  bottom: 100%;
}
.modulo-filtro .lista-comps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  padding-top: 0.5em;
  z-index: 0;
  position: relative;
}
.modulo-filtro .lista-comps span {
  background-color: var(--fundobg);
  padding: 0.2em 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0.4em;
  cursor: pointer;
}
.modulo-filtro.inativo {
  opacity: 0.4;
  pointer-events: none;
}
.modulo-filtro.w-aviso label {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1099px) {
  .modulo-filtro.w-aviso label {
    display: none;
  }
}
.modulo-filtro.w-aviso a {
  text-decoration: underline;
}
@media screen and (max-width: 1099px) {
  .modulo-filtro.w-aviso .aviso strong {
    display: block;
  }
}

.mod-indicadores .modulo-filtro:nth-child(2) {
  margin-top: 0.75em;
}

.mod-localidade .modulo-filtro:nth-child(2) {
  margin-top: 0.75em;
}

.indicadores-thome {
  position: relative;
  z-index: 10;
  background-color: var(--fundobg);
}

.indicadores-controles.thome {
  margin-top: var(--pad-base);
  background-color: var(--fundobg);
}
@media screen and (max-width: 1099px) {
  .indicadores-controles.thome {
    margin-top: 0em;
  }
}
@media screen and (max-width: 1099px) {
  .indicadores-controles .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.indicadores-visualizacao {
  padding-bottom: 1.5em;
}
.indicadores-visualizacao.thome {
  background-color: var(--fundobg);
  padding-bottom: var(--pad-base);
}
@media screen and (max-width: 1099px) {
  .indicadores-visualizacao .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.indicadores-visualizacao .box-branco {
  width: 100%;
  border-radius: 1em;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: var(--branco);
  -webkit-box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.2);
  padding: var(--pad-side);
  padding-top: calc(var(--pad-side) / 2);
  padding-bottom: 0;
}

.controles-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1099px) {
  .controles-geral {
    -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;
  }
}
.controles-geral .ctl {
  width: 2.5em;
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #000;
  border-right: 0px solid #000;
  cursor: pointer;
}
.controles-geral .ctl img {
  display: block;
  height: 1em;
}
.controles-geral .ctl:last-of-type {
  border-right: 1px solid #000;
}
.controles-geral .ctl:hover {
  background-color: var(--cinza);
}
@media screen and (max-width: 1099px) {
  .controles-geral .ctl {
    width: 2em;
    height: 2em;
    border: 1px solid #000;
    border-bottom: none;
  }
  .controles-geral .ctl:last-of-type {
    border-bottom: 1px solid #000;
  }
}

.dado-quad {
  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.25em;
  line-height: 1em;
}
.dado-quad .quad {
  width: 1.8em;
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #000;
  background-color: var(--amarelo);
}
.dado-quad.pais .quad {
  background-color: var(--amarelo);
}
.dado-quad.uf .quad {
  background-color: var(--azul);
}
.dado-quad.macro .quad {
  background-color: var(--verde);
}
.dado-quad.regiao .quad {
  background-color: var(--vermelho);
}
.dado-quad.cidade .quad, .dado-quad.municipio .quad {
  background-color: var(--laranja);
}
.dado-quad.pais .hover {
  color: #000;
}
.dado-quad.uf .hover {
  color: var(--azul);
}
.dado-quad.macro .hover {
  color: var(--verde);
}
.dado-quad.regiao .hover {
  color: var(--vermelho);
}
.dado-quad.cidade .hover, .dado-quad.municipio .hover {
  color: var(--laranja);
}
.linha-info-basico {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: var(--pad-local);
  padding-bottom: var(--pad-local);
  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) {
  .linha-info-basico {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1em;
    --pad-local: 1.5em;
  }
}

.crumbs {
  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;
}
.crumbs.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
@media screen and (max-width: 1099px) {
  .crumbs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5em;
    letter-spacing: -0.03em;
  }
}

.crumb {
  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;
}
@media screen and (max-width: 1099px) {
  .crumb {
    gap: 0.25em;
  }
}
.crumb .quad {
  width: 1.8em;
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #000;
  background-color: var(--amarelo);
}
@media screen and (max-width: 1099px) {
  .crumb .quad {
    width: 1.7em;
    height: 1.7em;
    font-size: 9px;
  }
}
.crumb span {
  line-height: 1.2em;
}
.crumb.pais .quad {
  background-color: var(--amarelo);
}
.crumb.uf .quad {
  background-color: var(--azul);
}
.crumb.macro .quad {
  background-color: var(--verde);
}
.crumb.regiao .quad {
  background-color: var(--vermelho);
  color: #fff;
}
.crumb.cidade .quad, .crumb.municipio .quad {
  background-color: var(--laranja);
}
.crumb .remove {
  display: block;
  cursor: pointer;
}
.crumb .remove img {
  width: 1em;
  display: block;
}
.crumb.tabela .quad {
  width: 1.6em;
  height: 1.6em;
}
@media screen and (max-width: 1099px) {
  .crumb.tabela span {
    font-size: 11px;
  }
}
.crumb.tabela-m .quad {
  width: 1.6em;
  height: 1.6em;
}
.crumb.tabela-m span {
  font-weight: 500;
}
@media screen and (max-width: 1099px) {
  .crumb.tabela-m span {
    font-size: 11px;
  }
}

.visu {
  position: relative;
}
.visu .aviso-selecao-pendente {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  text-align: center;
  padding-bottom: 25%;
}
.visu .aviso-selecao-pendente strong {
  color: var(--laranja);
}
@media screen and (max-width: 1099px) {
  .visu .aviso-selecao-pendente {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 6em;
    width: calc(100% + 1.5em);
    left: -0.75em;
  }
}

.visu-panorama {
  --pad-local: 1em;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .visu-panorama {
    --pad-local: 1.25em;
  }
}
.visu-panorama .linha-colunas {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --cor-dest: var(--laranja);
}
@media screen and (max-width: 1099px) {
  .visu-panorama .linha-colunas {
    -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;
  }
}
.visu-panorama .linha-colunas .coluna-esq {
  width: 32%;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .linha-colunas .coluna-esq {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
  }
}
.visu-panorama .linha-colunas .coluna-centro {
  width: 32%;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .linha-colunas .coluna-centro {
    width: 100%;
  }
}
.visu-panorama .linha-colunas .coluna-dir {
  width: 36%;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .linha-colunas .coluna-dir {
    width: 100%;
    border-left: none;
    border-top: 1px solid #000;
  }
}
.visu-panorama .linha-colunas.regiao {
  --cor-dest: var(--vermelho);
}
.visu-panorama .pano-mapa {
  padding-top: calc(var(--pad-local) * 2);
  padding-bottom: var(--pad-local);
  padding-right: var(--pad-local);
}
.visu-panorama .pano-mapa .box-mapa {
  aspect-ratio: 16/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;
  overflow: hidden;
}
.visu-panorama .pano-mapa .box-mapa .maior-mapa {
  width: 100%;
  aspect-ratio: 14/9;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .pano-mapa {
    padding: var(--pad-local);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .visu-panorama .pano-mapa .box-mapa {
    aspect-ratio: 12/9;
  }
  .visu-panorama .pano-mapa .box-mapa .maior-mapa {
    aspect-ratio: 12/9;
  }
}
.visu-panorama .pano-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.visu-panorama .pano-titulo h3 {
  text-transform: uppercase;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .pano-titulo h3 {
    font-weight: bold;
  }
}
.visu-panorama .pano-titulo .info .abre {
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  cursor: pointer;
}
.visu-panorama .pano-titulo .info .abre img {
  display: block;
  height: 0.8em;
}
.visu-panorama .pano-indicador .nome {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1em;
}
.visu-panorama .pano-indicador .nome small {
  font-weight: 400;
}
.visu-panorama .pano-indicador .nome small.block {
  display: block;
}
.visu-panorama .pano-indicador .indicador {
  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;
}
.visu-panorama .pano-indicador .indicador img {
  display: block;
  width: 3.3vw;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .pano-indicador .indicador img {
    width: 12vw;
  }
}
.visu-panorama .pano-indicador .indicador .dado-main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.5em;
  letter-spacing: -0.03em;
  font-weight: bold;
  line-height: 1;
  color: var(--cor-dest);
}
.visu-panorama .pano-indicador .indicador .dado-main span {
  margin-left: 0.1em;
}
.visu-panorama .pano-indicador .indicador .dados-extra {
  width: 7.8vw;
}
.visu-panorama .pano-indicador .indicador .dados-extra > * + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .pano-indicador .indicador .dados-extra {
    width: 28vw;
  }
}
.visu-panorama .pano-indicador.bt {
  border-top: 1px solid #000;
}
.visu-panorama .pano-indicador.bb {
  border-bottom: 1px solid #000;
}
.visu-panorama .pano-indicador.pblock {
  padding-block: var(--pad-local);
}
.visu-panorama .pano-indicador.ultimo {
  padding-bottom: 2em;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .pano-indicador.ultimo {
    padding-bottom: var(--pad-local);
  }
}
.visu-panorama .pano-indicador-multi {
  padding-block: var(--pad-local);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .pano-indicador-multi {
    letter-spacing: -0.04em;
  }
}
.visu-panorama .pano-indicador-multi img {
  display: block;
  width: 3.3vw;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .pano-indicador-multi img {
    width: 11vw;
  }
}
.visu-panorama .pano-indicador-multi .indi-dado {
  width: 6.5vw;
}
.visu-panorama .pano-indicador-multi .indi-dado span {
  line-height: 1.2em;
}
.visu-panorama .pano-indicador-multi .indi-dado span strong {
  text-transform: uppercase;
  white-space: nowrap;
}
.visu-panorama .pano-indicador-multi .indi-dado span strong, .visu-panorama .pano-indicador-multi .indi-dado span small {
  display: block;
}
.visu-panorama .pano-indicador-multi .indi-dado .valor {
  color: var(--vermelho);
  font-weight: bold;
  line-height: 1.1em;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .pano-indicador-multi .indi-dado {
    width: 18vw;
  }
  .visu-panorama .pano-indicador-multi .indi-dado span {
    font-size: 10px;
  }
}
.visu-panorama .pano-indicador-multi .dados-extra > * + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.visu-panorama .pano-indicador-multi .dados-extra {
  width: 4vw;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .pano-indicador-multi .dados-extra {
    width: 15vw;
  }
}
.visu-panorama .box-graf-linhas {
  width: 100%;
  padding-inline: var(--pad-local);
  padding-top: calc(2 * var(--pad-local));
  padding-bottom: calc(2 * var(--pad-local));
}
.visu-panorama .box-graf-linhas > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.visu-panorama .box-graf-linhas {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .box-graf-linhas {
    padding: calc(var(--pad-local)) 0;
  }
}
.visu-panorama .box-centro-indicadores {
  width: 100%;
  padding-inline: var(--pad-local);
  padding-top: calc(2 * var(--pad-local));
}
@media screen and (max-width: 1099px) {
  .visu-panorama .box-centro-indicadores {
    padding: calc(var(--pad-local)) 0;
    padding-bottom: 0;
  }
}
.visu-panorama .box-dir-recursos {
  width: 100%;
  padding-inline: var(--pad-local);
  padding-top: calc(2 * var(--pad-local));
  padding-bottom: calc(2 * var(--pad-local));
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .box-dir-recursos {
    padding: calc(var(--pad-local)) 0;
    padding-bottom: 0;
  }
}
.visu-panorama .box-dir-despesas {
  width: 100%;
  padding-inline: var(--pad-local);
  padding-top: calc(2 * var(--pad-local));
}
@media screen and (max-width: 1099px) {
  .visu-panorama .box-dir-despesas {
    padding: calc(var(--pad-local)) 0;
  }
}
.visu-panorama .box-dir-despesas .pano-titulo {
  margin-bottom: 1em;
}
.visu-panorama .box-dir-despesas .flex-despesas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .box-dir-despesas .flex-despesas {
    -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;
  }
}
.visu-panorama .box-dir-despesas .flex-despesas .col-numeros {
  width: 8.035vw;
}
.visu-panorama .box-dir-despesas .flex-despesas .col-numeros > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .box-dir-despesas .flex-despesas .col-numeros {
    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;
  }
  .visu-panorama .box-dir-despesas .flex-despesas .col-numeros > * + * {
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
  }
  .visu-panorama .box-dir-despesas .flex-despesas .col-numeros {
    margin-bottom: 1em;
  }
  .visu-panorama .box-dir-despesas .flex-despesas .col-numeros .grupo-numeros {
    width: 48%;
  }
}
.visu-panorama .box-dir-despesas .flex-despesas .col-grafico {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 16vw;
  margin-bottom: -1vw;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .box-dir-despesas .flex-despesas .col-grafico {
    margin-bottom: 0;
    height: 50vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.visu-panorama .pano-graf-linha .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
  max-width: 23.2135416667vw;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .pano-graf-linha .info {
    width: calc(100% - 1.5em);
    max-width: none;
  }
}
.visu-panorama .pano-graf-linha .info h3 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
}
.visu-panorama .pano-graf-linha .info .dado {
  font-weight: bold;
  color: var(--cor-dest);
  line-height: 1em;
  letter-spacing: -0.03em;
}
.visu-panorama .pano-graf-linha .info .dado .unit {
  margin-left: 0.1em;
}
.visu-panorama .pano-graf-linha .graf-linha {
  max-width: 23.2135416667vw;
  height: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .visu-panorama .pano-graf-linha .graf-linha {
    width: calc(100% - 1.5em);
    max-width: none;
  }
}
.visu-panorama .pano-graf-linha .graf-linha .base {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: relative;
  z-index: 3;
}
.visu-panorama .pano-graf-linha .graf-linha .base:before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  top: -4px;
  left: 0;
  background-color: #000;
}
.visu-panorama .pano-graf-linha .graf-linha .base:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  top: -4px;
  right: 0;
  background-color: #000;
}
.visu-panorama .pano-graf-linha .graf-linha .dado-quad {
  position: absolute;
  top: 0;
  -webkit-transform: translateX(calc(-0.9em + 2px));
          transform: translateX(calc(-0.9em + 2px));
  left: 90%;
  z-index: 4;
  cursor: pointer;
}
.visu-panorama .pano-graf-linha .graf-linha .dado-quad.cidade, .visu-panorama .pano-graf-linha .graf-linha .dado-quad.municipio {
  left: 50%;
  z-index: 6;
}
.visu-panorama .pano-graf-linha .graf-linha .dado-quad.uf {
  left: 75%;
}
.visu-panorama .pano-graf-linha .graf-linha .dado-quad .hover {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #fff;
  padding-left: 0;
  padding-bottom: 0.3em;
  font-weight: bold;
  display: none;
}
.visu-panorama .pano-graf-linha .graf-linha .dado-quad:hover {
  z-index: 10;
}
.visu-panorama .pano-graf-linha .graf-linha .dado-quad:hover .hover {
  display: block;
}
.visu-panorama .pano-graf-linha .graf-linha .linha-muni {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.8em;
  width: 50%;
  z-index: 1;
  background-color: var(--cor-dest);
  opacity: 0.2;
}
.visu-panorama .grupo-numeros h4 {
  text-transform: uppercase;
  line-height: 1.2em;
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.visu-panorama .grupo-numeros .dados-extra > * + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.visu-panorama.regiao {
  --cor-dest: var(--vermelho);
}

.indicadores-info {
  padding-top: calc(var(--pad-base) / 2);
}
.indicadores-info .box-texto {
  width: 100%;
  padding: 0 var(--pad-side);
}
.indicadores-info .box-texto h2 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.indicadores-info .box-texto .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}

.visu-mapa {
  padding-bottom: calc(var(--pad-local) * 2);
}
.visu-mapa .flex-mapa {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.visu-mapa .flex-mapa h3 {
  text-transform: uppercase;
}
@media screen and (max-width: 1099px) {
  .visu-mapa .flex-mapa {
    -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;
  }
}
.visu-mapa .coluna-ranking {
  width: 25.0645833333vw;
  padding-right: var(--pad-local);
  padding-top: calc(2 * var(--pad-local));
  padding-bottom: calc(2 * var(--pad-local));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
@media screen and (max-width: 1099px) {
  .visu-mapa .coluna-ranking {
    width: 100%;
    height: 120vw;
  }
}
.visu-mapa .ranking-bloco {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.visu-mapa .ranking-bloco .l {
  width: 100%;
  height: 0;
  border-top: 1px dashed #000;
  position: absolute;
  top: 0;
  left: 0;
}
.visu-mapa .ranking-bloco .l.lmeio {
  top: 50%;
}
.visu-mapa .ranking-bloco .l.lmin {
  top: 100%;
}
.visu-mapa .ranking-bloco .l.lvalor {
  top: auto;
  text-align: right;
  font-style: italic;
}
.visu-mapa .ranking-bloco:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
}
.visu-mapa .pin-ranking {
  display: block;
  position: absolute;
  left: calc(50% - 0.6em);
  -webkit-transform: translateY(0.6em);
          transform: translateY(0.6em);
  z-index: 3;
}
.visu-mapa .pin-ranking .quad {
  width: 1.2em;
  height: 1.2em;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #fff;
}
.visu-mapa .pin-ranking .tooltip-info {
  position: absolute;
  top: 0;
  left: calc(100% + 0.2em);
  display: none;
}
.visu-mapa .pin-ranking .legenda-float {
  position: absolute;
  top: 0;
  left: calc(100% + 0.2em);
  white-space: nowrap;
}
.visu-mapa .pin-ranking:hover {
  z-index: 4;
  background-color: var(--amarelo);
}
.visu-mapa .pin-ranking:hover .quad {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  border: 1px solid #000;
}
.visu-mapa .pin-ranking:hover .legenda-float {
  display: none;
}
.visu-mapa .pin-ranking:hover .tooltip-info {
  display: block;
  width: 10.25625vw;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2) !important;
}
.visu-mapa .coluna-mapa {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: var(--pad-local);
  padding-top: calc(2 * var(--pad-local));
  padding-bottom: calc(2 * var(--pad-local));
  border-left: 1px solid #000;
}
@media screen and (max-width: 1099px) {
  .visu-mapa .coluna-mapa {
    padding: calc(2 * var(--pad-local)) 0;
    border-left: none;
  }
}
.visu-mapa .bloco-mapa {
  width: 100%;
  height: calc(100dvh - var(--header-h) - 20vw);
  position: relative;
}
@media screen and (max-width: 1099px) {
  .visu-mapa .bloco-mapa {
    height: 110vw;
  }
}
.visu-mapa .bloco-mapa .legenda {
  width: 21.3625vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1099px) {
  .visu-mapa .bloco-mapa .legenda {
    width: 100%;
    bottom: -1em;
  }
}
.visu-mapa .bloco-mapa .legenda .nums {
  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;
}
.visu-mapa .bloco-mapa .legenda .nums .min {
  width: 3em;
  text-align: left;
}
.visu-mapa .bloco-mapa .legenda .nums .meio {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.visu-mapa .bloco-mapa .legenda .nums .max {
  width: 3em;
  text-align: right;
}
.visu-mapa .bloco-mapa .legenda .gradiente {
  width: 100%;
  height: 1.25em;
}
.visu-mapa .controles-geral {
  position: absolute;
  top: 1em;
  right: 0;
}
@media screen and (max-width: 1099px) {
  .visu-mapa .controles-geral {
    top: calc(var(--pad-local) * 2);
  }
}

.visu-tempo {
  padding-bottom: calc(var(--pad-local) * 2);
}
.visu-tempo .flex-mapa {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.visu-tempo .flex-mapa h3 {
  text-transform: uppercase;
}
.visu-tempo .coluna-mapa {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: var(--pad-local);
  padding-top: calc(2 * var(--pad-local));
  padding-bottom: calc(2 * var(--pad-local));
  border-left: 1px solid #000;
}
.visu-tempo .bloco-tempo {
  width: 100%;
  height: calc(100dvh - var(--header-h) - 17vw);
  position: relative;
  padding-top: var(--pad-local);
}
.visu-tempo .aviso-scroll-mobile {
  display: none;
}
@media screen and (max-width: 1099px) {
  .visu-tempo .aviso-scroll-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;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 12px;
    gap: 0.75em;
  }
  .visu-tempo .aviso-scroll-mobile img {
    display: block;
    height: 1.5em;
  }
}
@media screen and (max-width: 1099px) {
  .visu-tempo .scroll-tempo {
    width: 100%;
    height: 100vw;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .visu-tempo .scroll-tempo::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .visu-tempo .scroll-tempo::-webkit-scrollbar-thumb {
    background: var(--amarelo);
  }
  .visu-tempo .scroll-tempo::-webkit-scrollbar-track {
    background: var(--fundoscroll);
  }
  .visu-tempo .scroll-tempo {
    scrollbar-face-color: var(--amarelo);
    scrollbar-track-color: var(--fundoscroll);
  }
  .visu-tempo .scroll-tempo {
    padding-bottom: 1.5em;
  }
  .visu-tempo .scroll-tempo .bloco-tempo {
    width: 300vw;
    height: 100%;
  }
}

.visu-dispersao {
  padding-bottom: calc(var(--pad-local) * 2);
}
.visu-dispersao .bloco-grafico {
  width: 100%;
  height: calc(100dvh - var(--header-h) - 15vw);
  position: relative;
  padding-top: var(--pad-local);
}
@media screen and (max-width: 1099px) {
  .visu-dispersao .bloco-grafico {
    height: 70dvh;
  }
}
.visu-dispersao .dispersao-tabela {
  width: 100%;
  border-top: 2px solid #000;
  height: calc(100dvh - var(--header-h) - 15vw);
  overflow: auto;
}
.visu-dispersao .dispersao-tabela::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.visu-dispersao .dispersao-tabela::-webkit-scrollbar-thumb {
  background: var(--amarelo);
}
.visu-dispersao .dispersao-tabela::-webkit-scrollbar-track {
  background: var(--fundoscroll);
}
.visu-dispersao .dispersao-tabela {
  scrollbar-face-color: var(--amarelo);
  scrollbar-track-color: var(--fundoscroll);
}
@media screen and (max-width: 1099px) {
  .visu-dispersao .dispersao-tabela {
    height: 70dvh;
  }
}
.visu-dispersao table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.visu-dispersao tr {
  border-bottom: 1px solid #8D8D8D;
  background-color: #fff;
}
.visu-dispersao tr.theading {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  border-bottom: none;
}
.visu-dispersao tr th {
  background-color: #f2f2f2;
  padding: 0.7em 1em;
  border-bottom: 4px solid #8D8D8D;
  text-align: left;
  vertical-align: middle;
  z-index: 20;
  position: relative;
}
.visu-dispersao tr th.t-nome {
  background-color: #f2f2f2;
}
@media screen and (max-width: 1099px) {
  .visu-dispersao tr th {
    padding: 0.5em 0;
  }
}
.visu-dispersao tr td {
  padding: 0.7em 1em;
  vertical-align: middle;
  background-color: #fff;
}
.visu-dispersao tr td:nth-child(even) {
  background-color: #f0f0f0;
}
.visu-dispersao tr td.nome {
  font-weight: bold;
}
.visu-dispersao tr td.nome2 {
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .visu-dispersao tr td {
    padding: 0.75em 0;
    font-size: 11px;
    text-align: center;
  }
  .visu-dispersao tr td .crumb {
    text-align: left;
  }
}
.visu-dispersao tr:hover td {
  background-color: rgba(253, 195, 0, 0.2);
}
.visu-dispersao tr:hover td:nth-child(even) {
  background-color: rgba(253, 195, 0, 0.2);
}

.visu-agrupamento {
  padding-bottom: calc(var(--pad-local) * 2);
}
.visu-agrupamento .titulo-linha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #000;
  padding-top: 0.5em;
}
@media screen and (max-width: 1099px) {
  .visu-agrupamento .titulo-linha {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .visu-agrupamento .titulo-linha .controles-geral {
    display: none;
  }
}
.visu-agrupamento h3 {
  text-transform: uppercase;
}
.visu-agrupamento .bloco-grafico {
  width: 100%;
  height: 28vw;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .visu-agrupamento .bloco-grafico {
    height: 100vw;
  }
}
.visu-agrupamento .linha-barra {
  border-top: 2px solid #000;
  padding-top: 0.5em;
  margin-top: 1em;
}
.visu-agrupamento .linha-barra h3 {
  margin-bottom: 0.5em;
}
.visu-agrupamento .barra-porc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visu-agrupamento .barra-porc:hover .i-barra {
  opacity: 0.2;
}
.visu-agrupamento .barra-porc .i-barra {
  height: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 2px solid #fff;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .visu-agrupamento .barra-porc .i-barra {
    height: 7.5vw;
  }
}
.visu-agrupamento .barra-porc .i-barra .dado {
  font-weight: bold;
  color: #fff;
}
.visu-agrupamento .barra-porc .i-barra:last-of-type {
  border-right: none;
}
.visu-agrupamento .barra-porc .i-barra .tooltip-info {
  position: absolute;
  bottom: calc(100% + 0.5em);
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  background-color: #fff;
  border: 1px solid #000;
}
.visu-agrupamento .barra-porc .i-barra .tooltip-info.esquerda {
  right: auto;
  left: 0;
}
.visu-agrupamento .barra-porc .i-barra .tooltip-info .texto-flex.topo {
  white-space: nowrap;
}
@media screen and (max-width: 1099px) {
  .visu-agrupamento .barra-porc .i-barra .tooltip-info .texto-bloco {
    width: 100%;
  }
  .visu-agrupamento .barra-porc .i-barra .tooltip-info .texto-flex {
    width: 100%;
  }
}
.visu-agrupamento .barra-porc .i-barra:hover {
  opacity: 1;
}
.visu-agrupamento .barra-porc .i-barra:hover .tooltip-info {
  display: block;
}
.visu-agrupamento .barra-porc-fixa {
  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;
  border-top: 1px solid #000;
  padding-top: 0.25em;
  margin-top: 0.5em;
}
.visu-agrupamento .barra-porc-fixa span {
  text-align: center;
  width: 1px;
  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;
}
.visu-agrupamento .barra-porc-fixa span.od {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099px) {
  .visu-agrupamento .barra-porc-fixa span.od {
    display: none;
  }
}
.visu-agrupamento .barra-porc-fixa span.om {
  display: none;
}
@media screen and (max-width: 1099px) {
  .visu-agrupamento .barra-porc-fixa span.om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.visu-agrupamento .barra-porc-fixa span:first-of-type {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.visu-agrupamento .barra-porc-fixa span:last-of-type {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-projetos {
  padding-top: var(--pad-base);
  padding-bottom: var(--pad-metade);
  background-color: var(--verdec);
  position: relative;
  z-index: 10;
}
.home-projetos .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) {
  .home-projetos .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;
  }
}
.home-projetos .coluna-info {
  width: 19.5114583333vw;
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .home-projetos .coluna-info {
    width: 100%;
  }
}
.home-projetos .coluna-info h2 {
  line-height: 1.2;
  text-transform: uppercase;
}
.home-projetos .coluna-info .desc {
  padding-block: 1em;
}
.home-projetos .coluna-cards {
  width: 60.234375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.85vw;
}
.home-projetos .container-slideshow {
  width: 60.234375vw;
  position: relative;
}
.home-projetos .container-slideshow .slideshow-tres-slides {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1099px) {
  .home-projetos .container-slideshow {
    width: 100%;
  }
}

.container-slideshow {
  position: relative;
}
.container-slideshow .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.container-slideshow .item-slide {
  padding: 0.25em 0;
}
.container-slideshow .slick-slide {
  height: inherit !important;
}
.container-slideshow .slick-slide .card-projeto {
  height: 100%;
}
.container-slideshow .slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.container-slideshow .controles {
  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: 1.5em;
  margin-top: 2em;
}
.container-slideshow .seta {
  font-weight: bold;
  color: #fff;
}
.container-slideshow .seta img {
  display: block;
  height: 0.7em;
}
.container-slideshow .seta.a-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.container-slideshow .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}
@media screen and (max-width: 1099px) {
  .container-slideshow .slick-dots {
    gap: 0.5em;
  }
}
.container-slideshow .slick-dots button {
  text-indent: -9999px;
  display: block;
  width: 2.5em;
  height: 0.75em;
  background-color: #fff;
  opacity: 0.2;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1099px) {
  .container-slideshow .slick-dots button {
    width: 2em;
    height: 0.5em;
  }
}
.container-slideshow .slick-dots .slick-active button {
  opacity: 1;
}

.link-mais {
  border-bottom: 1px solid #fff;
}
.link-mais:hover {
  border-bottom: none;
}
.link-mais.noborder {
  border-bottom: none;
}

.card-projeto {
  --pad-cp: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 19.5114583333vw;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: var(--pad-cp);
  border-radius: 1em;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .card-projeto {
    width: 100%;
    --pad-cp: 1.5em;
  }
}
.card-projeto:hover {
  background-color: var(--amarelo);
}
.card-projeto .tag-novo {
  color: var(--verdec);
  border: 2px solid var(--verdec);
  padding: 1em 2em;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: var(--pad-cp);
  left: var(--pad-cp);
}
.card-projeto .capa {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1em;
  border: 1px solid var(--fundobg);
}
.card-projeto h3 {
  display: block;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding-top: 0.8em;
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .card-projeto h3 {
    padding-top: 1.5em;
  }
}
.card-projeto .desc {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 1em;
  margin-top: 0.8em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card-projeto .link-mais {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.home-sobre {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.home-sobre .container {
  padding: 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;
}
@media screen and (max-width: 1099px) {
  .home-sobre .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;
  }
}
.home-sobre .coluna-video {
  width: 50%;
}
.home-sobre .coluna-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1099px) {
  .home-sobre .coluna-video {
    width: 100%;
  }
}
.home-sobre .coluna-texto {
  width: 50%;
  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) {
  .home-sobre .coluna-texto {
    width: 100%;
  }
}
.home-sobre .coluna-texto .centraliza-texto {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 6.5541666667vw;
  padding-right: 12.5541666667vw;
}
@media screen and (max-width: 1099px) {
  .home-sobre .coluna-texto .centraliza-texto {
    padding: 1.5em 6vw;
  }
}
.home-sobre .coluna-texto .centraliza-texto h2 {
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.home-sobre .coluna-texto .centraliza-texto .desc strong {
  font-weight: 400;
  text-decoration: underline;
}
.home-sobre .coluna-texto .acessar {
  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: 100%;
  height: 4.25em;
  border-top: 2px solid #000;
  padding-left: 6.5541666667vw;
  font-weight: 600;
}
.home-sobre .coluna-texto .acessar:hover {
  background-color: var(--fundobg);
}

.sobre-intro {
  background-color: var(--laranja);
  color: #fff;
}
.sobre-intro .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) {
  .sobre-intro .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2em;
  }
}
.sobre-intro .coluna-texto {
  width: 41.7239583333vw;
}
.sobre-intro .coluna-texto h1 {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 1099px) {
  .sobre-intro .coluna-texto h1 {
    font-size: 30px;
  }
}
.sobre-intro .coluna-texto p {
  line-height: 1.4em;
  width: 36.91125vw;
  letter-spacing: -0.02em;
  margin-top: 0.5em;
}
@media screen and (max-width: 1099px) {
  .sobre-intro .coluna-texto p {
    width: 100%;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 1099px) {
  .sobre-intro .coluna-texto {
    width: 100%;
  }
}
.sobre-intro .coluna-ilustra {
  width: 41.7239583333vw;
}
.sobre-intro .coluna-ilustra img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .sobre-intro .coluna-ilustra {
    width: 100%;
  }
}

.sobre-equipe {
  background-color: var(--laranja);
  padding-bottom: var(--pad-base);
}
.sobre-equipe .box-branco {
  width: 100%;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: var(--pad-side);
  border-radius: 0.75em;
  padding-bottom: var(--pad-side);
}
@media screen and (max-width: 1099px) {
  .sobre-equipe .box-branco {
    width: 88vw;
    margin: 0 auto;
    padding-inline: 1.5em;
    padding-top: 3em;
  }
}
.sobre-equipe .alinha-cards {
  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;
}
.sobre-equipe .alinha-cards h2 {
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .sobre-equipe .alinha-cards {
    -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;
  }
}
.sobre-equipe h2 {
  margin-bottom: 1em;
  font-weight: 600;
}
.sobre-equipe .cards-equipe {
  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: 2.1116666667vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3em 6em;
  background-color: var(--laranja2);
  border-radius: 0.5em;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
  width: 73.1916666667vw;
}
@media screen and (max-width: 1099px) {
  .sobre-equipe .cards-equipe {
    -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;
    gap: 1em;
    padding: 1.5em;
    width: 100%;
  }
}
.sobre-equipe .card-equipe {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
}
@media screen and (max-width: 1099px) {
  .sobre-equipe .card-equipe {
    gap: 1em;
  }
}
.sobre-equipe .card-equipe img {
  display: block;
  width: 10.9966666667vw;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1099px) {
  .sobre-equipe .card-equipe img {
    width: 28.6666666667vw;
  }
}
.sobre-equipe .card-equipe .texto {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
.sobre-equipe .card-equipe h3 {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1099px) {
  .sobre-equipe .card-equipe h3 {
    padding-top: 0;
  }
}
@media screen and (max-width: 1099px) {
  .sobre-equipe .card-equipe {
    width: 100%;
  }
}

.sobre-agradecimento {
  width: 100%;
  background-color: var(--laranja);
  color: #fff;
  padding-bottom: var(--pad-base);
}
.sobre-agradecimento h2 {
  font-weight: bold;
  margin-bottom: 1em;
}
.sobre-agradecimento .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.sobre-agradecimento .desc {
  line-height: 1.5em;
  width: 73.1916666667vw;
}
@media screen and (max-width: 1099px) {
  .sobre-agradecimento .desc {
    width: 100%;
  }
}

.metodos-main {
  background-color: var(--vinho);
  padding-block: var(--pad-base);
}
.metodos-main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .metodos-main .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;
  }
}
.metodos-main .coluna-intro {
  color: #fff;
  width: 28.7666666667vw;
}
@media screen and (max-width: 1099px) {
  .metodos-main .coluna-intro {
    width: 100%;
  }
}
.metodos-main .coluna-intro h1 {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}
.metodos-main .coluna-intro p {
  width: 25.0645833333vw;
  margin-top: 1em;
}
@media screen and (max-width: 1099px) {
  .metodos-main .coluna-intro p {
    width: 100%;
  }
}
.metodos-main .coluna-principal {
  width: 55.4216666667vw;
  background-color: #fff;
  padding: 2.8520833333vw 2.1116666667vw;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0.75em;
}
@media screen and (max-width: 1099px) {
  .metodos-main .coluna-principal {
    width: 100%;
    padding: 1.5em;
  }
}
.metodos-main .modo-selecao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.1116666667vw;
}
@media screen and (max-width: 1099px) {
  .metodos-main .modo-selecao {
    -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;
  }
}
.metodos-main .modo-selecao .col-controles {
  width: 15.4391666667vw;
}
.metodos-main .modo-selecao .col-controles h2 {
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 1099px) {
  .metodos-main .modo-selecao .col-controles {
    width: 100%;
  }
}
.metodos-main .modo-selecao .modulo-sel {
  width: 100%;
  margin-bottom: 1em;
}
.metodos-main .modo-selecao .modulo-sel select {
  width: 100%;
  line-height: 2.4em;
  height: 2.4em;
  font-family: "Source Sans 3", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #000;
  color: #000 !important;
  border-radius: 0 !important;
}
.metodos-main .modo-selecao .modulo-busca {
  width: 100%;
  position: relative;
}
.metodos-main .modo-selecao .modulo-busca ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-style: italic;
}
.metodos-main .modo-selecao .modulo-busca ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-style: italic;
}
.metodos-main .modo-selecao .modulo-busca :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-style: italic;
}
.metodos-main .modo-selecao .modulo-busca :-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-style: italic;
}
.metodos-main .modo-selecao .modulo-busca input {
  width: 100%;
  line-height: 2.4em;
  height: 2.4em;
  font-family: "Source Sans 3", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
}
.metodos-main .modo-selecao .modulo-busca img {
  display: block;
  width: 0.75em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.metodos-main .modo-selecao .col-lista {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 32vw;
  overflow: auto;
  padding-right: 1em;
  padding-left: 2em;
  border-left: 2px solid #000;
}
@media screen and (max-width: 1099px) {
  .metodos-main .modo-selecao .col-lista {
    padding: 0;
    border-left: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 100vw;
  }
}
.metodos-main .modo-selecao .bloco-grupo .titulo-grupo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  padding-top: 0.25em;
}
.metodos-main .modo-selecao .bloco-grupo .titulo-grupo h3 {
  font-weight: 600;
}
.metodos-main .modo-selecao .bloco-grupo .titulo-grupo img {
  display: block;
  width: 0.6em;
}
.metodos-main .modo-selecao .bloco-grupo .lista-indicadores {
  padding-block: 0.5em;
}
.metodos-main .modo-selecao .bloco-grupo .item-indicador {
  cursor: pointer;
  padding-block: 0.5em;
}
.metodos-main .modo-selecao .bloco-grupo .item-indicador:hover {
  background-color: var(--fundobg);
}
.metodos-main .modo-selecao .bloco-grupo .item-indicador small {
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
  margin-left: 0.5em;
}
.metodos-main .modo-exibicao .voltar {
  display: block;
  width: 100%;
  font-weight: 600;
  line-height: 2.4em;
  border-bottom: 1px solid #000;
}
.metodos-main .modo-exibicao .titulo-indicador {
  font-weight: 700;
  padding-top: 0.5em;
  margin-bottom: 1em;
}
.metodos-main .modo-exibicao .conteudo-indicador > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.metodos-main .modo-exibicao .conteudo-indicador h2 {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
}
.metodos-main .modo-exibicao .conteudo-indicador a {
  text-decoration: underline;
}
.metodos-main .modo-exibicao .conteudo-indicador ol {
  list-style-type: decimal;
  padding-left: 1em;
}
.metodos-main .modo-exibicao .conteudo-indicador ol > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.metodos-main .modo-exibicao .conteudo-indicador ol ul {
  list-style-type: disc;
  padding-left: 1em;
}
.metodos-main .modo-exibicao .conteudo-indicador ol ul > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.metodos-main .modo-exibicao .conteudo-indicador ol img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 2em;
  margin-bottom: 1em;
}
.metodos-main .modo-exibicao .conteudo-indicador .alert {
  background-color: var(--fundobg);
  padding: 1em;
  margin-bottom: 1em;
}
.metodos-main .modo-exibicao .conteudo-indicador .sc-avest {
  margin-bottom: 1.25em;
}

.projetos-main {
  background-color: var(--verdec);
  padding-block: var(--pad-base);
  padding-bottom: calc(var(--pad-base) * 1.5);
}
.projetos-main h1 {
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}
.projetos-main .intro {
  width: 25.0645833333vw;
  margin-top: 0.5em;
  margin-bottom: var(--pad-metade);
  width: 17.6604166667vw;
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .projetos-main .intro {
    width: 100%;
  }
}
.projetos-main .grid-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.55vw;
}
.projetos-main .card-projeto {
  width: 27.4339166667vw;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .projetos-main .card-projeto {
    width: 100%;
  }
}

.producoes-main {
  background-color: var(--azuldark);
  padding-block: var(--pad-base);
  padding-bottom: calc(var(--pad-base) * 1.5);
}
.producoes-main h1 {
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}
.producoes-main .intro {
  width: 25.0645833333vw;
  margin-top: 0.5em;
  margin-bottom: var(--pad-base);
  width: 17.6604166667vw;
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .producoes-main .intro {
    width: 100%;
  }
}
.producoes-main .box-branco {
  background-color: #fff;
  padding: var(--pad-side);
  padding-bottom: calc(2 * var(--pad-side));
  -webkit-box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1em;
}
.producoes-main .box-branco .indicadores-filtros {
  border-bottom: 2px solid #000;
  padding-bottom: 2.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1099px) {
  .producoes-main .box-branco {
    padding: 1.5em;
  }
}
.producoes-main .grid-producoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.7vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1099px) {
  .producoes-main .grid-producoes {
    gap: 1.5em;
  }
}
.producoes-main .mais-noticias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 2em;
}
.producoes-main .mais-noticias .botao {
  cursor: pointer;
}
.producoes-main .card-producao {
  width: 40.6133333333vw;
  padding: 1.5em;
  background-color: #fff;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
@media screen and (max-width: 1099px) {
  .producoes-main .card-producao {
    width: 100%;
  }
}
.producoes-main .card-producao .lateral {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .producoes-main .card-producao .lateral {
    gap: 1em;
  }
}
.producoes-main .card-producao .thumb {
  width: 12.1072916667vw;
  aspect-ratio: 1/1.414;
  border: 1px solid var(--cinza);
}
@media screen and (max-width: 1099px) {
  .producoes-main .card-producao .thumb {
    display: none;
  }
}
.producoes-main .card-producao .topo {
  display: block;
}
.producoes-main .card-producao .classifica {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1em;
  gap: 0.5em;
}
.producoes-main .card-producao .classifica .tipo {
  font-weight: bold;
}
.producoes-main .card-producao .titulo {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}
.producoes-main .card-producao .desc {
  display: block;
  margin-top: 1.5em;
}
.producoes-main .card-producao .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #000;
  padding-top: 1em;
  width: 100%;
}
.producoes-main .card-producao .bottom .data {
  font-weight: 300;
}
.producoes-main .card-producao .bottom .acesse {
  font-weight: 600;
}
.producoes-main .card-producao:hover {
  background-color: var(--amarelo);
}
.botao {
  --fundo: #fff;
  --texto: #000;
  --borda: #000;
  width: 13.9583333333vw;
  border: 1px solid var(--borda);
  color: var(--texto);
  background-color: var(--fundo);
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1099px) {
  .botao {
    width: 58.3333333333vw;
  }
}
.botao:hover {
  background-color: var(--texto);
  color: var(--fundo);
  border-color: var(--texto);
}
.botao.amarelo {
  --fundo: var(--amarelo);
  --texto: #000;
  --borda: var(--amarelo);
}

.download-main {
  background-color: var(--laranja2);
  padding-block: var(--pad-base);
  height: calc(100dvh - var(--header-h));
}
@media screen and (max-width: 1099px) {
  .download-main {
    height: auto;
  }
}
.download-main .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;
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .download-main .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;
  }
}
.download-main .coluna-intro {
  color: #fff;
  width: 28.7666666667vw;
  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) {
  .download-main .coluna-intro {
    width: 100%;
  }
}
.download-main .coluna-intro h1 {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
}
.download-main .coluna-intro p {
  width: 21.3625vw;
  margin-top: 1em;
}
@media screen and (max-width: 1099px) {
  .download-main .coluna-intro p {
    width: 100%;
  }
}
.download-main .coluna-intro .botoes-extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
@media screen and (max-width: 1099px) {
  .download-main .coluna-intro .botoes-extras {
    width: 100%;
    margin-bottom: 1em;
    gap: 1em;
    margin-top: 2em;
  }
}
.download-main .coluna-principal {
  width: 59.8641666667vw;
  background-color: #fff;
  padding: 2.8520833333vw 2.1116666667vw;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0.75em;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .download-main .coluna-principal {
    width: 100%;
  }
}
.download-main .modo-selecao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.1116666667vw;
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .download-main .modo-selecao {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
}
.download-main .modo-selecao .col-controles {
  width: 15.4391666667vw;
  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: 100%;
}
.download-main .modo-selecao .col-controles h2 {
  font-weight: 500;
  margin-bottom: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 1099px) {
  .download-main .modo-selecao .col-controles {
    width: 100%;
    height: auto;
  }
}
.download-main .modo-selecao .modulo-sel {
  width: 100%;
  margin-bottom: 1.5em;
}
.download-main .modo-selecao .modulo-sel label {
  font-weight: bold;
  text-transform: uppercase;
}
.download-main .modo-selecao .modulo-sel select {
  width: 100%;
  line-height: 3em;
  height: 3em;
  font-family: "Source Sans 3", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #000;
  color: #000 !important;
  border-radius: 0 !important;
}
.download-main .modo-selecao .modulo-sel select option {
  text-transform: none;
}
.download-main .modo-selecao .modulo-busca {
  width: 100%;
  position: relative;
  margin-top: 3em;
}
.download-main .modo-selecao .modulo-busca input {
  width: 100%;
  line-height: 3em;
  height: 3em;
  font-family: "Source Sans 3", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
}
.download-main .modo-selecao .modulo-busca img {
  display: block;
  width: 0.75em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.download-main .modo-selecao .col-lista {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: auto;
  padding-right: 1em;
  padding-left: 2em;
  border-left: 2px solid #000;
}
@media screen and (max-width: 1099px) {
  .download-main .modo-selecao .col-lista {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 100vw;
  }
}
.download-main .modo-selecao .bloco-grupo .titulo-grupo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  padding-top: 0.25em;
  gap: 0.5em;
  cursor: pointer;
}
.download-main .modo-selecao .bloco-grupo .titulo-grupo h3 {
  font-weight: 600;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.download-main .modo-selecao .bloco-grupo .titulo-grupo img {
  display: block;
  width: 0.6em;
}
.download-main .modo-selecao .bloco-grupo .titulo-grupo small {
  width: 0.9em;
  height: 0.9em;
  border-radius: 100px;
  border: 1px solid #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.3em;
}
.download-main .modo-selecao .bloco-grupo .titulo-grupo small:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100px;
}
.download-main .modo-selecao .bloco-grupo .titulo-grupo:hover small:before {
  background-color: var(--azul);
}
.download-main .modo-selecao .bloco-grupo .titulo-grupo.sel {
  background-color: var(--fundobg);
}
.download-main .modo-selecao .bloco-grupo .titulo-grupo.sel small:before {
  background-color: var(--azuldark);
}
.download-main .modo-selecao .bloco-grupo .lista-indicadores {
  padding-block: 0.5em;
}
.download-main .modo-selecao .bloco-grupo .lista-indicadores > * + * {
  -webkit-margin-before: 0.2em;
          margin-block-start: 0.2em;
}
.download-main .modo-selecao .bloco-grupo .item-indicador {
  cursor: pointer;
  padding: 0.3em 0.3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.download-main .modo-selecao .bloco-grupo .item-indicador small {
  width: 0.9em;
  height: 0.9em;
  border-radius: 100px;
  border: 1px solid #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download-main .modo-selecao .bloco-grupo .item-indicador small:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100px;
}
.download-main .modo-selecao .bloco-grupo .item-indicador span {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.download-main .modo-selecao .bloco-grupo .item-indicador:hover small:before {
  background-color: var(--azul);
}
.download-main .modo-selecao .bloco-grupo .item-indicador.sel {
  background-color: var(--fundobg);
}
.download-main .modo-selecao .bloco-grupo .item-indicador.sel small:before {
  background-color: var(--azuldark);
}

.tooltip-mapa {
  padding: 0 !important;
  border: none;
  font-family: "Source Sans 3", "Calibri", "Lucida Grande", sans-serif !important;
  letter-spacing: -0.03em;
  border-radius: 0 !important;
  border-color: #000 !important;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  opacity: 0.9;
}

.tooltip-info {
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Source Sans 3", "Calibri", "Lucida Grande", sans-serif !important;
  letter-spacing: -0.03em;
  padding: 0 !important;
  color: #000;
  border-radius: 0 !important;
  --pad-mods: 0.6em 1em;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.tooltip-info > * + * {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.tooltip-info .titulo-bold {
  padding: var(--pad-mods);
  text-transform: uppercase;
  font-weight: 700;
}
.tooltip-info .titulo-bold.pb {
  padding-block: 1.25em;
}
.tooltip-info .titulo-bold span {
  font-weight: 400;
  text-transform: none;
}
.tooltip-info .texto-bloco {
  padding: var(--pad-mods);
  line-height: 1.3em;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: normal;
  text-transform: uppercase;
}
.tooltip-info .texto-bloco strong {
  font-weight: bold;
}
.tooltip-info .texto-bloco .texto-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  width: 100%;
}
.tooltip-info .texto-bloco .texto-flex.topo {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2666666667);
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 1099px) {
  .tooltip-info .texto-bloco {
    width: 58.3333333333vw;
  }
}
.tooltip-info .indicador-num {
  padding: var(--pad-mods);
}
.tooltip-info .indicador-num .nome {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 1099px) {
  .tooltip-info .indicador-num .nome {
    margin-bottom: 0;
    line-height: 1.3em;
  }
}
.tooltip-info .indicador-num .num {
  font-weight: bold;
}
@media screen and (max-width: 1099px) {
  .tooltip-info .indicador-num .num {
    line-height: 1.3em;
  }
}
.tooltip-info .acessar {
  padding: var(--pad-mods);
  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;
}
.tooltip-info .acessar span {
  text-transform: uppercase;
  display: block;
}
.tooltip-info .acessar:after {
  content: "";
  display: block;
  height: 1.5em;
  width: 12.5em;
  background-image: url("../img/seta-longa.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}

.iseta {
  position: relative;
  padding-right: 1.1em;
}
.iseta:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/ico-seta.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.iseta.branco:before {
  background-image: url("../img/ico-seta-branco.svg");
}
.iseta.inverte {
  padding-right: 0;
  padding-left: 1.1em;
}
.iseta.inverte:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: auto;
  left: 0;
}