@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@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;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html [type=button] {
	-webkit-appearance: button;
}

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

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

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

body.lared .tabs__controlers__list__link.active {
	border-bottom: 3px solid var(--color-lared) !important;
}

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

body.diariouno .tabs__controlers__list__link.active {
	border-bottom: 3px solid var(--color-diariouno) !important;
}

article {
	display: block;
}

aside {
	display: block;
}

footer {
	display: block;
}

header {
	display: block;
}

nav {
	display: block;
}

section {
	display: block;
}

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

figcaption {
	display: block;
}

figure {
	display: block;
	margin: 1em 40px;
}

main {
	display: block;
}

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 {
	outline-width: 0;
}

a:hover {
	outline-width: 0;
}

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

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

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

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

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

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

dfn {
	font-style: italic;
}

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

small {
	font-size: 80%;
}

sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	bottom: -.25em;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -.5em;
}

audio {
	display: inline-block;
}

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

video {
	display: inline-block;
}

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

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

button {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
}

button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

input {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: visible;
}

optgroup {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

select {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	text-transform: none;
}

textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: auto;
}

[type=reset] {
	-webkit-appearance: button;
}

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

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

[type=submit] {
	-webkit-appearance: button;
}

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

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

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

[type=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;
}

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

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

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

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

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

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

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[type=search]::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

[hidden] {
	display: none;
}

template {
	display: none;
}

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

*:root {
	--color-red: #e10028;
	--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: #000;
	--color-lared: #1c5378;
	--color-diariouno: #0074c7;
	--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;
}

.uppercase {
	text-transform: uppercase;
}

.font {
	font-size: 20px;
}

.card {
	min-width: 251px;
	background-color: #575757;
}

.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%;
	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: 26px;
	line-height: 32px;
	text-align: center;
	background: #000;
	height: 34px;
	width: 109px;
	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 {
	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;
	background: rgba(0, 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;
	justify-content: center;
	padding: 3px 0;
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 4px;
	height: 34px;
	width: 109px;
	width: 27px;
	height: 26px;
	font-size: 18px;
	top: var(--global-padding);
	left: var(--global-padding);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
}

.card__body__content__column-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.card__body__content__footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	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, 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: 26px;
	line-height: 32px;
	text-align: center;
	background: #000;
	height: 34px;
	width: 109px;
	margin-bottom: var(--global-padding);
	padding: 0 6px;
	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 {
	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;
	background: rgba(0, 0, 0, 0.7);
	height: 38px;
	-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 {
	display: none;
}

.card--simple .card__header {
	display: none;
}

.card--simple .card__total-votes {
	display: none;
}

.card--simple .card__body {
	height: 148px;
}

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

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

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

.card--map .card__header {
	display: none;
}

.card--map .card__total-votes {
	display: none;
}

.card--map .card__body__name {
	position: inherit;
	bottom: inherit;
	left: inherit;
	top: inherit;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 4px;
}

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

.card--map .card__body__content {
	height: 56px;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	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 {
	height: auto;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-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 {
	position: inherit;
	top: inherit;
	left: inherit;
	padding: 0;
	width: 38px;
	height: 38px;
}

.card--map .card__body.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: 140px;
	height: 38px;
	background-color: var(--color-white);
	border-radius: 4px;
	font-size: 11px;
	text-align: center;
}

.card--map .card__body.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 {
	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 {
	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: 26px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 4px;
	height: 34px;
	margin: 0;
	top: inherit;
	height: 38px;
	width: 109px;
}

.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;
	-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__content.card__body__content .card__body__content__position {
	position: inherit;
	top: inherit;
	left: inherit;
	padding: 0;
	width: 38px;
	height: 38px;
}

.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: 140px;
	height: 38px;
	background-color: var(--color-white);
	border-radius: 4px;
	font-size: 11px;
	text-align: center;
}

.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__content.card__body__content .card__body__content__column-right {
	position: inherit;
	top: inherit;
	right: inherit;
	bottom: inherit;
}

.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: 700;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 4px;
	height: 34px;
	margin: 0;
	top: inherit;
	height: 38px;
	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;
	-o-transition: max-height .3s ease-out;
	transition: max-height .3s ease-out;
	height: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

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

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

.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;
	-o-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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mini-card__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	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;
}

.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;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 4px;
	height: 34px;
	width: 109px;
	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;
	height: 61px;
	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;
}

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

.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: 26px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 4px;
	width: 109px;
	font-size: 20px;
	line-height: 24px;
	width: 73px;
	height: 34px;
}

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

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

