@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");
/* Cambiado por compatibilidad VOCENTO */
/* Igual que MD por compatibilidad VOCENTO */
/* Eliminación de LG por compatibilidad VOCENTO (resolución 4k) */
/* VARIABLES */
/* Colores */
/* $col-brand-secondary: #63808e !default; */
/* $col-brand-secondary: #5492AB !default; */
/* Grays */
/* Colores seccion */
/* FONTS */
/*
Martel:700,800,900
PT Sans Narrow:400,700
Roboto:400,300,100:latin
Roboto+Condensed:700,400,300:latin
'Pridi', serif
*/
/*
$font-text-bold: 'Holtwood One SC', sans-serif;
$font-text-ultrabold: 'Ultra', sans-serif;
*/
/* $font-text: Georgia, sans-serif; */
/* $font-text-condensed: 'PT Sans Narrow', Arial, sans-serif; */
/* HOME CATEGORY / TAG (Cliche) */
/* OPEN HOME TITLES (H1, H2) */
/* DEFAULT HOME TITLES (H1, H2) */
/* HOME SMALL TITLES (H1, H2) */
/* HOME summary (P) */
/* HOME data (Author) */
/* HOME data (Opinion / Author) */
/* HOME related (H3) */
/* DETALLE V2 */
/* DETAIL titles (H1) */
/* Mobile */
/* DETAIL subtitles (H2) */
/* Mobile */
/* TEXT (Paragraphs) */
/* TEXT SUBTITLES (Ladilos) */
/* TIME IN LIVE ARTICLES  (equal than subtitles, use it) */
/* DETAIL Data */
/* Data Author */
/* Media Data (Footer) */
/* Keywords */
/* Rating */
/* RELATED CONTENT */
/* Headlines */
/* Author Profiles */
/* $font-related-big-size: 28px; /* First on ASIDE articles (with HOR photo) */
/* Cliches */
/*********/
/* FONTS */
/*********/
/* Boxes */
/* HEADER */
/* MENU */
/* SHARE BUTTONS */
/* $size-bar-icons: 25px; */
/* MODALES */
/* ScrollBar */
/********************/
/******* HOME *******/
/********************/
/* HOME: Grid  Variables */
/* Hightlight Articles */
/* BLQ borders */
/* BODY */
html, body {
  padding: 0;
  margin: 0; }

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: scroll; }

.container {
  background: white; }

a {
  color: #326891;
  text-decoration: none; }
  a:active {
    outline: none; }

/****************************/
/* DEFAULT RENDERING VALUES */
/****************************/
/* Fonts */
h1, h2, h3, h4, h5, h6, .antetitulo, p, .data, figcaption {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Images (vector images)
img[src$=".gif"], img[src$=".png"] {

   image-rendering: -moz-crisp-edges;             // Firefox
   image-rendering: -o-crisp-edges;               // Opera
   image-rendering: -webkit-optimize-contrast;    //  Webkit (non-standard naming)
   image-rendering: crisp-edges;
   -ms-interpolation-mode: nearest-neighbor;      // IE (non-standard property)

 }
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  image-rendering: auto; }

