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

/*TELA FULL*/
body article {
  max-width: 100% !important;
}

/*COLOCA A BARRA DO GLOGO POR CIMA*/
body #sticker {
  z-index: 100000000000000000000000000000;
  position: relative !important;
}

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

body .head-materia {
  height: 0;
  overflow: hidden;
}

body #all_banner {
  height: 0 !important;
  overflow: hidden  !important;
  padding: 0  !important;
  border: none  !important;
  background: none  !important;
  margin: 0  !important;
}

body article + .row {
  display: none;
}

body article .row:nth-child(1) {
  display: none;
}

/*

body #all_banner{
  height: 0 !important;
  overflow: hidden  !important;
  padding: 0  !important;
  border: none  !important;
  background: none  !important;
  margin: 0  !important;
}

body article+.row{
  display: none;
}*/
#infoarte {
  font: normal 12px Arial, "Times New Roman", times, serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#infoarte * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#infoarte h1 {
  font-family: OgloboCondensedMedium, Arial, "Times New Roman", times, serif;
  font-size: 30px;
  margin: 20px 0;
  text-transform: uppercase;
}
#infoarte h1 em {
  font-family: OgloboCondensedBold, Arial, "Times New Roman", times, serif;
}
#infoarte p {
  font-family: Georgia, Arial, "Times New Roman", times, serif;
  font-size: 14px;
  line-height: 1.4em;
}
#infoarte p.small {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 14px;
}
#infoarte section {
  max-width: 100%;
  position: relative;
}
#infoarte .container {
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  box-sizing: content-box;
}
#infoarte .container.container-sm {
  max-width: 700px;
}
#infoarte .container.container-lg {
  max-width: 1200px;
}
#infoarte .center {
  text-align: center;
  margin: 0 auto;
}
#infoarte .left {
  float: left;
  position: relative;
}
#infoarte .right {
  float: right;
  position: relative;
}
#infoarte .fix {
  clear: both;
}
#infoarte button {
  padding: 12px 30px;
  background: #fff;
  border: thin solid #ccc;
  border-radius: 12px;
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  transition: background ease .3s;
}
#infoarte button:hover {
  background: #dcdcdc;
}
#infoarte button.btn-active {
  background: #000;
  color: #fff;
}
#infoarte .select {
  position: relative;
  display: block;
  width: 100%;
  max-width: 325px;
  margin-top: 5px;
  margin-bottom: 12px;
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 22px;
  border: thin solid #ccc;
  border-radius: 6px;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
#infoarte .select .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  text-transform: capitalize;
}
#infoarte .select .placeholder:hover {
  background: #34383c;
}
#infoarte .select .placeholder:after {
  position: absolute;
  font-size: 14px;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
#infoarte .select.is-open .placeholder:after {
  content: '\f077';
}
#infoarte .select.is-open ul {
  display: block;
}
#infoarte .select.select--white .placeholder {
  background: #fff;
  color: #000;
}
#infoarte .select.select--white .placeholder:hover {
  background: #fafafa;
}
#infoarte .select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  background: #dcdcdc;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
  max-height: 220px;
}
#infoarte .select ul li {
  display: block;
  text-align: left;
  text-transform: capitalize;
  padding: 0.8em 1em 0.8em 1em;
  cursor: pointer;
}
#infoarte .select ul li:hover {
  background: #4ebbf0;
  color: #fff;
}
#infoarte .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 12px;
  float: left;
  margin-top: 1px;
}
#infoarte .switch input {
  display: none;
}
#infoarte .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}
#infoarte .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 0px;
  bottom: -3px;
  background-color: #797979;
  border: 3px solid #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  transition: .4s;
}
#infoarte input:checked + .slider, #infoarte input:checked + .slider:before {
  background-color: #2196F3;
}
#infoarte input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
#infoarte input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
#infoarte .slider.round {
  border-radius: 8px;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
