@charset "UTF-8";
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.info-politicas-graph-graph .rotating {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}

.info-politicas-graph-graph .group-form-impuestos {
  max-width: 100%;
}

.info-politicas-graph-graph .graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph .graph .title-wrapper {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 100% !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
  }
}

.info-politicas-graph-graph .graph > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph .graph > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
}

.info-politicas-graph-graph .f-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -moz-box-pack: start;
       justify-content: start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-politicas-graph-graph .f-item .form-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph .f-item .form-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

@media (min-width: 60em) {
  .info-politicas-graph-graph .f-item .form-group {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.info-politicas-graph-graph .f-item .form-group label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.info-politicas-graph-graph .f-item .form-group input,
.info-politicas-graph-graph .f-item .form-group .select-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph .f-item .form-group input,
  .info-politicas-graph-graph .f-item .form-group .select-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 300px;
    -moz-box-flex: 0;
    -moz-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    max-width: 300px;
  }
}

.info-politicas-graph-graph .f-item .f-error {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-align-self: end;
  -moz-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
      align-self: end;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph .f-item .f-error {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 1.2rem;
  }
}

.info-politicas-graph-graph .legend-wrapper #legend a,
.info-politicas-graph-graph .legend-wrapper #legend summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.info-politicas-graph-graph .legend-wrapper #legend a span.ct-percent,
.info-politicas-graph-graph .legend-wrapper #legend summary span.ct-percent {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
       align-items: center;
}

.info-politicas-graph-graph .legend-wrapper #legend a span.ct-value,
.info-politicas-graph-graph .legend-wrapper #legend summary span.ct-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.info-politicas-graph-graph #resumetotals .group-form-impuestos {
  margin-bottom: 0;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph #resumetotals .form-item .panel-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 60em) {
  .info-politicas-graph-graph #resumetotals .form-item .panel-body .f-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.info-politicas-graph-graph #table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  -moz-box-align: end;
       align-items: end;
}

.info-politicas-graph-graph #table h2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph #table h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.info-politicas-graph-graph #table button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph #table button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 10%;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
  }
}

.info-politicas-graph-graph #table table {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph #table table {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.path-donde-van-mis-impuestos .page-header {
  margin-top: 50px;
}

.info-politicas-graph-graph .margin_botton_1 {
  margin-bottom: 1rem;
}

.info-politicas-graph-graph .margin_botton_2 {
  margin-bottom: 2rem;
}

.info-politicas-graph-graph .margin_top_1 {
  margin-top: 1rem;
}

.info-politicas-graph-graph .margin_top_2 {
  margin-top: 2rem;
}

.info-politicas-graph-graph #graph .title-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.info-politicas-graph-graph #table button {
  margin-bottom: 1rem;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph #table button {
    max-height: 40px;
  }
}

.info-politicas-graph-graph .graph-header img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 50px;
}

.info-politicas-graph-graph .graph-intro,
.info-politicas-graph-graph .graph-text {
  margin-bottom: 30px;
  padding: 1rem;
}

.info-politicas-graph-graph .group-form-impuestos {
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  margin-bottom: 25px;
}

.info-politicas-graph-graph .group-form-impuestos .panel-title {
  font-size: 2.2rem;
}

.info-politicas-graph-graph .group-form-impuestos .euros {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 320px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 320px;
  -ms-flex: 0 1 320px;
  flex: 0 1 320px;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.info-politicas-graph-graph .group-form-impuestos .euros label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.info-politicas-graph-graph .group-form-impuestos .euros input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 80%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 80%;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
}

.info-politicas-graph-graph .group-form-impuestos .euros::after {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  margin-left: 5px;
  display: block;
  line-height: 2.8;
  content: "€";
}

.info-politicas-graph-graph .group-form-impuestos input,
.info-politicas-graph-graph .group-form-impuestos select {
  font-size: 1.8rem;
  height: 50px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  color: #333;
}

.info-politicas-graph-graph .group-form-impuestos input:focus,
.info-politicas-graph-graph .group-form-impuestos select:focus {
  border: 1px solid #e29700;
}

.info-politicas-graph-graph .group-form-impuestos input:disabled,
.info-politicas-graph-graph .group-form-impuestos select:disabled {
  background: #dddddd;
}

