@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");
.home-main .elecciones-26m iframe {
  overflow: hidden;
}

.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;
}

.elecciones-26m .mapas-doble {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  position: relative;
}

.elecciones-26m .mapas-doble:before {
  height: 100%;
  width: 1px;
  content: '';
  position: absolute;
  left: 50%;
  background: #e8e8e8;
}

.elecciones-26m .mapa-interior {
  position: relative;
}

.elecciones-26m .cabecera {
  clear: both;
  text-align: center;
}

.elecciones-26m .cabecera p {
  font-size: 11px;
}

.elecciones-26m .graph-title {
  height: 25px;
  padding: 0;
  right: 0;
  position: absolute;
  z-index: 100;
}

.elecciones-26m .graph-title nav {
  display: flex;
}

.elecciones-26m .graph-title a {
  padding: 3px 0 2px;
  font-size: 13px;
  font-weight: 600;
  min-width: 47px;
  text-align: center;
}

.elecciones-26m .graph-content {
  height: 440px;
  overflow: hidden;
  position: relative;
  z-index: 50;
}

.elecciones-26m .graph-content .tab-pane {
  top: 0;
}

.elecciones-26m .autonomicas-year {
  position: absolute;
  top: 60px;
  z-index: 5;
}

.elecciones-26m .autonomicas-year ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 15px;
}

.elecciones-26m .autonomicas-year ul li {
  line-height: 20px;
}

.elecciones-26m .autonomicas-year ul li a {
  font-size: 11px;
  color: #000;
  text-decoration: none;
}

.elecciones-26m .border-canarias {
  bottom: 9px;
  right: 0px;
  width: 145px;
  height: 70px;
  border-top-left-radius: 25px;
}

.elecciones-26m .escrutado-porcentaje {
  font-size: 10px;
  font-weight: 300;
  background: #e8e8e8;
  text-align: center;
  line-height: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  width: 24.6%;
  height: 52px;
}

@media screen and (min-width: 768px) {
  .elecciones-26m .escrutado-porcentaje {
    height: 46px;
    width: 74px;
    position: absolute;
    left: 12px;
  }
}

.elecciones-26m .escrutado-porcentaje span {
  font-weight: 800;
  font-size: 15px;
  display: block;
}

@media screen and (min-width: 768px) {
  .elecciones-26m .participar-porcentaje-diff {
    position: absolute;
    width: 100px;
    top: 101px;
  }
}

.elecciones-26m .participar-porcentaje-diff .sect {
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .elecciones-26m .participar-porcentaje-diff .sect {
    margin-bottom: 26px;
  }
}

.elecciones-26m .participar-porcentaje-diff .sect .number {
  font-size: 13px;
  font-weight: 700;
}

.elecciones-26m .participar-porcentaje-diff .sect:last-child {
  margin-bottom: 0;
}

.elecciones-26m .leyenda-year ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  min-height: 36px;
}

@media screen and (min-width: 576px) {
  .elecciones-26m .leyenda-year ul {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.elecciones-26m .leyenda-year ul li {
  padding: 0 7px;
  font-size: 12px;
  font-weight: 600;
}

.elecciones-26m .leyenda-year ul li span {
  width: 10px;
  height: 10px;
  display: inline-block;
}

.elecciones-26m .mapa-completo .mapa {
  padding-left: 70px;
  padding-top: 50px;
  text-align: right;
  position: relative;
}

.elecciones-26m .mapa-completo .leyenda-year {
  margin-top: 20px;
}

.elecciones-26m .buscador {
  height: 40px;
  background: #ddd;
  padding: 0 6px;
  width: 100%;
  box-sizing: border-box;
}

.elecciones-26m .buscador form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.elecciones-26m .buscador label {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
  width: 90px;
  word-break: keep-all;
  display: inline-block;
}

.elecciones-26m .buscador input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  width: 282px;
  height: 27px;
  border: 0 none;
  padding: 0 10px;
  box-sizing: border-box;
  margin-right: 10px;
}

.elecciones-26m .buscador input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  outline: none;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 0 9px;
  cursor: pointer;
  border-radius: 0;
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  line-height: 27px;
  height: 27px;
}

.elecciones-26m .buscador .selector-municipio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.elecciones-26m .cabecera h3 {
  margin: 27px 0 5px;
}