#infoarte .slider.round:before {
  border-radius: 50%;
}
#infoarte section.title-header {
  margin-bottom: 20px;
}
#infoarte section.title-header h1 {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 34px;
  line-height: 1em;
  color: #999999;
  display: inline-block;
  margin: 20px;
}
#infoarte section.title-header h1 em {
  font-family: OgloboCondensedBold, Arial, "Times New Roman", times, serif;
}
#infoarte section.title-header h1.active {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  color: #000;
  margin: 0px;
}
#infoarte section.title-header h1.active em {
  font-family: OgloboCondensedBold, Arial, "Times New Roman", times, serif;
}
#infoarte section.title-header h2 {
  font-family: OgloboCondensedBold, Arial, "Times New Roman", times, serif;
  font-size: 24px;
  text-transform: uppercase;
}
#infoarte section.title-header h2.active {
  color: #000;
  margin: 0px;
}
#infoarte section.title-header .line-title {
  position: absolute;
  top: 24px;
}
#infoarte section.title-header .title-info {
  text-align: center;
}
#infoarte section.title-header .title-info h1 {
  font-family: OgloboCondensedMedium, Arial, "Times New Roman", times, serif;
  font-size: 42px;
  color: #000;
  text-transform: none;
}
#infoarte section.title-header .barra-logo {
  max-width: 100%;
  height: 62px;
  padding-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  background: linear-gradient(#fff 60%, #ececec 100%);
}
#infoarte section.title-header .barra-logo img {
  display: block;
  margin: 0 auto;
}
#infoarte section.graficos {
  margin-bottom: 20px;
}
#infoarte section.graficos li, #infoarte section.graficos button {
  outline: 0;
}
#infoarte section.graficos #mapa-2o-candidato {
  display: none;
}
#infoarte section.graficos #menu-principal ul {
  list-style: none;
  text-align: justify;
}
#infoarte section.graficos #menu-principal ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
#infoarte section.graficos #menu-principal li {
  display: inline-block;
}
#infoarte section.graficos .legenda-desempenho {
  display: none;
  width: 300px;
}
#infoarte section.graficos .legenda-candidato {
  display: none;
  margin-top: 28px;
  width: 100%;
}
#infoarte section.graficos .legenda-candidato.legenda-br-nl {
  width: 250px;
  float: right;
  margin-top: -62px;
}
#infoarte section.graficos .legenda-candidato.legenda-br-nl .percentual {
  margin-right: 12px;
}
#infoarte section.graficos .legenda-candidato.legenda-br-nl .separador {
  display: none;
}
#infoarte section.graficos .legenda-candidato img {
  float: left;
  margin-right: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 5px;
}
#infoarte section.graficos .legenda-candidato .percentual {
  float: left;
  border-radius: 5px;
  border: 1px solid black;
  padding: 5px 10px;
  margin-top: 11px;
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 25px;
  display: none;
}
#infoarte section.graficos .legenda-candidato .separador {
  width: 12px;
  height: 1px;
  background: #000;
  margin-top: 31px;
  float: left;
}
#infoarte section.graficos .legenda-candidato h4 {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 18px;
  display: inline-block;
  text-transform: capitalize;
}
#infoarte section.graficos .legenda-candidato h5 {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 18px;
  display: inline-block;
  margin-left: 4px;
}
#infoarte section.graficos .legenda-candidato #legenda-grafica {
  margin-top: 4px;
}
#infoarte section.graficos .legenda-candidato #legenda-grafica span {
  display: inline-block;
  width: 40px;
  height: 10px;
  background: #ccc;
}
#infoarte section.graficos .legenda-candidato #legenda-grafica span p {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 14px;
  font-weight: bold;
  margin-left: -5px;
}
#infoarte section.graficos .legenda-candidato #legenda-grafica span p:first-child {
  font-weight: bold;
}
#infoarte section.graficos .legenda-candidato #legenda-grafica span:before {
  display: block;
  content: "";
  border-left: thin solid #828282;
  height: 16px;
}
#infoarte section.graficos .legenda-candidato #legenda-grafica span:last-child {
  width: 0px;
}
#infoarte section.graficos .legenda-mudou {
  display: none;
  width: 100%;
}
#infoarte section.graficos .legenda-mudou h4 {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 22px;
  margin: 10px 0;
}
#infoarte section.graficos .legenda-mudou h4 span {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
}
#infoarte section.graficos .legenda-mudou p.text {
  display: inline-block;
  width: 240px;
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 17px;
  line-height: 1em;
}
#infoarte section.graficos .legenda-mudou p.text em {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
}
#infoarte section.graficos .legenda-mudou img {
  border: none;
  border-radius: 0;
}
#infoarte section.graficos .legenda-mudou .candidato-row {
  width: 630px;
  float: right;
  margin-top: 10px;
  border-bottom: thin solid #d1d1d1;
  clear: right;
}
#infoarte section.graficos .legenda-mudou .legenda-row {
  margin-top: 10px;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica {
  float: right;
  margin-top: 5px;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span {
  display: inline-block;
  width: 34px;
  height: 10px;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span p {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  font-weight: bold;
  margin-left: -5px;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span p:first-child {
  font-weight: bold;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.negativo {
  background: #a52046;
  border-right: thin solid #fff;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.negativo p {
  margin-left: -7px;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.negativo:before {
  display: block;
  content: "";
  border-left: thin solid #828282;
  height: 16px;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.negativo:last-child {
  width: 0px;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.negativo:nth-of-type(2) {
  background-color: rgba(165, 32, 70, 0.75);
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.negativo:nth-of-type(3) {
  background-color: rgba(165, 32, 70, 0.5);
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.negativo:nth-of-type(4) {
  background-color: rgba(165, 32, 70, 0.25);
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.zero {
  width: 15px;
  background: #dadbdb;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.zero p {
  margin-left: 4px;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.zero:before {
  display: block;
  content: "";
  margin-left: 7px;
  border-left: thin solid #828282;
  height: 16px;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.positivo {
  background: #649a94;
  border-left: thin solid #fff;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.positivo p {
  text-align: right;
  margin-right: -7px;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.positivo:before {
  display: block;
  content: "";
  border-right: thin solid #828282;
  height: 16px;
}
#infoarte section.graficos .legenda-mudou #legenda-grafica-estatica span.positivo:nth-of-type(2) {
  background-color: rgba(100, 154, 148, 0.25);
}
#infoarte section.graficos .legenda-candidatos-percentual {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
#infoarte section.graficos .legenda-candidatos-percentual .primeira, #infoarte section.graficos .legenda-candidatos-percentual .segunda {
  overflow: auto;
  padding: 8px 0;
}
#infoarte section.graficos .legenda-candidatos-percentual .primeira {
  border-bottom: 1px solid #d1d1d1;
}
#infoarte section.graficos .legenda-candidatos-percentual .explicacao {
  float: left;
  max-width: 160px;
}
#infoarte section.graficos .legenda-candidatos-percentual .explicacao span {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 16px;
}
#infoarte section.graficos .legenda-candidatos-percentual .explicacao p {
  font-family: OgloboCondensedMedium, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  margin-top: 2px;
  line-height: 15px;
  color: #7a7a7a;
}
#infoarte section.graficos .legenda-candidatos-percentual ul {
  float: right;
  width: 100%;
  max-width: 460px;
}
#infoarte section.graficos .legenda-candidatos-percentual ul li {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  vertical-align: top;
}
#infoarte section.graficos .legenda-candidatos-percentual ul li span {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 8px;
  float: left;
  margin-right: 8px;
}
#infoarte section.graficos .legenda-candidatos-percentual ul li h4 {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 18px;
  display: inline-block;
  text-transform: capitalize;
}
#infoarte section.graficos .legenda-candidatos-percentual ul li span {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 18px;
  line-height: 16px;
  float: none;
}
#infoarte section.graficos .legenda-candidatos-percentual ul li p {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  line-height: 1em;
  margin-left: 22px;
}
#infoarte section.graficos .legenda-candidatos-percentual ul li .percentual {
  font-size: 23px;
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
}
#infoarte section.graficos .btn-distorcer, #infoarte section.graficos .btn-distorcer-duplo, #infoarte section.graficos .btn-distorcer-brancos {
  width: 190px;
  float: right;
  margin-top: 28px;
}
#infoarte section.graficos .btn-distorcer p, #infoarte section.graficos .btn-distorcer-duplo p, #infoarte section.graficos .btn-distorcer-brancos p {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 18px;
  color: #43ade1;
  line-height: 1em;
  margin-top: 10px;
  text-transform: uppercase;
}
#infoarte section.graficos .btn-distorcer p em, #infoarte section.graficos .btn-distorcer-duplo p em, #infoarte section.graficos .btn-distorcer-brancos p em {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
}
#infoarte section.graficos .btn-distorcer img, #infoarte section.graficos .btn-distorcer-duplo img, #infoarte section.graficos .btn-distorcer-brancos img {
  float: left;
  margin-right: 10px;
}
#infoarte section.graficos .btn-distorcer-duplo {
  display: none;
}
#infoarte section.graficos .legenda-siglas {
  list-style: none;
  text-align: justify;
}
#infoarte section.graficos .legenda-siglas:after {
  content: '';
  display: inline-block;
  width: 100%;
}
#infoarte section.graficos .legenda-siglas li {
  display: inline-block;
  margin-right: 16px;
}
#infoarte section.graficos .legenda-siglas span {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  float: left;
  margin-right: 4px;
  margin-top: 4px;
}
#infoarte section.graficos .legenda-siglas h4 {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
}
#infoarte section.graficos .legenda-siglas p {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  line-height: 1em;
  margin-left: 16px;
}
#infoarte section.graficos #tooltip {
  position: absolute;
  display: none;
  width: 380px;
  left: -20px;
  padding: 12px;
  padding-bottom: 18px;
  background-color: #fff;
  color: #000;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  z-index: 40;
}
#infoarte section.graficos #tooltip .tooltip-arrow .after, #infoarte section.graficos #tooltip .tooltip-arrow .before {
  bottom: 100%;
  border: solid transparent;
  left: 30px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#infoarte section.graficos #tooltip .tooltip-arrow .after {
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
  z-index: 4;
}
#infoarte section.graficos #tooltip .tooltip-arrow .before {
  border-color: transparent;
  border-bottom-color: #d1d1d1;
  border-width: 13px;
  margin-left: -13px;
}
#infoarte section.graficos #tooltip p {
  display: inline-block;
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 16px;
}
#infoarte section.graficos #tooltip p.left {
  float: left;
}
#infoarte section.graficos #tooltip p.right {
  float: right;
}
#infoarte section.graficos #tooltip p img {
  position: absolute;
  margin-right: 10px;
}
#infoarte section.graficos #tooltip h2 {
  font-family: OgloboCondensedMedium, Arial, "Times New Roman", times, serif;
  font-size: 22px;
}
#infoarte section.graficos #tooltip h2 em {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
}
#infoarte section.graficos #tooltip h3 {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 20px;
  line-height: 1.2em;
  margin: 4px 0;
}
#infoarte section.graficos #tooltip h4 {
  display: block;
}
#infoarte section.graficos #tooltip .label-tooltip {
  width: 100%;
  border-bottom: 1px solid #343434;
  padding-bottom: 12px;
  margin-top: 4px;
  margin-bottom: 10px;
}
#infoarte section.graficos #tooltip .label-tooltip div {
  display: inline-block;
}
#infoarte section.graficos #tooltip .label-tooltip .mark {
  position: absolute;
  left: -12px;
  top: 2px;
}
#infoarte section.graficos #tooltip .candidato-itens li {
  border-bottom: thin solid #d1d1d1;
  margin: 8px 0;
  padding-bottom: 10px;
}
#infoarte section.graficos #tooltip .candidato-itens li:last-child {
  border-bottom: none;
  margin: 5px 0 0 0;
  padding-bottom: 0px;
}
#infoarte section.graficos #tooltip .candidato-group {
  display: block;
  min-height: 42px;
  margin-bottom: 14px;
}
#infoarte section.graficos #tooltip .candidato-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#infoarte section.graficos #tooltip .candidato {
  display: inline-block;
  position: relative;
}
#infoarte section.graficos #tooltip .candidato img {
  float: left;
  margin-right: 8px;
}
#infoarte section.graficos #tooltip .candidato p {
  display: block;
  line-height: 1em;
}
#infoarte section.graficos #tooltip .bar-votos {
  float: right;
  width: 296px;
  position: relative;
}
#infoarte section.graficos #tooltip .bar-votos .nome {
  line-height: 1em;
  margin-left: 1px;
}
#infoarte section.graficos #tooltip .bar-votos .grafico {
  width: 240px;
  display: inline-block;
  position: relative;
  background: #d1d1d1;
  border-radius: 6px;
}
#infoarte section.graficos #tooltip .bar-votos .grafico span {
  display: block;
  width: 100%;
  height: 8px;
  background: #ff6801;
  border-radius: 6px;
}
#infoarte section.graficos #tooltip .bar-votos .grafico span.bar-mudou {
  border-radius: 0 6px 6px 0;
}
#infoarte section.graficos #tooltip .bar-votos .grafico.negativo span {
  border-radius: 6px 0 0 6px;
}
#infoarte section.graficos #tooltip .bar-votos .grafico p {
  margin-left: 4px;
}
#infoarte section.graficos #tooltip .bar-votos #votos-zona {
  margin-left: 2px;
}
#infoarte section.graficos #tooltip .bar-votos .votos-cidade {
  position: absolute;
  margin-left: -16px;
  top: -6px;
  left: 50px;
}
#infoarte section.graficos #tooltip .bar-votos .votos-cidade img {
  display: block;
  margin: 0 auto;
}
#infoarte section.graficos #tooltip .bar-votos .votos-cidade p {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 18px;
}
#infoarte section.graficos #tooltip .bar-vazio {
  width: 100%;
  margin-top: 10px;
}
#infoarte section.graficos #tooltip .bar-nulos {
  width: 354px;
}
#infoarte section.graficos #tooltip .bar-nulos .grafico {
  width: 310px;
}
#infoarte section.graficos .descricao-geral {
  width: 240px;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 36px;
  vertical-align: top;
}
#infoarte section.graficos .descricao-geral .desc {
  display: inline-block;
  padding-top: 20px;
}
#infoarte section.graficos .descricao-geral .instrucao {
  vertical-align: top;
}
#infoarte section.graficos .descricao-geral .instrucao .case-img-hand {
  display: inline-block;
  vertical-align: top;
}
#infoarte section.graficos .descricao-geral .instrucao .case-img-hand img {
  position: relative;
  top: 6px;
}
#infoarte section.graficos .descricao-geral .instrucao p {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  color: #000;
  line-height: 15px;
}
#infoarte section.graficos .descricao-geral .instrucao p span {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 18px;
}
#infoarte section.graficos .descricao-geral .controles-grafico {
  width: 280px;
  float: right;
}
#infoarte section.graficos .descricao-geral .controles-grafico .distorcer {
  display: none;
}
#infoarte section.graficos .descricao-geral .controles-grafico h6 {
  display: inline-block;
  font-family: OgloboCondensedMedium, Arial, "Times New Roman", times, serif;
  font-size: 18px;
  margin-top: -4px;
  margin-left: 12px;
}
#infoarte section.graficos .descricao-individual {
  display: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}