.info-politicas-graph-graph .group-form-impuestos input[type="radio"] {
  height: auto;
}

.info-politicas-graph-graph .group-form-impuestos .button--calcular {
  margin-bottom: 1rem;
  float: right;
}

.info-politicas-graph-graph .group-form-impuestos .f-error {
  padding-bottom: 1.2rem;
  color: #d10002;
}

.info-politicas-graph-graph #resumetotals input,
.info-politicas-graph-graph #resumetotals select {
  text-align: right;
}

.info-politicas-graph-graph .ct-series-a .ct-donut,
.info-politicas-graph-graph .ct-series-a .ct-slice,
.info-politicas-graph-graph .ct-series-a .ct-slice-pie {
  background: #5f9dd6 !important;
  stroke: white !important;
  fill: #5f9dd6 !important;
  cursor: pointer;
}

.info-politicas-graph-graph .ct-series-a .ct-donut:hover,
.info-politicas-graph-graph .ct-series-a .ct-slice:hover,
.info-politicas-graph-graph .ct-series-a .ct-slice-pie:hover {
  fill: #5396d3 !important;
  stroke: #3684cc !important;
}

.info-politicas-graph-graph .ct-series-a #otros_ul .ct-donut.ct-percent {
  background-color: #b0cfeb !important;
}

.info-politicas-graph-graph .ct-series-b .ct-donut,
.info-politicas-graph-graph .ct-series-b .ct-slice,
.info-politicas-graph-graph .ct-series-b .ct-slice-pie {
  background: #ee833a !important;
  stroke: white !important;
  fill: #ee833a !important;
  cursor: pointer;
}

.info-politicas-graph-graph .ct-series-b .ct-donut:hover,
.info-politicas-graph-graph .ct-series-b .ct-slice:hover,
.info-politicas-graph-graph .ct-series-b .ct-slice-pie:hover {
  fill: #ed7a2c !important;
  stroke: #e26713 !important;
}

.info-politicas-graph-graph .ct-series-b #otros_ul .ct-donut.ct-percent {
  background-color: #f6be98 !important;
}

.info-politicas-graph-graph .ct-series-c .ct-donut,
.info-politicas-graph-graph .ct-series-c .ct-slice,
.info-politicas-graph-graph .ct-series-c .ct-slice-pie {
  background: #72ae4a !important;
  stroke: white !important;
  fill: #72ae4a !important;
  cursor: pointer;
}

.info-politicas-graph-graph .ct-series-c .ct-donut:hover,
.info-politicas-graph-graph .ct-series-c .ct-slice:hover,
.info-politicas-graph-graph .ct-series-c .ct-slice-pie:hover {
  fill: #6ba345 !important;
  stroke: #5b8a3b !important;
}

.info-politicas-graph-graph .ct-series-c #otros_ul .ct-donut.ct-percent {
  background-color: #a9cf8f !important;
}

.info-politicas-graph-graph .ct-series-d .ct-donut,
.info-politicas-graph-graph .ct-series-d .ct-slice,
.info-politicas-graph-graph .ct-series-d .ct-slice-pie {
  background: #db84ff !important;
  stroke: white !important;
  fill: #db84ff !important;
  cursor: pointer;
}

.info-politicas-graph-graph .ct-series-d .ct-donut:hover,
.info-politicas-graph-graph .ct-series-d .ct-slice:hover,
.info-politicas-graph-graph .ct-series-d .ct-slice-pie:hover {
  fill: #d775ff !important;
  stroke: #cc51ff !important;
}

.info-politicas-graph-graph .ct-series-d #otros_ul .ct-donut.ct-percent {
  background-color: #f9eaff !important;
}

.info-politicas-graph-graph .ct-series-e .ct-donut,
.info-politicas-graph-graph .ct-series-e .ct-slice,
.info-politicas-graph-graph .ct-series-e .ct-slice-pie {
  background: #ffc412 !important;
  stroke: white !important;
  fill: #ffc412 !important;
  cursor: pointer;
}

.info-politicas-graph-graph .ct-series-e .ct-donut:hover,
.info-politicas-graph-graph .ct-series-e .ct-slice:hover,
.info-politicas-graph-graph .ct-series-e .ct-slice-pie:hover {
  fill: #ffc003 !important;
  stroke: #dea700 !important;
}

