@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,700,700i,900,900i|Titillium+Web:200,300,400,400i,600,600i,700,700i,900|Dancing+Script:400,700|Muli:200,300,400,400i,600,600i,700,700i,800,800i,900,900i|Covered+By+Your+Grace|Poppins:300,400,500,600,700,800");
@keyframes a-color-black-red {
  0% {
    color: #000;
    opacity: 0;
  }
  100% {
    color: #000;
    opacity: 1;
  }
}

.pb-elections {
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  max-width: 980px;
  margin: 0;
}

.pb-elections select {
  border-radius: 0;
  background: #fff;
}

.pb-elections .msg {
  background: #e8e8e8;
  margin-bottom: 26px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
  letter-spacing: 5px;
  font-size: 11px;
  padding: 6px;
  display: inline-block;
  width: 100%;
}

.pb-elections > .graphs {
  display: inline-block;
  width: 100%;
  max-width: 990px;
}

.pb-elections .years-base {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.pb-elections .year-current {
  font-weight: 600;
  font-size: 15px;
  width: 70px;
  text-align: center;
}

.pb-elections .year-history {
  font-size: 10px;
  width: 33px;
  text-align: center;
}

.pb-elections .middle-separator {
  top: 5px;
  height: 140px;
  border-left: 1px dashed #000;
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 1px;
  z-index: 0;
  margin-left: -3px;
}

@media screen and (min-width: 768px) {
  .pb-elections .middle-separator {
    height: 160px;
  }
}

.pb-elections .progressbar {
  width: 100%;
  height: 5px;
  background-color: #e8e8e8;
  position: relative;
  margin-bottom: 5px;
}

.pb-elections .progressbar .percent {
  background-color: #222;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
}

.pb-elections .progressbar .label {
  font-size: 13px;
  position: absolute;
  bottom: -28px;
  right: 0;
  font-weight: bold;
}

.pb-elections .progressbar .label > span {
  font-size: 18px;
  font-weight: 800;
}

.pb-elections .progressbar .label.right {
  left: initial;
  right: 0;
}

.pb-elections .progressbar.scrutiny .label {
  font-size: 14px;
}

.pb-elections .progressbar.scrutiny .label > span {
  font-size: 20px;
}

.pb-elections .progressbar.current {
  height: 15px;
}

.pb-elections .progressbar.current .label {
  top: -25px;
}

.pb-elections .progressbar.current .label.year {
  font-size: 1em;
  font-weight: 800;
}

.pb-elections .progressbar.current .percent {
  background-color: #dd9f28;
}

.pb-elections .progressbar.prev .label {
  top: 7px;
}

.pb-elections .progressbar.current .label, .pb-elections .progressbar.prev .label {
  right: inital;
  left: 0;
}

.pb-elections .progressbar-container {
  position: relative;
  width: 45px;
}

.pb-elections .progressbar-container .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

.pb-elections .progressbar-container .parties {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

.pb-elections .progressbar-container .middle-separator {
  top: 48px;
  height: 65px;
  margin: 0;
}

.pb-elections h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  margin: 12px 0;
}

.pb-elections .graph-wrapper .simulator .label {
  position: relative;
  padding-left: 32px;
}

.pb-elections .graph-wrapper .simulator .label .icon {
  position: absolute;
  left: 7px;
  top: 2px;
}

.pb-elections .graph-wrapper .simulator .label.info {
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
}

.pb-elections .graph-wrapper .simulator .label.info:before {
  content: "*";
  position: absolute;
  left: 0;
}

.pb-elections .graph-wrapper .simulator table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.pb-elections .graph-wrapper .simulator table .separator {
  border-right: 1px dashed #ccc;
}

.pb-elections .graph-wrapper .simulator table thead.titulo-resultados {
  background-color: transparent;
}

.pb-elections .graph-wrapper .simulator table thead.titulo-resultados tr {
  height: 39px;
}

.pb-elections .graph-wrapper .simulator table thead.titulo-resultados tr th {
  font-weight: 700;
  font-size: 15px;
}

.pb-elections .graph-wrapper .simulator table thead {
  background-color: #e8e8e8;
}

.pb-elections .graph-wrapper .simulator table thead tr {
  height: 28px;
}

.pb-elections .graph-wrapper .simulator table thead tr th {
  font-weight: 800;
  font-size: 10px;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.pb-elections .graph-wrapper .simulator table thead tr th > span {
  font-weight: 400;
  font-size: 10px;
  line-height: 8px;
  text-transform: none;
  display: block;
}

.pb-elections .graph-wrapper .simulator table thead tr th.reset {
  text-align: left;
  padding: 5px 5px 5px 10px;
  font-size: 15px;
}

.pb-elections .graph-wrapper .simulator table thead tr td {
  text-align: center;
  padding: 0;
  border-bottom: solid 1px #ccc;
  height: 30px;
  vertical-align: middle;
}

.pb-elections .graph-wrapper .simulator table thead tr:last-child td {
  border: 0;
}

.pb-elections .graph-wrapper .simulator table thead .refresh {
  color: #000;
  text-decoration: none;
}

.pb-elections .graph-wrapper .simulator table tbody tr {
  opacity: 0;
  animation-name: a-color-black-red;
  -webkit-animation-name: a-color-black-red;
  -moz-animation-name: a-color-black-red;
  -mz-animation-name: a-color-black-red;
  -o-animation-name: a-color-black-red;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -mz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -mz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(1) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -mz-animation-delay: 1s;
  -o-animation-delay: 1s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(2) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -mz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(3) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -mz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(4) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -mz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(5) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -mz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(6) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -mz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(7) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -mz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(8) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -mz-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(9) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -mz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(10) {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -mz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(11) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -mz-animation-delay: 2s;
  -o-animation-delay: 2s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(12) {
  animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  -mz-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(13) {
  animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  -mz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(14) {
  animation-delay: 2.3s;
  -webkit-animation-delay: 2.3s;
  -moz-animation-delay: 2.3s;
  -mz-animation-delay: 2.3s;
  -o-animation-delay: 2.3s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(15) {
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  -mz-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
}

.pb-elections .graph-wrapper .simulator table tbody tr:nth-child(16) {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -mz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
}

.pb-elections .graph-wrapper .simulator table tbody tr td {
  padding: 3px 0;
  font-size: 12px;
}

.pb-elections .graph-wrapper .simulator table tbody tr td.name {
  text-align: left;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 69px;
  display: block;
}

.pb-elections .graph-wrapper .simulator table tbody tr td.color {
  width: 22px;
}

.pb-elections .graph-wrapper .simulator table tbody tr td.color > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  margin: 0 auto;
}

.pb-elections .graph-wrapper .simulator table tbody tr td.status {
  width: 20px;
  text-align: center;
}

.pb-elections .graph-wrapper .simulator table tbody tr td.percent {
  width: 45px;
}

.pb-elections .graph-wrapper .simulator table tbody tr.selected td {
  font-weight: 800;
}

.pb-elections .graph-wrapper .simulator table tbody tr.compromis td.color > span {
  background-color: #E65F00;
}

.pb-elections .graph-wrapper .simulator table tbody tr.cs td.color > span {
  background-color: #f15d2a;
}

.pb-elections .graph-wrapper .simulator table tbody tr.psoe td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.psoe-a td.color > span {
  background-color: #d80200;
}

.pb-elections .graph-wrapper .simulator table tbody tr.pacma td.color > span {
  background-color: #afbd20;
}

.pb-elections .graph-wrapper .simulator table tbody tr.erc td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.erc-sobiranistes td.color > span {
  background-color: #ffc107;
}

.pb-elections .graph-wrapper .simulator table tbody tr.erc-catsi td.color > span {
  background-color: #fe4359;
}

.pb-elections .graph-wrapper .simulator table tbody tr.pdcat td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.junts td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.cdc td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.jxcat td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.jxcat-junts td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.juntsxcat td.color > span {
  background-color: #c20046;
}

.pb-elections .graph-wrapper .simulator table tbody tr.podemos td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.unidos-podemos td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.unidas-podemos td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.up td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.podemos-en-marea-anova-eu td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.podemos-compromis-eupv td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.podemos-iu-equo td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.ecp-guanyem-el-canvi td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.ecp td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.adelante td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.adelante-andalucia td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.adelante-a td.color > span {
  background-color: #861b59;
}

.pb-elections .graph-wrapper .simulator table tbody tr.iulv-ca td.color > span {
  background-color: #189f8e;
}

.pb-elections .graph-wrapper .simulator table tbody tr.pp td.color > span {
  background-color: #0bb2ff;
}

.pb-elections .graph-wrapper .simulator table tbody tr.regionalista-cantabria td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.prc td.color > span {
  background-color: #C2CE0C;
}

.pb-elections .graph-wrapper .simulator table tbody tr.front-republica td.color > span {
  background-color: #383838;
}

.pb-elections .graph-wrapper .simulator table tbody tr.navarra-suma td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.na td.color > span {
  background-color: #c3202b;
}

.pb-elections .graph-wrapper .simulator table tbody tr.cup td.color > span {
  background-color: #ffc600;
}

.pb-elections .graph-wrapper .simulator table tbody tr.vox td.color > span {
  background-color: #8ebf19;
}

.pb-elections .graph-wrapper .simulator table tbody tr.pnv td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.eaj-pnv td.color > span {
  background-color: #46be8a;
}

.pb-elections .graph-wrapper .simulator table tbody tr.cca-pnc td.color > span {
  background-color: #3a6bb4;
}

.pb-elections .graph-wrapper .simulator table tbody tr.eh-bildu td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.bildu td.color > span {
  background-color: #9ab005;
}

.pb-elections .graph-wrapper .simulator table tbody tr.others td.color > span, .pb-elections .graph-wrapper .simulator table tbody tr.otros td.color > span {
  background-color: #666;
}

.pb-elections .graph-wrapper .simulator table.total {
  margin: 0 0 15px;
}

.pb-elections .graph-wrapper .simulator table.total-seleccionado.total {
  width: 100%;
  text-align: center;
}

.pb-elections .graph-wrapper .simulator table.total-seleccionado.total tbody td.title-total,
.pb-elections .graph-wrapper .simulator table.total-seleccionado.total tbody td.seats {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border-bottom: 0 none;
  padding: 0;
  text-align: center;
}

.pb-elections .graph-wrapper .simulator table.total-seleccionado.total tbody td.title-total {
  font-size: 9px;
  text-transform: uppercase;
}

.pb-elections .graph-wrapper .simulator table.total-seleccionado.total tbody td.seats {
  font-size: 16px;
  line-height: 13px;
}

.pb-elections .graph-wrapper .simulator table.results-by-political-party tbody tr {
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}

.pb-elections .graph-wrapper .simulator table.results-by-political-party tbody tr:last-child {
  border: 0;
}

.pb-elections .graph-wrapper .simulator table.total tr td {
  font-weight: 800;
  text-align: center;
  font-size: 17px;
  vertical-align: middle;
}

.pb-elections .graph-wrapper .simulator table.total tr td > span {
  display: block;
  font-weight: 400;
  font-size: 11px;
}

.pb-elections .graph-wrapper .simulator table.total tr td:first-child {
  text-align: right;
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 10px;
}

.pb-elections .graph-wrapper .simulator .progressbar-container .middle-separator {
  z-index: 1;
  left: -2px;
  width: 110%;
  height: 1px;
  top: 50%;
  border-top: 1px dashed #ccc;
  border-left: 0 none;
}

.pb-elections .graph-wrapper .simulator .progressbar {
  height: 45px;
  width: 352px;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
  overflow: hidden;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent {
  position: inherit;
  top: inherit;
  left: inherit;
  height: 100%;
  display: inline-block;
  margin: 0;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.erc, .pb-elections .graph-wrapper .simulator .progressbar .percent.erc-sobiranistes {
  background-color: #ffc107;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.erc-catsi {
  background-color: #fe4359;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.compromis {
  background-color: #E65F00;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.cs {
  background-color: #f15d2a;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.psoe-a, .pb-elections .graph-wrapper .simulator .progressbar .percent.psoe {
  background-color: #d80200;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.pdcat, .pb-elections .graph-wrapper .simulator .progressbar .percent.junts, .pb-elections .graph-wrapper .simulator .progressbar .percent.cdc, .pb-elections .graph-wrapper .simulator .progressbar .percent.jxcat, .pb-elections .graph-wrapper .simulator .progressbar .percent.jxcat-junts, .pb-elections .graph-wrapper .simulator .progressbar .percent.juntsxcat {
  background-color: #c20046;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.podemos, .pb-elections .graph-wrapper .simulator .progressbar .percent.unidos-podemos, .pb-elections .graph-wrapper .simulator .progressbar .percent.unidas-podemos, .pb-elections .graph-wrapper .simulator .progressbar .percent.up, .pb-elections .graph-wrapper .simulator .progressbar .percent.podemos-en-marea-anova-eu, .pb-elections .graph-wrapper .simulator .progressbar .percent.podemos-compromis-eupv, .pb-elections .graph-wrapper .simulator .progressbar .percent.podemos-iu-equo, .pb-elections .graph-wrapper .simulator .progressbar .percent.ecp-guanyem-el-canvi, .pb-elections .graph-wrapper .simulator .progressbar .percent.adelante, .pb-elections .graph-wrapper .simulator .progressbar .percent.ecp, .pb-elections .graph-wrapper .simulator .progressbar .percent.adelante-andalucia, .pb-elections .graph-wrapper .simulator .progressbar .percent.adelante-a {
  background-color: #861b59;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.iulv-ca {
  background-color: #189f8e;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.pp {
  background-color: #0bb2ff;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.regionalista-cantabria, .pb-elections .graph-wrapper .simulator .progressbar .percent.prc {
  background-color: #C2CE0C;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.front-republica {
  background-color: #383838;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.navarra-suma, .pb-elections .graph-wrapper .simulator .progressbar .percent.na {
  background-color: #c3202b;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.cup {
  background-color: #ffc600;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.vox {
  background-color: #8ebf19;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.pacma {
  background-color: #afbd20;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.pnv, .pb-elections .graph-wrapper .simulator .progressbar .percent.eaj-pnv {
  background-color: #46be8a;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.cca-pnc {
  background-color: #3a6bb4;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.bildu, .pb-elections .graph-wrapper .simulator .progressbar .percent.eh-bildu {
  background-color: #9ab005;
}

.pb-elections .graph-wrapper .simulator .progressbar .percent.otros, .pb-elections .graph-wrapper .simulator .progressbar .percent.others {
  background-color: #666;
}

.pb-elections .graph-wrapper .w30 {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  float: left;
}

.pb-elections .graph-wrapper .w70 {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  float: left;
  box-sizing: border-box;
  padding-right: 30px;
  position: relative;
}

.pb-elections .graph-wrapper .w70.border-right:before {
  border-right: 1px solid #ddd;
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}

.pb-elections .graph-wrapper .btn {
  border: 0 none;
  background: #222;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 14px;
  padding: 10px 0;
  margin: 10px 0;
  transition: background-color .3s ease-in-out;
  border-radius: 0;
}

.pb-elections .graph-wrapper .btn:hover {
  background-color: #d11031;
}

.pb-elections .graph-wrapper .btn.red {
  background-color: #d11031;
  font-size: 13px;
}

.pb-elections .graph-wrapper .btn.red:hover {
  background-color: #333;
}

.pb-elections .graph-wrapper .map h3 {
  margin: 26px 0 6px;
}

.pb-elections .graph-wrapper .map .map-graph {
  width: 150px;
  height: 110px;
  position: relative;
  left: -4px;
}

.pb-elections .graph-wrapper .search {
  margin-bottom: 15px;
}

.pb-elections .graph-wrapper .search form {
  width: 100%;
  max-width: 100%;
}

.pb-elections .graph-wrapper .search form .btn {
  margin-top: 5px;
}

.pb-elections .graph-wrapper .search input[type="text"] {
  font-size: 13px;
  width: 100%;
  max-width: 100%;
  padding: 7px 5px;
  border: solid 1px #afafaf;
  box-sizing: border-box;
}

.pb-elections .graph-wrapper .search .select-wrapper {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  border: solid 1px #afafaf;
}

.pb-elections .graph-wrapper .search .select-wrapper > span {
  background-color: #444;
  display: block;
  width: 31px;
  bottom: -1px;
  color: #fff;
  cursor: pointer;
  line-height: 30px;
  position: absolute;
  right: -1px;
  text-align: center;
  top: -1px;
  z-index: 1;
}

.pb-elections .graph-wrapper .search .select-wrapper > span i {
  position: relative;
  top: 1px;
}

.pb-elections .grafico.hemiciclo {
  position: relative;
}

.pb-elections .grafico.hemiciclo .resultados-container {
  height: 255px;
  overflow: hidden;
}

.pb-elections .tabla-diferencia-pactos {
  margin-top: 10px;
}

.pb-elections.elecciones-valencianas {
  max-width: 480px;
}

.pb-elections.elecciones-valencianas .graphs.last {
  display: flex;
  justify-content: space-between;
}

.pb-elections.elecciones-valencianas .graph-wrapper {
  width: 100%;
  position: relative;
}

.pb-elections.elecciones-valencianas .graph-wrapper .simulator table tbody tr td.name {
  width: 80px;
}

.pb-elections.elecciones-valencianas .tabla-pactos {
  width: 67.3%;
}

.pb-elections.elecciones-valencianas .tabla-haz-pactos {
  min-height: 202px;
}

.pb-elections.elecciones-valencianas .resultados-provincia {
  width: 26.2%;
  border-left: 1px solid #eee;
  padding-left: 4%;
}

.pb-elections.elecciones-valencianas .resultados-provincia .mapa {
  position: relative;
}

.pb-elections.elecciones-valencianas .graphs-modules {
  flex-direction: column;
}

.pb-elections.elecciones-valencianas .grafico.hemiciclo .resultados > div {
  margin: 0 auto;
}

.pb-elections.elecciones-valencianas .graph-wrapper .simulator .progressbar {
  height: 40px;
  width: 202px;
}

.pb-elections.elecciones-valencianas div.graph-wrapper.resultados-provincia h3 {
  margin: 12px 0;
}

.pb-elections.elecciones-valencianas .module-pactos-mapa {
  display: flex;
  justify-content: space-between;
}

.pb-elections.elecciones-valencianas .year-current {
  margin-left: 48px;
}

.pb-elections.elecciones-valencianas .year-history {
  margin-left: 8px;
}

.pb-elections.elecciones-valencianas .hemiciclo-interior p.info-plus {
  margin: 26px 0 0;
}

.pb-elections.elecciones-valencianas .bottom-hemiciclo {
  justify-content: center;
}

.pb-elections.elecciones-valencianas .bottom-hemiciclo .seccion {
  padding: 0 20px;
}

.pb-elections.elecciones-valencianas .grafico.hemiciclo .resultados-container {
  height: 218px;
}

.pb-elections.elecciones-valencianas .mayoria-absoluta {
  right: 49px;
}

.pb-elections.elecciones-valencianas .total-haz-pactos {
  margin-right: 11px;
}

.pb-elections.elecciones-valencianas .map-graph {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pb-elections.elecciones-valencianas .ver-completos a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  transition: all linear 0.1s;
  border-radius: 0;
  color: #000;
  background: #e8e8e8;
  line-height: 1.3em;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
}

.pb-elections.elecciones-valencianas .ver-completos a:hover, .pb-elections.elecciones-valencianas .ver-completos a:focus {
  transition: all linear 0.1s;
}

.pb-elections.elecciones-valencianas .ver-completos a:hover, .pb-elections.elecciones-valencianas .ver-completos a:focus {
  background: #000;
  color: #FFF;
}

.pb-elections.elecciones-valencianas .ver-resultados {
  margin-top: 17px;
}

.pb-elections.elecciones-valencianas .ver-resultados a {
  line-height: 1.3em;
  text-align: center;
  padding: 10px 0px;
  font-size: 14px;
}

.pb-elections.elecciones-valencianas .search {
  background: #e8e8e8;
  height: 43px;
}

.pb-elections.elecciones-valencianas .module-hemiciclo .years-base {
  top: 0;
  margin-bottom: 0;
}

.pb-elections.elecciones-valencianas .progressbar-container {
  width: 40px;
}

.pb-elections.elecciones-valencianas > .graphs.mobile .graph-title a {
  width: 33.3333337%;
}

.pb-elections.elecciones-valencianas > .graphs.mobile .graph-content {
  height: 508px;
}

.pb-elections.elecciones-valencianas > .graphs.mobile .year-history {
  margin-left: 0;
}

.pb-elections.elecciones-valencianas > .graphs.mobile .search {
  height: auto;
  background-color: transparent;
}

.pb-elections.elecciones-valencianas > .graphs.mobile .search .label {
  padding: 10px 0 5px;
}

.pb-elections.elecciones-valencianas > .graphs.mobile .search select,
.pb-elections.elecciones-valencianas > .graphs.mobile .search input[type="text"] {
  height: 24px;
}

.pb-elections.elecciones-valencianas > .graphs.mobile .search form {
  align-items: flex-end;
}

.pb-elections.elecciones-valencianas > .graphs.mobile .bottom-hemiciclo {
  margin: 9px 0 0;
}

.pb-elections.elecciones-valencianas > .graphs.mobile .graph-wrapper .search form .btn {
  height: 24px;
}

.pb-elections.elecciones-valencianas > .graphs.mobile .graph-wrapper .simulator .progressbar-container .middle-separator {
  left: -4px;
}

.external-sites {
  max-width: 320px;
  margin: 0 auto;
}

.external-sites .pb-elections > .graphs.mobile {
  max-width: 320px;
}

.external-sites .pb-elections > .graphs.mobile .graph-title a {
  text-align: center;
}

.external-sites div.cintillo-elec h2 {
  text-align: center;
  width: 100%;
}

.graph-tabs {
  position: relative;
}

.graph-wrapper {
  width: 31.313131%;
}

.graphs-modules {
  display: flex;
  justify-content: space-between;
}

.graph-title {
  background: #e8e8e8;
  height: 43px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.graph-title a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  padding: 3px 5px;
}

.graph-title a.active {
  background: #000;
  color: #FFF;
}

.search-module {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  display: flex;
  align-items: center;
}

.search-module .label {
  padding-right: 15px;
}

.search-module form {
  display: flex;
  align-items: center;
}

.search-module .or {
  padding: 0 9px;
}

.search-module select,
.search-module input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  width: 177px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 0 5px;
  border-radius: 0;
  background: #FFF;
}

.search-module .selector-provincia {
  position: relative;
}

.search-module .selector-provincia:after {
  position: absolute;
  top: 6px;
  right: 5px;
  display: block;
  content: '\f107';
  font-family: 'FontAwesome';
}

.search-module .btn {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  transition: all linear 0.1s;
  border-radius: 0;
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  line-height: 22px;
  font-size: 12px;
  margin-left: 10px;
}

.search-module .btn:hover, .search-module .btn:focus {
  transition: all linear 0.1s;
}

.search-module .btn:hover, .search-module .btn:focus {
  color: #000;
  background-color: #FFF;
}

.graph-wrapper div.search-module .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  transition: all linear 0.1s;
  border-radius: 0;
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  line-height: 22px;
  font-size: 12px;
  margin-left: 10px;
}

.graph-wrapper div.search-module .btn:hover, .graph-wrapper div.search-module .btn:focus {
  transition: all linear 0.1s;
}

.graph-wrapper div.search-module .btn:hover, .graph-wrapper div.search-module .btn:focus {
  color: #000;
  background-color: #FFF;
}

.search-module.search-congreso {
  position: absolute;
  top: -33px;
  right: 10px;
}

.search-module.search-valencianas {
  background: #e8e8e8;
  height: 43px;
  justify-content: center;
  margin: 20px 0 0;
}

.search-module.search-valencianas select,
.search-module.search-valencianas input[type="text"] {
  width: 127px;
  border-radius: 0;
  box-shadow: none;
}

.search-module.search-valencianas input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
}

.tabla-barra-pactos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tabla-haz-pactos {
  width: 80%;
  min-height: 352px;
}

.bottom-haz-pactos {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7px;
}

.bottom-haz-pactos p.small {
  color: #777;
  font-size: 9px;
  font-family: "Poppins", sans-serif;
  width: 100%;
  margin-top: 0;
}

.bottom-haz-pactos a.refresh {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  transition: all linear 0.1s;
  border-radius: 0;
  color: #000;
  background: #e8e8e8;
}

.bottom-haz-pactos a.refresh:hover, .bottom-haz-pactos a.refresh:focus {
  transition: all linear 0.1s;
}

.bottom-haz-pactos a.refresh:hover, .bottom-haz-pactos a.refresh:focus {
  background: #000;
  color: #FFF;
}

p.info-plus {
  font-size: 11px;
  position: relative;
  color: #777;
  font-family: "Poppins", sans-serif;
}

p.info-plus img {
  width: 16px;
  height: auto;
}

p.info-plus span {
  font-weight: 800;
}

.hemiciclo-interior {
  position: relative;
}

.hemiciclo-interior p.info-plus {
  margin-top: 44px;
  padding-left: 32px;
}

.hemiciclo-interior p.info-plus img {
  position: absolute;
  left: 7px;
  top: 2px;
}

.txt-participacion {
  color: #000;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #e8e8e8;
  text-align: center;
  padding: 10px 16px;
  font-family: "Poppins", sans-serif;
  z-index: 1;
}

.txt-participacion p {
  margin: 0;
  line-height: 12px;
}

.txt-participacion p > span {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.total-haz-pactos {
  margin-right: 7px;
}

.graph-content {
  height: 505px;
}

.graph-content .tab-pane {
  position: absolute;
  top: 43px;
  width: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity linear 0.1s;
}

.graph-content .tab-pane.active {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: opacity ease-out 0.2s 0.1s;
}

.mapa-interior .graphs-container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .mapa-interior .graphs-container {
    min-height: 354px;
  }
}

.mapa-interior p.info-plus {
  position: relative;
  padding-left: 32px;
}

.mapa-interior p.info-plus img {
  position: absolute;
  left: 7px;
  top: 2px;
}

.leyenda-mapa {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.leyenda-mapa ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.leyenda-mapa li.partido-politico {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.leyenda-mapa li.partido-politico.erc .leyenda-color, .leyenda-mapa li.partido-politico.erc-sobiranistes .leyenda-color {
  background-color: #ffc107;
}

.leyenda-mapa li.partido-politico.erc-catsi .leyenda-color {
  background-color: #fe4359;
}

.leyenda-mapa li.partido-politico.compromis .leyenda-color {
  background-color: #E65F00;
}

.leyenda-mapa li.partido-politico.cs .leyenda-color {
  background-color: #f15d2a;
}

.leyenda-mapa li.partido-politico.psoe-a .leyenda-color, .leyenda-mapa li.partido-politico.psoe .leyenda-color {
  background-color: #d80200;
}

.leyenda-mapa li.partido-politico.pdcat .leyenda-color, .leyenda-mapa li.partido-politico.junts .leyenda-color, .leyenda-mapa li.partido-politico.cdc .leyenda-color, .leyenda-mapa li.partido-politico.jxcat .leyenda-color, .leyenda-mapa li.partido-politico.jxcat-junts .leyenda-color, .leyenda-mapa li.partido-politico.juntsxcat .leyenda-color {
  background-color: #c20046;
}

.leyenda-mapa li.partido-politico.podemos .leyenda-color, .leyenda-mapa li.partido-politico.unidos-podemos .leyenda-color, .leyenda-mapa li.partido-politico.unidas-podemos .leyenda-color, .leyenda-mapa li.partido-politico.up .leyenda-color, .leyenda-mapa li.partido-politico.podemos-en-marea-anova-eu .leyenda-color, .leyenda-mapa li.partido-politico.podemos-compromis-eupv .leyenda-color, .leyenda-mapa li.partido-politico.podemos-iu-equo .leyenda-color, .leyenda-mapa li.partido-politico.ecp-guanyem-el-canvi .leyenda-color, .leyenda-mapa li.partido-politico.adelante .leyenda-color, .leyenda-mapa li.partido-politico.ecp .leyenda-color, .leyenda-mapa li.partido-politico.adelante-andalucia .leyenda-color, .leyenda-mapa li.partido-politico.adelante-a .leyenda-color {
  background-color: #861b59;
}

.leyenda-mapa li.partido-politico.iulv-ca .leyenda-color {
  background-color: #189f8e;
}

.leyenda-mapa li.partido-politico.pp .leyenda-color {
  background-color: #0bb2ff;
}

.leyenda-mapa li.partido-politico.regionalista-cantabria .leyenda-color, .leyenda-mapa li.partido-politico.prc .leyenda-color {
  background-color: #C2CE0C;
}

.leyenda-mapa li.partido-politico.front-republica .leyenda-color {
  background-color: #383838;
}

.leyenda-mapa li.partido-politico.navarra-suma .leyenda-color, .leyenda-mapa li.partido-politico.na .leyenda-color {
  background-color: #c3202b;
}

.leyenda-mapa li.partido-politico.cup .leyenda-color {
  background-color: #ffc600;
}

.leyenda-mapa li.partido-politico.vox .leyenda-color {
  background-color: #8ebf19;
}

.leyenda-mapa li.partido-politico.pnv .leyenda-color, .leyenda-mapa li.partido-politico.eaj-pnv .leyenda-color {
  background-color: #46be8a;
}

.leyenda-mapa li.partido-politico.cca-pnc .leyenda-color {
  background-color: #3a6bb4;
}

.leyenda-mapa li.partido-politico.eh-bildu .leyenda-color, .leyenda-mapa li.partido-politico.bildu .leyenda-color {
  background-color: #9ab005;
}

.leyenda-mapa li.partido-politico.pacma .leyenda-color {
  background-color: #afbd20;
}

.leyenda-mapa li.partido-politico.otros .leyenda-color, .leyenda-mapa li.partido-politico.others .leyenda-color {
  background-color: #666;
}

.leyenda-mapa li.partido-politico:last-child {
  margin-bottom: 0;
}

.leyenda-mapa .titulo {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.leyenda-mapa .leyenda-color {
  width: 8px;
  height: 8px;
  background: #e8e8e8;
  margin-right: 4px;
}

.bottom-hemiciclo {
  display: flex;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  text-align: center;
  margin: 33px 0 0;
}

.bottom-hemiciclo .porcentaje {
  font-weight: 700;
  font-size: 13px;
}

.ver-resultados {
  margin-top: 42px;
}

.ver-resultados a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  transition: all linear 0.1s;
  border-radius: 0;
  color: #000;
  background: #e8e8e8;
  margin: 0 auto;
  display: table;
  padding: 8px;
  font-size: 12px;
  line-height: 1.2em;
}

.ver-resultados a:hover, .ver-resultados a:focus {
  transition: all linear 0.1s;
}

.ver-resultados a:hover, .ver-resultados a:focus {
  background: #000;
  color: #FFF;
}

.border-canarias {
  border-top: 1px dashed #bbb;
  border-left: 1px dashed #bbb;
  width: 128px;
  height: 57px;
  position: absolute;
  bottom: 18px;
  right: 0;
}

.tab-senado .graph-wrapper:last-child {
  width: 65.656565%;
}

.tab-senado .bottom-haz-pactos p.small {
  width: auto;
}

.tab-senado .bottom-haz-pactos .ver-resultados {
  margin-top: 0;
}

.tab-senado table tbody tr {
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}

.pb-elections div.graph-wrapper div.tabla-diferencia-pactos td.diferencia {
  position: relative;
  text-align: left;
  padding-left: 29px;
}

.pb-elections div.graph-wrapper div.tabla-diferencia-pactos td.diferencia:before {
  content: '';
  display: inline-block;
  width: 12px;
  text-align: center;
  position: absolute;
  left: 27px;
}

.pb-elections div.graph-wrapper div.tabla-diferencia-pactos td.diferencia i {
  padding-right: 3px;
}

.pb-elections div.graph-wrapper div.tabla-diferencia-pactos td.diferencia.equal {
  padding-left: 41px;
}

.pb-elections div.graph-wrapper div.tabla-diferencia-pactos td.diferencia.up:before, .pb-elections div.graph-wrapper div.tabla-diferencia-pactos td.diferencia.down:before {
  font-family: 'FontAwesome';
}

.pb-elections div.graph-wrapper div.tabla-diferencia-pactos td.diferencia.down:before {
  content: '\f107';
  top: 6px;
}

.pb-elections div.graph-wrapper div.tabla-diferencia-pactos td.diferencia.up:before {
  content: '\f106';
  top: 5px;
}

.pb-elections div.graph-wrapper div.tabla-diferencia-pactos td.percent-current {
  font-weight: 700;
}

.pb-elections div.graph-wrapper div.tabla-diferencia-pactos td.percent-prev {
  font-weight: 700;
}

.mayoria-absoluta {
  font-size: 10px;
  line-height: 12px;
  font-weight: 300;
  position: absolute;
  right: 44px;
  width: 45px;
  top: 1px;
  text-align: right;
  display: none;
}

.mayoria-absoluta.show {
  display: block;
}

.faces-module {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
}

.faces-module .face-col {
  width: 18.8%;
}

.faces-module .face-col.erc .face-body, .faces-module .face-col.erc-sobiranistes .face-body {
  color: #ffc107;
}

.faces-module .face-col.erc-catsi .face-body {
  color: #fe4359;
}

.faces-module .face-col.compromis .face-body {
  color: #E65F00;
}

.faces-module .face-col.cs .face-body {
  color: #f15d2a;
}

.faces-module .face-col.psoe-a .face-body, .faces-module .face-col.psoe .face-body {
  color: #d80200;
}

.faces-module .face-col.pdcat .face-body, .faces-module .face-col.junts .face-body, .faces-module .face-col.cdc .face-body, .faces-module .face-col.jxcat .face-body, .faces-module .face-col.jxcat-junts .face-body, .faces-module .face-col.juntsxcat .face-body {
  color: #c20046;
}

.faces-module .face-col.podemos .face-body, .faces-module .face-col.unidos-podemos .face-body, .faces-module .face-col.unidas-podemos .face-body, .faces-module .face-col.up .face-body, .faces-module .face-col.ecp-guanyem-el-canvi .face-body, .faces-module .face-col.podemos-en-marea-anova-eu .face-body, .faces-module .face-col.podemos-compromis-eupv .face-body, .faces-module .face-col.podemos-iu-equo .face-body, .faces-module .face-col.adelante .face-body, .faces-module .face-col.ecp .face-body, .faces-module .face-col.adelante-andalucia .face-body, .faces-module .face-col.adelante-a .face-body {
  color: #861b59;
}

.faces-module .face-col.iulv-ca .face-body {
  color: #189f8e;
}

.faces-module .face-col.pp .face-body {
  color: #0bb2ff;
}

.faces-module .face-col.regionalista-cantabria .face-body, .faces-module .face-col.prc .face-body {
  color: #C2CE0C;
}

.faces-module .face-col.front-republica .face-body {
  color: #383838;
}

.faces-module .face-col.navarra-suma .face-body, .faces-module .face-col.na .face-body {
  color: #c3202b;
}

.faces-module .face-col.cup .face-body {
  color: #ffc600;
}

.faces-module .face-col.vox .face-body {
  color: #8ebf19;
}

.faces-module .face-col.pnv .face-body, .faces-module .face-col.eaj-pnv .face-body {
  color: #46be8a;
}

.faces-module .face-col.cca-pnc .face-body {
  color: #3a6bb4;
}

.faces-module .face-col.pacma .face-body {
  color: #afbd20;
}

.faces-module .face-col.eh-bildu .face-body, .faces-module .face-col.bildu .face-body {
  color: #9ab005;
}

.faces-module .face-col.otros .face-body, .faces-module .face-col.others .face-body {
  color: #666;
}

.faces-module .face-img {
  z-index: 2;
  position: relative;
}

.faces-module .face-img img {
  max-width: 59%;
  display: block;
}

.faces-module .face-body {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
}

.faces-module .face-color {
  position: relative;
}

.faces-module .leyenda-color {
  position: relative;
  height: 100%;
  display: inline-block;
  margin: 0;
  width: 0;
  transition: width 0.6s ease-in-out;
}

.faces-module .face-bg {
  height: 182px;
  width: 108px;
  position: absolute;
  top: -1px;
  z-index: 1;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
}

.faces-module .face-bg.erc .leyenda-color, .faces-module .face-bg.erc-sobiranistes .leyenda-color {
  background-color: #ffc107;
}

.faces-module .face-bg.erc-catsi .leyenda-color {
  background-color: #fe4359;
}

.faces-module .face-bg.compromis .leyenda-color {
  background-color: #E65F00;
}

.faces-module .face-bg.cs .leyenda-color {
  background-color: #f15d2a;
}

.faces-module .face-bg.psoe-a .leyenda-color, .faces-module .face-bg.psoe .leyenda-color {
  background-color: #d80200;
}

.faces-module .face-bg.pdcat .leyenda-color, .faces-module .face-bg.junts .leyenda-color, .faces-module .face-bg.cdc .leyenda-color, .faces-module .face-bg.jxcat .leyenda-color, .faces-module .face-bg.jxcat-junts .leyenda-color, .faces-module .face-bg.juntsxcat .leyenda-color {
  background-color: #c20046;
}

.faces-module .face-bg.podemos .leyenda-color, .faces-module .face-bg.unidos-podemos .leyenda-color, .faces-module .face-bg.unidas-podemos .leyenda-color, .faces-module .face-bg.up .leyenda-color, .faces-module .face-bg.podemos-en-marea-anova-eu .leyenda-color, .faces-module .face-bg.podemos-compromis-eupv .leyenda-color, .faces-module .face-bg.podemos-iu-equo .leyenda-color, .faces-module .face-bg.ecp-guanyem-el-canvi .leyenda-color, .faces-module .face-bg.adelante .leyenda-color, .faces-module .face-bg.ecp .leyenda-color, .faces-module .face-bg.adelante-andalucia .leyenda-color, .faces-module .face-bg.adelante-a .leyenda-color {
  background-color: #861b59;
}

.faces-module .face-bg.iulv-ca .leyenda-color {
  background-color: #189f8e;
}

.faces-module .face-bg.pp .leyenda-color {
  background-color: #0bb2ff;
}

.faces-module .face-bg.regionalista-cantabria .leyenda-color, .faces-module .face-bg.prc .leyenda-color {
  background-color: #C2CE0C;
}

.faces-module .face-bg.front-republica .leyenda-color {
  background-color: #383838;
}

.faces-module .face-bg.navarra-suma .leyenda-color, .faces-module .face-bg.na .leyenda-color {
  background-color: #c3202b;
}

.faces-module .face-bg.cup .leyenda-color {
  background-color: #ffc600;
}

.faces-module .face-bg.vox .leyenda-color {
  background-color: #8ebf19;
}

.faces-module .face-bg.pnv .leyenda-color, .faces-module .face-bg.eaj-pnv .leyenda-color {
  background-color: #46be8a;
}

.faces-module .face-bg.cca-pnc .leyenda-color {
  background-color: #3a6bb4;
}

.faces-module .face-bg.eh-bildu .leyenda-color, .faces-module .face-bg.bildu .leyenda-color {
  background-color: #9ab005;
}

.faces-module .face-bg.pacma .leyenda-color {
  background-color: #afbd20;
}

.faces-module .face-bg.otros .leyenda-color, .faces-module .face-bg.others .leyenda-color {
  background-color: #666;
}

.faces-module .face-seats {
  text-align: center;
}

.faces-module .face-seats .title {
  font-weight: 800;
  text-transform: uppercase;
}

.faces-module .face-seats .seats {
  font-size: 22px;
  font-weight: 700;
  line-height: 13px;
}

.faces-module .face-votes {
  text-align: right;
}

.faces-title h2 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  margin: 10px 0;
}

.faces-title h2 span {
  font-weight: 400;
}

.modulo-elecciones > iframe {
  text-align: center;
}

.modulo-elecciones.hemiciclo {
  margin: 26px 0 0;
  display: table;
  width: 100%;
  clear: both;
  float: left;
}

.module-hemiciclo .resultados {
  margin: 0 auto;
  display: table;
}

.module-hemiciclo .hemiciclo-interior p.info-plus {
  margin-top: 0;
  text-align: center;
}

.module-hemiciclo .bottom-hemiciclo {
  justify-content: center;
}

.module-hemiciclo .bottom-hemiciclo .seccion {
  padding: 0 20px;
}

.module-hemiciclo .years-base {
  top: -35px;
  position: relative;
  margin-bottom: -35px;
}

.module-hemiciclo .year-current {
  margin-left: 47px;
}

.module-hemiciclo .year-history {
  margin-left: 9px;
}

.pb-elections div.module-pactos .simulator .label {
  padding-left: 0;
}

.pb-elections div.module-pactos .simulator .label .icon {
  position: relative;
  left: inherit;
  top: inherit;
}

.pb-elections div.module-pactos .total-haz-pactos {
  margin-right: 0;
  width: 45px;
}

.pb-elections div.module-pactos .graph-wrapper {
  width: 100%;
}

.pb-elections div.module-pactos .graph-wrapper .simulator table tbody tr td.name {
  width: 170px;
}

.pb-elections div.module-pactos .graph-wrapper .simulator table tbody tr td.seats {
  width: 55px;
}

.pb-elections div.module-pactos .graph-wrapper .simulator table tbody tr td.votes {
  width: 75px;
}

.pb-elections div.module-pactos .bottom-haz-pactos p.small {
  margin-bottom: 0;
}

.pb-elections div.module-pactos .tabla-haz-pactos {
  width: 87%;
}

.pb-elections div.module-pactos p.info-plus {
  text-align: center;
}

.module-mapa.graph-wrapper {
  width: 100%;
}

.module-mapa h3 {
  margin-top: 0;
}

.module-mapa .mapa {
  max-width: 306px;
  margin: -30px auto 0;
  position: relative;
}

.module-mapa .ver-resultados {
  margin-top: 7px;
}

.module-mapa p.info-plus {
  margin: 0;
}

.module-pactos-mapa {
  display: flex;
  justify-content: space-between;
}

.graph-wrapper.module-mapa .map-graph {
  margin-top: 40px;
}

.tooltipmap {
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  display: none;
  font: 12px/18px "Poppins", sans-serif;
  height: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  width: 220px;
  z-index: 109;
}

@media screen and (min-width: 768px) {
  .tooltipmap {
    width: 240px;
  }
}

.tooltipmap .fa-chevron-down:before,
.tooltipmap .fa-chevron-up:before {
  font-size: 9px;
  float: left;
  padding-right: 3px;
}

.tooltipmap .fa-chevron-down:before {
  color: #ea0563;
}

.tooltipmap .fa-chevron-up:before {
  color: #12d473;
}

.tooltipmap p.seats-info {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

.tooltipmap .content {
  background: inherit;
}

.tooltipmap .close {
  background: #111;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -12px;
  width: 20px;
  z-index: 9;
}

.tooltipmap .close:hover {
  background: #d11031;
}

.tooltipmap .link i {
  font-size: 8px;
  line-height: 7px;
}

.tooltipmap .link a {
  background-color: #f6f4f1;
  color: #000;
  display: inline-block;
  font-size: 11px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.tooltipmap .link a:hover {
  background-color: #000;
  color: #fff;
}

.tooltipmap h4 {
  background-color: #f6f4f1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.tooltipmap h4 span {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
}

.tooltipmap table {
  color: #000;
  border-collapse: collapse;
  font: 13px/18px "Poppins", sans-serif;
  line-height: 1em;
  font-weight: normal;
  margin: 10px 0;
  width: 100%;
  border-spacing: 0;
}

.tooltipmap table thead th {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  vertical-align: middle;
  font-size: 0.9em;
}

.tooltipmap table thead th span {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: lowercase;
}

.tooltipmap table thead th:first-child {
  text-align: left;
}

.tooltipmap table tbody tr {
  border-top: 1px dotted #ccc;
}

.tooltipmap table tbody td {
  padding: 5px 0;
  margin: 0;
}

.tooltipmap table tbody td.color div {
  height: 5px;
  width: 5px;
}

.tooltipmap table tbody td.name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 70px;
  display: block;
}

.tooltipmap table tbody td.diputados {
  text-align: left;
}

.tooltipmap table tbody td.diputados.equal {
  text-align: center;
}

.tooltipmap table th:nth-child(2),
.tooltipmap table td:nth-child(2),
.tooltipmap table th:nth-child(3),
.tooltipmap table td:nth-child(3),
.tooltipmap table th:nth-child(4),
.tooltipmap table td:nth-child(4) {
  text-align: center;
}

.tooltipmap table th:nth-child(2),
.tooltipmap table td:nth-child(2) {
  padding-right: 10px;
}

.tooltipmap .callout {
  position: absolute;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.tooltipmap.bottom .callout, .tooltipmap.top .callout {
  left: 50%;
  transform: translateX(-50%);
}

.tooltipmap.top .callout {
  bottom: -13px;
}

.tooltipmap.bottom .callout {
  top: -12px;
  transform: rotate(180deg);
}

.tooltipmap.left .callout {
  bottom: 50%;
  right: -11px;
  left: unset;
  transform: rotate(-90deg) translateX(-50%);
}

#tooltipmap-graph1.tooltipmap table tbody td.diputados {
  text-align: center;
}

#tooltipmap-graph1.tooltipmap table tbody td.diputados i {
  display: none;
}

.home-main .html .submenu-elecciones {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .article + .html .cintillo-elec {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}

.cintillo-elec {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .cintillo-elec {
    min-height: 50px;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .cintillo-elec {
    padding: 0 25px;
    height: 50px;
  }
}

.cintillo-elec h2 {
  color: #FFF;
  font-size: 5.3vw;
  line-height: 50px;
  text-align: center;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .cintillo-elec h2 {
    font-size: 24px;
  }
}

.cintillo-elec span.numero {
  font-size: 5.6vw;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .cintillo-elec span.numero {
    font-size: 26px;
  }
}

.cintillo-elec a {
  color: #FFF;
  text-decoration: none;
}

.cintillo-elec a:not(.title) {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .cintillo-elec a:not(.title) {
    display: none;
  }
}

.cintillo-elec.separadorCintilloEspacio {
  margin-top: 15px;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  float: left;
}

.cintillo-elec.centrado {
  justify-content: center;
}

.cintillo-elec.generales span:not(.numero) {
  color: #d11031;
}

@media screen and (min-width: 768px) {
  .cintillo-elec.generales h2 {
    font-size: 24px;
    text-align: left;
  }
}

.cintillo-elec.valencia span:not(.numero), .cintillo-elec.comunitat-valenciana span:not(.numero) {
  color: #ffc600;
}

.cintillo-elec.autonomicas.municipales {
  padding: 0 0 0 25px;
}

.cintillo-elec.autonomicas.municipales h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.cintillo-elec.autonomicas.municipales span.numero {
  font-size: 18px;
}

.cintillo-elec.autonomicas.municipales span:not(.numero) {
  font-weight: 400;
}

.cintillo-elec.europeas {
  padding: 0 0 0 25px;
  background-color: #003199;
}

.cintillo-elec.europeas h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.cintillo-elec.europeas span.numero {
  font-size: 18px;
}

.cintillo-elec.europeas span:not(.numero) {
  font-weight: 400;
}

.cintillo-elec a.europeas-ir,
.cintillo-elec a.autonomicas-ir {
  padding: 0 15px;
  font-size: 13px;
  text-transform: uppercase;
  border-left: 3px solid white;
  width: 208px;
  text-align: center;
  box-sizing: border-box;
  display: table;
}

.cintillo-elec a.europeas-ir {
  background: #003199;
  line-height: 50px;
}

.cintillo-elec a.autonomicas-ir {
  background: #000;
  line-height: 15px;
  height: 50px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .pb-elections > .graphs.mobile {
    max-width: 320px;
    margin: 0 auto;
    display: table;
  }
  .pb-elections > .graphs.mobile h3 {
    margin: 8px 0 4px;
  }
  .pb-elections > .graphs.mobile .map-graph {
    margin-top: 0;
  }
  .pb-elections > .graphs.mobile .txt-participacion {
    top: 30px;
  }
  .pb-elections > .graphs.mobile .graph-title {
    height: 50px;
    padding: 0;
  }
  .pb-elections > .graphs.mobile .graph-title nav {
    display: flex;
    width: 100%;
  }
  .pb-elections > .graphs.mobile .graph-title a {
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    font-size: 0.71em;
    font-weight: 600;
    border-right: solid 1px #ddd;
  }
  .pb-elections > .graphs.mobile .graph-title a.active {
    border-right: none;
  }
  .pb-elections > .graphs.mobile .graph-title a:last-child {
    border-right: none;
  }
  .pb-elections > .graphs.mobile .graph-content {
    height: 480px;
  }
  .pb-elections > .graphs.mobile .graph-content .tab-pane {
    top: 50px;
  }
  .pb-elections > .graphs.mobile .grafico.hemiciclo .resultados-container {
    height: 218px;
  }
  .pb-elections > .graphs.mobile .highcharts-container {
    margin: 0 auto;
  }
  .pb-elections > .graphs.mobile .graph-wrapper {
    width: 100%;
  }
  .pb-elections > .graphs.mobile .graph-wrapper .search {
    margin: 13px 0 0;
  }
  .pb-elections > .graphs.mobile .graph-wrapper .search form .btn {
    height: 32px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    padding: 0 7px;
    max-width: 70px;
    margin: 0;
  }
  .pb-elections > .graphs.mobile .graph-wrapper .simulator table tbody tr td {
    padding: 2px 0;
  }
  .pb-elections > .graphs.mobile .search .label {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 11px;
    padding: 10px 0;
    border-top: 1px solid #eee;
  }
  .pb-elections > .graphs.mobile .search form {
    display: flex;
    justify-content: space-between;
  }
  .pb-elections > .graphs.mobile .search .selector-provincia {
    position: relative;
  }
  .pb-elections > .graphs.mobile .search .selector-provincia:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    right: 5px;
    display: block;
    content: '\f107';
    font-family: 'FontAwesome';
  }
  .pb-elections > .graphs.mobile .search select,
  .pb-elections > .graphs.mobile .search input[type="text"],
  .pb-elections > .graphs.mobile .search input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
  }
  .pb-elections > .graphs.mobile .search select,
  .pb-elections > .graphs.mobile .search input[type="text"] {
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0 5px;
  }
  .pb-elections > .graphs.mobile .search input[type="text"] {
    width: 104px;
  }
  .pb-elections > .graphs.mobile .search select {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    width: 137px;
  }
  .pb-elections > .graphs.mobile .bottom-hemiciclo {
    justify-content: center;
    margin: 22px 0;
  }
  .pb-elections > .graphs.mobile .bottom-hemiciclo .seccion {
    padding: 0 15px;
  }
  .pb-elections > .graphs.mobile .ver-resultados {
    margin-top: 20px;
  }
  .pb-elections > .graphs.mobile .ver-resultados a {
    width: 100%;
    padding: 0;
    line-height: 30px;
    text-align: center;
  }
  .pb-elections > .graphs.mobile .tab-senado .ver-resultados {
    margin-top: 10px;
  }
  .pb-elections > .graphs.mobile .hemiciclo-interior p.info-plus {
    margin: 14px 0 15px;
  }
  .pb-elections > .graphs.mobile .title-mobile p {
    margin: 0 0 15px;
    font-size: 0.7em;
    text-align: center;
  }
  .pb-elections > .graphs.mobile .title-mobile p span {
    font-weight: 700;
  }
  .pb-elections > .graphs.mobile .map {
    text-align: center;
  }
  .pb-elections > .graphs.mobile .border-canarias {
    right: 5px;
    bottom: 15px;
    width: 126px;
    height: 56px;
  }
  .pb-elections > .graphs.mobile .years-base {
    margin-top: -4px;
  }
  .pb-elections > .graphs.mobile .year-current {
    margin-left: 28px;
    width: 63px;
  }
  .pb-elections > .graphs.mobile .year-history {
    width: 27px;
  }
}

.valencia.modulo-elecciones iframe {
  overflow: hidden;
  margin: 0;
}

i.fa-chevron-down:before,
i.fa-chevron-up:before {
  font-size: 9px;
  float: left;
}

i.fa-chevron-down:before {
  color: #ea0563;
}

i.fa-chevron-up:before {
  color: #12d473;
}

body {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .subheader .escrutado.hidden-sm {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 20px 0;
    display: table;
    width: 100%;
  }
}

.elecciones-default {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default {
    float: left;
    clear: both;
    width: 980px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.info-twitter h2.subtitle {
    margin: 30px 0 20px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.info-twitter h2.subtitle span {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.info-twitter ul.results li div.box img {
    width: auto;
  }
}

.elecciones-default.info-twitter ul.results li div.box ul.info {
  padding: 19px 20px 0 20px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.info-twitter ul.results li div.box ul.info {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.infografia h2.subtitle {
    margin: 30px 0 20px;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.infografia h2.subtitle span {
    padding: 0 10px;
  }
}

.elecciones-default.infografia ul.results li div.box img {
  width: auto;
}

.elecciones-default.subheader {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .elecciones-default.subheader {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.subheader {
    margin-bottom: 10px;
    float: right;
  }
}

.elecciones-default.subheader h1 {
  color: #000;
  font-size: 28px;
  line-height: 30px;
  margin: 20px 0 10px 0px;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 767px) {
  .elecciones-default.subheader h1 {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.subheader h1 {
    line-height: 65px;
    margin: 0 10px 0 0;
    font-weight: 700;
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.subheader h1 span:first-child {
    display: none;
  }
}

.elecciones-default.subheader h1 span:first-child + span {
  font-weight: 300;
}

.elecciones-default.subheader h1 a {
  color: #000;
  display: inline;
  font-weight: 300;
}

.elecciones-default.subheader h1 a:hover {
  color: #c5003c;
}

@media screen and (max-width: 767px) {
  .elecciones-default.subheader h3 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.subheader h3 {
    color: #ccc;
    font-weight: 300;
    line-height: 65px;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    float: right;
    margin-right: 10px;
  }
}

.elecciones-default.subheader p.info {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin: 0 0 20px 0;
  line-height: 1.4em;
  top: unset;
  float: none;
  padding: 0;
}

.elecciones-default.header {
  background: #000;
  margin: 0;
  padding: 0 15px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .elecciones-default.header {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.header {
    width: 100%;
  }
}

.elecciones-default.header.comunitat-valenciana h2, .elecciones-default.header.valencia h2 {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.header.comunitat-valenciana h2, .elecciones-default.header.valencia h2 {
    font-size: 24px;
  }
}

.elecciones-default.header.comunitat-valenciana h2 span:not(.numero), .elecciones-default.header.valencia h2 span:not(.numero) {
  color: #ffc600;
}

.elecciones-default.header h2 {
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .elecciones-default.header h2 {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.header h2 {
    padding-top: 0;
    border: 0;
    margin: 0;
    float: left;
    font-size: 24px;
    font-weight: 700;
  }
}

.elecciones-default.header h2 span {
  color: #d11031;
}

.elecciones-default.header h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .elecciones-default.header h3 {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.header h3 {
    float: left;
    margin-right: 5px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.header ul {
    display: table;
    margin: 20px auto 0;
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.header ul {
    float: right;
    margin-top: 10px;
  }
}

.elecciones-default.header ul > li {
  float: left;
  margin-left: 5px;
}

.elecciones-default.header ul > li.facebook a:hover {
  background-color: #3a589e;
}

.elecciones-default.header ul > li.twitter a:hover {
  background-color: #1dcaff;
}

.elecciones-default.header ul > li.telegram a:hover {
  background-color: #00b2eb;
}

.elecciones-default.header ul > li.whatsapp a:hover {
  background-color: #34af23;
}

.elecciones-default.header ul > li.linkedin a:hover {
  background-color: #007cb7;
}

.elecciones-default.header ul > li a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.elecciones-default.en-datos-partidos ul.results li .box img {
  width: 60%;
}

.elecciones-default.results h2 {
  background: #f6f4f1 none repeat scroll 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 20px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results h2 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results h2 {
    margin: 30px 0 30px;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    border: 0 none;
    float: left;
    height: 22px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results h2.title {
    margin: 10px 0 0 0;
  }
}

.elecciones-default.results h2 span {
  background: #fff none repeat scroll 0 0;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results h2 span {
    padding-left: 10px;
  }
}

.elecciones-default.results div.buscador-sidebar {
  background-color: #000;
  display: inline-block;
  margin: 0 15px 15px;
  width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
  .elecciones-default.results div.buscador-sidebar {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 1px 0;
  }
}

.elecciones-default.results div.buscador-sidebar > form {
  padding: 22px 15px 0;
}

.elecciones-default.results div.buscador-sidebar > form label {
  font-size: 11px;
  color: #FFF;
  width: 100%;
  height: 15px;
  display: block;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results div.buscador-sidebar > form label {
    display: block;
  }
}

.elecciones-default.results div.buscador-sidebar > form > div.select {
  position: relative;
  margin: 5px 0;
}

.elecciones-default.results div.buscador-sidebar > form > div.select:after {
  position: absolute;
  bottom: 12px;
  right: 8px;
  display: block;
  content: '\f107';
  font-family: 'FontAwesome';
}

.elecciones-default.results div.buscador-sidebar > form input {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.elecciones-default.results div.buscador-sidebar input[type="text"] {
  background: #fff;
  font-size: 11px;
  line-height: 30px;
  padding: 0 5px;
  width: 100%;
  box-sizing: border-box;
  font-size: 11px;
}

.elecciones-default.results div.buscador-sidebar input[type="submit"] {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  margin: 15px 0;
  text-transform: uppercase;
  width: 100%;
}

.elecciones-default.results div.buscador-sidebar input[type="submit"]:hover {
  background: white;
  color: #000;
}

.elecciones-default.results div.buscador-sidebar select,
.elecciones-default.results div.buscador-sidebar input {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 5px;
  padding: 0 5px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.elecciones-default.results div.buscador-sidebar select:disabled,
.elecciones-default.results div.buscador-sidebar input:disabled {
  background: #ccc;
  border-color: #ccc;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results div.buscador-sidebar select,
  .elecciones-default.results div.buscador-sidebar input {
    width: 270px;
  }
}

.elecciones-default.results div.buscador-sidebar select {
  width: 100%;
}

.elecciones-default.results div.buscador-sidebar select option[value="-1"] {
  color: #ccc;
}

.elecciones-default.results div.buscador-sidebar .selector-o {
  color: #FFF;
  text-align: center;
  font-size: 11px;
  margin: 7px 0 0;
}

.elecciones-default.results div.buscador-sidebar h4 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  color: #FFF;
  position: relative;
  top: inherit;
  margin-top: 13px;
  text-transform: uppercase;
}

.elecciones-default.results div.buscador-sidebar h4:after {
  width: 22px;
  height: 1px;
  background: #FFF;
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .buscador-numero-primero .buscador-sidebar {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .diputados-publicidad h2.title {
    width: 385px;
  }
}

.elecciones-default.results > h2.center {
  background: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results > h2.center.opinion {
    background-color: #f6f4f1;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results > h2.center.opinion {
    border-bottom: 1px solid #e8e8e8;
    font-weight: 700;
    margin-top: 70px;
    padding-bottom: 30px;
    font-size: 27px;
  }
}

.elecciones-default.results > h2.center.withbg {
  background: #f6f4f1 none repeat scroll 0 0;
}

.elecciones-default.results > h2.center.withbg span {
  padding: 0 10px;
  text-align: center;
}

.elecciones-default.results .news,
.elecciones-default.results .resumen {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .news,
  .elecciones-default.results .resumen {
    margin-top: 50px;
  }
}

.elecciones-default.results .resume {
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .resume {
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .resume {
    margin: 0 0 70px 0;
    float: left;
    width: 100%;
  }
}

.elecciones-default.results .resume > .table-wrap {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .resume table.totals td,
  .elecciones-default.results .resume table.totals th {
    font-size: 13px;
  }
}

.elecciones-default.results .resume table.results tbody td,
.elecciones-default.results .resume table.results thead tr:first-child th {
  padding-right: 15px;
}

.elecciones-default.results .years-list {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .years-list {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 15px 0 5px;
    background-color: #f6f4f1;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .years-list {
    float: right;
    width: 290px;
    margin-top: 43px;
  }
}

.elecciones-default.results .years-list > h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .years-list > h4 {
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .years-list ul {
    display: table;
    width: 100%;
  }
}

.elecciones-default.results .years-list li {
  display: table;
  float: left;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: calc(100% / 3);
}

.elecciones-default.results .years-list li:nth-child(3n) {
  float: right;
}

.elecciones-default.results .years-list li:first-child:nth-last-child(1),
.elecciones-default.results .years-list li:first-child:nth-last-child(1) ~ * {
  width: 100%;
}

.elecciones-default.results .years-list li:first-child:nth-last-child(2),
.elecciones-default.results .years-list li:first-child:nth-last-child(2) ~ * {
  width: 50%;
}

.elecciones-default.results .years-list li a {
  color: #000;
}

.elecciones-default.results .years-list li a:hover {
  color: #c5003c;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .municipios-table {
    float: left;
    vertical-align: top;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .municipios-table table.results tbody td:first-child {
    width: 80px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .municipios-table table.results tbody td:first-child a {
    max-width: 70px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .municipios-table table.results tbody tr td.percent {
    width: 85px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .municipios-table .table-results-years {
    width: 665px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .municipios-table .table-results-years table.results {
    margin-top: 5px;
    width: 665px;
  }
}

.elecciones-default.results .municipios-table .table-results-years table.results td.equal:nth-last-child(2), .elecciones-default.results .municipios-table .table-results-years table.results td.equal:last-child {
  padding: 0 0 0 23px;
}

.elecciones-default.results table.results {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results table.results {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results table.results.totals {
    float: left;
    width: 665px;
  }
}

.elecciones-default.results table.results.totals thead th {
  padding: 10px 15px 10px 15px;
}

.elecciones-default.results table.results.totals thead tr:first-child th {
  text-align: right;
}

.elecciones-default.results table.results.totals td {
  text-align: right;
  width: 145px;
}

.elecciones-default.results table.results.totals td:first-child {
  text-align: left;
  width: 140px;
  white-space: nowrap;
}

.elecciones-default.results table.results thead th {
  font-weight: 700;
  padding: 12px 5px;
  text-align: center;
}

.elecciones-default.results table.results thead th:first-child {
  text-align: left;
}

.elecciones-default.results table.results thead th:nth-child(9), .elecciones-default.results table.results thead th:nth-child(10), .elecciones-default.results table.results thead th:nth-child(11) {
  position: relative;
}

.elecciones-default.results table.results thead tr:first-child th {
  border-bottom: solid 1px #f6f4f1;
  padding: 10px 5px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results table.results thead tr:first-child th {
    font-size: 20px;
    font-weight: 300;
  }
}

.elecciones-default.results table.results thead tr:first-child th:first-child {
  border: 0 none;
}

.elecciones-default.results table.results thead tr:first-child th:last-child {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results table.results thead tr:first-child th:last-child {
    font-size: 14px;
  }
}

.elecciones-default.results table.results tbody td {
  padding: 0 5px;
  position: relative;
  text-align: center;
}

.elecciones-default.results table.results tbody td:first-child {
  text-align: left;
  font-weight: 700;
  padding: 8px 5px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results table.results tbody td:first-child {
    width: 140px;
  }
}

.elecciones-default.results table.results tbody td:first-child a {
  color: #000;
  cursor: default;
  text-decoration: none;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results table.results tbody td:first-child a {
    width: 120px;
  }
}

.elecciones-default.results table.results tbody td:first-child a span {
  border-bottom: dotted 1px #000;
  text-transform: uppercase;
  line-height: 20px;
}

.elecciones-default.results table.results tbody tr {
  position: relative;
}

.elecciones-default.results table.results tbody tr:nth-child(2n+1) {
  background-color: #f6f4f1;
}

.elecciones-default.results table.results tbody tr:nth-child(2n+1):hover {
  background-color: #f2f0ec;
}

.elecciones-default.results table.results tbody tr:hover {
  background-color: #fbfbfa;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results table.results tbody tr td.percent {
    width: 125px;
  }
}

.elecciones-default.results table.results tbody tr td.percent > div {
  background-color: #3d3b3c;
  height: 9px;
}

.elecciones-default.results table.results .separator {
  border-right: 1px solid #e2ded8;
}

.elecciones-default.results .graphs-container {
  position: relative;
  clear: both;
  display: table;
  width: 100%;
}

.elecciones-default.results .graphs-container.main {
  position: relative;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .graphs-container.main {
    float: left;
    min-height: 250px;
    margin-bottom: 30px;
    width: 665px;
  }
}

.elecciones-default.results .graphs-container.main .grafico {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .graphs-container.main .grafico {
    height: 280px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 385px;
  }
}

.elecciones-default.results .graphs-container.main .legend {
  background: #f6f4f1 none repeat scroll 0 0;
  line-height: 1.5em;
  width: 100%;
  padding: 15px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .graphs-container.main .legend {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .graphs-container.main .legend {
    float: left;
    padding: 10px 5px 10px 5px;
    bottom: -2px;
    right: 0;
    position: absolute;
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .graphs-container.main .legend ul {
    width: 47%;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .graphs-container.main .legend ul {
    float: left;
    padding: 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .graphs-container.main .legend ul:first-child:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .graphs-container.main .legend ul:first-child:last-child li {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .graphs-container.main .legend ul:first-child:last-child li a {
    padding: 0;
  }
}

.elecciones-default.results .graphs-container.main .legend ul li {
  font-weight: 700;
  margin: 1px 0;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .graphs-container.main .legend ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c5c5c5;
    margin: 5px 0;
    padding-bottom: 4px;
  }
}

.elecciones-default.results .graphs-container.main .legend ul li a {
  color: #000;
  cursor: default;
  display: inline;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .graphs-container.main .legend ul li a {
    padding-right: 30px;
  }
}

.elecciones-default.results .graphs-container.main .legend ul li span {
  font-weight: 400;
}

.elecciones-default.results .graphs-container h4 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .graphs-container h4 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .graphs-container h4 {
    font-size: 23px;
    position: absolute;
    top: 15px;
    width: 97%;
  }
}

.elecciones-default.results .mapa,
.elecciones-default.results .grafico {
  position: relative;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .mapa,
  .elecciones-default.results .grafico {
    max-width: 546px !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 575px) {
  .elecciones-default.results .mapa,
  .elecciones-default.results .grafico {
    max-width: 345px !important;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .mapa,
  .elecciones-default.results .grafico {
    margin: 0;
    border-left: 1px solid #e8e8e8;
    float: left;
    margin: 20px 1% 0 0;
    width: 466px;
  }
}

.elecciones-default.results .mapa:first-child, .elecciones-default.results .mapa:first-child,
.elecciones-default.results .grafico:first-child,
.elecciones-default.results .grafico:first-child {
  border: 0;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .map {
    height: 280px;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .grafico[data-year="prev"],
  .elecciones-default.results .mapa[data-year="prev"] {
    display: none;
  }
}

.elecciones-default.results .mapa {
  margin: 20px 0 0;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .mapa {
    margin: 20px 20px 0 0;
  }
}

.elecciones-default.results .mapa .legend {
  background-color: #f6f4f1;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .mapa .legend {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .mapa .legend {
    background-color: #fbfbfa;
    padding: 15px 15px 10px;
    border-radius: 2px;
    position: absolute;
    top: 120px;
  }
}

.elecciones-default.results .mapa .legend > li {
  font-size: 13px;
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .mapa .legend > li {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .mapa .legend > li {
    max-width: 117px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.elecciones-default.results .mapa .legend > li > a {
  color: #000;
}

.elecciones-default.results .mapa .legend div {
  display: inline-block;
  height: 7px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  width: 7px;
}

.elecciones-default.results .mapa .canarias {
  border-left: 1px dashed #bbb;
  border-radius: 25px 0 0;
  border-top: 1px dashed #bbb;
  position: absolute;
  bottom: auto;
  right: 5px;
  width: 142px;
  height: 65px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .mapa .canarias {
    top: 226px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .mapa .canarias {
    height: 70px;
    width: 160px;
    bottom: 9px;
    right: -7px;
  }
}

.elecciones-default.results .mapa svg {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .mapa svg {
    width: 302px;
    height: 295px;
  }
}

.elecciones-default.results .mapa .map {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .mapa .map {
    text-align: right;
    margin-bottom: 45px;
  }
}

.elecciones-default.results .mapa .map svg path {
  moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  webkit-transition: opacity 0.3s ease-in-out;
}

.elecciones-default.results .mapa h4.year {
  position: relative;
  top: unset;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .grafico:last-child {
    margin: 20px 0 0 1%;
  }
}

.elecciones-default.results .grafico .graph {
  max-width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .grafico .graph {
    min-width: auto !important;
    width: 546px;
  }
}

@media screen and (max-width: 575px) {
  .elecciones-default.results .grafico .graph {
    width: 345px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .grafico .graph {
    height: 300px;
    top: 40px;
    width: 385px;
  }
}

.elecciones-default.results .grafico .mayoria {
  border-right: 1px dashed #000;
  height: 100px;
  left: 47%;
  position: absolute;
  top: 82px;
  width: 1px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results .grafico .mayoria {
    left: 274px;
    height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .grafico .mayoria {
    left: 219px;
  }
}

.elecciones-default.results .grafico p.info {
  top: 40px;
  float: initial;
  text-align: center;
  line-height: 1.2em;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results div.more-results {
    width: 100%;
    float: left;
  }
}

.elecciones-default.results div.more-results ul.more-results {
  margin: 15px 15px 0;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results div.more-results ul.more-results {
    order: 3;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results div.more-results ul.more-results {
    margin: 20px 20px 30px 0;
    width: 660px;
    float: left;
  }
}

.elecciones-default.results div.more-results ul.more-results.search li {
  float: left;
  padding: 6px 1%;
  width: 48%;
}

.elecciones-default.results div.more-results ul.more-results.search li a:first-child {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results div.more-results ul.more-results.municipios {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results div.more-results ul.more-results.municipios li {
    float: left;
    line-height: 2em;
    margin: 0;
    padding: 2px 1% 2px 1%;
    width: 48%;
  }
}

.elecciones-default.results div.more-results ul.more-results.municipios li:nth-child(2n+1) {
  clear: both;
}

.elecciones-default.results div.more-results ul.more-results.municipios li a {
  color: #000;
  display: inline-block;
  font-size: 13px;
  margin-left: 5px;
  text-decoration: none;
}

.elecciones-default.results div.more-results ul.more-results.municipios li a:hover {
  text-decoration: underline;
}

.elecciones-default.results div.more-results ul.more-results.municipios li a:first-child {
  font-size: 14px;
  font-weight: 400;
  margin-left: 0;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results div.more-results ul.more-results.municipios li a:first-child {
    font-size: 14px;
  }
}

.elecciones-default.results div.more-results ul.more-results li {
  padding: 0 0 5px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results div.more-results ul.more-results li {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results div.more-results ul.more-results li {
    padding: 8px 0;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results div.more-results ul.more-results li.sep {
    background: #f6f4f1;
  }
}

.elecciones-default.results div.more-results ul.more-results li a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results div.more-results ul.more-results li a {
    margin: 0 6px 7px 0;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results div.more-results ul.more-results li a {
    margin-left: 4px;
  }
}

.elecciones-default.results div.more-results ul.more-results li a:hover {
  text-decoration: underline;
}

.elecciones-default.results div.more-results ul.more-results li a:first-child {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results div.more-results ul.more-results li a:first-child {
    margin-bottom: 5px;
  }
}

.elecciones-default.results div.more-results ul.more-results li a:first-child:hover {
  color: #c5003c;
  text-decoration: none;
}

.elecciones-default.results div.more-results ul.more-results li a strong {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .elecciones-default.results div.more-results h2 {
    order: 2;
    margin-top: 30px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.results div.more-results,
  .elecciones-default.results .list {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.results div.more-results .left,
  .elecciones-default.results .list .left {
    order: 2;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.results div.more-results .right,
  .elecciones-default.results .list .right {
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results div.more-results .right,
  .elecciones-default.results .list .right {
    float: left;
    width: 300px;
    margin-top: 9px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .tab-content.votes .grafico {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results .tab-content.votes .graph {
    height: auto;
    min-height: 300px;
  }
}

.elecciones-default.results ul.notices {
  clear: both;
  margin: 0;
  padding: 0;
}

.elecciones-default.results ul.notices > li {
  display: inline-block;
  margin: 0 17px 50px 0;
  vertical-align: top;
  width: 312px;
}

.elecciones-default.results ul.notices > li:nth-child(3n) {
  margin-right: 0;
}

.elecciones-default.results ul.notices > li > a {
  height: 177px;
  position: relative;
  width: 313px;
}

.elecciones-default.results ul.notices > li > h3 a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
}

.elecciones-default.results ul.notices > li > h3 a:hover {
  color: #c5003c;
}

.elecciones-default.results ul.notices > li img {
  clip: rect(0, 313px, 177px, 0);
  left: 0;
  position: absolute;
  top: 0;
  width: 313px;
}

.elecciones-default.results ul.notices > li .publicidad {
  float: initial;
}

.elecciones-default.results ul.notices > li .publicidad p {
  margin: 0 0 2px;
  padding: 0;
}

.elecciones-default.results ul.notices > li .robapaginas {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.senado .graphs-container.main .grafico {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.senado .diputados-publicidad h2.title {
    width: 660px;
  }
}

.elecciones-default.results.senado .resume table.results tbody td,
.elecciones-default.results.senado .resume table.results thead tr:first-child th {
  padding-right: 5px;
}

.elecciones-default.results.senado .resume table.results td.diputados {
  padding-left: 24px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.senado .resume table.results td.diputados {
    padding-left: 48px;
    width: 75px;
  }
}

.elecciones-default.results.senado .resume table.results td.diputados.equal {
  padding-left: 35px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.senado .resume table.results td.diputados.equal {
    padding-left: 61px;
  }
}

.elecciones-default.results.senado .resume table.results td:nth-last-child(-n+3) {
  text-align: center;
}

.elecciones-default.results.senado .resume table.results td:last-child {
  text-align: left;
}

.elecciones-default.candidatos {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.elecciones-default.candidatos .candidato {
  float: left;
  width: 31%;
  margin: 0 1%;
  border-top: 1px dotted #999;
  padding-top: 30px;
  margin-bottom: 30px;
}

.elecciones-default.candidatos .candidato.no-border {
  border: 0;
  padding-top: 0;
}

.elecciones-default.candidatos .candidato:nth-child(4n) {
  clear: both;
}

.elecciones-default.candidatos .candidato > h2 > a {
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.elecciones-default.candidatos .candidato > h2 > a:hover {
  color: #c5003c;
}

.elecciones-default.candidatos .candidato > h2 > a span {
  font-weight: 300;
  display: block;
}

.elecciones-default.candidatos .candidato > h3 > a {
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.elecciones-default.candidatos .candidato > h3 > a:hover {
  color: #c5003c;
}

.elecciones-default.candidatos .candidato > h4 > a {
  margin: 15px 0 3px;
  color: #000;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.elecciones-default.candidatos .candidato > h4 > a:hover {
  color: #c5003c;
}

.elecciones-default.candidatos .candidato > a > img {
  width: 100%;
}

.elecciones-default.candidatos > p {
  float: right;
  text-align: right;
  width: 100%;
  font-size: 13px;
  margin: 30px 0 0;
}

.elecciones-default.candidatos > p > span {
  font-weight: 700;
}

.elecciones-default.title.opinion h4 {
  margin: 10px 0 30px;
}

.elecciones-default.title.shared {
  background: #f6f4f1;
  margin: 0px 0px 30px;
  padding: 20px 0 0 0;
  text-align: center;
}

.elecciones-default.title.shared h3.nomargin {
  margin: 0;
}

.elecciones-default.title.shared a.button {
  background: #000;
  color: #fff;
  display: inline-block;
  float: initial;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  margin: 20px auto 20px;
  padding: 0 10px;
  text-transform: uppercase;
}

.elecciones-default.title.shared a.button:hover {
  background: #c5003c;
}

.elecciones-default.title h3 {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 30px 0 70px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.elecciones-default.title h3.opinion {
  margin: 10px 0 20px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.title h3.opinion {
    box-sizing: border-box;
    padding: 0 15px;
  }
}

.elecciones-default.title h4 {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 30px 0 70px;
  text-align: center;
  width: 100%;
}

.elecciones-default .publicidad .robapaginas {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .elecciones-default .publicidad .robapaginas {
    margin: 0 auto;
  }
}

.elecciones-default .publicidad .robapaginas p {
  border-top: 1px solid #ccc;
  color: #999;
  font-size: 11px;
  line-height: 20px;
  margin: 10px 0 2px;
  text-transform: lowercase;
}

.elecciones-default .publicidad .robapaginas > div {
  background: #f9f9f9;
  height: 250px;
  overflow: hidden;
  width: 300px;
}

.elecciones-default ul.results {
  float: left;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.results {
    margin: 15px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.results.location li:nth-child(2n) .box > img {
    left: inherit;
    right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results.location li .box {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results.location li .box > img {
    order: 1;
    position: relative;
    width: 151px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.results.location li .box > img {
    bottom: inherit;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results.location li .box ul.info {
    order: 2;
    padding: 15px;
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results.location li .box ul.info li {
    width: 30%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results.location li .box ul.info li:nth-child(1) {
    order: 1;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results.location li .box ul.info li:nth-child(2) {
    order: 4;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results.location li .box ul.info li:nth-child(3) {
    order: 2;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results.location li .box ul.info li:nth-child(4) {
    order: 5;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results.location li .box ul.info li:nth-child(5) {
    order: 3;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results.location li .box ul.info li:nth-child(6) {
    order: 6;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results.location li .box ul.info li span {
    line-height: 17px;
  }
}

.elecciones-default ul.results li {
  float: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results li {
    width: 100%;
  }
}

.elecciones-default ul.results li:nth-child(2n) {
  float: right;
}

.elecciones-default ul.results li:nth-child(2n) .box {
  background-image: url(../images/data-box-bg-right.png);
  background-position: left;
}

.elecciones-default ul.results li:nth-child(2n) .box ul.info li {
  text-align: left;
}

.elecciones-default ul.results li:nth-child(2n+1) {
  clear: both;
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.results li:nth-child(2n) h3 {
    text-align: right;
  }
}

.elecciones-default ul.results li:nth-child(2n) .box > img {
  left: inherit;
  right: 0;
}

.elecciones-default ul.results li.pp .box {
  background-color: #0bb2ff;
}

.elecciones-default ul.results li.pp h3 {
  color: #0bb2ff;
}

.elecciones-default ul.results li.regionalista-cantabria .box, .elecciones-default ul.results li.prc .box {
  background-color: #C2CE0C;
}

.elecciones-default ul.results li.regionalista-cantabria h3, .elecciones-default ul.results li.prc h3 {
  color: #C2CE0C;
}

.elecciones-default ul.results li.front-republica .box {
  background-color: #383838;
}

.elecciones-default ul.results li.front-republica h3 {
  color: #383838;
}

.elecciones-default ul.results li.navarra-suma .box, .elecciones-default ul.results li.na .box {
  background-color: #c3202b;
}

.elecciones-default ul.results li.navarra-suma h3, .elecciones-default ul.results li.na h3 {
  color: #c3202b;
}

.elecciones-default ul.results li.pacma .box {
  background-color: #afbd20;
}

.elecciones-default ul.results li.pacma h3 {
  color: #afbd20;
}

.elecciones-default ul.results li.vox .box {
  background-color: #8ebf19;
}

.elecciones-default ul.results li.vox h3 {
  color: #8ebf19;
}

.elecciones-default ul.results li.psoe-a .box, .elecciones-default ul.results li.psoe .box {
  background-color: #d80200;
}

.elecciones-default ul.results li.psoe-a h3, .elecciones-default ul.results li.psoe h3 {
  color: #d80200;
}

.elecciones-default ul.results li.cs .box {
  background-color: #f15d2a;
}

.elecciones-default ul.results li.cs h3 {
  color: #f15d2a;
}

.elecciones-default ul.results li.podemos .box, .elecciones-default ul.results li.unidas-podemos .box, .elecciones-default ul.results li.unidos-podemos .box, .elecciones-default ul.results li.up .box, .elecciones-default ul.results li.podemos-en-marea-anova-eu .box, .elecciones-default ul.results li.podemos-compromis-eupv .box, .elecciones-default ul.results li.podemos-iu-equo .box, .elecciones-default ul.results li.ecp-guanyem-el-canvi .box, .elecciones-default ul.results li.adelante .box, .elecciones-default ul.results li.ecp .box, .elecciones-default ul.results li.adelante-andalucia .box, .elecciones-default ul.results li.adelante-a .box {
  background-color: #861b59;
}

.elecciones-default ul.results li.podemos h3, .elecciones-default ul.results li.unidas-podemos h3, .elecciones-default ul.results li.unidos-podemos h3, .elecciones-default ul.results li.up h3, .elecciones-default ul.results li.podemos-en-marea-anova-eu h3, .elecciones-default ul.results li.podemos-compromis-eupv h3, .elecciones-default ul.results li.podemos-iu-equo h3, .elecciones-default ul.results li.ecp-guanyem-el-canvi h3, .elecciones-default ul.results li.adelante h3, .elecciones-default ul.results li.ecp h3, .elecciones-default ul.results li.adelante-andalucia h3, .elecciones-default ul.results li.adelante-a h3 {
  color: #861b59;
}

.elecciones-default ul.results li.iulv-ca .box {
  background-color: #189f8e;
}

.elecciones-default ul.results li.iulv-ca h3 {
  color: #189f8e;
}

.elecciones-default ul.results li.others .box, .elecciones-default ul.results li.otros .box {
  background-color: #999;
}

.elecciones-default ul.results li.others h3, .elecciones-default ul.results li.otros h3 {
  color: #999;
}

.elecciones-default ul.results li.erc .box, .elecciones-default ul.results li.erc-sobiranistes .box {
  background-color: #ffc107;
}

.elecciones-default ul.results li.erc h3, .elecciones-default ul.results li.erc-sobiranistes h3 {
  color: #ffc107;
}

.elecciones-default ul.results li.erc-catsi .box {
  background-color: #fe4359;
}

.elecciones-default ul.results li.erc-catsi h3 {
  color: #fe4359;
}

.elecciones-default ul.results li.compromis .box {
  background-color: #E65F00;
}

.elecciones-default ul.results li.compromis h3 {
  color: #E65F00;
}

.elecciones-default ul.results li.pdcat .box, .elecciones-default ul.results li.jxcat .box, .elecciones-default ul.results li.jxcat-junts .box, .elecciones-default ul.results li.junts .box, .elecciones-default ul.results li.cdc .box, .elecciones-default ul.results li.juntsxcat .box {
  background-color: #c20046;
}

.elecciones-default ul.results li.pdcat h3, .elecciones-default ul.results li.jxcat h3, .elecciones-default ul.results li.jxcat-junts h3, .elecciones-default ul.results li.junts h3, .elecciones-default ul.results li.cdc h3, .elecciones-default ul.results li.juntsxcat h3 {
  color: #c20046;
}

.elecciones-default ul.results li.cup .box {
  background-color: #ffc600;
}

.elecciones-default ul.results li.cup h3 {
  color: #ffc600;
}

.elecciones-default ul.results li.pnv .box, .elecciones-default ul.results li.eaj-pnv .box {
  background-color: #46be8a;
}

.elecciones-default ul.results li.pnv h3, .elecciones-default ul.results li.eaj-pnv h3 {
  color: #46be8a;
}

.elecciones-default ul.results li.cca-pnc .box {
  background-color: #3a6bb4;
}

.elecciones-default ul.results li.cca-pnc h3 {
  color: #3a6bb4;
}

.elecciones-default ul.results li.eh-bildu .box, .elecciones-default ul.results li.bildu .box {
  background-color: #9ab005;
}

.elecciones-default ul.results li.eh-bildu h3, .elecciones-default ul.results li.bildu h3 {
  color: #9ab005;
}

.elecciones-default ul.results li .box.no-bg,
.elecciones-default ul.results li:nth-child(2n) .box.no-bg {
  background-image: none;
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.results li .box.no-bg,
  .elecciones-default ul.results li:nth-child(2n) .box.no-bg {
    height: 343px;
  }
}

.elecciones-default ul.results li h3 {
  font-size: 23px;
  font-weight: 300;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .elecciones-default ul.results li h3 {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.results li h3 {
    font-size: 25px;
  }
}

.elecciones-default ul.results li h3 span {
  font-weight: 700;
  text-transform: uppercase;
}

.elecciones-default ul.results li .box {
  position: relative;
  height: 271px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.results li .box {
    height: 315px;
    width: 480px;
  }
}

.elecciones-default ul.results li .box .info li {
  vendor-animation-delay: 2s;
  vendor-animation-duration: 3s;
  vendor-animation-iteration-count: infinite;
}

.elecciones-default ul.results li .box > img {
  bottom: 0;
  left: 0;
  position: absolute;
}

.elecciones-default ul.results li .box ul.info li {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 23px;
  text-align: right;
  width: 100%;
  line-height: 0.4em;
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.results li .box ul.info li {
    font-size: 32px;
  }
}

.elecciones-default ul.results li .box ul.info li span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.elecciones-default ul.results li .box ul.info li span.percentage {
  display: inline;
  font-size: 16px;
  font-weight: 400;
}

.elecciones-default ul.results li .publicidad {
  background: #f6f4f1;
  display: inline-block;
  height: 315px;
  text-align: center;
  width: 100%;
}

.elecciones-default ul.results li .publicidad .robapaginas {
  display: inline-block;
  height: 250px;
  margin: 33px auto;
  overflow: hidden;
  width: 300px;
}

.elecciones-default ul.results li .publicidad p {
  display: none;
}

.elecciones-default ul.results li .box ul.info {
  padding: 25px 20px;
}

.elecciones-default ul.results.twitter li .box > img {
  left: 20px;
  top: 70px;
  bottom: inherit;
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.results.twitter li .box > img {
    left: 50px;
    top: 100px;
  }
}

.elecciones-default ul.results.twitter li:nth-child(2n) .box > img {
  right: 20px;
  top: 70px;
  bottom: inherit;
  left: inherit;
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.results.twitter li:nth-child(2n) .box > img {
    right: 50px;
    top: 100px;
  }
}

.elecciones-default ul.results.location li .box ul.info li {
  font-size: 18px;
}

.elecciones-default a {
  moz-transition: background-color ease-out 500ms, border ease-out 500ms;
  moz-transition: color ease-out 300ms;
  o-transition: background-color ease-out 500ms, border ease-out 500ms;
  o-transition: color ease-out 300ms;
  text-decoration: none;
  transition: background-color ease-out 500ms, border ease-out 500ms;
  transition: color ease-out 300ms;
  webkit-transition: background-color ease-out 500ms, border ease-out 500ms;
  webkit-transition: color ease-out 300ms;
}

.elecciones-default h2.subtitle {
  background: #f6f4f1 none repeat scroll 0 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  min-height: 22px;
  line-height: 22px;
  text-transform: uppercase;
  border: 0 none;
}

@media screen and (min-width: 768px) {
  .elecciones-default h2.subtitle {
    float: left;
    font-size: 22px;
    margin: 30px 0 30px;
    width: 100%;
    padding: 0 10px 0 0;
  }
}

.elecciones-default h2.subtitle a {
  border-bottom: 2px solid #000;
  color: #000;
  display: inline;
}

.elecciones-default h2.subtitle a:hover {
  color: #c5003c;
}

.elecciones-default h2.subtitle span {
  background: #fff none repeat scroll 0 0;
  padding-right: 10px;
}

.elecciones-default p.info {
  font-size: 11px;
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .elecciones-default p.info {
    padding-right: 15px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default p.info {
    top: -30px;
    float: right;
  }
}

.elecciones-default .banner {
  float: left;
  margin: 10px;
}

.elecciones-default .banner:hover img {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-wrap {
    width: 100%;
    overflow: auto;
  }
}

.elecciones-default .list h3 {
  font-size: 25px;
  line-height: 1.5em;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.elecciones-default .list h3 > span {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .elecciones-default .list .left {
    float: left;
    width: 660px;
    margin-right: 20px;
  }
}

.elecciones-default .list .left > ul {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .elecciones-default .list .left > ul {
    display: table;
    padding: 15px 15px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default .list .left > ul {
    float: left;
  }
}

.elecciones-default .list .left > ul > li {
  margin: 0;
  padding: 9px 0;
}

@media screen and (max-width: 767px) {
  .elecciones-default .list .left > ul > li {
    width: 48%;
    border-bottom: 1px solid #e8e8e8;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default .list .left > ul > li {
    line-height: 2em;
    float: left;
    padding: 2px 1% 2px 0;
    width: 48%;
  }
}

.elecciones-default .list .left > ul > li:nth-child(2n+1) {
  clear: both;
}

.elecciones-default .list .left > ul > li > a {
  color: #000;
  display: inline-block;
  font-size: 15px;
  margin-left: 5px;
  text-decoration: none;
}

.elecciones-default .list .left > ul > li > a:hover {
  color: #c5003c;
}

.elecciones-default .list .left > ul > li > a > span {
  font-weight: 700;
}

.elecciones-default .list .left p.no-results {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .elecciones-default .list .right {
    margin-top: 23px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default .publicidad {
    float: right;
  }
}

.elecciones-default .publicidad.first-roba {
  position: relative;
}

@media screen and (min-width: 768px) {
  .elecciones-default .publicidad.first-roba {
    top: -22px;
  }
}

.elecciones-default .publicidad.first-roba:before {
  content: "publicidad";
  border-top: 1px solid #ddd;
  font-size: 11px;
  line-height: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #999;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .elecciones-default .publicidad.first-roba:before {
    margin-top: 10px;
  }
}

.elecciones-default .publicidad .robapaginas > div {
  width: 300px;
  background: #f9f9f9;
  min-height: 250px;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .elecciones-default .publicidad .robapaginas > div {
    text-align: center;
  }
}

.elecciones-default .publicidad .robapaginas p {
  border-top: 1px solid #ccc;
  color: #999;
  font-size: 11px;
  line-height: 20px;
  margin: 10px 0 2px;
  text-transform: lowercase;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .elecciones-default .publicidad .robapaginas p {
    text-align: center;
  }
}

.elecciones-default .tabs {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.elecciones-default .tabs.notabs {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .elecciones-default .tabs > ul.contents {
    min-height: 400px;
  }
}

.elecciones-default .tabs li.tab-content {
  display: none;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default .tabs li.tab-content:not(.votes) {
    height: 400px;
  }
}

.elecciones-default .tabs ul.tabs-contents {
  display: flex;
  justify-content: space-between;
}

.elecciones-default .tabs li.tab {
  display: inline-block;
  position: relative;
  width: 33%;
  cursor: pointer;
}

.elecciones-default .tabs li.tab.col2 {
  width: 49.7%;
}

.elecciones-default .tabs li.tab > a {
  background: #f6f4f1 none repeat scroll 0 0;
  color: #000;
  font-family: "Poppins", sans-serif;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .elecciones-default .tabs li.tab > a {
    font-size: 15px;
    font-weight: 700;
  }
}

.elecciones-default .tabs li.tab > a.active, .elecciones-default .tabs li.tab > a:hover {
  background: #222 none repeat scroll 0 0;
  color: #fff;
}

.elecciones-default .tabs li.tab > a.active::before {
  bottom: -13px;
  color: #222;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .elecciones-default .tabs li.tab > a.active::before {
    content: "\f0d8";
    bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .share-link-container {
    margin: 28px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .diputados-publicidad .graph {
    height: 270px;
  }
}

@media screen and (max-width: 575px) {
  .elecciones-default .diputados-publicidad .graph {
    height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .diputados-publicidad .grafico .mayoria {
    top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .elecciones-default .diputados-publicidad .grafico .mayoria {
    top: 64px;
    left: 173px;
    height: 60px;
  }
}

.elecciones-default.pactos ul.partidos, .elecciones-default.comparativa ul.partidos {
  list-style: outside none none;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.elecciones-default.pactos ul.partidos.gobierno, .elecciones-default.comparativa ul.partidos.gobierno {
  float: left;
}

.elecciones-default.pactos ul.partidos.oposicion, .elecciones-default.comparativa ul.partidos.oposicion {
  float: right;
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos ul.partidos.left, .elecciones-default.comparativa ul.partidos.left {
    background-color: #f9f7f3;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos ul.partidos.right, .elecciones-default.comparativa ul.partidos.right {
    background-color: #eee9e1;
  }
}

.elecciones-default.pactos ul.partidos.big, .elecciones-default.comparativa ul.partidos.big {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos ul.partidos.big, .elecciones-default.comparativa ul.partidos.big {
    align-items: end;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos.big, .elecciones-default.comparativa ul.partidos.big {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.elecciones-default.pactos ul.partidos.big > li, .elecciones-default.comparativa ul.partidos.big > li {
  width: 16%;
  margin: 0 5px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos.big > li, .elecciones-default.comparativa ul.partidos.big > li {
    cursor: pointer;
    float: left;
    height: 140px;
    margin: 0 5px 0 0;
    width: 87px;
  }
}

.elecciones-default.pactos ul.partidos.big > li > a, .elecciones-default.comparativa ul.partidos.big > li > a {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos.big > li > a, .elecciones-default.comparativa ul.partidos.big > li > a {
    height: 90px;
  }
}

.elecciones-default.pactos ul.partidos.big > li > a::before, .elecciones-default.comparativa ul.partidos.big > li > a::before {
  background: url(../images/data-box-bg.png) no-repeat;
  background-size: 82%;
  content: " ";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -16px;
  top: 0;
  width: 100%;
  z-index: 0;
}

.elecciones-default.pactos ul.partidos.big > li > a > img, .elecciones-default.comparativa ul.partidos.big > li > a > img {
  bottom: 0;
  width: auto;
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos ul.partidos.big > li > a > img, .elecciones-default.comparativa ul.partidos.big > li > a > img {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos.big > li > a > img, .elecciones-default.comparativa ul.partidos.big > li > a > img {
    height: 90px;
    position: absolute;
  }
}

.elecciones-default.pactos ul.partidos.big > li > p, .elecciones-default.comparativa ul.partidos.big > li > p {
  font-size: 13px;
  text-align: center;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.elecciones-default.pactos ul.partidos.big > li > p span, .elecciones-default.comparativa ul.partidos.big > li > p span {
  display: block;
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(11),
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(11) ~ *, .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(11),
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(11) ~ * {
    width: 79px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(11) > a,
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(11) > a > img,
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(11) ~ * > a,
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(11) ~ * > a > img, .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(11) > a,
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(11) > a > img,
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(11) ~ * > a,
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(11) ~ * > a > img {
    height: 78px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(12),
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(12) ~ *, .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(12),
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(12) ~ * {
    width: 71px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(12) > a,
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(12) > a > img,
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(12) ~ * > a,
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(12) ~ * > a > img, .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(12) > a,
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(12) > a > img,
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(12) ~ * > a,
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(12) ~ * > a > img {
    height: 70px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(13),
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(13) ~ *, .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(13),
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(13) ~ * {
    width: 65px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(13) > a,
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(13) > a > img,
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(13) ~ * > a,
  .elecciones-default.pactos ul.partidos.big > li:first-child:nth-last-child(13) ~ * > a > img, .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(13) > a,
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(13) > a > img,
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(13) ~ * > a,
  .elecciones-default.comparativa ul.partidos.big > li:first-child:nth-last-child(13) ~ * > a > img {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos ul.partidos li, .elecciones-default.comparativa ul.partidos li {
    padding-bottom: 10px;
  }
}

.elecciones-default.pactos ul.partidos li a, .elecciones-default.comparativa ul.partidos li a {
  position: relative;
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos ul.partidos li a, .elecciones-default.comparativa ul.partidos li a {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos li a, .elecciones-default.comparativa ul.partidos li a {
    float: left;
    margin: 0;
    padding: 0;
  }
}

.elecciones-default.pactos ul.partidos li a:hover > img, .elecciones-default.comparativa ul.partidos li a:hover > img {
  opacity: 1;
}

.elecciones-default.pactos ul.partidos li a::before, .elecciones-default.comparativa ul.partidos li a::before {
  background: url(../images/thumb-data-box-bg.png) no-repeat;
  content: " ";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
  width: 100%;
  z-index: 0;
}

.elecciones-default.pactos ul.partidos li a > img, .elecciones-default.comparativa ul.partidos li a > img {
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos ul.partidos li a > img, .elecciones-default.comparativa ul.partidos li a > img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos li a > img, .elecciones-default.comparativa ul.partidos li a > img {
    height: 60px;
    float: left;
  }
}

.elecciones-default.pactos ul.partidos li p, .elecciones-default.comparativa ul.partidos li p {
  color: #000;
  display: inline-block;
  margin-top: 8px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos li p, .elecciones-default.comparativa ul.partidos li p {
    font-size: 13px;
  }
}

.elecciones-default.pactos ul.partidos li.pp > a, .elecciones-default.comparativa ul.partidos li.pp > a {
  background-color: #0bb2ff;
}

.elecciones-default.pactos ul.partidos li.regionalista-cantabria > a,
.elecciones-default.pactos ul.partidos li.prc > a, .elecciones-default.comparativa ul.partidos li.regionalista-cantabria > a,
.elecciones-default.comparativa ul.partidos li.prc > a {
  background-color: #C2CE0C;
}

.elecciones-default.pactos ul.partidos li.front-republica > a, .elecciones-default.comparativa ul.partidos li.front-republica > a {
  background-color: #383838;
}

.elecciones-default.pactos ul.partidos li.navarra-suma > a,
.elecciones-default.pactos ul.partidos li.na > a, .elecciones-default.comparativa ul.partidos li.navarra-suma > a,
.elecciones-default.comparativa ul.partidos li.na > a {
  background-color: #c3202b;
}

.elecciones-default.pactos ul.partidos li.pacma > a, .elecciones-default.comparativa ul.partidos li.pacma > a {
  background-color: #afbd20;
}

.elecciones-default.pactos ul.partidos li.vox > a, .elecciones-default.comparativa ul.partidos li.vox > a {
  background-color: #8ebf19;
}

.elecciones-default.pactos ul.partidos li.psoe > a,
.elecciones-default.pactos ul.partidos li.psoe-a > a, .elecciones-default.comparativa ul.partidos li.psoe > a,
.elecciones-default.comparativa ul.partidos li.psoe-a > a {
  background-color: #d80200;
}

.elecciones-default.pactos ul.partidos li.cs > a, .elecciones-default.comparativa ul.partidos li.cs > a {
  background-color: #f15d2a;
}

.elecciones-default.pactos ul.partidos li.podemos > a,
.elecciones-default.pactos ul.partidos li.unidos-podemos > a,
.elecciones-default.pactos ul.partidos li.unidas-podemos > a,
.elecciones-default.pactos ul.partidos li.up > a,
.elecciones-default.pactos ul.partidos li.podemos-en-marea-anova-eu > a,
.elecciones-default.pactos ul.partidos li.podemos-compromis-eupv > a,
.elecciones-default.pactos ul.partidos li.podemos-iu-equo > a,
.elecciones-default.pactos ul.partidos li.ecp-guanyem-el-canvi > a,
.elecciones-default.pactos ul.partidos li.adelante > a,
.elecciones-default.pactos ul.partidos li.ecp > a,
.elecciones-default.pactos ul.partidos li.adelante-andalucia > a,
.elecciones-default.pactos ul.partidos li.adelante-a > a, .elecciones-default.comparativa ul.partidos li.podemos > a,
.elecciones-default.comparativa ul.partidos li.unidos-podemos > a,
.elecciones-default.comparativa ul.partidos li.unidas-podemos > a,
.elecciones-default.comparativa ul.partidos li.up > a,
.elecciones-default.comparativa ul.partidos li.podemos-en-marea-anova-eu > a,
.elecciones-default.comparativa ul.partidos li.podemos-compromis-eupv > a,
.elecciones-default.comparativa ul.partidos li.podemos-iu-equo > a,
.elecciones-default.comparativa ul.partidos li.ecp-guanyem-el-canvi > a,
.elecciones-default.comparativa ul.partidos li.adelante > a,
.elecciones-default.comparativa ul.partidos li.ecp > a,
.elecciones-default.comparativa ul.partidos li.adelante-andalucia > a,
.elecciones-default.comparativa ul.partidos li.adelante-a > a {
  background-color: #861b59;
}

.elecciones-default.pactos ul.partidos li.dl > a, .elecciones-default.comparativa ul.partidos li.dl > a {
  background-color: #f96868;
}

.elecciones-default.pactos ul.partidos li.erc > a,
.elecciones-default.pactos ul.partidos li.erc-sobiranistes > a, .elecciones-default.comparativa ul.partidos li.erc > a,
.elecciones-default.comparativa ul.partidos li.erc-sobiranistes > a {
  background-color: #ffc107;
}

.elecciones-default.pactos ul.partidos li.pnv > a,
.elecciones-default.pactos ul.partidos li.eaj-pnv > a, .elecciones-default.comparativa ul.partidos li.pnv > a,
.elecciones-default.comparativa ul.partidos li.eaj-pnv > a {
  background-color: #46be8a;
}

.elecciones-default.pactos ul.partidos li.bildu > a,
.elecciones-default.pactos ul.partidos li.eh-bildu > a, .elecciones-default.comparativa ul.partidos li.bildu > a,
.elecciones-default.comparativa ul.partidos li.eh-bildu > a {
  background-color: #9ab005;
}

.elecciones-default.pactos ul.partidos li.cca-pnc > a, .elecciones-default.comparativa ul.partidos li.cca-pnc > a {
  background-color: #3a6bb4;
}

.elecciones-default.pactos ul.partidos li.otros > a, .elecciones-default.comparativa ul.partidos li.otros > a {
  background-color: #999;
}

.elecciones-default.pactos ul.partidos li.pdcat > a,
.elecciones-default.pactos ul.partidos li.junts > a,
.elecciones-default.pactos ul.partidos li.cdc > a,
.elecciones-default.pactos ul.partidos li.jxcat > a,
.elecciones-default.pactos ul.partidos li.jxcat-junts > a,
.elecciones-default.pactos ul.partidos li.juntsxcat > a, .elecciones-default.comparativa ul.partidos li.pdcat > a,
.elecciones-default.comparativa ul.partidos li.junts > a,
.elecciones-default.comparativa ul.partidos li.cdc > a,
.elecciones-default.comparativa ul.partidos li.jxcat > a,
.elecciones-default.comparativa ul.partidos li.jxcat-junts > a,
.elecciones-default.comparativa ul.partidos li.juntsxcat > a {
  background-color: #c20046;
}

.elecciones-default.pactos ul.partidos li.cdc > a, .elecciones-default.comparativa ul.partidos li.cdc > a {
  background-color: #f96868;
}

.elecciones-default.pactos ul.partidos li.iulv-ca > a, .elecciones-default.comparativa ul.partidos li.iulv-ca > a {
  background-color: #189f8e;
}

.elecciones-default.pactos ul.partidos li.compromis > a, .elecciones-default.comparativa ul.partidos li.compromis > a {
  background-color: #E65F00;
}

.elecciones-default.pactos ul.partidos li.inactive > a, .elecciones-default.comparativa ul.partidos li.inactive > a {
  background-color: #f6f4f1;
  color: #aaa;
}

.elecciones-default.pactos ul.partidos li.inactive > a::before, .elecciones-default.comparativa ul.partidos li.inactive > a::before {
  opacity: 0.3;
}

.elecciones-default.pactos ul.partidos li.inactive > p, .elecciones-default.comparativa ul.partidos li.inactive > p {
  text-transform: uppercase;
  line-height: 1.2em;
  color: #666;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos ul.partidos li.inactive > p, .elecciones-default.comparativa ul.partidos li.inactive > p {
    color: #aaa;
    font-weight: 300;
  }
}

.elecciones-default.pactos ul > li, .elecciones-default.comparativa ul > li {
  margin: 0;
  width: 62px;
}

.elecciones-default.pactos ul > li.title, .elecciones-default.comparativa ul > li.title {
  border-bottom: 1px dotted #999;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.elecciones-default.comparativa {
  float: left;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa {
    margin: 10px 0;
  }
}

.elecciones-default.comparativa.parrilla ul > li {
  padding: 0 5px 10px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.comparativa.parrilla ul > li {
    width: 60px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa.parrilla ul > li {
    padding: 0 6px 10px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.comparativa.parrilla ul > li > a > img {
    width: auto;
  }
}

.elecciones-default.comparativa.data ul.results li h3 {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa.data ul.results li h3 {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.comparativa.data ul.results li .box {
    height: 261px;
  }
}

.elecciones-default.comparativa.data ul.results li .box > img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa.data ul.results li .box > img {
    width: 60%;
  }
}

.elecciones-default.comparativa.data ul.results li:nth-child(2n) .box > img {
  transform: scaleX(-1);
}

.elecciones-default.comparativa.graphs {
  margin: 10px 10px 50px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.comparativa.graphs {
    width: calc(100% - 20px);
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa.graphs {
    margin: 10px 0 60px;
  }
}

.elecciones-default.comparativa .graphs {
  float: left;
  margin-bottom: 27px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa .graphs {
    margin-bottom: 40px;
  }
}

.elecciones-default.comparativa .graphs h4 {
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .elecciones-default.comparativa .graphs h4 {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa .graphs h4 {
    font-size: 17px;
  }
}

.elecciones-default.comparativa .graphs h4 span {
  color: #777;
}

.elecciones-default.comparativa .graphs div.separador {
  border-right: 1px dotted #000;
  height: 30px;
  left: 50%;
  position: absolute;
  width: 1px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .elecciones-default.comparativa .graphs div.separador {
    bottom: 9px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa .graphs div.separador {
    margin-left: -1px;
    top: 5px;
    height: 50px;
  }
}

.elecciones-default.comparativa .graphs p.data {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 6px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.comparativa .graphs p.data {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa .graphs p.data {
    font-size: 36px;
    line-height: 36px;
  }
}

.elecciones-default.comparativa .graphs p.data .left {
  float: left;
}

.elecciones-default.comparativa .graphs p.data .right {
  float: right;
}

.elecciones-default.comparativa .graphs p.data span.percent-left {
  float: left;
  font-size: 22px;
  line-height: 47px;
  padding-left: 5px;
}

.elecciones-default.comparativa .graphs p.data span.percent-right {
  float: right;
  font-size: 22px;
  line-height: 47px;
  padding-right: 5px;
}

.elecciones-default.comparativa .graphs .graph {
  background: #f6f4f1;
  float: left;
  margin: 10px 0;
  width: 100%;
}

.elecciones-default.comparativa .graphs .graph .partido {
  height: 15px;
  float: left;
}

.elecciones-default.comparativa .graphs .graph .partido.right {
  border-left: 1px solid #fff;
  margin-right: -1px;
}

.elecciones-default.comparativa .graphs .partido.erc, .elecciones-default.comparativa .graphs .partido.erc-sobiranistes {
  background-color: #ffc107;
}

.elecciones-default.comparativa .graphs .partido.erc-catsi {
  background-color: #fe4359;
}

.elecciones-default.comparativa .graphs .partido.compromis {
  background-color: #E65F00;
}

.elecciones-default.comparativa .graphs .partido.cs {
  background-color: #f15d2a;
}

.elecciones-default.comparativa .graphs .partido.psoe-a, .elecciones-default.comparativa .graphs .partido.psoe {
  background-color: #d80200;
}

.elecciones-default.comparativa .graphs .partido.pdcat, .elecciones-default.comparativa .graphs .partido.junts, .elecciones-default.comparativa .graphs .partido.cdc, .elecciones-default.comparativa .graphs .partido.jxcat, .elecciones-default.comparativa .graphs .partido.jxcat-junts, .elecciones-default.comparativa .graphs .partido.juntsxcat {
  background-color: #c20046;
}

.elecciones-default.comparativa .graphs .partido.podemos, .elecciones-default.comparativa .graphs .partido.unidos-podemos, .elecciones-default.comparativa .graphs .partido.unidas-podemos, .elecciones-default.comparativa .graphs .partido.up, .elecciones-default.comparativa .graphs .partido.podemos-en-marea-anova-eu, .elecciones-default.comparativa .graphs .partido.podemos-compromis-eupv, .elecciones-default.comparativa .graphs .partido.podemos-iu-equo, .elecciones-default.comparativa .graphs .partido.ecp-guanyem-el-canvi, .elecciones-default.comparativa .graphs .partido.adelante, .elecciones-default.comparativa .graphs .partido.ecp, .elecciones-default.comparativa .graphs .partido.adelante-andalucia, .elecciones-default.comparativa .graphs .partido.adelante-a {
  background-color: #861b59;
}

.elecciones-default.comparativa .graphs .partido.iulv-ca {
  background-color: #189f8e;
}

.elecciones-default.comparativa .graphs .partido.pp {
  background-color: #0bb2ff;
}

.elecciones-default.comparativa .graphs .partido.regionalista-cantabria, .elecciones-default.comparativa .graphs .partido.prc {
  background-color: #C2CE0C;
}

.elecciones-default.comparativa .graphs .partido.front-republica {
  background-color: #383838;
}

.elecciones-default.comparativa .graphs .partido.navarra-suma, .elecciones-default.comparativa .graphs .partido.na {
  background-color: #c3202b;
}

.elecciones-default.comparativa .graphs .partido.cup {
  background-color: #ffc600;
}

.elecciones-default.comparativa .graphs .partido.vox {
  background-color: #8ebf19;
}

.elecciones-default.comparativa .graphs .partido.pacma {
  background-color: #afbd20;
}

.elecciones-default.comparativa .graphs .partido.pnv, .elecciones-default.comparativa .graphs .partido.eaj-pnv {
  background-color: #46be8a;
}

.elecciones-default.comparativa .graphs .partido.cca-pnc {
  background-color: #3a6bb4;
}

.elecciones-default.comparativa .graphs .partido.bildu, .elecciones-default.comparativa .graphs .partido.eh-bildu {
  background-color: #9ab005;
}

.elecciones-default.comparativa .graphs .partido.otros, .elecciones-default.comparativa .graphs .partido.others {
  background-color: #666;
}

.elecciones-default.comparativa ul.results li h3 {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 0;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.comparativa ul.results li h3 {
    top: 0;
    margin: 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa ul.results li h3 {
    line-height: 30px;
    text-align: right;
    padding: 15px 10px;
    bottom: 70px;
  }
}

.elecciones-default.comparativa ul.results li h3 span {
  display: block;
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa ul.results li:last-child h3 {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa ul.results li .box {
    width: 480px;
  }
}

.elecciones-default.comparativa ul.results > li {
  margin: 0;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .elecciones-default.comparativa ul.results > li {
    width: 49%;
  }
}

.elecciones-default.pactos {
  margin: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos {
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
  }
}

.elecciones-default.pactos.notouch::before {
  bottom: 0;
  content: " ";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.elecciones-default.pactos.data {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos.data {
    flex-direction: row;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos.data {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos.data .box {
    width: 50%;
    height: auto;
  }
}

.elecciones-default.pactos.data .titlebox {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos.data .titlebox {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos.results {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos.results .title {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos.results .title h4 {
    font-size: 14px;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos ul.partidos {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.elecciones-default.pactos .box {
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .box {
    width: 50%;
  }
}

.elecciones-default.pactos .box.gobierno, .elecciones-default.pactos .box.oposicion {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos .box.gobierno, .elecciones-default.pactos .box.oposicion {
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .box.gobierno, .elecciones-default.pactos .box.oposicion {
    padding: 15px 0;
  }
}

.elecciones-default.pactos .box.gobierno {
  background-color: #f9f7f3;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .box.gobierno {
    float: left;
  }
}

.elecciones-default.pactos .box.oposicion {
  background-color: #eee9e1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .box.oposicion {
    float: right;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .box ul.info {
    display: flex;
  }
}

.elecciones-default.pactos .box ul.info li {
  display: block;
  font-weight: 700;
  text-align: left;
  width: 100%;
  margin-bottom: 11px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .box ul.info li {
    padding: 0 20px;
    width: 33.3333334%;
    margin-bottom: 15px;
  }
}

.elecciones-default.pactos .box ul.info li.percentage span {
  display: inline-block;
}

.elecciones-default.pactos .box ul.info li span {
  font-size: 22px;
  display: block;
  line-height: 1em;
}

.elecciones-default.pactos .box ul.info li span.label {
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding-top: 3px;
}

.elecciones-default.pactos .box ul.info li span.percentage {
  display: inline;
  font-size: 16px;
  font-weight: 400;
  padding-left: 2px;
}

.elecciones-default.pactos .box ul.info li span.percentage-votes, .elecciones-default.pactos .box ul.info li span.votes, .elecciones-default.pactos .box ul.info li span.seats, .elecciones-default.pactos .box ul.info li span.municipalities, .elecciones-default.pactos .box ul.info li span.provinces, .elecciones-default.pactos .box ul.info li span.comunities {
  display: inline;
}

.elecciones-default.pactos .box ul.info li span.municipalities, .elecciones-default.pactos .box ul.info li span.provinces, .elecciones-default.pactos .box ul.info li span.comunities {
  font-size: 20px;
  font-weight: 600;
}

.elecciones-default.pactos .box ul.info:first-child li span.label {
  font-size: 14px;
}

.elecciones-default.pactos .separator {
  border-left: solid 1px #000;
  height: 50px;
  left: 50%;
  position: absolute;
  top: -17px;
  width: 1px;
}

.elecciones-default.pactos .separator-info {
  bottom: -40px;
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .separator-info {
    font-size: 12px;
  }
}

.elecciones-default.pactos .gobierno-label {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  left: 210px;
  position: absolute;
  text-transform: uppercase;
  top: 35px;
}

.elecciones-default.pactos .gobierno-info {
  float: left;
}

.elecciones-default.pactos .gobierno-info > .seats {
  left: 15px;
}

.elecciones-default.pactos .oposicion-label {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  position: absolute;
  right: 210px;
  text-transform: uppercase;
  top: 35px;
}

.elecciones-default.pactos .oposicion-info {
  float: right;
}

.elecciones-default.pactos .oposicion-info > .seats {
  right: 15px;
}

.elecciones-default.pactos .gobierno-info > .seats,
.elecciones-default.pactos .oposicion-info > .seats {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  z-index: 2;
  top: -30px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .gobierno-info > .seats,
  .elecciones-default.pactos .oposicion-info > .seats {
    top: -50px;
    font-size: 36px;
  }
}

.elecciones-default.pactos .gobierno-info > .seats > span.label,
.elecciones-default.pactos .oposicion-info > .seats > span.label {
  font-size: 14px;
  font-weight: normal;
}

.elecciones-default.pactos .percent-bar {
  height: 15px;
  position: relative;
  width: 100%;
  margin: 28px 0 20px;
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos .percent-bar {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .percent-bar {
    margin: 80px 0 65px;
    float: left;
  }
}

.elecciones-default.pactos .percent-bar .partidos {
  bottom: -60px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  left: 0;
  position: absolute;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos .percent-bar .partidos {
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .percent-bar .partidos {
    font-size: 15px;
    bottom: -41px;
    z-index: 2;
  }
}

.elecciones-default.pactos .percent-bar .partidos > span {
  font-weight: normal;
}

.elecciones-default.pactos .percent-bar .graph-gobierno {
  position: relative;
  top: -40px;
}

.elecciones-default.pactos .percent-bar .oposicion-info .partidos {
  left: inherit;
  right: 0;
}

.elecciones-default.pactos .percent-bar .gobierno,
.elecciones-default.pactos .percent-bar .oposicion {
  display: inline-block;
  height: 15px;
}

.elecciones-default.pactos .percent-bar .gobierno {
  background-color: #4c5b66;
  float: left;
}

.elecciones-default.pactos .percent-bar .oposicion {
  background-color: #cb194f;
  float: right;
  margin-left: -2px;
}

.elecciones-default.pactos .pactos-usuario {
  clear: both;
}

.elecciones-default.pactos .pactos-usuario .item {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .pactos-usuario .item {
    height: 80px;
    margin-bottom: 23px;
  }
}

.elecciones-default.pactos .pactos-usuario .item.pp .face > .bg {
  background: #0bb2ff none repeat scroll 0 0;
}

.elecciones-default.pactos .pactos-usuario .item.regionalista-cantabria .face > .bg, .elecciones-default.pactos .pactos-usuario .item.prc .face > .bg {
  background: #C2CE0C none repeat scroll 0 0;
}

.elecciones-default.pactos .pactos-usuario .item.front-republica .face > .bg {
  background: #383838 none repeat scroll 0 0;
}

.elecciones-default.pactos .pactos-usuario .item.navarra-suma .face > .bg, .elecciones-default.pactos .pactos-usuario .item.na .face > .bg {
  background: #c3202b none repeat scroll 0 0;
}

.elecciones-default.pactos .pactos-usuario .item.pacma .face > .bg {
  background: #afbd20 none repeat scroll 0 0;
}

.elecciones-default.pactos .pactos-usuario .item.vox .face > .bg {
  background: #8ebf19 none repeat scroll 0 0;
}

.elecciones-default.pactos .pactos-usuario .item.psoe .face > .bg, .elecciones-default.pactos .pactos-usuario .item.psoe-a .face > .bg {
  background: #d80200 none repeat scroll 0 0;
}

.elecciones-default.pactos .pactos-usuario .item.cs .face > .bg {
  background: #f15d2a none repeat scroll 0 0;
}

.elecciones-default.pactos .pactos-usuario .item.podemos .face > .bg, .elecciones-default.pactos .pactos-usuario .item.unidos-podemos .face > .bg, .elecciones-default.pactos .pactos-usuario .item.unidas-podemos .face > .bg, .elecciones-default.pactos .pactos-usuario .item.up .face > .bg, .elecciones-default.pactos .pactos-usuario .item.podemos-en-marea-anova-eu .face > .bg, .elecciones-default.pactos .pactos-usuario .item.podemos-compromis-eupv .face > .bg, .elecciones-default.pactos .pactos-usuario .item.podemos-iu-equo .face > .bg, .elecciones-default.pactos .pactos-usuario .item.ecp-guanyem-el-canvi .face > .bg, .elecciones-default.pactos .pactos-usuario .item.adelante .face > .bg, .elecciones-default.pactos .pactos-usuario .item.ecp .face > .bg, .elecciones-default.pactos .pactos-usuario .item.adelante-andalucia .face > .bg, .elecciones-default.pactos .pactos-usuario .item.adelante-a .face > .bg {
  background: #861b59 none repeat scroll 0 0;
}

.elecciones-default.pactos .pactos-usuario .item.otros .face > .bg {
  background: #666 none repeat scroll 0 0;
}

.elecciones-default.pactos .pactos-usuario .item.erc .face > .bg, .elecciones-default.pactos .pactos-usuario .item.erc-sobiranistes .face > .bg {
  background-color: #ffc107;
}

.elecciones-default.pactos .pactos-usuario .item.dl .face > .bg {
  background-color: #f96868;
}

.elecciones-default.pactos .pactos-usuario .item.pnv .face > .bg {
  background-color: #46be8a;
}

.elecciones-default.pactos .pactos-usuario .item.bildu .face > .bg, .elecciones-default.pactos .pactos-usuario .item.eh-bildu .face > .bg {
  background-color: #9ab005;
}

.elecciones-default.pactos .pactos-usuario .item.compromis .face > .bg {
  background-color: #E65F00;
}

.elecciones-default.pactos .pactos-usuario .item.cdc .face > .bg {
  background-color: #f96868;
}

.elecciones-default.pactos .pactos-usuario .item.pdcat .face > .bg, .elecciones-default.pactos .pactos-usuario .item.junts .face > .bg, .elecciones-default.pactos .pactos-usuario .item.cdc .face > .bg, .elecciones-default.pactos .pactos-usuario .item.jxcat .face > .bg, .elecciones-default.pactos .pactos-usuario .item.jxcat-junts .face > .bg, .elecciones-default.pactos .pactos-usuario .item.juntsxcat .face > .bg {
  background-color: #c20046;
}

.elecciones-default.pactos .pactos-usuario .item.cca-pnc .face > .bg {
  background-color: #3a6bb4;
}

.elecciones-default.pactos .pactos-usuario .item .bg {
  width: 100%;
  z-index: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .pactos-usuario .item .bg {
    bottom: 0;
    height: 90px;
    left: 0;
    position: absolute;
  }
}

.elecciones-default.pactos .pactos-usuario .item .bg > img {
  height: 50px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .pactos-usuario .item .bg > img {
    height: 90px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .pactos-usuario .item .face,
  .elecciones-default.pactos .pactos-usuario .item .data {
    height: 90px;
  }
}

.elecciones-default.pactos .pactos-usuario .item .data {
  background: #f6f4f1 none repeat scroll 0 0;
  display: table;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .elecciones-default.pactos .pactos-usuario .item .data {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .pactos-usuario .item .data {
    height: 80px;
    float: right;
    width: 875px;
  }
}

.elecciones-default.pactos .pactos-usuario .item .data > div {
  border-right: 1px dotted #ccc;
  display: table-cell;
  padding: 6px 0 0;
  text-align: center;
  vertical-align: middle;
}

.elecciones-default.pactos .pactos-usuario .item .data > div .percent,
.elecciones-default.pactos .pactos-usuario .item .data > div .label,
.elecciones-default.pactos .pactos-usuario .item .data > div .parties {
  display: block;
  margin: 0 0 2px 0;
}

.elecciones-default.pactos .pactos-usuario .item .data > div .percent {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.0em;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .pactos-usuario .item .data > div .percent {
    font-size: 23px;
    font-weight: 700;
    line-height: 0.6em;
  }
}

.elecciones-default.pactos .pactos-usuario .item .data > div .percent > span {
  font-size: 16px;
}

.elecciones-default.pactos .pactos-usuario .item .data > div .label {
  font-size: 12px;
}

.elecciones-default.pactos .pactos-usuario .item .data > div .parties {
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 1.3em;
  margin: 0 0 14px;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .pactos-usuario .item .data > div .parties {
    padding: 0 15px;
  }
}

.elecciones-default.pactos .pactos-usuario .item .data > div {
  border-right: 1px dotted #ccc;
  display: table-cell;
  padding: 6px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 33%;
}

.elecciones-default.pactos .pactos-usuario .item .data > div:last-child {
  border: 0 none;
}

.elecciones-default.pactos .pactos-usuario .item .face {
  position: relative;
}

@media screen and (min-width: 768px) {
  .elecciones-default.pactos .pactos-usuario .item .face {
    margin-right: 10px;
    float: left;
    width: 90px;
  }
}

.elecciones-default.pactos .pactos-usuario .item .face > img {
  bottom: 0;
  height: 85px;
  position: absolute;
  z-index: 2;
}

.elecciones-default.pactos .pactos-usuario .item .face > .name {
  bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  z-index: 1;
  color: #fff;
}

.elecciones-default.sharecontent {
  display: inline-block;
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
}

.elecciones-default.sharecontent h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}

.elecciones-default ul.miga {
  display: none;
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.miga {
    display: inline-block;
  }
}

.elecciones-default ul.miga li {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .elecciones-default ul.miga li {
    line-height: 65px;
  }
}

.elecciones-default ul.miga li a {
  color: #000;
}

.elecciones-default ul.miga li a:hover {
  text-decoration: underline;
}

.elecciones-default ul.miga li span {
  font-weight: 700;
  color: #d11031;
}

.elecciones-default ul.miga li:before {
  content: "/";
  position: absolute;
  left: 5px;
}

.elecciones-default ul.miga li:first-child {
  padding: 0 0 0 15px;
}

.elecciones-default ul.miga li:first-child:before {
  content: "";
}

.elecciones-default .table-results-years {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years {
    max-width: 100%;
    overflow: auto;
    margin-bottom: 28px;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default .table-results-years {
    display: table;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years th.diff-year,
  .elecciones-default .table-results-years th.current-year {
    background-color: #f9f7f3;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years th.prev-year {
    background-color: #eee9e1;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years th:nth-child(4),
  .elecciones-default .table-results-years td:nth-child(4),
  .elecciones-default .table-results-years td:nth-child(7),
  .elecciones-default .table-results-years td:nth-child(7) {
    border-right: 1px solid #eee9e1;
  }
}

.elecciones-default .table-results-years .table-wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .elecciones-default .table-results-years .table-wrap.cloned {
    height: 78px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: none;
    position: fixed;
    top: 50px;
    width: 980px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default .table-results-years .table-wrap.cloned.fixed-sm {
    display: block;
    border-bottom: 1px solid #e2ded8;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default .table-results-years .table-wrap.cloned.fixed-sm tr:first-child th {
    background: #FFF;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default .table-results-years .table-wrap.cloned.fixed-sm th {
    background: #f6f4f1;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default .table-results-years .table-wrap.cloned table.results {
    margin: 0;
  }
}

.elecciones-default .table-results-years table.results td:nth-last-child(-n+3) {
  text-align: left;
  padding-left: 10px;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years table.results tr:first-child th {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years table.results th,
  .elecciones-default .table-results-years table.results td {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years.table-scroll th,
  .elecciones-default .table-results-years.table-scroll td {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years .clone {
    position: absolute;
    top: 0;
    left: 15px;
    pointer-events: none;
    width: calc(100% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years .clone th,
  .elecciones-default .table-results-years .clone td {
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years .clone td,
  .elecciones-default .table-results-years .clone th {
    border-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years .clone tbody th {
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years .clone .fixed-side {
    visibility: visible;
    background: #f6f4f1;
    border-right: 1px solid #e8e8e8;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years .clone th.fixed-side {
    background: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years .clone tr:nth-child(even) td.fixed-side {
    background: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years.table-senado {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .table-results-years.table-senado .clone {
    left: 0;
  }
}

.elecciones-default .municipios-table .table-results-years table.results td:nth-last-child(3) {
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .elecciones-default .municipios-table .table-results-years .table-wrap.cloned {
    width: 665px;
  }
}

@media screen and (max-width: 767px) {
  .elecciones-default .haz-tus-pactos-interior {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default .haz-tus-pactos-interior {
    margin: 25px 0 50px;
  }
}

.elecciones-default .haz-tus-pactos-interior div.borrar-block {
  margin: 10px 0 35px;
}

.elecciones-default .haz-tus-pactos-interior h2.title.pactos-interior {
  background: transparent;
  text-align: center;
  margin: 0 0 15px 0;
}

.elecciones-default .haz-tus-pactos-interior > p {
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 24px;
}

.elecciones-default .haz-tus-pactos-interior ul.pactos-partidos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.elecciones-default .haz-tus-pactos-interior ul.pactos-partidos li {
  font-size: 14px;
  padding: 7px 15px;
  cursor: pointer;
  opacity: 0.5;
  display: flex;
  align-items: center;
}

.elecciones-default .haz-tus-pactos-interior ul.pactos-partidos li.activo {
  opacity: 1;
}

.elecciones-default .haz-tus-pactos-interior ul.pactos-partidos li .leyenda-color {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0px 4px 0 0;
}

.elecciones-default .haz-tus-pactos-interior ul.pactos-partidos li .partido {
  font-weight: 700;
  max-width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-right: 5px;
}

.elecciones-default .haz-tus-pactos-interior .barra-pactos {
  display: table;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  margin: 30px auto 75px;
}

@media screen and (min-width: 768px) {
  .elecciones-default .haz-tus-pactos-interior .barra-pactos {
    margin: 10px auto 35px;
    margin: 26px 0 35px;
    width: 100%;
  }
}

.elecciones-default .haz-tus-pactos-interior .barra-pactos .barra {
  height: 22px;
  width: 100%;
  background: #f4f4f4;
  margin-bottom: 10px;
}

.elecciones-default .haz-tus-pactos-interior .barra-pactos .barra span {
  display: inline-block;
  float: left;
  height: 22px;
}

@media screen and (min-width: 768px) {
  .elecciones-default .haz-tus-pactos-interior .barra-pactos .barra span {
    outline: 2px solid #fff;
  }
}

.elecciones-default .haz-tus-pactos-interior .barra-pactos .escanos {
  float: left;
}

.elecciones-default .haz-tus-pactos-interior .barra-pactos .faltan {
  float: right;
}

@media screen and (max-width: 767px) {
  .elecciones-default .haz-tus-pactos-interior .barra-pactos .faltan {
    display: none;
  }
}

.elecciones-default .haz-tus-pactos-interior .barra-pactos .escanos span,
.elecciones-default .haz-tus-pactos-interior .barra-pactos .faltan span {
  font-weight: 700;
}

.elecciones-default .haz-tus-pactos-interior .mayoria-absoluta {
  border-left: 1px dashed #999;
  font-size: 11px;
  color: #666;
  text-transform: lowercase;
  position: absolute;
  left: 50%;
  width: 51px;
  text-align: left;
  display: table;
  padding: 40px 0 11px 14px;
  top: -7px;
}

@media screen and (min-width: 768px) {
  .elecciones-default .haz-tus-pactos-interior .mayoria-absoluta {
    padding: 54px 0 18px 14px;
    top: -18px;
  }
}

.elecciones-default .haz-tus-pactos-interior .mayoria-absoluta span {
  display: block;
}

.elecciones-default .haz-tus-pactos-interior .mayoria-absoluta .numero {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 3px;
}

.elecciones-default .listado-autonomicas {
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .elecciones-default .listado-autonomicas {
    margin: 53px 0;
  }
}

.elecciones-default .listado-autonomicas ul {
  display: flex;
  flex-wrap: wrap;
}

.elecciones-default .listado-autonomicas ul li {
  width: 50%;
  margin: 7px 0;
  padding: 0 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .elecciones-default .listado-autonomicas ul li {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default .listado-autonomicas ul li {
    margin: 0 0 9px 0;
    width: 16.6666667%;
  }
}

.elecciones-default .listado-autonomicas ul li a {
  color: #000;
  font-size: 13px;
}

.elecciones-default div.map-searching-roba {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .elecciones-default div.map-searching-roba {
    flex-direction: column;
  }
}

.elecciones-default div.map-searching-roba .mapa {
  margin: 0;
  max-height: 295px;
}

@media screen and (min-width: 768px) {
  .elecciones-default div.map-searching-roba .mapa {
    width: 37.75%;
    margin: 0 10px 0 0;
  }
}

.elecciones-default div.map-searching-roba .mapa ul.legend {
  display: none;
}

.elecciones-default div.map-searching-roba .mapa svg {
  width: 302px;
  height: 295px;
}

.elecciones-default div.map-searching-roba .mapa .canarias {
  width: 133px;
  right: 0;
  bottom: 14px;
  top: unset;
  height: 70px;
}

@media screen and (min-width: 768px) {
  .elecciones-default div.map-searching-roba .buscador {
    width: 26.53%;
    max-width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default div.map-searching-roba .robaroba {
    width: 300px;
  }
}

.elecciones-default .selector-municipio ul.ui-autocomplete {
  position: absolute !important;
  top: inherit !important;
  z-index: 200;
  background: #FFF;
  border: 1px solid #ccc;
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  max-height: 145px;
  overflow-y: auto;
}

.elecciones-default .selector-municipio ul.ui-autocomplete li {
  cursor: pointer;
  line-height: 23px;
  padding: 0 10px;
}

.elecciones-default .selector-municipio ul.ui-autocomplete li:hover {
  background-color: rgba(204, 204, 204, 0.5);
}

.elecciones-default .selector-municipio.autonomicas ul.ui-autocomplete {
  bottom: 33px !important;
  left: 0px !important;
}

@media screen and (min-width: 768px) {
  .elecciones-default .selector-municipio.autonomicas ul.ui-autocomplete {
    bottom: 29px !important;
    left: 90px !important;
  }
}

.elecciones-default .selector-municipio.municipales ul.ui-autocomplete {
  bottom: 33px !important;
  left: 0px !important;
}

@media screen and (min-width: 768px) {
  .elecciones-default .selector-municipio.municipales ul.ui-autocomplete {
    bottom: 29px !important;
    left: 90px !important;
  }
}

.elecciones-default .selector-municipio.europeas ul.ui-autocomplete {
  bottom: 34px !important;
  left: unset !important;
  right: 15px !important;
}

@media screen and (min-width: 768px) {
  .elecciones-default .selector-municipio.europeas ul.ui-autocomplete {
    bottom: 29px !important;
    left: unset !important;
    right: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.ciudad-de-melilla .table-wrap, .elecciones-default.results.ciudad-de-ceuta .table-wrap {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.ciudad-de-melilla table.results.totals, .elecciones-default.results.ciudad-de-ceuta table.results.totals {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.ciudad-de-melilla div.more-results .right, .elecciones-default.results.ciudad-de-ceuta div.more-results .right {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.ciudad-de-melilla div.more-results .right .buscador-sidebar, .elecciones-default.results.ciudad-de-ceuta div.more-results .right .buscador-sidebar {
    width: 665px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.ciudad-de-melilla div.more-results .right .buscador-sidebar div.select, .elecciones-default.results.ciudad-de-ceuta div.more-results .right .buscador-sidebar div.select {
    width: 49%;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.ciudad-de-melilla div.more-results .right .buscador-sidebar div.select:nth-child(2), .elecciones-default.results.ciudad-de-ceuta div.more-results .right .buscador-sidebar div.select:nth-child(2) {
    float: right;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.ciudad-de-melilla div.more-results .right .buscador-sidebar .selector-o, .elecciones-default.results.ciudad-de-ceuta div.more-results .right .buscador-sidebar .selector-o {
    display: inline-block;
    clear: both;
    width: 100%;
    margin: 12px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.ciudad-de-melilla .resume tr:first-child th:first-child, .elecciones-default.results.ciudad-de-ceuta .resume tr:first-child th:first-child {
    width: 286px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.ciudad-de-melilla .resume tr:first-child th:nth-last-child(3), .elecciones-default.results.ciudad-de-ceuta .resume tr:first-child th:nth-last-child(3) {
    width: 223px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.ciudad-de-melilla .resume tr:first-child th:nth-last-child(2), .elecciones-default.results.ciudad-de-ceuta .resume tr:first-child th:nth-last-child(2) {
    width: 231px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-default.results.ciudad-de-melilla .resume tr:first-child th:last-child, .elecciones-default.results.ciudad-de-ceuta .resume tr:first-child th:last-child {
    width: 240px;
  }
}

.empirika {
  border-top: 1px solid #e8e8e8;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .empirika {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .empirika {
    float: right;
    width: 100%;
  }
}

.empirika p {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1em;
  padding: 20px 15px 60px 0;
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 768px) {
  .empirika p {
    padding: 20px 0 60px;
  }
}

.empirika p > a {
  width: 130px;
  position: absolute;
  top: 37px;
  right: 15px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .empirika p > a {
    right: 0;
  }
}

.empirika p > a > img {
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .comparativa-resultados.tabs {
    display: flex;
    margin: 25px 0 40px;
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .comparativa-resultados.tabs .seats .mayoria {
    left: 173px;
    height: 60px;
    top: 82px;
  }
}

@media screen and (max-width: 767px) {
  .comparativa-resultados.tabs .seats .graph {
    height: 270px;
  }
}

@media screen and (max-width: 575px) {
  .comparativa-resultados.tabs .seats .graph {
    height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .comparativa-resultados.tabs .contents {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .comparativa-resultados.tabs .tabs-contents {
    order: 1;
  }
}

.titlebox {
  border-bottom: 1px dotted #999;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.candidato .publicidad {
  position: relative;
  top: -10px;
}

.sondeo {
  font-size: 19px;
  text-align: center;
  margin-bottom: 45px;
  float: left;
  width: 100%;
}

.sondeo.pactos {
  margin: 20px 0 0;
  padding: 20px 0;
  background: #e8e8e8;
}

.ads-sky-right {
  right: -185px;
}

.ads-sky-left {
  left: -185px;
}

.article-page div.table-show-more {
  display: table;
  float: right;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 10px;
  background: url(../svg/i-deslizar.svg) center right no-repeat;
  background-size: auto 17px;
  line-height: 17px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .article-page div.table-show-more {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .diputados-publicidad {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .diputados-publicidad .publicidad {
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  .diputados-publicidad .title {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .diputados-publicidad .graphs-container {
    order: 2;
  }
}

div.borrar-block {
  display: none;
  text-align: center;
  margin: 20px 0 25px;
}

@media screen and (min-width: 768px) {
  div.borrar-block {
    margin: 25px 0 0;
  }
}

div.borrar-block a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  transition: all linear 0.1s;
  border-radius: 0;
  color: #000;
  background: #e8e8e8;
}

div.borrar-block a:hover, div.borrar-block a:focus {
  transition: all linear 0.1s;
}

div.borrar-block a:hover, div.borrar-block a:focus {
  background: #000;
  color: #FFF;
}

.buscador-numero-primero {
  position: relative;
}

@media screen and (min-width: 768px) {
  .buscador-numero-primero {
    top: -22px;
    float: right;
    width: 260px;
  }
}

.tooltipmap {
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  display: none;
  font: 12px/18px "Poppins", sans-serif;
  height: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  width: 220px;
  z-index: 109;
}

@media screen and (min-width: 768px) {
  .tooltipmap {
    width: 240px;
  }
}

.tooltipmap .fa-chevron-down:before,
.tooltipmap .fa-chevron-up:before {
  font-size: 9px;
  float: left;
  padding-right: 3px;
}

.tooltipmap .fa-chevron-down:before {
  color: #ea0563;
}

.tooltipmap .fa-chevron-up:before {
  color: #12d473;
}

.tooltipmap p.seats-info {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

.tooltipmap .content {
  background: inherit;
}

.tooltipmap .close {
  background: #111;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -12px;
  width: 20px;
  z-index: 9;
}

.tooltipmap .close:hover {
  background: #d11031;
}

.tooltipmap .link i {
  font-size: 8px;
  line-height: 7px;
}

.tooltipmap .link a {
  background-color: #f6f4f1;
  color: #000;
  display: inline-block;
  font-size: 11px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.tooltipmap .link a:hover {
  background-color: #000;
  color: #fff;
}

.tooltipmap h4 {
  background-color: #f6f4f1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.tooltipmap h4 span {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
}

.tooltipmap table {
  color: #000;
  border-collapse: collapse;
  font: 13px/18px "Poppins", sans-serif;
  line-height: 1em;
  font-weight: normal;
  margin: 10px 0;
  width: 100%;
  border-spacing: 0;
}

.tooltipmap table thead th {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  vertical-align: middle;
  font-size: 0.9em;
}

.tooltipmap table thead th span {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: lowercase;
}

.tooltipmap table thead th:first-child {
  text-align: left;
}

.tooltipmap table tbody tr {
  border-top: 1px dotted #ccc;
}

.tooltipmap table tbody td {
  padding: 5px 0;
  margin: 0;
}

.tooltipmap table tbody td.color div {
  height: 5px;
  width: 5px;
}

.tooltipmap table tbody td.name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 70px;
  display: block;
}

.tooltipmap table tbody td.diputados {
  text-align: left;
}

.tooltipmap table tbody td.diputados.equal {
  text-align: center;
}

.tooltipmap table th:nth-child(2),
.tooltipmap table td:nth-child(2),
.tooltipmap table th:nth-child(3),
.tooltipmap table td:nth-child(3),
.tooltipmap table th:nth-child(4),
.tooltipmap table td:nth-child(4) {
  text-align: center;
}

.tooltipmap table th:nth-child(2),
.tooltipmap table td:nth-child(2) {
  padding-right: 10px;
}

.tooltipmap .callout {
  position: absolute;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.tooltipmap.bottom .callout, .tooltipmap.top .callout {
  left: 50%;
  transform: translateX(-50%);
}

.tooltipmap.top .callout {
  bottom: -13px;
}

.tooltipmap.bottom .callout {
  top: -12px;
  transform: rotate(180deg);
}

.tooltipmap.left .callout {
  bottom: 50%;
  right: -11px;
  left: unset;
  transform: rotate(-90deg) translateX(-50%);
}

#tooltipmap-graph1.tooltipmap table tbody td.diputados {
  text-align: center;
}

#tooltipmap-graph1.tooltipmap table tbody td.diputados i {
  display: none;
}

@media screen and (max-width: 767px) {
  .submenu-elecciones {
    display: table;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .submenu-elecciones {
    margin-bottom: 10px;
  }
}

.submenu-elecciones ul {
  background-color: #e8e8e8;
  padding: 6px 15px 10px;
}

@media screen and (max-width: 767px) {
  .submenu-elecciones ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .submenu-elecciones ul {
    padding: 0 15px;
    float: left;
    width: 950px;
  }
}

.submenu-elecciones ul > li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .submenu-elecciones ul > li {
    width: 50%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .submenu-elecciones ul > li {
    float: left;
    margin: 0 8px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .submenu-elecciones ul > li::before {
    color: #000;
    content: "\f111";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 5px;
    right: -6px;
    line-height: 42px;
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .submenu-elecciones ul > li:nth-last-child(2)::before {
    content: "";
  }
}

.submenu-elecciones ul > li.escrutado {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .submenu-elecciones ul > li.escrutado {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .submenu-elecciones ul > li.escrutado {
    float: right;
    font-size: 17px;
    line-height: 11px;
    margin: 0;
    padding-top: 9px;
    text-align: right;
  }
}

.submenu-elecciones ul > li.escrutado::before {
  content: "";
}

.submenu-elecciones ul > li.escrutado span {
  display: block;
  font-size: 12px;
}

.submenu-elecciones ul > li.escrutado .percentage {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .submenu-elecciones ul > li > a.active::after,
  .submenu-elecciones ul > li > a:hover::after {
    bottom: -18px;
    color: #fff;
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 22px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
  }
}

.submenu-elecciones ul > li a {
  color: #000;
  font-family: "Poppins", sans-serif;
  margin: 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  padding: 9px 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .submenu-elecciones ul > li a {
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 5px;
  }
}

.submenu-elecciones ul > li.active a {
  text-decoration: underline;
}

i.fa-chevron-down:before,
i.fa-chevron-up:before {
  font-size: 9px;
  float: left;
}

i.fa-chevron-down:before {
  color: #ea0563;
}

i.fa-chevron-up:before {
  color: #12d473;
}