#infoarte section.graficos .descricao-individual .desc {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
  margin-top: 20px;
}
#infoarte section.graficos .descricao-individual .instrucao {
  float: right;
  vertical-align: top;
  margin-top: 20px;
}
#infoarte section.graficos .descricao-individual .instrucao .case-img-hand {
  display: inline-block;
  vertical-align: top;
}
#infoarte section.graficos .descricao-individual .instrucao .case-img-hand img {
  position: relative;
  top: 6px;
}
#infoarte section.graficos .descricao-individual .instrucao p {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  color: #000;
  line-height: 15px;
}
#infoarte section.graficos .descricao-individual .instrucao p span {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 18px;
}
#infoarte section.graficos .descricao-brancos {
  display: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}
#infoarte section.graficos .descricao-brancos .desc {
  display: inline-block;
  width: 100%;
  margin-right: 20px;
  margin-top: 20px;
}
#infoarte section.graficos .instrucao-brancos {
  float: left;
  display: none;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: -20px;
}
#infoarte section.graficos .instrucao-brancos .case-img-hand {
  display: inline-block;
  vertical-align: top;
}
#infoarte section.graficos .instrucao-brancos .case-img-hand img {
  position: relative;
  top: -2px;
}
#infoarte section.graficos .instrucao-brancos p {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  color: #000;
  line-height: 15px;
}
#infoarte section.graficos .instrucao-brancos p span {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 18px;
}
#infoarte section.graficos .instrucao-mudou {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
#infoarte section.graficos .instrucao-mudou .case-img-hand {
  display: inline-block;
  vertical-align: top;
}
#infoarte section.graficos .instrucao-mudou .case-img-hand img {
  position: relative;
  top: -2px;
}
#infoarte section.graficos .instrucao-mudou p {
  width: 200px !important;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  color: #000;
  line-height: 15px;
}
#infoarte section.graficos .instrucao-mudou p span {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 18px;
}
#infoarte section.graficos .descricao-mudou {
  display: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 36px;
  vertical-align: top;
}
#infoarte section.graficos .descricao-mudou p {
  width: 240px;
}
#infoarte section.graficos .lista-comparativo {
  width: 420px;
  display: inline-block;
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
}
#infoarte section.graficos .lista-comparativo h4 {
  font-size: 18px;
  text-transform: uppercase;
}
#infoarte section.graficos .lista-comparativo p {
  display: inline-block;
  max-width: 140px;
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  line-height: 1.2em;
}
#infoarte section.graficos .lista-comparativo p em {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  color: #616161;
}
#infoarte section.graficos .lista-comparativo p strong {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
}
#infoarte section.graficos .lista-comparativo em {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
}
#infoarte section.graficos .lista-comparativo img {
  margin-right: 10px;
}
#infoarte section.graficos .lista-comparativo .circle {
  display: table;
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  background: #ccc;
  border-radius: 50%;
  text-align: center;
}
#infoarte section.graficos .lista-comparativo .circle p {
  display: table-cell;
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  margin-top: -10px;
  margin-left: -15px;
  vertical-align: middle;
}
#infoarte section.graficos .lista-comparativo .circle-label {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -20px;
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  text-align: center;
  width: 40px;
}
#infoarte section.graficos .lista-comparativo .eleito {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  color: #fff;
  background: #000;
  height: 22px;
  border-radius: 10px;
  padding: 0 6px 2px 6px;
  margin-left: 4px;
}
#infoarte section.graficos .lista-comparativo .lista-table {
  display: table;
  width: 100%;
  margin: 0;
}
#infoarte section.graficos .lista-comparativo .table-head {
  display: table-header-group;
}
#infoarte section.graficos .lista-comparativo .table-head .lista-col {
  padding: 0 0 10px 0;
  border-bottom: 2px solid #ccc;
}
#infoarte section.graficos .lista-comparativo .table-head .col-nome {
  min-width: 120px;
}
#infoarte section.graficos .lista-comparativo .table-row {
  display: table-row;
}
#infoarte section.graficos .lista-comparativo .lista-col {
  display: table-cell;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