.panel.charts {
  overflow: visible;
  /* Configuración colores */ }
  .panel.charts .panel-heading {
    background: #fff;
    padding: 13px 8px;
    position: relative;
    min-height: 1%;
    overflow: hidden;
    text-align: center; }
    .panel.charts .panel-heading .logo img {
      max-height: 45px;
      margin-top: -5px; }
  .panel.charts .panel-body {
    background: #f4f4f4;
    overflow: hidden; }
    .panel.charts .panel-body header {
      border-bottom: 1px solid #e5e5e5;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: baseline;
      margin: 0;
      padding-bottom: 10px; }
      .panel.charts .panel-body header .chart__cliche {
        margin-left: 0; }
      .panel.charts .panel-body header .escrutinio {
        margin-left: 5px; }
        .panel.charts .panel-body header .escrutinio > * {
          font-size: 13px !important; }
      @media (max-width: 767px) {
        .panel.charts .panel-body header a {
          flex: 1 1 100%; }
          .panel.charts .panel-body header a h4 {
            text-align: center !important; } }
    @media (max-width: 767px) {
      .panel.charts .panel-body {
        padding: 10px 0; } }
  .panel.charts .panel-footer {
    overflow: visible;
    background: #e8e8e8;
    clear: both;
    padding: 10px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif !important; }
    @media (max-width: 1019px) {
      .panel.charts .panel-footer .consulta_todos {
        margin-bottom: 8px; } }
    .panel.charts .panel-footer .consulta_todos a {
      font-weight: bold !important;
      color: #444 !important;
      font-size: 13px !important;
      text-transform: uppercase !important;
      margin-left: 0 !important;
      line-height: 1 !important; }
    .panel.charts .panel-footer .fuente {
      float: right;
      font-size: 11px;
      color: #888;
      font-family: 'Poppins', sans-serif !important;
      line-height: 45px; }
      @media (max-width: 767px) {
        .panel.charts .panel-footer .fuente {
          line-height: 1; } }
      .panel.charts .panel-footer .fuente a {
        font-weight: bold;
        color: #666; }
    .panel.charts .panel-footer .localidad_menu_layer {
      width: 220px; }
      @media (max-width: 767px) {
        .panel.charts .panel-footer .localidad_menu_layer {
          min-width: 200px;
          display: block !important;
          width: 100%; } }
    @media (max-width: 767px) {
      .panel.charts .panel-footer > * {
        flex: 1 1 100%;
        margin-bottom: 5px; }
        .panel.charts .panel-footer > *:last-child {
          margin-bottom: 0; } }
    .panel.charts .panel-footer .menu_layer {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media (max-width: 767px) {
        .panel.charts .panel-footer .menu_layer {
          flex-wrap: wrap; }
          .panel.charts .panel-footer .menu_layer > * {
            flex: 1 1 100%;
            margin-bottom: 5px; }
            .panel.charts .panel-footer .menu_layer > *:last-child {
              margin-bottom: 0; } }
    .panel.charts .panel-footer .provincia_menu_layer {
      background: #fff;
      border-bottom: 1px solid #ccc;
      border-radius: 4px;
      color: #444;
      font-size: 13px;
      height: 36px;
      position: relative;
      width: 200px; }
      @media (min-width: 768px) {
        .panel.charts .panel-footer .provincia_menu_layer {
          margin-right: 10px; } }
      .panel.charts .panel-footer .provincia_menu_layer select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        box-shadow: none;
        background: none;
        padding: 5px 35px 5px 15px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        width: 200px;
        height: 36px;
        color: #666; }
        @media (max-width: 767px) {
          .panel.charts .panel-footer .provincia_menu_layer select {
            width: 100%; } }
      .panel.charts .panel-footer .provincia_menu_layer span {
        font-size: 18px !important;
        border-left: 1px solid #eee;
        width: 35px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; }
  .panel.charts.elecciones2019 .panel-heading {
    background: #5374ac !important; }
  .panel.charts.elecciones2019 #escrutinio {
    color: #fff !important; }
  .panel.charts h5 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #222;
    margin-top: 0;
    margin-bottom: 15px; }
  .panel.charts h6 {
    font-family: 'Poppins', sans-serif !important;
    color: #222; }
  .panel.charts.home .chart__cliche, .panel.charts.home .escrutinio {
    margin-left: 10px; }
  @media (max-width: 767px) {
    .panel.charts.home.edition .panel-body {
      padding: 15px; } }
  .panel.charts.home.edition .panel-body > .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .panel.charts.home.edition .fuente {
    margin-top: 10px; }
  .panel.charts .total {
    padding-left: 10px; }
    @media (max-width: 767px) {
      .panel.charts .total {
        padding-left: 0; } }
    .panel.charts .total > div {
      padding-top: 10px;
      padding-left: 10px;
      border-left: 1px dotted #ccc;
      border-top: 1px dotted #ccc; }
      .panel.charts .total > div h4 {
        font-size: 12px !important;
        font-weight: bold !important;
        text-align: center;
        display: block; }
    .panel.charts .total .reparto_leyenda {
      text-align: center;
      font-size: 11px;
      margin-bottom: 5px;
      padding: 0 !important;
      min-width: 33px; }
      .panel.charts .total .reparto_leyenda i {
        font-size: 8px; }
      .panel.charts .total .reparto_leyenda > * {
        display: block; }
      .panel.charts .total .reparto_leyenda strong {
        display: block;
        line-height: 1.2; }
      .panel.charts .total .reparto_leyenda > span:first-child {
        overflow: hidden !important;
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
        font-size: 10px !important;
        padding: 0 6px !important; }
      .panel.charts .total .reparto_leyenda.PSOE > span:first-child, .panel.charts .total .reparto_leyenda.PSdeG > span:first-child {
        background: #db1d32 !important;
        color: #fff; }
      .panel.charts .total .reparto_leyenda.BNG > span:first-child {
        background: #b4dbea !important;
        color: #fff; }
      .panel.charts .total .reparto_leyenda.PP > span:first-child {
        background: #2c92d5 !important;
        color: #fff; }
      .panel.charts .total .reparto_leyenda.Otros > span:first-child {
        background: #ccc !important;
        color: #fff; }

.panel.tabs-charts {
  background: #f4f4f4;
  box-shadow: none;
  border: none;
  border-radius: 0; }
  .panel.tabs-charts .nav.nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 767px) {
      .panel.tabs-charts .nav.nav-tabs {
        margin-top: 0 !important; } }
    .panel.tabs-charts .nav.nav-tabs > li {
      flex: 1;
      text-align: center;
      border-radius: 0;
      margin: 0; }
      .panel.tabs-charts .nav.nav-tabs > li a {
        margin: 0;
        border: none !important;
        padding: 10px 0 !important; }
      .panel.tabs-charts .nav.nav-tabs > li.active {
        background: #f4f4f4 !important; }
        .panel.tabs-charts .nav.nav-tabs > li.active a {
          background: #f4f4f4 !important; }
  .panel.tabs-charts .tab-pane {
    display: none; }
    .panel.tabs-charts .tab-pane.active {
      display: block !important; }
    .panel.tabs-charts .tab-pane .chart {
      min-height: 170px; }
    .panel.tabs-charts .tab-pane#resultadosActuales .chart {
      height: 95px;
      min-height: auto; }
    .panel.tabs-charts .tab-pane#resultadosActuales h4 {
      font-size: 13px !important; }
    .panel.tabs-charts .tab-pane#resultadosActuales .charts-wrapper {
      padding: 15px 5px 5px 5px !important; }
  .panel.tabs-charts .tab-content {
    border: none !important;
    background: none !important; }
    .panel.tabs-charts .tab-content .europeas-wrap {
      padding: 10px !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-content: center;
      align-items: center;
      flex-wrap: wrap; }
      .panel.tabs-charts .tab-content .europeas-wrap > * {
        flex: 1;
        position: relative; }
        @media (max-width: 1019px) {
          .panel.tabs-charts .tab-content .europeas-wrap > * {
            flex: 1 1 100%; } }
      .panel.tabs-charts .tab-content .europeas-wrap .escrutinio {
        text-align: center; }
      .panel.tabs-charts .tab-content .europeas-wrap .lista-datos {
        background: #fff;
        border-radius: 3px;
        border-bottom: 1px solid #ccc;
        width: 100%;
        max-width: 350px; }
        .panel.tabs-charts .tab-content .europeas-wrap .lista-datos td {
          padding: 5px 10px; }
        @media (max-width: 1019px) {
          .panel.tabs-charts .tab-content .europeas-wrap .lista-datos {
            margin: 20px auto auto auto; } }

/* Europeas */
.panel.charts.europeas .chart {
  max-height: 150px !important; }

.panel.charts.europeas .escrutinio {
  text-align: center !important;
  display: block;
  margin: auto !important; }

.panel.charts.europeas .tablas-europeas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: flex-start; }
  .panel.charts.europeas .tablas-europeas > * {
    flex: 1;
    margin: 5px !important; }
  .panel.charts.europeas .tablas-europeas table {
    background: #fff;
    border-radius: 6px;
    border-bottom: 1px solid #ccc; }
    @media (min-width: 1020px) {
      .panel.charts.europeas .tablas-europeas table {
        max-width: 300px;
        margin: auto; } }
    .panel.charts.europeas .tablas-europeas table td {
      font-size: 12px;
      padding: 5px; }
      .panel.charts.europeas .tablas-europeas table td i {
        font-size: 9px;
        margin-right: 3px; }
    .panel.charts.europeas .tablas-europeas table thead {
      border-bottom: 1px solid #ccc; }
      .panel.charts.europeas .tablas-europeas table thead td {
        color: #666;
        text-transform: uppercase;
        font-size: 11px; }

.panel.charts .buscador-concellos {
  border-top: 3px solid #5374ac !important;
  overflow: visible !important;
  padding: 0 !important; }

.form_buscar {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .form_buscar {
      width: 100%; } }
  @media (max-width: 767px) {
    .form_buscar .twitter-typeahead {
      display: block !important; } }
  .form_buscar .twitter-typeahead .tt-dropdown-menu {
    position: absolute !important;
    bottom: 35px !important;
    top: auto !important;
    left: 0px !important;
    height: 210px;
    overflow-y: scroll;
    width: 100%;
    border: 1px solid #ebebeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #fff; }
  .form_buscar .twitter-typeahead .tt-hint {
    display: none !important; }
  .form_buscar .twitter-typeahead .tt-input {
    background: #fff !important;
    height: 35px;
    vertical-align: auto !important;
    border: none !important;
    padding: 0 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'FontAwesome', 'Poppins', sans-serif !important;
    color: #222; }
  .form_buscar .twitter-typeahead .tt-dropdown-menu {
    background: #353535 !important;
    right: 0 !important;
    bottom: 35px !important;
    top: auto !important;
    height: 100px !important; }
    .form_buscar .twitter-typeahead .tt-dropdown-menu li {
      list-style: none; }
  .form_buscar .twitter-typeahead .tt-dataset-countries > * {
    padding: 5px !important;
    color: #e5e5e5 !important;
    font-size: 13px !important; }
    .form_buscar .twitter-typeahead .tt-dataset-countries > * > * {
      padding: 5px 0 !important;
      border-bottom: 1px solid #666;
      cursor: pointer; }
  .form_buscar .btn {
    background: #fff !important;
    color: #444 !important;
    border-left: 1px solid #eee;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 35px;
    width: 40px;
    text-align: center;
    position: absolute !important;
    top: 0;
    right: 0;
    margin-bottom: -10px !important;
    font-size: 15px; }

.enmarea, .podemos, .mar, .Podemos, .Marea, .PODEMOS, .podemos-equo {
  color: #641766; }

.mareaatlantica, .marea, .MareaF {
  color: #3856A6; }

.pp, .PP {
  color: #2C92D5; }

.psoe, .psdeg, .PSOE, .PSdG, .PSdeG, .PSdeG-PSOE, .psdeg-psoe {
  color: #db1d32; }

.nos, .bng, .BNG {
  color: #b4dbea; }

.ciudadanos, .cs, .Cs {
  color: #EB6615; }

.dil, .dl {
  color: #2e2e69; }

.pnv, .ceu, .ceus, .CEUS {
  color: #226733; }

.er {
  color: #FFB41A; }

.eh {
  color: #BAD521; }

.iu {
  color: #10A14B; }

.gbai {
  color: #CE3213; }

.mes {
  color: #C8D300; }

.upyd {
  color: #E5007E; }

.pdcat {
  color: #FFC600; }

.vox, .VOX {
  color: #5AC035; }

.mdev {
  color: #72243d; }

.ca {
  color: #009FFF; }

.do {
  color: #e15e32; }

.ln {
  color: #ccc68d; }

.cxgcctt {
  color: #62997a; }

.tega {
  color: #82af9b; }

.FeC, .fec, .ferrolencomun {
  color: #641766; }

.do, .DO {
  color: #fd0; }

.ESCO, .esco {
  color: #3F803C; }

.CA {
  color: #9fd6d2; }

.fac, .FAC {
  color: #014586; }

.junts {
  color: #324683; }

.ahora-republicas, .ahorarepublicas, .AHORAREPUBLICAS, .AHORA-REPUBLICAS {
  color: #FFB232; }

.pacma {
  color: #AFBD20; }

.CPE {
  color: #EB6947; }

.av, .AV {
  color: #fdd672; }

.CxG {
  color: #128b48; }

.PBBI {
  color: #292757; }

.junts {
  color: #fcc34f; }

.compostelaaberta {
  color: #009FFF; }

.ouec {
   color: #662738; }

.ace-eu-equo {
  color: #e24d5e; }

.somosoviedo, .xixonsipuede, .somosoviedouvieu, .somosoviedouviiu {
  color: #641766; }

.iu-ias, .iu-ix, .iuix {
  color: #CD362D; }

#reparto_escanos_coruna .marea i, #reparto_escanos_coruna .Marea i, #reparto_escanos_pontevedra .marea i, #reparto_escanos_pontevedra .Marea i {
  color: #3856A6 !important; }

#reparto_escanos_vigo i.marea, #reparto_escanos_vigo i.Marea {
  color: #de0c75 !important; }

.pactometro .chart_linea {
  bottom: 20px; }

.pactometro .chart_mayoria strong {
  display: inline !important; }

@media (min-width: 1020px) {
  .pactometro .chart_mayoria {
    margin-left: -15px;
    margin-top: 10px; } }

@media (min-width: 1020px) {
  .pactometro {
    border-left: 1px dotted #ccc;
    padding-left: 20px; } }

.pactometro_bar {
  min-width: 200px;
  max-width: 100%;
  height: 80px; }
  @media (max-width: 767px) {
    .pactometro_bar {
      height: 50px;
      margin: -20px auto -20px auto; } }
  @media (min-width: 1020px) {
    .pactometro_bar {
      margin: -30px auto -25px -10px; } }

body.television .wrap {
  max-width: 1000px;
  margin: auto;
  height: 100%; }

body.television .charts {
  position: relative; }

body.television .chart {
  height: 520px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease; }
  body.television .chart > * {
    margin: auto; }
  body.television .chart.in {
    opacity: 1; }

body.television .reparto_leyenda {
  font-size: 20px !important;
  border: 1px solid #c5c5c5;
  padding: 8px 10px !important;
  border-radius: 12px; }
  body.television .reparto_leyenda i {
    font-size: 16px !important; }
  body.television .reparto_leyenda small {
    font-size: 20px !important;
    font-weight: 700 !important;
    padding-left: 5px !important; }

body.television .chart_linea {
  top: 21px !important;
  bottom: 55px !important;
  background: #666; }

body.television .chart_mayoria {
  margin-top: -60px !important;
  font-size: 17px; }

body.television .europeas table td {
  font-size: 18px; }

body.television .europeas table thead td {
  font-size: 14px;
  text-transform: uppercase;
  color: #444; }

.charts a {
  color: #222;
  text-decoration: none; }
  .charts a i {
    padding-left: 2px;
    color: #666; }
  .charts a:hover {
    color: #333; }

.charts-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .charts-wrapper > * {
    flex: 1 1 25%;
    padding: 5px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      .charts-wrapper > * {
        flex: 1 1 50%;
        max-width: 50%; } }
    .charts-wrapper > *:first-child .chart:after, .charts-wrapper > *:nth-child(5) .chart:after {
      display: none; }

.chart {
  padding: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease; }
  .chart > * {
    margin: auto; }
  .chart.in {
    opacity: 1; }

.reparto_leyenda {
  font-weight: bold;
  color: #333 !important;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
  line-height: 1.3; }
  .reparto_leyenda figure {
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.31); }
    .reparto_leyenda figure img {
      width: 100% !important; }
  .reparto_leyenda small {
    background: white;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    border-radius: 4px;
    padding: 0 3px;
    text-shadow: none;
    position: relative;
    font-weight: bold;
    font-size: 11px; }
  .reparto_leyenda.sinlogos {
    background: #fff;
    text-shadow: none;
    color: #666;
    border-radius: 6px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 0 3px !important;
    border-bottom: 1px solid #c5c5c5;
    font-size: 11px; }
    .reparto_leyenda.sinlogos i {
      margin-right: 3px; }
    .reparto_leyenda.sinlogos small {
      margin: 0 !important;
      font-weight: bold;
      padding: 0 0 0 3px !important;
      background: none !important;
      border: none !important; }

.panel.charts.home .chart {
  margin: 5px 0 20px 0;
  max-height: 100px; }
  @media (max-width: 767px) {
    .panel.charts.home .chart {
      max-height: 85px; } }
  .panel.charts.home .chart .reparto_leyenda {
    margin-top: -5px; }
    .panel.charts.home .chart .reparto_leyenda figure {
      width: 30px;
      height: 30px; }
      @media (max-width: 767px) {
        .panel.charts.home .chart .reparto_leyenda figure {
          display: none; } }
    .panel.charts.home .chart .reparto_leyenda small {
      margin-top: 3px;
      display: inline-block; }
  .panel.charts.home .chart .escanos_1, .panel.charts.home .chart .escanos_2, .panel.charts.home .chart .escanos_3 {
    margin-top: 3px;
    padding-left: 20px;
    margin-left: -5px; }
    .panel.charts.home .chart .escanos_1 small, .panel.charts.home .chart .escanos_2 small, .panel.charts.home .chart .escanos_3 small {
      margin-right: 3px !important; }
    @media (max-width: 767px) {
      .panel.charts.home .chart .escanos_1, .panel.charts.home .chart .escanos_2, .panel.charts.home .chart .escanos_3 {
        margin-left: -28px; } }

.panel.charts.home.edition .chart {
  max-height: 200px; }
  @media (max-width: 767px) {
    .panel.charts.home.edition .chart {
      max-height: 175px; } }
  .panel.charts.home.edition .chart .reparto_leyenda {
    margin-top: -5px;
    font-size: 13px;
    padding: 3px 6px !important; }
    .panel.charts.home.edition .chart .reparto_leyenda figure {
      width: 45px;
      height: 45px; }
    .panel.charts.home.edition .chart .reparto_leyenda small {
      display: inline-block !important;
      font-size: 13px; }
    @media (max-width: 767px) {
      .panel.charts.home.edition .chart .reparto_leyenda {
        padding: 0 3px !important; }
        .panel.charts.home.edition .chart .reparto_leyenda i {
          font-size: 9px !important; }
        .panel.charts.home.edition .chart .reparto_leyenda > * {
          font-size: 12px !important; } }

.panel.charts.home.asturias header {
  margin-bottom: 20px; }

.panel.charts.home.asturias .chart__cliche, .panel.charts.home.asturias .escrutinio {
  text-align: center; }

@media (min-width: 1020px) {
  .panel.charts.home.asturias .panel-body > .row > div:last-child:before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    width: 1px;
    left: 0;
    background: #e5e5e5; } }

.panel.charts.home.asturias .gijon {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .panel.charts.home.asturias .oviedo {
    padding-left: 5px !important; }
  .panel.charts.home.asturias .gijon {
    margin-bottom: 0 !important;
    padding-right: 5px !important; } }

.panel.charts.home.asturias .comunidad_asturias {
  position: relative; }
  @media (max-width: 767px) {
    .panel.charts.home.asturias .comunidad_asturias {
      margin-bottom: 20px; } }
  .panel.charts.home.asturias .comunidad_asturias .chart {
    max-height: 260px; }
    @media (max-width: 767px) {
      .panel.charts.home.asturias .comunidad_asturias .chart {
        max-height: 190px; } }
  @media (min-width: 1020px) {
    .panel.charts.home.asturias .comunidad_asturias .chart__cliche, .panel.charts.home.asturias .comunidad_asturias .escrutinio {
      padding-left: 15px !important; } }
  @media (min-width: 1020px) {
    .panel.charts.home.asturias .comunidad_asturias .reparto_leyenda {
      font-size: 13px; }
      .panel.charts.home.asturias .comunidad_asturias .reparto_leyenda small {
        font-size: 13px; } }

@media (max-width: 767px) {
  .panel.charts.home.asturias form {
    text-align: center; } }

.panel.charts.home.asturias .fuente {
  margin-top: 10px; }

.chart_mayoria {
  margin-top: -20px;
  font-size: 11px;
  display: block;
  text-align: center;
  opacity: 0; }
  .chart_mayoria strong {
    display: block; }

.chart_linea {
  position: absolute;
  left: 50%;
  top: 35px;
  bottom: 37px;
  background: #ccc;
  width: 1px;
  opacity: 0; }

@media (min-width: 1020px) {
  #home_edition .chart_mayoria, #home_section .chart_mayoria {
    margin-top: 0 !important; } }

.chart__cliche {
  font-family: 'Poppins', sans-serif !important;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  text-align: left; }

.panel.home.edition .chart__cliche {
  font-size: 22px; }

.escrutinio {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  color: #666;
  line-height: 1; }
  .escrutinio > * {
    font-size: 11px; }

.panel.charts .tab-content {
  background: #fff;
  padding: 5px !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 1019px) {
    .panel.charts .tab-content {
      margin-bottom: 20px; } }
  .panel.charts .tab-content td {
    font-weight: normal;
    font-size: 14px;
    padding: 4px 3px; }
    .panel.charts .tab-content td i {
      font-size: 12px;
      margin-right: 4px; }
  .panel.charts .tab-content thead {
    border-bottom: 1px solid #eee;
    text-transform: uppercase; }
    .panel.charts .tab-content thead td {
      font-size: 10px;
      color: #666; }
  .panel.charts .tab-content tbody td.partido {
    font-size: 13px; }
  .panel.charts .tab-content tbody td:last-child {
    font-weight: bold; }

.panel.charts .nav-tabs {
  border: none !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;
  margin-top: 15px; }
  .panel.charts .nav-tabs a {
    background: #e8e8e8;
    color: #888;
    border-bottom-color: #fff;
    padding: 7px 12px !important; }
    .panel.charts .nav-tabs a:hover {
      border-color: transparent; }

.panel.charts .nav-tabs > li.active > a, .panel.charts .nav-tabs > li.active > a:hover, .panel.charts .nav-tabs > li.active > a:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  font-weight: bold;
  background: #fff;
  color: #111; }

.panel.charts .fa-caret-up {
  color: forestgreen;
  font-size: 18px !important;
  padding-left: 3px; }

.panel.charts .fa-caret-down {
  color: #c72626;
  font-size: 18px !important;
  padding-left: 3px; }

.panel.charts .fa-minus {
  color: #979797;
  font-size: 12px !important;
  padding-left: 3px; }

.panel.charts .fuente {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #666;
  text-align: right;
  display: block;
  margin-bottom: -5px; }
  .panel.charts .fuente > * {
    color: #555;
    font-weight: 500; }
  @media (max-width: 767px) {
    .panel.charts .fuente {
      font-size: 10px;
      margin-top: 10px; } }

.panel.charts .datos {
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif !important;
  font-size: 10px;
  max-width: 100px; }
  .panel.charts .datos span {
    display: block;
    border-bottom: 1px solid #eee;
    text-align: center;
    color: #666;
    padding: 5px; }
    .panel.charts .datos span:last-child {
      border-bottom: none; }
    .panel.charts .datos span strong {
      display: block;
      color: #333;
      font-size: 12px;
      font-family: "Roboto", sans-serif; }
  @media (max-width: 1019px) {
    .panel.charts .datos {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      max-width: 100%; }
      .panel.charts .datos span {
        flex: 1;
        border-bottom: none;
        border-right: 1px solid #eee; }
        .panel.charts .datos span:last-child {
          border-right: none; } }

table.lista-datos {
  background: #fff;
  border-radius: 3px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-width: 350px; }
  table.lista-datos thead {
    border-bottom: 1px solid #eee; }
  table.lista-datos td {
    padding: 5px 10px;
    font-size: 12px; }
  @media (max-width: 1019px) {
    table.lista-datos {
      margin: 20px auto auto auto; } }

/* Hacks */
.reparto_leyenda.ESCO {
  margin-top: -1px !important; }

#reparto_escanos_lugo .reparto_leyenda.Podemos {
  margin-left: -15px !important; }

.chart-img {
  width: 100%; }
