.noticia .topo-full .box .full .share li.hidden {
    display: none !important;
}
.infografico__tags ul li {
    margin: 6px 6px 0 0;
}
/* Gerais */
#arte-conteudo {
	/* font-family: 'Flama', sans-serif; */
  font-family: 'Lato', sans-serif;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #5d5d5d;
	margin: 0 auto;
	padding-bottom: 70px;
}
#arte-conteudo figure {
  margin: 0;
}

#arte-conteudo > section:not(.intro) {
	margin-top: 150px;
}
#arte-conteudo > section.block {
	margin-top: 200px;
}

/* Tipografia */
#arte-conteudo h2,
#arte-conteudo h3 {
	font-family: 'Estado Headline';
	font-weight: bold;
	font-size: 32px;
	line-height: 1.25em;
	color: #000000;
}
#arte-conteudo h4 {
	color: #000000;
}
#arte-conteudo .custom-legend,
#arte-conteudo .chart-blocks,
#arte-conteudo .chart,
#arte-conteudo .block-chart {
	font-family: 'Flama', sans-serif !important;
}

/* Utils */
#arte-conteudo .img-responsive {
	max-width: 100%;
	height: auto;
}

/* Estilos de colunagem */
#arte-conteudo > section {
	max-width: 1140px;
	margin: 0 auto;
}
#arte-conteudo .double-column {
	max-width: 640px;
	margin: 0 auto;
}
#arte-conteudo .block {
	max-width: 640px;
	margin: 0 auto;
}
#arte-conteudo .block section p:first-child {
	margin-top: 0;
}
#arte-conteudo .block:after {
  content: '';
  display: table;
  clear: both;
}
#arte-conteudo .block header h2 {
  margin-bottom: 0;
}
#arte-conteudo .block header p {
  margin-top: 0;
  font-size: 1.2em;
  color: #000000;
}
#arte-conteudo .block .block-chart {
	max-width: 320px;
	margin-bottom: 40px;
	position: relative;
  padding-top: 50px;
}
#arte-conteudo .block-chart:after {
  content: '';
  width: 200px;
  height: 32px;
  position: absolute;
  top: 15px;
  left: 0;
  background-image: url(../images/chart-legend-mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#arte-conteudo .timeline + .block header + .block-chart:after {
	top: -60px;
}
#arte-conteudo .block-chart.block-chart-image {
	padding-top: 0;
}
#arte-conteudo .block-chart.block-chart-image:after {
	content: none;
}
#arte-conteudo .timeline + .block header + .block-chart {
	margin-top: 100px;
}
#arte-conteudo .timeline + .block header + .block-chart:before {
  position: absolute;
  content: 'A partir de agora, as escalas dos gráficos variam';
  width: 8em;
  font-size: 90%;
  color: #000000;
  left: 20px;
  padding-left: 55px;
  padding-bottom: 20px;
  top: -15px;
  background-image: url(../images/bkg-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
	line-height: 1.2;
}
#arte-conteudo .block-chart .img-responsive {
	height: 295px;
	width: auto;
}
#arte-conteudo .block > img {
  margin: 20px 0 150px 0;
}
#arte-conteudo .block > img:last-child {
  margin: 20px 0 0 0;
}
#arte-conteudo .block .block-text img {
	margin: 20px 0 150px 0;
}
#arte-conteudo .block-text.spacer-text {
	margin-bottom: 150px;
}
#arte-conteudo .block-chart.block-chart-image {
	margin-bottom: 40px;
}
#arte-conteudo .block > img,
#arte-conteudo .block .block-text img,
#arte-conteudo .detail img {
  /* -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5); */
}
@media (min-width: 768px) {
	#arte-conteudo .block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	#arte-conteudo .block .block-text {
		width: calc(50% - 20px);
		float: left;
	}
	#arte-conteudo .block .block-chart {
		width: 50%;
		float: right;
		clear: both;
		margin-bottom: 0;
		padding-top: 0;
	}
	#arte-conteudo .block-text.spacer-text,
	#arte-conteudo .block-chart.block-chart-image {
		margin-bottom: 150px;
	}
	#arte-conteudo .block-chart:after {
	  width: 80px;
	  height: 85px;
		left: auto;
	  top: 8px;
	  right: -90px;
	  background-image: url(../images/chart-legend.png);
	}
	#arte-conteudo .block-chart.block-chart-image:after {
		content: none;
	}
	#arte-conteudo .timeline + .block header + .block-chart:after {
    top: 8px;
	}
	#arte-conteudo .timeline + .block header + .block-chart:before {
		top: -65px;
	}
	#arte-conteudo .timeline + .block header + .block-chart {
    margin-top: 0;
	}
	#arte-conteudo .block-chart .img-responsive {
	  float: right;
	}
}