.percent-symbol {
	font-size: 22px;
	margin-top: 5px;
}

.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 {
	height: 85px;
}

.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%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabs.error {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	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 {
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
	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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.candidates__header__left__title {
	margin: 0 1rem 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);
}

.candidates__header__left__content-selector__btn {
	border-radius: 4px;
	background-color: var(--color-black);
	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 {
	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;
}

.candidates__header__left__content-selector__btn__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.candidates__header__right #diputadosControls {
	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 {
	display: none;
}

.candidates__header__right #diputadosControls .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 {
	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 {
	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 {
	opacity: .5;
}

.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 #senadoresControls .candidates__header__right__content-controlers--controls {
	display: none;
}

.candidates__header__right #senadoresControls .candidates__header__right__content-controlers--controls:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.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 #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 #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: transparent;
	position: relative;
	display: block;
}

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

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

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

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

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

.slick-track:after {
	content: "";
	display: table;
	clear: both;
}

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

.slick-next {
	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;
	background: transparent;
	color: transparent;
	outline: none;
	right: -25px;
}

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

.slick-next:focus:before {
	opacity: 1;
}

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

.slick-next:hover:before {
	opacity: 1;
}

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

.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;
	background: transparent;
	color: transparent;
	outline: none;
	left: -25px;
}

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

.slick-prev:focus:before {
	opacity: 1;
}

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

.slick-prev:hover:before {
	opacity: 1;
}

.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;
	content: "←";
}

.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev.slick-disabled:before {
	opacity: .25;
}

.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;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.widget__footer__column:last-child {
	margin: 0;
}

.widget__footer__column__title {
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
}

.widget__footer__column__title .light-span {
	font-weight: 400;
	color: var(--color-dark-gray);
}

.widget__footer__column__title img {
	margin-right: 8px;
}

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

.widget.camara {
	width: 691px;
}

