@charset "UTF-8";
#infoarte {
  /* HTML5 display-role reset for older browsers */
}
#infoarte div, #infoarte span, #infoarte object, #infoarte iframe,
#infoarte h1, #infoarte h2, #infoarte h3, #infoarte h4, #infoarte h5, #infoarte h6, #infoarte p, #infoarte blockquote, #infoarte pre,
#infoarte a, #infoarte abbr, #infoarte acronym, #infoarte address, #infoarte big, #infoarte cite, #infoarte code,
#infoarte del, #infoarte dfn, #infoarte em, #infoarte img, #infoarte ins, #infoarte kbd, #infoarte q, #infoarte s, #infoarte samp,
#infoarte small, #infoarte strike, #infoarte strong, #infoarte sub, #infoarte sup, #infoarte tt, #infoarte var,
#infoarte b, #infoarte u, #infoarte i, #infoarte center,
#infoarte dl, #infoarte dt, #infoarte dd, #infoarte ol, #infoarte ul, #infoarte li,
#infoarte fieldset, #infoarte form, #infoarte label, #infoarte legend,
#infoarte table, #infoarte caption, #infoarte tbody, #infoarte tfoot, #infoarte thead, #infoarte tr, #infoarte th, #infoarte td,
#infoarte article, #infoarte aside, #infoarte canvas, #infoarte details, #infoarte embed,
#infoarte figure, #infoarte figcaption, #infoarte footer, #infoarte header, #infoarte hgroup,
#infoarte menu, #infoarte nav, #infoarte output, #infoarte ruby, #infoarte section, #infoarte summary,
#infoarte time, #infoarte mark, #infoarte audio, #infoarte video, #infoarte button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#infoarte article, #infoarte aside, #infoarte details, #infoarte figcaption, #infoarte figure,
#infoarte footer, #infoarte header, #infoarte hgroup, #infoarte menu, #infoarte nav, #infoarte section {
  display: block;
}
#infoarte body {
  line-height: 1;
}
#infoarte ol, #infoarte ul {
  list-style: none;
}
#infoarte blockquote, #infoarte q {
  quotes: none;
}
#infoarte blockquote:before, #infoarte blockquote:after,
#infoarte q:before, #infoarte q:after {
  content: '';
  content: none;
}
#infoarte table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

body #sticker {
  z-index: 100000000000000000000000000000;
}

body #menu-editoria {
  z-index: 100000000000000000000000000000;
}