.info-politicas-graph-graph .ct-series-e #otros_ul .ct-donut.ct-percent {
  background-color: #ffdd78 !important;
}

.info-politicas-graph-graph .ct-series-f .ct-donut,
.info-politicas-graph-graph .ct-series-f .ct-slice,
.info-politicas-graph-graph .ct-series-f .ct-slice-pie {
  background: #d4ff12 !important;
  stroke: white !important;
  fill: #d4ff12 !important;
  cursor: pointer;
}

.info-politicas-graph-graph .ct-series-f .ct-donut:hover,
.info-politicas-graph-graph .ct-series-f .ct-slice:hover,
.info-politicas-graph-graph .ct-series-f .ct-slice-pie:hover {
  fill: #d1ff03 !important;
  stroke: #b6de00 !important;
}

.info-politicas-graph-graph .ct-series-f #otros_ul .ct-donut.ct-percent {
  background-color: #e7ff78 !important;
}

.info-politicas-graph-graph .ct-series-g .ct-donut,
.info-politicas-graph-graph .ct-series-g .ct-slice,
.info-politicas-graph-graph .ct-series-g .ct-slice-pie {
  background: #ffc0cb !important;
  stroke: white !important;
  fill: #ffc0cb !important;
  cursor: pointer;
}

.info-politicas-graph-graph .ct-series-g .ct-donut:hover,
.info-politicas-graph-graph .ct-series-g .ct-slice:hover,
.info-politicas-graph-graph .ct-series-g .ct-slice-pie:hover {
  fill: #ffb1be !important;
  stroke: #ff8da1 !important;
}

.info-politicas-graph-graph .ct-series-g #otros_ul .ct-donut.ct-percent {
  background-color: white !important;
}

.info-politicas-graph-graph .ct-series-h .ct-donut,
.info-politicas-graph-graph .ct-series-h .ct-slice,
.info-politicas-graph-graph .ct-series-h .ct-slice-pie {
  background: #88d6d2 !important;
  stroke: white !important;
  fill: #88d6d2 !important;
  cursor: pointer;
}

.info-politicas-graph-graph .ct-series-h .ct-donut:hover,
.info-politicas-graph-graph .ct-series-h .ct-slice:hover,
.info-politicas-graph-graph .ct-series-h .ct-slice-pie:hover {
  fill: #7dd2ce !important;
  stroke: #62c9c4 !important;
}

.info-politicas-graph-graph .ct-series-h #otros_ul .ct-donut.ct-percent {
  background-color: #d4f0ef !important;
}

.info-politicas-graph-graph .ct-series-i .ct-donut,
.info-politicas-graph-graph .ct-series-i .ct-slice,
.info-politicas-graph-graph .ct-series-i .ct-slice-pie {
  background: #bdbdbd !important;
  stroke: white !important;
  fill: #bdbdbd !important;
  cursor: pointer;
}

.info-politicas-graph-graph .ct-series-i .ct-donut:hover,
.info-politicas-graph-graph .ct-series-i .ct-slice:hover,
.info-politicas-graph-graph .ct-series-i .ct-slice-pie:hover {
  fill: #b5b5b5 !important;
  stroke: #a4a4a4 !important;
}

.info-politicas-graph-graph .ct-series-i #otros_ul .ct-donut.ct-percent {
  background-color: #f0f0f0 !important;
}

.info-politicas-graph-graph .ct-series-j .ct-donut,
.info-politicas-graph-graph .ct-series-j .ct-slice,
.info-politicas-graph-graph .ct-series-j .ct-slice-pie {
  background: magenta !important;
  stroke: white !important;
  fill: magenta !important;
  cursor: pointer;
}

.info-politicas-graph-graph .ct-series-j .ct-donut:hover,
.info-politicas-graph-graph .ct-series-j .ct-slice:hover,
.info-politicas-graph-graph .ct-series-j .ct-slice-pie:hover {
  fill: #f000f0 !important;
  stroke: #cc00cc !important;
}

.info-politicas-graph-graph .ct-series-j #otros_ul .ct-donut.ct-percent {
  background-color: #ff66ff !important;
}

.info-politicas-graph-graph .ajax-progress {
  display: none;
  position: absolute;
  z-index: 999999;
}

.info-politicas-graph-graph .loading {
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
}

.info-politicas-graph-graph .loading i {
  font-size: 30px;
  opacity: 0.6;
}