.widget.camara .widget__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.widget.camara .widget__header h1 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.widget.camara .widget__header .content-total-votes {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget.camara .widget__header .content-total-votes .total-votes {
	display: inline-block;
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: #e0e0e0;
	background: #000;
	border-radius: 2px;
	padding: 4px 6px;
}

.widget.camara .bancas__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.widget.camara .bancas__header__title {
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 700;
	text-align: center;
}

.widget.camara .bancas__header__subtitle {
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.widget.camara .bancas__header__subtitle.italic {
	font-style: italic;
	margin-top: 24px;
}

.widget.camara .bancas .content-pie {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	min-height: 292px;
}

.widget.camara .bancas .content-pie .text-bancas {
	position: absolute;
	left: -11px;
	bottom: 5px;
	width: 36px;
}

.widget.camara .bancas .content-pie .text-bancas .letters {
	position: relative;
	margin: 0 auto;
	font-size: 1rem;
	-webkit-transform: scale(0.8) rotate(358deg);
	-ms-transform: scale(0.8) rotate(358deg);
	transform: scale(0.8) rotate(358deg);
}

.widget.camara .bancas .content-pie .text-bancas .letters span {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10px;
	height: 30px;
	margin-left: -35px;
	line-height: 60px;
	text-align: center;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}

.widget.camara .bancas .content-pie .text-bancas .letters span:first-of-type {
	-webkit-transform: rotate(271deg);
	-ms-transform: rotate(271deg);
	transform: rotate(271deg);
	left: 27px;
}

.widget.camara .bancas .content-pie .text-bancas .letters span:nth-of-type(2) {
	-webkit-transform: rotate(271deg);
	-ms-transform: rotate(271deg);
	transform: rotate(271deg);
	left: 27px;
	bottom: 11px;
}

.widget.camara .bancas .content-pie .text-bancas .letters span:nth-of-type(3) {
	-webkit-transform: rotate(277deg);
	-ms-transform: rotate(277deg);
	transform: rotate(277deg);
	bottom: 18px;
	left: 28px;
}

.widget.camara .bancas .content-pie .text-bancas .letters span:nth-of-type(4) {
	-webkit-transform: rotate(280deg);
	-ms-transform: rotate(280deg);
	transform: rotate(280deg);
	bottom: 32px;
	left: 29px;
}

.widget.camara .bancas .content-pie .text-bancas .letters span:nth-of-type(5) {
	-webkit-transform: rotate(283deg);
	-ms-transform: rotate(283deg);
	transform: rotate(283deg);
	bottom: 42px;
	left: 31px;
}

.widget.camara .bancas .content-pie .text-bancas .letters span:nth-of-type(6) {
	-webkit-transform: rotate(283deg);
	-ms-transform: rotate(283deg);
	transform: rotate(283deg);
	bottom: 51px;
	left: 33px;
}

.widget.camara .bancas .content-pie .text-bancas .letters span:nth-of-type(7) {
	-webkit-transform: rotate(287deg);
	-ms-transform: rotate(287deg);
	transform: rotate(287deg);
	bottom: 60px;
	left: 36px;
}

.widget.camara .bancas .content-pie .text-bancas .letters span:nth-of-type(8) {
	-webkit-transform: rotate(286deg);
	-ms-transform: rotate(286deg);
	transform: rotate(286deg);
	bottom: 69px;
	left: 39px;
}

.widget.camara .bancas .content-pie .text-bancas .inverso {
	font-weight: 700;
}

.widget.camara .bancas .content-pie .text-bancas .inverso span {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
}

.widget.camara .bancas .content-pie .text-actual {
	position: absolute;
	left: 106px;
	bottom: 5px;
	width: 36px;
}

.widget.camara .bancas .content-pie .text-actual .letters {
	position: relative;
	margin: 0 auto;
	font-size: .8rem;
	-webkit-transform: scale(0.8) rotate(355deg);
	-ms-transform: scale(0.8) rotate(355deg);
	transform: scale(0.8) rotate(355deg);
}

.widget.camara .bancas .content-pie .text-actual .letters span {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10px;
	height: 30px;
	margin-left: -35px;
	line-height: 60px;
	text-align: center;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}

.widget.camara .bancas .content-pie .text-actual .letters span:first-of-type {
	-webkit-transform: rotate(274deg);
	-ms-transform: rotate(274deg);
	transform: rotate(274deg);
	left: 27px;
}

.widget.camara .bancas .content-pie .text-actual .letters span:nth-of-type(2) {
	-webkit-transform: rotate(281deg);
	-ms-transform: rotate(281deg);
	transform: rotate(281deg);
	bottom: 10px;
	left: 28px;
}

.widget.camara .bancas .content-pie .text-actual .letters span:nth-of-type(3) {
	-webkit-transform: rotate(280deg);
	-ms-transform: rotate(280deg);
	transform: rotate(280deg);
	bottom: 18px;
	left: 30px;
}

.widget.camara .bancas .content-pie .text-actual .letters span:nth-of-type(4) {
	-webkit-transform: rotate(285deg);
	-ms-transform: rotate(285deg);
	transform: rotate(285deg);
	bottom: 25px;
	left: 32px;
}

.widget.camara .bancas .content-pie .text-actual .letters span:nth-of-type(5) {
	-webkit-transform: rotate(288deg);
	-ms-transform: rotate(288deg);
	transform: rotate(288deg);
	bottom: 32px;
	left: 35px;
}

.widget.camara .bancas .content-pie .text-actual .inverso span {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
}

.widget.camara .bancas .content-pie.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget.camara .bancas .content-pie__chart {
	position: relative;
	width: 465px;
	height: 231px;
	margin-top: 24px;
}

.widget.camara .bancas .content-pie__chart #bancas-diputados {
	width: 465px;
	height: 231px;
}

.widget.camara .bancas .content-pie__chart #bancas-diputados tspan {
	font-weight: 700;
	font-size: 14px;
}

.widget.camara .bancas .content-pie__chart #bancas-senadores {
	width: 465px;
	height: 231px;
}

.widget.camara .bancas .content-pie__chart #bancas-senadores tspan {
	font-weight: 700;
	font-size: 14px;
}