#infoarte {
  font: normal 10px "Times New Roman", times, serif;
  /*SEGUNDO GRÁFICO*/
}
#infoarte #tudo {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #infoarte #tudo {
    width: 100%;
  }
  #infoarte #tudo .menu-grafico-bolas ul {
    width: 100%;
  }
}
#infoarte .grafico-principal {
  margin-bottom: 60px;
}
#infoarte .menu-grafico-bolas {
  width: 100%;
  display: block;
  clear: both;
  height: 55px;
}
#infoarte .menu-grafico-bolas ul {
  width: 1024px;
  margin: 0 auto;
}
#infoarte .menu-grafico-bolas ul li {
  float: left;
  color: #25314A;
  padding: 15px 30px 15px 30px;
  font-size: 18px;
  font-family: OgloboCondensedMedium, "Times New Roman", times, serif;
  position: relative;
  top: 3px;
  cursor: pointer;
}
#infoarte .menu-grafico-bolas ul li.selecionado {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid white !important;
  border-radius: 7px 7px 0 0;
  font-family: OgloboCondensedBold, "Times New Roman", times, serif;
}
#infoarte .divlegenda {
  border: 1px solid #CCCCCC;
  border-bottom: 0.5px solid white;
  width: 100%;
}
#infoarte #grafico-bolas {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  border-top: 0.5px solid white;
}
#infoarte #grafico-bolas #mapa-grafico {
  position: absolute;
  width: 1022px;
}
#infoarte #grafico-bolas #boxresolucao {
  display: none;
}
@media screen and (max-width: 1023px) {
  #infoarte #grafico-bolas #boxresolucao {
    display: block;
    width: 100%;
    height: 530px;
    background: white;
    position: absolute;
    z-index: 110;
  }
  #infoarte #grafico-bolas #resolucao {
    display: block;
    position: relative;
    z-index: 100;
    width: 100%;
    text-align: center;
    height: 70px;
    top: 200px;
  }
  #infoarte #grafico-bolas #resolucao span {
    display: inline-block;
    color: #929292;
    font-family: Arial;
    font-size: 11px;
  }
  #infoarte #grafico-bolas #resolucao img {
    position: relative;
    top: 30px;
  }
}
#infoarte #grafico-bolas .legenda {
  position: absolute;
  width: 1024px;
}
#infoarte #grafico-bolas .legenda ul {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
#infoarte #grafico-bolas .legenda li {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
}
#infoarte #grafico-bolas .legenda li span {
  width: 10px;
  height: 10px;
  background: #7fa1a0;
  display: inline-block;
  margin-right: 2px;
}
#infoarte #grafico-bolas .legenda li:last-child span {
  background: #c94556;
}
#infoarte #grafico-bolas svg {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #infoarte #grafico-bolas {
    width: 100%;
    border-top: 1px solid #CCCCCC;
  }
  #infoarte #grafico-bolas #mapa-grafico {
    width: 100%;
    overflow: hidden;
  }
  #infoarte #grafico-bolas .legenda {
    width: 100%;
  }
  #infoarte #grafico-bolas svg {
    width: 100%;
  }
  #infoarte .divlegenda {
    display: none;
  }
}
#infoarte .legenda-texto {
  font-family: Arial;
  font-size: 13px;
  color: #838383;
}
#infoarte .segundo-grafico {
  padding-bottom: 50px;
  overflow: auto;
}
#infoarte .segundo-grafico .cabecalho {
  text-transform: uppercase;
  margin-bottom: 25px;
  overflow: auto;
}
#infoarte .segundo-grafico .cabecalho h2 {
  font-family: OgloboCondensedBold, "Times New Roman", times, serif;
  font-size: 20px;
}
#infoarte .segundo-grafico .cabecalho h2 span {
  font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
}
#infoarte .segundo-grafico .cabecalho h3 {
  font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
  font-size: 18px;
}
#infoarte .segundo-grafico .cabecalho ul {
  margin-top: 10px;
}
#infoarte .segundo-grafico .cabecalho li {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
}
#infoarte .segundo-grafico .cabecalho li span {
  width: 10px;
  height: 10px;
  background: #7fa1a0;
  display: inline-block;
  margin-right: 2px;
  color: #464646;
  border: 1px solid #9e9e9e;
}
#infoarte .segundo-grafico .cabecalho li span.span1 {
  background: #edf8b1;
}
#infoarte .segundo-grafico .cabecalho li span.span2 {
  background: #c7e9b4;
}
#infoarte .segundo-grafico .cabecalho li span.span3 {
  background: #7fcdbb;
}
#infoarte .segundo-grafico .cabecalho li span.span4 {
  background: #1d91c0;
}
#infoarte .segundo-grafico .cabecalho li span.span5 {
  background: #3d6a88;
}
#infoarte .segundo-grafico .cabecalho li span.span6 {
  background: #7e7ab8;
}
#infoarte .segundo-grafico .cabecalho li span.span7 {
  background: #644ea0;
}
#infoarte .segundo-grafico .cabecalho li span.span8 {
  background: #554e70;
}
#infoarte .segundo-grafico .cabecalho li span.span9 {
  background: #37344e;
}
#infoarte .segundo-grafico .abas {
  width: 66.40625%;
  border-bottom: 1px solid #CCCCCC !important;
  display: block;
  clear: both;
  height: 55px;
}
#infoarte .segundo-grafico .abas ul {
  width: 680px;
  margin: 0 auto;
}
#infoarte .segundo-grafico .abas ul li {
  float: left;
  color: #25314A;
  padding: 15px 30px 15px 30px;
  font-size: 18px;
  font-family: OgloboCondensedMedium, "Times New Roman", times, serif;
  position: relative;
  top: 3px;
  cursor: pointer;
}
#infoarte .segundo-grafico .abas ul li.selecionado {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid white !important;
  border-radius: 7px 7px 0 0;
  font-family: OgloboCondensedBold, "Times New Roman", times, serif;
}
@media screen and (max-width: 1023px) {
  #infoarte .segundo-grafico .abas {
    width: 55%;
  }
}
#infoarte .segundo-grafico .mapas-distorcidos {
  width: 100%;
}
#infoarte .segundo-grafico .mapas-distorcidos .imagens {
  width: 66.21094%;
  height: 524px;
  border: 1px solid #CCCCCC;
  border-top: 1px solid white;
  float: left;
}
#infoarte .segundo-grafico .mapas-distorcidos .imagens img {
  position: absolute;
}
#infoarte .segundo-grafico .mapas-distorcidos .imagens .mini-mapa {
  position: relative;
  top: 427px;
  left: 5px;
  z-index: 30;
}
#infoarte .segundo-grafico .mapas-distorcidos .imagens img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 1023px) {
  #infoarte .segundo-grafico .mapas-distorcidos .imagens {
    height: auto;
    width: 55%;
    height: 326px;
    overflow: hidden;
  }
  #infoarte .segundo-grafico .mapas-distorcidos .imagens img:not(.mini-mapa) {
    width: 100%;
    position: relative;
  }
  #infoarte .segundo-grafico .mapas-distorcidos .imagens .mini-mapa {
    top: -110px;
    display: none;
  }
}
@media screen and (max-width: 769px) {
  #infoarte .segundo-grafico .mapas-distorcidos .imagens {
    height: auto;
    width: 55%;
    height: 326px;
    overflow: hidden;
  }
  #infoarte .segundo-grafico .mapas-distorcidos .imagens img:not(.mini-mapa) {
    width: 100%;
    position: relative;
  }
  #infoarte .segundo-grafico .mapas-distorcidos .imagens .mini-mapa {
    top: -110px;
    display: block;
  }
}
#infoarte .segundo-grafico .mapas-distorcidos .informacoes-mapas {
  float: left;
  width: 331px;
  height: 523px;
  overflow: hidden;
  box-sizing: border-box;
  margin-left: 1.26953%;
}
#infoarte .segundo-grafico .mapas-distorcidos .informacoes-mapas ul {
  position: relative;
  width: 2000px;
  overflow: auto;
  height: 143px;
}
#infoarte .segundo-grafico .mapas-distorcidos .informacoes-mapas ul li {
  float: left;
  width: 331px;
  box-sizing: border-box;
}
#infoarte .segundo-grafico .mapas-distorcidos .informacoes-mapas ul li h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}
#infoarte .segundo-grafico .mapas-distorcidos .informacoes-mapas ul li p {
  font-family: Arial;
  font-weight: normal;
  font-size: 13px;
}
@media screen and (max-width: 1023px) {
  #infoarte .segundo-grafico .mapas-distorcidos .informacoes-mapas ul {
    height: auto;
    margin-bottom: 5.85938%;
  }
}
#infoarte .segundo-grafico .mapas-distorcidos .informacoes-mapas h3 {
  font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
  font-size: 19px;
  font-weight: normal;
  text-transform: uppercase;
}
#infoarte .segundo-grafico .mapas-distorcidos .informacoes-mapas img {
  margin-top: 20px;
}