#infoarte section.graficos .lista-comparativo .col-zonas {
  border-bottom: none;
}
#infoarte section.graficos .lista-comparativo .col-grafico {
  width: 80px;
  position: relative;
  margin-top: 14px;
}
#infoarte section.graficos .grafico-mudou {
  width: 420px;
  display: none;
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  margin-bottom: 100px;
}
#infoarte section.graficos .grafico-mudou h4 {
  font-size: 18px;
  text-transform: uppercase;
  width: 138px;
}
#infoarte section.graficos .grafico-mudou p {
  display: inline-block;
  max-width: 140px;
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  line-height: 1.2em;
}
#infoarte section.graficos .grafico-mudou p em {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  color: #616161;
}
#infoarte section.graficos .grafico-mudou p strong {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
}
#infoarte section.graficos .grafico-mudou em {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
}
#infoarte section.graficos .grafico-mudou img {
  margin-right: 10px;
}
#infoarte section.graficos .grafico-mudou .eleito {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  color: #fff;
  background: #000;
  height: 22px;
  border-radius: 10px;
  padding: 0 6px 2px 6px;
  margin-left: 4px;
}
#infoarte section.graficos .grafico-mudou .lista-table {
  display: table;
  width: 100%;
  margin: 0;
}
#infoarte section.graficos .grafico-mudou .table-head {
  display: table-header-group;
}
#infoarte section.graficos .grafico-mudou .table-head .lista-col {
  padding: 0 0 10px 0;
  border-bottom: 2px solid #ccc;
}
#infoarte section.graficos .grafico-mudou .table-row {
  display: table-row;
}
#infoarte section.graficos .grafico-mudou .lista-col {
  display: table-cell;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
}
#infoarte section.graficos .grafico-mudou .col-bars {
  height: 120px;
  position: relative;
  vertical-align: top !important;
  width: 220px;
}
#infoarte section.graficos .grafico-mudou .col-grafico {
  width: 80px;
  position: relative;
  margin-top: 14px;
}
#infoarte section.graficos .grafico-mudou .bars {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 44px;
  width: 64px;
  margin-right: 8px;
  background: #ccc;
  text-align: center;
}
#infoarte section.graficos .grafico-mudou .bars p {
  font-family: OgloboCondensedBold, Arial, "Times New Roman", times, serif;
  font-family: 18px;
}
#infoarte section.graficos .grafico-mudou .bars.positivo {
  background: #b1ccc9;
}
#infoarte section.graficos .grafico-mudou .bars.positivo p {
  position: absolute;
  top: -20px;
  margin-left: -10px;
}
#infoarte section.graficos .grafico-mudou .bars.negativo {
  background: #c18e9f;
  bottom: -44px;
}
#infoarte section.graficos .grafico-mudou .bars.negativo p {
  position: absolute;
  bottom: -20px;
  margin-left: -10px;
}
#infoarte section.news {
  background: url(../imgs/bg-noticia.png) 0 center no-repeat, linear-gradient(to right, #2b4a70 0%, #2b4a70 50%, #3d77a7 50%, #3d77a7 100%);
  background-size: 50% auto, auto auto;
  position: relative;
}
#infoarte section.news .foto-candidato-noticia {
  max-width: 260px;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -130px;
  line-height: 0%;
}
#infoarte section.news .destaque {
  max-width: 420px;
  display: inline-block;
  color: #fff;
}
#infoarte section.news .destaque h2 {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 34px;
  line-height: 1em;
  color: #fff;
  margin-bottom: 10px;
}
#infoarte section.news .destaque h3 {
  font-family: OgloboCondensedMedium, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}