.elecciones-26m .cabecera p {
  margin: 0;
}

.elecciones-26m .graph-municipales,
.elecciones-26m .graph-autonomicas {
  position: relative;
  margin-top: 21px;
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap {
    width: 200px;
    box-sizing: border-box;
    z-index: 100;
    padding: 7px 10px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap .close {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap h4 {
    height: 18px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap h4 span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 160px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap tr.this-year td {
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap table {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap table th:nth-child(2),
  .elecciones-26m .graph-europeas .tooltipmap table td:nth-child(2) {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap.top {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap.left {
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap.left .callout {
    top: 50%;
    right: unset;
    bottom: unset;
    left: -11px;
    transform: rotate(90deg) translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap.right {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .tooltipmap.right .callout {
    transform: rotate(-90deg) translateX(-50%);
    right: -11px;
    bottom: 50%;
  }
}

.elecciones-26m .graph-europeas .barra {
  width: 100%;
  background: #f4f4f4;
  height: 23px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .barra {
    height: 46px;
    margin-top: 33px;
  }
}

.elecciones-26m .graph-europeas .barra > span {
  display: inline-block;
  float: left;
  position: relative;
  height: 23px;
  outline: 1px solid #fff;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .elecciones-26m .graph-europeas .barra > span {
    height: 46px;
    outline: 2px solid #fff;
  }
}

.elecciones-26m .graph-europeas .barra .partido {
  font-size: 10px;
  color: #FFF;
  transform: rotate(-90deg);
  text-align: center;
  display: table;
  width: 46px;
  transform-origin: 0% 100%;
  position: absolute;
  left: 16px;
  bottom: 0;
}

.elecciones-26m .graph-europeas .barra .number {
  font-size: 22px;
  display: table;
  position: absolute;
  top: -27px;
}

.elecciones-26m.europeas .full-modules-graphs {
  margin-top: 20px;
}

.elecciones-26m.europeas .graph-europeas ~ .graphs.clearfix {
  margin-top: 35px;
}

.elecciones-26m.europeas .buscador {
  display: flex;
  justify-content: center;
  align-items: center;
}

.elecciones-26m.europeas .buscador .selector-comunidad,
.elecciones-26m.europeas .buscador .selector-provincia {
  position: relative;
}

.elecciones-26m.europeas .buscador .selector-comunidad:after,
.elecciones-26m.europeas .buscador .selector-provincia:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
  right: 5px;
  display: block;
  content: '\f107';
  font-family: 'FontAwesome';
}

.elecciones-26m.europeas .buscador .or {
  font-size: 11px;
  font-weight: 600;
  margin: 0 25px;
}

.elecciones-26m.europeas .buscador label {
  width: auto;
}

.elecciones-26m.europeas .buscador select {
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  font-family: "Poppins", sans-serif;
  border-radius: 0;
  font-size: 11px;
  padding: 0 5px;
  height: 27px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 187px;
  margin-left: 10px;
}

.elecciones-26m.europeas .escrutado-porcentaje {
  left: inherit;
  right: 12px;
  top: 0;
}

.elecciones-26m.europeas .participar-porcentaje-diff {
  right: 0;
  top: 91px;
}

.elecciones-26m.europeas .mapas-doble {
  margin-bottom: 20px;
  height: 320px;
}

.elecciones-26m.europeas .mapa svg {
  width: 276px;
  height: 235px;
}

.elecciones-26m.europeas .cabecera {
  margin-bottom: 50px;
}

.elecciones-26m.europeas .mapa-completo .mapa {
  padding: 23px 0 0 31px;
  text-align: left;
}

.elecciones-26m.europeas .mapa-completo .leyenda-year {
  display: none;
}

.elecciones-26m.europeas .mapa-interior {
  width: 50%;
}

.elecciones-26m.europeas .mapa-interior .cabecera {
  margin: 0;
}

.elecciones-26m.europeas .mapa-interior .cabecera h3 {
  margin: 0;
}

.elecciones-26m.europeas .mapa-interior:first-child .cabecera p.info-plus {
  text-align: left;
  margin: 0 auto;
  display: table;
}

.elecciones-26m.europeas .mapa-interior:last-child {
  text-align: left;
}

.elecciones-26m.europeas .mapa-interior:last-child h3 {
  text-align: left;
  padding-left: 31px;
}

.elecciones-26m.europeas .mapa-interior:last-child .cabecera {
  padding-left: 25px;
}

.elecciones-26m.europeas .mapa-interior:last-child p {
  text-align: left;
}

.elecciones-26m.europeas .border-canarias {
  right: unset;
  left: 192px;
  width: 126px;
  height: 59px;
}

@media screen and (min-width: 768px) {
  .elecciones-26m.full-modules-graphs {
    position: relative;
    max-width: 980px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m.full-modules-graphs > .tab > nav {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m.full-modules-graphs > .tab > nav a[aria-controls="nav-autonomicas-municipales"],
  .elecciones-26m.full-modules-graphs > .tab > nav a[aria-controls="nav-europeas"] {
    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;
    color: #FFF;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m.full-modules-graphs > .tab > nav a[aria-controls="nav-europeas"] {
    background: #003199;
    line-height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m.full-modules-graphs > .tab > nav a[aria-controls="nav-autonomicas-municipales"] {
    background: #000;
    line-height: 15px;
    height: 50px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m.full-modules-graphs > .tab > nav a.nav-item {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    transition: all ease-out 0.2s;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m.full-modules-graphs > .tab > nav a.nav-item.active {
    z-index: 1;
    transition: all ease-out 0.2s;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m.full-modules-graphs > .content {
    height: 632px;
  }
}

@media screen and (min-width: 768px) {
  .elecciones-26m.full-modules-graphs > .content > .tab-pane {
    top: 0;
  }
}

.elecciones-26m .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-26m .selector-municipio ul.ui-autocomplete li {
  cursor: pointer;
  line-height: 23px;
  padding: 0 10px;
}

.elecciones-26m .selector-municipio ul.ui-autocomplete li:hover {
  background-color: rgba(204, 204, 204, 0.5);
}

.elecciones-26m .selector-municipio.autonomicas ul.ui-autocomplete {
  bottom: 33px !important;
  left: 0px !important;
}

@media screen and (min-width: 768px) {
  .elecciones-26m .selector-municipio.autonomicas ul.ui-autocomplete {
    bottom: 29px !important;
    left: 90px !important;
  }
}

.elecciones-26m .selector-municipio.municipales ul.ui-autocomplete {
  bottom: 33px !important;
  left: 0px !important;
}

@media screen and (min-width: 768px) {
  .elecciones-26m .selector-municipio.municipales ul.ui-autocomplete {
    bottom: 29px !important;
    left: 90px !important;
  }
}

.elecciones-26m .selector-municipio.europeas ul.ui-autocomplete {
  bottom: 34px !important;
  left: unset !important;
  right: 15px !important;
}

@media screen and (min-width: 768px) {
  .elecciones-26m .selector-municipio.europeas ul.ui-autocomplete {
    bottom: 29px !important;
    left: unset !important;
    right: 10px !important;
  }
}

.pb-elections ~ span.ui-helper-hidden-accessible {
  display: none;
}

.grafica-comparativa-barra {
  display: table;
  margin: 11px auto 0;
}

@media screen and (min-width: 768px) {
  .grafica-comparativa-barra {
    margin: 64px auto 0;
  }
}

.grafica-comparativa-barra ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 199px;
}

.grafica-comparativa-barra ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 2px;
}

.grafica-comparativa-barra ul li .color {
  width: 10px;
  height: 10px;
  background: #e8e8e8;
  margin-right: 5px;
}

.grafica-comparativa-barra ul li .partido {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  width: 41px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .grafica-comparativa-barra ul li .partido {
    width: 52px;
    margin-right: 6px;
  }
}

.grafica-comparativa-barra ul li span.barra {
  height: 10px;
  background: #e8e8e8;
  display: flex;
  overflow: hidden;
  width: 206px;
}

@media screen and (min-width: 768px) {
  .grafica-comparativa-barra ul li span.barra {
    width: 292px;
  }
}

.grafica-comparativa-barra ul li span.barra span.barra-color {
  display: table;
  height: 10px;
  position: relative;
}

.grafica-comparativa-barra ul li .right span.barra-color {
  left: 50%;
}

.grafica-comparativa-barra ul li .left span.barra {
  justify-content: flex-end;
}

.grafica-comparativa-barra ul li .left span.barra-color {
  right: 50%;
}

.grafica-comparativa-barra ul li .comparativa {
  width: 23px;
  text-align: right;
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  .grafica-comparativa-barra ul li .comparativa {
    margin-right: 8px;
  }
}

.grafica-comparativa-barra ul li .barra-comparador {
  position: relative;
}

.grafica-comparativa-barra ul li .barra-comparador:before {
  height: 20px;
  width: 1px;
  top: -5px;
  background: #bbb;
  position: absolute;
  content: '';
  left: 50%;
  transform: translate(-50%);
}

.grafica-comparativa-barra ul li:last-child {
  margin-bottom: 0;
}

.elecciones-26m .columna-mod .cabecera h3 {
  margin: 0px 0 5px;
}

.elecciones-26m .columna-mod .leyenda-year ul {
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.elecciones-26m .columna-mod .escrutado-porcentaje {
  height: 46px;
  width: 74px;
  position: absolute;
  left: 12px;
}

.elecciones-26m .columna-mod .participar-porcentaje-diff {
  position: absolute;
  width: 100px;
  top: 101px;
}

.elecciones-26m .columna-mod .participar-porcentaje-diff .sect {
  margin-bottom: 26px;
}

.elecciones-26m .columna-mod .participar-porcentaje-diff .sect:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .pb-elections.tooltipbefore:before {
    content: '';
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
  }
  .pb-elections ~ div#tooltipmap-municipalesMap,
  .pb-elections ~ div#tooltipmap-autonomicasMap {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .pb-elections ~ div#tooltipmap-municipalesMap .callout,
  .pb-elections ~ div#tooltipmap-autonomicasMap .callout {
    display: none;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m {
    max-width: 300px;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .map {
    text-align: right;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .mapa {
    position: relative;
    min-height: 226px;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .border-canarias {
    right: 0;
    bottom: 10px;
    width: 101px;
    height: 51px;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .graph-title {
    width: 100%;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .graph-title a {
    width: 33.3333334%;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .hemiciclo-interior {
    min-height: 265px;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .hemiciclo-interior p.info-plus {
    margin: 14px 0 5px;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .search label {
    width: 100%;
    display: table;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .search input[type="text"] {
    width: 220px;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .tab-autonomicas .graph-wrapper .search {
    margin: 75px 0 0;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .participar-porcentaje-diff {
    display: flex;
    justify-content: space-between;
    width: 72%;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .leyenda-year ul {
    position: absolute;
    left: 0;
    top: 99px;
    flex-direction: column;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .leyenda-year ul li {
    padding: 0;
    font-size: 11px;
    font-weight: 400;
    max-width: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .leyenda-year ul li span {
    margin: 3px 3px 0 0;
    float: left;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .municipales-escrutado {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .tab-europeas p {
    font-size: 11px;
    text-align: center;
    margin: 13px 0 10px;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .tab-europeas .provincias-escrutado {
    display: flex;
    justify-content: space-between;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .tab-europeas .escrutado-info {
    margin-top: 9px;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .tab-europeas .buscador-info {
    margin-top: 13px;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .tab-europeas select,
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .tab-europeas input[type="text"] {
    width: 105px;
  }
  .pb-elections .full-modules-graphs.mobile.elecciones-26m .tab-europeas input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    height: 32px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    padding: 0 7px;
    max-width: 70px;
    margin: 0;
    border: 0 none;
    background: #222;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    transition: background-color .3s ease-in-out;
    border-radius: 0;
  }
  .external-sites .cintillo-elec {
    min-height: 40px;
  }
  .external-sites .cintillo-elec h2 {
    line-height: 40px;
  }
  .external-sites .title-mobile h3 {
    display: none;
  }
  .external-sites .pb-elections > .graphs.mobile .title-mobile p {
    margin: 13px 0;
  }
  .external-sites .pb-elections > .graphs.mobile .graph-title {
    height: 40px;
  }
  .external-sites .pb-elections > .graphs.mobile .graph-title a {
    height: 40px;
  }
  .external-sites .pb-elections > .graphs.mobile .tab-europeas p {
    margin: 3px 0 10px;
  }
  .external-sites .pb-elections > .graphs.mobile .hemiciclo-interior p.info-plus {
    margin: 3px 0 5px;
  }
}

.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;
}