#tooltip {
  position: absolute;
  top: 100px;
  left: 100px;
  border-radius: 10px;
  border: 1px solid #dedfdf;
  background: #fff;
  padding: 10px;
  z-index: 1000;
  overflow: auto;
  width: auto;
  color: #666666;
  font-size: 12px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  box-shadow: 0px 0px 5px #dedfdf;
  display: none;
}
#tooltip .titulo {
  font-size: 15px;
  color: #424242;
  text-transform: uppercase;
  font-family: OgloboCondensedMedium, "Times New Roman", times, serif;
}
#tooltip .valor_pib {
  font-size: 15px;
  color: #424242;
  text-transform: uppercase;
  font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
}
#tooltip .valor_pib span {
  font-family: OgloboCondensedBold, "Times New Roman", times, serif;
}
#tooltip img {
  width: 100%;
}
#tooltip .case_foto {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 10px;
}
#tooltip #esquerda_tooltip {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 14px;
}
#tooltip #direita_tooltip {
  float: left;
}

/*----------------MOBILE---------------*/
#conteudo-mobi {
  width: 100%;
}
#conteudo-mobi .box-legenda-mobi {
  width: 100%;
}
#conteudo-mobi .box-legenda-mobi img {
  width: 209px;
  margin: 0 auto;
  display: block;
}

/*======================================
SELECT BOX
======================================*/
#conteudo-mobi .capa_select {
  width: 100%;
  margin-top: 10px !important;
  overflow: hidden;
  border: 1px solid #c1c0c0;
  border-radius: 5px;
}

#conteudo-mobi .capa_select:before {
  position: absolute;
  right: 20px;
  top: 24.5%;
  font-size: 20px;
  pointer-events: none;
}

#conteudo-mobi .capa_select select,
#conteudo-mobi .capa_select select:hover,
#conteudo-mobi .capa_select select:focus {
  background: #f5f3f3;
  font: normal normal normal 15px/12px OgloboCondensedRegular, "Times New Roman", times, serif;
  outline: 0;
  cursor: pointer;
  width: 110%;
  margin: 0;
  padding: 20px 15px;
  height: auto;
  border: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
          transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
  color: black;
}

#conteudo-mobi .capa_select.fa {
  display: block;
  position: relative;
}

#conteudo-mobi .capa_select select option {
  padding: 5px;
}

#conteudo-mobi .capa_select select option:focus,
#conteudo-mobi .capa_select select optgroup:focus {
  outline: 0;
}

/*======================================
END SELECT BOX
======================================*/
.fotos {
  width: 100%;
}
.fotos ul li {
  width: 100%;
}
.fotos ul li img {
  width: 100%;
}