/* Cores para texto */
#arte-conteudo a {
  color: #000000;
}
#arte-conteudo span.color-text {
	font-weight: bold;
}
#arte-conteudo span.happiness {
	color: #984ea3;
}
#arte-conteudo span.sadness {
	color: #4daf4a;
}
#arte-conteudo span.surprise {
	color: #ff7f00;
}
#arte-conteudo span.anger {
	color: #e41a1c;
}
#arte-conteudo span.contempt {
	color: #377eb8;
}

/* Intro */
#arte-conteudo section.intro p {
  /* font-size: 18px; */
}


/* Timeline */
#arte-conteudo .timeline h4 {
  margin: 60px 0 0 0;
}
#arte-conteudo .custom-legend {
	font-size: 14px;
  margin: 5px 0 20px 0;
}
#arte-conteudo .custom-legend header {
  display: inline;
  font-weight: 500;
}
#arte-conteudo .custom-legend ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 1em;
  display: inline;
}
#arte-conteudo .custom-legend li {
  display: inline;
}
#arte-conteudo .custom-legend button {
	position: relative;
	padding: 0.2em 0.4em 0.2em 1.8em;
	margin-left: 0.5em;
	margin-top: 0.5em;
	background: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
#arte-conteudo .custom-legend button:before {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0.25em;
  left: 0.4em;
}
#arte-conteudo .custom-legend button.fade {
	opacity: 0.5;
}
#arte-conteudo .custom-legend button[data-emotion="happiness"]:before {
	background-color: #984ea3;
}
#arte-conteudo .custom-legend button[data-emotion="happiness"].active {
	border-color: #984ea3;
}
#arte-conteudo .custom-legend button[data-emotion="surprise"]:before {
	background-color: #ff7f00;
}
#arte-conteudo .custom-legend button[data-emotion="surprise"].active {
	border-color: #ff7f00;
}
#arte-conteudo .custom-legend button[data-emotion="anger"]:before {
	background-color: #e41a1c;
}
#arte-conteudo .custom-legend button[data-emotion="anger"].active {
	border-color: #e41a1c;
}
#arte-conteudo .custom-legend button[data-emotion="sadness"]:before {
	background-color: #4daf4a;
}
#arte-conteudo .custom-legend button[data-emotion="sadness"].active {
	border-color: #4daf4a;
}
#arte-conteudo .custom-legend button[data-emotion="contempt"]:before {
	background-color: #377eb8;
}
#arte-conteudo .custom-legend button[data-emotion="contempt"].active {
	border-color: #377eb8;
}
#arte-conteudo .chart-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  margin: 20px 0 -70px 0;
}
#arte-conteudo .chart-blocks p {
	-webkit-box-flex: 25%;
	    -ms-flex: 25% 1 1;
	        flex: 25% 1 1;
  text-align: center;
	margin-bottom: 0;
	color: #000000;
}
#arte-conteudo .chart-blocks p:last-child {
	-webkit-box-flex: 14%;
	    -ms-flex: 14% 1 1;
	        flex: 14% 1 1;
}
#arte-conteudo .chart-blocks p .block-name {
	font-size: 10px;
	font-weight: 500;
	line-height: 0.7;
	text-transform: uppercase;
	display: block;
}
#arte-conteudo .chart-blocks p .block-description {
	display: none;
	font-size: 11px;
}
#arte-conteudo .timeline .chart {
	margin: 80px auto;
	height: 300px;
	pointer-events: none;
}
#complete-timeline text {
  font-family: 'Flama', sans-serif;
}
#complete-timeline .c3-axis-y .domain {
  stroke: transparent;
}
#complete-timeline .c3-axis-x .tick line {
  stroke: transparent;
}
#complete-timeline .c3-event-rect {
  fill: #f5f5f5;
  fill-opacity: 1;
}
#complete-timeline .c3-xgrid-lines line {
  stroke: #000000;
  stroke-dasharray: 2px 8px;
  stroke-width: 1px;
}
.chart .c3-axis-x .tick:nth-child(110) text {
  text-anchor: end !important;
}
@media (min-width: 700px) {
	#arte-conteudo .timeline .chart {
		height: 400px;
	}
	#arte-conteudo .chart-blocks p .block-name {
		font-size: 13px;
	}
	#arte-conteudo .chart-blocks p .block-description {
		display: inline;
	}
}

