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

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

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

strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

.section {
  width: 100%;
  height: auto;
}
.section.telacheia {
  width: 100%;
  height: 100vh;
}
.section .container {
  width: 100%;
  margin: 0 auto;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
}
@media screen and (max-width: 999px) {
  .section .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 999px) {
  .mobile-1 {
    width: 13.1666666667vw;
  }
}
@media screen and (max-width: 999px) {
  .mobile-2 {
    width: 27.3333333333vw;
  }
}
@media screen and (max-width: 999px) {
  .mobile-3 {
    width: 41.5vw;
  }
}
@media screen and (max-width: 999px) {
  .mobile-4 {
    width: 55.6666666667vw;
  }
}
@media screen and (max-width: 999px) {
  .mobile-5 {
    width: 69.8333333333vw;
  }
}
@media screen and (max-width: 999px) {
  .mobile-6 {
    width: 84vw;
  }
}
@media screen and (max-width: 999px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-1 {
    width: 10.375vw;
  }
}
@media screen and (max-width: 999px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-2 {
    width: 21.75vw;
  }
}
@media screen and (max-width: 999px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-3 {
    width: 33.125vw;
  }
}
@media screen and (max-width: 999px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-4 {
    width: 44.5vw;
  }
}
@media screen and (max-width: 999px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-5 {
    width: 55.875vw;
  }
}
@media screen and (max-width: 999px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-6 {
    width: 67.25vw;
  }
}
@media screen and (max-width: 999px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-7 {
    width: 78.625vw;
  }
}
@media screen and (max-width: 999px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-8 {
    width: 90vw;
  }
}
.mb1 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .mb1 {
    margin-bottom: 0.5rem;
  }
}

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

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

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

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

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

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

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

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

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

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

.mb12 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 999px) {
  .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: 999px) {
  .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: 999px) 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: 999px) {
  .simula-colunas .coluna-1 {
    width: 13.1666666667vw;
  }
}
@media screen and (max-width: 999px) 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: 999px) {
  .simula-colunas .gutter {
    width: 1vw;
  }
}
@media screen and (max-width: 999px) 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: 999px) {
  .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: 999px) {
  .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: 999px) {
  .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: 999px) {
  .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: 999px) {
  .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: 999px) {
  .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_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: 999px) {
  .dest_80 {
    font-size: 32px;
  }
}

