/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

body {
    position: relative;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body .container-fluid {
    background-color: transparent !important
}

body .titulo-widget {
    display: none
}

body .titulo-widget.d-block {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    font-size: 2.2rem;
    margin-top: 1rem;
    margin-bottom: -2rem;
    display: block !important
}

body .titulo-widget.d-block.mobile {
    font-size: 1.6rem;
    margin-right: .5rem;
    margin-left: .5rem
}

body.lared {
    color: var(--color-lared)
}

body.lared .tabs__controlers__list__link.active {
    border-bottom: 3px solid #3c3c3c !important
}

body.lared .titulo-widget {
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    font-size: 2.2rem;
    margin-top: 1rem;
    margin-bottom: -2rem;
    display: block !important
}

body.lared .titulo-widget.mobile {
    font-size: 1.6rem;
    margin-right: .5rem;
    margin-left: .5rem
}

body.diariouno {
    color: var(--color-diariouno)
}

body.diariouno .tabs__controlers__list__link.active {
    border-bottom: 3px solid #3c3c3c !important
}

body.an {
    color: var(--color-an)
}

body.an .tabs__controlers__list__link.active {
    border-bottom: 3px solid #3c3c3c !important
}

body.off {
    color: var(--color-an)
}

body.sj8 {
    color: var(--color-sj8)
}

body.sj8 .tabs__controlers__list__link.active {
    border-bottom: 3px solid #3c3c3c !important
}

:root {
    --color-red: #3c3c3c;
    --color-light-gray: #e2e2e2;
    --color-lighter-gray: #f5f5f5;
    --color-link: #0b54ab;
    --color-dark-gray: #575757;
    --color-darker-gray: #373737;
    --color-white: #fff;
    --color-arrow: #606060;
    --color-black: #424242;
    --color-lared: #1c5378;
    --color-diariouno: #0074c7;
    --color-an: #042696;
    --color-off: #fff;
    --color-sj8: #e9153e;
    --opacity: .7;
    --global-padding: 4px
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.uppercase {
    text-transform: uppercase
}

.font {
    font-size: 20px
}

.card {
    min-width: 99%;
    background-color: #575757;
    /* border-radius: 5px */
}

@media(max-width:1260px) {
    .card {
        width: 98%
    }
}

@media(max-width:700px) {
    .card {
        width: 100%
    }
}

.card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: var(--global-padding)
}

.card__header__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card__header__left__logo {
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    font-size: 10px;
    padding: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 130px;
    height: 34px
}

.card__header__left__logo img {
    display: block;
    width: 90px;
    height: 26px
}

.card__header__right {
    margin-left: 4px
}

.card__header__right__percent {
    padding: 3px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    background: #000;
    height: 34px;
    width: 65px
}

.card__header__right__percent,
.card__total-votes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px
}

.card__total-votes {
    background: rgba(0, 0, 0, .7);
    padding: var(--global-padding);
    border-radius: 0
}

.card__total-votes p {
    margin: 0;
    font-weight: 700;
    font-size: 14px
}

.card__total-votes p span {
    font-weight: 400
}

.card__body {
    height: 172px
}

.card__body__content {
    padding: var(--global-padding);
    position: relative;
    width: 100%;
    height: 172px
}

.card__body__content__position {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding: 3px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-left: 9x;
    height: 70px;
    width: 65px;
    font-size: 22px;
    top: var(--global-padding);
    left: var(--global-padding)
}

.card__body__content__column-right,
.card__body__content__position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute
}

.card__body__content__column-right {
    right: var(--global-padding);
    bottom: calc(24px + var(--global-padding));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    width: 109px
}

.card__body__content__image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px
}

.card__body__content__footer {
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card__body__content__footer,
.card__body__content__footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.card__body__content__footer__row {
    margin-bottom: 4px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.card__body__content__footer__row:last-child {
    margin: 0
}

.card__body__content__footer__row__name {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    padding: 2px 5px;
    min-height: 24px;
    width: 100%
}

.card__body__content__footer__row__name p {
    width: 100%;
    margin: 0;
    text-align: center
}

.card__body__content__footer__row__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 4px
}

.card__body__content__footer__row__column__percent {
    font-family: Roboto;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    background: #000;
    height: 34px;
    width: 65px;
    margin-bottom: var(--global-padding);
    padding: 0 6px
}

.card__body__content__footer__row__column__percent,
.card__body__content__footer__row__column__total-votes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    border-radius: 4px
}

