body {
  font-size: 16px;
  line-height: 1.2;
}
button,
input {
  font-family: FolhaGrafico, 'Folha Grafico', sans-serif;
}
strong {
  font-weight: 600;
}
h2 {
  font-weight: 600;
  font-size: 1.3em;
}
.small {
  font-size: 0.7em;
}
#wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
#wrapper h1 {
  font-weight: 600;
  font-size: 22px;
}
footer {
  margin: 1em 0 0 0;
}
.scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  font-size: 0.85em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 470px) {
  .scale {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.scale__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 30px);
}
.scale__text h6 {
  font-weight: bold;
}
.scale__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 1em 1em 0;
  max-width: 300px;
  width: 100%;
}
.scale__item .icon {
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.c-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-score__item {
  max-width: 300px;
  width: 100%;
}
.c-score__number {
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'FolhaTexto', 'Folha Texto', serif;
}
header {
  margin-bottom: 1.5em;
}
.f-nav-tabs {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e0e0e0;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f-nav-tabs__item {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 2.223em 0 0;
  padding: 0.5em 0;
}
.f-nav-tabs__item.is-active {
  border-bottom: 3px solid #333;
}
.c-map,
.c-charts,
.c-score,
.c-search,
.obs {
  margin-bottom: 30px;
}
.c-map {
  position: relative;
  width: 100%;
}
.c-map svg {
  width: 100%;
  height: auto;
}
.c-map path {
  stroke: #fff;
  stroke-width: 0.5;
  cursor: pointer;
  stroke-linejoin: round;
}
.c-map path.selected {
  stroke: #333;
  stroke-width: 1.5;
  cursor: auto;
}
.c-map path.state {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-opacity: 1;
  cursor: auto;
}
.c-map path.withoutClick {
  cursor: auto;
}
.tooltip {
  position: absolute;
  font-size: 1.5em;
  text-align: center;
}
.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 1em;
  width: 100%;
}
@media only screen and (min-width: 470px) {
  .details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.details__side {
  width: 100%;
}
@media only screen and (min-width: 470px) {
  .details__side {
    max-width: 200px;
  }
}
.details__chart {
  width: 100%;
}
@media only screen and (min-width: 470px) {
  .details__chart {
    width: calc(100% - 200px);
  }
}
.details h3 {
  font-size: 1.3em;
  font-weight: bold;
}
.f-nav-tabs {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e0e0e0;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f-nav-tabs a {
  color: #333;
}
.f-nav-tabs__item {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 2.223em 0 0;
  padding: 0.5em 0;
  cursor: pointer;
}
.f-nav-tabs__item.is-active {
  border-bottom: 3px solid #333;
}
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content__map,
.content__details {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .content__map,
  .content__details {
    width: calc(50% - 10px);
  }
}
.content__map {
  margin-right: 0;
}
@media only screen and (min-width: 800px) {
  .content__map {
    margin-right: 20px;
  }
}
.c-loader {
  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(#e0e0e0), color-stop(#e8e8e8), to(#e0e0e0));
  background: linear-gradient(90deg, #e0e0e0, #e0e0e0, #e8e8e8, #e0e0e0);
  background-size: 400% 400%;
  -webkit-animation: gradient 1s ease infinite;
          animation: gradient 1s ease infinite;
  opacity: 0.5;
  height: 30px;
}
.c-loader__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-loader__container-p-5 {
  padding-left: 5px;
}
.c-loader__container-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-loader__container-75 {
  width: 75%;
}
.c-loader__container-50 {
  width: 50%;
}
.c-loader__container-25 {
  width: 25%;
}
.c-loader__container-20 {
  width: 20%;
}
.c-loader__container-score {
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
}
.c-loader__compare {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-loader__block-w-100p {
  width: 100%;
}
.c-loader__block-h-500 {
  height: 500px;
}
.c-loader__line-m-5 {
  margin-left: 5px;
}
.c-loader__line-m-10 {
  margin-left: 10px;
}
.c-loader__line-m-20 {
  margin-left: 20px;
}
.c-loader__line-m-30 {
  margin-left: 30px;
}
.c-loader__line-h-10 {
  height: 10px;
}
.c-loader__line-h-20 {
  height: 20px;
}
.c-loader__line-h-50 {
  height: 50px;
}
.c-loader__line-h-150 {
  height: 165px;
}
.c-loader__line-h-200 {
  height: 200px;
}
.c-loader__line-h-250 {
  height: 250px;
}
.c-loader__line-100 {
  width: 100%;
  margin-bottom: 5px;
}
.c-loader__line-75 {
  width: 75%;
  margin-bottom: 5px;
}
.c-loader__line-50 {
  width: 50%;
  margin-bottom: 5px;
}
.c-loader__line-25 {
  width: 25%;
  margin-bottom: 5px;
}
.c-loader__line-20 {
  width: 20%;
  margin-bottom: 5px;
}
.c-loader__line-10 {
  width: 10%;
  margin-bottom: 5px;
}
.c-loader__score {
  margin-bottom: 30px;
}
.c-loader__score_number {
  height: 60px;
  width: 100%;
  margin-bottom: 5px;
}
.c-loader__score_text {
  width: 100%;
  height: 19px;
}
.c-loader__radio {
  width: 150px;
  height: 19px;
  margin-left: 25px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.c-loader__radio:after {
  content: ' ';
  height: 20px;
  width: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(#e0e0e0), color-stop(#e8e8e8), to(#e0e0e0));
  background: linear-gradient(90deg, #e0e0e0, #e0e0e0, #e8e8e8, #e0e0e0);
  background-size: 400% 400%;
  -webkit-animation: gradient 1s ease infinite;
          animation: gradient 1s ease infinite;
  opacity: 1;
  border-radius: 100%;
  left: -25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-loader__map {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-loader__map_header {
  width: 100%;
}
.c-loader__map_header-select {
  width: 150px;
  height: 19px;
  margin-left: 25px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.c-loader__map_header-select:after {
  content: ' ';
  height: 20px;
  width: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(#e0e0e0), color-stop(#e8e8e8), to(#e0e0e0));
  background: linear-gradient(90deg, #e0e0e0, #e0e0e0, #e8e8e8, #e0e0e0);
  background-size: 400% 400%;
  -webkit-animation: gradient 1s ease infinite;
          animation: gradient 1s ease infinite;
  opacity: 1;
  border-radius: 100%;
  left: -25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-loader__map_header-caption {
  width: 60px;
  height: 12px;
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.c-loader__map_header-caption:after {
  content: ' ';
  height: 15px;
  width: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(#e0e0e0), color-stop(#e8e8e8), to(#e0e0e0));
  background: linear-gradient(90deg, #e0e0e0, #e0e0e0, #e8e8e8, #e0e0e0);
  background-size: 400% 400%;
  -webkit-animation: gradient 1s ease infinite;
          animation: gradient 1s ease infinite;
  opacity: 1;
  left: -20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-loader__map_svg {
  width: calc(50% - 20px);
  height: 500px;
  margin-right: 5px;
}
.c-loader__map_details {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-loader__map_details-left {
  max-width: 200px;
  width: 100%;
  margin-right: 20px;
  height: 300px;
}
.c-loader__map_details-right {
  max-width: calc(100% - 220px);
  width: 100%;
  height: 300px;
}
.c-loader__square {
  width: 50px;
  height: 50px;
  border-radius: 3px;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.explain {
  font-family: FolhaTexto, 'Folha Texto', serif;
  max-width: 660px;
  width: 100%;
  margin: 30px auto 0;
  font-size: 18px;
}
.explain p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.explain h3 {
  font-weight: bold;
  font-size: 1.3em;
}
.c-search__wrapper {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  color: #333;
  font-family: inherit;
  font-size: 0.888888888888889em;
  height: 2.5em;
  line-height: 1.44;
  position: relative;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.c-search .icon-container {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}
.c-search .loader {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  -webkit-animation: around 5.4s infinite;
          animation: around 5.4s infinite;
}
.c-search .loader::after,
.c-search .loader::before {
  content: "";
  background: transparent;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  -webkit-animation: around 0.7s ease-in-out infinite;
          animation: around 0.7s ease-in-out infinite;
}
.c-search .loader::after {
  -webkit-animation: around 0.7s ease-in-out 0.1s infinite;
          animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}
@-webkit-keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.react-autosuggest__container {
  position: relative;
}
.react-autosuggest__input {
  width: calc(100% - 25px);
  height: 30px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background: transparent;
  font-weight: 400;
}
.react-autosuggest__input--focused {
  outline: none;
}
.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-autosuggest__suggestions-container {
  display: none;
}
.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  width: 280px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}
.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}
.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}
.chart__wrapper {
  max-Width: 450px;
  width: 100%;
  margin-top: 1.5em;
}
@media only screen and (min-width: 470px) {
  .chart__wrapper {
    margin-top: 0;
  }
}
.chart__wrapper h4 {
  font-size: 1.1em;
  font-weight: bold;
}
.link-between {
  margin: 2em auto;
  font-size: 1.5em;
  max-width: 660px;
  width: 100%;
}
.c-section-title {
  color: inherit;
  font-family: 'FolhaTexto', Georgia, serif;
  font-size: 1.222222222222222em;
  font-weight: 700;
  line-height: 1.22727273;
  text-transform: lowercase;
  margin-bottom: 0.909090909em;
  margin-top: 0;
}
.c-section-title--brand {
  color: #0078a4;
}
.c-newslist {
  margin-bottom: 1.944444444444444rem;
}
.c-newslist > li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #e0e0e0;
  margin-bottom: 1.111111111111111em;
}
.c-newslist > li:last-child {
  border-bottom: none;
}
.c-newslist__title {
  color: #0078a4;
  font-family: 'FolhaTexto', Georgia, serif;
  font-size: 1.222222222222222em;
  font-weight: bold;
  text-transform: lowercase;
}
.c-newslist--no-gap > li:last-child {
  margin-bottom: 0;
}
.c-headline__title {
  color: #333;
  font-family: 'FolhaII', Georgia, serif;
  font-size: 1.333333333333333em;
  font-weight: 600;
  line-height: 1.16666667;
  display: block;
  margin-bottom: 0.333333333333333em;
  margin-top: 0;
}
.c-headline__title .icon {
  height: 1em;
  width: 1em;
  vertical-align: text-bottom;
  margin-bottom: 0.041666666666667em;
}
.c-headline--horizontal-small {
  margin-bottom: 1.111111111111111em;
}
.c-headline--horizontal-small .c-headline__title {
  font-size: 1em;
  line-height: 20px;
}
.c-headline--horizontal-small .c-headline__image {
  float: left;
  margin-right: 0.555555555555556em;
  width: 7.5em;
}

.c-toggle-scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-toggle-scale p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.c-toggle-scale__input {
  display: none;
}
.c-toggle-scale__info {
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #000;
  margin-left: 5px;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  outline: none;
}
.c-toggle-scale__info:focus,
.c-toggle-scale__info:active {
  -webkit-box-shadow: 0 0 0 3px rgba(0,120,164,0.3);
          box-shadow: 0 0 0 3px rgba(0,120,164,0.3);
}
.c-toggle-scale__text {
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  text-align: left;
  left: -45vw;
  top: 27px;
  width: 90vw;
  color: #000;
  z-index: 2;
  padding: 5px;
}
@media only screen and (min-width: 470px) {
  .c-toggle-scale__text {
    right: -75px;
    left: auto;
    left: initial;
    width: 300px;
  }
}
.c-toggle-scale__text b {
  font-weight: bold;
  margin-right: 3px;
}
.c-toggle-scale__text::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 45%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width: 470px) {
  .c-toggle-scale__text::before {
    right: 78px;
  }
}
.c-toggle-scale label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-toggle-scale label span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  color: #757575;
  position: relative;
  text-transform: lowercase;
  font-size: 15px;
}
.c-toggle-scale label span:first-child {
  margin-right: 5px;
}
.c-toggle-scale input:checked + span::after {
  left: 10px;
  border-color: #0078a4;
}
.c-toggle-scale input:checked + span::before {
  background-color: #0078a4;
}
.c-toggle-scale .check {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  color: #757575;
  padding-left: 30px;
  position: relative;
}
.c-toggle-scale .check:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 25px;
  height: 13px;
  background-color: #0078a4;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -o-border-image: none;
     border-image: none;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 50px;
}
.c-toggle-scale .check:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #0078a4;
  -o-border-image: none;
     border-image: none;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 50%;
}
.toolbar-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toolbar-compare .c-toggle-scale {
  margin-top: 4px;
}