.info-politicas-graph-graph .result_message {
  position: relative;
}

.info-politicas-graph-graph .result_message h2.page-header {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 2.5rem;
  font-family: "Montserrat";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
  border-left: 12px solid #d10002;
}

.info-politicas-graph-graph .result_message .chart-wrapper {
  min-height: 400px;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph .result_message .chart-wrapper {
    min-height: 500px;
  }
}

.info-politicas-graph-graph .result_message .chart-wrapper .ct-label {
  fill: #0d0d0d;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 1.2rem;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph .result_message .chart-wrapper .ct-label {
    font-size: 1.4rem;
  }
}

.info-politicas-graph-graph .result_message .legend-wrapper ul,
.info-politicas-graph-graph .result_message .legend-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend > .pol {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend > .pol a {
  font-size: 1.8rem;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend > .pol a strong {
  font-size: 2rem;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend > .pol .pol {
  border-top: 1px solid lightgray;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend > .pol .pol a {
  font-size: 1.4rem;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend > .pol .pol a strong {
  font-size: 1.6rem;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend a,
.info-politicas-graph-graph .result_message .legend-wrapper #legend summary {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend a .ct-percent,
.info-politicas-graph-graph .result_message .legend-wrapper #legend summary .ct-percent {
  color: #0d0d0d;
  margin-right: 1rem;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph .result_message .legend-wrapper #legend a .ct-percent,
  .info-politicas-graph-graph .result_message .legend-wrapper #legend summary .ct-percent {
    white-space: nowrap;
  }
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend a .ct-otros,
.info-politicas-graph-graph .result_message .legend-wrapper #legend summary .ct-otros {
  position: absolute;
  width: 20px;
  right: 0;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend a:hover,
.info-politicas-graph-graph .result_message .legend-wrapper #legend summary:hover {
  outline: 2px solid #000;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend details {
  cursor: pointer;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend details .las {
  color: black;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend details .la-times {
  display: none;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend details[open=""] .la-angle-down {
  display: none;
}

.info-politicas-graph-graph .result_message .legend-wrapper #legend details[open=""] .la-times {
  display: initial;
}

.info-politicas-graph-graph .result_message .table {
  overflow-x: auto;
}

.info-politicas-graph-graph .result_message .table > tbody > tr > td,
.info-politicas-graph-graph .result_message .table > thead > tr > td {
  border: 0;
  border-bottom: 1px dotted gray;
  text-transform: capitalize;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph .result_message .table > tbody > tr > td,
  .info-politicas-graph-graph .result_message .table > thead > tr > td {
    white-space: nowrap;
  }
}

.info-politicas-graph-graph .result_message .table > thead tr {
  background-color: #dedaf1;
}

.info-politicas-graph-graph .result_message .table > thead th {
  font-size: 2.5rem;
  font-weight: bold;
}

.info-politicas-graph-graph .result_message .table .td-right {
  text-align: right;
}

.info-politicas-graph-graph .result_message .table .td-percent,
.info-politicas-graph-graph .result_message .table .td-center {
  text-align: right;
}

@media (min-width: 60em) {
  .info-politicas-graph-graph .result_message .table .td-percent,
  .info-politicas-graph-graph .result_message .table .td-center {
    text-align: left;
  }
}

.la-question-circle {
  cursor: pointer;
}

.chartist-tooltip {
  background-color: lightgray;
}

.chartist-tooltip::before {
  border-top-color: lightgray !important;
}

.chartist-tooltip .chartist-tooltip-value {
  display: none;
}
/*@import 'components/_responsive_table.scss';*/

@media (max-width: 60em) {
  .info-politicas-graph-graph .rtable--flip {
    table-layout: fixed;
    width: 100%;
  }
  .info-politicas-graph-graph .rtable--flip > thead th {
    font-size: 1.8rem !important;
  }
  .info-politicas-graph-graph .rtable--flip .td-percent {
    width: 25% !important;
  }
  .info-politicas-graph-graph .rtable--flip .td-percent, .info-politicas-graph-graph .rtable--flip .td-center {
    text-align: left!important;
  }
  .info-politicas-graph-graph .rtable--flip .td-center {
    word-wrap: break-word!important;
  }
  .info-politicas-graph-graph .rtable--flip .td-right {
    text-align: right;
  }
}