.card__body__content__footer__row__column__total-votes {
    background: rgba(0, 0, 0, .7);
    height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -.02em
}

.card__body__content__footer__row__column__total-votes span {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -.02em;
    font-weight: 400
}

.card--simple {
    position: relative;
    background-color: transparent
}

.card--simple .card__body__content__position,
.card--simple .card__header,
.card--simple .card__total-votes {
    display: none
}

.card--simple .card__body,
.card--simple .card__body__content {
    height: 148px
}

.card--simple .card__body__content__footer {
    background-color: #575757;
    padding: 4px 0 0
}

.card--simple .card__body__content__image {
    z-index: 1
}

.card--simple .card__body__content__footer__row {
    z-index: 2
}

.card--simple .card__team {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 4px;
    position: relative;
    text-align: center
}

@media(max-width:700px) {
    .card--simple {
        margin-top: 0
    }
}

.card--map {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px
}

.card--map:last-child {
    margin-bottom: 0
}

.card--map .card__header,
.card--map .card__total-votes {
    display: none
}

.card--map .card__body__name {
    position: inherit;
    bottom: inherit;
    left: inherit;
    top: inherit;
    background-color: #e2e2e2;
    padding: 4px
}

.card--map .card__body__name p {
    margin: 0;
    width: 100%;
    text-align: center;
    color: #424242;
    font-weight: bold;
    font-size: 12px
}

@media(max-width:700px) {
    .card--map .card__body__name p {
        font-size: 16px
    }
}

.card--map .card__body__content {
    height: 56px
}

.card--map .card__body {
    height: auto
}

.card--map .card__body,
.card--map .card__body__content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.card--map .card__body,
.card--map .card__body.card__body__content,
.card--map .card__body__content,
.card--map .card__body__content.card__body__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card--map .card__body.card__body__content,
.card--map .card__body__content.card__body__content {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    height: auto
}

.card--map .card__body.card__body__content .card__body__content__position,
.card--map .card__body__content.card__body__content .card__body__content__position {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 0;
    width: 70x;
    height: 70px;
}

.card--map .card__body.card__body__content .card__body__content__column-left,
.card--map .card__body__content.card__body__content .card__body__content__column-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    height: 70px;
    background-color: var(--color-white);
    border-radius: 0px;
    font-size: 11px;
    text-align: center
}

.card--map .card__body.card__body__content .card__body__content__column-left .card__body__content__column-left__image,
.card--map .card__body__content.card__body__content .card__body__content__column-left .card__body__content__column-left__image {
    width: 90px
}

.card--map .card__body.card__body__content .card__body__content__column-right,
.card--map .card__body__content.card__body__content .card__body__content__column-right {
    position: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit
}

.card--map .card__body.card__body__content .card__body__content__column-right .card__body__content__column-right__percent,
.card--map .card__body__content.card__body__content .card__body__content__column-right .card__body__content__column-right__percent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #424242;
    background: #fff;
    border-radius: 0px;
    height: 34px;
    width: 65px;
    margin: 0;
    top: inherit;
    height: 70px;
    width: 109px
}

.card--map .card__team {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 4px;
    position: absolute;
    text-align: center
}

.card--extend {
    position: relative
}

.card--extend .card__others-candidates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--color-white)
}

.card--extend .card__others-candidates__list {
    list-style: none;
    margin: 0;
    padding: 0 0 1px;
    -webkit-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0
}

@media(max-width:700px) {
    .card--extend .card__others-candidates__list {
        position: inherit
    }
}

.card--extend .card__others-candidates__list__item {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--color-light-gray)
}

.card--extend .card__others-candidates__list__more-less {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0
}

@media(max-width:700px) {
    .card--extend .card__others-candidates__list__more-less {
        margin-top: 8px
    }
}

.card--extend .card__others-candidates__list__more-less__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    padding: 10px
}

.card--extend .card__others-candidates__list__more-less__btn__text {
    color: var(--color-link);
    font-size: 16px;
    line-height: 24px
}