/* Comparativo */
#arte-conteudo .compare-candidates header img {
	display: block;
	margin: 40px auto 0 auto;
	height: 100px;
}
#arte-conteudo .compare-candidates .candidates-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#arte-conteudo .compare-candidates .candidates-container:after {
  -webkit-box-flex: 280px;
      -ms-flex: 280px 0 0px;
          flex: 280px 0 0;
  content: '';
}
#arte-conteudo .compare-candidates .candidates-container .candidate {
	-webkit-box-flex: 280px;
	    -ms-flex: 280px 0 0px;
	        flex: 280px 0 0;
	margin-top: 60px;
}

#arte-conteudo .compare-candidates .candidates-container .candidate h4 {
	font-weight: bold;
	margin-bottom: 0;
	color: #000000;
}
#arte-conteudo .compare-candidates .candidates-container .candidate h4 .party {
	font-size: 0.8em;
}
#arte-conteudo .compare-candidates .candidates-container .candidate p {
	margin-top: 5px;
}

@media (min-width: 600px) {
	#arte-conteudo .compare-candidates .candidates-container .candidate {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 0 10px;
	}
}

/* Detalhes */
#arte-conteudo .details-candidates h4 {
	margin: 40px 0 0 0;
}
#arte-conteudo .details-candidates select {
	border-radius: 0;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 0.2em 1.4em 0.2em 0.5em;
	font-weight: 600;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 22px;
	font-weight: 500;
	color: #5d5d5d;
}
#arte-conteudo .details-candidates .select-container {
	position: relative;
	margin: 15px 0 40px 0;
	display: inline-block;
}
#arte-conteudo .details-candidates .select-container:after {
  content: "▾";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  z-index: 2;
  color: #404040;
  font-size: 15px;
  pointer-events: none;
  position: relative;
  left: -2.5em;
  top: -0.3em;
}
#arte-conteudo .details-candidates .chart {
	margin-top: 40px;
	height: 400px;
	position: relative;
}

#arte-conteudo .details-candidates .joyplot-chart {
	position: absolute !important;
	width: 100%;
	height: 200px;
	pointer-events: none;
}
#arte-conteudo .details-candidates .joyplot-chart:nth-child(2) {
	top: 50px;
}
#arte-conteudo .details-candidates .joyplot-chart:nth-child(3) {
	top: 100px;
}
#arte-conteudo .details-candidates .joyplot-chart:nth-child(4) {
	top: 150px;
}
#arte-conteudo .details-candidates .joyplot-chart:nth-child(5) {
	top: 200px;
}
#arte-conteudo .joyplot-chart .c3-circle {
  display: none;
}
#arte-conteudo .joyplot-chart .c3-lines {
  stroke-opacity: 0;
}
#arte-conteudo .joyplot-chart .c3-areas path {
  opacity: 0.5 !important;
}
#arte-conteudo .joyplot-chart .c3-xgrid-lines line {
  stroke: #000000;
  stroke-dasharray: 2px 8px;
  stroke-width: 1px;
}
#arte-conteudo .details-candidates .joyplot-chart {
	font-family: 'Flama', sans-serif;
	line-height: 1.2;
}
#arte-conteudo .details-candidates .joyplot-chart:before {
  content: attr(data-label);
  position: absolute;
  bottom: 30px;
	left: 5px;
	font-family: 'Flama', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