.widget.camara .bancas .content-pie__chart #actual-diputados {
	width: 236px;
	height: 118px;
	opacity: .4;
	left: 118px;
	bottom: 0;
	position: absolute;
}

.widget.camara .bancas .content-pie__chart #actual-diputados tspan {
	font-weight: 700;
	font-size: 12px;
	fill: #000;
}

.widget.camara .bancas .content-pie__chart #actual-senadores {
	width: 236px;
	height: 118px;
	opacity: .4;
	left: 118px;
	bottom: 0;
	position: absolute;
}

.widget.camara .bancas .content-pie__chart #actual-senadores tspan {
	font-weight: 700;
	font-size: 12px;
	fill: #000;
}

.widget.camara .bancas .content-pie__chart .arrow {
	position: absolute;
	left: 50%;
	top: -8px;
	height: calc(100% + 28px);
	border-right: 1px solid #000;
}

.widget.camara .bancas .content-pie__chart .arrow:after {
	content: "";
	width: 3px;
	height: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: -1px;
	background-color: #000;
}

.widget.camara .bancas .content-pie__chart .arrow:before {
	content: "";
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	bottom: 0;
	left: -2px;
	background: transparent;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.widget.camara .bancas .content-table-result {
	width: 100%;
	margin-top: 20px;
}

.widget.camara .bancas .content-table-result table {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	border-spacing: 0;
	table-layout: fixed;
	border-collapse: collapse;
}

.widget.camara .bancas .content-table-result table thead {
	background-color: #f3f3f3;
	padding: 0 10px;
	height: 30px;
}

.widget.camara .bancas .content-table-result table thead th {
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	padding: 8px 16px;
	vertical-align: middle;
}

.widget.camara .bancas .content-table-result table thead th:first-child {
	text-align: left;
	border-radius: 2px 0 0 0;
	overflow: hidden;
}

.widget.camara .bancas .content-table-result table thead th:last-child {
	border-radius: 0 2px 0 0;
}

.widget.camara .bancas .content-table-result table thead th .color {
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #686868;
}

.widget.camara .bancas .content-table-result table thead th.normal {
	font-weight: 400;
}

.widget.camara .bancas .content-table-result table thead th.right {
	text-align: right;
}

.widget.camara .bancas .content-table-result table thead th.partidos {
	padding-left: 11px;
}

.widget.camara .bancas .content-table-result table thead th.bancas {
	padding-right: 8px;
}

.widget.camara .bancas .content-table-result table tbody {
	padding: 0 10px;
	height: 30px;
}

.widget.camara .bancas .content-table-result table tbody tr {
	border-bottom: 1px solid #e2e2e2;
}

.widget.camara .bancas .content-table-result table tbody tr:last-child {
	border: none;
}

.widget.camara .bancas .content-table-result table tbody tr:last-child td {
	border: none;
}

.widget.camara .bancas .content-table-result table tbody td {
	font-size: 14px;
	line-height: 24px;
	padding: 8px 16px;
	vertical-align: middle;
	position: relative;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.widget.camara .bancas .content-table-result table tbody td .color {
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #999;
}

.widget.camara .bancas .content-table-result table tbody td.pdl {
	padding-left: 8px;
}

.widget.camara .bancas .content-table-result table tbody td.pdr {
	padding-right: 8px;
}

.widget.camara .bancas .content-table-result table tbody td.negative {
	font-weight: 700;
	color: red;
}

.widget.camara .bancas .content-table-result table tbody td.positive {
	font-weight: 700;
	color: #117a00;
}

.widget.camara .bancas .content-table-result table tbody td.bold {
	font-weight: 700;
}

.widget.camara .bancas .content-table-result table tbody td.right {
	text-align: right;
}

.widget.camara .bancas .content-icon-deslizar {
	display: none;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1rem 0;
}

.widget.camara .widget__footer {
	padding: 0 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1rem;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.widget.camara .widget__footer .widget__footer__column {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 5px;
	padding-right: 0;
}

.widget.camara .widget__footer .widget__footer__column:first-child {
	display: none;
}

.widget.camara .widget__footer .widget__footer__column:last-child {
	padding-right: 0;
	margin-right: 0;
}

.widget.camara .widget__footer .widget__footer__column:last-child:after {
	display: none;
}

.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: 0;
	display: block !important;
}

[aria-labelledby] {
	display: none;
}

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

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

	.card--simple {
		margin-top: 0;
	}

	.card--map .card__body__name p {
		font-size: 16px;
	}

	.card--extend .card__others-candidates__list {
		position: inherit;
	}

	.card--extend .card__others-candidates__list__more-less {
		margin-top: 8px;
	}

	.card--extend .card__others-candidates__list.show-more {
		overflow: hidden;
	}

	.mini-card__left {
		width: 120px;
	}

	.mini-card__right {
		width: 100%;
		min-width: 156px;
	}

	.mini-card__right__row {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.mini-card__right__row__percent {
		width: 100%;
		max-width: 150px;
		min-width: 73px;
	}

	.mini-card__right__row__votes {
		width: 100%;
		max-width: 150px;
		min-width: 73px;
	}

	.mini-card__right__row__name {
		font-size: 14px;
	}

	.candidates__header__left {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.candidates__header__left__title {
		width: 100%;
		margin: 0;
	}

	.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 {
		-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 {
		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: none;
	}

	.widget {
		max-width: 95vw;
	}

	.widget__header__title span {
		font-size: 14px;
	}

	.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-bottom: 8px;
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 8px;
		width: 100%;
	}

	.widget__footer__column:first-child {
		border: none;
	}

	.widget__footer__column:last-child {
		border: none;
	}

	.widget__footer__column:after {
		display: none;
	}

	.widget__footer__column__title {
		font-size: 14px;
	}

	.widget__footer--mobile {
		display: block;
	}

	.widget.camara .bancas__header {
		max-width: 100vw;
	}

	.widget.camara .bancas .content-pie {
		min-height: auto;
		max-width: 100vw;
	}

	.widget.camara .bancas .content-pie .text-bancas {
		left: -2px;
	}

	.widget.camara .bancas .content-pie .text-actual {
		left: 71px;
		bottom: 7px;
	}

	.widget.camara .bancas .content-pie .text-actual .letters {
		font-size: 1rem;
	}

	.widget.camara .bancas .content-pie__chart {
		width: 300px;
		max-width: 100%;
		height: 142px;
	}

	.widget.camara .bancas .content-pie__chart #bancas-diputados {
		width: 300px;
		max-width: 100%;
		height: 142px;
	}

	.widget.camara .bancas .content-pie__chart #bancas-senadores {
		width: 300px;
		max-width: 100%;
		height: 142px;
	}

	.widget.camara .bancas .content-pie__chart #actual-diputados {
		width: 140px;
		height: 72px;
		left: 79px;
		max-width: 100%;
	}

	.widget.camara .bancas .content-pie__chart #actual-senadores {
		width: 140px;
		height: 72px;
		left: 79px;
		max-width: 100%;
	}

	.widget.camara .bancas .content-table-result {
		overflow-x: auto;
		max-width: 100vw;
		position: relative;
		z-index: 1;
		padding: 5px 0;
	}

	.widget.camara .bancas .content-table-result table {
		border-collapse: separate;
		font-size: 16px;
		width: 100%;
		min-width: 150px;
		margin: auto;
	}

	.widget.camara .bancas .content-table-result table thead th:first-child {
		background-color: #f3f3f3;
		position: sticky;
		left: 0;
		z-index: 2;
		-webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
		box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
	}

	.widget.camara .bancas .content-table-result table tbody td {
		border-bottom: 1px solid #e2e2e2;
	}

	.widget.camara .bancas .content-table-result table tbody td:first-child {
		background-color: #fff;
		position: sticky;
		left: 0;
		z-index: 2;
		-webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
		box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
	}

	.widget.camara .bancas .content-icon-deslizar {
		display: -webkit-box;
		display: -ms-flexbox;
		/* display: flex; */
		display: none;
	}

	.widget.camara .widget__footer {
		padding: 1rem;
	}

	.widget.camara .widget__footer .widget__footer__column {
		margin-bottom: 8px;
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 8px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
	}

	.widget.camara .widget__footer .widget__footer__column:first-child {
		border: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 320px) {
	.widget.camara .widget__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.widget.camara .widget__header .content-total-votes {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: .5rem 0 0;
	}
}