.card--extend .card__others-candidates__list__more-less__btn__icon {
    margin-left: 8px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.card--extend .card__others-candidates__list__more-less.open .card__others-candidates__list__more-less__btn__icon {
    margin-left: 8px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.card--extend .card__others-candidates__list.show-more {
    max-height: 160px;
    position: relative;
    overflow: hidden
}

@media(max-width:700px) {
    .card--extend .card__others-candidates__list.show-more {
        overflow: hidden
    }
}

.card--extend .card__others-candidates__list.show-more .card__others-candidates__list__more-less {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: var(--color-white);
    width: 100%;
    bottom: -5px;
    z-index: 1
}

.card--extend .card__others-candidates__list.show-less {
    max-height: auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out
}

.card--extend .card__others-candidates__list.show-less .card__others-candidates__list__more-less {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card--extend .card__others-candidates__list.show-less .card__others-candidates__list__more-less__btn__icon {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.card.loading {
    background-color: var(--color-dark-gray)
}

.card.loading .card__body__content__position {
    display: none
}

.mini-card {
    height: 67px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mini-card,
.mini-card__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mini-card__left {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 87px
}

@media(max-width:700px) {
    .mini-card__left {
        width: 120px
    }
}

.mini-card__left__position {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 4px;
    height: 34px;
    width: 65px;
    font-size: 18px;
    line-height: 18px;
    padding: 0 4px;
    top: 15px;
    left: 4px;
    width: 27px;
    height: 26px;
    z-index: 2
}

.mini-card__left__img {
    width: 67px;
    z-index: 1;
    position: relative
}

.mini-card__left__bg {
    width: 100%;
    position: absolute;
    background-color: #575757;
    height: 56px;
    z-index: 0
}

.mini-card__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 156px;
    margin-left: 8px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px
}

@media(max-width:700px) {
    .mini-card__right {
        width: 100%;
        min-width: 156px
    }
}

.mini-card__right__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media(max-width:700px) {
    .mini-card__right__row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.mini-card__right__row__percent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 4px;
    width: 65px;
    font-size: 20px;
    line-height: 24px;
    width: 73px;
    height: 34px
}

@media(max-width:700px) {
    .mini-card__right__row__percent {
        width: 100%;
        max-width: 150px;
        min-width: 73px
    }
}

.mini-card__right__row__votes {
    width: 73px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid var(--color-light-gray);
    background-color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width:700px) {
    .mini-card__right__row__votes {
        width: 100%;
        max-width: 150px;
        min-width: 73px
    }
}

.mini-card__right__row__votes p {
    margin: 0
}

.mini-card__right__row__votes__cant {
    color: var(--color-dark-gray);
    font-size: 12px;
    font-weight: 700
}

.mini-card__right__row__votes__text {
    color: var(--color-dark-gray);
    font-size: 12px;
    text-transform: uppercase
}

.mini-card__right__row__name {
    color: var(--color-darker-gray);
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media(max-width:700px) {
    .mini-card__right__row__name {
        font-size: 14px
    }
}

.percent-symbol {
    font-size: 18px
}

.lista-row-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.lista-row-map .card.card--simple {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%
}

.lista-row-map .card.card--simple .card__body,
.lista-row-map .card.card--simple .card__body__content {
    height: 85px
}

.lista-row-map .card.card--simple .card__body__content__footer__row__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.lista-row-map .card.card--simple .card__body__content__image {
    width: 95px;
    height: 87px
}

.lista-row-map .card.card--simple .card__body__content__footer__row__column__percent {
    height: 38px;
    margin-right: 4px
}

.lista-row-map .card.card--simple .card__body__content__footer__row__column__total-votes {
    width: 101px;
    height: 38px
}

.tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow-x: auto
}

.tabs,
.tabs.error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs.error {
    background-color: #ccc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    min-height: 100px
}

.tabs__controlers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid var(--color-light-gray)
}

.tabs__controlers__list {
    list-style: none;
    margin-right: 1rem;
    padding: 0
}

.tabs__controlers__list__link {
    white-space: nowrap;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #424242;
    text-decoration: none;
    padding-bottom: 6px;
    position: relative;
    bottom: -1px
}

.tabs__controlers__list__link.active {
    border-bottom: 3px solid var(--color-red)
}

.candidates {
    display: none
}

.candidates.active {
    display: block
}

.candidates__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.candidates__header,
.candidates__header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.candidates__header__left {
    margin-bottom: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:700px) {
    .candidates__header__left {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.candidates__header__left__title {
    margin: 0 1rem 0 0;
    color: #424242 !important;

}

@media(max-width:700px) {
    .candidates__header__left__title {
        width: 100%;
        margin: 0;
    }
}

@media(max-width:700px) {
    .candidates__header__left__content-selector {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px 0 0
    }
}

.candidates__header__left__content-selector__select {
    padding: 6px 28px 6px 10px;
    border-radius: 4px;
    background-color: var(--color-white);
    border-color: var(--color-light-gray);
    font-size: 14px;
    line-height: 16px;
    color: var(--color-black);
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/chevron-down.svg) 94% no-repeat
}

.candidates__header__left__content-selector__select option {
    background-color: var(--color-white)
}

@media(max-width:700px) {
    .candidates__header__left__content-selector__select {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 0;
        height: 40px;
        font-size: 1rem;
        background: url(../img/chevron-down.svg) 97% no-repeat;
        background-size: 14px
    }
}

.candidates__header__left__content-selector__btn {
    border-radius: 0px;
    background-color: #3f3f3f;
    font-weight: 600;
    color: var(--color-white);
    width: 160px;
    height: 40px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none
}

.candidates__header__left__content-selector__btn__icon {
    background-image: url(../img/icono-mapa.png);
    background-repeat: no-repeat;
    background-position: 100%;
    padding-right: 1rem;
    display: none
}

.candidates__header__left__content-selector__btn.show-list .candidates__header__left__content-selector__btn__icon,
.candidates__header__left__content-selector__btn__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.candidates__header__left__content-selector__btn.show-list .candidates__header__left__content-selector__btn__text {
    display: none
}

@media(max-width:700px) {
    .candidates__header__left__content-selector__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 1rem
    }
}

.candidates__header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:700px) {
    .candidates__header__right {
        display: none
    }
}

.candidates__header__right #diputadosControls,
.candidates__header__right #gobernadoresControls,
.candidates__header__right #jefegobiernoControls,
.candidates__header__right #parlasurControls,
.candidates__header__right #presidenteControls,
.candidates__header__right #senadoresControls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.candidates__header__right #diputadosControls .candidates__header__right__content-controlers--controls,
.candidates__header__right #gobernadoresControls .candidates__header__right__content-controlers--controls,
.candidates__header__right #jefegobiernoControls .candidates__header__right__content-controlers--controls,
.candidates__header__right #parlasurControls .candidates__header__right__content-controlers--controls,
.candidates__header__right #presidenteControls .candidates__header__right__content-controlers--controls,
.candidates__header__right #senadoresControls .candidates__header__right__content-controlers--controls {
    display: none
}

.candidates__header__right #diputadosControls .candidates__header__right__content-controlers--controls:first-child,
.candidates__header__right #gobernadoresControls .candidates__header__right__content-controlers--controls:first-child,
.candidates__header__right #jefegobiernoControls .candidates__header__right__content-controlers--controls:first-child,
.candidates__header__right #parlasurControls .candidates__header__right__content-controlers--controls:first-child,
.candidates__header__right #presidenteControls .candidates__header__right__content-controlers--controls:first-child,
.candidates__header__right #senadoresControls .candidates__header__right__content-controlers--controls:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.candidates__header__right #diputadosControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn,
.candidates__header__right #gobernadoresControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn,
.candidates__header__right #jefegobiernoControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn,
.candidates__header__right #parlasurControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn,
.candidates__header__right #presidenteControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn,
.candidates__header__right #senadoresControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn {
    width: 26px;
    height: 28px;
    border: 1px solid var(--color-light-gray);
    border-radius: 4px;
    text-indent: -99999px;
    background: url(../img/chevron.svg) 50% no-repeat
}