#infoarte section.news .destaque h3 em {
  font-family: OgloboCondensedBold, Arial, "Times New Roman", times, serif;
}
#infoarte section.news .destaque .arrow-news {
  margin-right: 10px;
}
#infoarte section.news .veja-tambem {
  max-width: 280px;
  float: right;
  color: #fff;
}
#infoarte section.news .veja-tambem p {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 14px;
  line-height: 1em;
  color: #70caf0;
  margin-bottom: 10px;
  border-bottom: thin solid #70caf0;
}
#infoarte section.news .veja-tambem p em {
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
}
#infoarte section.news .veja-tambem h4 {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #fff;
}
#infoarte section.news .veja-tambem h5 {
  font-family: OgloboCondensedMedium, Arial, "Times New Roman", times, serif;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 12px;
  color: #fff;
}
#infoarte section.news .veja-tambem img {
  float: left;
  margin-right: 10px;
}
#infoarte section.comparativo {
  margin-top: 20px;
}
#infoarte section.comparativo ul.caixa {
  list-style: none;
  text-align: center;
}
#infoarte section.comparativo ul.caixa:after {
  content: '';
  display: inline-block;
  width: 100%;
}
#infoarte section.comparativo .caixa > li {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  border-left: 1px solid #d4d4d4;
  vertical-align: top;
  padding: 10px 20px;
  box-sizing: border-box;
  min-height: 290px;
}
#infoarte section.comparativo .caixa > li:first-child {
  border-left: none;
}
#infoarte section.comparativo .caixa > li p.eleicao {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 20px;
  margin-bottom: 35px;
}
#infoarte section.comparativo .caixa > li p.eleicao span {
  font-family: OgloboCondensedBold, Arial, "Times New Roman", times, serif;
}
#infoarte section.comparativo .caixa > li .case-imagem-mapa {
  width: 100%;
  margin: 0 auto;
}
#infoarte section.comparativo .caixa > li .case-imagem-mapa img {
  width: 100%;
}
#infoarte section.comparativo .caixa > li .candidatos-vencedores {
  text-align: center;
}
#infoarte section.comparativo .caixa > li .candidatos-vencedores .case {
  display: inline-block;
  margin: 0 5px;
}
#infoarte section.comparativo .caixa > li .candidatos-vencedores.duplo .case {
  max-width: 95px;
}
#infoarte section.comparativo .caixa > li .candidatos-vencedores p.nome-cand {
  font-size: 19px;
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  line-height: 19px;
}
#infoarte section.comparativo .caixa > li .candidatos-vencedores p.nome-cand span {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
}
#infoarte section.comparativo .caixa > li .candidatos-vencedores p.situacao-cand {
  font-size: 15px;
  font-family: OgloboCondensedBold, Arial, "Times New Roman", times, serif;
  color: white;
  display: inline-block;
  background: black;
  padding: 2px 10px;
  border-radius: 15px;
  margin-top: 5px;
}
#infoarte section.comparativo .caixa > li ul {
  text-align: center;
}
#infoarte section.comparativo .caixa > li ul li {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0 10px;
  max-width: 55px;
  text-align: left;
}
#infoarte section.comparativo .caixa > li ul li span {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
  float: left;
  margin-right: 4px;
  margin-top: 4px;
}
#infoarte section.comparativo .caixa > li ul li h4 {
  font-family: OgloboCondensedRegular, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  text-transform: capitalize;
}
#infoarte section.veja-mais {
  max-width: 100%;
  overflow: auto;
  box-sizing: border-box;
  margin: 20px auto 40px auto;
  padding: 40px 10px 0 10px;
  background: linear-gradient(#e6ebed, #fff);
}
#infoarte section.veja-mais .noticia-principal {
  overflow: auto;
  width: 100%;
  max-width: 430px;
  overflow: auto;
  float: left;
}
#infoarte section.veja-mais .noticia-principal .imagem-noticia {
  float: left;
  max-width: 242px;
}
#infoarte section.veja-mais .noticia-principal .imagem-noticia img {
  width: 100%;
}
#infoarte section.veja-mais .noticia-principal .chamada-noticia {
  float: right;
  max-width: 160px;
}
#infoarte section.veja-mais .noticia-principal h5 {
  color: #70caf0;
  font-weight: normal;
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 16px;
  margin-bottom: 8px;
}
#infoarte section.veja-mais .noticia-principal p {
  font-family: OgloboCondensedMedium, Arial, "Times New Roman", times, serif;
  font-size: 25px;
  line-height: 22px;
}
#infoarte section.veja-mais .veja-tambem-noticiais {
  float: right;
  width: 100%;
  max-width: 225px;
}
#infoarte section.veja-mais .veja-tambem-noticiais li {
  margin-bottom: 20px;
}
#infoarte section.veja-mais .veja-tambem-noticiais li h5 {
  color: #70caf0;
  font-weight: normal;
  font-family: OgloboCondensedSemibold, Arial, "Times New Roman", times, serif;
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #70caf0;
}
#infoarte section.veja-mais .veja-tambem-noticiais li p {
  font-family: OgloboCondensedMedium, Arial, "Times New Roman", times, serif;
  font-size: 18px;
  line-height: 19px;
}
@media screen and (max-width: 720px) {
  #infoarte section.veja-mais {
    max-width: 320px;
  }
  #infoarte section.veja-mais .noticia-principal {
    float: none;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  #infoarte section.veja-mais .noticia-principal .imagem-noticia {
    max-width: 112px;
  }
  #infoarte section.veja-mais .noticia-principal .chamada-noticia {
    max-width: 175px;
  }
  #infoarte section.veja-mais .noticia-principal p {
    font-size: 25px;
  }
  #infoarte section.veja-mais .veja-tambem-noticiais {
    float: none;
    max-width: 100%;
  }
}
@media all and (max-width: 1024px) {
  #infoarte section.graficos #menu-principal ul {
    text-align: center;
  }
  #infoarte section.graficos #menu-principal ul li {
    margin-bottom: 10px;
  }
  #infoarte section.graficos .descricao .desc {
    width: 100%;
  }
  #infoarte section.graficos .descricao .controles-grafico {
    float: left;
    margin-top: 10px;
  }
  #infoarte section.news .foto-candidato-noticia {
    display: none;
  }
  #infoarte section.news .destaque {
    padding-right: 10px;
    width: 50%;
  }
  #infoarte section.news .destaque .arrow-news {
    display: none;
  }
  #infoarte section.news .veja-tambem {
    width: 50%;
    padding-left: 10px;
  }
  #infoarte section.news li {
    max-width: 100%;
  }
  #infoarte section.comparativo {
    margin-top: 35px;
  }
  #infoarte section.comparativo li {
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
    border: none;
  }
  #infoarte section.comparativo li .case-imagem-mapa {
    max-width: 400px;
  }
}
