@charset "UTF-8";
@import 'hamburgers.min.css';
@font-face {
  font-family: "dT Ampla";
  src: url("fonts/dTAmpla-LightItalic.woff2") format("woff2"), url("fonts/dTAmpla-LightItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dT Ampla";
  src: url("fonts/dTAmpla-Light.woff2") format("woff2"), url("fonts/dTAmpla-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dT Ampla";
  src: url("fonts/dTAmpla-Book.woff2") format("woff2"), url("fonts/dTAmpla-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dT Ampla";
  src: url("fonts/dTAmpla-BookItalic.woff2") format("woff2"), url("fonts/dTAmpla-BookItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dT Ampla";
  src: url("fonts/dTAmpla-Regular.woff2") format("woff2"), url("fonts/dTAmpla-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dT Ampla";
  src: url("fonts/dTAmpla-RegularItalic.woff2") format("woff2"), url("fonts/dTAmpla-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dT Ampla";
  src: url("fonts/dTAmpla-SemiBoldItalic.woff2") format("woff2"), url("fonts/dTAmpla-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dT Ampla";
  src: url("fonts/dTAmpla-SemiBold.woff2") format("woff2"), url("fonts/dTAmpla-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dT Ampla";
  src: url("fonts/dTAmpla-BoldItalic.woff2") format("woff2"), url("fonts/dTAmpla-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "dT Ampla";
  src: url("fonts/dTAmpla-Bold.woff2") format("woff2"), url("fonts/dTAmpla-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.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.3vw;
  padding-right: 7.3vw;
}
@media screen and (max-width: 1099px) {
  .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.3375vw;
}
@media screen and (max-width: 1099px) {
  .coluna-1 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

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

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

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

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

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

@supports (-webkit-line-clamp: 3) {
  .line-clamp {
    max-height: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

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

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

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

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

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

.dest_96, .home-importancia .bloco-destaque-bg small, .home-importancia .bloco-destaque-bg span {
  font-size: 96px;
  font-size: 9.6rem;
  font-size: clamp(4.8rem, 5.2173913043vw + -0.4173913043rem, 9.6rem);
  line-height: 1.2;
}

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

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

.dest_72, .home-capa .coluna-texto h1 strong {
  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, .capa-pagina h1, .section-texto-ilustra h1.grande2, .section-texto-ilustra h2.grande2, .home-capa .titulo p {
  font-size: 60px;
  font-size: 6rem;
  font-size: clamp(3.25rem, 3.5326086957vw + -0.2826086957rem, 6.5rem);
  line-height: 1.2;
}

.dest_62 {
  font-size: 60px;
  font-size: 6rem;
  font-size: clamp(3.15rem, 3.3152173913vw + -0.1652173913rem, 6.2rem);
  line-height: 1.2;
}

.dest_60, .home-aviso-novo h2 {
  font-size: 60px;
  font-size: 6rem;
  font-size: clamp(3.1rem, 3.152173913vw + -0.052173913rem, 6rem);
  line-height: 1.2;
}

.dest_50, .linha-destaque .dest-lapis-01.ajuste24 .frase h3, .conteudo-publicacoes h2, .conteudo-infograficos .col-texto h2, .sobre-ficha h2, .sobre-dimensoes h2, .home-destaques h2, .section-texto-ilustra h1.grande, .section-texto-ilustra h2.grande {
  font-size: 50px;
  font-size: 5rem;
  font-size: clamp(2.5rem, 2.7173913043vw + -0.2173913043rem, 5rem);
}

.dest_48, .home-importancia .bloco-percentual .linha-perc .dado span, .home-importancia .bloco-moedas .setabg span, .home-importancia .bloco-grafico .crianca .valor {
  font-size: 48px;
  font-size: 4.8rem;
  font-size: clamp(2.4rem, 2.6086956522vw + -0.2086956522rem, 4.8rem);
}

.dest_44, .linha-destaque .dest-moedas-perfil .frase h3, .linha-destaque .dest-fora-escola .frase h3, .linha-destaque .destaque-situ-perf-02 .dados h3, .titulo-secao, .conteudo-capa .card-noticia .texto-noticia h3, .home-conteudo .card-noticia .texto-noticia h3 {
  font-size: 44px;
  font-size: 4.4rem;
  font-size: clamp(2.2rem, 2.3913043478vw + -0.1913043478rem, 4.4rem);
}

.dest_40, .diagrama-mercado .coluna-base .info > strong, .home-introducao .coluna-texto .titulo, .secao-contato h2, .sobre-ficha h3, .section-texto-ilustra h1, .section-texto-ilustra h2 {
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(2.05rem, 2.1195652174vw + -0.0695652174rem, 4rem);
}

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

.dest_36, .linha-resumo .total, .linha-destaque .dest-situacao-01 .frase p, .linha-destaque .dest-lapis-01 .frase h3, .titulo-secao .subt, .home-discussao-intro .texto-intro, .home-importancia .texto-intro h3, .section-texto-ilustra h3 {
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(1.85rem, 1.902173913vw + -0.052173913rem, 3.6rem);
}

.dest_32, .tooltipo-motivo .text strong, .card-destaque-side.destaque-lapis .item-flex span, .linha-destaque h3, .titulo-subsecao, .home-importancia .bloco-moedas .moeda span, .home-capa .coluna-texto .intro .intro-titulo {
  font-size: 32px;
  font-size: 3.2rem;
  font-size: clamp(1.7rem, 1.6304347826vw + 0.0695652174rem, 3.2rem);
}

.dest_30, .diagrama-mercado .sub-linha .coluna-base .info > strong, .card-destaque-side.destaque-fora-escola .item-flex span, .linha-destaque .dest-ocupacao h3, .linha-destaque .dest-informalidade h3, .linha-destaque .dest-desemprego-intro .frase p, .linha-destaque .dest-moedas-perfil .frase p, .section-modelo-grafico .sem-dados, .conteudo-infograficos .card-infog .topo .texto h3, .conteudo-capa .card-noticia .texto-noticia .resumo, .home-conteudo .card-noticia .texto-noticia .resumo, .home-capa .titulo small, .section-footer .footer-sociais {
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(1.6rem, 1.5217391304vw + 0.0782608696rem, 3rem);
}

.txt_28, .card-destaque-side.destaque-pobreza-a .menor, .linha-destaque .dest-fora-escola-02 h3, .linha-destaque .destaque-situ-perf-01 .linha-topo h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: clamp(1.5rem, 1.4130434783vw + 0.0869565217rem, 2.8rem);
}
@media screen and (max-width: 1099px) {
  .txt_28, .card-destaque-side.destaque-pobreza-a .menor, .linha-destaque .dest-fora-escola-02 h3, .linha-destaque .destaque-situ-perf-01 .linha-topo h3 {
    font-size: 17px;
  }
}

.txt_26, .linha-destaque .dest-ocupacao .frase p, .linha-destaque .dest-lapis-01.ajuste24 .frase p, .linha-destaque .dest-lapis-01 .frase p, .linha-destaque .dest-pobreza-01-24 h3, .section-modelo-grafico .grid-graficos-perfil h2, .section-modelo-grafico .lf-com-destaque .col-legenda-moeda span, .section-modelo-grafico .grupo-graficos .item-grafico h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-size: clamp(1.35rem, 1.3586956522vw + -0.0086956522rem, 2.6rem);
}
@media screen and (max-width: 1099px) {
  .txt_26, .linha-destaque .dest-ocupacao .frase p, .linha-destaque .dest-lapis-01.ajuste24 .frase p, .linha-destaque .dest-lapis-01 .frase p, .linha-destaque .dest-pobreza-01-24 h3, .section-modelo-grafico .grid-graficos-perfil h2, .section-modelo-grafico .lf-com-destaque .col-legenda-moeda span, .section-modelo-grafico .grupo-graficos .item-grafico h2 {
    font-size: 17px;
  }
}

.txt_25, .home-destaques .card-destaque .compartilhar .links {
  font-size: 25px;
  font-size: 2.5rem;
  font-size: clamp(1.3rem, 1.3043478261vw + -0.0043478261rem, 2.5rem);
}
@media screen and (max-width: 1099px) {
  .txt_25, .home-destaques .card-destaque .compartilhar .links {
    font-size: 16px;
  }
}

.txt_24, .linha-resumo .escala, .card-destaque-side.destaque-desemprego-ranking .texto, .card-destaque-side .item-flex span, .linha-destaque .dest-fora-escola .frase p, .linha-destaque .dest-lapis-01.ajuste24 .frase p.menor, .linha-destaque .dest-retrato-01 .frase h3, .linha-destaque .destaque-situ-perf-03 .texto h3, .linha-destaque .destaque-situ-perf-02 .dados span, .linha-destaque .destaque-situ-perf-01 .linha-bottom p, .legenda-moeda, .capa-pagina .desc, .banner-download h2, .home-discussao .topicos, .home-importancia .bloco-percentual .linha-perc .dado small, .home-importancia .bloco-percentual .intro, .home-importancia .bloco-apesar p strong, .home-importancia .bloco-moedas .moeda small, .home-importancia .bloco-moedas .setabg p, .home-importancia .bloco-moedas .intro, .home-importancia .bloco-grafico .crianca p, .home-importancia .texto-intro p, .home-introducao .coluna-texto .destaque, .secao-contato .col-texto p, .conteudo-infograficos .col-texto .desc, .conteudo-capa .card-noticia .texto-noticia small, .conteudo-capa h2, .sobre-ficha .ficha-tecnica, .home-conteudo .card-noticia .texto-noticia small, .home-conteudo h2, .home-capa .titulo span, .home-capa .coluna-texto .intro, .home-capa .coluna-texto h1 span {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(1.25rem, 1.25vw + 0rem, 2.4rem);
}
@media screen and (max-width: 1099px) {
  .txt_24, .linha-resumo .escala, .card-destaque-side.destaque-desemprego-ranking .texto, .card-destaque-side .item-flex span, .linha-destaque .dest-fora-escola .frase p, .linha-destaque .dest-lapis-01.ajuste24 .frase p.menor, .linha-destaque .dest-retrato-01 .frase h3, .linha-destaque .destaque-situ-perf-03 .texto h3, .linha-destaque .destaque-situ-perf-02 .dados span, .linha-destaque .destaque-situ-perf-01 .linha-bottom p, .legenda-moeda, .capa-pagina .desc, .banner-download h2, .home-discussao .topicos, .home-importancia .bloco-percentual .linha-perc .dado small, .home-importancia .bloco-percentual .intro, .home-importancia .bloco-apesar p strong, .home-importancia .bloco-moedas .moeda small, .home-importancia .bloco-moedas .setabg p, .home-importancia .bloco-moedas .intro, .home-importancia .bloco-grafico .crianca p, .home-importancia .texto-intro p, .home-introducao .coluna-texto .destaque, .secao-contato .col-texto p, .conteudo-infograficos .col-texto .desc, .conteudo-capa .card-noticia .texto-noticia small, .conteudo-capa h2, .sobre-ficha .ficha-tecnica, .home-conteudo .card-noticia .texto-noticia small, .home-conteudo h2, .home-capa .titulo span, .home-capa .coluna-texto .intro, .home-capa .coluna-texto h1 span {
    font-size: 16px;
  }
}

.txt_22, .diagrama-mercado .coluna-desalento small, .diagrama-mercado .coluna-base span, .mais-info .box-texto .links a, .linha-destaque .dest-informalidade .frase p, .linha-destaque .dest-fora-escola-02 .barra small, .linha-destaque .destaque-situ-perf-03 .barra small, .linha-destaque .col-grafico .mini-grafico .numero, .linha-destaque .cont-borda-azul .col-titulo {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.15rem, 1.1413043478vw + 0.0086956522rem, 2.2rem);
}
@media screen and (max-width: 1099px) {
  .txt_22, .diagrama-mercado .coluna-desalento small, .diagrama-mercado .coluna-base span, .mais-info .box-texto .links a, .linha-destaque .dest-informalidade .frase p, .linha-destaque .dest-fora-escola-02 .barra small, .linha-destaque .destaque-situ-perf-03 .barra small, .linha-destaque .col-grafico .mini-grafico .numero, .linha-destaque .cont-borda-azul .col-titulo {
    font-size: 15px;
  }
}

.txt_20, .tooltipo-motivo, .fonte-canvas, .card-destaque-side.destaque-moedas-ranking .texto, .linha-destaque .dest-moedas-perfil .frase p.menor, .linha-destaque .dest-moedas-perfil .frase p.limitelateral, .linha-destaque .dest-fora-escola .frase small, .linha-destaque .dest-lapis-01.ajuste24 .frase p small, .linha-destaque .dest-lapis-01 .frase p small, .linha-destaque .dest-lapis-01 .frase p.menor, .linha-destaque .destaque-situ-perf-03 .texto small, .linha-destaque .cont-borda-azul .col-titulo small, .section-modelo-grafico .graf-lapis, .section-modelo-grafico .grid-graficos-perfil h3, .navegacao-topo a, .navegacao-topo, .home-discussao .topicos .topico.gauge, .home-discussao .topicos .topico.bebes, .home-importancia .bloco-apesar p, .home-importancia .bloco-destaque-bg p, .home-introducao .box-azul p strong, .titulo-label, .bloco-formulario .campo-input.anexo p, .conteudo-publicacoes .card-conteudo .texto-noticia h3, .sobre-dimensoes .lf-final .col-texto, .container-slideshow .slick-dots button, .volta-topo, .ativa-menu, .section {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.05rem, 1.0326086957vw + 0.0173913043rem, 2rem);
}
@media screen and (max-width: 1099px) {
  .txt_20, .tooltipo-motivo, .fonte-canvas, .card-destaque-side.destaque-moedas-ranking .texto, .linha-destaque .dest-moedas-perfil .frase p.menor, .linha-destaque .dest-moedas-perfil .frase p.limitelateral, .linha-destaque .dest-fora-escola .frase small, .linha-destaque .dest-lapis-01.ajuste24 .frase p small, .linha-destaque .dest-lapis-01 .frase p small, .linha-destaque .dest-lapis-01 .frase p.menor, .linha-destaque .destaque-situ-perf-03 .texto small, .linha-destaque .cont-borda-azul .col-titulo small, .section-modelo-grafico .graf-lapis, .section-modelo-grafico .grid-graficos-perfil h3, .navegacao-topo a, .navegacao-topo, .home-discussao .topicos .topico.gauge, .home-discussao .topicos .topico.bebes, .home-importancia .bloco-apesar p, .home-importancia .bloco-destaque-bg p, .home-introducao .box-azul p strong, .titulo-label, .bloco-formulario .campo-input.anexo p, .conteudo-publicacoes .card-conteudo .texto-noticia h3, .sobre-dimensoes .lf-final .col-texto, .container-slideshow .slick-dots button, .volta-topo, .ativa-menu, .section {
    font-size: 15px;
  }
}

.txt_18, .mais-info .box-texto, .linha-destaque .dest-fora-escola-02 .item-flex, .linha-destaque .destaque-situ-perf-03 .item-flex, .linha-destaque .destaque-situ-perf-01 .linha-topo h3 small, .section-modelo-grafico .legenda-situacao, .section-modelo-grafico .veja-mais a, .titulo-secao .nota-tec .box-texto, .titulo-secao .nota-tec, .legenda-dinamica span.legenda-dinamica-info .balao, .legenda-dinamica a.legenda-dinamica-info .balao, .legenda-dinamica span, .legenda-dinamica a, .switch-horizontal, .footer-logos .titulo-pequeno, .footer-logos .container, .home-discussao .texto, .home-introducao .coluna-explicacao, .home-introducao .box-azul p, .conteudo-infograficos .card-infog, .sobre-dimensoes .card, .section-header .menu-navegacao {
  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, .mais-info .box-texto, .linha-destaque .dest-fora-escola-02 .item-flex, .linha-destaque .destaque-situ-perf-03 .item-flex, .linha-destaque .destaque-situ-perf-01 .linha-topo h3 small, .section-modelo-grafico .legenda-situacao, .section-modelo-grafico .veja-mais a, .titulo-secao .nota-tec .box-texto, .titulo-secao .nota-tec, .legenda-dinamica span.legenda-dinamica-info .balao, .legenda-dinamica a.legenda-dinamica-info .balao, .legenda-dinamica span, .legenda-dinamica a, .switch-horizontal, .footer-logos .titulo-pequeno, .footer-logos .container, .home-discussao .texto, .home-introducao .coluna-explicacao, .home-introducao .box-azul p, .conteudo-infograficos .card-infog, .sobre-dimensoes .card, .section-header .menu-navegacao {
    font-size: 14px;
  }
}

.txt_17, .card-destaque-side, .linha-destaque .linha-titulo h3, .botao, .bloco-formulario .campo-enviar input[type=submit] {
  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, .card-destaque-side, .linha-destaque .linha-titulo h3, .botao, .bloco-formulario .campo-enviar input[type=submit] {
    font-size: 13px;
  }
}

.txt_16, .diagrama-mercado .sub-linha .coluna-base span, .mais-info .box-texto .salvar small, .mais-info .box-texto .sharear small, .mais-info .box-texto .salvar em, .mais-info .box-texto .sharear em, .mais-info .box-texto.longo, .aviso-scroll, .linha-destaque .col-grafico .mini-grafico .barra, .section-modelo-grafico .grid-graficos-perfil .item-hominho .mais-info i, .section-modelo-grafico .grid-graficos-perfil .item-area .mais-info i, .section-modelo-grafico .grid-graficos-perfil .item-regiao .mais-info i, .legenda-dinamica, .controle-recortes .lista a, .controle-recortes .lista, .controle-recortes, .controle-select .select-estilizado select optgroup, .controle-select .select-estilizado select, .controle-select .select-estilizado, .controle-select, .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario textarea, .bloco-formulario input[type=text], .bloco-formulario input[type=email], .bloco-formulario, .secao-contato .col-texto, .conteudo-publicacoes .card-conteudo .chamada, .conteudo-publicacoes .card-conteudo .texto-noticia .resumo, .conteudo-publicacoes .select-estilizado select optgroup, .conteudo-publicacoes .select-estilizado select, .conteudo-publicacoes .select-estilizado, .conteudo-publicacoes .modulo-busca input, .conteudo-publicacoes .modulo-busca, .section-footer .lf-footer {
  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, .diagrama-mercado .sub-linha .coluna-base span, .mais-info .box-texto .salvar small, .mais-info .box-texto .sharear small, .mais-info .box-texto .salvar em, .mais-info .box-texto .sharear em, .mais-info .box-texto.longo, .aviso-scroll, .linha-destaque .col-grafico .mini-grafico .barra, .section-modelo-grafico .grid-graficos-perfil .item-hominho .mais-info i, .section-modelo-grafico .grid-graficos-perfil .item-area .mais-info i, .section-modelo-grafico .grid-graficos-perfil .item-regiao .mais-info i, .legenda-dinamica, .controle-recortes .lista a, .controle-recortes .lista, .controle-recortes, .controle-select .select-estilizado select optgroup, .controle-select .select-estilizado select, .controle-select .select-estilizado, .controle-select, .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario textarea, .bloco-formulario input[type=text], .bloco-formulario input[type=email], .bloco-formulario, .secao-contato .col-texto, .conteudo-publicacoes .card-conteudo .chamada, .conteudo-publicacoes .card-conteudo .texto-noticia .resumo, .conteudo-publicacoes .select-estilizado select optgroup, .conteudo-publicacoes .select-estilizado select, .conteudo-publicacoes .select-estilizado, .conteudo-publicacoes .modulo-busca input, .conteudo-publicacoes .modulo-busca, .section-footer .lf-footer {
    font-size: 12px;
  }
}

.txt_15, .diagrama-mercado .coluna-desalento.info .balao, .diagrama-mercado .coluna-base .info .balao, .switch-vertical {
  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, .diagrama-mercado .coluna-desalento.info .balao, .diagrama-mercado .coluna-base .info .balao, .switch-vertical {
    font-size: 12px;
  }
}

.txt_14, .diagrama-mercado .coluna-desalento span, .tooltipo-motivo .text span, .card-destaque-side .item-flex small, .home-importancia .bloco-percentual .fonte-small, .home-importancia .bloco-moedas .fonte-small, .home-importancia .bloco-grafico .crianca small, .bloco-formulario .aviso, .section-footer .footer-meta {
  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, .diagrama-mercado .coluna-desalento span, .tooltipo-motivo .text span, .card-destaque-side .item-flex small, .home-importancia .bloco-percentual .fonte-small, .home-importancia .bloco-moedas .fonte-small, .home-importancia .bloco-grafico .crianca small, .bloco-formulario .aviso, .section-footer .footer-meta {
    font-size: 11px;
  }
}

html, body {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
  scroll-behavior: smooth;
  background-color: #fff;
}

html {
  scroll-padding-top: 0;
}
@media screen and (max-width: 1099px) {
  html {
    scroll-padding-top: 0;
  }
}

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, .linha-destaque, .section-modelo-grafico, .conteudo-publicacoes, .conteudo-infograficos, .sobre-dimensoes, .home-conteudo, .home-destaques, .section-footer {
  padding: 6em 0;
}
@media screen and (max-width: 1099px) {
  .padbase, .linha-destaque, .section-modelo-grafico, .conteudo-publicacoes, .conteudo-infograficos, .sobre-dimensoes, .home-conteudo, .home-destaques, .section-footer {
    padding: 6em 0;
  }
}
.padbase.nopt, .nopt.linha-destaque, .nopt.section-modelo-grafico, .nopt.conteudo-publicacoes, .nopt.conteudo-infograficos, .nopt.sobre-dimensoes, .nopt.home-conteudo, .nopt.home-destaques, .nopt.section-footer {
  padding-top: 0;
}
.padbase.nopb, .nopb.linha-destaque, .nopb.section-modelo-grafico, .nopb.conteudo-publicacoes, .nopb.conteudo-infograficos, .nopb.sobre-dimensoes, .nopb.home-conteudo, .nopb.home-destaques, .nopb.section-footer {
  padding-bottom: 0;
}
.padbase.metade, .metade.linha-destaque, .metade.section-modelo-grafico, .metade.conteudo-publicacoes, .metade.conteudo-infograficos, .metade.sobre-dimensoes, .metade.home-conteudo, .metade.home-destaques, .metade.section-footer {
  padding: 3em 0;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .padbase.metade, .metade.linha-destaque, .metade.section-modelo-grafico, .metade.conteudo-publicacoes, .metade.conteudo-infograficos, .metade.sobre-dimensoes, .metade.home-conteudo, .metade.home-destaques, .metade.section-footer {
    padding: 3em 0;
  }
}

.menu-compacto {
  display: none;
}
@media screen and (min-width: 1049px) {
  .menu-compacto {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 0.5vw 0;
  }
  .menu-compacto .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .menu-compacto img {
    display: block;
    height: 1vw;
  }
}

.section-header {
  padding-block: 1.25vw;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, -120%, 0);
          transform: translate3d(0, -120%, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section-header.sempreativo {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fativo .section-header {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1099px) {
  .section-header {
    padding-block: 3vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-header {
    padding-block: 2vw;
  }
}
.section-header .container {
  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: 6.3375vw;
}
@media screen and (max-width: 1099px) {
  .section-header .container {
    width: 100%;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-header .header-logo {
  display: block;
  height: 2.6vw;
}
@media screen and (max-width: 1099px) {
  .section-header .header-logo {
    padding-left: 8vw;
    width: 27.3333333333vw;
    padding-top: 0;
    height: auto;
  }
}
.section-header .header-logo img {
  display: block;
  height: 2.6vw;
}
@media screen and (max-width: 1099px) {
  .section-header .header-logo img {
    height: 10vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-header .header-logo img {
    width: 10.375vw;
    height: auto;
  }
}
.section-header .header-burger {
  display: none;
}
@media screen and (max-width: 1099px) {
  .section-header .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-header .header-burger .hamburger {
    padding-left: 0;
    padding-right: 8vw;
  }
}
@media screen and (max-width: 1099px) {
  .section-header {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    padding-block: 2.1vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-header .header-logo img {
    height: 1vw;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-header.ativo .header-logo img {
    height: 10vw;
    opacity: 1;
  }
  .section-header .header-burger .hamburger {
    padding-bottom: 0px;
    padding-top: 0px;
    height: 15px;
  }
  .fativo .section-header {
    padding-block: 3vw;
  }
  .fativo .section-header .header-logo img {
    height: 10vw;
    opacity: 1;
  }
}
.section-header .header-direita {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1099px) {
  .section-header .header-direita {
    display: none;
  }
}
.section-header .menu-navegacao {
  font-weight: 500;
  color: #111F8F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3em;
}
.section-header .menu-navegacao a:hover, .section-header .menu-navegacao a.ativo {
  text-decoration: underline;
}
@media screen and (max-width: 1099px) {
  .section-header .menu-navegacao {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
    padding: 1em 8vw;
  }
}
@media screen and (max-width: 1099px) {
  .section-header.ativo .header-direita {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.ativa-menu {
  position: fixed;
  top: 0.5em;
  right: 1em;
  width: 2.6em;
  height: 2.6em;
  border-radius: 1000px;
  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;
  cursor: pointer;
  border: 3px solid #111F8F;
  z-index: 4000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ativa-menu img {
  display: block;
  width: 1.3em;
}
.ativa-menu:hover {
  background-color: #F0F1F1;
}
.fativo .ativa-menu {
  top: -5em;
}

.volta-topo {
  position: fixed;
  bottom: 0.5em;
  right: 1em;
  width: 2.6em;
  height: 2.6em;
  border-radius: 1000px;
  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;
  cursor: pointer;
  border: 3px solid #111F8F;
  z-index: 4000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.volta-topo svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: #111F8F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.volta-topo:hover {
  border-color: #111F8F;
  background-color: #111F8F;
}
.volta-topo:hover svg {
  fill: #fff;
}
.fativo .volta-topo {
  bottom: -5em;
}

.section-footer {
  background-color: #111F8F;
  color: #fff;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.section-footer .footer-logo {
  display: block;
  margin-bottom: 3em;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-logo {
    margin-bottom: 3em;
  }
}
.section-footer .footer-logo img {
  display: block;
  height: 4vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-logo img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-footer .footer-logo img {
    width: 16.0625vw;
    height: auto;
  }
}
.section-footer a:hover {
  color: #39AEC0;
}
.section-footer .lf-footer {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section-footer .lf-footer a, .section-footer .lf-footer span {
  display: block;
}
.section-footer .lf-footer strong {
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .section-footer .lf-footer {
    gap: 6em;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-footer .lf-footer {
    gap: 0.85vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section-footer .coluna-mapa {
  width: 22.15vw;
}
.section-footer .coluna-mapa .menu-navegacao {
  text-transform: uppercase;
}
.section-footer .coluna-mapa .menu-navegacao > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-mapa {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-footer .coluna-mapa {
    width: 21.75vw;
  }
}
.section-footer .coluna-qedu {
  width: 13.525vw;
}
.section-footer .coluna-qedu > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.section-footer .coluna-qedu {
  text-transform: uppercase;
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-qedu {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-footer .coluna-qedu {
    width: 21.75vw;
  }
}
.section-footer .coluna-realizacao {
  width: 20.7125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-footer .coluna-realizacao .item-realiza span {
  display: block;
  margin-bottom: 1em;
}
.section-footer .coluna-realizacao .logo-realizacao {
  display: block;
}
.section-footer .coluna-realizacao .logo-realizacao img {
  display: block;
  height: 5vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-realizacao .logo-realizacao img {
    height: 12vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-footer .coluna-realizacao .logo-realizacao img {
    width: 16.0625vw;
    height: auto;
  }
}
.section-footer .coluna-realizacao .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: 2em;
}
.section-footer .coluna-realizacao .logos img {
  display: block;
  height: 3vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-realizacao .logos img {
    height: 14vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-footer .coluna-realizacao .logos img {
    width: 16.0625vw;
    height: auto;
  }
}
.section-footer .coluna-realizacao .logos img.itau {
  height: 6vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-realizacao .logos img.itau {
    height: 20vw;
  }
}
.section-footer .coluna-realizacao .logos img.itau.logop_0 {
  height: 4.6vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-realizacao .logos img.itau.logop_0 {
    height: 14vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-footer .coluna-realizacao .logos img.itau.logop_0 {
    width: 16.0625vw;
    height: auto;
  }
}
.section-footer .coluna-realizacao .logos.logos-realiza {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-realizacao .logos.logos-realiza {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-footer .coluna-realizacao .logos.logos-realiza img.logor_0 {
  height: 3.8vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-realizacao .logos.logos-realiza img.logor_0 {
    height: 14vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-footer .coluna-realizacao .logos.logos-realiza img.logor_0 {
    width: 16.0625vw;
    height: auto;
  }
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-realizacao .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1099px) {
  .section-footer .coluna-realizacao {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5em;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-footer .coluna-realizacao {
    width: 21.75vw;
  }
}
.section-footer .footer-sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75em;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-sociais a {
    font-size: 24px;
  }
}
.section-footer .footer-meta {
  line-height: 2;
}

.grecaptcha-badge {
  opacity: 0 !important;
  z-index: -1 !important;
  visibility: hidden;
}

.botao, .bloco-formulario .campo-enviar input[type=submit] {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 2px solid #111F8F;
  color: #111F8F;
  fill: #111F8F;
  font-weight: 600;
  line-height: 3em;
  height: 3em;
  border-radius: 200px;
  padding: 0 2em;
  gap: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.botao small, .bloco-formulario .campo-enviar input[type=submit] small {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1em;
  position: relative;
}
.botao svg, .bloco-formulario .campo-enviar input[type=submit] svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.botao:hover, .bloco-formulario .campo-enviar input[type=submit]:hover {
  background-color: #111F8F;
  color: #fff;
  fill: #fff;
}
.botao:hover svg, .bloco-formulario .campo-enviar input[type=submit]:hover svg {
  left: calc(100% - 1em);
}
.botao.branco, .bloco-formulario .campo-enviar input.branco[type=submit] {
  background-color: #fff;
  border-color: #fff;
}
.botao.branco:hover, .bloco-formulario .campo-enviar input.branco[type=submit]:hover {
  background-color: transparent;
  color: #fff;
  fill: #fff;
}
.botao.branco-azul, .bloco-formulario .campo-enviar input.branco-azul[type=submit] {
  background-color: #fff;
  border-color: #fff;
}
.botao.branco-azul:hover, .bloco-formulario .campo-enviar input.branco-azul[type=submit]:hover {
  background-color: transparent;
  color: #111F8F;
  border-color: #111F8F;
  fill: #111F8F;
}

:root {
  --azulclaro: #30ADF9;
  --azulesc: #111F8F;
  --azulagua: #58D3E0;
  --amarelo: #FDB92C;
  --pbase: 3em;
}

.home-capa {
  display: block;
  position: relative;
  padding-top: 5.1vw;
  background-color: var(--azulclaro);
}
@media screen and (max-width: 1099px) {
  .home-capa {
    height: 100vh;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa {
    overflow: hidden;
    height: auto;
    padding-top: 18vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa {
    overflow: hidden;
    padding-top: 11.5vw;
  }
}
.home-capa img {
  display: block;
  width: 100%;
}
.home-capa img.desk {
  display: block;
}
.home-capa img.mob {
  display: none;
}
@media screen and (max-width: 1099px) {
  .home-capa img.desk {
    display: none;
  }
  .home-capa img.mob {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa img {
    width: auto;
    height: 60vh;
    display: none;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa img {
    width: auto;
    height: 90vh;
    display: none;
  }
}
.home-capa .conteudo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5.1vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa .conteudo {
    padding-top: 4vw;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa .conteudo {
    padding-top: 11.5vw;
  }
}
.home-capa .container {
  height: 100%;
}
.home-capa .coluna-texto {
  width: 100%;
  height: 100%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
@media screen and (max-width: 1099px) {
  .home-capa .coluna-texto {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2em;
  }
}
.home-capa .coluna-texto h1 span {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
}
.home-capa .coluna-texto h1 strong {
  display: block;
  font-weight: 900;
}
.home-capa .coluna-texto .intro {
  font-weight: 400;
  width: 27.9vw;
}
.home-capa .coluna-texto .intro .intro-titulo {
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 1099px) {
  .home-capa .coluna-texto .intro {
    width: 100%;
  }
}
.home-capa .coluna-texto img {
  display: none;
}
@media screen and (max-width: 1099px) {
  .home-capa .coluna-texto img {
    display: block;
    width: 84vw;
    height: auto;
  }
}
.home-capa .titulo {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  color: #fff;
  padding-top: 4vw;
  width: 20.7125vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa .titulo {
    width: 55.6666666667vw;
  }
  .home-capa .titulo br {
    display: none;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa .titulo {
    width: 33.125vw;
  }
}
.home-capa .titulo span {
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa .titulo span {
    font-size: 12px;
  }
}
.home-capa .titulo p {
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa .titulo p {
    font-size: 30px;
    white-space: normal;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa .titulo p {
    font-size: 30px;
    white-space: normal;
  }
}
.home-capa .titulo small {
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 1099px) {
  .home-capa .titulo small {
    white-space: normal;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-capa .titulo small {
    font-size: 12px;
  }
}

.section-texto-ilustra {
  color: #111F8F;
  padding-top: 7.2em;
  padding-bottom: 7.2em;
}
.section-texto-ilustra .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra .container {
    min-height: 0;
  }
}
.section-texto-ilustra.minh {
  padding-top: 0;
  padding-bottom: 0;
}
.section-texto-ilustra.minh .container {
  min-height: calc(100vh - 5.1vw);
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.minh .container {
    min-height: 0;
  }
}
.section-texto-ilustra .lf {
  width: 100%;
}
.section-texto-ilustra .col-texto {
  width: 29.3375vw;
}
@media screen and (max-width: 1099px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra .col-texto {
    width: 100%;
  }
}
.section-texto-ilustra h1, .section-texto-ilustra h2 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra h1, .section-texto-ilustra h2 {
    line-height: 1.4;
  }
}
.section-texto-ilustra h1.grande, .section-texto-ilustra h2.grande {
  line-height: 1.2;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra h1.grande, .section-texto-ilustra h2.grande {
    line-height: 1.4;
  }
}
.section-texto-ilustra h1.grande2, .section-texto-ilustra h2.grande2 {
  line-height: 1.2;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra h1.grande2, .section-texto-ilustra h2.grande2 {
    line-height: 1.4;
  }
}
.section-texto-ilustra h3 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra h3 {
    line-height: 1.7;
  }
}
.section-texto-ilustra .desc {
  margin-bottom: 2.5em;
  line-height: 1.5;
}
.section-texto-ilustra .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.section-texto-ilustra.home-sobre {
  padding-top: 12em;
  padding-bottom: 12em;
  background-image: url("../img/home-sobre-ilustra.png");
  background-size: auto 75%;
  background-position: center right 14.6vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.home-sobre {
    background-size: auto 60vw;
    background-position: top 20vw center;
    padding-top: 90vw;
    padding-bottom: 6em;
  }
  .section-texto-ilustra.home-sobre .botoes .botao, .section-texto-ilustra.home-sobre .botoes .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario .campo-enviar .section-texto-ilustra.home-sobre .botoes input[type=submit] {
    max-width: 76.9166666667vw;
    gap: 1em;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-sobre {
    background-image: url("../img/home-sobre-ilustra.png");
    background-size: 25vw auto;
    background-position: center right 5vw;
    background-repeat: no-repeat;
  }
  .section-texto-ilustra.home-sobre .col-texto {
    width: 55.875vw;
  }
}
.section-texto-ilustra.sobre-intro {
  background-image: none;
  background-size: auto 75%;
  background-position: bottom 3em right 7.3vw;
  background-repeat: no-repeat;
  padding-top: 5.1vw;
  padding-bottom: 0;
  background-color: #F0F1F1;
  position: relative;
}
@media screen and (max-width: 1099px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.sobre-intro {
    padding-bottom: 6em;
    padding-top: 75vw;
  }
}
.section-texto-ilustra.sobre-intro .container {
  min-height: calc(100vh - 5.1vw);
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.sobre-intro .container {
    min-height: 0;
    padding-top: 21vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.sobre-intro .container {
    padding-top: 10vw;
  }
}
.section-texto-ilustra.sobre-intro .col-texto {
  width: 35.0875vw;
}
@media screen and (max-width: 1099px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.sobre-intro .col-texto {
    width: 100%;
  }
}
.section-texto-ilustra.sobre-intro .col-texto .desc {
  color: #323232;
}
.section-texto-ilustra.sobre-intro:before {
  content: "";
  display: block;
  width: 49.575vw;
  height: calc(100vh - 5.1vw);
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../img/home-sobre-ilustra.png");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: center;
  pointer-events: none;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1099px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.sobre-intro:before {
    background-size: auto 90%;
    width: 49.5vw;
    height: 100%;
    background-position: bottom center;
    bottom: auto;
    top: 19.2vw;
    width: 100%;
    height: 70vw;
  }
}
.section-texto-ilustra.home-intro {
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 1099px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-intro {
    padding-top: 24em;
    padding-bottom: 6em;
    background-image: url("../img/home-intro-mobile.png");
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-intro {
    padding-bottom: 0;
  }
}
.section-texto-ilustra.home-intro .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 0;
}
.section-texto-ilustra.home-intro .col-texto {
  width: 42.275vw;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.home-intro .col-texto {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-intro .col-texto {
    width: 55.875vw;
  }
}
.section-texto-ilustra.home-intro .col-texto .desc {
  margin-bottom: 0;
}
.section-texto-ilustra.home-intro:before {
  content: "";
  display: block;
  width: 42.3875vw;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/home-intro-ilustra.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left -1.5vw top;
  pointer-events: none;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-intro:before {
    left: -6vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-intro:before {
    display: none;
  }
}
.section-texto-ilustra.home-retrato {
  background-color: #39AEC0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1099px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-retrato {
    padding-top: 78vw;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-retrato {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.section-texto-ilustra.home-retrato:before {
  content: "";
  display: block;
  width: 49.575vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/retrato-ilustra-branco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-retrato:before {
    width: 100%;
    height: 78vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-retrato:before {
    width: 30%;
  }
}
.section-texto-ilustra.home-retrato .col-texto {
  width: 35.0875vw;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.home-retrato .col-texto {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-retrato .col-texto {
    width: 61.5625vw;
  }
}
.section-texto-ilustra.home-retrato .col-texto .botao, .section-texto-ilustra.home-retrato .col-texto .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario .campo-enviar .section-texto-ilustra.home-retrato .col-texto input[type=submit] {
  max-width: 20.7125vw;
}
@media screen and (max-width: 1049px) {
  .section-texto-ilustra.home-retrato .col-texto .botao, .section-texto-ilustra.home-retrato .col-texto .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario .campo-enviar .section-texto-ilustra.home-retrato .col-texto input[type=submit] {
    max-width: 55.6666666667vw;
    background-color: #111F8F;
    color: #fff;
  }
  .section-texto-ilustra.home-retrato .col-texto .botao svg, .section-texto-ilustra.home-retrato .col-texto .bloco-formulario .campo-enviar input[type=submit] svg, .bloco-formulario .campo-enviar .section-texto-ilustra.home-retrato .col-texto input[type=submit] svg {
    fill: #fff;
  }
}
.section-texto-ilustra.home-situacao {
  background-color: #F0F1F1;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.home-situacao {
    padding-top: 78vw;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-situacao {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.section-texto-ilustra.home-situacao:before {
  content: "";
  display: block;
  width: 42.275vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 7.3vw;
  background-image: url("../img/situacao-estudo-ilustra.png");
  background-repeat: no-repeat;
  background-size: auto 85%;
  background-position: center center;
  pointer-events: none;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-situacao:before {
    width: 100%;
    height: 78vw;
    right: 0;
    background-size: auto 70%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-situacao:before {
    width: 35%;
    right: 0;
    background-size: contain;
  }
}
.section-texto-ilustra.home-situacao .col-texto {
  width: 35.0875vw;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.home-situacao .col-texto {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-situacao .col-texto {
    width: 61.5625vw;
  }
}
.section-texto-ilustra.home-situacao .col-texto .botao, .section-texto-ilustra.home-situacao .col-texto .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario .campo-enviar .section-texto-ilustra.home-situacao .col-texto input[type=submit] {
  max-width: 20.7125vw;
}
@media screen and (max-width: 1049px) {
  .section-texto-ilustra.home-situacao .col-texto .botao, .section-texto-ilustra.home-situacao .col-texto .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario .campo-enviar .section-texto-ilustra.home-situacao .col-texto input[type=submit] {
    max-width: 55.6666666667vw;
  }
}
.section-texto-ilustra.home-mundo {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.home-mundo {
    padding-top: 72vw;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-mundo {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.section-texto-ilustra.home-mundo:before {
  content: "";
  display: block;
  width: 49.575vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/mundo-trabalho-ilustra.png");
  background-repeat: no-repeat;
  background-size: auto 85%;
  background-position: left -1vw center;
  pointer-events: none;
}
@media screen and (max-width: 1049px) {
  .section-texto-ilustra.home-mundo:before {
    width: 100%;
    height: 70vw;
    background-size: contain;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-mundo:before {
    background-position: center bottom;
    background-size: auto 85%;
    height: 65vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-mundo:before {
    width: 35%;
    right: 0;
    background-size: contain;
  }
}
.section-texto-ilustra.home-mundo .col-texto {
  width: 35.0875vw;
  margin-left: 49.4625vw;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.home-mundo .col-texto {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.home-mundo .col-texto {
    width: 61.5625vw;
    margin-left: 33.125vw;
  }
}
.section-texto-ilustra.home-mundo .col-texto h2 {
  margin-bottom: 0.75em;
}
.section-texto-ilustra.home-mundo .col-texto .botao, .section-texto-ilustra.home-mundo .col-texto .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario .campo-enviar .section-texto-ilustra.home-mundo .col-texto input[type=submit] {
  max-width: 20.7125vw;
}
@media screen and (max-width: 1049px) {
  .section-texto-ilustra.home-mundo .col-texto .botao, .section-texto-ilustra.home-mundo .col-texto .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario .campo-enviar .section-texto-ilustra.home-mundo .col-texto input[type=submit] {
    max-width: 55.6666666667vw;
  }
}
.section-texto-ilustra.retrato-mais {
  background-color: #F0F1F1;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.retrato-mais {
    padding-block: 7.2em;
    padding-top: 75vw;
  }
}
.section-texto-ilustra.retrato-mais:before {
  content: "";
  display: block;
  width: 49.575vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/situacao-estudo-ilustra.png");
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: center center;
  pointer-events: none;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.retrato-mais:before {
    width: 100%;
    height: 70vw;
    background-size: auto 80%;
    background-position: top 10vw center;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.retrato-mais:before {
    display: block;
    background-size: contain;
    width: 45%;
  }
}
.section-texto-ilustra.retrato-mais .col-texto {
  margin-left: 43.125vw;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.retrato-mais .col-texto {
    margin-left: 0;
  }
  .section-texto-ilustra.retrato-mais .col-texto h2 br {
    display: none;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.retrato-mais .col-texto {
    width: 44.5vw;
    margin-left: 44.5vw;
  }
  .section-texto-ilustra.retrato-mais .col-texto h2 {
    margin-bottom: 0.75em;
  }
  .section-texto-ilustra.retrato-mais .col-texto .desc {
    margin-bottom: 2em;
  }
}
.section-texto-ilustra.retrato-mais .col-texto .botao, .section-texto-ilustra.retrato-mais .col-texto .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario .campo-enviar .section-texto-ilustra.retrato-mais .col-texto input[type=submit] {
  max-width: 20.7125vw;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.retrato-mais .col-texto .botao, .section-texto-ilustra.retrato-mais .col-texto .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario .campo-enviar .section-texto-ilustra.retrato-mais .col-texto input[type=submit] {
    max-width: 55.6666666667vw;
  }
}
.section-texto-ilustra.situacao-mais {
  background-color: #F0F1F1;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.situacao-mais {
    padding-block: 7.2em;
    padding-top: 75vw;
  }
}
.section-texto-ilustra.situacao-mais:before {
  content: "";
  display: block;
  width: 49.575vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/mundo-trabalho-ilustra-reduz.png");
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: left center;
  pointer-events: none;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.situacao-mais:before {
    width: 100%;
    height: 70vw;
    background-size: auto 95%;
    background-position: bottom center;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.situacao-mais:before {
    display: block;
    background-size: contain;
    width: 45%;
  }
}
.section-texto-ilustra.situacao-mais .col-texto {
  margin-left: 43.125vw;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.situacao-mais .col-texto {
    margin-left: 0;
  }
  .section-texto-ilustra.situacao-mais .col-texto h2 br {
    display: none;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-texto-ilustra.situacao-mais .col-texto {
    width: 44.5vw;
    margin-left: 44.5vw;
  }
  .section-texto-ilustra.situacao-mais .col-texto h2 {
    margin-bottom: 0.75em;
  }
  .section-texto-ilustra.situacao-mais .col-texto .desc {
    margin-bottom: 2em;
  }
}
.section-texto-ilustra.situacao-mais .col-texto .botao, .section-texto-ilustra.situacao-mais .col-texto .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario .campo-enviar .section-texto-ilustra.situacao-mais .col-texto input[type=submit] {
  max-width: 20.7125vw;
}
@media screen and (max-width: 1099px) {
  .section-texto-ilustra.situacao-mais .col-texto .botao, .section-texto-ilustra.situacao-mais .col-texto .bloco-formulario .campo-enviar input[type=submit], .bloco-formulario .campo-enviar .section-texto-ilustra.situacao-mais .col-texto input[type=submit] {
    max-width: 55.6666666667vw;
  }
}

.container-slideshow .slick-slider {
  opacity: 0;
}
.container-slideshow .slick-slider.slick-initialized {
  opacity: 1;
}

.home-destaques {
  padding-bottom: 9em;
  background-color: #F0F1F1;
}
@media screen and (max-width: 1049px) {
  .home-destaques {
    padding-top: 6em;
  }
  .home-destaques .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-destaques h2 {
  font-weight: 900;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  color: #111F8F;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-destaques h2 {
    margin-left: 8vw;
  }
}
.home-destaques .slideshow-destaques {
  position: relative;
  z-index: 20;
}
.home-destaques .slideshow-destaques::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F0F1F1;
  z-index: 2;
}
@media screen and (max-width: 1099px) {
  .home-destaques .slideshow-destaques::before {
    display: none;
  }
}
.home-destaques .slideshow-destaques::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F0F1F1;
  z-index: 2;
}
@media screen and (max-width: 1099px) {
  .home-destaques .slideshow-destaques::after {
    display: none;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-destaques .slideshow-destaques {
    width: 64.1666666667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-destaques .container-slideshow .a-next {
    right: 8vw !important;
  }
  .home-destaques .container-slideshow .a-prev {
    left: 8vw !important;
  }
}
.home-destaques .card-destaque {
  width: 22.15vw;
  border: 2px solid #111F8F;
  overflow: hidden;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
  border-bottom: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0 auto;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-destaques .card-destaque {
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-destaques .card-destaque {
    width: 33.125vw;
  }
}
.home-destaques .card-destaque .topo img {
  display: block;
  width: 100%;
}
.home-destaques .card-destaque .compartilhar {
  width: 100.2%;
  height: 4em;
  background-color: #111F8F;
  color: #fff;
  fill: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top-left-radius: 1.6em;
  padding-left: 1em;
  padding-right: 1em;
  border: 2px solid #111F8F;
  position: relative;
  left: -0.1%;
  font-weight: bold;
}
.home-destaques .card-destaque .compartilhar .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5em;
}
.home-destaques .card-destaque .compartilhar .links {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.75em;
}
.home-destaques .card-destaque .compartilhar .links a:hover {
  color: #39AEC0;
}
.home-destaques .card-destaque .compartilhar:hover .share {
  display: none;
}
.home-destaques .card-destaque .compartilhar:hover .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099px) {
  .home-destaques .card-destaque .compartilhar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-destaques .card-destaque .compartilhar .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-destaques .card-destaque .compartilhar .share svg {
    display: none;
  }
  .home-destaques .card-destaque .compartilhar .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-destaques .card-destaque .compartilhar svg {
  fill: #fff;
  width: 1em;
  height: 1em;
}
.home-destaques .slick-center .card-destaque {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.home-destaques .container-slideshow .dots {
  padding-top: 2em;
}

.home-conteudo {
  background-color: #111F8F;
  color: #fff;
}
.home-conteudo h2 {
  display: none;
}
@media screen and (max-width: 1099px) {
  .home-conteudo {
    padding-top: 6em;
    padding-bottom: 12em;
  }
  .home-conteudo h2 {
    display: block;
    font-weight: bold;
    font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
    text-rendering: geometricPrecision;
    margin-bottom: 6em;
  }
}
.home-conteudo .card-noticia {
  width: 85.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-conteudo .card-noticia {
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-conteudo .card-noticia {
    width: 100%;
    height: 80vh;
  }
}
.home-conteudo .card-noticia .capa-noticia {
  width: 40.8375vw;
  height: 35.0875vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.5875vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-conteudo .card-noticia .capa-noticia {
    width: 100%;
    height: 40vh;
    margin-left: 0;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-conteudo .card-noticia .capa-noticia {
    width: 50%;
    height: 100%;
  }
}
.home-conteudo .card-noticia .texto-noticia {
  display: block;
  width: 33.65vw;
  margin-right: 4.18125vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home-conteudo .card-noticia .texto-noticia {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 0;
    padding-top: 8vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-conteudo .card-noticia .texto-noticia {
    width: 50%;
    margin-right: 0;
    padding: 0 8vw;
    padding-right: 16vw;
  }
}
.home-conteudo .card-noticia .texto-noticia small {
  display: block;
  font-weight: bold;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
@media screen and (max-width: 1099px) {
  .home-conteudo .card-noticia .texto-noticia small {
    display: none;
  }
}
.home-conteudo .card-noticia .texto-noticia h3 {
  display: block;
  font-weight: bold;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  margin: 0.5em 0;
  margin-top: 2em;
  text-decoration: underline;
}
@media screen and (max-width: 1099px) {
  .home-conteudo .card-noticia .texto-noticia h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-conteudo .card-noticia .texto-noticia h3 {
    margin: 0.25em 0;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1049px) {
  .home-conteudo .container-slideshow .dots {
    padding-left: 45vw;
    padding-top: 0;
    top: calc(100% - 0.75em);
    width: 100%;
  }
  .home-conteudo .container-slideshow .dots .slick-dots {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1099px) {
  .home-conteudo .container-slideshow .dots {
    padding-left: 0;
    padding-top: 0;
    top: -2em;
    width: 100%;
  }
  .home-conteudo .container-slideshow .dots .slick-dots {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5em;
  }
  .home-conteudo .container-slideshow .a-next {
    top: auto;
    bottom: -4em;
    border: 1px solid #fff;
  }
  .home-conteudo .container-slideshow .a-prev {
    top: auto;
    bottom: -4em;
    border: 1px solid #fff;
  }
}

.container-slideshow {
  display: block;
  width: 100%;
  position: relative;
}
.container-slideshow .dots {
  width: 100%;
  position: absolute;
  top: 100%;
  padding-top: 2em;
}
.container-slideshow .seta {
  position: absolute;
  top: calc(50% - 0.8em);
  left: -3em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #111F8F;
  width: 2.6em;
  height: 2.6em;
  border-radius: 1000px;
  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: 200;
}
@media screen and (max-width: 1099px) {
  .container-slideshow .seta {
    left: 0em;
    width: 2em;
    height: 2em;
    z-index: 100;
  }
}
.container-slideshow .seta svg {
  fill: #fff;
  width: 1.3em;
  height: 1.3em;
  display: block;
}
@media screen and (max-width: 1099px) {
  .container-slideshow .seta svg {
    width: 0.8em;
    height: 0.8em;
  }
}
.container-slideshow .seta.a-next {
  left: auto;
  right: -3em;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media screen and (max-width: 1099px) {
  .container-slideshow .seta.a-next {
    right: 0em;
  }
}
.container-slideshow .seta.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.container-slideshow .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.container-slideshow .slick-dots li {
  display: block;
}
.container-slideshow .slick-dots button {
  display: block;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  border: none;
  width: 0.75em;
  height: 0.75em;
  border-radius: 200px;
  background-color: #DADADB;
  cursor: pointer;
}
.container-slideshow .slick-dots button:hover {
  background-color: #111F8F;
}
.container-slideshow .slick-dots .slick-active button {
  background-color: #111F8F;
}
.container-slideshow .dots-escuro .slick-dots button {
  background-color: #DADADB;
}
.container-slideshow .dots-escuro .slick-dots button:hover {
  background-color: #39AEC0;
}
.container-slideshow .dots-escuro .slick-dots .slick-active button {
  background-color: #39AEC0;
}

.sobre-dimensoes h2 {
  font-weight: 900;
  color: #111F8F;
  margin-bottom: 1.5em;
}
.sobre-dimensoes .cards-dimensoes {
  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: 2.55vw;
}
@media screen and (max-width: 1099px) {
  .sobre-dimensoes .cards-dimensoes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2em;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .sobre-dimensoes .cards-dimensoes {
    gap: 1.7vw;
  }
}
.sobre-dimensoes .card {
  display: block;
  width: 23.5875vw;
  border: 3px solid #111F8F;
  overflow: hidden;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  background-color: #111F8F;
}
@media screen and (max-width: 1099px) {
  .sobre-dimensoes .card {
    width: 69.8333333333vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .sobre-dimensoes .card {
    width: 28.575vw;
  }
}
.sobre-dimensoes .card .topo {
  padding: 2em;
  background-color: #fff;
}
.sobre-dimensoes .card .topo img {
  display: block;
  width: 100%;
}
.sobre-dimensoes .card span {
  width: 100%;
  height: 4em;
  background-color: #111F8F;
  color: #fff;
  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: 2em;
  padding-right: 1em;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .sobre-dimensoes .card span {
    font-size: 12px;
  }
}
.sobre-dimensoes .card:hover span {
  background-color: #F0F1F1;
  color: #111F8F;
}
.sobre-dimensoes .lf-final {
  margin-top: 9em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .sobre-dimensoes .lf-final {
    margin-top: 6em;
  }
}
.sobre-dimensoes .lf-final .col-texto > * + * {
  -webkit-margin-before: 1.4em;
          margin-block-start: 1.4em;
}
.sobre-dimensoes .lf-final .col-texto {
  width: 35.0875vw;
}
@media screen and (max-width: 1099px) {
  .sobre-dimensoes .lf-final .col-texto {
    width: 100%;
    margin-bottom: 3em;
  }
}
.sobre-dimensoes .lf-final .col-img {
  width: 33.65vw;
}
@media screen and (max-width: 1099px) {
  .sobre-dimensoes .lf-final .col-img {
    width: 100%;
  }
}
.sobre-dimensoes .lf-final .col-img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .sobre-dimensoes .lf-final .col-img img {
    width: 80%;
    margin: 0 auto;
  }
}

.sobre-ficha {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .sobre-ficha {
    padding-top: 0;
  }
}
.sobre-ficha h2 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  color: #111F8F;
  margin-bottom: 1.5em;
}
.sobre-ficha h3 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  color: #39AEC0;
  margin-bottom: 1em;
}
.sobre-ficha .ficha-tecnica > * + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.sobre-ficha .ficha-tecnica {
  color: #797979;
}
.sobre-ficha .ficha-tecnica h4 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  color: #111F8F;
  font-weight: bold;
}
.sobre-ficha .ficha-tecnica {
  margin-bottom: 2em;
}

.conteudo-capa {
  margin-top: 5.1vw;
}
.conteudo-capa h2 {
  display: none;
  color: #39AEC0;
}
.conteudo-capa .container {
  padding-left: 0;
  padding-right: 0;
}
.conteudo-capa .container .a-prev {
  left: auto;
  right: 38.7vw;
  top: auto;
  bottom: 2vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-capa .container .a-prev {
    left: 0;
    right: auto;
  }
}
.conteudo-capa .container .a-next {
  right: 7.3vw;
  top: auto;
  bottom: 2vw;
  z-index: 100;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-capa .container .a-next {
    right: 0;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-capa .container .a-prev, .conteudo-capa .container .a-next {
    top: auto;
    bottom: -3.6em;
    border: 1px solid #111F8F;
    background-color: transparent;
  }
  .conteudo-capa .container .a-prev svg, .conteudo-capa .container .a-next svg {
    fill: #111F8F;
  }
}
.conteudo-capa .container .dots {
  top: auto;
  bottom: 2vw;
  width: 38.7vw;
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: calc(7.3vw + 2.6em);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-capa .container .dots {
    width: 100%;
    left: 0;
    padding-left: 0;
    bottom: auto;
    top: calc(100% + 2.3em);
    padding-top: 0;
    padding-right: 0;
  }
}
.conteudo-capa .container .dots .slick-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.6em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-capa .container .dots .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}
@media screen and (max-width: 1099px) {
  .conteudo-capa {
    padding-top: 6em;
    padding-bottom: 12em;
  }
  .conteudo-capa .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .conteudo-capa h2 {
    display: block;
    font-weight: bold;
    font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
    text-rendering: geometricPrecision;
    margin-bottom: 1.5em;
  }
}
.conteudo-capa .card-noticia {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100vh - 5.1vw);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-capa .card-noticia {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.conteudo-capa .card-noticia .capa-noticia {
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-capa .card-noticia .capa-noticia {
    width: 100%;
    height: 80vw;
  }
}
.conteudo-capa .card-noticia .texto-noticia {
  display: block;
  width: 35.0875vw;
  margin-right: 7.3vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-capa .card-noticia .texto-noticia {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-capa .card-noticia .texto-noticia {
    width: 50%;
    margin-right: 0;
    padding: 0 8vw;
    padding-right: 16vw;
  }
}
.conteudo-capa .card-noticia .texto-noticia small {
  display: block;
  font-weight: bold;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  color: #39AEC0;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-capa .card-noticia .texto-noticia small {
    display: none;
  }
}
.conteudo-capa .card-noticia .texto-noticia h3 {
  display: block;
  font-weight: bold;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  margin: 0.5em 0;
  margin-top: 2em;
  color: #111F8F;
  text-decoration: underline;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-capa .card-noticia .texto-noticia h3 {
    margin: 0.25em 0;
    line-height: 1.2;
  }
}
.conteudo-capa .card-noticia .texto-noticia .resumo {
  color: #111F8F;
}

.conteudo-infograficos {
  background-color: #39AEC0;
  color: #fff;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-infograficos {
    padding-bottom: 9em;
  }
}
@media screen and (max-width: 1099px) {
  .conteudo-infograficos .lf {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.conteudo-infograficos .col-texto {
  width: 33.65vw;
}
.conteudo-infograficos .col-texto h2 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 1099px) {
  .conteudo-infograficos .col-texto {
    width: 100%;
    margin-bottom: 3em;
  }
}
.conteudo-infograficos .container-slideshow {
  width: 42.275vw;
}
@media screen and (max-width: 1099px) {
  .conteudo-infograficos .container-slideshow {
    width: 100%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-infograficos .container-slideshow .a-prev, .conteudo-infograficos .container-slideshow .a-next {
    border: 1px solid #fff;
    background-color: transparent;
  }
}
.conteudo-infograficos .container-slideshow .a-prev {
  left: -4em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-infograficos .container-slideshow .a-prev {
    left: 0;
    top: auto;
    bottom: -3.5em;
  }
}
.conteudo-infograficos .container-slideshow .a-next {
  right: -4em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-infograficos .container-slideshow .a-next {
    right: 0;
    top: auto;
    bottom: -3.5em;
  }
}
.conteudo-infograficos .container-slideshow .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.conteudo-infograficos .container-slideshow .slick-slide {
  height: inherit !important;
}
.conteudo-infograficos .container-slideshow .slick-hidden {
  display: none;
}
.conteudo-infograficos .card-infog {
  width: 100%;
  border: 3px solid #111F8F;
  overflow: hidden;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #111F8F;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.conteudo-infograficos .card-infog .topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2vw;
  padding: 4vw 3vw;
  background-color: #fff;
  color: #111F8F;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-infograficos .card-infog .topo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8vw 8vw;
  }
}
.conteudo-infograficos .card-infog .topo .texto {
  width: 16.4vw;
}
@media screen and (max-width: 1099px) {
  .conteudo-infograficos .card-infog .topo .texto {
    width: 45%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-infograficos .card-infog .topo .texto {
    width: 100%;
  }
}
.conteudo-infograficos .card-infog .topo .texto h3 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-infograficos .card-infog .topo .texto h3 {
    margin-bottom: 1em;
    line-height: 1.4;
    font-size: 22px;
  }
  .conteudo-infograficos .card-infog .topo .texto h3 br {
    display: none;
  }
}
.conteudo-infograficos .card-infog .topo img {
  display: block;
  width: 19.275vw;
}
@media screen and (max-width: 1099px) {
  .conteudo-infograficos .card-infog .topo img {
    width: 45%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-infograficos .card-infog .topo img {
    width: 100%;
    margin-top: 1em;
  }
}
.conteudo-infograficos .card-infog .chamada {
  width: 100%;
  height: 4em;
  background-color: #111F8F;
  color: #fff;
  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: 2em;
  padding-right: 1em;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.conteudo-infograficos .card-infog:hover a {
  background-color: #F0F1F1;
  color: #111F8F;
}

.conteudo-publicacoes h2 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  color: #111F8F;
  font-weight: bold;
  margin-bottom: 1em;
}
.conteudo-publicacoes .conteudo-filtros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.85vw;
  margin-bottom: 3em;
}
.conteudo-publicacoes .modulo-busca {
  width: 20.7125vw;
  position: relative;
}
.conteudo-publicacoes .modulo-busca input {
  padding-left: 0.5em;
  width: 100%;
  height: 3em;
  line-height: 3em;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  border: 0.2em solid #111F8F;
  border-radius: 1000px;
}
.conteudo-publicacoes .modulo-busca img {
  display: block;
  height: 1.5em;
  position: absolute;
  top: 0.75em;
  right: 1em;
}
.conteudo-publicacoes .select-estilizado {
  width: 20.7125vw;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  height: 3em;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 0.2em solid #111F8F;
  border-radius: 150px;
}
.conteudo-publicacoes .select-estilizado:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 3em;
  background-image: url("../img/seta-select.svg");
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.conteudo-publicacoes .select-estilizado select {
  padding-left: 0.5em;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.conteudo-publicacoes .select-estilizado select optgroup {
  color: #000;
}
.conteudo-publicacoes .select-estilizado select:focus {
  outline: none;
}
.conteudo-publicacoes .grid-conteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.85vw;
}
@media screen and (max-width: 1099px) {
  .conteudo-publicacoes .grid-conteudo {
    gap: 8vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-publicacoes .grid-conteudo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.conteudo-publicacoes .card-conteudo {
  width: 20.353125vw;
  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;
  border: 0.15em solid #111F8F;
  border-top-right-radius: 2em;
  overflow: hidden;
}
@media screen and (max-width: 1099px) {
  .conteudo-publicacoes .card-conteudo {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-publicacoes .card-conteudo {
    width: 41.65625vw;
  }
}
.conteudo-publicacoes .card-conteudo .capa {
  width: 100%;
  height: 16.4vw;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1099px) {
  .conteudo-publicacoes .card-conteudo .capa {
    height: 48.5833333333vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .conteudo-publicacoes .card-conteudo .capa {
    height: 21.75vw;
  }
}
.conteudo-publicacoes .card-conteudo .texto-noticia {
  padding: 1em;
  background-color: #fff;
  color: #111F8F;
}
.conteudo-publicacoes .card-conteudo .texto-noticia h3 {
  font-weight: bold;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  margin-bottom: 0.5em;
}
.conteudo-publicacoes .card-conteudo .texto-noticia .resumo {
  font-weight: 400;
}
.conteudo-publicacoes .card-conteudo .chamada {
  width: 100%;
  background-color: #F0F1F1;
  color: #111F8F;
  padding-left: 1.2em;
  line-height: 3em;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: 600;
}
.conteudo-publicacoes .card-conteudo:hover .chamada {
  background-color: #111F8F;
  color: #fff;
}
.conteudo-publicacoes .paginacao {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  gap: 0.5em;
}
.conteudo-publicacoes .paginacao .atual {
  font-weight: bold;
  color: #111F8F;
}

.secao-contato {
  border-top: 0.15em solid #111F8F;
  padding-top: 7.2em;
  padding-bottom: 7.2em;
}
.secao-contato .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1049px) {
  .secao-contato .container {
    min-height: 0;
  }
}
.secao-contato .lf {
  width: 100%;
  padding-left: 7.1875vw;
  padding-right: 7.1875vw;
}
@media screen and (max-width: 1049px) {
  .secao-contato .lf {
    padding-left: 0;
    padding-right: 0;
  }
}
.secao-contato .col-texto {
  width: 24.30625vw;
  color: #111F8F;
  height: 18em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .secao-contato .col-texto {
    width: 100%;
    height: auto;
    gap: 2em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .secao-contato .col-texto {
    width: 45%;
  }
}
.secao-contato .col-texto .botoes {
  width: 100%;
  max-width: 20.7125vw;
}
@media screen and (max-width: 1099px) {
  .secao-contato .col-texto .botoes {
    max-width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .secao-contato .col-formulario {
    width: 45%;
  }
}
.secao-contato h2 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
}

.bloco-formulario {
  width: 100%;
}
.bloco-formulario ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #111F8F;
}
.bloco-formulario ::-moz-placeholder { /* Firefox 19+ */
  color: #111F8F;
}
.bloco-formulario :-ms-input-placeholder { /* IE 10+ */
  color: #111F8F;
}
.bloco-formulario :-moz-placeholder { /* Firefox 18- */
  color: #111F8F;
}
.bloco-formulario .campo-input {
  margin-bottom: 1em;
}
.bloco-formulario .campo-input span {
  display: block;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bloco-formulario .campo-input.anexo p {
  margin-bottom: 0.25em;
}
.bloco-formulario .campo-input.mensagem {
  height: 10em;
}
@media screen and (max-width: 1099px) {
  .bloco-formulario .campo-input.mensagem {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.bloco-formulario .aviso {
  display: block;
  color: #ff0000;
  padding-top: 0.5em;
  padding-left: 1em;
}
.bloco-formulario .campo-aceite {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bloco-formulario .campo-aceite .aviso {
  width: 100%;
}
.bloco-formulario .campo-aceite input {
  margin: 0;
}
.bloco-formulario input[type=text], .bloco-formulario input[type=email] {
  width: 100%;
  border: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  line-height: 3em;
  height: 3em;
  border-bottom: 2px solid #111F8F;
  border-radius: 0px !important;
}
.bloco-formulario textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  padding: 1em;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  line-height: 1.5em;
  height: 10em;
  border: 2px solid #111F8F;
  border-radius: 0px !important;
}
.bloco-formulario .campo-enviar label {
  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;
}
.bloco-formulario .campo-enviar label span {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
.bloco-formulario .campo-enviar label a {
  color: #852561;
  text-decoration: underline;
}
.bloco-formulario .campo-enviar p {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bloco-formulario .campo-enviar input[type=submit] {
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 0;
  padding: 0 2em;
  border-radius: 1000px !important;
  line-height: 1;
}

.home-aviso-novo {
  background-color: #A36ACB;
  color: #fff;
  position: relative;
}
.home-aviso-novo .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 28vw;
}
@media screen and (max-width: 1099px) {
  .home-aviso-novo .container {
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.home-aviso-novo .col-texto {
  width: 40.8375vw;
}
@media screen and (max-width: 1099px) {
  .home-aviso-novo .col-texto {
    width: 100%;
    margin-top: 2em;
  }
  .home-aviso-novo .col-texto br {
    display: none;
  }
}
.home-aviso-novo img {
  width: 41.55625vw;
}
@media screen and (max-width: 1099px) {
  .home-aviso-novo img {
    width: 100%;
  }
}
.home-aviso-novo h2 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .home-aviso-novo h2 {
    line-height: 1.7;
  }
}
.home-aviso-novo .desc {
  line-height: 1.5;
}
.home-aviso-novo .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}

.titulo-label {
  display: inline-block;
  background-color: var(--azulesc);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5em 0.5em;
  padding-left: 0.2em;
  padding-right: 1.5em;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .titulo-label {
    line-height: 1.7em;
  }
}
.titulo-label:before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background-color: var(--azulesc);
  position: absolute;
  top: 0;
  right: calc(100% - 2px);
}
.titulo-label.azul {
  background-color: var(--azulclaro);
  color: #fff;
}
.titulo-label.azul:before {
  background-color: var(--azulclaro);
}
.titulo-label.discussao {
  background-color: #fff;
  color: var(--azulesc);
}
.titulo-label.discussao:before {
  background-color: #fff;
}

.home-introducao {
  padding-block: calc(var(--pbase) * 2);
  color: var(--azulesc);
}
@media screen and (max-width: 1099px) {
  .home-introducao {
    padding-bottom: 8em;
  }
}
.home-introducao .lf-intro {
  padding-block: 4em;
}
@media screen and (max-width: 1099px) {
  .home-introducao .lf-intro {
    -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;
    padding-bottom: 2em;
  }
  .home-introducao .lf-intro .box-azul {
    display: none;
  }
}
.home-introducao .coluna-texto {
  width: 43.7125vw;
}
.home-introducao .coluna-texto > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.home-introducao .coluna-texto .titulo {
  font-weight: bold;
  width: 40.8375vw;
  margin-bottom: 1em;
}
.home-introducao .coluna-texto .destaque {
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .home-introducao .coluna-texto {
    width: 100%;
  }
  .home-introducao .coluna-texto .titulo {
    width: 100%;
    margin-bottom: 1em;
  }
}
.home-introducao .box-azul {
  width: 27.9vw;
  background-color: var(--azulclaro);
  padding: 4em;
  color: #fff;
  border: 2px solid var(--azulesc);
  border-bottom-left-radius: 4em;
  border-top-right-radius: 4em;
  position: relative;
}
.home-introducao .box-azul.solo {
  display: none;
}
@media screen and (max-width: 1099px) {
  .home-introducao .box-azul {
    width: 100%;
    padding: 2.5em;
    border-bottom-left-radius: 3em;
    border-top-right-radius: 3em;
  }
  .home-introducao .box-azul.solo {
    display: block;
    margin-top: 2em;
  }
}
.home-introducao .box-azul .agenda {
  display: block;
  width: 5em;
}
.home-introducao .box-azul p {
  font-weight: 600;
  line-height: 150%;
}
.home-introducao .box-azul p strong {
  font-weight: 600;
  display: block;
  margin-block: 2em;
}
.home-introducao .box-azul .arte-a {
  position: absolute;
  bottom: calc(100% - 7vw);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .home-introducao .box-azul .arte-a {
    display: none;
  }
}
.home-introducao .box-azul .arte-b {
  position: absolute;
  top: calc(100% + 2vw);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .home-introducao .box-azul .arte-b {
    top: calc(100% - 6vw);
  }
}
.home-introducao .coluna-explicacao {
  width: 49.4625vw;
  color: #323232;
  line-height: 170%;
}
@media screen and (max-width: 1099px) {
  .home-introducao .coluna-explicacao {
    width: 100%;
  }
}

.home-importancia {
  padding-block: calc(var(--pbase) * 2);
  background-color: #f5f5f5;
}
.home-importancia .texto-intro {
  color: var(--azulesc);
  margin-top: 4em;
}
.home-importancia .texto-intro p {
  font-weight: 600;
  width: 35.0875vw;
  margin-bottom: 1em;
}
@media screen and (max-width: 1099px) {
  .home-importancia .texto-intro p {
    width: 100%;
  }
}
.home-importancia .texto-intro h3 {
  font-weight: bold;
  width: 38.68125vw;
}
@media screen and (max-width: 1099px) {
  .home-importancia .texto-intro h3 {
    width: 100%;
  }
}
.home-importancia .container-slideshow {
  margin-top: 4em;
}
.home-importancia .container-slideshow .seta.a-prev {
  left: 0;
}
@media screen and (max-width: 1099px) {
  .home-importancia .container-slideshow .seta.a-prev {
    left: -1.8em;
  }
}
.home-importancia .container-slideshow .seta.a-next {
  right: 0;
}
@media screen and (max-width: 1099px) {
  .home-importancia .container-slideshow .seta.a-next {
    right: -1.8em;
  }
}
.home-importancia .slideshow-destaques {
  width: 71.025vw;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .home-importancia .slideshow-destaques {
    width: 100%;
  }
}
.home-importancia .item-slide {
  padding-inline: 0.5em;
}
.home-importancia .item-destaque {
  width: 100%;
  height: 30.2vw;
  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;
  background-color: #fff;
  border: 2px solid var(--azulesc);
  border-bottom-left-radius: 3em;
  border-top-right-radius: 3em;
}
@media screen and (max-width: 1099px) {
  .home-importancia .item-destaque {
    height: 160vw;
    border-bottom-left-radius: 2.5em;
    border-top-right-radius: 2.5em;
    -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;
  }
}
.home-importancia .bloco-grafico {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4em;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico {
    height: 90vw;
    padding: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1em;
  }
}
.home-importancia .bloco-grafico .barrinha {
  width: 100%;
  height: 6vw;
  background-color: #D8D8D8;
  position: relative;
}
.home-importancia .bloco-grafico .barrinha .valor {
  position: absolute;
  top: 0;
  left: 0;
  width: 94.6%;
  height: 100%;
  background-color: var(--azulclaro);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico .barrinha {
    width: 10vw;
    height: 100%;
  }
  .home-importancia .bloco-grafico .barrinha .valor {
    width: 100%;
    height: 94.6%;
  }
}
.home-importancia .bloco-grafico .criancas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico .criancas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    margin-top: 0;
  }
}
.home-importancia .bloco-grafico .crianca {
  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: 2vw;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico .crianca {
    gap: 4vw;
  }
}
.home-importancia .bloco-grafico .crianca img {
  display: block;
  width: 5.5vw;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico .crianca img {
    width: 9vw;
  }
}
.home-importancia .bloco-grafico .crianca .info {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-importancia .bloco-grafico .crianca .valor {
  font-weight: bold;
  line-height: 1em;
}
.home-importancia .bloco-grafico .crianca p {
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico .crianca p {
    font-size: 14px;
  }
}
.home-importancia .bloco-grafico .crianca small {
  font-weight: 400;
  color: #787878;
}
.home-importancia .bloco-grafico .crianca.ca {
  width: 22.86875vw;
  color: var(--azulesc);
}
.home-importancia .bloco-grafico .crianca.ca:before {
  content: "";
  display: block;
  width: 2px;
  height: 7vw;
  position: absolute;
  bottom: calc(100% + 1vw);
  left: 6.5vw;
  background-color: var(--azulesc);
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico .crianca.ca:before {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico .crianca.ca {
    width: 100%;
  }
}
.home-importancia .bloco-grafico .crianca {
  --bgc: #B3B3B3;
}
.home-importancia .bloco-grafico .crianca.cb {
  width: 18.55625vw;
  color: #787878;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico .crianca.cb {
    width: 100%;
  }
}
.home-importancia .bloco-grafico .crianca.cb:before {
  content: "";
  display: block;
  width: 2px;
  height: 3vw;
  position: absolute;
  bottom: calc(100% + 1vw);
  left: 6.5vw;
  background-color: var(--bgc);
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico .crianca.cb:before {
    display: none;
  }
}
.home-importancia .bloco-grafico .crianca.cb:after {
  content: "";
  display: block;
  width: 11vw;
  height: 2px;
  position: absolute;
  bottom: calc(100% + 4vw);
  left: 6.5vw;
  background-color: var(--bgc);
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico .crianca.cb:after {
    display: none;
  }
}
.home-importancia .bloco-grafico .crianca.cb em {
  content: "";
  display: block;
  width: 2px;
  height: 4vw;
  position: absolute;
  bottom: calc(100% + 4vw);
  left: 17.5vw;
  background-color: var(--bgc);
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-grafico .crianca.cb em {
    display: none;
  }
}
.home-importancia .bloco-destaque-bg {
  width: 20.7125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #787878;
  background-image: url("../img/card-01-fundobg.png");
  background-size: cover;
  padding-inline: 3em;
  gap: 0.25em;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-destaque-bg {
    width: 100%;
    height: 65vw;
    padding: 2em;
  }
}
.home-importancia .bloco-destaque-bg span {
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-destaque-bg span {
    font-size: 40px;
  }
}
.home-importancia .bloco-destaque-bg small {
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-destaque-bg small {
    font-size: 40px;
  }
}
.home-importancia .bloco-destaque-bg p {
  font-weight: 400;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-destaque-bg p {
    font-size: 13px;
  }
}
.home-importancia .bloco-moedas {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3em;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-moedas {
    height: 95vw;
    padding: 2em;
  }
}
.home-importancia .bloco-moedas .intro {
  width: 27.9vw;
  font-weight: 600;
  color: var(--azulesc);
  position: absolute;
  top: 2.6em;
  left: 2.6em;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-moedas .intro {
    width: 100%;
    position: static;
    font-size: 14px;
  }
}
.home-importancia .bloco-moedas .moedas {
  width: 100%;
  height: 100%;
  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;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-moedas .moedas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    gap: 2.5vw 0;
    margin-top: 5vw;
  }
}
.home-importancia .bloco-moedas .moedas:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: var(--azulesc);
  position: absolute;
  top: 0;
  right: -3vw;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-moedas .moedas:before {
    display: none;
  }
}
.home-importancia .bloco-moedas .fonte-small {
  font-weight: 400;
  color: #787878;
  text-align: center;
  margin-top: 1em;
}
.home-importancia .bloco-moedas .setabg {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-image: url("../img/card-02-seta.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-importancia .bloco-moedas .setabg p {
  font-weight: 600;
  color: var(--azulesc);
}
.home-importancia .bloco-moedas .setabg span {
  color: var(--amarelo);
  font-weight: bold;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-moedas .setabg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 20vw;
  }
}
.home-importancia .bloco-moedas .moeda {
  width: 13.525vw;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.25em;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-moedas .moeda {
    width: 50%;
    height: 40vw;
  }
}
.home-importancia .bloco-moedas .moeda img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-moedas .moeda img {
    width: 65%;
    margin: 0 auto;
  }
}
.home-importancia .bloco-moedas .moeda span {
  color: var(--amarelo);
  font-weight: bold;
}
.home-importancia .bloco-moedas .moeda small {
  color: var(--azulesc);
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-moedas .moeda.ma {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-importancia .bloco-moedas .moeda.mb {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.home-importancia .bloco-apesar {
  width: 20.7125vw;
  padding: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.home-importancia .bloco-apesar img {
  display: block;
  width: 10.65vw;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-apesar img {
    width: 30vw;
  }
}
.home-importancia .bloco-apesar p {
  font-weight: 600;
  color: var(--azulesc);
  line-height: 1.7em;
}
.home-importancia .bloco-apesar p strong {
  color: var(--amarelo);
  display: block;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-apesar {
    width: 100%;
    height: 65vw;
    padding: 2em;
    gap: 0.5em;
  }
  .home-importancia .bloco-apesar p {
    line-height: 1.4em;
    font-size: 14px;
  }
  .home-importancia .bloco-apesar p strong {
    display: inline;
    font-size: 15px;
  }
}
.home-importancia {
  --laranja: #FD9426;
  --verde: #44B653;
}
.home-importancia .bloco-percentual {
  width: 100%;
  height: 100%;
  padding: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-percentual {
    padding: 2em;
  }
}
.home-importancia .bloco-percentual .intro {
  width: 35.0875vw;
  font-weight: 600;
  color: var(--azulesc);
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-percentual .intro {
    width: 100%;
    font-size: 14px;
  }
}
.home-importancia .bloco-percentual .linha-perc {
  width: 100%;
  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;
  --destaque: var(--laranja);
  gap: 2em;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-percentual .linha-perc {
    gap: 1em 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-importancia .bloco-percentual .linha-perc.verde {
  --destaque: var(--verde);
}
.home-importancia .bloco-percentual .linha-perc.laranja {
  margin-top: -3vw;
}
.home-importancia .bloco-percentual .linha-perc .criancas {
  width: 35.0875vw;
}
.home-importancia .bloco-percentual .linha-perc .criancas img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-percentual .linha-perc .criancas {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.home-importancia .bloco-percentual .linha-perc .dado span {
  display: block;
  line-height: 1em;
  font-weight: bold;
  color: var(--destaque);
}
.home-importancia .bloco-percentual .linha-perc .dado small {
  font-weight: 600;
  color: var(--azulesc);
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-percentual .linha-perc .dado {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.home-importancia .bloco-percentual .linha-perc .ilustra {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-importancia .bloco-percentual .linha-perc .ilustra img {
  display: block;
  width: 6.3375vw;
}
@media screen and (max-width: 1099px) {
  .home-importancia .bloco-percentual .linha-perc .ilustra {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home-importancia .bloco-percentual .linha-perc .ilustra img {
    display: block;
    width: auto;
    width: 12vw;
  }
}
.home-importancia .bloco-percentual .fonte-small {
  font-weight: 400;
  color: #787878;
  margin-top: 1em;
}

.home-discussao-intro {
  padding-block: calc(var(--pbase) * 2);
  background-color: var(--azulagua);
}
.home-discussao-intro .texto-intro {
  width: 56.65vw;
  font-weight: bold;
  color: var(--azulesc);
  padding-top: 1.5em;
  line-height: 150%;
}
@media screen and (max-width: 1099px) {
  .home-discussao-intro .texto-intro {
    width: 100%;
  }
}

.home-discussao {
  padding-block: var(--pbase);
}
.home-discussao .topicos {
  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;
  color: var(--azulesc);
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .home-discussao .topicos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2em;
  }
}
.home-discussao .topicos .topico {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 2px solid var(--azulesc);
}
@media screen and (max-width: 1099px) {
  .home-discussao .topicos .topico {
    border-right: none;
    border-bottom: 2px solid var(--azulesc);
    padding-bottom: 2em;
  }
}
.home-discussao .topicos .topico.inicial {
  padding-right: 2em;
}
@media screen and (max-width: 1099px) {
  .home-discussao .topicos .topico.inicial {
    padding-right: 0;
  }
}
.home-discussao .topicos .topico.bebes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
.home-discussao .topicos .topico.bebes img {
  display: block;
  width: 10.6vw;
}
@media screen and (max-width: 1099px) {
  .home-discussao .topicos .topico.bebes img {
    width: 25vw;
  }
}
.home-discussao .topicos .topico.gauge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
  border-right: none;
}
.home-discussao .topicos .topico.gauge img {
  display: block;
  width: 9.8vw;
}
@media screen and (max-width: 1099px) {
  .home-discussao .topicos .topico.gauge img {
    width: 25vw;
  }
}
.home-discussao .texto {
  color: #323232;
  line-height: 1.6em;
}
.home-discussao .texto > * + * {
  -webkit-margin-before: 1.6em;
          margin-block-start: 1.6em;
}
.home-discussao .texto {
  width: 49.4625vw;
  padding-top: 4em;
}
@media screen and (max-width: 1099px) {
  .home-discussao .texto {
    width: 100%;
  }
}

.banner-download {
  background-color: var(--azulclaro);
  color: #fff;
}
.banner-download .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 3em;
}
@media screen and (max-width: 1099px) {
  .banner-download .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2em;
  }
}
.banner-download h2 {
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .banner-download h2 {
    font-size: 15px;
    width: 55.6666666667vw;
  }
}
.banner-download .botoes {
  width: 12.0875vw;
}
@media screen and (max-width: 1099px) {
  .banner-download .botoes {
    width: 41.5vw;
  }
}
.banner-download .js-abre-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099px) {
  .banner-download .js-abre-modal {
    display: none;
  }
}
.banner-download .abre-link {
  display: none;
}
@media screen and (max-width: 1099px) {
  .banner-download .abre-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.banner-download.azulesc {
  background-color: var(--azulesc);
}
@media screen and (max-width: 1099px) {
  .banner-download.azulesc h2 {
    width: 69.8333333333vw;
  }
}
.banner-download.azulagua {
  background-color: var(--azulagua);
  color: var(--azulesc);
}
@media screen and (max-width: 1099px) {
  .banner-download.azulagua h2 {
    width: 81.1666666667vw;
  }
}

.footer-logos {
  padding-block: 2em;
}
.footer-logos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
@media screen and (max-width: 1099px) {
  .footer-logos .container {
    width: 100%;
    gap: 2em;
  }
  .footer-logos .container .coluna-6 {
    width: 100%;
  }
  .footer-logos .container .coluna-6 .titulo-pequeno {
    margin-bottom: 1em;
  }
}
.footer-logos .titulo-pequeno {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  margin-bottom: 1em;
}
.footer-logos .regua-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: 4vw;
}
@media screen and (max-width: 1100px) {
  .footer-logos .regua-logos {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    gap: 8vw;
  }
}
.footer-logos .regua-logos a {
  display: block;
}
.footer-logos .regua-logos img {
  display: block;
  max-width: 7vw;
  max-height: 3.5vw;
}
@media screen and (max-width: 1099px) {
  .footer-logos .regua-logos img {
    max-width: 24vw;
    max-height: 12vw;
  }
}
.footer-logos .regua-logos img.lemann {
  max-height: 4.5vw;
  max-width: 7.5vw;
  position: relative;
  top: -1.1vw;
}
@media screen and (max-width: 1099px) {
  .footer-logos .regua-logos img.lemann {
    max-width: 28vw;
    max-height: 14vw;
    top: -3.5vw;
  }
}
.footer-logos .regua-logos img.bracell {
  max-width: 6vw;
}
@media screen and (max-width: 1099px) {
  .footer-logos .regua-logos img.bracell {
    max-width: 20vw;
  }
}
.footer-logos .regua-logos img.itau {
  max-height: 4vw;
}
@media screen and (max-width: 1099px) {
  .footer-logos .regua-logos img.itau {
    max-height: 14vw;
  }
}
.footer-logos .regua-logos img.vanlee {
  max-width: 8vw;
}
@media screen and (max-width: 1099px) {
  .footer-logos .regua-logos img.vanlee {
    max-width: 28vw;
  }
}

.capa-pagina {
  background-color: #F0F1F1;
  background-size: auto 85vh;
  background-position: center right;
  background-repeat: no-repeat;
  padding-top: 5.1vw;
  position: relative;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .capa-pagina {
    padding-top: 91vw;
  }
  .capa-pagina .config-texto {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .capa-pagina {
    padding-top: 11.5vw;
  }
  .capa-pagina .config-texto {
    width: 100%;
  }
}
.capa-pagina .container, .capa-pagina .lf {
  min-height: calc(100vh - 5.1vw);
}
@media screen and (max-width: 1099px) {
  .capa-pagina .container, .capa-pagina .lf {
    min-height: 0;
  }
}
.capa-pagina .lf {
  padding: 6em 0;
}
@media screen and (max-width: 1099px) {
  .capa-pagina .lf {
    padding: 6em 0;
    padding-top: 3em;
  }
}
.capa-pagina h1 {
  color: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.capa-pagina .desc > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.capa-pagina:before {
  content: "";
  display: block;
  width: 45.98125vw;
  height: calc(100vh - 5.1vw);
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .capa-pagina:before {
    width: 100%;
    height: 80vw;
    bottom: auto;
    top: 20vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .capa-pagina:before {
    display: none;
  }
}
.capa-pagina.retrato:before {
  background-image: url("../img/retrato-capa.png");
}
.capa-pagina.situacao:before {
  background-image: url("../img/situacao-estudo-ilustra.png");
  background-size: auto 80%;
}
.capa-pagina.indicadores:before {
  background-image: url("../img/mundo-trabalho-ilustra-reverso.png");
  background-size: auto 80%;
  background-position: center right;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .capa-pagina.indicadores:before {
    background-image: url("../img/mundo-trabalho-ilustra.png");
    background-position: center center;
  }
}

.navegacao-topo {
  width: 100%;
  background-color: #111F8F;
  color: #fff;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  padding: 1.25em 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fativo .navegacao-topo {
  top: 5.1vw;
}
@media screen and (max-width: 1099px) {
  .fativo .navegacao-topo {
    top: 0;
  }
}
@media screen and (max-width: 1099px) {
  .navegacao-topo {
    padding: 1em 0;
  }
}
@media screen and (max-width: 1099px) {
  .navegacao-topo .container {
    padding-left: 3.2em;
    padding-right: 4em;
  }
}
.navegacao-topo a {
  font-weight: 600;
  display: none;
}
.navegacao-topo a br {
  display: none;
}
.navegacao-topo a strong {
  color: #39AEC0;
}
.navegacao-topo a:hover {
  color: #39AEC0;
}
.navegacao-topo a:hover strong {
  color: #fff;
}
.navegacao-topo a.ativo {
  display: block;
}
@media screen and (max-width: 1099px) {
  .navegacao-topo a {
    font-size: 11px;
  }
}
.navegacao-topo .expande {
  position: absolute;
  top: calc(100% - 1.5em);
  left: 1vw;
  width: 3em;
  height: 3em;
  border-radius: 1000px;
  background-color: #111F8F;
  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;
  cursor: pointer;
  border: 4px solid #111F8F;
}
.navegacao-topo .expande svg {
  display: block;
  width: 1.25em;
  height: 1.25em;
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1099px) {
  .navegacao-topo .expande {
    width: 2.6em;
    height: 2.6em;
    top: calc(100% - 1.3em);
  }
  .navegacao-topo .expande svg {
    width: 1.1em;
    height: 1.1em;
  }
}
.navegacao-topo .expande:hover {
  background-color: #fff;
}
.navegacao-topo .expande:hover svg {
  fill: #111F8F;
}
.navegacao-topo.aberto .container > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.navegacao-topo.aberto .expande svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.navegacao-topo.aberto a {
  display: block;
}

.controles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.85vw;
  margin-bottom: 1em;
  position: relative;
}
.controles .linha-cheia {
  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: 2em;
}
.controles.nomb {
  margin-bottom: 0;
}
.controles.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .controles {
    gap: 0.75em;
    margin-bottom: 0.75em;
  }
}

.switch-vertical {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  cursor: pointer;
}
.switch-vertical span {
  text-transform: uppercase;
  font-weight: 600;
  color: #DADADB;
}
.switch-vertical .ctrl {
  width: 2.5em;
  height: 4em;
  position: relative;
  margin: 0.5em 0;
}
.switch-vertical .ctrl:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 100%;
  border-radius: 100px;
  background-color: #DADADB;
  position: absolute;
  top: 0;
  left: calc(50% - 0.4em);
  z-index: 2;
}
.switch-vertical .handle {
  width: 2.5em;
  height: 2.5em;
  background-color: #111F8F;
  border-radius: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.switch-vertical.mapa .lab-mapa {
  color: #111F8F;
  font-weight: 600;
}
.switch-vertical.graf .lab-grafico {
  color: #111F8F;
  font-weight: 600;
}
.switch-vertical.graf .handle {
  top: calc(100% - 2.5em);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .switch-vertical {
    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: auto !important;
  }
  .switch-vertical .ctrl {
    width: 3em;
    height: 1.8em;
    margin: 0 1em;
  }
  .switch-vertical .ctrl:before {
    content: "";
    display: block;
    height: 0.6em;
    width: 100%;
    border-radius: 100px;
    background-color: #DADADB;
    position: absolute;
    left: 0;
    top: calc(50% - 0.3em);
    z-index: 2;
  }
  .switch-vertical .handle {
    width: 1.8em;
    height: 1.8em;
    background-color: #111F8F;
    border-radius: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .switch-vertical.graf .lab-grafico {
    color: #111F8F;
    font-weight: 600;
  }
  .switch-vertical.graf .handle {
    top: 0;
    left: calc(100% - 1.8em);
  }
}

.switch-horizontal {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1099px) {
  .switch-horizontal {
    font-size: 12px;
  }
}
.switch-horizontal span {
  text-transform: uppercase;
  font-weight: 600;
  color: #707070;
  cursor: pointer;
}
.switch-horizontal span.ativo, .switch-horizontal span:hover {
  color: #111F8F;
  font-weight: bold;
}
.switch-horizontal .ctrl {
  height: 2em;
  width: 4em;
  position: relative;
  margin: 0 0.5em;
  cursor: pointer;
}
.switch-horizontal .ctrl:before {
  content: "";
  display: block;
  height: 0.6em;
  width: 100%;
  border-radius: 100px;
  background-color: #DADADB;
  position: absolute;
  left: 0;
  top: calc(50% - 0.3em);
  z-index: 2;
}
.switch-horizontal .handle {
  width: 2em;
  height: 2em;
  background-color: #111F8F;
  border-radius: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.switch-horizontal.perfil .handle {
  left: calc(100% - 2em);
}
.switch-horizontal.triplo {
  width: 20.7125vw;
  display: block;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .switch-horizontal.triplo {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .switch-horizontal.triplo {
    margin-bottom: 1em;
  }
}
.switch-horizontal.triplo .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;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 10;
}
.switch-horizontal.triplo .linha span {
  width: auto;
  padding-bottom: 2em;
}
.switch-horizontal.triplo .linha span:nth-child(2) {
  text-align: center;
}
.switch-horizontal.triplo .linha span:nth-child(3) {
  text-align: right;
}
.switch-horizontal.triplo .ctrl {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.switch-horizontal.triplo.evolucao .handle {
  left: 0;
}
.switch-horizontal.triplo.perfil .handle {
  left: calc(50% - 0.5em);
}
.switch-horizontal.triplo.ranking .handle {
  left: calc(100% - 2em);
}

.controle-select {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  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: 3em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .controle-select {
    font-size: 9px;
  }
}
.controle-select.onde {
  width: 20.56875vw;
}
@media screen and (max-width: 1099px) {
  .controle-select.onde {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .controle-select.onde {
    width: 48%;
  }
}
.controle-select.ano {
  width: 13.38125vw;
}
@media screen and (max-width: 1099px) {
  .controle-select.ano {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .controle-select.ano {
    width: 48%;
  }
}
.controle-select label {
  display: block;
  background-color: #111F8F;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  height: 3em;
  line-height: 3em;
  padding: 0 1.5em;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}
@media screen and (max-width: 1099px) {
  .controle-select label {
    min-width: 16.7083333333vw;
  }
}
.controle-select .select-estilizado {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  height: 3em;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 0.2rem solid #111F8F;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .controle-select .select-estilizado {
    font-size: 9px;
  }
}
.controle-select .select-estilizado:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 3em;
  background-image: url("../img/seta-select.svg");
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.controle-select .select-estilizado select {
  padding-left: 1em;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  color: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .controle-select .select-estilizado select {
    font-size: 9px;
  }
}
.controle-select .select-estilizado select optgroup {
  color: #000;
}
.controle-select .select-estilizado select option {
  color: #000;
}
.controle-select .select-estilizado select:focus {
  outline: none;
}

.controle-recortes {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  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: 3em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .controle-recortes {
    font-size: 9px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}
.controle-recortes.full {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1099px) {
  .controle-recortes.full {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.controle-recortes label {
  display: block;
  background-color: #111F8F;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  height: 3em;
  line-height: 3em;
  padding: 0 1.5em;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .controle-recortes label {
    display: block;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
  }
}
.controle-recortes .lista {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  height: 3em;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 0.2rem solid #111F8F;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .controle-recortes .lista {
    border-radius: 0px;
    font-size: 9px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.controle-recortes .lista a {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 2.8em;
  line-height: 2.8em;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  color: #111F8F;
  background-color: #fff;
  font-weight: 400;
  border-right: 0.2em solid #DADADB;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .controle-recortes .lista a {
    font-size: 9px;
  }
}
.controle-recortes .lista a.ativo {
  background-color: #DADADB;
  font-weight: bold;
}
.controle-recortes .lista a:last-of-type {
  border-right: none;
}

.recorte-motivo {
  margin-bottom: 1em;
}

.legenda-dinamica {
  width: 100%;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  height: 3em;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 0.2rem solid #111F8F;
  background-color: #fff;
  border-radius: 150px;
  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;
}
.legenda-dinamica.aviso-m {
  border-color: #D8D8D8;
}
@media screen and (max-width: 1099px) {
  .legenda-dinamica {
    font-size: 9px;
  }
  .legenda-dinamica.mb-graf {
    margin-bottom: 4em;
  }
}
.legenda-dinamica.mb {
  margin-bottom: 2em;
}
.legenda-dinamica span, .legenda-dinamica a {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 2.6em;
  line-height: 2.6em;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: 600;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
}
.legenda-dinamica span:first-of-type, .legenda-dinamica a:first-of-type {
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}
.legenda-dinamica span:last-of-type, .legenda-dinamica a:last-of-type {
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}
.legenda-dinamica span.desligado, .legenda-dinamica a.desligado {
  background-color: #fff !important;
  color: #DADADB !important;
}
@media screen and (max-width: 1099px) {
  .legenda-dinamica span, .legenda-dinamica a {
    font-size: 9px;
  }
}
.legenda-dinamica span.aviso-mouse, .legenda-dinamica a.aviso-mouse {
  cursor: default;
  background-color: #D8D8D8;
  color: #111F8F;
  border-color: #D8D8D8;
}
.legenda-dinamica span.pintar-de-15-a-29-anos, .legenda-dinamica a.pintar-de-15-a-29-anos {
  color: #111F8F;
}
.legenda-dinamica span.pintar-de-15-a-17-anos, .legenda-dinamica span.pintar-sudeste, .legenda-dinamica a.pintar-de-15-a-17-anos, .legenda-dinamica a.pintar-sudeste {
  color: #111F8F;
}
.legenda-dinamica span.legenda-dinamica-info .balao, .legenda-dinamica a.legenda-dinamica-info .balao {
  display: none;
}
.legenda-dinamica span.legenda-dinamica-info, .legenda-dinamica a.legenda-dinamica-info {
  position: relative;
}
@media screen and (min-width: 1049px) {
  .legenda-dinamica span.legenda-dinamica-info .balao, .legenda-dinamica a.legenda-dinamica-info .balao {
    position: absolute;
    top: 102%;
    left: 2em;
    line-height: 1.8;
    width: 27.9vw;
    padding: 2em;
    background-color: #fff;
    color: #323232;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
    z-index: 1000;
    display: none;
    font-weight: 400;
    border-radius: 2em;
    border-top-left-radius: 0px;
  }
  .legenda-dinamica span.legenda-dinamica-info:hover .balao, .legenda-dinamica a.legenda-dinamica-info:hover .balao {
    display: block;
  }
}
.legenda-dinamica.combalao {
  overflow: visible;
  background-color: #111F8F;
}
.legenda-dinamica.combalao span, .legenda-dinamica.combalao a {
  height: 2.55em;
  line-height: 2.55em;
}
.legenda-dinamica.selecao {
  width: 42.275vw;
}
.legenda-dinamica.selecao span, .legenda-dinamica.selecao a {
  color: #111F8F;
  border-right: 0.1em solid #DADADB;
}
.legenda-dinamica.selecao span.ativo, .legenda-dinamica.selecao a.ativo {
  background-color: #DADADB;
  font-weight: bold;
}
.legenda-dinamica.selecao span:last-of-type, .legenda-dinamica.selecao a:last-of-type {
  border-right: none;
}
@media screen and (max-width: 1099px) {
  .legenda-dinamica.selecao {
    width: 100%;
    max-width: 360px;
  }
}
.legenda-dinamica.idades-full {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.legenda-dinamica.idades-full span, .legenda-dinamica.idades-full a {
  color: #111F8F;
  border-right: 0.1em solid #DADADB;
}
.legenda-dinamica.idades-full span.ativo, .legenda-dinamica.idades-full a.ativo {
  background-color: #DADADB;
  font-weight: bold;
}
.legenda-dinamica.idades-full span:last-of-type, .legenda-dinamica.idades-full a:last-of-type {
  border-right: none;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .legenda-dinamica.idades-full {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.legenda-dinamica .label-total {
  background-color: #FDB92C;
}
.legenda-dinamica .area-urbana {
  background-color: #797979;
  color: #fff;
}
.legenda-dinamica .area-rural {
  background-color: #44B653;
}
.legenda-dinamica .reg-1 {
  background-color: #1C8926;
  color: #fff;
}
.legenda-dinamica .reg-2 {
  background-color: #A36ACC;
  color: #fff;
}
.legenda-dinamica .reg-3 {
  background-color: #34A2B3;
  color: #fff;
}
.legenda-dinamica .reg-4 {
  background-color: #FDB92C;
  color: #fff;
}
.legenda-dinamica .reg-5 {
  background-color: #C70C14;
  color: #fff;
}
.legenda-dinamica a.sexo {
  color: #797979;
}
.legenda-dinamica a.sexo:nth-child(1).ativo {
  background-color: #571194;
  color: #fff;
}
.legenda-dinamica a.sexo:nth-child(2).ativo {
  background-color: #BE72FF;
  color: #fff;
}
.legenda-dinamica a.cor {
  color: #797979;
}
.legenda-dinamica a.cor:nth-child(1).ativo {
  background-color: #B54408;
  color: #fff;
}
.legenda-dinamica a.cor:nth-child(2).ativo {
  background-color: #EC8B57;
  color: #fff;
}
.legenda-dinamica a.cor3 {
  color: #797979;
}
.legenda-dinamica a.cor3:nth-child(1).ativo {
  background-color: #B54408;
  color: #fff;
}
.legenda-dinamica a.cor3:nth-child(2).ativo {
  background-color: #EC8B57;
  color: #fff;
}
.legenda-dinamica a.cor3:nth-child(3).ativo {
  background-color: #F2B290;
  color: #fff;
}
.legenda-dinamica a.faixa_etaria {
  color: #797979;
}
.legenda-dinamica a.faixa_etaria:nth-child(1).ativo {
  background-color: #EEB5B8;
  color: #fff;
}
.legenda-dinamica a.faixa_etaria:nth-child(2).ativo {
  background-color: #DD6D72;
  color: #fff;
}
.legenda-dinamica a.faixa_etaria:nth-child(3).ativo {
  background-color: #8D1A1E;
  color: #fff;
}
.legenda-dinamica a.area {
  color: #797979;
}
.legenda-dinamica a.area:nth-child(1).ativo {
  background-color: #797979;
  color: #fff;
}
.legenda-dinamica a.area:nth-child(2).ativo {
  background-color: #44B653;
  color: #fff;
}
.legenda-dinamica a.renda {
  color: #797979;
}
.legenda-dinamica a.renda:nth-child(1).ativo {
  background-color: #f5a742;
  color: #fff;
}
.legenda-dinamica a.renda:nth-child(2).ativo {
  background-color: #1753ad;
  color: #fff;
}

.legenda-moeda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5em;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  color: #111F8F;
  font-weight: 600;
  line-height: 1;
}
.legenda-moeda img {
  display: block;
  width: 5vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .legenda-moeda img {
    width: 12vw;
  }
}
@media screen and (max-width: 1099px) {
  .legenda-moeda.ondesk {
    display: none;
  }
}
.legenda-moeda.onmob {
  display: none;
}
@media screen and (max-width: 1099px) {
  .legenda-moeda.onmob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .legenda-moeda.mtmenu {
    margin-top: 1.5rem;
  }
}

.titulo-secao {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  color: #111F8F;
  margin-bottom: 1.5em;
  vertical-align: middle;
}
@media screen and (max-width: 1099px) {
  .titulo-secao {
    position: relative;
  }
}
.titulo-secao strong {
  color: #39AEC0;
}
.titulo-secao .subt {
  display: inline-block;
}
.titulo-secao .nota-tec {
  color: #39AEC0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -0.4em;
}
@media screen and (max-width: 1099px) {
  .titulo-secao .nota-tec {
    position: static;
    top: auto;
    margin-top: -0.4em;
  }
}
.titulo-secao .nota-tec span {
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #39AEC0;
  border-radius: 1000px;
  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;
}
.titulo-secao .nota-tec .box-texto {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  line-height: 1.4em;
  width: 27.9vw;
  padding: 2em;
  background-color: #F0F1F1;
  color: #797979;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 100;
  font-weight: 400;
}
.titulo-secao .nota-tec .box-texto > * + * {
  -webkit-margin-before: 1.2em;
          margin-block-start: 1.2em;
}
.titulo-secao .nota-tec .box-texto {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1.5em;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 1100px) {
  .titulo-secao .nota-tec .box-texto {
    width: 100%;
    top: 80%;
    right: 0;
  }
}
.titulo-secao .nota-tec:hover .box-texto {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1099px) {
  .titulo-secao {
    font-size: 20px;
  }
  .titulo-secao br {
    display: none;
  }
  .titulo-secao .subt {
    font-size: 16px;
  }
}

.titulo-subsecao {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  color: #111F8F;
  margin-bottom: 1.5em;
}
.titulo-subsecao strong {
  color: #39AEC0;
}
@media screen and (max-width: 1099px) {
  .titulo-subsecao {
    font-size: 16px;
  }
}

.section-modelo-grafico {
  padding-top: 6em;
  padding-bottom: 0;
}
.section-modelo-grafico.padtb {
  padding-top: 6em;
  padding-bottom: 6em;
}
@media screen and (max-width: 1100px) {
  .section-modelo-grafico {
    padding-top: 6em;
  }
}
.section-modelo-grafico.divisao-topo {
  position: relative;
  margin-top: 6em;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico.divisao-topo {
    margin-top: 6em;
  }
}
.section-modelo-grafico.divisao-topo .container:before {
  content: "";
  display: block;
  width: 85.4vw;
  height: 3px;
  background-color: #111F8F;
  position: absolute;
  top: 0;
  left: 7.3vw;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico.divisao-topo .container:before {
    width: 84vw;
    left: 8vw;
    height: 2px;
  }
}
.section-modelo-grafico.final {
  padding-bottom: 6em;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico.final {
    padding-bottom: 6em;
  }
}
.section-modelo-grafico .lf-graf-distribuicao {
  padding-top: 4em;
}
.section-modelo-grafico .lf-graf-distribuicao .bloco-grafico {
  width: 63.8375vw;
  padding-block: 0;
}
.section-modelo-grafico .lf-graf-distribuicao .legenda-situacao {
  width: 15.321875vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .lf-graf-distribuicao {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 2em;
  }
  .section-modelo-grafico .lf-graf-distribuicao .bloco-grafico {
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
  }
  .section-modelo-grafico .lf-graf-distribuicao .bloco-grafico::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .section-modelo-grafico .lf-graf-distribuicao .bloco-grafico::-webkit-scrollbar-thumb {
    background: #39AEC0;
  }
  .section-modelo-grafico .lf-graf-distribuicao .bloco-grafico::-webkit-scrollbar-track {
    background: #DADADB;
  }
  .section-modelo-grafico .lf-graf-distribuicao .bloco-grafico {
    scrollbar-face-color: #39AEC0;
    scrollbar-track-color: #DADADB;
  }
  .section-modelo-grafico .lf-graf-distribuicao .legenda-situacao.vert {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-modelo-grafico .lf-graf-distribuicao .legenda-situacao.vert .item-leg {
    width: 23%;
    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;
    text-align: center;
    font-size: 11px;
  }
  .section-modelo-grafico .lf-graf-distribuicao .legenda-situacao.vert .item-leg span {
    line-height: 1.2;
    text-align: center;
  }
  .section-modelo-grafico .lf-graf-distribuicao .legenda-situacao.vert .item-leg img {
    width: 12vw;
  }
}
.section-modelo-grafico .lista-graficos {
  padding-block: 4em;
}
.section-modelo-grafico .lista-graficos .bloco-grafico {
  padding-block: 0;
}
.section-modelo-grafico .lista-graficos .bloco-grafico h3 {
  font-weight: bold;
}
.section-modelo-grafico .lista-graficos .ativo {
  font-weight: bold;
  color: #39AEC0;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .lista-graficos {
    padding-block: 2em;
  }
}
.section-modelo-grafico .lista-graficos.legenda-acima {
  padding-top: 2em;
}
.section-modelo-grafico .lista-graficos.aprox-nota {
  padding-bottom: 1em;
}
.section-modelo-grafico .numero-evo, .section-modelo-grafico .fora-evo, .section-modelo-grafico .pobreza-evo {
  height: 26vw;
}
.section-modelo-grafico .dist-por-situ {
  height: 29vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .dist-por-situ {
    width: 160vw;
    height: 58vw;
  }
}
.section-modelo-grafico .graf-cv {
  height: 21vw;
}
.section-modelo-grafico .graf-cv.graf-cv-qntidade-5 {
  width: 63.8375vw;
}
.section-modelo-grafico .graf-cv.graf-cv-qntidade-4 {
  width: 50.9vw;
}
.section-modelo-grafico .graf-cv.graf-cv-qntidade-3 {
  width: 37.9625vw;
}
.section-modelo-grafico .graf-cv.graf-cv-qntidade-2 {
  width: 25.025vw;
}
.section-modelo-grafico .graf-cv.graf-cv-qntidade-1 {
  width: 12.0875vw;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .graf-cv {
    pointer-events: none;
  }
  .section-modelo-grafico .graf-cv.graf-cv-qntidade-5 {
    width: 100%;
  }
  .section-modelo-grafico .graf-cv.graf-cv-qntidade-4 {
    width: 80%;
  }
  .section-modelo-grafico .graf-cv.graf-cv-qntidade-3 {
    width: 60%;
  }
  .section-modelo-grafico .graf-cv.graf-cv-qntidade-2 {
    width: 40%;
  }
  .section-modelo-grafico .graf-cv.graf-cv-qntidade-1 {
    width: 20%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .graf-cv {
    height: 30vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .graf-cv {
    height: 52.5vw;
    margin-bottom: 0;
  }
  .section-modelo-grafico .graf-cv.graf-cv-qntidade-5 {
    width: 159.59375vw;
  }
  .section-modelo-grafico .graf-cv.graf-cv-qntidade-4 {
    width: 127.25vw;
  }
  .section-modelo-grafico .graf-cv.graf-cv-qntidade-3 {
    width: 94.90625vw;
  }
  .section-modelo-grafico .graf-cv.graf-cv-qntidade-2 {
    width: 62.5625vw;
  }
  .section-modelo-grafico .graf-cv.graf-cv-qntidade-1 {
    width: 30.21875vw;
  }
}
.section-modelo-grafico .graf-moeda {
  height: 22.8vw;
  position: relative;
}
.section-modelo-grafico .graf-moeda:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 30%;
  left: 0;
  z-index: 100;
}
.section-modelo-grafico .graf-moeda.graf-moeda-qntidade-5 {
  width: 60.645625vw;
}
.section-modelo-grafico .graf-moeda.graf-moeda-qntidade-4 {
  width: 48.355vw;
}
.section-modelo-grafico .graf-moeda.graf-moeda-qntidade-3 {
  width: 36.064375vw;
}
.section-modelo-grafico .graf-moeda.graf-moeda-qntidade-2 {
  width: 23.77375vw;
}
.section-modelo-grafico .graf-moeda.graf-moeda-qntidade-1 {
  width: 11.483125vw;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .graf-moeda {
    pointer-events: none;
  }
  .section-modelo-grafico .graf-moeda.graf-moeda-qntidade-5 {
    width: 100%;
  }
  .section-modelo-grafico .graf-moeda.graf-moeda-qntidade-4 {
    width: 80%;
  }
  .section-modelo-grafico .graf-moeda.graf-moeda-qntidade-3 {
    width: 60%;
  }
  .section-modelo-grafico .graf-moeda.graf-moeda-qntidade-2 {
    width: 40%;
  }
  .section-modelo-grafico .graf-moeda.graf-moeda-qntidade-1 {
    width: 20%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .graf-moeda {
    height: 30vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .graf-moeda {
    height: 60vw;
  }
  .section-modelo-grafico .graf-moeda.graf-moeda-qntidade-5 {
    width: 159.59375vw;
  }
  .section-modelo-grafico .graf-moeda.graf-moeda-qntidade-4 {
    width: 127.25vw;
  }
  .section-modelo-grafico .graf-moeda.graf-moeda-qntidade-3 {
    width: 94.90625vw;
  }
  .section-modelo-grafico .graf-moeda.graf-moeda-qntidade-2 {
    width: 62.5625vw;
  }
  .section-modelo-grafico .graf-moeda.graf-moeda-qntidade-1 {
    width: 30.21875vw;
  }
}
.section-modelo-grafico .pobreza-ranking {
  height: 25vw;
}
.section-modelo-grafico .pobreza-ranking.ranking-extendido {
  height: 67.5vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .pobreza-ranking {
    height: 37.5vw;
  }
  .section-modelo-grafico .pobreza-ranking.ranking-extendido {
    height: 101.25vw;
  }
}
.section-modelo-grafico .lf-grafico {
  width: 100%;
}
.section-modelo-grafico .bloco-grafico {
  padding-block: 4em;
  width: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .bloco-grafico {
    padding-top: 1.5em;
  }
}
.section-modelo-grafico .bloco-grafico.motivos {
  padding-block: 2em;
  padding-top: 1em;
  padding-bottom: 0;
}
.section-modelo-grafico .bloco-grafico .motivos-evo {
  height: 80vh;
  width: 100%;
}
.section-modelo-grafico .bloco-grafico.curriculos {
  width: 63.8375vw;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .bloco-grafico.curriculos {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .bloco-grafico.motivos {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .section-modelo-grafico .bloco-grafico.motivos::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .section-modelo-grafico .bloco-grafico.motivos::-webkit-scrollbar-thumb {
    background: #39AEC0;
  }
  .section-modelo-grafico .bloco-grafico.motivos::-webkit-scrollbar-track {
    background: #DADADB;
  }
  .section-modelo-grafico .bloco-grafico.motivos {
    scrollbar-face-color: #39AEC0;
    scrollbar-track-color: #DADADB;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .bloco-grafico.motivos {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .section-modelo-grafico .bloco-grafico.motivos::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .section-modelo-grafico .bloco-grafico.motivos::-webkit-scrollbar-thumb {
    background: #39AEC0;
  }
  .section-modelo-grafico .bloco-grafico.motivos::-webkit-scrollbar-track {
    background: #DADADB;
  }
  .section-modelo-grafico .bloco-grafico.motivos {
    scrollbar-face-color: #39AEC0;
    scrollbar-track-color: #DADADB;
  }
}
.section-modelo-grafico .bolas-motivo {
  width: 100%;
  height: 36vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .bolas-motivo {
    width: 110vw;
    height: 50vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .bolas-motivo {
    font-size: 11px;
    width: 190vw;
    height: 80vw;
  }
}
.section-modelo-grafico .grupo-graficos {
  padding-block: 4em;
  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;
}
.section-modelo-grafico .grupo-graficos .item-grafico {
  width: 19%;
  height: 40vw;
}
.section-modelo-grafico .grupo-graficos .item-grafico h2 {
  font-weight: bold;
  color: #39AEC0;
  text-align: center;
}
.section-modelo-grafico .lf-com-destaque {
  padding-top: 3em;
  padding-bottom: 1.5em;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .lf-com-destaque {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.section-modelo-grafico .lf-com-destaque.nopb {
  padding-bottom: 0;
}
.section-modelo-grafico .lf-com-destaque .bloco-grafico {
  padding: 0;
  width: 63.8375vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .lf-com-destaque .bloco-grafico {
    width: 72.9375vw;
    margin-bottom: 1em;
  }
  .section-modelo-grafico .lf-com-destaque .bloco-grafico.curriculos {
    width: 100%;
  }
  .section-modelo-grafico .lf-com-destaque .bloco-grafico.lapis {
    width: 100%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .lf-com-destaque .bloco-grafico {
    width: 100%;
    margin-bottom: 1em;
  }
}
.section-modelo-grafico .lf-com-destaque .bloco-destaques {
  width: 16.4vw;
}
.section-modelo-grafico .lf-com-destaque .bloco-destaques > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .lf-com-destaque .bloco-destaques {
    width: 100%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .lf-com-destaque .bloco-destaques.pobreza-land {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-modelo-grafico .lf-com-destaque .bloco-destaques.pobreza-land .card-destaque-side {
    width: 44%;
  }
}
.section-modelo-grafico .lf-com-destaque.moedas {
  gap: 3.4vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .lf-com-destaque.moedas {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-modelo-grafico .lf-com-destaque .col-legenda-moeda {
  width: 12.0875vw;
  height: 24vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .lf-com-destaque .col-legenda-moeda {
    width: 13.21875vw;
    height: 30vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .lf-com-destaque .col-legenda-moeda {
    width: 50%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-modelo-grafico .lf-com-destaque .col-legenda-moeda .item-leg-moeda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  gap: 2em;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .lf-com-destaque .col-legenda-moeda .item-leg-moeda {
    gap: 0em;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .lf-com-destaque .col-legenda-moeda .item-leg-moeda {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5em;
  }
  .section-modelo-grafico .lf-com-destaque .col-legenda-moeda .item-leg-moeda img {
    width: 13.1666666667vw;
  }
}
.section-modelo-grafico .lf-com-destaque .col-legenda-moeda img {
  display: block;
  width: 100%;
}
.section-modelo-grafico .lf-com-destaque .col-legenda-moeda span {
  display: block;
  text-align: center;
  width: 100%;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  padding-top: 0.5em;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #111F8F;
  margin-top: 0.5em;
  height: 30%;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .lf-com-destaque .col-legenda-moeda span {
    text-align: left;
    height: auto;
    padding-top: 0;
    font-size: 15px;
  }
  .section-modelo-grafico .lf-com-destaque .col-legenda-moeda span br {
    display: none;
  }
}
.section-modelo-grafico .veja-mais {
  width: 100%;
  border-top: 2px solid #111F8F;
  padding-top: 0.5em;
}
.section-modelo-grafico .veja-mais a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  color: #111F8F;
  gap: 0.5em;
}
.section-modelo-grafico .veja-mais a small {
  width: 2em;
  height: 2em;
  border-radius: 1000px;
  background-color: #111F8F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-modelo-grafico .veja-mais a small img {
  display: block;
  width: 1em;
}
.section-modelo-grafico .grid-graficos-perfil {
  width: 100%;
  margin-top: 5em;
}
.section-modelo-grafico .grid-graficos-perfil > * + * {
  -webkit-margin-before: 5em;
          margin-block-start: 5em;
}
.section-modelo-grafico .grid-graficos-perfil .linha-graficos-perfil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-modelo-grafico .grid-graficos-perfil .linha-graficos-perfil.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 13.525vw;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .grid-graficos-perfil .linha-graficos-perfil {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6em;
  }
}
.section-modelo-grafico .grid-graficos-perfil h2 {
  font-weight: bold;
  color: #39AEC0;
  text-align: center;
}
.section-modelo-grafico .grid-graficos-perfil h3 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  font-weight: bold;
  color: #111F8F;
  margin-bottom: 2em;
}
.section-modelo-grafico .grid-graficos-perfil .item-hominho, .section-modelo-grafico .grid-graficos-perfil .item-area, .section-modelo-grafico .grid-graficos-perfil .item-regiao {
  position: relative;
}
.section-modelo-grafico .grid-graficos-perfil .item-hominho h3, .section-modelo-grafico .grid-graficos-perfil .item-area h3, .section-modelo-grafico .grid-graficos-perfil .item-regiao h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
.section-modelo-grafico .grid-graficos-perfil .item-hominho .mais-info span, .section-modelo-grafico .grid-graficos-perfil .item-area .mais-info span, .section-modelo-grafico .grid-graficos-perfil .item-regiao .mais-info span {
  width: 1.8em;
  height: 1.8em;
}
.section-modelo-grafico .grid-graficos-perfil .item-hominho .mais-info i, .section-modelo-grafico .grid-graficos-perfil .item-area .mais-info i, .section-modelo-grafico .grid-graficos-perfil .item-regiao .mais-info i {
  color: #111F8F;
}
.section-modelo-grafico .grid-graficos-perfil .item-hominho {
  width: 19.445vw;
  position: relative;
}
.section-modelo-grafico .grid-graficos-perfil .item-hominho .graf-hominho {
  height: 29.638125vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .grid-graficos-perfil .item-hominho {
    width: 24.30625vw;
  }
  .section-modelo-grafico .grid-graficos-perfil .item-hominho .graf-hominho {
    height: 32.93125vw;
    pointer-events: none;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .grid-graficos-perfil .item-hominho {
    width: 100%;
  }
  .section-modelo-grafico .grid-graficos-perfil .item-hominho .graf-hominho {
    width: 59.9166666667vw;
    height: 90vw;
    pointer-events: none;
  }
}
.section-modelo-grafico .grid-graficos-perfil .item-area {
  width: 35.0875vw;
}
.section-modelo-grafico .grid-graficos-perfil .item-area .graf-area {
  height: 27.9vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .grid-graficos-perfil .item-area {
    width: 42.105vw;
  }
  .section-modelo-grafico .grid-graficos-perfil .item-area .graf-area {
    height: 33.48vw;
    pointer-events: none;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .grid-graficos-perfil .item-area {
    width: 100%;
  }
  .section-modelo-grafico .grid-graficos-perfil .item-area .graf-area {
    height: 70vw;
    pointer-events: none;
  }
}
.section-modelo-grafico .grid-graficos-perfil .item-regiao {
  width: 42.275vw;
  position: relative;
}
.section-modelo-grafico .grid-graficos-perfil .item-regiao .graf-regiao {
  height: 27.9vw;
  padding-left: 4em;
}
.section-modelo-grafico .grid-graficos-perfil .item-regiao .switch-vertical {
  position: absolute;
  top: 3em;
  left: 0;
  width: 2.5em;
  z-index: 20;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .grid-graficos-perfil .item-regiao .graf-regiao {
    height: 33.48vw;
    pointer-events: none;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .grid-graficos-perfil .item-regiao {
    width: 100%;
  }
  .section-modelo-grafico .grid-graficos-perfil .item-regiao .switch-vertical {
    top: 0;
    left: auto;
    right: 0;
  }
  .section-modelo-grafico .grid-graficos-perfil .item-regiao .graf-regiao {
    width: 84vw;
    height: 75.6vw;
    padding-left: 0;
    pointer-events: none;
  }
}
.section-modelo-grafico .grid-graficos-perfil .item-grafico {
  width: 24.30625vw;
  height: 32.93125vw;
}
.section-modelo-grafico .graf-lapis {
  width: 63.8375vw;
  height: 15.8vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-modelo-grafico .graf-lapis.graf-lapis-unico {
  height: 3.95vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .graf-lapis {
    width: 100%;
    height: 23.7vw;
  }
  .section-modelo-grafico .graf-lapis.graf-lapis-unico {
    height: 5.925vw;
  }
}
.section-modelo-grafico .divisao-lapis {
  width: 100%;
  border-top: 2px solid #111F8F;
  padding-top: 1vw;
  margin-top: 1vw;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .divisao-lapis {
    padding-top: 2vw;
    margin-top: 3vw;
  }
}
.section-modelo-grafico .graf-escolaridade {
  height: 3.8vw;
}
.section-modelo-grafico .graf-escolaridade.graf-escolaridade-1 {
  height: 3.8vw;
}
.section-modelo-grafico .graf-escolaridade.graf-escolaridade-2 {
  height: 7.6vw;
}
.section-modelo-grafico .graf-escolaridade.graf-escolaridade-3 {
  height: 11.4vw;
}
.section-modelo-grafico .graf-escolaridade.graf-escolaridade-4 {
  height: 15.2vw;
}
.section-modelo-grafico .graf-escolaridade.graf-escolaridade-5 {
  height: 19vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .graf-escolaridade {
    height: 5.7vw;
  }
  .section-modelo-grafico .graf-escolaridade.graf-escolaridade-1 {
    height: 5.7vw;
  }
  .section-modelo-grafico .graf-escolaridade.graf-escolaridade-2 {
    height: 11.4vw;
  }
  .section-modelo-grafico .graf-escolaridade.graf-escolaridade-3 {
    height: 17.1vw;
  }
  .section-modelo-grafico .graf-escolaridade.graf-escolaridade-4 {
    height: 22.8vw;
  }
  .section-modelo-grafico .graf-escolaridade.graf-escolaridade-5 {
    height: 28.5vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .numero-evo, .section-modelo-grafico .fora-evo, .section-modelo-grafico .pobreza-evo, .section-modelo-grafico .dist-por-situ {
    pointer-events: none;
  }
  .section-modelo-grafico .mob-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
  }
  .section-modelo-grafico .mob-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .section-modelo-grafico .mob-scroll::-webkit-scrollbar-thumb {
    background: #39AEC0;
  }
  .section-modelo-grafico .mob-scroll::-webkit-scrollbar-track {
    background: #DADADB;
  }
  .section-modelo-grafico .mob-scroll {
    scrollbar-face-color: #39AEC0;
    scrollbar-track-color: #DADADB;
  }
  .section-modelo-grafico .mob-scroll .bloco-grafico {
    width: 240vw;
    pointer-events: none;
  }
  .section-modelo-grafico .mob-scroll .bloco-grafico .divisao-lapis {
    width: 240vw;
  }
  .section-modelo-grafico .mob-scroll .graf-escolaridade {
    height: 13.5vw;
  }
  .section-modelo-grafico .mob-scroll .graf-escolaridade.graf-escolaridade-1 {
    height: 13.5vw;
  }
  .section-modelo-grafico .mob-scroll .graf-escolaridade.graf-escolaridade-2 {
    height: 27vw;
  }
  .section-modelo-grafico .mob-scroll .graf-escolaridade.graf-escolaridade-3 {
    height: 40.5vw;
  }
  .section-modelo-grafico .mob-scroll .graf-escolaridade.graf-escolaridade-4 {
    height: 54vw;
  }
  .section-modelo-grafico .mob-scroll .graf-escolaridade.graf-escolaridade-5 {
    height: 67.5vw;
  }
  .section-modelo-grafico .mob-scroll .numero-evo, .section-modelo-grafico .mob-scroll .fora-evo, .section-modelo-grafico .mob-scroll .pobreza-evo {
    height: 78vw;
    width: 240vw;
  }
  .section-modelo-grafico .mob-scroll .pobreza-ranking {
    height: 75vw;
  }
  .section-modelo-grafico .mob-scroll .pobreza-ranking.ranking-extendido {
    height: 202.5vw;
  }
  .section-modelo-grafico .mob-scroll .graf-lapis {
    width: 193.2125vw;
    height: 47.4vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    margin-block: 0.5em;
  }
  .section-modelo-grafico .mob-scroll .graf-lapis.graf-lapis-unico {
    height: 11.85vw;
  }
  .section-modelo-grafico .mob-scroll .divisao-lapis {
    width: 193.2125vw;
  }
}
.section-modelo-grafico .sem-dados {
  width: 100%;
  height: 20vw;
  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: #f2f2f2;
  font-weight: bold;
  border-radius: 20px;
}
.section-modelo-grafico .sem-dados a {
  color: #30ADF9;
}
.section-modelo-grafico .legenda-situacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
  font-weight: 600;
  color: #797979;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .legenda-situacao {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5em;
  }
}
.section-modelo-grafico .legenda-situacao .item-leg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.section-modelo-grafico .legenda-situacao .item-leg small {
  display: block;
  width: 3em;
  height: 3em;
  background-color: #cdcdcd;
}
.section-modelo-grafico .legenda-situacao .item-leg img {
  display: block;
  width: 5vw;
}
.section-modelo-grafico .legenda-situacao .item-leg span {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .legenda-situacao .item-leg {
    gap: 0.5em;
  }
  .section-modelo-grafico .legenda-situacao .item-leg img {
    width: 6em;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-modelo-grafico .legenda-situacao .item-leg {
    width: 21%;
    font-size: 9px;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-modelo-grafico .legenda-situacao .item-leg small {
    width: 100%;
    height: 3em;
  }
  .section-modelo-grafico .legenda-situacao .item-leg br {
    display: none;
  }
  .section-modelo-grafico .legenda-situacao .item-leg img {
    width: 3em;
  }
}
.section-modelo-grafico .legenda-situacao .a1 small {
  background-color: #C70C14;
}
.section-modelo-grafico .legenda-situacao .a2 small {
  background-color: #FDB92C;
}
.section-modelo-grafico .legenda-situacao .a3 small {
  background-color: #44B653;
}
.section-modelo-grafico .legenda-situacao .a4 small {
  background-color: #34A2B3;
}
.section-modelo-grafico .legenda-situacao .t1 {
  font-weight: bold;
  color: #797979;
}
.section-modelo-grafico .legenda-situacao .t2 {
  color: #A36ACC;
  font-weight: bold;
}
.section-modelo-grafico .legenda-situacao .t3 {
  color: #FDB737;
  font-weight: bold;
}
.section-modelo-grafico .legenda-situacao .t4 {
  color: #F9681E;
  font-weight: bold;
}
.section-modelo-grafico .legenda-situacao.vert {
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  top: auto;
  gap: 0;
  padding-bottom: 2vw;
}
.section-modelo-grafico .legenda-situacao.vert .item-leg {
  width: 100%;
}
.section-modelo-grafico .legenda-situacao.vert .item-leg img {
  width: 5.5vw;
}
.section-modelo-grafico .legenda-situacao.horizontal {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0.1em solid #DADADB;
  margin-top: 2em;
  padding-top: 1em;
  padding-left: 10vw;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .legenda-situacao.horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
  }
  .section-modelo-grafico .legenda-situacao.horizontal .item-leg {
    width: 23%;
    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;
    text-align: center;
    font-size: 11px;
  }
  .section-modelo-grafico .legenda-situacao.horizontal .item-leg span {
    line-height: 1.2;
    text-align: center;
  }
  .section-modelo-grafico .legenda-situacao.horizontal .item-leg img {
    width: 12vw;
  }
}
.section-modelo-grafico .bloco-legenda-lapis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-modelo-grafico .bloco-legenda-lapis .legenda-situacao {
  width: 63.8375vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .bloco-legenda-lapis .legenda-situacao {
    width: 100%;
  }
}
.section-modelo-grafico .bloco-legenda-lapis.ondesk {
  padding-bottom: 2em;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .bloco-legenda-lapis.ondesk {
    display: none;
  }
}
.section-modelo-grafico .bloco-legenda-lapis.onmob {
  display: none;
}
@media screen and (max-width: 1099px) {
  .section-modelo-grafico .bloco-legenda-lapis.onmob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
  }
}

.linha-destaque {
  padding-top: 6em;
  padding-bottom: 6em;
}
.linha-destaque.bb {
  position: relative;
  padding-bottom: 7.5em;
}
.linha-destaque.bb:before {
  content: "";
  display: block;
  width: 85.4vw;
  height: 0.15em;
  background-color: #111F8F;
  position: absolute;
  bottom: 0;
  left: 7.3vw;
}
@media screen and (max-width: 1099px) {
  .linha-destaque.bb:before {
    width: 100%;
    left: 0;
  }
}
.linha-destaque.nopt {
  padding-top: 0;
}
.linha-destaque.ptmetade {
  padding-top: 3em;
}
@media screen and (max-width: 1099px) {
  .linha-destaque.ptmetade {
    padding-top: 6em;
  }
}
@media screen and (max-width: 1099px) {
  .linha-destaque.ptmetademob {
    padding-top: 3em;
  }
}
.linha-destaque.nopb {
  padding-bottom: 0;
}
.linha-destaque.pbmetade {
  padding-bottom: 3em;
}
.linha-destaque.divisao-topo {
  position: relative;
  margin-top: 6em;
}
@media screen and (max-width: 1099px) {
  .linha-destaque.divisao-topo {
    margin-top: 6em;
  }
}
.linha-destaque.divisao-topo .container:before {
  content: "";
  display: block;
  width: 85.4vw;
  height: 3px;
  background-color: #111F8F;
  position: absolute;
  top: 0;
  left: 7.3vw;
}
@media screen and (max-width: 1099px) {
  .linha-destaque.divisao-topo .container:before {
    width: 84vw;
    left: 8vw;
    height: 2px;
  }
}
.linha-destaque h3 {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  color: #111F8F;
  line-height: 1.2;
  font-weight: 400;
}
.linha-destaque h3 strong {
  font-weight: 900;
}
.linha-destaque .frase-centrada {
  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;
}
.linha-destaque .frase-centrada h3 {
  line-height: 1.4;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .frase-centrada {
    width: 100%;
    text-align: center;
  }
  .linha-destaque .frase-centrada br {
    display: none;
  }
  .linha-destaque .frase-centrada br.bmob {
    display: inline;
  }
}
.linha-destaque .lf-base {
  gap: 0.85vw;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .lf-base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
  }
  .linha-destaque .lf-base.gapmob4 {
    gap: 3em;
  }
}
.linha-destaque .lf-base .grupo-info {
  width: 6.3375vw;
  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;
}
.linha-destaque .lf-base .grupo-info.cheia {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .lf-base .grupo-info {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .linha-destaque .lf-base .grupo-info .mais-info .box-texto {
    left: auto;
    right: 0;
    max-width: 69.8333333333vw;
    padding: 1.5em;
  }
}
.linha-destaque .lf-base.ml {
  margin-left: 7.1875vw;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .lf-base.ml {
    margin-left: 0;
  }
}
.linha-destaque .lf-base.mboth {
  margin-left: 7.1875vw;
  margin-right: 7.1875vw;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .lf-base.mboth {
    margin-left: 0;
    margin-right: 0;
  }
}
.linha-destaque .coluna-cheia {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.linha-destaque .coluna-cheia .grupo-info {
  width: 100%;
  margin-top: 1em;
}
.linha-destaque .coluna-metade {
  width: 48%;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .coluna-metade {
    width: 100%;
  }
}
.linha-destaque .coluna-metade .grupo-info {
  width: 100%;
  margin-top: 1em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.linha-destaque .coluna-metade.ajustestretch {
  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;
}
.linha-destaque .mt3 {
  margin-top: 3em;
}
.linha-destaque .grupo-info.solo {
  margin-top: 1em;
}
.linha-destaque img {
  display: block;
}
.linha-destaque .borda-azul {
  border: 0.15em solid #111F8F;
  border-radius: 1.5em;
  border-bottom-right-radius: 0;
  padding: 2em 3em;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .borda-azul {
    padding: 2em;
  }
}
.linha-destaque .destaque-situ-perfil {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.linha-destaque .linha-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 15;
  width: 100%;
}
.linha-destaque .linha-titulo .icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.3375vw;
  height: 6.3375vw;
  border-radius: 1000px;
  border: 0.2em solid #111F8F;
  background-color: #fff;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .linha-titulo .icone {
    width: 7rem;
    height: 7rem;
    background-size: auto 80%;
  }
}
.linha-destaque .linha-titulo h3 {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: 600;
  line-height: 3.4625vw;
  background-color: #111F8F;
  color: #fff;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .linha-titulo h3 {
    height: 5rem;
    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;
    line-height: 1.4;
    font-size: 12px;
  }
}
.linha-destaque .linha-titulo h3:before {
  content: "";
  display: block;
  width: 4em;
  height: 100%;
  background-color: #111F8F;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 5;
}
.linha-destaque .cont-borda-azul {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0.2em solid #111F8F;
  border-top-left-radius: 1.5em;
  padding: 3.16875vw;
  position: relative;
  z-index: 10;
  top: -2.025vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .cont-borda-azul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2em;
    top: -2rem;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .cont-borda-azul {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.linha-destaque .cont-borda-azul .col-titulo {
  display: block;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  line-height: 1.4;
  width: 13.525vw;
  color: #111F8F;
}
.linha-destaque .cont-borda-azul .col-titulo small {
  font-weight: 400;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .cont-borda-azul .col-titulo {
    width: 45%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .cont-borda-azul .col-titulo {
    width: 100%;
    margin-bottom: 1em;
  }
}
.linha-destaque .col-grafico {
  width: 17.11875vw;
}
.linha-destaque .col-grafico > * + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .col-grafico {
    width: 45%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .col-grafico {
    width: 100%;
  }
}
.linha-destaque .col-grafico .mini-grafico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.linha-destaque .col-grafico .mini-grafico .numero {
  font-weight: bold;
  color: #111F8F;
}
.linha-destaque .col-grafico .mini-grafico .barra {
  width: 75%;
  height: 3em;
  background-color: #F0F1F1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .col-grafico .mini-grafico .barra {
    width: 80%;
  }
}
.linha-destaque .col-grafico .mini-grafico .barra small {
  position: relative;
  z-index: 10;
  margin-left: 1em;
  font-weight: 600;
  color: #111F8F;
  white-space: nowrap;
}
.linha-destaque .col-grafico .mini-grafico .barra .progresso {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #cdcdcd;
}
.linha-destaque .col-grafico .mini-grafico .barra .progresso.roxo {
  background-color: #A36ACC;
}
.linha-destaque .destaque-situ-perf-01 {
  display: block;
}
.linha-destaque .destaque-situ-perf-01 .linha-topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #C70C14;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .destaque-situ-perf-01 .linha-topo {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.linha-destaque .destaque-situ-perf-01 .linha-topo h3 {
  font-weight: bold;
}
.linha-destaque .destaque-situ-perf-01 .linha-topo h3 small {
  display: block;
  font-weight: 400;
  position: relative;
  top: -0.5em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .destaque-situ-perf-01 .linha-topo h3 {
    font-size: 20px;
  }
}
.linha-destaque .destaque-situ-perf-01 .linha-topo .hominhos {
  width: 16.4vw;
  height: 2vw;
  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;
}
.linha-destaque .destaque-situ-perf-01 .linha-topo .hominhos svg {
  width: 4.18125vw;
  height: 8.3625vw;
  fill: #DADADB;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .destaque-situ-perf-01 .linha-topo .hominhos {
    width: 45%;
    height: auto;
  }
  .linha-destaque .destaque-situ-perf-01 .linha-topo .hominhos svg {
    width: 25%;
    height: auto;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .destaque-situ-perf-01 .linha-topo .hominhos {
    width: 21.75vw;
  }
}
.linha-destaque .destaque-situ-perf-01 .linha-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.linha-destaque .destaque-situ-perf-01 .linha-bottom p {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: 600;
  width: 26.103125vw;
  color: #111F8F;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .destaque-situ-perf-01 .linha-bottom p {
    width: 60%;
  }
}
.linha-destaque .destaque-situ-perf-01 .linha-bottom img {
  display: block;
  width: 1.75em;
}
.linha-destaque .destaque-situ-perf-02 {
  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: 3.16875vw;
  padding-top: 2.75em;
  padding-bottom: 2.75em;
}
.linha-destaque .destaque-situ-perf-02 .hominho {
  width: 6.3375vw;
}
.linha-destaque .destaque-situ-perf-02 .hominho svg {
  width: 6.3375vw;
  height: 14.703vw;
  fill: #DADADB;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .destaque-situ-perf-02 .hominho {
    width: 7rem;
  }
  .linha-destaque .destaque-situ-perf-02 .hominho svg {
    width: 7rem;
    height: 16.24rem;
  }
}
.linha-destaque .destaque-situ-perf-02 .dados > * + * {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
.linha-destaque .destaque-situ-perf-02 .dados {
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  color: #111F8F;
}
.linha-destaque .destaque-situ-perf-02 .dados h3 {
  display: block;
  font-weight: 900;
}
.linha-destaque .destaque-situ-perf-02 .dados span {
  display: block;
  font-weight: 600;
  position: relative;
}
.linha-destaque .destaque-situ-perf-02 .dados span:before {
  content: "";
  display: block;
  width: 4.540625vw;
  height: 2px;
  background-color: #111F8F;
  position: absolute;
  top: calc(50% - 1px);
  right: 102%;
}
.linha-destaque .bloco-situ-perf-03 {
  width: 71.025vw;
  margin: 0 auto;
  margin-top: 3em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .bloco-situ-perf-03 {
    width: 100%;
  }
}
.linha-destaque .destaque-situ-perf-03 {
  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: 3.16875vw;
  padding: 3em 3em;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .destaque-situ-perf-03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3em 2em;
    gap: 2em;
  }
}
.linha-destaque .destaque-situ-perf-03 .texto {
  width: 23.5875vw;
}
.linha-destaque .destaque-situ-perf-03 .texto small {
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  line-height: 1.4;
  color: #111F8F;
}
.linha-destaque .destaque-situ-perf-03 .texto h3 {
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .destaque-situ-perf-03 .texto {
    width: 100%;
  }
}
.linha-destaque .destaque-situ-perf-03 .barras > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .destaque-situ-perf-03 .barras > * + * {
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
  }
}
.linha-destaque .destaque-situ-perf-03 .item-flex {
  width: 35.0875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  color: #111F8F;
  font-weight: 400;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .destaque-situ-perf-03 .item-flex {
    width: 100%;
  }
}
.linha-destaque .destaque-situ-perf-03 .item-flex span {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .destaque-situ-perf-03 .item-flex span {
    font-size: 12px;
  }
  .linha-destaque .destaque-situ-perf-03 .item-flex span br {
    display: none;
  }
}
.linha-destaque .destaque-situ-perf-03 .barra {
  width: 50%;
  height: 2.6em;
  background-color: #DADADB;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.linha-destaque .destaque-situ-perf-03 .barra small {
  position: relative;
  z-index: 2;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  color: #111F8F;
  padding-left: 1em;
}
.linha-destaque .destaque-situ-perf-03 .barra .progresso {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FDB92C;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .destaque-situ-perf-03 .barra {
    width: 16.0625vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .destaque-situ-perf-03 .barra {
    width: 33vw;
  }
}
.linha-destaque .dest-retrato-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-retrato-01 {
    -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;
  }
}
.linha-destaque .dest-retrato-01 .esq {
  width: 21.43125vw;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-retrato-01 .esq {
    width: 40%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-retrato-01 .esq {
    width: 100%;
  }
}
.linha-destaque .dest-retrato-01 .frase {
  width: 21.43125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
}
.linha-destaque .dest-retrato-01 .frase h3 {
  line-height: 1.4;
}
.linha-destaque .dest-retrato-01 .frase img {
  display: block;
  width: 1.2em;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-retrato-01 .frase {
    width: 60%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-retrato-01 .frase {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2em;
  }
}
.linha-destaque .dest-retrato-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-retrato-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    padding-top: 24vw;
  }
}
.linha-destaque .dest-retrato-02 h3 {
  width: 35.0875vw;
  line-height: 1.5;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-retrato-02 h3 {
    width: 55%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-retrato-02 h3 {
    width: 100%;
  }
}
.linha-destaque .dest-retrato-02 .imagem-vaz {
  width: 22.15vw;
  position: relative;
}
.linha-destaque .dest-retrato-02 .imagem-vaz img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-retrato-02 .imagem-vaz {
    width: 45%;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-retrato-02 .imagem-vaz {
    width: auto;
    position: absolute;
    top: -18vw;
    right: 8vw;
  }
  .linha-destaque .dest-retrato-02 .imagem-vaz img {
    position: static;
    width: auto;
    height: 36vw;
  }
}
.linha-destaque .dest-pobreza-01 {
  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: 3em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-pobreza-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3em 2em;
    gap: 1em;
  }
}
.linha-destaque .dest-pobreza-01 .esq {
  width: 29.3375vw;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-pobreza-01 .esq {
    width: 50%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-pobreza-01 .esq {
    width: 100%;
  }
}
.linha-destaque .dest-pobreza-01 h3 {
  width: 27.9vw;
  line-height: 1.5;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-pobreza-01 h3 {
    width: 50%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-pobreza-01 h3 {
    width: 100%;
    text-align: center;
  }
}
.linha-destaque .dest-pobreza-01-24 {
  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: 1.5em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-pobreza-01-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3em 2em;
    gap: 1em;
  }
}
.linha-destaque .dest-pobreza-01-24 .esq {
  width: 85%;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-pobreza-01-24 .esq {
    width: 50%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-pobreza-01-24 .esq {
    width: 100%;
  }
}
.linha-destaque .dest-pobreza-01-24 h3 {
  width: 100%;
  line-height: 1.5;
  font-weight: 400;
}
.linha-destaque .dest-pobreza-01-24 h3 strong {
  font-weight: 400;
}
.linha-destaque .dest-pobreza-01-24 h3 br {
  display: none;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-pobreza-01-24 h3 {
    width: 50%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-pobreza-01-24 h3 {
    width: 100%;
    text-align: center;
  }
}
.linha-destaque .dest-lapis-01 {
  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: 3em 2em;
  min-height: 20em;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-lapis-01 {
    padding: 1em 2em;
    min-height: 0;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-lapis-01 {
    position: relative;
    padding: 2em 2em;
  }
  .linha-destaque .dest-lapis-01.lapa {
    padding-bottom: 8em;
  }
  .linha-destaque .dest-lapis-01.lapa .posi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em 2em;
    margin-top: 0;
    padding-top: 0;
  }
  .linha-destaque .dest-lapis-01.lapa h3 {
    font-size: 22px;
  }
  .linha-destaque .dest-lapis-01.lapb {
    padding-top: 8em;
  }
  .linha-destaque .dest-lapis-01.lapb p {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2em 2em;
    margin-top: 0;
  }
}
.linha-destaque .dest-lapis-01 .esq {
  width: 9.93125vw;
}
.linha-destaque .dest-lapis-01 .esq svg {
  display: block;
  width: 9.93125vw;
  height: 9.93125vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-lapis-01 .esq {
    width: 21.75vw;
  }
  .linha-destaque .dest-lapis-01 .esq svg {
    display: block;
    width: 21.75vw;
    height: 21.75vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-lapis-01 .esq {
    width: 27.3333333333vw;
    height: 27.3333333333vw;
    position: relative;
  }
  .linha-destaque .dest-lapis-01 .esq svg {
    width: 27.3333333333vw;
    height: 27.3333333333vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.linha-destaque .dest-lapis-01 .frase {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.linha-destaque .dest-lapis-01 .frase > * + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.linha-destaque .dest-lapis-01 .frase {
  color: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.linha-destaque .dest-lapis-01 .frase h3 {
  font-weight: bold;
}
.linha-destaque .dest-lapis-01 .frase p {
  font-weight: 400;
}
.linha-destaque .dest-lapis-01 .frase p.menor {
  margin-bottom: -0.5em;
  white-space: nowrap;
}
.linha-destaque .dest-lapis-01 .frase p small {
  display: block;
  white-space: nowrap;
}
.linha-destaque .dest-lapis-01.ajuste24 .esq {
  width: 12.0875vw;
}
.linha-destaque .dest-lapis-01.ajuste24 .esq svg {
  display: block;
  width: 12.0875vw;
  height: 12.0875vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-lapis-01.ajuste24 .esq {
    width: 21.75vw;
  }
  .linha-destaque .dest-lapis-01.ajuste24 .esq svg {
    display: block;
    width: 21.75vw;
    height: 21.75vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-lapis-01.ajuste24 .esq {
    width: 27.3333333333vw;
    height: 27.3333333333vw;
    position: relative;
  }
  .linha-destaque .dest-lapis-01.ajuste24 .esq svg {
    width: 27.3333333333vw;
    height: 27.3333333333vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.linha-destaque .dest-lapis-01.ajuste24 .frase {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.linha-destaque .dest-lapis-01.ajuste24 .frase > * + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.linha-destaque .dest-lapis-01.ajuste24 .frase {
  color: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.linha-destaque .dest-lapis-01.ajuste24 .frase h3 {
  font-weight: bold;
}
.linha-destaque .dest-lapis-01.ajuste24 .frase p {
  font-weight: 400;
}
.linha-destaque .dest-lapis-01.ajuste24 .frase p.menor {
  margin-bottom: -0.5em;
  white-space: nowrap;
}
@media screen and (min-width: 1049px) {
  .linha-destaque .dest-lapis-01.ajuste24 .frase p.menor br {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-lapis-01.ajuste24 .frase p.posi br {
    display: none;
  }
}
.linha-destaque .dest-lapis-01.ajuste24 .frase p small {
  display: block;
  white-space: nowrap;
}
.linha-destaque .dest-fora-escola {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7vw;
  padding: 2em 3em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-fora-escola {
    -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;
  }
}
.linha-destaque .dest-fora-escola .frase {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.linha-destaque .dest-fora-escola .frase .imgmob {
  display: none;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-fora-escola .frase .imgmob {
    display: block;
    margin-top: 2rem;
  }
}
.linha-destaque .dest-fora-escola .frase h3 {
  line-height: 1.2;
  font-weight: bold;
  margin: 1rem 0;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-fora-escola .frase h3 {
    margin: 2rem 0;
    margin-bottom: 1rem;
  }
  .linha-destaque .dest-fora-escola .frase h3 br {
    display: none;
  }
}
.linha-destaque .dest-fora-escola .frase p {
  font-weight: 600;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-fora-escola .frase p br {
    display: none;
  }
}
.linha-destaque .dest-fora-escola .esq {
  width: 16.4vw;
  display: block;
  margin-top: -3vw;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-fora-escola .esq {
    display: none;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-fora-escola .esq {
    width: 45%;
  }
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-fora-escola-02 {
    padding-right: 1em;
  }
}
.linha-destaque .dest-fora-escola-02 h3 {
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-fora-escola-02 h3 br {
    display: none;
  }
}
.linha-destaque .dest-fora-escola-02 .barras > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.linha-destaque .dest-fora-escola-02 .item-flex {
  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: 1em;
  color: #323232;
}
.linha-destaque .dest-fora-escola-02 .item-flex span {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-fora-escola-02 .item-flex span {
    font-size: 12px;
  }
  .linha-destaque .dest-fora-escola-02 .item-flex span br {
    display: none;
  }
}
.linha-destaque .dest-fora-escola-02 .barra {
  width: 50%;
  height: 3em;
  background-color: #DADADB;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.linha-destaque .dest-fora-escola-02 .barra small {
  position: relative;
  z-index: 2;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: bold;
  color: #111F8F;
  padding-left: 1em;
}
.linha-destaque .dest-fora-escola-02 .barra .progresso {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FDB92C;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-fora-escola-02 .barra {
    width: 16.0625vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-fora-escola-02 .barra {
    width: 33vw;
  }
}
.linha-destaque .dest-situacao-01 {
  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: 2vw;
  padding: 2vw 0;
  margin-top: 4vw;
}
.linha-destaque .dest-situacao-01 .posiciona-esq {
  width: 17.4vw;
  height: 11.30304vw;
  position: relative;
}
.linha-destaque .dest-situacao-01 .esq {
  width: 17.4vw;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
}
.linha-destaque .dest-situacao-01 .esq svg {
  width: 3.48vw;
  height: 8.0736vw;
  display: block;
  fill: #fff;
  stroke: #9B9B9B;
  stroke-width: 1px;
}
.linha-destaque .dest-situacao-01 .esq svg:nth-child(1), .linha-destaque .dest-situacao-01 .esq svg:nth-child(2) {
  fill: #9B9B9B;
  stroke: transparent;
  stroke-width: 0px;
}
.linha-destaque .dest-situacao-01 .frase {
  color: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  width: 35.0875vw;
}
.linha-destaque .dest-situacao-01 .frase p {
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-situacao-01 {
    padding: 2em;
  }
  .linha-destaque .dest-situacao-01 .posiciona-esq {
    width: 35%;
    height: auto;
    margin-bottom: 1em;
  }
  .linha-destaque .dest-situacao-01 .esq {
    width: 100%;
    position: relative;
  }
  .linha-destaque .dest-situacao-01 .esq svg {
    width: 5.22vw;
    height: 12.1104vw;
  }
  .linha-destaque .dest-situacao-01 .frase {
    width: 55%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-situacao-01 {
    padding: 2em;
    display: block;
  }
  .linha-destaque .dest-situacao-01 .posiciona-esq {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
  }
  .linha-destaque .dest-situacao-01 .esq {
    width: 100%;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .linha-destaque .dest-situacao-01 .esq svg {
    width: 6.96vw;
    height: 16.1472vw;
  }
  .linha-destaque .dest-situacao-01 .frase {
    width: 100%;
  }
  .linha-destaque .dest-situacao-01 .frase br {
    display: none;
  }
}
.linha-destaque .dest-moedas-perfil {
  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: 4vw;
  margin-top: 4vw;
}
.linha-destaque .dest-moedas-perfil.final {
  padding-left: 1em;
  padding-right: 1em;
  gap: 2vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-moedas-perfil.final {
    padding: 2em 2em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-moedas-perfil {
    -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;
  }
}
.linha-destaque .dest-moedas-perfil .esq {
  width: 29.3375vw;
  height: 11vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.linha-destaque .dest-moedas-perfil .esq img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.linha-destaque .dest-moedas-perfil .esq .despilha-maior {
  width: 12.25vw;
  height: auto;
}
.linha-destaque .dest-moedas-perfil .esq .despilha-menor {
  width: 12.25vw;
  height: auto;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-moedas-perfil .esq {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    bottom: 0;
    right: 0;
  }
  .linha-destaque .dest-moedas-perfil .esq img {
    position: relative;
    max-width: 34.4166666667vw;
  }
  .linha-destaque .dest-moedas-perfil .esq .despilha-maior {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24vw;
    height: auto;
  }
  .linha-destaque .dest-moedas-perfil .esq .despilha-menor {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24vw;
    height: auto;
  }
}
.linha-destaque .dest-moedas-perfil .frase > * + * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.linha-destaque .dest-moedas-perfil .frase {
  color: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.linha-destaque .dest-moedas-perfil .frase h3 {
  line-height: 1.1;
  font-weight: bold;
}
.linha-destaque .dest-moedas-perfil .frase p {
  line-height: 1.3;
  font-weight: 600;
}
.linha-destaque .dest-moedas-perfil .frase p.limitelateral {
  color: #39AEC0;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-moedas-perfil .frase p.limitelateral {
    width: 100%;
  }
}
.linha-destaque .dest-moedas-perfil .frase p.menor {
  color: #111F8F;
}
.linha-destaque .dest-moedas-perfil .frase p.nomt {
  margin-top: 0;
}
.linha-destaque .dest-moedas-perfil .frase.fixatamanho {
  width: 31.49375vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-moedas-perfil .frase.fixatamanho {
    width: 100%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-moedas-perfil.final {
    padding-bottom: 2em;
  }
  .linha-destaque .dest-moedas-perfil.final .esq {
    height: 20vw;
    width: 56vw;
    margin-bottom: 1.5em;
  }
  .linha-destaque .dest-moedas-perfil.final .frase > * + * {
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}
.linha-destaque .dest-moedas-perfil.abre {
  margin-top: 6vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-moedas-perfil.abre {
    padding-bottom: 0;
  }
}
.linha-destaque .dest-moedas-perfil.abre .esq {
  height: 12vw;
  width: 26.4625vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-moedas-perfil.abre .esq {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .linha-destaque .dest-moedas-perfil.abre .esq img {
    position: relative;
    max-width: 55.6666666667vw;
    left: 1.5em;
    margin-top: -4vw;
  }
}
.linha-destaque .dest-moedas-perfil.abre .frase p {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-moedas-perfil.abre .frase {
    margin-bottom: -12vw;
    width: 50vw;
  }
  .linha-destaque .dest-moedas-perfil.abre .frase br {
    display: none;
  }
}
.linha-destaque .dest-desemprego-intro {
  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: 4vw;
  margin-top: 1.5em;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-desemprego-intro {
    -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: 3em 2em;
  }
}
.linha-destaque .dest-desemprego-intro .esq {
  width: 13.525vw;
  position: relative;
  display: block;
}
.linha-destaque .dest-desemprego-intro .esq img {
  display: block;
  width: 100%;
}
.linha-destaque .dest-desemprego-intro .esq img.mob {
  display: none;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-desemprego-intro .esq {
    width: 100%;
  }
  .linha-destaque .dest-desemprego-intro .esq img.desk {
    display: none;
  }
  .linha-destaque .dest-desemprego-intro .esq img.mob {
    display: block;
  }
}
.linha-destaque .dest-desemprego-intro .frase {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.linha-destaque .dest-desemprego-intro .frase > * + * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.linha-destaque .dest-desemprego-intro .frase {
  color: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.linha-destaque .dest-desemprego-intro .frase p {
  line-height: 1.3;
  font-weight: 400;
}
.linha-destaque .dest-informalidade {
  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: 4vw;
  margin-top: 4vw;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 0;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-informalidade {
    -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-left: 1.5em;
    position: relative;
  }
}
.linha-destaque .dest-informalidade .esq {
  width: 13.525vw;
  height: 13.525vw;
  position: relative;
  display: block;
}
.linha-destaque .dest-informalidade .esq img {
  display: block;
  width: 140%;
  position: absolute;
  right: 0;
  bottom: calc(6.3375vw - 65%);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-informalidade .esq {
    width: 38.6666666667vw;
    height: auto;
    position: absolute;
    top: -14vw;
    right: -8vw;
  }
  .linha-destaque .dest-informalidade .esq img {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.linha-destaque .dest-informalidade h3 {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-informalidade h3 {
    width: 100%;
    max-width: 51.4166666667vw;
    font-size: 19px;
  }
}
.linha-destaque .dest-informalidade .frase {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.linha-destaque .dest-informalidade .frase > * + * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.linha-destaque .dest-informalidade .frase {
  color: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.linha-destaque .dest-informalidade .frase p {
  line-height: 1.5;
}
.linha-destaque .dest-ocupacao {
  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: 4vw;
  margin-top: 4vw;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 0;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-ocupacao {
    -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;
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-right: 1.5em;
  }
}
.linha-destaque .dest-ocupacao .esq {
  width: 13.525vw;
  height: 13.525vw;
  position: relative;
  display: block;
  left: -1vw;
}
.linha-destaque .dest-ocupacao .esq img {
  display: block;
  width: 120%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-ocupacao .esq {
    width: 27.3333333333vw;
    height: auto;
    position: absolute;
    bottom: -2.5vw;
    left: auto;
    right: 1vw;
  }
  .linha-destaque .dest-ocupacao .esq img {
    width: 100%;
    position: relative;
  }
}
.linha-destaque .dest-ocupacao h3 {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-destaque .dest-ocupacao h3 {
    width: 100%;
    line-height: 1.5;
    font-size: 18px;
  }
  .linha-destaque .dest-ocupacao h3 br {
    display: none;
  }
}
.linha-destaque .dest-ocupacao .frase {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.linha-destaque .dest-ocupacao .frase > * + * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.linha-destaque .dest-ocupacao .frase {
  color: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.linha-destaque .dest-ocupacao .frase p {
  line-height: 1.3;
}
@media screen and (max-width: 1099px) {
  .linha-destaque .dest-ocupacao .frase {
    width: 48.5833333333vw;
    line-height: 1.5;
  }
  .linha-destaque .dest-ocupacao .frase p {
    line-height: 1.5;
    font-size: 15px;
  }
}

.card-destaque-side {
  background-color: #F0F1F1;
  color: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  font-weight: 400;
  padding: 1em;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
  padding-right: 0;
}
@media screen and (max-width: 1099px) {
  .card-destaque-side {
    padding: 2em;
  }
}
.card-destaque-side .menor {
  margin-bottom: 1em;
}
.card-destaque-side .item-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: 1em;
  margin-left: -2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1099px) {
  .card-destaque-side .item-flex {
    margin-left: 0;
  }
  .card-destaque-side .item-flex.nomb {
    margin-bottom: 0;
  }
}
.card-destaque-side .item-flex svg {
  width: 7.775vw;
  height: 7.775vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side .item-flex svg {
    width: 16.0625vw;
    height: 16.0625vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side .item-flex svg {
    width: 35.8333333333vw;
    height: 35.8333333333vw;
  }
}
.card-destaque-side .item-flex .barra {
  width: 7.775vw;
  height: 3em;
  background-color: #DADADB;
  position: relative;
}
.card-destaque-side .item-flex .barra .progresso {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FDB92C;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side .item-flex .barra {
    width: 16.0625vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side .item-flex .barra {
    width: 41.5vw;
  }
}
.card-destaque-side .item-flex span {
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side .item-flex span.mobbig {
    font-size: 30px;
  }
}
.card-destaque-side .item-flex small {
  display: block;
  white-space: nowrap;
}
.card-destaque-side.destaque-pobreza-a .menor {
  width: 60%;
}
@media screen and (min-width: 1049px) {
  .card-destaque-side.destaque-pobreza-a {
    height: 23vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-destaque-side.destaque-pobreza-a .menor {
    font-weight: bold;
  }
}
.card-destaque-side.destaque-moedas-ranking {
  padding: 2em;
}
.card-destaque-side.destaque-moedas-ranking .texto {
  font-weight: bold;
  color: #111F8F;
  white-space: nowrap;
}
@media screen and (max-width: 1099px) {
  .card-destaque-side.destaque-moedas-ranking .texto {
    white-space: normal;
  }
}
.card-destaque-side.destaque-moedas-ranking img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .card-destaque-side.destaque-moedas-ranking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-destaque-side.destaque-moedas-ranking .texto {
    width: 60%;
  }
  .card-destaque-side.destaque-moedas-ranking .texto br {
    display: none;
  }
  .card-destaque-side.destaque-moedas-ranking img {
    width: 30%;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side.destaque-moedas-ranking {
    display: block;
  }
  .card-destaque-side.destaque-moedas-ranking .texto {
    width: 100%;
    margin-bottom: 1em;
  }
  .card-destaque-side.destaque-moedas-ranking img {
    width: 100%;
    padding-left: 10%;
  }
}
.card-destaque-side.destaque-desemprego-ranking {
  padding: 2em;
  padding-right: 1em;
  padding-top: 0;
}
@media screen and (max-width: 1099px) {
  .card-destaque-side.destaque-desemprego-ranking {
    padding: 3em 2em;
  }
}
.card-destaque-side.destaque-desemprego-ranking .texto {
  color: #111F8F;
}
.card-destaque-side.destaque-desemprego-ranking .box-img {
  width: 100%;
  height: 5vw;
  position: relative;
  margin-bottom: 1em;
}
.card-destaque-side.destaque-desemprego-ranking .box-img img {
  display: block;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1099px) {
  .card-destaque-side.destaque-desemprego-ranking .box-img img {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width: 1099px) {
  .card-destaque-side.destaque-desemprego-ranking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1em;
  }
  .card-destaque-side.destaque-desemprego-ranking .texto {
    width: 60%;
  }
  .card-destaque-side.destaque-desemprego-ranking .texto br {
    display: none;
  }
  .card-destaque-side.destaque-desemprego-ranking .box-img {
    width: 50%;
    height: 25vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side.destaque-desemprego-ranking .box-img {
    width: 40%;
    height: 25vw;
  }
}
.card-destaque-side.destaque-lapis {
  margin-top: 4em;
}
@media screen and (max-width: 1099px) {
  .card-destaque-side.destaque-lapis {
    padding-left: 2em;
    max-width: 100%;
    margin-top: 0;
  }
}
.card-destaque-side.destaque-lapis .item-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;
  margin-left: 0;
  padding-right: 1em;
  margin-bottom: 0;
  padding-bottom: 1.5em;
  margin-top: -5em;
}
.card-destaque-side.destaque-lapis .item-flex svg {
  width: 10.65vw;
  height: 10.65vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side.destaque-lapis .item-flex svg {
    width: 27.3333333333vw;
    height: 27.3333333333vw;
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side.destaque-lapis .item-flex svg {
    position: relative;
    left: -2vw;
  }
}
.card-destaque-side.destaque-lapis .item-flex span {
  line-height: 1.2;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 1099px) {
  .card-destaque-side.destaque-lapis .item-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    padding-right: 0;
  }
}
.card-destaque-side.destaque-fora-escola .hominhos {
  width: 12.4325vw;
  height: 5.625vw;
  background-image: url("../img/hominho-amarelo.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center left;
  position: relative;
  left: -3vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side.destaque-fora-escola .hominhos {
    left: 0;
    width: 49.73vw;
    height: 22.5vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side.destaque-fora-escola .hominhos {
    left: 0;
    width: 31.08125vw;
    height: 14.0625vw;
  }
}
.card-destaque-side.destaque-fora-escola .item-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;
  margin-left: 0;
  padding: 1em 1.25em;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side.destaque-fora-escola .item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-destaque-side.destaque-fora-escola .item-flex .texto {
    max-width: 40%;
  }
}
.card-destaque-side.destaque-fora-escola .item-flex svg {
  width: 12.0875vw;
  height: 12.0875vw;
}
.card-destaque-side.destaque-fora-escola .item-flex span {
  line-height: 1.1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side.destaque-fora-escola .item-flex span br {
    display: none;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .card-destaque-side.destaque-fora-escola .item-flex span br {
    display: none;
  }
}
.card-destaque-side.destaque-fora-escola .item-flex small {
  display: block;
  white-space: normal;
}

.aviso-scroll {
  display: none;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .aviso-scroll {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #797979;
    margin-bottom: 2em;
    width: 100%;
  }
  .aviso-scroll.mt {
    margin-top: 1em;
  }
}

.fonte-canvas {
  color: #797979;
  padding-top: 2em;
  display: none;
  padding-bottom: 4em;
}
.prepcanvas .fonte-canvas {
  display: block;
}
.prepcanvas .section-modelo-grafico.divisao-topo .container:before {
  display: none !important;
}

.grupo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5875vw;
}
.grupo-info.cheio {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .grupo-info {
    width: 100%;
    gap: 0.5em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grupo-info .mais-info .box-texto {
    right: auto;
    left: 0;
    max-width: 69.8333333333vw;
    padding: 1.5em;
  }
  .grupo-info.mtmenor {
    margin-top: 2em !important;
  }
  .grupo-info.mtmenor1 {
    margin-top: 1em !important;
  }
}
@media screen and (min-width: 1049px) {
  .grupo-info.ajuste-moeda {
    position: relative;
    margin-top: -1.5em;
  }
  .grupo-info.ajuste-curriculo {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 6.3vw;
  }
  .grupo-info.ajuste-moeda-b2 {
    position: relative;
    top: -8.9vw;
  }
}

.mais-info {
  position: relative;
}
.mais-info span {
  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;
  background-color: #F0F1F1;
  width: 2.45625vw;
  height: 2.45625vw;
  cursor: pointer;
}
.mais-info span i {
  color: #797979;
}
.mais-info span svg {
  height: 0.8em;
  width: 1.5em;
  display: block;
  fill: #797979;
}
.mais-info span svg.nt {
  height: 1em;
  width: 1.5em;
}
@media screen and (max-width: 1099px) {
  .mais-info span {
    width: 2.4em;
    height: 2.4em;
  }
  .mais-info span svg {
    height: 1.2em;
  }
}
.mais-info .box-texto {
  position: absolute;
  bottom: 0.5em;
  right: 0.25em;
  line-height: 1.2em;
  width: 20.7125vw;
  padding: 2em;
  background-color: #F0F1F1;
  color: #797979;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 100;
}
.mais-info .box-texto > * + * {
  -webkit-margin-before: 1.2em;
          margin-block-start: 1.2em;
}
.mais-info .box-texto {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1.5em;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 1100px) {
  .mais-info .box-texto {
    width: 80vw;
  }
}
.mais-info .box-texto.saveimg {
  width: auto;
  max-width: 20.7125vw;
}
.mais-info .box-texto.longo {
  width: 27.9vw;
}
@media screen and (max-width: 1100px) {
  .mais-info .box-texto.longo {
    width: 80vw;
    left: -25vw;
  }
}
.mais-info .box-texto .salvar, .mais-info .box-texto .sharear {
  color: #111F8F;
}
.mais-info .box-texto .salvar strong, .mais-info .box-texto .sharear strong {
  display: block;
}
.mais-info .box-texto .salvar em, .mais-info .box-texto .sharear em {
  display: block;
  font-style: normal;
  color: #323232;
}
.mais-info .box-texto .salvar small, .mais-info .box-texto .sharear small {
  display: block;
  color: #797979;
  margin-top: 0.25em;
  font-weight: bold;
}
.mais-info .box-texto .salvar:hover strong, .mais-info .box-texto .sharear:hover strong {
  text-decoration: underline;
}
.mais-info .box-texto .salvar {
  cursor: pointer;
}
.mais-info .box-texto .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.mais-info .box-texto .links a:hover {
  color: #39AEC0;
}
@media screen and (min-width: 1049px) {
  .mais-info:hover .box-texto {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1099px) {
  .mais-info {
    overflow: hidden;
  }
  .mais-info.aberto {
    overflow: visible;
  }
  .mais-info.aberto .box-texto {
    opacity: 1;
    pointer-events: all;
  }
}

.tooltipo-motivo {
  padding: 1em 0.5em;
  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;
  background-color: #F0F1F1;
}
@media screen and (max-width: 1099px) {
  .tooltipo-motivo {
    padding: 0.75em 0.25em;
  }
}
.tooltipo-motivo .icone {
  width: 6em;
  height: 6em;
  background-image: url("../img/motivo1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1099px) {
  .tooltipo-motivo .icone {
    width: 4em;
    height: 4em;
  }
}
.tooltipo-motivo .text {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #111F8F;
}
.tooltipo-motivo .text strong {
  font-weight: 900;
  line-height: 1.4;
  display: block;
}
.tooltipo-motivo .text span {
  font-weight: 400;
  line-height: 1.4;
  display: block;
  width: 13.525vw;
  white-space: normal;
}
@media screen and (max-width: 1099px) {
  .tooltipo-motivo .text span {
    width: 140px;
  }
}
.tooltipo-motivo.motivo1 .icone {
  background-image: url("../img/motivo1.png");
}
.tooltipo-motivo.motivo2 .icone {
  background-image: url("../img/motivo2.png");
}
.tooltipo-motivo.motivo3 .icone {
  background-image: url("../img/motivo3.png");
}
.tooltipo-motivo.motivo4 .icone {
  background-image: url("../img/motivo4.png");
}
.tooltipo-motivo.motivo5 .icone {
  background-image: url("../img/motivo5.png");
}
.tooltipo-motivo.motivo6 .icone {
  background-image: url("../img/motivo6.png");
}
.tooltipo-motivo.motivo7 .icone {
  background-image: url("../img/motivo7.png");
}
.tooltipo-motivo.motivo8 .icone {
  background-image: url("../img/motivo8.png");
}
.tooltipo-motivo.motivo9 .icone {
  background-image: url("../img/motivo9.png");
}
.tooltipo-motivo.motivo10 .icone {
  background-image: url("../img/motivo10.png");
}
.tooltipo-motivo.motivo11 .icone {
  background-image: url("../img/motivo11.png");
}
.tooltipo-motivo.motivo12 .icone {
  background-image: url("../img/motivo12.png");
}

.linha-resumo {
  width: 100%;
  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;
  border-bottom: 2px solid #9A9A9A;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #111F8F;
  fill: #111F8F;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.linha-resumo.solo {
  padding-top: 2em;
}
.linha-resumo .escala {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5em;
  font-weight: bold;
}
.linha-resumo .escala svg {
  height: 3.4em;
  width: 1.3em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .linha-resumo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1em;
    white-space: nowrap;
  }
}

.diagrama-mercado {
  width: 100%;
  padding-top: 0em;
  padding-bottom: 2em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .diagrama-mercado::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .diagrama-mercado::-webkit-scrollbar-thumb {
    background: #39AEC0;
  }
  .diagrama-mercado::-webkit-scrollbar-track {
    background: #DADADB;
  }
  .diagrama-mercado {
    scrollbar-face-color: #39AEC0;
    scrollbar-track-color: #DADADB;
  }
}
.diagrama-mercado.mediotecnico {
  background-color: #F0F1F1;
  padding: 1.5em;
}
.diagrama-mercado.mediotecnico .linha-resumo {
  border-bottom: none;
}
.diagrama-mercado .linha-info {
  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.25em;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .linha-info {
    white-space: nowrap;
  }
}
.diagrama-mercado .coluna-base {
  width: 9.93125vw;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
  color: #111F8F;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.diagrama-mercado .coluna-base .info > strong {
  display: block;
  font-weight: bold;
}
.diagrama-mercado .coluna-base span {
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .coluna-base {
    width: 11.5125vw;
  }
  .diagrama-mercado .coluna-base .info > strong {
    font-size: 18px;
  }
  .diagrama-mercado .coluna-base span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .coluna-base {
    width: 27.3333333333vw;
  }
  .diagrama-mercado .coluna-base .info > strong {
    font-size: 16px;
  }
  .diagrama-mercado .coluna-base span {
    font-size: 11px;
  }
}
.diagrama-mercado .coluna-base .info {
  position: relative;
}
.diagrama-mercado .coluna-base .info .balao {
  width: 18.55625vw;
  background-color: #F0F1F1;
  padding: 1.5em;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: normal;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1.5em;
  border-top-left-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  color: #111F8F;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .coluna-base .info .balao {
    width: 69.8333333333vw;
    font-size: 11px;
  }
}
.diagrama-mercado .coluna-base:hover .balao {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  pointer-events: all;
}
.diagrama-mercado .coluna-base:hover .info > strong, .diagrama-mercado .coluna-base:hover span {
  text-decoration: underline;
}
.diagrama-mercado .coluna-base.desempregados {
  color: #157186;
}
.diagrama-mercado .coluna-base.ocupados {
  color: #34A2B3;
}
.diagrama-mercado .coluna-base.informais {
  color: #197F96;
}
.diagrama-mercado .coluna-base.formais {
  color: #34A2B3;
}
.diagrama-mercado .sub-linha {
  border-left: 2px solid #34A2B3;
  padding-left: 1vw;
  position: relative;
  margin: 1vw 0;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .sub-linha {
    padding-left: 3vw;
    margin: 2vw 0;
  }
}
.diagrama-mercado .sub-linha:before {
  content: "";
  display: block;
  width: 1.5vw;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #34A2B3;
}
.diagrama-mercado .sub-linha:after {
  content: "";
  display: block;
  width: 1.5vw;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #34A2B3;
}
.diagrama-mercado .sub-linha.fora {
  border-color: #9A9A9A;
}
.diagrama-mercado .sub-linha.fora:after, .diagrama-mercado .sub-linha.fora:before {
  background-color: #9A9A9A;
}
.diagrama-mercado .sub-linha .coluna-base {
  width: 6.3375vw;
}
.diagrama-mercado .sub-linha .coluna-base.desempregados {
  width: 8.134375vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .sub-linha .coluna-base {
    width: 10.375vw;
  }
  .diagrama-mercado .sub-linha .coluna-base .info > strong {
    font-size: 16px;
  }
  .diagrama-mercado .sub-linha .coluna-base span {
    font-size: 10px;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .sub-linha .coluna-base {
    width: 20.25vw;
  }
  .diagrama-mercado .sub-linha .coluna-base.desempregados {
    width: 34.4166666667vw;
  }
  .diagrama-mercado .sub-linha .coluna-base .info > strong {
    font-size: 15px;
  }
  .diagrama-mercado .sub-linha .coluna-base span {
    font-size: 10px;
  }
}
.diagrama-mercado .coluna-grafico {
  width: 56.65vw;
  padding: 1vw 0;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .coluna-grafico {
    width: 50.1875vw;
    padding: 2vw 0;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .coluna-grafico {
    width: 200vw;
    padding: 2vw 0;
  }
}
.diagrama-mercado .coluna-grafico.fora {
  position: relative;
}
.diagrama-mercado .coluna-grafico.fora .coluna-desalento {
  position: absolute;
  height: 100%;
  bottom: 0;
  padding-left: 1.5em;
  padding-bottom: 1em;
  color: #797979;
  border-bottom: 2px solid #9A9A9A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .coluna-grafico.fora .coluna-desalento {
    font-size: 11px;
  }
}
.diagrama-mercado .coluna-grafico.fora .linha-desalento {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background-color: #9A9A9A;
}
.diagrama-mercado .coluna-grafico.fora .linha-desalento:before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #9A9A9A;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.diagrama-mercado .graf-diagrama {
  height: 7vw;
  width: 100%;
  cursor: default !important;
}
.diagrama-mercado .graf-diagrama canvas, .diagrama-mercado .graf-diagrama div {
  cursor: default !important;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .graf-diagrama {
    height: 26.4vw;
    width: 192vw;
  }
}
.diagrama-mercado .coluna-desalento {
  width: 9.93125vw;
  font-family: "dT Ampla", "Calibri", "Lucida Grande", sans-serif;
  text-rendering: geometricPrecision;
}
.diagrama-mercado .coluna-desalento small {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .coluna-desalento small {
    font-size: 14px;
  }
}
.diagrama-mercado .coluna-desalento span {
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .coluna-desalento span {
    font-size: 11px;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .coluna-desalento {
    width: 21.75vw;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .coluna-desalento {
    width: 69.8333333333vw;
    white-space: normal;
  }
}
.diagrama-mercado .coluna-desalento.info {
  position: relative;
}
.diagrama-mercado .coluna-desalento.info .balao {
  width: 18.55625vw;
  background-color: #F0F1F1;
  padding: 1.5em;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: normal;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1.5em;
  border-top-left-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  color: #797979;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .diagrama-mercado .coluna-desalento.info .balao {
    width: 69.8333333333vw;
    font-size: 11px;
  }
}
.diagrama-mercado .coluna-desalento:hover .balao {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  pointer-events: all;
}

ul.tree, ul.tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.tree ul {
  margin-left: 10px;
}

ul.tree li {
  margin: 0;
  padding: 0 7px;
  line-height: 40px;
  color: #369;
  border-left: 1px solid rgb(100, 100, 100);
  font-size: 24px;
  font-weight: 400;
}
ul.tree li strong {
  font-weight: bold;
}

ul.tree li:last-child {
  border-left: none;
}

ul.tree li:before {
  position: relative;
  top: -0.3em;
  height: 1em;
  width: 12px;
  color: white;
  border-bottom: 1px solid rgb(100, 100, 100);
  content: "";
  display: inline-block;
  left: -7px;
}

ul.tree li:last-child:before {
  border-left: 1px solid rgb(100, 100, 100);
}

.section-modelo-grafico .boxbg {
  background-color: #e2e2e2;
  padding: 2em;
}
.section-modelo-grafico .boxbg h3 {
  font-weight: bold;
  margin-bottom: 1em;
}
.section-modelo-grafico .boxbg ul.tree li {
  margin: 0;
  padding: 0 7px;
  line-height: 40px;
  color: #369;
  border-left: 1px solid rgb(100, 100, 100);
  font-size: 22px;
  font-weight: 400;
}
.section-modelo-grafico .boxbg ul.tree li strong {
  font-weight: bold;
}
.section-modelo-grafico .boxbg ul.tree li:last-child {
  border-left: none;
}
.section-modelo-grafico .boxbg ul.tree li:before {
  position: relative;
  top: -0.3em;
  height: 1em;
  width: 12px;
  color: white;
  border-bottom: 1px solid rgb(100, 100, 100);
  content: "";
  display: inline-block;
  left: -7px;
}
.section-modelo-grafico .boxbg ul.tree li:last-child:before {
  border-left: 1px solid rgb(100, 100, 100);
}
.section-modelo-grafico .boxbg .macro-section {
  padding-block: 4em;
  background-color: #e7e7e7;
}
.section-modelo-grafico .boxbg .macro-section:nth-child(even) {
  background-color: #fff;
}

.hide-me {
  width: 100%;
  overflow: hidden;
}

.bolas-motivo-hidden {
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .bolas-motivo-hidden {
    width: 170vw;
    height: 1px;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .bolas-motivo-hidden {
    width: 240vw;
    height: 1px;
  }
}

.item-hominho-hidden {
  width: 19.445vw;
}
.item-hominho-hidden .graf-hominho {
  height: 29.638125vw;
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .item-hominho-hidden {
    width: 24.30625vw;
  }
  .item-hominho-hidden .graf-hominho {
    height: 32.93125vw;
    pointer-events: none;
  }
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .item-hominho-hidden {
    width: 100%;
  }
  .item-hominho-hidden .graf-hominho {
    width: 59.9166666667vw;
    height: 90vw;
    pointer-events: none;
  }
}

.section-canvas {
  width: 100%;
  padding-block: 5em;
  background-color: #F0F1F1;
}
.section-canvas .bloco-canvas {
  width: 100%;
}

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

.modal {
  width: auto;
  height: 80dvh;
  aspect-ratio: 16/10;
  overflow: visible;
  -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;
  background-color: #fff;
}
@media (width <= 1000px) {
  .modal {
    width: 94vw;
  }
}
.modal iframe {
  width: 100%;
  height: 100%;
}
.modal .frame-inside {
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media screen and (max-width: 1099px) {
  .modal {
    width: 90vw;
    height: 80dvh;
    aspect-ratio: auto;
  }
}
.modal .fechar {
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% + 1em);
  background-color: #39AEC0;
  border-radius: 1000px;
  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;
}
.modal .fechar img {
  display: block;
  width: 1.2em;
}
@media screen and (max-width: 1099px) {
  .modal .fechar {
    top: auto;
    bottom: calc(100% + 1em);
    left: auto;
    right: 0;
    width: 2em;
    height: 2em;
  }
  .modal .fechar img {
    width: 1em;
  }
}