.candidates__header__right #diputadosControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn:first-child,
.candidates__header__right #gobernadoresControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn:first-child,
.candidates__header__right #jefegobiernoControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn:first-child,
.candidates__header__right #parlasurControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn:first-child,
.candidates__header__right #presidenteControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn:first-child,
.candidates__header__right #senadoresControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn:first-child {
    margin-right: .5rem;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1)
}

.candidates__header__right #diputadosControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn.slick-disabled,
.candidates__header__right #gobernadoresControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn.slick-disabled,
.candidates__header__right #jefegobiernoControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn.slick-disabled,
.candidates__header__right #parlasurControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn.slick-disabled,
.candidates__header__right #presidenteControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn.slick-disabled,
.candidates__header__right #senadoresControls .candidates__header__right__content-controlers--controls .candidates__header__right__content-controlers__btn.slick-disabled {
    opacity: .5
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff slick-image-url("ajax-loader.gif") 50% no-repeat
}

@font-face {
    font-family: slick;
    src: slick-font-url("slick.eot");
    src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
    width: 1052px
}

@media(max-width:700px) {
    .widget {
        padding: 16px;
        width: 100%
    }
}

.widget__header {
    font-size: 18px;
    color: var(--color-dark-gray);
    margin-bottom: 1rem
}