#arte-conteudo .details-candidates .joyplot-chart .c3-region {
  fill-opacity: 0 !important;
	stroke: #484848;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleY(2);
          transform: scaleY(2);
	fill: transparent;
}
#arte-conteudo .details-candidates .joyplot-chart:first-child .c3-region {
	-webkit-transform-origin: top center;
	        transform-origin: top center;
}
#arte-conteudo .details-candidates .joyplot-chart:last-child .c3-region {
	-webkit-transform-origin: bottom center;
	        transform-origin: bottom center;
}
#arte-conteudo .details-candidates .pointers {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 1.2em;
  position: relative;
	counter-reset: cHighlights;
}
#arte-conteudo .details-candidates .pointers li {
	position: absolute;
	font-family: 'Flama', sans-serif;
	line-height: 1.2;
	font-weight: bold;
}
#arte-conteudo .details-candidates .pointers li:before {
	content: '';
	position: absolute;
	color: #ffffff;
	font-family: 'Flama', sans-serif;
	text-align: center;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;
	border-bottom: 0.5em solid #000000;
	top: -0.25em;
}
#arte-conteudo .details-candidates .pointers li:after {
	counter-increment: cHighlights;
  content: counter(cHighlights);
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#arte-conteudo .details-candidates .chart-blocks {
	padding-left: 0;
	margin: 20px 0 -20px 0;
}

#arte-conteudo .details-candidates .details-container {
	margin-top: 80px;
}
#arte-conteudo .details-container {
	counter-reset: cDetail;
}
#arte-conteudo .details-container .detail {
	margin-top: 40px;
	display: none;
}
#arte-conteudo .details-container .detail:first-child {
	margin-top: 0;
}
#arte-conteudo .details-container h4 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  padding-left: 1.5em;
	color: #000000;
	font-family: 'Flama', sans-serif;
	line-height: 1.2;
	font-weight: bold;
}
#arte-conteudo .details-container h4:before {
	counter-increment: cDetail;
  content: counter(cDetail);
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: -0.1em;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
  font-size: 0.8em;
  line-height: 1.5em;
}
#arte-conteudo .details-container p {
  margin-top: 5px;
}
#arte-conteudo .details-container img {
	max-width: 320px;
}
@media (min-width: 768px) {
	#arte-conteudo .details-container:after {
	  content: '';
	  display: table;
	  clear: both;
	}
	#arte-conteudo .details-container .detail {
		width: 50%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		float: left;
		margin-top: 0;
	}
	#arte-conteudo .details-container .detail:nth-child(even) {
		padding-left: 10px;
	}
	#arte-conteudo .details-container .detail:nth-child(odd) {
		padding-right: 10px;
	}
}

/* Como fizemos */
#uva-como-fizemos-box .uva-artboard p {
	margin:0;
	font-weight: 300;
}
#uva-como-fizemos-box .uva-artboard p strong {
	font-weight: 500;
}
#uva-como-fizemos-box .overlay-gif {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
}
#uva-como-fizemos-col-1 {
	margin: 0 auto !important;
	width: 320px;
	height: auto;
}
#uva-como-fizemos-col-2 {
	margin: 0 auto !important;
	width: 550px;
	display: none;
}
#arte-conteudo .how-to .double-column {
	margin-top: 80px;
}
@media (min-width: 550px) {
	#uva-como-fizemos-col-1 {
		display: none;
	}
	#uva-como-fizemos-col-2 {
		display: block;
	}
}


/* Créditos */
#arte-conteudo .aside-credits {
	margin-top: 200px;
}
#arte-conteudo .aside-credits,
#arte-conteudo .foto-creditos {
	font-size: 80%;
	line-height: 1.5;
	opacity: .75;
}
#arte-conteudo .aside-credits strong:not(:first-of-type)::before {
	content: '/';
	padding: 0 6px;
}
#arte-conteudo .aside-credits strong {
	font-size: 80%;
	text-transform: uppercase;
}
#arte-conteudo .aside-credits h4 {
  display: block;
  margin: 48px auto 16px;
  font-size: 12px;
	text-transform: uppercase;
}
p.autor,
p.data {
	text-align: center;
}