.dest_72 {
  font-size: 72px;
  font-size: 7.2rem;
  font-size: clamp(3.7rem, 3.8043478261vw + -0.1043478261rem, 7.2rem);
  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 {
  font-size: 60px;
  font-size: 6rem;
  font-size: clamp(3.1rem, 3.152173913vw + -0.052173913rem, 6rem);
  line-height: 1.2;
}

.dest_58 {
  font-size: 58px;
  font-size: 5.8rem;
  font-size: clamp(3rem, 3.0434782609vw + -0.0434782609rem, 5.8rem);
  line-height: 1.2;
}

.dest_50 {
  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_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 {
  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, .modal.modal-tutorial h2, .modal .compartilhe a {
  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_32, .config-texto h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-size: clamp(1.7rem, 1.6304347826vw + 0.0695652174rem, 3.2rem);
}

.dest_30 {
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(1.6rem, 1.5217391304vw + 0.0782608696rem, 3rem);
}

.txt_28, .controles-zoom {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: clamp(1.5rem, 1.4130434783vw + 0.0869565217rem, 2.8rem);
}
@media screen and (max-width: 999px) {
  .txt_28, .controles-zoom {
    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: 999px) {
  .txt_26 {
    font-size: 17px;
  }
}

.txt_25 {
  font-size: 25px;
  font-size: 2.5rem;
  font-size: clamp(1.3rem, 1.3043478261vw + -0.0043478261rem, 2.5rem);
}
@media screen and (max-width: 999px) {
  .txt_25 {
    font-size: 16px;
  }
}

.txt_24, .busca-flutua .call-busca, .fundo-tutorial .circulo i, .modal .passos .passo small i, .modal .modal-titulo h2, .modal-texto-full.dashboard .exemplo-dash, .introducao-base .bloco-intro h1, .loading, .atlas-prototipo .titulo-unidade h2, .atlas-prototipo .aviso-escolha {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(1.25rem, 1.25vw + 0rem, 2.4rem);
}
@media screen and (max-width: 999px) {
  .txt_24, .busca-flutua .call-busca, .fundo-tutorial .circulo i, .modal .passos .passo small i, .modal .modal-titulo h2, .modal-texto-full.dashboard .exemplo-dash, .introducao-base .bloco-intro h1, .loading, .atlas-prototipo .titulo-unidade h2, .atlas-prototipo .aviso-escolha {
    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: 999px) {
  .txt_22 {
    font-size: 15px;
  }
}

.txt_20, .config-texto ul strong, .introducao-base .bloco-intro p, .legenda-flutuante, .section {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.05rem, 1.0326086957vw + 0.0173913043rem, 2rem);
}
@media screen and (max-width: 999px) {
  .txt_20, .config-texto ul strong, .introducao-base .bloco-intro p, .legenda-flutuante, .section {
    font-size: 15px;
  }
}

.txt_18, .modal .passos .passo p, .config-texto .item-faq, .config-texto ul, .config-texto p, .loading .centra span, .atlas-prototipo .lateral-valores {
  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, .modal .passos .passo p, .config-texto .item-faq, .config-texto ul, .config-texto p, .loading .centra span, .atlas-prototipo .lateral-valores {
    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, .modal .modal-info, .config-texto table, .modal-texto-full .guia-textos, .controle-visualizacao .opcoes-controle, .controle-visualizacao .atual-controle-viz span, .controle-visualizacao .atual-controle-viz .atual, .controle-configuracoes .item-subgrupo, .controle-configuracoes .conf-item .item-opcao, .controle-configuracoes .conf-item span, .controle-configuracoes .conf-item .atual, .leaflet-tooltip.tooltip-custom .local h3, .leaflet-tooltip.tooltip-custom, .atlas-prototipo .bloco-indicador .indicador > small, .atlas-prototipo .bloco-indicador .indicador .nome-indic span, .atlas-prototipo .resumo-selecao h3, .atlas-prototipo .busca-local .modelo-busca i {
  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, .modal .modal-info, .config-texto table, .modal-texto-full .guia-textos, .controle-visualizacao .opcoes-controle, .controle-visualizacao .atual-controle-viz span, .controle-visualizacao .atual-controle-viz .atual, .controle-configuracoes .item-subgrupo, .controle-configuracoes .conf-item .item-opcao, .controle-configuracoes .conf-item span, .controle-configuracoes .conf-item .atual, .leaflet-tooltip.tooltip-custom .local h3, .leaflet-tooltip.tooltip-custom, .atlas-prototipo .bloco-indicador .indicador > small, .atlas-prototipo .bloco-indicador .indicador .nome-indic span, .atlas-prototipo .resumo-selecao h3, .atlas-prototipo .busca-local .modelo-busca i {
    font-size: 13px;
  }
}

.txt_15, .busca-flutua .modelo-busca input, .modal.modal-tutorial .explicacao, .introducao-base .bloco-intro .botao, .legenda-flutuante h3, .atlas-prototipo .busca-local .modelo-busca input, .atlas-prototipo .menu-filtros .input-bloco select {
  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, .busca-flutua .modelo-busca input, .modal.modal-tutorial .explicacao, .introducao-base .bloco-intro .botao, .legenda-flutuante h3, .atlas-prototipo .busca-local .modelo-busca input, .atlas-prototipo .menu-filtros .input-bloco select {
    font-size: 13px;
  }
}

.txt_14, .busca-flutua .resultados p, .modal .botao, .modal .controle-download .opcao span, .modal .controle-download .linha > span, .modal .compartilhe span, .introducao-base .linha-rodape, .controle-visualizacao .opcoes-controle .icone .explicacao, .controle-configuracoes .item-subgrupo p, .controle-configuracoes .conf-item .icone .explicacao, .lateral-controles .links-uteis, .leaflet-tooltip.tooltip-custom .valor, .leaflet-tooltip.tooltip-custom .nome span, .leaflet-tooltip.tooltip-custom .nome, .atlas-prototipo .bloco-indicador .indicador .nome-indic-alt small, .atlas-prototipo .bloco-indicador .indicador .icone .explicacao, .atlas-prototipo .titulo-unidade small, .atlas-prototipo .resumo-selecao .filtros h3, .atlas-prototipo .busca-local .resultados p, .atlas-prototipo .valores-fast, .atlas-prototipo .lateral-acoes 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, .busca-flutua .resultados p, .modal .botao, .modal .controle-download .opcao span, .modal .controle-download .linha > span, .modal .compartilhe span, .introducao-base .linha-rodape, .controle-visualizacao .opcoes-controle .icone .explicacao, .controle-configuracoes .item-subgrupo p, .controle-configuracoes .conf-item .icone .explicacao, .lateral-controles .links-uteis, .leaflet-tooltip.tooltip-custom .valor, .leaflet-tooltip.tooltip-custom .nome span, .leaflet-tooltip.tooltip-custom .nome, .atlas-prototipo .bloco-indicador .indicador .nome-indic-alt small, .atlas-prototipo .bloco-indicador .indicador .icone .explicacao, .atlas-prototipo .titulo-unidade small, .atlas-prototipo .resumo-selecao .filtros h3, .atlas-prototipo .busca-local .resultados p, .atlas-prototipo .valores-fast, .atlas-prototipo .lateral-acoes a {
    font-size: 12px;
  }
}

.txt_13, .leaflet-tooltip.tooltip-custom span, .legenda-flutuante small, .atlas-prototipo .bloco-indicador .indicador.numero_observacoes > small {
  font-size: 13px;
  font-size: 1.3rem;
  font-size: clamp(0.9rem, 0.4347826087vw + 0.4652173913rem, 1.3rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_13, .leaflet-tooltip.tooltip-custom span, .legenda-flutuante small, .atlas-prototipo .bloco-indicador .indicador.numero_observacoes > small {
    font-size: 11px;
  }
}

.txt_12, .modal .controle-download .select-label label, .modal .controle-download .opcao, .modal .controle-download .opcoes select, .modal .modal-titulo small, .controle-visualizacao .atual-controle-viz small, .controle-configuracoes .item-subgrupo .selecione .opcao .hover-show, .controle-configuracoes .item-subgrupo .selecione .opcao span, .controle-configuracoes .item-subgrupo .selecione .opcao, .controle-configuracoes .item-subgrupo .selecione:before, .controle-configuracoes .item-subgrupo .selecione, .controle-configuracoes .conf-item small, .limites, .atlas-prototipo .bloco-indicador .indicador .nome-indic small, .atlas-prototipo .resumo-selecao small, .atlas-prototipo .menu-filtros .input-bloco label {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: clamp(0.9rem, 0.3260869565vw + 0.5739130435rem, 1.2rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_12, .modal .controle-download .select-label label, .modal .controle-download .opcao, .modal .controle-download .opcoes select, .modal .modal-titulo small, .controle-visualizacao .atual-controle-viz small, .controle-configuracoes .item-subgrupo .selecione .opcao .hover-show, .controle-configuracoes .item-subgrupo .selecione .opcao span, .controle-configuracoes .item-subgrupo .selecione .opcao, .controle-configuracoes .item-subgrupo .selecione:before, .controle-configuracoes .item-subgrupo .selecione, .controle-configuracoes .conf-item small, .limites, .atlas-prototipo .bloco-indicador .indicador .nome-indic small, .atlas-prototipo .resumo-selecao small, .atlas-prototipo .menu-filtros .input-bloco label {
    font-size: 11px;
  }
}

.txt_10, .leaflet-tooltip.tooltip-custom .nome small, .leaflet-tooltip.tooltip-custom .local small {
  font-size: 10px;
  font-size: 1rem;
  font-size: clamp(0.8rem, 0.2173913043vw + 0.5826086957rem, 1rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_10, .leaflet-tooltip.tooltip-custom .nome small, .leaflet-tooltip.tooltip-custom .local small {
    font-size: 10px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 4px 4px !important;
  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: #ffffff;
}

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

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

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  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);
}

html, body {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "Work Sans", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  text-rendering: geometricPrecision;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  color: #212A53;
  scroll-behavior: smooth;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  html, body {
    font-weight: 400;
  }
}

html {
  scroll-padding-top: 7.041vw;
}
@media screen and (max-width: 999px) {
  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;
}

.padbase {
  padding: 5em 0;
}
@media screen and (max-width: 999px) {
  .padbase {
    padding: 5em 0;
  }
}
.padbase.nopt {
  padding-top: 0;
}
.padbase.nopb {
  padding-bottom: 0;
}
.padbase.metade {
  padding: 2.5em 0;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .padbase.metade {
    padding: 2.5em 0;
  }
}

.atlas-prototipo .container {
  padding: 0;
  width: 100%;
  height: 100dvh;
  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;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .atlas-prototipo .container {
    height: auto;
    min-height: 100dvh;
    -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;
    overflow: auto;
  }
}
.atlas-prototipo .menu-filtros {
  display: none;
  width: 75vw;
  padding: 0.8em;
  padding-top: 0.5em;
  background-color: #EFEEEB;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  border-bottom: 3px solid #008FB8;
}
.atlas-prototipo .menu-filtros .filtros-bloco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
.atlas-prototipo .menu-filtros .input-bloco {
  width: 13.4583333333vw;
  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;
}
.atlas-prototipo .menu-filtros .input-bloco.indicadores {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.atlas-prototipo .menu-filtros .input-bloco.visualizando {
  width: 15.246875vw;
}
.atlas-prototipo .menu-filtros .input-bloco.raca, .atlas-prototipo .menu-filtros .input-bloco.sexo {
  width: 8.0927083333vw;
}
.atlas-prototipo .menu-filtros .input-bloco.escolaridade {
  width: 9.88125vw;
}
.atlas-prototipo .menu-filtros .input-bloco label {
  display: block;
  font-weight: bold;
  text-align: right;
  line-height: 1.2;
}
.atlas-prototipo .menu-filtros .input-bloco select {
  font-family: "Work Sans", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  text-rendering: geometricPrecision;
  height: 2em;
  line-height: 2em;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
}
.atlas-prototipo .lateral-valores {
  width: 25vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.atlas-prototipo .lateral-valores.menor {
  -webkit-transform: translate3d(25vw, 0, 0);
          transform: translate3d(25vw, 0, 0);
}
.atlas-prototipo .lateral-valores .lateral-main {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #EAE4DC;
  overflow: auto;
}
@media screen and (max-width: 999px) {
  .atlas-prototipo .lateral-valores {
    width: 100%;
    height: auto;
    min-height: calc(100dvh - 20vw - 65dvh);
    position: static;
    -webkit-transition: none;
    transition: none;
  }
  .atlas-prototipo .lateral-valores .lateral-main {
    height: auto;
  }
  .atlas-prototipo .lateral-valores.menor {
    -webkit-transform: none;
            transform: none;
    height: calc(100dvh - 20vw);
    position: fixed;
    top: 20vw;
    left: 0;
    overflow: auto;
    z-index: 99999;
  }
  .atlas-prototipo .lateral-valores.menor .hide-lateral svg {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  .atlas-prototipo .lateral-valores.hideonmob {
    display: none;
  }
}
.atlas-prototipo .hide-lateral {
  width: 1.5625vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #F5F1EC;
  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-box-shadow: -6px 1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.atlas-prototipo .hide-lateral svg {
  width: 1em;
  fill: #212A53;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 999px) {
  .atlas-prototipo .hide-lateral {
    width: 100%;
    height: 2.5dvh;
    position: static;
    background-color: #D5DEE5;
  }
  .atlas-prototipo .hide-lateral svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 1.25dvh;
  }
}
.atlas-prototipo .bloco-mapa {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 999px) {
  .atlas-prototipo .bloco-mapa {
    width: 100%;
    height: 65dvh;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.atlas-prototipo .lateral-acoes {
  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;
  background-color: #212A53;
  color: #fff;
  height: 3.125vw;
}
@media screen and (max-width: 999px) {
  .atlas-prototipo .lateral-acoes {
    height: 5dvh;
  }
}
.atlas-prototipo .lateral-acoes a {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #fff;
  height: 100%;
}
.atlas-prototipo .lateral-acoes a:hover {
  background-color: #303c77;
}
.atlas-prototipo .lateral-acoes a img {
  display: block;
  width: 1em;
}
.atlas-prototipo .valores-fast {
  width: 100%;
  background-color: #EFEEEB;
  padding: 1em;
  color: #D5DEE5;
}
.atlas-prototipo .valores-fast span {
  font-weight: bold;
  color: #D5DEE5;
}
.atlas-prototipo .aviso-escolha {
  padding-inline: 3.125vw;
  text-align: left;
  height: 12.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EAE4DC;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .atlas-prototipo .aviso-escolha {
    height: 12dvh;
  }
}
.atlas-prototipo .busca-local {
  width: 100%;
  height: 4.6875vw;
  position: relative;
  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;
  padding: 0 3.125vw;
}
@media screen and (max-width: 999px) {
  .atlas-prototipo .busca-local {
    display: none;
  }
}
.atlas-prototipo .busca-local .modelo-busca {
  width: 100%;
  position: relative;
}
.atlas-prototipo .busca-local .modelo-busca input {
  width: 100%;
  font-family: "Work Sans", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  text-rendering: geometricPrecision;
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
  line-height: 2em;
  height: 2em;
}
.atlas-prototipo .busca-local .modelo-busca i {
  position: absolute;
  top: 0.2em;
  right: 0;
}
.atlas-prototipo .busca-local .resultados {
  width: 100%;
  background-color: #EAE4DC;
  position: absolute;
  top: 100%;
  left: 0;
  height: 16vw;
  overflow: auto;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.atlas-prototipo .busca-local .resultados p {
  padding: 0.5em 1em;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  font-weight: 400;
}
.atlas-prototipo .busca-local .resultados p:hover {
  background-color: #EFEEEB;
}
.atlas-prototipo .resumo-selecao {
  background-color: #212A53;
  color: #fff;
  padding: 1em;
}
.atlas-prototipo .resumo-selecao > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.atlas-prototipo .resumo-selecao small {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 999px) {
  .atlas-prototipo .resumo-selecao small {
    letter-spacing: normal;
    font-weight: 500;
    white-space: normal;
  }
}
.atlas-prototipo .resumo-selecao h3 {
  display: block;
  font-weight: 600;
  line-height: 1.2;
}
.atlas-prototipo .resumo-selecao .filtros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em 1em;
  width: 100%;
}
.atlas-prototipo .resumo-selecao .filtros small {
  width: 100%;
}
.atlas-prototipo .resumo-selecao .filtros h3 {
  font-weight: 300;
}
.atlas-prototipo .titulo-unidade {
  width: 100%;
  min-height: 3.125vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 1em;
  padding-bottom: 1em;
  background-color: #212A53;
  color: #fff;
}
.atlas-prototipo .titulo-unidade small {
  text-transform: uppercase;
  font-weight: 500;
}
.atlas-prototipo .titulo-unidade h2 {
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 999px) {
  .atlas-prototipo .titulo-unidade {
    height: auto;
    padding: 1em;
  }
}
.atlas-prototipo .bloco-indicador {
  cursor: pointer;
  padding: 0.5em 1em;
  border-bottom: 1px solid #fff;
  background-color: #EAE4DC;
}
.atlas-prototipo .bloco-indicador .indicador {
  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: 0;
  width: 100%;
}
.atlas-prototipo .bloco-indicador .indicador .icone {
  width: 1.1em;
  height: 1.1em;
  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;
  border-radius: 1000px;
  position: relative;
}
.atlas-prototipo .bloco-indicador .indicador .icone svg {
  fill: #212A53;
  width: 0.6em;
  height: 0.6em;
}
.atlas-prototipo .bloco-indicador .indicador .icone .explicacao {
  position: absolute;
  bottom: 100%;
  left: calc(100% + 0.5em);
  background-color: #fff;
  width: 20.6125vw;
  line-height: 1.2;
  color: #000;
  padding: 1em;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 50;
}
.atlas-prototipo .bloco-indicador .indicador .icone:hover .explicacao {
  display: block;
}
.atlas-prototipo .bloco-indicador .indicador .nome-indic {
  width: 75%;
  margin-right: 1em;
}
@media screen and (max-width: 999px) {
  .atlas-prototipo .bloco-indicador .indicador .nome-indic {
    width: 80%;
  }
}
.atlas-prototipo .bloco-indicador .indicador .nome-indic small {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 999px) {
  .atlas-prototipo .bloco-indicador .indicador .nome-indic small {
    letter-spacing: normal;
    font-weight: 500;
    white-space: normal;
  }
}
.atlas-prototipo .bloco-indicador .indicador .nome-indic span {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.atlas-prototipo .bloco-indicador .indicador .nome-indic-alt {
  width: 75%;
  line-height: 1.2;
  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: 999px) {
  .atlas-prototipo .bloco-indicador .indicador .nome-indic-alt {
    width: 80%;
  }
}
.atlas-prototipo .bloco-indicador .indicador .nome-indic-alt small {
  display: block;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.atlas-prototipo .bloco-indicador .indicador > small {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
}
.atlas-prototipo .bloco-indicador .indicador.numero_observacoes > small {
  display: block;
  font-weight: 600;
}
.atlas-prototipo .bloco-indicador:hover {
  background-color: #EFEEEB;
}
.atlas-prototipo .bloco-indicador:hover .indicador i {
  color: #FA4616;
}
.atlas-prototipo .bloco-indicador.indiatual {
  padding: 1em 1em;
  height: 6.25vw;
  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: 999px) {
  .atlas-prototipo .bloco-indicador.indiatual {
    height: 15dvh;
  }
}

.header-screenshot {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2em 3em;
  z-index: 2000;
  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;
}
.header-screenshot .logo-atlas {
  display: block;
  height: 2.5vw;
}
.header-screenshot .outros-logos {
  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;
}
.header-screenshot .outros-logos img {
  display: block;
  max-height: 5vw;
  max-width: 10vw;
}
.header-screenshot .outros-logos img.gappe {
  max-height: 3.5vw;
}

.legenda-flutuante {
  width: 34.9208333333vw;
  position: absolute;
  bottom: 1em;
  right: calc(3em + 25vw);
  background-color: #fff;
  padding: 1em;
  z-index: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Work Sans", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  text-rendering: geometricPrecision;
  z-index: 400;
  line-height: 1.2;
}
.legenda-flutuante small {
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 999px) {
  .legenda-flutuante small {
    display: none;
  }
}
.legenda-flutuante h3 {
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .legenda-flutuante h3 {
    margin-bottom: 0.2em;
    display: none;
  }
}
.legenda-flutuante.prep small {
  text-transform: uppercase;
}
.legenda-flutuante.reposiciona {
  right: 3.125vw;
}
@media screen and (max-width: 999px) {
  .legenda-flutuante {
    width: 90vw;
    right: 5vw;
    bottom: 5vw;
    padding: 0.25em;
    padding-top: 0.5em;
  }
}
.legenda-flutuante .filtros {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em 1em;
}
.legenda-flutuante .filtros small {
  display: block;
  width: 100%;
  margin-bottom: 0.2em;
}
.legenda-flutuante .filtros h3 {
  font-weight: 400;
}
.legenda-flutuante .filtros h3 strong {
  font-weight: bold;
}

.escala-atual {
  width: 100%;
  position: relative;
}
.escala-atual.mt {
  margin-top: 0.25em;
}
.escala-atual .espaco-bolinha {
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
}
.escala-atual .bolinha {
  position: absolute;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 1000px;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
@media screen and (max-width: 999px) {
  .escala-atual .bolinha {
    width: 12px;
    height: 12px;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    top: 0;
  }
}
.escala-atual .escala {
  border-radius: 1000px;
}
@media screen and (max-width: 999px) {
  .escala-atual .escala {
    height: 12px !important;
  }
}

.limites {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.25em;
  font-weight: 500;
}

.leaflet-container .leaflet-fundo-pane {
  mix-blend-mode: multiply;
}

.leaflet-container :focus:not(:focus-visible) {
  outline: 0;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  border: none !important;
}

.leaflet-tooltip.tooltip-custom {
  padding: 0;
  border: none;
  background-color: transparent;
  z-index: 10000000000000000000000 !important;
}
.leaflet-tooltip.tooltip-custom .local {
  background-color: #212A53;
  color: #fff;
  padding: 0.5em 0.75em;
}
.leaflet-tooltip.tooltip-custom .local small {
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .leaflet-tooltip.tooltip-custom .local small {
    max-width: 150px;
  }
}
.leaflet-tooltip.tooltip-custom .local h3 {
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .leaflet-tooltip.tooltip-custom .local h3 {
    max-width: 150px;
  }
}
.leaflet-tooltip.tooltip-custom .indic {
  background-color: #fff;
  padding: 0.5em 0.75em;
  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: 0.5em;
}
.leaflet-tooltip.tooltip-custom .nome {
  line-height: 1.2;
}
.leaflet-tooltip.tooltip-custom .nome small {
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .leaflet-tooltip.tooltip-custom .nome small {
    width: 150px;
    white-space: normal;
  }
}
.leaflet-tooltip.tooltip-custom .nome span {
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .leaflet-tooltip.tooltip-custom .nome span {
    width: 150px;
  }
}
.leaflet-tooltip.tooltip-custom .valor {
  font-weight: bold;
  line-height: 1.2;
}
.leaflet-tooltip.tooltip-custom span strong {
  display: inline;
}

.lateral-controles {
  width: 6.25vw;
  height: 100%;
  background-color: #212A53;
  position: relative;
  z-index: 2000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
}
.lateral-controles.dashboard {
  height: calc(100% - 35px);
}
@media screen and (max-width: 999px) {
  .lateral-controles {
    width: 100%;
    height: 20vw;
    display: block;
  }
}
.lateral-controles .barra-topo {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .lateral-controles .barra-topo {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lateral-controles .logo-atlas {
  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: 9.375vw;
  border-bottom: 1px solid #fff;
  padding-left: 3.125vw;
}
.lateral-controles .logo-atlas img {
  display: block;
  width: 13.64vw;
}
@media screen and (max-width: 999px) {
  .lateral-controles .logo-atlas {
    height: auto;
    padding: 2vw;
    border-bottom: none;
  }
  .lateral-controles .logo-atlas img {
    width: 40vw;
  }
}
.lateral-controles .navegacao {
  display: block;
  padding: 1.5625vw;
}
.lateral-controles .navegacao > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 999px) {
  .lateral-controles .navegacao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 2vw;
    padding-right: 4vw;
    gap: 4vw;
  }
  .lateral-controles .navegacao > * + * {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.lateral-controles .header-burger {
  width: 3.125vw;
  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: 999px) {
  .lateral-controles .header-burger {
    width: auto;
    height: 6vw;
    position: relative;
    top: 1vw;
  }
}
.lateral-controles .chama-help {
  width: 3.125vw;
  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;
}
.lateral-controles .chama-help img {
  width: 26px;
  display: block;
}
@media screen and (max-width: 999px) {
  .lateral-controles .chama-help {
    width: auto;
  }
}
.lateral-controles .links-uteis {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0.5vw;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
}
.lateral-controles .links-uteis > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.lateral-controles .links-uteis a {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .lateral-controles .links-uteis {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #212A53;
    z-index: 2000;
    max-height: none;
    overflow: visible;
    width: 100%;
    padding: 4vw;
  }
  .lateral-controles .links-uteis > * + * {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}
.lateral-controles .barra-bottom {
  width: 100%;
  padding-bottom: 3.125vw;
}
.lateral-controles .barra-bottom .logo-imds {
  width: 100%;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
.lateral-controles .barra-bottom .logo-gappe {
  width: 100%;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  margin-top: 1.5625vw;
}
.lateral-controles .barra-bottom .logo-gappe img {
  display: block;
  border-radius: 6px;
}
.lateral-controles .barra-bottom .quad {
  display: block;
  width: 3.125vw;
}
.lateral-controles .barra-bottom .hor {
  display: block;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .lateral-controles .barra-bottom {
    display: none;
  }
}
.lateral-controles.expandido {
  width: 14.0625vw;
}
.lateral-controles.expandido .links-uteis {
  max-height: 50vw;
}
@media screen and (max-width: 999px) {
  .lateral-controles.expandido .links-uteis {
    max-height: auto;
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .lateral-controles.expandido {
    width: 100%;
  }
}

.controle-configuracoes {
  position: absolute;
  top: 9.375vw;
  left: 9.375vw;
  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;
  height: 3.125vw;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .controle-configuracoes {
    top: 25vw;
    left: 5vw;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.controle-configuracoes .abre-controle-conf {
  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: 3.125vw;
  height: 3.125vw;
  background-color: #212A53;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: all;
  z-index: 100;
}
.controle-configuracoes .abre-controle-conf svg {
  width: 1.5625vw;
  fill: #EAE4DC;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .controle-configuracoes .abre-controle-conf {
    width: 10vw;
    height: 10vw;
  }
  .controle-configuracoes .abre-controle-conf svg {
    width: 5vw;
  }
}
.controle-configuracoes .conf-blocos {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  pointer-events: none;
  height: 0;
}
.controle-configuracoes .conf-item {
  width: auto;
  color: #fff;
  background-color: #212A53;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
}
.controle-configuracoes .conf-item .atual {
  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;
  padding: 1em;
  height: 3.125vw;
}
@media screen and (max-width: 999px) {
  .controle-configuracoes .conf-item .atual {
    height: 4em;
  }
}
.controle-configuracoes .conf-item small {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 999px) {
  .controle-configuracoes .conf-item small {
    letter-spacing: normal;
    font-weight: 500;
    white-space: normal;
  }
}
.controle-configuracoes .conf-item span {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.controle-configuracoes .conf-item svg {
  fill: #fff;
  width: 1em;
  height: 0.5em;
}
.controle-configuracoes .conf-item .icone {
  width: 1.4em;
  height: 1.4em;
  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;
  border-radius: 1000px;
  position: relative;
}
.controle-configuracoes .conf-item .icone svg {
  fill: #212A53;
  width: 0.75em;
  height: 0.75em;
}
.controle-configuracoes .conf-item .icone .explicacao {
  position: absolute;
  top: 0;
  left: calc(100% + 0.5em);
  background-color: #fff;
  width: 20.6125vw;
  line-height: 1.2;
  color: #000;
  padding: 1em;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 50;
}
.controle-configuracoes .conf-item .icone:hover .explicacao {
  display: block;
}
.controle-configuracoes .conf-item .item-opcao {
  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;
  padding: 0.5em 1em;
  height: auto;
  background-color: #EAE4DC;
  color: #212A53;
  border-bottom: 1px solid #fff;
}
.controle-configuracoes .conf-item .item-opcao:hover {
  background-color: #d7cbbc;
}
.controle-configuracoes .conf-item .opcoes-conf, .controle-configuracoes .conf-item .opcoes-subgrupo {
  display: none;
}
.controle-configuracoes .conf-item.ativo .opcoes-conf, .controle-configuracoes .conf-item.ativo .opcoes-subgrupo {
  display: block;
}
.controle-configuracoes .opcoes-subgrupo {
  width: 100%;
}
.controle-configuracoes .item-subgrupo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  padding: 1em 1em;
  height: auto;
  background-color: #EAE4DC;
  color: #212A53;
  border-bottom: 1px solid #fff;
}
.controle-configuracoes .item-subgrupo p {
  font-weight: 600;
  text-transform: uppercase;
}
.controle-configuracoes .item-subgrupo .selecione {
  width: 17.1875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 999px) {
  .controle-configuracoes .item-subgrupo .selecione {
    width: 55vw;
  }
}
.controle-configuracoes .item-subgrupo .selecione:before {
  content: "";
  display: block;
  width: calc(100% - 6em);
  height: 1px;
  background-color: #212A53;
  position: absolute;
  top: calc(0.6em - 1px);
  left: 3em;
}
.controle-configuracoes .item-subgrupo .selecione .opcao {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75em;
  position: relative;
  z-index: 10;
}
.controle-configuracoes .item-subgrupo .selecione .opcao span {
  text-align: center;
  width: 6em;
  line-height: 1.1;
}
.controle-configuracoes .item-subgrupo .selecione .opcao small {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 1000px;
  background-color: #EAE4DC;
  border: 1px solid #212A53;
}
.controle-configuracoes .item-subgrupo .selecione .opcao .hover-show {
  position: absolute;
  top: 75%;
  left: calc(100% + 0.5em);
  background-color: #fff;
  color: #000;
  padding: 1em;
  display: none;
  width: auto;
  z-index: 800;
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.controle-configuracoes .item-subgrupo .selecione .opcao.ativo small, .controle-configuracoes .item-subgrupo .selecione .opcao:hover small {
  background-color: #212A53;
}
.controle-configuracoes .item-subgrupo .selecione .opcao:hover {
  z-index: 40000;
}
.controle-configuracoes .item-subgrupo .selecione .opcao:hover .hover-show {
  display: block;
}
.controle-configuracoes .item-subgrupo .selecione.esco:before {
  width: calc(100% - 3em);
  left: 1.5em;
}
.controle-configuracoes .item-subgrupo .selecione.esco .opcao span {
  width: 3em;
}
@media screen and (max-width: 999px) {
  .controle-configuracoes.aberto .abre-controle-conf {
    background-color: #EAE4DC;
  }
  .controle-configuracoes.aberto .abre-controle-conf svg {
    fill: #212A53;
  }
  .controle-configuracoes.aberto .conf-blocos {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    pointer-events: all;
    height: auto;
  }
}
@media screen and (min-width: 1049px) {
  .controle-configuracoes:hover .abre-controle-conf {
    background-color: #EAE4DC;
  }
  .controle-configuracoes:hover .abre-controle-conf svg {
    fill: #212A53;
  }
  .controle-configuracoes:hover .conf-blocos {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    pointer-events: all;
    height: auto;
  }
}
.controle-configuracoes.forcado .abre-controle-conf {
  background-color: #EAE4DC;
}
.controle-configuracoes.forcado .abre-controle-conf svg {
  fill: #212A53;
}
.controle-configuracoes.forcado .conf-blocos {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: all;
  height: auto;
}

.controle-visualizacao {
  position: absolute;
  bottom: 3.125vw;
  left: 9.375vw;
  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;
  height: 3.125vw;
}
@media screen and (max-width: 999px) {
  .controle-visualizacao {
    bottom: auto;
    top: 25vw;
    left: auto;
    right: 5vw;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.controle-visualizacao .abre-controle-viz {
  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: 3.125vw;
  height: 3.125vw;
  background-color: #212A53;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.controle-visualizacao .abre-controle-viz svg {
  width: 1.5625vw;
}
.controle-visualizacao .abre-controle-viz svg .esclera {
  fill: #EAE4DC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.controle-visualizacao .abre-controle-viz svg .iris {
  fill: #212A53;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 999px) {
  .controle-visualizacao .abre-controle-viz {
    width: 10vw;
    height: 10vw;
  }
  .controle-visualizacao .abre-controle-viz svg {
    width: 5vw;
  }
}
.controle-visualizacao .atual-controle-viz {
  width: 15.625vw;
  height: 3.125vw;
  color: #fff;
  background-color: #212A53;
  position: relative;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 999px) {
  .controle-visualizacao .atual-controle-viz {
    width: 50vw;
    height: auto;
  }
}
.controle-visualizacao .atual-controle-viz .atual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
}
.controle-visualizacao .atual-controle-viz small {
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
}
.controle-visualizacao .atual-controle-viz span {
  display: block;
  font-weight: 500;
  line-height: 1.2;
}
.controle-visualizacao .atual-controle-viz svg {
  fill: #fff;
  width: 1em;
  height: 0.5em;
}
@media screen and (min-width: 1049px) {
  .controle-visualizacao:hover .abre-controle-viz {
    background-color: #EAE4DC;
  }
  .controle-visualizacao:hover .abre-controle-viz svg .esclera {
    fill: #212A53;
  }
  .controle-visualizacao:hover .abre-controle-viz svg .iris {
    fill: #EAE4DC;
  }
  .controle-visualizacao:hover .atual-controle-viz {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
@media screen and (max-width: 999px) {
  .controle-visualizacao.aberto .abre-controle-viz {
    background-color: #EAE4DC;
  }
  .controle-visualizacao.aberto .abre-controle-viz svg .esclera {
    fill: #212A53;
  }
  .controle-visualizacao.aberto .abre-controle-viz svg .iris {
    fill: #EAE4DC;
  }
  .controle-visualizacao.aberto .atual-controle-viz {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.controle-visualizacao .opcoes-controle {
  width: 100%;
  height: auto;
  background-color: #EAE4DC;
  color: #212A53;
  position: absolute;
  bottom: 100%;
  left: 0;
  font-weight: 500;
  padding-block: 0.5em;
}
@media screen and (max-width: 999px) {
  .controle-visualizacao .opcoes-controle {
    bottom: auto;
    top: 100%;
  }
}
.controle-visualizacao .opcoes-controle a {
  display: block;
  padding: 0.25em 1em;
}
.controle-visualizacao .opcoes-controle a:hover {
  background-color: #e7dac8;
}
.controle-visualizacao .opcoes-controle .ctl-flex {
  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;
  line-height: 1.5em;
}
.controle-visualizacao .opcoes-controle .icone {
  width: 1.1em;
  height: 1.1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  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-radius: 1000px;
  position: relative;
}
.controle-visualizacao .opcoes-controle .icone svg {
  fill: rgba(0, 0, 0, 0.3);
  width: 1.1em;
  height: 1.1em;
}
.controle-visualizacao .opcoes-controle .icone .explicacao {
  position: absolute;
  top: 0;
  left: calc(100% + 0.5em);
  background-color: #fff;
  width: 20.6125vw;
  line-height: 1.2;
  color: #000;
  padding: 1em;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 50;
  font-weight: 400;
}
.controle-visualizacao .opcoes-controle .icone:hover .explicacao {
  display: block;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
}
.loading .centra {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25em;
}
.loading.lateral {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  top: auto;
  bottom: 0;
  height: calc(100% - 2.5em);
}

.introducao-base {
  width: 100%;
  height: 100dvh;
  background-color: #cdcdcd;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .introducao-base {
    height: auto;
  }
}
.introducao-base .linha-main {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 12.5vw;
}
@media screen and (max-width: 999px) {
  .introducao-base .linha-main {
    padding-left: 10vw;
    height: 100dvh;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.introducao-base .bloco-intro {
  width: 31.25vw;
  padding: 3.125vw;
  background-color: #fff;
  color: #212A53;
}
.introducao-base .bloco-intro > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
@media screen and (max-width: 999px) {
  .introducao-base .bloco-intro {
    width: 80vw;
    padding: 8vw;
  }
}
.introducao-base .bloco-intro img {
  display: block;
  width: 21.875vw;
}
@media screen and (max-width: 999px) {
  .introducao-base .bloco-intro img {
    width: 80%;
  }
}
.introducao-base .bloco-intro h1 {
  font-weight: bold;
  line-height: 1.2;
  padding-right: 3.125vw;
  margin-bottom: 0.5em;
}
.introducao-base .bloco-intro p {
  max-width: 88%;
}
@media screen and (max-width: 999px) {
  .introducao-base .bloco-intro p {
    max-width: 100%;
    font-size: 13px;
  }
}
.introducao-base .bloco-intro .botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
.introducao-base .bloco-intro .botoes .botao {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .introducao-base .bloco-intro .botoes {
    -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;
  }
}
.introducao-base .bloco-intro .botao {
  display: inline-block;
  background-color: #0084B5;
  color: #fff;
  height: 3.2em;
  line-height: 3.2em;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.introducao-base .bloco-intro .botao:hover {
  background-color: #212A53;
}
.introducao-base .linha-rodape {
  width: 100%;
  height: 6.25vw;
  background-color: #212A53;
  position: relative;
  z-index: 100;
  padding: 10px 3.125vw;
  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;
  color: #fff;
}
.introducao-base .linha-rodape .creditos {
  width: 37.5vw;
}
@media screen and (max-width: 999px) {
  .introducao-base .linha-rodape .creditos {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.introducao-base .linha-rodape .creditos a {
  text-decoration: underline;
}
.introducao-base .linha-rodape .logos {
  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;
  height: 100%;
}
.introducao-base .linha-rodape .logo-imds {
  display: block;
  height: 100%;
}
.introducao-base .linha-rodape .logo-imds img {
  display: block;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .introducao-base .linha-rodape .logo-imds img {
    width: 50vw;
    height: auto;
  }
}
.introducao-base .linha-rodape .logo-gappe {
  display: block;
  height: 80%;
}
.introducao-base .linha-rodape .logo-gappe img {
  display: block;
  height: 100%;
  border-radius: 6px;
}
@media screen and (max-width: 999px) {
  .introducao-base .linha-rodape {
    height: auto;
    padding: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2em;
  }
}
.introducao-base .fundo-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
}
.introducao-base .fundo-video video {
  display: block;
  height: 100%;
  width: 100%; /* 100 * 16 / 9 */
  -o-object-fit: cover;
     object-fit: cover;
}

.nomes-capitais {
  font-family: "Work Sans", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  text-rendering: geometricPrecision;
  font-weight: 500;
}

.modal-texto-full {
  width: 100%;
  height: 100dvh;
  overflow: auto;
  z-index: 1900;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 31.25vw;
  padding-top: 9.375vw;
}
@media screen and (max-width: 999px) {
  .modal-texto-full {
    padding: 0;
    overflow: visible;
    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;
  }
}
.modal-texto-full.dashboard {
  background-color: #EAE4DC;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.modal-texto-full.dashboard .exemplo-dash {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  border-radius: 2em;
  background-color: #EAE4DC;
}
.modal-texto-full.dashboard .resp-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #EAE4DC;
}
.modal-texto-full.dashboard .resp-container .resp-iframe, .modal-texto-full.dashboard .resp-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #EAE4DC;
}
.modal-texto-full.dashboard .resp-container tableau-viz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.modal-texto-full .guia-textos {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #EAE4DC;
  width: 25vw;
  padding-top: 9.375vw;
  padding-left: 9.375vw;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
  text-transform: uppercase;
}
.modal-texto-full .guia-textos a:hover, .modal-texto-full .guia-textos a.ativo {
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .modal-texto-full .guia-textos {
    position: static;
    width: 100%;
    padding: 5vw;
    padding-top: 25vw;
    height: auto;
    gap: 1em;
  }
}
.modal-texto-full .container-texto {
  width: 50vw;
}
@media screen and (max-width: 999px) {
  .modal-texto-full .container-texto {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
    padding: 5vw;
  }
}
.modal-texto-full .fecha-modal {
  width: 3.125vw;
  height: 3.125vw;
  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: #212A53;
  position: fixed;
  top: 0;
  right: 1em;
  z-index: 5000;
}
.modal-texto-full .fecha-modal svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: #fff;
}
@media screen and (max-width: 999px) {
  .modal-texto-full .fecha-modal {
    top: 24vw;
    width: 8vw;
    height: 8vw;
  }
}

.config-texto {
  line-height: 1.5em;
  padding-bottom: 1.5em;
  color: #000;
}
.config-texto > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.config-texto h2 {
  font-weight: bold;
  margin-bottom: 2em;
  color: #212A53;
}
.config-texto strong {
  color: #212A53;
}
.config-texto a, .config-texto p .abre-controle-conf {
  font-weight: bold;
  color: #212A53;
}
.config-texto a:hover, .config-texto p .abre-controle-conf:hover {
  text-decoration: underline;
}
.config-texto ul > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.config-texto ul strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  color: #fff;
  background-color: #212A53;
  border-radius: 1000px;
  margin-bottom: 0.25em;
}
.config-texto ul em {
  display: block;
  color: #F49A09;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
}
.config-texto table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3em;
  border-bottom: 1px solid #cdcdcd;
}
.config-texto table tr {
  border-top: 1px solid #cdcdcd;
}
.config-texto table tr:first-of-type {
  border-top: none;
  font-weight: bold;
}
.config-texto table tr:nth-child(2) {
  border-top: 1px solid #212A53;
}
.config-texto table td {
  padding: 0.75em 0em;
  padding-right: 1em;
  line-height: 1.3;
}
.config-texto .link-download {
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-left: 1.75em;
}
.config-texto .link-download::before {
  content: "";
  display: block;
  width: 0.9em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/icone-download.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.config-texto .faq {
  margin-top: 2em;
}
.config-texto .faq > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.config-texto .item-faq {
  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;
  color: #212A53;
}
@media screen and (max-width: 999px) {
  .config-texto .item-faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.config-texto .item-faq .pergunta {
  width: 15.625vw;
  border-top: 1px solid #212A53;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 999px) {
  .config-texto .item-faq .pergunta {
    width: 100%;
    padding-bottom: 0;
  }
}
.config-texto .item-faq .resposta {
  width: 31.25vw;
  border-top: 1px solid #212A53;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 999px) {
  .config-texto .item-faq .resposta {
    width: 100%;
    border-top: none;
  }
}

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

.modal {
  width: 98%;
  max-width: 37.5vw;
  max-height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
@media screen and (max-width: 999px) {
  .modal {
    max-width: 90vw;
  }
}
.modal.modal-baixar {
  max-width: 43.75vw;
}
@media screen and (max-width: 999px) {
  .modal.modal-baixar {
    max-width: 90vw;
  }
}
.modal .modal-fechar {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 3em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
.modal .modal-conteudo {
  padding: 3rem;
}
.modal .modal-titulo {
  width: 100%;
  height: 4.6875vw;
  color: #fff;
  background-color: #212A53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.5em;
}
.modal .modal-titulo small {
  text-transform: uppercase;
  display: block;
}
.modal .modal-titulo h2 {
  font-weight: 700;
}
.modal .modal-titulo svg {
  width: 0.75em;
  height: 0.75em;
  fill: #fff;
}
@media screen and (max-width: 999px) {
  .modal .modal-titulo {
    height: 15vw;
  }
}
.modal .modal-info {
  padding: 1.5em;
}
.modal .modal-info > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.modal .compartilhe {
  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.75em;
}
.modal .compartilhe span {
  text-align: right;
  line-height: 1.2em;
  display: inline-block;
  margin-right: 1em;
}
.modal .compartilhe a:hover {
  color: #008FB8;
}
.modal .controle-download > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.modal .controle-download .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;
  gap: 1em;
}
.modal .controle-download .linha > span {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  width: 25%;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .modal .controle-download .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;
  }
  .modal .controle-download .linha > span {
    width: 100%;
    text-align: left;
  }
  .modal .controle-download .linha > span br {
    display: none;
  }
}
.modal .controle-download .opcoes {
  width: 75%;
}
.modal .controle-download .opcoes select {
  font-family: "Work Sans", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  text-rendering: geometricPrecision;
  height: 2.6em;
  line-height: 2.6em;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .modal .controle-download .opcoes {
    width: 100%;
  }
  .modal .controle-download .opcoes select {
    width: 100%;
  }
}
.modal .controle-download .opcoes-radio {
  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: 999px) {
  .modal .controle-download .opcoes-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.modal .controle-download .opcao {
  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;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.modal .controle-download .opcao span {
  text-align: left;
  width: auto;
  line-height: 1.1;
}
.modal .controle-download .opcao small {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 1000px;
  background-color: #EAE4DC;
  border: 1px solid #212A53;
}
.modal .controle-download .opcao.ativo small, .modal .controle-download .opcao:hover small {
  background-color: #212A53;
}
.modal .controle-download .opcoes-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
.modal .controle-download .select-label label {
  display: block;
  text-transform: uppercase;
}
.modal .controle-download .select-label select {
  min-width: 6.25vw;
}
.modal .botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.modal .botoes.centraliza {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .botao {
  width: auto;
  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;
  background-color: #212A53;
  color: #fff;
  font-weight: 500;
  padding: 0 1em;
}
.modal .botao:hover {
  background-color: #008FB8;
}
.modal .botao.cinza {
  background-color: #9a9a9a;
}
.modal.modal-tutorial {
  max-width: 31.25vw;
  background-color: #EAE4DC;
}
.modal.modal-tutorial .modal-info {
  background-color: #EAE4DC;
  color: #212A53;
  padding: 3em;
}
.modal.modal-tutorial h2 {
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px solid #212A53;
  margin-bottom: 0.25em;
  padding-bottom: 0.5em;
  margin-top: 0;
}
.modal.modal-tutorial .explicacao > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.modal.modal-tutorial .fechar {
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
}
.modal.modal-tutorial .fechar svg {
  width: 1em;
  height: 1em;
  fill: #212A53;
}
@media screen and (max-width: 999px) {
  .modal.modal-tutorial {
    width: 90vw;
    max-width: 90vw;
  }
  .modal.modal-tutorial .modal-info {
    padding: 2em;
  }
  .modal.modal-tutorial .botoes {
    display: none;
  }
}
.modal .passos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em 0;
}
@media screen and (max-width: 999px) {
  .modal .passos {
    gap: 1em;
  }
}
.modal .passos .passo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5em;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-bottom: 1px solid #fff;
  padding-bottom: 2em;
}
.modal .passos .passo:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 999px) {
  .modal .passos .passo {
    padding-bottom: 1em;
  }
}
.modal .passos .passo small {
  width: 3.125vw;
  height: 3.125vw;
  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: #212A53;
  color: #fff;
}
.modal .passos .passo small svg {
  width: 1.75em;
  height: 1.25em;
  fill: #fff;
}
.modal .passos .passo small svg .esclera {
  fill: #fff;
}
.modal .passos .passo small svg .iris {
  fill: #212A53;
}
@media screen and (max-width: 999px) {
  .modal .passos .passo small {
    width: 8vw;
    height: 8vw;
  }
}
.modal .passos .passo p {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
.modal .passos .passo.passo-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.modal .passos .passo.passo-2 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.modal .passos .passo.passo-3 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.modal .passos .passo.passo-4 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.modal .passos .passo.ativo {
  opacity: 1;
}

.fundo-tutorial {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 999px) {
  .fundo-tutorial {
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fundo-tutorial .circulo {
  width: 3.125vw;
  height: 3.125vw;
  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: #212A53;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  z-index: 6000;
}
.fundo-tutorial .circulo i {
  color: #fff;
}
.fundo-tutorial .circulo svg {
  width: 1.75em;
  height: 1.25em;
  fill: #fff;
}
.fundo-tutorial .circulo svg .esclera {
  fill: #fff;
}
.fundo-tutorial .circulo svg .iris {
  fill: #212A53;
}
@media screen and (max-width: 999px) {
  .fundo-tutorial .circulo {
    width: 10vw;
    height: 10vw;
  }
}
.fundo-tutorial .circulo.passo-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  top: 9.375vw;
  left: 9.375vw;
  -webkit-transform: translate3d(300px, 200px, 0);
          transform: translate3d(300px, 200px, 0);
}
@media screen and (max-width: 999px) {
  .fundo-tutorial .circulo.passo-1 {
    top: 25vw;
    left: 5vw;
    -webkit-transform: translate3d(150px, 150px, 0);
            transform: translate3d(150px, 150px, 0);
  }
}
.fundo-tutorial .circulo.passo-2 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  bottom: 3.125vw;
  left: 9.375vw;
  -webkit-transform: translate3d(300px, -200px, 0);
          transform: translate3d(300px, -200px, 0);
}
@media screen and (max-width: 999px) {
  .fundo-tutorial .circulo.passo-2 {
    bottom: auto;
    top: 25vw;
    left: auto;
    right: 5vw;
    -webkit-transform: translate3d(-150px, 150px, 0);
            transform: translate3d(-150px, 150px, 0);
  }
}
.fundo-tutorial .circulo.passo-3 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  top: 1.5625vw;
  right: 23.4375vw;
  -webkit-transform: translate3d(-300px, 300px, 0);
          transform: translate3d(-300px, 300px, 0);
}
@media screen and (max-width: 999px) {
  .fundo-tutorial .circulo.passo-3 {
    top: calc(20vw + 50dvh + 30vw);
    left: 5vw;
    -webkit-transform: translate3d(150px, -150px, 0);
            transform: translate3d(150px, -150px, 0);
  }
}
.fundo-tutorial .circulo.passo-4 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
  bottom: 2.34375vw;
  right: 12.5vw;
  -webkit-transform: translate3d(-300px, -300px, 0);
          transform: translate3d(-300px, -300px, 0);
}
.fundo-tutorial .circulo.ativo {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.busca-flutua {
  display: none;
  position: absolute;
  left: 5vw;
  top: calc(20vw + 65dvh - 30vw);
  z-index: 2000;
}
@media screen and (max-width: 999px) {
  .busca-flutua {
    display: block;
  }
}
.busca-flutua .call-busca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10vw;
  height: 10vw;
  background-color: #212A53;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: all;
  color: #EAE4DC;
}
.busca-flutua .bloco-busca-flutua {
  width: 80vw;
  position: absolute;
  top: 0;
  left: 100%;
  height: auto;
  background-color: #EAE4DC;
}
.busca-flutua .modelo-busca {
  width: 100%;
  position: relative;
  height: 10vw;
  padding: 1.5vw 0.6em;
}
.busca-flutua .modelo-busca input {
  width: 100%;
  font-family: "Work Sans", "Calibri", "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  text-rendering: geometricPrecision;
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
  line-height: 7vw;
  height: 7vw;
}
.busca-flutua .resultados {
  width: 100%;
  background-color: #EAE4DC;
  position: absolute;
  top: 100%;
  left: 0;
  height: 36vw;
  overflow: auto;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
}
.busca-flutua .resultados p {
  padding: 0.5em 1em;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  font-weight: 400;
}
.busca-flutua .resultados p:hover {
  background-color: #EFEEEB;
}

.controles-zoom {
  position: absolute;
  top: 1em;
  right: 28.125vw;
  z-index: 800;
  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;
}
@media screen and (max-width: 999px) {
  .controles-zoom {
    top: 0.5em;
    right: 28.125vw;
  }
}
.controles-zoom a {
  width: 1.5em;
  height: 1.5em;
  background-color: #212A53;
  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-radius: 5px;
}
.controles-zoom a:hover {
  background-color: #008FB8;
}
.controles-zoom a svg {
  width: 0.75em;
  height: 0.75em;
  stroke: #fff;
}