.widget__header__title {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget__header__title span {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase
}

@media(max-width:700px) {
    .widget__header__title span {
        font-size: 14px
    }
}

.widget__header__title svg {
    margin-right: 5px
}

.widget__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:700px) {
    .widget__slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.widget__slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media(max-width:700px) {
    .widget__slider__item {
        margin-right: 0;
        margin-bottom: 1rem;
        width: 100%
    }
}

.widget__slider.partials .widget__slider__item {
    min-height: 143px
}

.widget__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:700px) {
    .widget__map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.widget__map__list {
    width: 330px
}

@media(max-width:700px) {
    .widget__map__list {
        width: 100%;
        display: none
    }
}

.widget__map__list .degrade:after {
    content: "";
    position: absolute;
    top: 484px;
    width: 330px;
    height: 76px;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.6%, 0)), to(#f9f9f9));
    background: linear-gradient(180deg, hsla(0, 0%, 97.6%, 0), #f9f9f9);
    z-index: 1;
    left: 615px;
    pointer-events: none
}

@media(max-width:700px) {
    .widget__map__list .degrade:after {
        display: none
    }
}

.widget__map__list__item {
    height: 412px;
    overflow: auto;
    padding-right: 8px;
    position: relative
}

@media(max-width:700px) {
    .widget__map__list__item {
        height: auto;
        overflow: inherit;
        padding-right: 0
    }
}

@media(min-width:700px) {
    .widget__map__list__item::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
        background-color: rgba(0, 0, 0, .1)
    }

    .widget__map__list__item::-webkit-scrollbar {
        width: 2px;
        background-color: rgba(0, 0, 0, .1)
    }

    .widget__map__list__item::-webkit-scrollbar-thumb {
        background-color: #000
    }
}

.widget__map__list .widget__footer {
    margin-top: 16px;
    height: auto;
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.widget__map__list .widget__footer .widget__footer__column {
    margin-bottom: 8px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
    width: 100%
}

.widget__map__list .widget__footer .widget__footer__column:first-child,
.widget__map__list .widget__footer .widget__footer__column:last-child {
    border: none
}

.widget__map__list .widget__footer .widget__footer__column:after {
    display: none;
    border-right: none !important
}

.widget__map__svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

@media(max-width:700px) {
    .widget__map__svg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.widget__map__svg #mapa-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    width: 285px;
    height: 600px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.widget__map__svg #mapa-svg svg {
    width: 285px;
    height: 600px;
    position: relative;
    top: -10px
}

.widget__map.show-list .widget__map__list {
    display: block
}

.widget__map.show-list .widget__map__svg {
    display: none
}

.widget__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-lighter-gray);
    height: 34px;
    margin-top: 30px
}

