@import url("https://fonts.googleapis.com/css?family=Ubuntu");
@font-face {
  font-family: FolhaGrafico;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Regular.eot);
  src: url(https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Regular.eot#iefix) format("embedded-opentype"), url(https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Regular.woff2) format("woff2"), url(https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Regular.woff) format("woff"), url(https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Regular.ttf) format("truetype"), url(https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Regular.svg#font) format("svg"); }

@font-face {
  font-family: 'FolhaGrafico';
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  src: url("https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Medium.eot");
  src: url("https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Medium.eot?#iefix") format("embedded-opentype"), url("https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Medium.woff2") format("woff2"), url("https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Medium.woff") format("woff"), url("https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Medium.ttf") format("truetype"), url("https://static.folha.uol.com.br/fonts/hunting/folha-grafico/Folha_Grafico-Medium.svg#font") format("svg"); }

@font-face {
  font-family: FolhaTexto;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  src: url(https://static.folha.uol.com.br/fonts/hunting/folha-texto/Folha_Texto-Bold.eot);
  src: url(https://static.folha.uol.com.br/fonts/hunting/folha-texto/Folha_Texto-Bold.eot#iefix) format("embedded-opentype"), url(https://static.folha.uol.com.br/fonts/hunting/folha-texto/Folha_Texto-Bold.woff2) format("woff2"), url(https://static.folha.uol.com.br/fonts/hunting/folha-texto/Folha_Texto-Bold.woff) format("woff"), url(https://static.folha.uol.com.br/fonts/hunting/folha-texto/Folha_Texto-Bold.ttf) format("truetype"), url(https://static.folha.uol.com.br/fonts/hunting/folha-texto/Folha_Texto-Bold.svg#font) format("svg"); }

@font-face {
  font-family: 'FolhaII';
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/folhaii/folhaii-semibold.woff") format("woff"), url("../fonts/folhaii/folhaii-semibold.ttf") format("truetype"); }

@font-face {
  font-family: 'FolhaII';
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/folhaii/FolhaIIBold.woff2") format("woff2"), url("../fonts/folhaii/FolhaIIBold.woff") format("woff"); }

.btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  line-height: 46px;
  display: inline-block;
  font-style: normal;
  font-stretch: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: .375rem 36px;
  vertical-align: middle; }
  .btn.btn-primary {
    background: #0078a4;
    border: none; }
    .btn.btn-primary:hover {
      background: #00658b; }
  .btn.line-btn {
    background-color: transparent;
    border: 1px solid #0078a4;
    color: #0078a4; }
    .btn.line-btn:hover {
      opacity: .75; }

@media (max-width: 576px) {
  .btn {
    display: block;
    width: 100%; }
  button.btn {
    line-height: 29px; } }

#barra-progressao {
  height: 10px;
  width: 100%;
  position: fixed;
  background-color: #f5f5f5;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #bcb5b9;
  z-index: 99999999; }
  #barra-progressao #progresso {
    background-color: #0078a4;
    height: 10px;
    width: 0;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -ms-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms; }

body .modal .modal-dialog .modal-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #e0e0e0;
  padding: 20px; }
  body .modal .modal-dialog .modal-content .modal-header, body .modal .modal-dialog .modal-content .modal-body, body .modal .modal-dialog .modal-content .modal-footer {
    padding: 0; }
  body .modal .modal-dialog .modal-content .modal-header {
    border: none; }
    body .modal .modal-dialog .modal-content .modal-header .modal-title {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase; }
  body .modal .modal-dialog .modal-content .modal-body {
    padding: 30px 10px;
    font-size: 14px; }
    body .modal .modal-dialog .modal-content .modal-body .body-bold {
      text-transform: uppercase;
      font-weight: bold; }
    body .modal .modal-dialog .modal-content .modal-body .level-title {
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 10px; }
    body .modal .modal-dialog .modal-content .modal-body .answer {
      font-weight: 500;
      color: #0078a4; }
    body .modal .modal-dialog .modal-content .modal-body .indicator {
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      body .modal .modal-dialog .modal-content .modal-body .indicator.red {
        background: #e52016; }
      body .modal .modal-dialog .modal-content .modal-body .indicator.yellow {
        background: #f3bd00; }
      body .modal .modal-dialog .modal-content .modal-body .indicator.green {
        background: #62cd98; }
    body .modal .modal-dialog .modal-content .modal-body .group-by-level .question-data {
      margin-bottom: 15px; }
      body .modal .modal-dialog .modal-content .modal-body .group-by-level .question-data p {
        font-weight: 500; }
    @media (max-width: 992px) {
      body .modal .modal-dialog .modal-content .modal-body .group-by-level .question-data {
        margin-bottom: 20px; } }
    body .modal .modal-dialog .modal-content .modal-body a {
      font-size: 16px; }

body .modal.modal-compare .modal-dialog {
  max-width: 960px; }

body .modal.modal-entenda .modal-dialog .modal-content .modal-body {
  font-size: 16px; }

body .modal-backdrop {
  background-color: #ffffff; }
  body .modal-backdrop.show {
    opacity: .9; }

body .modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

body .modal.fade.show .modal-dialog {
  opacity: 1; }

.candidato {
  margin-bottom: 20px; }
  .candidato .candidato_texto {
    padding-left: 0;
    color: #000; }
    .candidato .candidato_texto p,
    .candidato .candidato_texto h3 {
      width: 180px;
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #333333;
      text-transform: uppercase;
      padding-top: 4px;
      margin-bottom: 0; }
      .candidato .candidato_texto p a,
      .candidato .candidato_texto h3 a {
        color: #000; }
      .candidato .candidato_texto p .name,
      .candidato .candidato_texto h3 .name {
        font-size: 16px; }
    .candidato .candidato_texto .candidato_grafico {
      margin-top: 10px; }
      .candidato .candidato_texto .candidato_grafico .chart-text {
        font: 10px  FolhaGrafico;
        font-weight: bold;
        fill: #000;
        -moz-transform: translateY(0.25em);
        -ms-transform: translateY(0.25em);
        -webkit-transform: translateY(0.25em);
        transform: translateY(0.25em); }
      .candidato .candidato_texto .candidato_grafico .compare {
        margin: 10px 0 0 10px; }
    .candidato .candidato_texto .candidato_grafico_duaslinhas {
      padding-top: 10px; }
    .candidato .candidato_texto .canditado_partido {
      width: 15px;
      height: 20px;
      padding-right: 5px;
      margin-top: -50px;
      font-family: FolhaGrafico;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.43;
      letter-spacing: normal;
      color: #757575; }
    .candidato .candidato_texto .candidato_numero {
      width: 15px;
      height: 20px;
      padding-left: 5px;
      padding-right: 5px;
      margin-top: -50px;
      font-family: FolhaGrafico;
      font-size: 14px;
      font-weight: bold;
      color: #0078a4;
      border: 1px solid #0078a4;
      border-radius: 3px; }

.match-select {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  text-align: center; }
  .match-select .title, .match-select .selected {
    font-size: 18px; }
  .match-select .title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500; }
  .match-select .selected {
    font-weight: 500;
    position: relative;
    cursor: pointer;
    margin-left: -20px;
    color: #0078a4; }
    .match-select .selected:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #0078a4;
      top: 8px;
      right: -20px; }
  .match-select .select-container {
    height: auto;
    min-width: 186px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    bottom: inherit;
    clip: auto;
    display: none;
    left: 50%;
    margin-top: 0.8333333333333334em;
    overflow: visible;
    padding: 1.1111111111111112em;
    position: absolute;
    right: inherit;
    top: inherit;
    z-index: 999; }
    .match-select .select-container ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .match-select .select-container ul li {
        font-size: 18px;
        cursor: pointer; }
      .match-select .select-container ul li:not(:last-child) {
        margin-bottom: 15px; }
    .match-select .select-container .header {
      width: 100%;
      display: none;
      padding: 20px;
      text-align: left; }
      .match-select .select-container .header span {
        font-weight: 500; }
      .match-select .select-container .header #close {
        float: right; }
    .match-select .select-container:before, .match-select .select-container:after {
      height: 0;
      width: 0;
      border: solid transparent;
      content: " ";
      left: 50%;
      pointer-events: none;
      position: absolute; }
    .match-select .select-container:before {
      border-color: transparent;
      border-width: 0.6111111111111112em;
      margin-left: -0.6111111111111112em; }
    .match-select .select-container:after {
      border-color: transparent;
      border-width: 0.5555555555555556em;
      margin-left: -0.5555555555555556em; }
    .match-select .select-container.bottom {
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .match-select .select-container.bottom:before, .match-select .select-container.bottom:after {
        bottom: 100%; }
      .match-select .select-container.bottom:before {
        border-bottom-color: #e0e0e0; }
      .match-select .select-container.bottom:after {
        border-bottom-color: #fff; }
    .match-select .select-container.top {
      -webkit-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%); }
      .match-select .select-container.top:before, .match-select .select-container.top:after {
        top: 100%; }
      .match-select .select-container.top:before {
        border-top-color: #e0e0e0; }
      .match-select .select-container.top:after {
        border-top-color: #fff; }
    .match-select .select-container.show {
      display: block; }
    .match-select .select-container.full {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      margin: 0;
      border: none;
      padding: 0;
      justify-content: center;
      align-items: center;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      overflow: hidden; }
      .match-select .select-container.full ul {
        margin-top: 25px; }
  .match-select.--disabled .selected {
    cursor: default; }
    .match-select.--disabled .selected:after {
      display: none; }

@media (max-width: 768px) {
  .match-select .title, .match-select .selected {
    font-size: 16px; } }

.subscription-bar {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 40px;
  padding: 20px 0px; }
  .subscription-bar .subscription-bar__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 80px; }
    .subscription-bar .subscription-bar__container .subscription-bar__description {
      color: #0078a4;
      font-family: FolhaGrafico;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 5px; }
    .subscription-bar .subscription-bar__container .subscription-bar__offer {
      color: #333;
      font-family: FolhaTexto;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 0px; }
    .subscription-bar .subscription-bar__container .subscription-bar__button .btn {
      font-family: FolhaGrafico;
      font-weight: 500;
      font-size: 14px;
      height: 40px;
      line-height: 26px; }
    .subscription-bar .subscription-bar__container .subscription-bar__description {
      color: #262626;
      font-weight: 400; }
    .subscription-bar__brand {
      color: #3d885e;
      font-weight: 700; }
    .btn.btn-casafolha {
      background: #3d885e;
      border: 1px solid #3d885e;
      color: #fff; }
    .btn.btn-casafolha:hover {
      background: #34754f;
      border-color: #34754f;
      color: #fff; }
  @media (max-width: 1024px) {
    .subscription-bar .subscription-bar__container {
      display: inline-block;
      margin: 0 40px;
      text-align: center; }
      .subscription-bar .subscription-bar__container .subscription-bar__description {
        margin-bottom: 15px; }
      .subscription-bar .subscription-bar__container .subscription-bar__offer {
        margin-bottom: 15px; }
      .subscription-bar .subscription-bar__container .subscription-bar__button .btn {
        display: inline-block;
        width: auto; } }

.home {
  max-width: 850px;
  margin: 0 auto; }
  .home .intro {
    margin-top: 40px; }
  .home .logo {
    margin: 40px 0;
    text-align: center; }
    .home .logo svg {
      max-width: 395px;
      width: 100%; }
  .home .text h2, .home .text .subtitle {
    text-align: center;
    font-family: FolhaGrafico;
    color: #333333;
    margin: 0; }
  .home .text h2 {
    font-size: 26px;
    line-height: 38px;
    color: #333333; }
  .home .text .subtitle {
    margin: 30px auto 40px auto;
    max-width: 630px;
    font-size: 18px;
    line-height: 24px;
    color: #323232; }
  .home .text .btn {
    min-width: 200px; }

@media (max-width: 576px) {
  .home .logo {
    margin-top: 19px; }
  .home .text h2 {
    font-size: 18px;
    line-height: 24px; }
  .home .text .subtitle {
    margin-top: 19px;
    font-size: 16px;
    line-height: 22px; }
  .home .text #comecar {
    height: 40px;
    line-height: 29px;
    width: 100%;
    font-size: 14px; } }

.match-title {
  text-align: center;
  margin: 40px 0; }
  .match-title__eyebrow {
    display: block;
    font-family: 'FolhaTexto', Georgia, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #0078a4; }
  .match-title__name {
    margin: 4px 0 0;
    font-family: 'FolhaII', Georgia, serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.05;
    color: #262626; }

@media (max-width: 576px) {
  .match-title {
    margin: 24px 0; }
  .match-title__eyebrow {
    font-size: 20px; }
  .match-title__name {
    font-size: 36px; } }

.match-edit-heading {
  text-align: center;
  font-family: 'FolhaII', Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #262626;
  margin: 40px 0 30px; }

@media (max-width: 576px) {
  .match-edit-heading {
    font-size: 24px;
    margin: 24px 0 20px; } }

.form {
  max-width: 850px;
  margin: 0 auto; }
  .form .upform-header {
    margin-bottom: 60px; }
  .form .text_formulario h3, .form .text_formulario p {
    line-height: 1.5;
    text-align: center; }
  .form .text_formulario h3 {
    height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #0078a4;
    position: relative;
    text-transform: uppercase;
    margin-top: 20px; }
    .form .text_formulario h3:before {
      content: '';
      position: absolute;
      height: 3px;
      width: 52px;
      left: 50%;
      bottom: 25px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #0078a4; }
  .form .text_formulario p {
    width: 650px;
    font-size: 18px;
    color: #333333;
    margin: 10px auto 0 auto; }
  .form .text_formulario hr {
    margin-top: 46px; }
  .form .text_formulario img {
    padding-top: 20px;
    padding-bottom: 60px; }
  .form .text_formulario .uni-answers {
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px; }
  .form .text_formulario .clear-answers {
    margin-top: 10px; }
  .form .upform {
    font-family: FolhaGrafico, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px; }
    /* Restaura user-select nos controles: no WebView Android o -webkit-user-select:none
       herdado impede o <select> nativo (ex.: religião) de abrir o seletor. */
    .form .upform select,
    .form .upform input,
    .form .upform textarea,
    .form .upform button {
      -webkit-user-select: auto;
      -moz-user-select: auto;
      -ms-user-select: auto;
      user-select: auto; }
    .form .upform input:focus, .form .upform select:focus, .form .upform textarea:focus, .form .upform button:focus {
      outline: none; }
    .form .upform input::-webkit-outer-spin-button,
    .form .upform input::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0;
      /* <-- Apparently some margin are still there even though it's hidden */ }
    .form .upform .upform-body {
      /*fix*/ }
      .form .upform .upform-body .alert {
        display: none;
        color: #c90603;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
        font-size: 14px;
        font-family: FolhaGrafico;
        font-weight: bold; }
      .form .upform .upform-body div:nth-child(1) .input-block {
        opacity: 1; }
      .form .upform .upform-body .input-block {
        padding: 3px 0 30px 0;
        cursor: default; }
        .form .upform .upform-body .input-block .label {
          display: block;
          font-size: 24px;
          line-height: 32px;
          text-align: center;
          color: #333333;
          margin-bottom: 40px; }
        .form .upform .upform-body .input-block .input-control {
          margin: 30px 0 0 0;
          text-align: center; }
        .form .upform .upform-body .input-block.active {
          opacity: 1; }
      .form .upform .upform-body .divisor {
        height: 1px;
        background: #e0e0e0;
        width: 70%;
        margin: 10px auto 0 auto; }
      .form .upform .upform-body .pergunta input[type="radio"].toggle {
        position: absolute;
        left: -9999px; }
        .form .upform .upform-body .pergunta input[type="radio"].toggle + label {
          font-weight: 500;
          cursor: pointer;
          min-width: 300px;
          color: #333333;
          text-align: left;
          margin-bottom: 3px; }
          .form .upform .upform-body .pergunta input[type="radio"].toggle + label:hover {
            background: none;
            color: #0078a4; }
          .form .upform .upform-body .pergunta input[type="radio"].toggle + label:after {
            height: 100%;
            position: absolute;
            -webkit-transition: left 100ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: left 100ms cubic-bezier(0.77, 0, 0.175, 1);
            width: 100%;
            z-index: -1; }
        .form .upform .upform-body .pergunta input[type="radio"].toggle:checked + label {
          cursor: default;
          color: #0078a4; }
          .form .upform .upform-body .pergunta input[type="radio"].toggle:checked + label span {
            background: #0078a4;
            color: #fff;
            border-color: #0078a4; }
          .form .upform .upform-body .pergunta input[type="radio"].toggle:checked + label:after {
            left: 0; }
      .form .upform .upform-body .pergunta .question-btn {
        padding: 5px 10px 5px 45px;
        font-size: 18px; }
        .form .upform .upform-body .pergunta .question-btn span {
          border: solid 1px #e0e0e0;
          display: inline-block;
          width: 50px;
          height: 50px;
          font-size: 24px;
          border-radius: 50%;
          vertical-align: middle;
          text-align: center;
          margin-right: 6px;
          font-family: FolhaTexto;
          font-weight: 700;
          color: #333333;
          line-height: 45px; }
      @media (max-width: 320px) {
        .form .upform .upform-body .pergunta .question-btn {
          padding: 5px 10px 5px 0; } }
      .form .upform .upform-body .subPergunta {
        margin-top: -20px;
        padding-bottom: 0;
        text-align: center; }
        .form .upform .upform-body .subPergunta .label {
          font-weight: 500;
          font-size: 14px;
          letter-spacing: -0.09px;
          color: #757575;
          line-height: 20px; }
        .form .upform .upform-body .subPergunta .linhaOver {
          display: none; }
        .form .upform .upform-body .subPergunta input[type="radio"] {
          position: absolute;
          left: -9999px; }
          .form .upform .upform-body .subPergunta input[type="radio"]:checked + label {
            color: #0078a4; }
            .form .upform .upform-body .subPergunta input[type="radio"]:checked + label:before {
              content: "";
              background-color: #0078a4;
              width: 10px;
              height: 10px;
              position: absolute;
              -webkit-border-radius: 50px;
              -moz-border-radius: 50px;
              border-radius: 50px;
              top: -21px;
              left: 50%;
              transform: translateX(-50%);
              z-index: 1; }
        .form .upform .upform-body .subPergunta .sub-question-btn {
          margin: 0 15px;
          position: relative;
          cursor: pointer;
          color: #757575;
          -webkit-transition: color .15s ease-in-out;
          -moz-transition: color .15s ease-in-out;
          -ms-transition: color .15s ease-in-out;
          -o-transition: color .15s ease-in-out;
          transition: color .15s ease-in-out; }
          .form .upform .upform-body .subPergunta .sub-question-btn:after {
            content: "";
            background-color: #fff;
            width: 18px;
            height: 18px;
            border: 1px solid #bdbdbd;
            position: absolute;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            top: -25px;
            left: 50%;
            transform: translateX(-50%); }
          .form .upform .upform-body .subPergunta .sub-question-btn:hover {
            color: #0078a4; }
        @media (max-width: 768px) {
          .form .upform .upform-body .subPergunta .sub-question-btn {
            margin: 40px 0 0 0;
            width: 90px;
            font-size: 14px; } }
        @media (max-width: 320px) {
          .form .upform .upform-body .subPergunta .sub-question-btn {
            width: 80px; } }
      .form .upform .upform-body .default-snippet input[type="radio"].toggle {
        position: absolute;
        left: -9999px; }
        .form .upform .upform-body .default-snippet input[type="radio"].toggle + label:before {
          content: "";
          background-color: #fff;
          display: inline-block;
          width: 18px;
          height: 18px;
          border: 1px solid #bdbdbd;
          position: absolute;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          top: 10px;
          left: 0; }
        .form .upform .upform-body .default-snippet input[type="radio"].toggle + label:after {
          content: none;
          -webkit-transition-property: none;
          -moz-transition-property: none;
          -o-transition-property: none;
          transition-property: none; }
        .form .upform .upform-body .default-snippet input[type="radio"].toggle:checked + label {
          cursor: default;
          color: #0078a4; }
          .form .upform .upform-body .default-snippet input[type="radio"].toggle:checked + label:after {
            content: "";
            background-color: #0078a4;
            display: inline-block;
            width: 10px;
            height: 10px;
            position: absolute;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            top: 14px;
            left: 4px; }
      .form .upform .upform-body .default-snippet .inline-btn {
        width: 74.6%;
        margin-left: 25.4%;
        white-space: normal;
        position: relative;
        font-size: 18px;
        padding: 4px 0 0 26px;
        -webkit-transition: color .15s ease-in-out;
        -moz-transition: color .15s ease-in-out;
        -ms-transition: color .15s ease-in-out;
        -o-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
        cursor: pointer; }
        .form .upform .upform-body .default-snippet .inline-btn:hover {
          color: #0078a4; }
      .form .upform .upform-body .number-snippet .number {
        width: 80px;
        height: 40px;
        background-color: #f5f5f5;
        border: solid 1px #e0e0e0;
        color: #333333;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none; }
      .form .upform .upform-body .scale-snippet {
        text-align: center; }
        .form .upform .upform-body .scale-snippet input[type=radio] {
          display: none; }
          .form .upform .upform-body .scale-snippet input[type=radio]:checked + label {
            color: #0078a4; }
            .form .upform .upform-body .scale-snippet input[type=radio]:checked + label:after {
              height: 12px;
              width: 12px;
              border: 2px solid #0078a4;
              background: #fff;
              -webkit-border-radius: 50px;
              -moz-border-radius: 50px;
              border-radius: 50px; }
        .form .upform .upform-body .scale-snippet .subItem {
          width: 627px;
          display: flex;
          margin: 20px auto 5px auto;
          justify-content: space-between; }
        .form .upform .upform-body .scale-snippet .linhaOver {
          border: none;
          height: 2px;
          background: #e0e0e0;
          padding: 0;
          margin: 0 auto;
          display: inline-block;
          width: 627px; }
        .form .upform .upform-body .scale-snippet .input-control {
          display: flex;
          text-align: center;
          padding: 0;
          margin: -1px auto 20px auto;
          max-width: 730px;
          height: 30px; }
          .form .upform .upform-body .scale-snippet .input-control label {
            flex-grow: 1;
            flex-basis: 0;
            font-size: 14px;
            color: #757575;
            min-width: auto;
            text-align: center;
            padding: 8px 0 0 0;
            margin: -5px 0 0 0;
            border: none;
            float: left;
            position: relative;
            cursor: pointer;
            -webkit-transition: color .15s ease-in-out;
            -moz-transition: color .15s ease-in-out;
            -ms-transition: color .15s ease-in-out;
            -o-transition: color .15s ease-in-out;
            transition: color .15s ease-in-out; }
            .form .upform .upform-body .scale-snippet .input-control label:after {
              content: "";
              height: 10px;
              width: 2px;
              display: block;
              position: absolute;
              border: none;
              left: 0;
              right: 0;
              margin-left: auto;
              margin-right: auto;
              top: -7px;
              background-color: #dedede; }
            .form .upform .upform-body .scale-snippet .input-control label:hover {
              color: #0078a4; }
      @media (max-width: 768px) {
        .form .upform .upform-body .scale-snippet .subItem {
          width: 100%; } }
      .form .upform .upform-body .text-snippet .text {
        width: 80%;
        height: 40px;
        background-color: #f5f5f5;
        border: solid 1px #e0e0e0;
        color: #333333;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none; }
      .form .upform .upform-body .select-snippet .select {
        height: 40px;
        background-color: #f5f5f5;
        border: solid 1px #e0e0e0;
        color: #333333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        outline: none;
        width: auto;}

      @media (max-width: 768px) {
        .form .upform .upform-body .select-snippet .select {
          width: 100%
        }
      }
      @media (max-width: 768px) {
        .form .upform .upform-body #toggle-on-q23-1 {
          max-width: 280px; } }

    /* Dropdown custom (in-page) da religião — substitui o <select> nativo que
       não abre no WebView do app. Mantém a aparência do select original. */
    .select-snippet .cselect__native-hidden {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      opacity: 0; }
    .select-snippet .cselect {
      position: relative;
      display: inline-block;
      width: auto;
      min-width: 220px;
      text-align: left; }
    .select-snippet .cselect__button {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 40px;
      padding: 0 12px;
      background-color: #f5f5f5;
      border: solid 1px #e0e0e0;
      border-radius: 3px;
      color: #333333;
      font-family: inherit;
      font-size: 16px;
      outline: none;
      cursor: pointer; }
    .select-snippet .cselect.is-placeholder .cselect__label {
      color: #767676; }
    .select-snippet .cselect__label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select-snippet .cselect__arrow {
      flex: 0 0 auto;
      width: 0;
      height: 0;
      margin-left: 8px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #333333; }
    .select-snippet .cselect__panel {
      position: absolute;
      top: calc(100% + 4px);
      left: 0;
      right: 0;
      z-index: 1000;
      max-height: 260px;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      background: #ffffff;
      border: solid 1px #e0e0e0;
      border-radius: 3px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
    .select-snippet .cselect__group {
      padding: 8px 12px 4px;
      background: #fafafa;
      color: #767676;
      font-size: 13px;
      font-weight: bold; }
    .select-snippet .cselect__option {
      padding: 10px 12px;
      color: #333333;
      font-size: 15px;
      cursor: pointer; }
    .select-snippet .cselect__option:hover,
    .select-snippet .cselect__option:active {
      background: #eef6f9; }
    .select-snippet .cselect__option--placeholder {
      color: #767676; }
    @media (max-width: 768px) {
      .select-snippet .cselect {
        width: 100%;
        max-width: 280px; } }

    .form .upform .upform-footer {
      margin-top: 10px; }
      .form .upform .upform-footer .recaptcha {
        margin-bottom: 50px; }
        .form .upform .upform-footer .recaptcha .g-recaptcha div {
          margin: 0 auto; }
      .form .upform .upform-footer .obrigatorio {
        margin-top: 10px; }
      .form .upform .upform-footer .error-msg {
        display: none; }
    .info-politica {
      font-size: 16px;
      font-weight: 400;
      margin: 0 60px 20px;
      text-align: center; }
      @media (max-width: 768px) {
        .info-politica {
          margin: 0 20px 20px;
        }
      }
    .form .upform .match-answer, .form .upform .nomatch-answer {
      position: relative;
      margin-bottom: 150px; }
      .form .upform .match-answer .overlay, .form .upform .nomatch-answer .overlay {
        position: absolute;
        top: 0;
        left: 0; }
        .form .upform .match-answer .overlay.overlay-active, .form .upform .nomatch-answer .overlay.overlay-active {
          width: 115%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          z-index: 1; }
  .form #barra-progressao {
    height: 10px;
    width: 100%;
    position: fixed;
    background-color: #f5f5f5;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #bcb5b9;
    z-index: 99999999; }
    .form #barra-progressao #progresso {
      background-color: #0078a4;
      height: 10px;
      width: 0;
      -webkit-transition: width 500ms;
      -moz-transition: width 500ms;
      -ms-transition: width 500ms;
      -o-transition: width 500ms;
      transition: width 500ms; }

@media (max-width: 576px) {
  .form .upform-header {
    margin-bottom: 30px; }
  .form .upform .match-answer .overlay.overlay-active, .form .upform .nomatch-answer .overlay.overlay-active {
    width: 100%;
    height: 100%; } }

@media (max-width: 768px) {
  .form .text_formulario h3, .form .text_formulario p {
    width: 100%; }
  .form .upform .upform-body .input-block .label {
    margin-bottom: 10px; }
  .form .upform .upform-body .input-block .input-control {
    margin: 0 0 30px 0; }
  .form .upform .upform-body .divisor {
    width: 100%; }
  .form .upform .upform-body .scale-snippet .linhaOver {
    width: 100%; }
  .form .upform .upform-body .default-snippet .inline-btn {
    margin-left: 14.4%; }
  .form .upform .match-answer, .form .upform .nomatch-answer {
    margin-bottom: 100px; } }

.results {
  padding: 0 60px; }
  .results hr {
    margin-top: 60px;
    padding-bottom: 60px;
    width: 632px; }
  .results .text_resultados h3 {
    font-size: 16px;
    font-weight: 500;
    color: #0078a4;
    text-transform: uppercase;
    position: relative;
    display: inline-block; }
    .results .text_resultados h3:before {
      content: '';
      position: absolute;
      height: 3px;
      width: 100%;
      top: -8px;
      background: #0078a4; }
  .results .text_resultados p {
    width: 670px;
    font-size: 18px;
    color: #333333;
    padding-top: 10px;
    margin: 0 auto 30px auto; }
  .results .text_resultados img {
    margin-top: 20px; }
  .results .text_resultados .resultados {
    margin-bottom: 40px; }
    .results .text_resultados .resultados .share-results {
      background: url(../img/ic-share.svg) no-repeat;
      background-position-y: 3px;
      padding-left: 23px;
      display: inline-block;
      color: #000; }
  .results .resultados_dados {
    max-width: 100%;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 15px 0 15px 28px;
    margin: 0 auto; }
    .results .resultados_dados p {
      font-family: FolhaGrafico;
      font-size: 20px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #333333;
      margin-bottom: 0; }
      .results .resultados_dados p:not(:first-child) {
        padding-top: 11px; }
    .results .resultados_dados img {
      padding-right: 10px; }
  .resultados_selects {
    margin-bottom: 50px;
    font-size: 16px; }
    .resultados_selects .chosen-container ul, .resultados_selects .chosen-container .chosen-drop {
      border: 1px solid #e0e0e0;
      background: #f5f5f5; }
    .resultados_selects .chosen-container .chosen-choices .search-field input[type=text] {
      color: #333333;
      border: 1px solid #e0e0e0; }
    .resultados_selects .ms-parent .ms-choice {
      height: 40px;
      background: url("../img/ic-arrows.svg") no-repeat #f5f5f5;
      background-position: 97% center;
      border-color: #e0e0e0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .resultados_selects .ms-parent .ms-choice span {
        height: 40px;
        line-height: 40px; }
        .resultados_selects .ms-parent .ms-choice span.placeholder {
          color: #333333; }
    .resultados_selects .ms-parent .ms-drop {
      border-color: #e0e0e0; }
      .resultados_selects .ms-parent .ms-drop ::-webkit-scrollbar-track {
        border-radius: 3px;
        background-color: #fff; }
      .resultados_selects .ms-parent .ms-drop ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: #fff; }
      .resultados_selects .ms-parent .ms-drop ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #e0e0e0; }
      .resultados_selects .ms-parent .ms-drop.bottom {
        margin-top: 2px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
      .resultados_selects .ms-parent .ms-drop ul li input[type=checkbox] {
        visibility: hidden;
        margin-left: -10px; }
      .resultados_selects .ms-parent .ms-drop ul li label {
        position: relative;
        cursor: pointer; }
        .resultados_selects .ms-parent .ms-drop ul li label:before {
          content: '';
          width: 18px;
          height: 18px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          background-color: #f5f5f5;
          border: solid 1px #cccccc;
          display: inline-block;
          vertical-align: middle;
          margin: -3px 6px 0 0; }
        .resultados_selects .ms-parent .ms-drop ul li label:after {
          background: transparent;
          border: 3px solid #0078a4;
          border-right: none;
          border-top: none;
          content: '';
          height: 0.375em;
          left: 3px;
          opacity: 0;
          position: absolute;
          top: 8px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          width: 0.688em;
          -ms-transform: rotate(-45deg); }
      .resultados_selects .ms-parent .ms-drop ul li span {
        font-family: FolhaGrafico, sans-serif; }
      .resultados_selects .ms-parent .ms-drop ul li.selected label:before {
        background-color: #fff; }
      .resultados_selects .ms-parent .ms-drop ul li.selected label:after {
        opacity: 1; }
      .resultados_selects .ms-parent .ms-drop ul li .ms-select-all-span {
        margin-left: -4px; }
    .resultados_selects .limpar {
      text-align: center;
      text-transform: uppercase;
      display: block;
      height: 40px;
      line-height: 40px;
      margin: 0; }
    .resultados_selects select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../img/arrow-select.png") no-repeat #f5f5f5;
      background-position: 97% center;
      border: 1px solid #e0e0e0;
      height: 40px;
      width: 100%;
      padding-left: 8px;
      border-radius: 3px; }
    .resultados_selects .line-btn {
      height: 2.85714286em;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.36;
      padding: 0; }
    .resultados_selects .ms-parent.form-control {
      height: auto;
      padding: 0;
      border: 0;
      background: transparent; }
    .resultados_selects .ms-choice > span {
      padding-left: 15px; }
    .resultados_selects .form-group.align-self-end {
      align-self: flex-start !important; }
  .results .resultados_candidatos {
    max-width: 100%;
    margin: 0 auto; }
    .results .resultados_candidatos .paginate.hide {
      display: none; }
    .results .resultados_candidatos .paginate.show {
      display: block; }
    .results .resultados_candidatos .ver-mais {
      margin: 30px 0;
      text-align: center;
      height: 25px;
      position: relative; }
      .results .resultados_candidatos .ver-mais .animate-hide {
        width: 100%;
        background: #000;
        height: 1px;
        position: absolute;
        z-index: 1; }
      .results .resultados_candidatos .ver-mais a {
        position: relative;
        font-size: 16px; }
        .results .resultados_candidatos .ver-mais a:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #000;
          top: 8px;
          right: -20px; }
  .results .responder-novamente {
    margin-top: 30px; }
  .results .change-state {
    margin-top: 50px; }

@media (max-width: 768px) {
  .results .text_resultados {
    margin-bottom: 30px; }
    .results .text_resultados p {
      width: 100%;
      height: auto; }
  .resultados_selects {
    margin-left: auto;
    padding-top: 0;
    margin-top: 0;
    font-size: 16px; } }

@media (max-width: 992px) {
  .results {
    padding: 0; } }

.footer {
  font-size: 14px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  font-family: FolhaGrafico, sans-serif;
  margin: 120px 0 50px 0; }
  .footer p {
    margin-bottom: 0; }
  .footer .footer__lead {
    font-weight: 700;
    color: #000; }
  .footer .footer__email a {
    color: #212529;
    text-decoration: underline; }

@media (max-width: 992px) {
  .footer {
    margin-top: 56px; } }

.font-weight-500 {
  font-weight: 500; }

body, html {
  font-family: FolhaGrafico, sans-serif; }

#barrauol .containerUOL {
  width: auto; }

.form .logo, .results .logo {
  margin: 30px 0;
  text-align: center; }
  .form .logo svg, .results .logo svg {
    max-width: 395px;
    width: 100%; }

.local {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px; }
  .local .divisor {
    border-right: 1px solid #979797; }
  .local p {
    display: inline-block;
    margin: 0; }

a {
  color: #000;
  font-size: 14px;
  font-weight: 500; }
  a:hover {
    color: #000; }
  a.link-folha {
    color: #0078a4;
    display: inline-block; }
    a.link-folha:hover {
      color: #0078a4; }

@media (max-width: 576px) {
  .local {
    font-size: 16px; } }

@media (max-width: 768px) {
  .form .logo img, .results .logo img, .home .logo img {
    margin-bottom: 30px; } }