@media(max-width:700px) {
    .widget__footer {
        display: none;
        height: auto;
        padding: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.widget__footer__column {
    margin-right: 1rem;
    padding-right: 1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media(max-width:700px) {
    .widget__footer__column {
        margin-bottom: 8px;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 8px;
        width: 100%
    }

    .widget__footer__column:first-child,
    .widget__footer__column:last-child {
        border: none
    }

    .widget__footer__column:after {
        display: none
    }
}

.widget__footer__column:after {
    content: "";
    position: absolute;
    right: 0;
    height: 14px;
    top: 10;
    border-right: 1px solid var(--color-light-gray)
}

.widget__footer__column__title {
    margin-right: 1.5rem;
    margin-left: .5rem;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #424242;
}

@media(max-width:700px) {
    .widget__footer__column__title {
        font-size: 14px
    }
}

.widget__footer__column__title .light-span {
    font-weight: 400;
    color: #424242;
}

.widget__footer__column__title img {
    margin-right: 8px
}

.widget__footer__column:last-child {
    margin: 0
}

.widget__footer--mobile {
    display: none;
    background-color: var(--color-lighter-gray)
}

@media(max-width:700px) {
    .widget__footer--mobile {
        display: block
    }
}

.widget.map {
    max-width: 691px;
    width: 100%
}

.widget.map .candidates__header {
    width: 330px
}

@media(max-width:700px) {
    .widget.map .candidates__header {
        width: 100%
    }
}

.widget.map .candidates__header .candidates__header__left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.widget.map .candidates__header .candidates__header__left .candidates__header__left__title {
    font-size: 20px;
    line-height: 28px
}

.widget.map .candidates__header .candidates__header__left .candidates__header__left__content-selector {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.widget.map .candidates__header .candidates__header__left .candidates__header__left__content-selector .candidates__header__left__content-selector__select {
    width: 100%
}

.provincia-svg {
    opacity: .5
}

.provincia-svg.active,
.provincia-svg.active:hover {
    opacity: 1 !important
}

#AR-diputados-C {
    pointer-events: none
}

.widget__slider__item {
    min-height: 238px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(max-width:700px) {
    .widget__slider__item {
        min-height: 153px
    }
}

.provincia-svg {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    pointer-events: none
}

.provincia-svg.clickable {
    pointer-events: all
}

.provincia-svg#AR-V .after {
    content: "";
    width: 100px;
    height: 100px;
    top: 0;
    left: 0
}

.provincia-svg#AR-V .after,
.ranking {
    background-color: var(--color-white);
    position: absolute
}

.ranking {
    bottom: 52px;
    left: 121px;
    width: 171px;
    height: 90px;
    padding: 8px;
    border: 1px solid #e2e2e2;
    border-radius: 4px
}

.ranking .ranking-provincias {
    display: none
}

.ranking .ranking-provincias.active,
.ranking .ranking-provincias:first-child {
    display: block
}

.ranking.inactive {
    border-color: #fff
}

.ranking.inactive ul {
    opacity: 0
}

@media(max-width:700px) {
    .ranking {
        left: 121px;
        bottom: 50px
    }
}

.ranking__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.ranking__list__item {
    margin-bottom: 4px
}

.ranking__list__item,
.ranking__list__item .position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ranking__list__item .position {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 4px;
    height: 34px;
    width: 65px;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 20px;
    margin-right: 4px
}

.ranking__list__item .color {
    width: 4px;
    height: 22px;
    margin-right: 4px;
    border-radius: 4px;
    background-color: #575757
}

.ranking__list__item .name {
    color: #575757;
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 118px
}

#widget-parciales .slick-slide {
    width: 207px;
    margin: 0 2px;
    min-height: 172px
}

.content-carousels .widget__slider {
    display: none
}

.content-carousels .widget__slider:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-carousels .widget__slider.format {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.content-carousels .widget__slider.format .widget__slider__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.liveblog-main-title .live-animation-wrapper {
    margin-right: 10px
}

.live-animation-wrapper {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 5px
}

.live-animation-wrapper .live-animation-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    background: #e10028;
    -webkit-animation: scale-up-center 1.2s ease-out infinite both;
    animation: scale-up-center 1.2s ease-out infinite both
}

.live-animation-wrapper .live-animation-circle:nth-child(2) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.live-animation-wrapper .live-animation-circle:nth-child(3) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

#widget-parciales .widget__footer {
    margin-top: 1rem;
    display: block !important
}

.card-compacta .card__body__content__footer__row__column {
    opacity: 0
}

.card-compacta .card__body__content__position {
    display: none
}

.card-compacta .card__body__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.card-compacta .card__body__content .card__body__content__image {
    left: auto;
    height: 170px
}

.card-compacta #widget-parciales .widget__footer {
    display: none !important;
    margin-top: 1rem
}