html {
    --text-color-0: #fff;
    --text-color-1: #000;
    --text-color-p1: #D5137F;
    --text-color-p2: #34344E;
    --bg-color-0: #000;
    --bg-color-1: #fff;
    --bg-color-p1: #34344E;
    --bg-color-p2: #D5137F;

}
body {
    font-family: 'Roboto', sans-serif;
    background-color: #F4F4F4;
}
body.darkMode {
    background-color: #000;
    color: #d1d1d1;
}
header {
    position: sticky;
    top:0;
    background-color: #F4F4F4;
    z-index: 100;
}
.darkMode header {
    background-color: #1d1d1d;
    color: #fff;
}
footer {
    background-color: #34344E;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
footer .sep {
    margin: 0 20px 0 20px;
}
div.piepagina {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}
main {
    background-color: #f4f4f4;
}
.darkMode main {
    background-color: #111;
}
@media (min-width: 768px) {
    main {
        background-color: #f4f4f4;
        min-width: 1300px;
    }
}
main > section {
    background-color: #FFFFFF ;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 20px;
    padding: 20px;
    margin: 10px 20px 0 20px;
}
.darkMode main > section {
    background-color: #1d1d1d;
}
section.avance {
    margin: 10px 20px 0 0;
}
@media (max-width: 767.98px) {
    main > section {
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        padding: 10px 10px 20px 10px;
    }
    section.avance {
        margin: 10px 0 10px 0;
    }
}
root {
    --bgcolor-gray: #fff;
}

.bg-stripes1 {
    background-image: repeating-linear-gradient(20deg, #ccc, #ccc 15px, #dbdbdb 15px, #dbdbdb 30px);
}

.c-primLighest {
    color: #D5137F;
}
.c-primLight {
    color: #D5137F;
}
.c-prim {
    color: #D5137F;
}
.c-primDark {
    color: #D5137F;
}
.c-primDarkest {
    color: #D5137F;
}
.c-sec {
    color: #34344E;
}

.c-bgPrim {
    background-color: #D5137F;
    color: #FFF;
}

.c-bgSec {
    background-color: #31314A;
    color: #fff;
}

.fc-p0 { color: #000}
.fc-p1 { color: #D5137F }
.fc-p2 { color: #D2127E }
.fc-p3 { color: #D5137F }

.fc-s1 { color: #34344E }
.fc-s2 { color: #23233E }
.darkMode .fc-s2 { color: #ddd}
.fc-t1 { color: #4B3943 }
.bc-p0 { color: #fff }
.bc-p1 { background-color: #E97EBD; }

.bc-s1 { background-color: #34344E; }

.bc-t1 { background-color: #F9F9F9; }
.darkMode .bc-t1 { background-color: #1d1d1d;}


.fs-0-9 {font-size: 0.9rem;} /* 14.4 */
.fs-1-1 {font-size: 1.1rem;} /* 17.6 */
.fs-1-2 {font-size: 1.2rem;} /* 19.2 */
.fs-1-3 {font-size: 1.3rem;} /* 20.8 */
.fs-1-4 {font-size: 1.4rem;} /* 22.4 */
.fs-1-5 {font-size: 1.5rem;} /* 24.0 */
.fs-1-6 {font-size: 1.6rem;} /* 25.6 */
.fs-1-7 {font-size: 1.7rem;} /* 27.2 */
.fs-1-8 {font-size: 1.8rem;} /* 28.8 */
.fs-1-9 {font-size: 1.9rem;} /* 30.4 */
.fs-2-0 {font-size: 2.0rem;} /* 32.0 */
.fs-2-1 {font-size: 2.1rem;} /* 33.6 */

.lh-1 { line-height: 1}
.lh-1-05 { line-height: 1.05}
.lh-1-10 { line-height: 1.10}
.lh-1-15 { line-height: 1.15}
.lh-1-20 { line-height: 1.20}

.fsf-34 {font-size: 34px;}
.fsf-38 {font-size: 38px;}
.fsf-49 {font-size: 49px;}
.fsf-53 {font-size: 53px;}
.fsf-59 {font-size: 59px;}

.font-weight-medium {font-weight: 500;}

img.logo { height: 20px;}
img.foto { height: 50px;border-radius: 50%;}

.fpx-16 {font-size: 1rem;}
.fpx-17 {font-size: 1.06rem;}
.fpx-18 {font-size: 1.125rem;}
.fpx-19 {font-size: 1.188rem;}
.fpx-20 {font-size: 1.25rem;}
.fpx-21 {font-size: 1.32rem;}
.fpx-22 {font-size: 1.375rem;}
.fpx-23 {font-size: 1.438rem;}
.fpx-24 {font-size: 1.5rem;}
.fpx-25 {font-size: 1.563rem;}
.fpx-26 {font-size: 1.625rem;}
.fpx-27 {font-size: 1.688rem;}
.fpx-28 {font-size: 1.75rem;}
.fpx-29 {font-size: 1.813rem;}
.fpx-30 {font-size: 1.875rem;}
.fpx-31 {font-size: 1.938rem;}


#DELavanceEntidad {
    padding: 12px;
    border-radius: 8px;
    background-color: #fff;
}
#DELavanceEntidad .title-wrapper {
    margin-bottom: 7px;
}
#DELavanceEntidad .main-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
}
#DELavanceEntidad article {
    background-color: #F9F9F9;
    box-shadow: 0px 3px 3px #0000000F;
    border: 1px solid #DADCE0;
    border-radius: 8px;
    padding: .5rem;
}
#DELavanceEntidad article .title {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: bold;
    letter-spacing: 0;
    color: var(--text-color-p2);
}
#DELavanceEntidad .color0 {
    color: #000;
}
#DELavanceEntidad .color1 {
    color: #D5137F;
}
#DELavanceEntidad .color2 {
    color: #34344E;
}

#DELavanceEntidad article.capturadas {

}
#DELavanceEntidad article.participacion {

}
#DELavanceEntidad article.corte {

}
#DELavanceEntidad article.corte .fecha {

}
#DELavanceEntidad article.corte .hora {

}
#main-banner {
    position: relative;
/*    background-image: url('../img/bgdemo_r1.jpg'); */
}
.darkMode #main-banner {
/*    background-image: url('../img/bgdemo.png'); */
}
@media (max-width: 767.98px) {
    #main-navbar {
        background-size: contain;
/*        background-image: url('../img/bgdemo.png')!important; */
    }
    #ngview {
        font-size: 100% !important;
    }
}
.avanceEntidad {
    padding: 12px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029;
}
.darkMode .avanceEntidad {
    background-color: #1d1d1d;
}

.avanceEntidad .titulo {
    color: #D5137F;
    font-size: 1.6rem; /*26px*/
    font-weight: bold;
}
.darkMode .avanceEntidad .titulo {color: #e1e1e1}

.avanceEntidad .actualizar {
    float: right;
    color: #fff;
    font-weight: bold;
    width: 124px;
    height: 53px;
    line-height: 1.1em;
    background: transparent linear-gradient(180deg, #D1308A 0%, #FC4CAF 100%) 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 31px;
}
.darkMode .avanceEntidad .actualizar {color: #000;background: #d979af}
@media (max-width: 767.98px) {
    .avanceEntidad .actualizar {
        text-align: center;
        margin: 0;
        padding: 0;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }
    .darkMode .avanceEntidad .actualizar {
        color: #d1d1d1;
    }
}

.avanceEntidad article > .tit {color: #34344E;}
.darkMode .avanceEntidad article > .tit {color: #ddd;}
.avanceEntidad article.capturadas .num {color: #000;font-weight: 500;}
.darkMode .avanceEntidad article.capturadas .num {color: #ddd}
.avanceEntidad article.capturadas .num rem {color: #34344E;text-decoration: none;font-weight: normal;}
.darkMode .avanceEntidad article.capturadas .num rem {color: #ddd;}
.avanceEntidad article.participacion .pct {
    font-size: 1.5rem; /*24px*/
    font-weight: 500;
}
.avanceEntidad .progress {
    background-color: #fff;
    border-radius: unset;
    height: 18px;
}
.darkMode .avanceEntidad .progress {
    background-color: #121212;
}
.avanceEntidad .progress-bar {
    background-color: #34344E;
}
.darkMode .avanceEntidad .progress-bar {
    background-color: #d979af;
}
@media (min-width: 768px) {
    .avanceEntidad article {
        background-color: #F9F9F9;
        box-shadow: 0px 3px 3px #0000000F;
        border: 1px solid #DADCE0;
        border-radius: 8px;
        padding: .5rem;
        margin: 0 5px 0 5px;
    }
    .darkMode .avanceEntidad article {
        background-color: #2c2c2c;
        border: 1px solid #111;
    }
    .avanceEntidad article > .tit {
        font-size: 1.15rem; /*18px*/
        font-weight: bold;
    }
    .avanceEntidad article.capturadas .num {
        font-size: 1.5rem; /*24px*/
        text-align: right;
    }
    .avanceEntidad article.capturadas .pct {
        text-align: right;
        font-size: 1.15rem; /*18px*/
    }
    .avanceEntidad article.corte .fecha {
        flex: 1 0 auto;
        font-size: 1.5rem; /*24px*/
        color: #000;
        font-weight: 500;
    }
    .darkMode .avanceEntidad article.corte .fecha {
        color: #ddd;
    }
    .avanceEntidad article.corte .hora {
        flex: 1 0 auto;
        padding-left: 3px;
        border-left: 1px solid #000;
    }
    .darkMode .avanceEntidad article.corte .hora {border-left: 1px solid #ddd;}
    .avanceEntidad article.corte .hora .text {
        font-size: 0.875rem; /*14px*/
    }
    .avanceEntidad article.corte .hora .num {
        font-size: 1.25rem; /*20px*/
    }
}
@media (max-width: 767.98px) {
    .avanceEntidad article {
        font-size: 0.875rem; /*14px*/
    }
    .avanceEntidad article > .tit {
        font-weight: bold;
    }
    .avanceEntidad article.capturadas {
        flex: 1 1 100%;
        margin: 5px 0 5px 0;
    }
    .avanceEntidad article.capturadas .tit {
        flex: 1 1 40%;
        order: 1;
    }
    .avanceEntidad article.capturadas .pct {
        flex: 1 1 60%;
        order: 2;
        text-align: right;
    }
    .avanceEntidad article.capturadas .num {
        flex: 1 1 40%;
        order: 3;
        text-align: right;
        padding-right: 20px;
    }
    .avanceEntidad article.capturadas .progress {
        flex: 1 1 60%;
        order: 4;
        background-color: #4E4E4E;
    }

    .avanceEntidad article.participacion {
        flex: 1 1 40%;
    }
    .avanceEntidad article.corte {
        flex: 1 1 60%;
        border-left: 3px solid #aaa;
        padding-left: 15px;
    }
}

.buscaCasilla {
    background-color: #2d2d4b;
    color: #ddd;
    border-radius: 8px;
    padding: 5px;
}
.darkMode .buscaCasilla {
    background-color: #1d1d1d;
    color: #ddd;
}
.buscaCasilla .titulo {
    font-size: 1.6rem; /*26px*/
    font-weight: bold;
}
.darkMode .buscaCasilla input {
    background-color: #121212;
    color:#d1d1d1;
}
.buscaCasilla button {
    background-color: #D979AF;
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #D979AF;
}
.darkMode .buscaCasilla button {
    background-color: #d979af;
    color: #000;
}
.buscaCasilla button:hover,.buscaCasilla button:focus {
    background-color: #D979AF;
    box-shadow: none;
}


.vis-switch button {
    background: #F8F8F8 0 0 no-repeat padding-box;
    color: #34344E;
    opacity: 0.27;
}
.vis-switch button.active {
    background: #181A2F 0 0 no-repeat padding-box;
    color: #fff;
    opacity: 1;
}
.darkMode .vis-switch button {
    background:#624656;
    /*color: #46343e;*/
    color: #1f171b;
}
.darkMode .vis-switch button.active {
    background: #d288b4;
    color: #121212;
}

.resultados .title {color: #23233E;}
.darkMode .resultados .title {color: #ddd}

.resultados .breadcrumb {
    background-color: #fff;
    padding:0;
}
.darkMode .resultados .breadcrumb {
    background-color: #1d1d1d;
    color: #ddd;
}
.resultados .breadcrumb a {
    color: #7474DD;
    cursor: pointer;
}
.darkMode .resultados .breadcrumb a {
    color: #d1d1d1;
}
.resultados .breadcrumb .active {
    color: #000;
    font-weight: bold;
}
.darkMode .resultados .breadcrumb .active {
    color: #fff;
}
.resultados .title .em1 {
    color: #D5137F;
}
.darkMode .resultados .title .em1 {
    color: #ddd;
}
.resultados .title--text {
    color: #4B3943;
}
.darkMode .resultados .title--text {
    color: #aaa;
}
.resultados .title2 {
    color: #333333;
    border-left: 15px solid #D5137F;
    padding-left: 1rem;
    font-size: 26px;
    font-weight: bold;
    line-height: 34px;
}
.darkMode .resultados .title2 {
    color: #ddd;
}

.titlebar1 {
    color: #333333;
    border-left: 15px solid #D5137F;
    padding-left: 1rem;
    font-weight: bold;
}
.darkMode .titlebar1 {
    border-left-color: #ef55a2;
    color: #ddd;
}
@media (max-width: 767.98px) {
    .titlebar1 {
        border-left: 7px solid #D5137F;
        padding-left: 7px;
    }
}

.darkMode origenacta {color: #d14e8f;}
.darkMode origenacta[metodo=""] {color: #fff;}


.resumen {
    display: inline-block;
    background-color: #F9F9F9;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 1.15rem;
    margin-top: 10px;
}
.darkMode .resumen {
    background-color: #222;
    color: #ddd;
}
.resumen--title {
    color: #34344E;
    font-size: 1.5rem;
    font-weight: bold;
}
.darkMode .resumen--title {color: #ddd}

.resumen--wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.resumen--sep {
    font-size: 32px;
    font-weight: bolder;
    margin: 0 10px;
}
.resumen--total {
    text-align: right;
}
.resumen--total .value {
    color: #D5137F;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
}
.resumen--total .percent {
    color: #D5137F;
}
.darkMode .resumen--total .value {color: #ea96c8;}
.darkMode .resumen--total .percent {color: #ea96c8;}


@media (max-width: 767.98px) {
    .resumen {
        background-color: #fff;
        display: block;
    }
    .resumen--wrapper {
        display: -ms-flexbox;
        display: flex;
        align-items: normal;
        text-align: left;
        flex-direction: column;
    }
    .resumen--wrapper > div {
        border-bottom: 1px solid #eaeaea;
        line-height: 2;
    }
    .resumen .value {
        float: left;
    }
    .resumen .percent {
        float: right;
    }
    .resumen--sep {
        display: none;
    }
    .resumen--total {
        display: none;
    }
    .resumen--acumulados {
        display: none;
    }
}


.tarjeta1 {
    text-align: center;
    width: 175px;
    min-height: 130px;
    border: 1px solid #181A2F;
    border-radius: 8px;
    font-size: 14px;
}
.darkMode .tarjeta1 {
    background-color: #363636;
    color: #ddd;
}
.tarjeta1.maxpid {
    box-shadow:  0 0 6px #D5137F;
    border: 1px solid #D5137F;
    border-radius: 8px;
}
.darkMode .tarjeta1.maxpid {
    border-color: #ef55a2;
    box-shadow: 0 0 6px #ef55a2;
}
.tarjeta1 .foto {
    width: 50px;
    max-height:50px;
}
.tarjeta1 .logo {
    height: 26px;
}
.tarjeta1 .nombre {
    font-size: 0.75rem;
}
.tarjeta1 .votos {
    background-color: #f4f4f4;
    color: #23233E;
}
.darkMode .tarjeta1 .votos {
     background-color:#272727;
    color: #ddd;
}
.tarjeta1 .sep {
    border-left: 3px solid #000;
}
.darkMode .tarjeta1 .sep {
    border-left-color: #fff;
}
.tarjeta1 .seleccionar {
    background: #23233E 0 0 no-repeat padding-box;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #4E4E4E;
    border-radius: 0 0 8px 8px;
}
.darkMode  .seleccionar {
    background-color: #363636;
}

.tarjeta1m {background-color: #f5f5f5;border-left:none}
.darkMode .tarjeta1m {background-color: #222222;}
.tarjeta1m.tipoSumPC {border-left: 6px solid transparent}
.tarjeta1m.maxPid {border: 2px solid #D2127E;border-left: 6px solid}
.darkMode .tarjeta1m.maxPid {border-color:#a05d84;}
.tarjeta1m.maxPid .val {color:#D2127E;}
.darkMode .tarjeta1m.maxPid .val {color:#a05d84;}
.tarjeta1m input:checked {
    background-color: #34344E!important;
}


@media (min-width: 768px) {
    .tarjeta1 .wrapper-select {
        user-select: none;
    }

    .tarjeta1 .wrapper-select label {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .tarjeta1 .wrapper-select div {
        background-color: #23233e;
        color: #fff;
        display: inline-block;
        width: 100%;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        border-radius: 0 0 8px 8px;
    }
    .darkMode .tarjeta1 .wrapper-select div {
        background-color: #363636;
        color: #ddd;
    }

    .tarjeta1 .wrapper-select input {
        width: 0;
        height: 0;
        display: none !important;
        visibility: hidden;
    }

    .tarjeta1 .wrapper-select input:checked ~ div {
        background-color: #7474dd;
    }
    .darkMode .tarjeta1 .wrapper-select input:checked ~ div {
        background-color: #d979af;
        color: #000;
    }
}

.tarjeta2 {
    font-size: 14px;
}
@media (min-width: 768px) {
    .tarjeta2 {
        text-align: center;
        width: 175px;
        min-height: 130px;
        border: 1px solid #181A2F;
        border-radius: 8px;
        box-shadow: 0 3px 6px #00000029;
        margin: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .tarjeta2 .wrapper-votos {
        display: flex;
        justify-content: space-around;
    }
}
@media (max-width: 767.98px) {
    .tarjeta2 {
        margin: 5px 0 5px 0;
        padding: 10px;
        background-color: #f5f5f5;
        color: #000;
        font-weight: 500;
    }
    .tarjeta2 .wrapper-nombre {
        flex: 1;
        padding: 0 5px 0 5px;
    }
    .tarjeta2 .wrapper-votos {
        display: flex;
        justify-content: space-around;
    }
    .tarjeta2 .wrapper-votos .num {
        font-weight: bold;
    }
}
.tarjeta2 {
    font-size: 14px;
}

.tarjeta3 {
    font-size: 14px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
}
.darkMode .tarjeta3 {
    background-color: #363636;
    color: inherit;
}

@media (min-width: 768px) {
    .tarjeta3-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .tarjeta3 {
        text-align: center;
        width: 175px;
        min-height: 130px;
        border: 1px solid #181A2F;
        border-radius: 8px;
        box-shadow: 0 3px 6px #00000029;
        margin: 10px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .tarjeta3 .wrapper-logo {
        flex: 1 1 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tarjeta3 .wrapper-totalVotos {
        background-color: #F4F4F4;
        font-weight: 500;
    }
    .darkMode .wrapper-totalVotos {background-color: #272727;}
    .tarjeta3 .wrapper-totalVotos .txt {text-align: left;padding-left: 10px}

    .tarjeta3 .wrapper-votos {
        display: flex;
        justify-content: space-around;
    }
    .tarjeta3 .wrapper-select {
        user-select: none;
    }
    .tarjeta3 .wrapper-select label {
        display: block;
        width: 100%;
        margin:0;
        padding: 0;
        cursor: pointer;
        font-weight: normal;
    }
    .tarjeta3 .wrapper-select div {
        background-color: #23233e;
        color: #fff;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .darkMode .wrapper-select div {
        background-color: #363636;
    }
    .tarjeta3 .wrapper-select input {
        width:0;
        height:0;
        display: none!important;
        visibility: hidden;
    }
    .tarjeta3 .wrapper-select input:checked ~ div{
        background-color: #7474dd;
    }
}
@media (max-width: 767.98px) {
    .tarjeta3-wrapper {
    }
    .tarjeta3 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 18px;
        background-color: #f5f5f5;
    }
    .darkMode .tarjeta3 {
        background-color: #222222;
    }
    .tarjeta3 .wrapper-logo {
        display: flex;
        justify-content: space-between;
    }
    .tarjeta3 .wrapper-logo img {
        height: 35px;
    }
    .tarjeta3 .wrapper-totalVotos {
        flex: 2 1 0;
    }
    .tarjeta3 .wrapper-votos {
        display: flex;
        justify-content: space-around;
    }
    .tarjeta3 .wrapper-votos .num {
        font-weight: bold;
    }
    .tarjeta3 .wrapper-select {
        display: none;
    }
    .tarjeta3 .wrapper-select div {
        display: none;
    }
    .tarjeta3 input {
        width: 20px;
        height: 20px;
    }
}

.tarjetaPA-wrapper {
}
@media (min-width: 768px) {
    .tarjetaPA-wrapper {
        max-width: 100%;
        overflow: auto;
    }
    .tarjetaPA {
        width: 175px;
        min-height: 130px;
        border: 1px solid #181A2F;
        border-radius: 8px;
        box-shadow: 0 3px 6px #00000029;
        margin: 10px;
        overflow: hidden;
        flex-shrink: 0;
    }
    .darkMode .tarjetaPA {background-color: #363636;}
    .tarjetaPA img.logo {
        height: 35px;
    }

    .tarjetaPA .wrapper-votos {
        background-color: #F4F4F4;
        padding:10px;
        font-size: 15px;
        font-weight: bold;
    }
    .tarjetaPA .wrapper-votos .num,
    .tarjetaPA .wrapper-votos .pct {
        text-align: right;
        flex: 1;
        font-size: 14px;
    }
    .tarjetaPA .wrapper-votos .pct {
        padding-left: 1rem;
    }
    .darkMode .tarjetaPA .wrapper-votos {background-color: #272727;}
    .tarjetaPA .wrapper-logo {
        flex: 1 1 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 767.98px) {
    .tarjetaPA-wrapper {}
    .tarjetaPA {padding: 10px}
    .tarjetaPA:nth-child(odd) {background-color: #F5F5F5}
    .darkMode .tarjetaPA-wrapper > .tarjetaPA {background-color: #222222;margin-top: 5px;margin-bottom: 5px;}
    .tarjetaPA .wrapper-logo {flex: 1 0 0;}
    .tarjetaPA .wrapper-logo img {height:38px;}
    .tarjetaPA .wrapper-votos {flex: 2 0 0;}
    .tarjetaPA .wrapper-votos .text {font-weight: normal;}
    .tarjetaPA .wrapper-votos .num {font-weight: bold;}
    .tarjetaPA .wrapper-votos .pct {font-weight: bold;}

}

.tarjetaPC {
    font-size: 14px;
}
.tarjetaPC.maxpid {
    box-shadow:  0 0 6px #D5137F;
    border: 1px solid #D5137F;
}
.darkMode .tarjetaPC.maxpid {
    border-color: #ef55a2;
    box-shadow: 0 0 6px #D5137F;
}
.tarjetaPC img.foto {width: 50px;}

@media (min-width: 768px) {
    .tarjetaPC {
        text-align: center;
        width: 175px;
        min-height: 130px;
        border: 1px solid #181A2F;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 3px 6px #00000029;
        margin: 10px;
    }
    .darkMode .tarjetaPC {
        background-color: #363636;
    }
    .tarjetaPC .nombre {font-size: 12px;}
    .tarjetaPC .w-votos {background-color: #F4F4F4;font-size: 14px;font-weight: 500;}
    .darkMode .tarjetaPC .w-votos {background-color: #272727;}
    .tarjetaPC .w-select {user-select: none}
    .tarjetaPC .w-select label {
        font-size: 13px;
        display: block;
        width: 100%;
        margin:0;
        padding: 0;
        cursor: pointer;
    }
    .tarjetaPC .w-select div {
        background-color: #23233e;
        color: #fff;
        display: inline-block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        border-radius: 0 0 8px 8px;
    }
    .darkMode .tarjetaPC .w-select div {
        background-color: #363636;
        color: #d1d1d1;
    }
    .tarjetaPC .w-select input {
        width:0;
        height:0;
        display: none!important;
        visibility: hidden;
    }
    .tarjetaPC .w-select input:checked ~ div{background-color: #7474dd;}
}

@media (max-width: 767.98px) {
    .tarjetaPC {
        margin: 5px 0 5px 0;
        padding: 10px;
        background-color: #f5f5f5;
        font-weight: 500;
    }
    .darkMode .tarjetaPC {
        background-color: #222222;
    }
    .darkMode .tarjetaPC.maxpid .w-votos .num,
    .darkMode .tarjetaPC.maxpid .w-votos .pct {
        color: #784a66;
    }
    .tarjetaPC .wrapper-nombre {
        padding: 0 5px 0 5px;
    }
    .tarjetaPC .w-select2 input {
        width: 20px;
        height: 20px;
    }
}

.verDetalle button{
    background-color: #23233E;
    color: #fff;
}
.darkMode .verDetalle button{

}
.verDetalle button:hover{
    color: #fff;
}


.detalle-dlg {}
.detalle-dlg .modal-content {
    max-height: 80vh;
    overflow: auto;
}
.darkMode .detalle-dlg .modal-content {
    background-color: #1d1d1d;
}
.detalle-dlg .modal-body {
    min-height: 400px;
}
.detalle-dlg .modal-header {
    background-color: #23233e;
    color: #d1d1d1;
    padding: 5px 1rem;
}
.detalle-dlg .modal-header button.close {
    color: #fff;
}
.detalle-dlg .total .tit {font-size: 22px;font-weight: 500;}
.detalle-dlg .total .num {font-size: 53px;font-weight: bold;line-height: 1;color:#D5137F}
.detalle-dlg .total .pct {font-size: 18px;font-weight: 500;color:#D5137F}
.detalle-dlg .pidrow .datos {border: 1px solid #23233E;font-size: 13px;color:#23233E}
.detalle-dlg .pidrow .datos div.logo {background-color: #fff}
.detalle-dlg .pidrow .datos div.logo img {height: 28px;}
.detalle-dlg .pidrow .datos div.votos {background-color: #F4F4F4}
.detalle-dlg .pidrow .datos .progress {background-color: inherit;height: 9px;border-radius: unset}
.detalle-dlg .pidrow .datos .progress-bar {background-color: #23233E}
.detalle-dlg .pidrow .datos .tit {}
.detalle-dlg .pidrow .datos .num {font-size: 15px;font-weight: 500}
.detalle-dlg .pidrow .datos .pct {font-size: 12px}
.detalle-dlg .btn--addPids {background-color: #23233E;color:#fff}

.verDetalleMovil {background-color: #fdfdfe}
.darkMode .verDetalleMovil {background-color: #121212}
.verDetalleMovil button{background-color: #34344e;color: #fff;}
.darkMode .verDetalleMovil button{background-color: #e77ebb;color:#000}
.verDetalleMovil button:hover{color: #fff;}
.darkMode .verDetalleMovil button:hover{color: #121212;}


.detalle-movil {}
.darkMode .detalle-movil .modal-content {background-color: #1d1d1d;}
.detalle-movil .total .tit {font-size: 22px;font-weight: 500;}
.detalle-movil .total .num {font-size: 64px;font-weight: bold;line-height: 1;color:#D5137F}
.detalle-movil .total .pct {font-size: 22px;font-weight: 500;color:#D5137F}
.detalle-movil .modal-header {background-color: #23233e;color: #d1d1d1;padding: 5px 1rem;}
.detalle-movil .modal-header button.close {color: #fff;}
.detalle-movil .pidrow {border: 1px solid #707070;}
.detalle-movil img.logo {height: 38px;margin:15px 0 15px 30px;}
.detalle-movil .btn--addPids {background-color: #23233E;color:#fff}
.detalle-movil .btn--addPids:hover {background-color: #23233E;color:#fff}

.bargraph table {
    min-width: 70%;
    margin: 32px auto 32px auto;
}
.bargraph--line {
    position:absolute;
    height:1px;
    width:100%;
    border-bottom: 2px dashed #EDEDED;
    z-index: 1;
}
.bargraph--ylabels {
    position:absolute;
    right: 10px;
    z-index: 2;
    color: #BABABA;
    font-weight: normal;
}
.bargraph--bar {
    position: relative;
    width: 40px;
    margin: 0 auto 0 auto;
    background-color: blue;
    min-height: 1px;
    z-index: 2;
}
.bargraph thead td, .bargraph thead th {
    vertical-align: bottom;
    position: relative;
    padding: 0;
    margin: 0;
    height: 150px;
}
.bargraph thead td {
    border-bottom: 1px solid #EDEDED;
}

.bargraph tbody th {
    text-align: left;
}
.bargraph tbody td {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #EDEDED;
    padding: 5px 10px 5px 10px;
}
.darkMode .bargraph tbody td {
    border-color: #1d1d1d;
}
.bargraph tbody td.sep {
    width: 10px;
    padding: 0;
}
.bargraph tfoot td {
    border: 1px solid #EDEDED;
}
.darkMode tfoot td {
    border-color: #1d1d1d;
    border-top: 1px solid #EDEDED;
}


.votoExtLink {
    text-align: center;
}
.votoExtLink button {
    background-color: #23233E;
    border-radius: 8px;
    padding: 5px 2em 5px 2em;
    color: #fff;
}
.votoRPLink {
    text-align: center;
}
.votoRPLink > div {
    display: inline-block;
    max-width: 600px;
    text-align: justify;
}
.votoRPLink button {
    background-color: #23233E;
    border-radius: 8px;
    padding: 5px 2em 5px 2em;
    color: #fff;
    font-weight: bold;
}
.darkMode .votoRPLink button {
    background-color: #ec97ca;
    color: #1d1d1d;
}

.votoRPnav {

}
.votoRPnav--select {
    background-color: #d1308a;
    color: #fff;
    border-radius: 8px;
    margin: 5px;
}
.votoRPnav--select label {
    padding: 0 0 0 50px;
    line-height: 1;
    margin: 0;
}
.votoRPnav--select select {
    background-color: #d1308a!important;
    border: none;
    color: #fff!important;
    text-align: center;
    padding-left: 50px;
}
.votoRPnav--select select:hover {
    border: none;
    box-shadow: unset;
}
.votoRPnav--select option {
    background-color: #fff!important;
    border: none;
    color: #000!important;
}
.votoRPreturn {
    padding: 6px 20px 6px 20px;
    background-color: #34344E;;
    color: #fff;
    border-radius: 8px;
}


.distribucionPC  .title--text {
    color: #4B3943;
}
.darkMode .distribucionPC  .title--text {
    color: #d1d1d1;
}

@media (min-width: 768px) {
    .distribucionPC table {
        width: 100%;
    }
    .distribucionPC thead {
        border-bottom: 1px solid #d1d1d1;
    }
    .distribucionPC thead th {
        border-top: none;
        color: #23233E;
        font-weight: 400;
        font-size: 1.2rem;
        text-align: center;
    }
    .darkMode thead th {color: #d1d1d1;}

    .distribucionPC td, .distribucionPC th {
        /*border: 1px solid #efefef;*/
    }
    .distribucionPC td:first-child, .distribucionPC th:first-child {
        border-right: 1px solid #d1d1d1;
    }
    .distribucionPC td:last-child, .distribucionPC th:last-child {
        border-left: 1px solid #d1d1d1;
    }
    .distribucionPC tbody th, .distribucionPC tbody td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .distribucionPC .td-name {
        padding-left: 1.5em;
        font-size: 1.2rem;
        min-width: 14em;
    }
    .distribucionPC .td-suma {
        line-height: 2em;
    }
    .distribucionPC .td-suma > div {
        display: inline-block;
    }
    .distribucionPC .td-suma .plus {
        margin-left: 5px;
        margin-right: 5px;
    }
    .distribucionPC .td-suma > div:last-child .plus {
        display: none;
    }
    .distribucionPC .td-total {
        text-align: center;
        white-space: nowrap;
    }
    .distribucionPC tbody tr:nth-child(odd) {
        background-color: #F1F1F1;
    }
    .darkMode .distribucionPC tbody tr:nth-child(odd) {
        background-color: #373737;
    }
    .distribucionPC .td-total .num {
        font-weight: bold;
        font-size: 1.5rem;
    }
    .distribucionPC .td-total .equals::before {
        background-color: #000;
        color: #A4A4A4;
        border-radius: 50%;
        font-size: 20px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        content: "=";
        display: inline-block;
        float: left;
        margin-left: 20px;
    }
}
@media (max-width: 767.98px) {
    .distribucionPC table,.distribucionPC tbody,.distribucionPC tr,.distribucionPC td,.distribucionPC th {
        display:block;
    }
    .distribucionPC thead {
        display: none;
    }
    .distribucionPC tr {
        padding: 5px 30px 5px 30px;
    }
    .distribucionPC tr:nth-child(odd) {
        background-color: #f9f9f9;
    }
    .darkMode .distribucionPC tr:nth-child(odd) {
        background-color: #373737;
    }
    .distribucionPC .td-name {
        display: flex;
    }
    .distribucionPC .td-name .name {
        padding-left: 5px;
        font-weight: bold;
        order: 2;
    }
    .distribucionPC .td-suma {
        display: flex;
        flex-direction: column;
        text-align: right;
        font-weight: bold;
    }
    .distribucionPC .td-suma > div {
        border-top: 1px solid #9d9d9d;
        padding: 4px 0!important;
    }
    .distribucionPC .td-suma .plus {
        display: none;
    }
    .distribucionPC .td-suma img.logo {
        float: left;
        height:32px;
    }
    .distribucionPC .td-total {
        text-align: right;
        color: #d52186;
        border-top: 1px solid #000;
    }
    .distribucionPC .td-total .text {
        text-align: left;
        font-weight: bold;
        font-size: 0.875rem;
    }
    .distribucionPC .td-total .num {
        float:right;
        font-weight: bold;
        font-size: 1.25rem;
    }
}

.distribucionPP .equals::before{
    background-color: #000;
    color: #A4A4A4;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    content: "=";
    display: inline-block;
}
.distribucionPP .title--text {
    color: #4B3943;
}
.darkMode .distribucionPP .title--text {
    color: inherit;
}

@media (min-width: 768px) {
    .distribucionPP table {
        width: 100%;
    }
    .distribucionPP thead th {
        border-top: none;
        color: #23233E;
        font-weight: 400;
        font-size: 1.2rem;
        text-align: center;
    }
    .darkMode .distribucionPP thead th {color:inherit}

    .distribucionPP tbody {
        font-size: 30px; /*30px*/
        line-height: 2.5;
    }

    .distribucionPP td, .distribucionPP th {
        border: 1px solid #efefef;
    }
    .darkMode .distribucionPP td,
    .darkMode .distribucionPP th {
        border: none;
    }

    .distribucionPP tbody th, .distribucionPP tbody td {
        text-align: center;
    }
    .darkMode .td-plus {
        color: #000;
    }
    .distribucionPP .td-total {
        text-align: center;
        white-space: nowrap;
    }
    .distribucionPP tbody tr:nth-child(odd) {
        background-color: #F1F1F1;
    }
    .darkMode .distribucionPP tbody tr:nth-child(odd) {
        background-color: #373737;
    }
    .distribucionPP .td-total {
        font-weight: 500;
    }
}
@media (max-width: 767.98px) {
    .distribucionPP table,.distribucionPP tbody,.distribucionPP tr,.distribucionPP td,.distribucionPP th {
        display:block;
    }
    .distribucionPP thead {
        display: none;
    }
    .distribucionPP tr {
        display: flex;
        flex-wrap: wrap;
    }
    .distribucionPP tr:nth-child(odd) {
        background-color: #f9f9f9;
    }
    .darkMode .distribucionPP tr:nth-child(odd) {
        background-color: #222222;
    }
    .distribucionPP .td-logo {
        text-align: center;
        flex: 1 0 100%;
    }
    .distribucionPP .td-logo img {
        height: 38px;
    }
    .distribucionPP td div.title {
        display: block!important;
        font-size: 12px;
    }
    .distribucionPP .td-numPid {
        flex: 1 1 0;
    }
    .distribucionPP .td-numCoal {
        flex: 1 1 0;
    }
    .distribucionPP .td-suma {
        display: flex;
        flex-direction: column;
        text-align: right;
        font-weight: bold;
    }
    .distribucionPP .td-suma > div {
        border-top: 1px solid #000;
        padding: 4px 0;
    }
    .distribucionPP .td-suma .plus {
        display: none;
    }
    .distribucionPP .td-suma img.logo {
        float: left;
    }
    .distribucionPP .td-total {
        text-align: right;
        color: #d52186;
    }
    .darkMode .distribucionPP .td-total {
        color: inherit;
    }
    .distribucionPP .td-total .text {
        float: left;
        font-weight: bold;
    }
    .distribucionPP .td-total .num {
        font-weight: bold;
        font-size: 1.5rem;
    }
}


.listaSecciones {
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 20px;
}
.darkMode .listaSecciones {background-color: #1d1d1d;
}
.listaSecciones--wrapper {
    max-width:100%;
    max-height:512px;
    overflow: auto
}
.listaSecciones table {
    position: relative;
    min-width: 100%;
}
.listaSecciones thead th{
    position: sticky;
    background-color: #23233E;
    color: #fff;
    top:0;
}
.darkMode .listaSecciones thead th {background-color: #1d1d1d;}

.listaSecciones thead th {
    text-align: center;
    min-width: 3em;
    padding: 5px 1em 5px 1em;
}
.listaSecciones tbody tr:nth-child(even) {
    background-color: #F1F1F1;
}
.darkMode .listaSecciones tbody tr:nth-child(even) {
    background-color: #373737;
}
.listaSecciones tbody th a {
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.darkMode tbody th a {
    color: inherit;
}
.listaSecciones tbody td {
    text-align: center;
    font-size: 0.9rem;
    padding: 5px;
}

.listaCasillas--wrapper {
    max-width:100%;
    max-height:512px;
    overflow: auto
}
.listaCasillas table {
    position: relative;
    min-width: 100%;
}
.listaCasillas thead th{
    position: sticky;
    background-color: #23233E;
    color: #fff;
    top:0;
}
.darkMode .listaCasillas thead th{
    background-color: #1d1d1d;
    color: inherit;
}
.listaCasillas thead th {
    text-align: center;
    min-width: 3em;
    padding: 5px 1em 5px 1em;
}
.listaCasillas tbody tr:nth-child(even) {
    background-color: #F1F1F1;
}
.darkMode .listaCasillas tbody tr:nth-child(even) {
    background-color: #373737;
}
.listaCasillas tbody th a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.darkMode .listaCasillas tbody th a {
    color: inherit;
}
.listaCasillas tbody td {
    text-align: center;
    font-size: 0.9rem;
    padding: 5px;
}
.listaCasillas tbody tr.status0 {}
.listaCasillas tbody tr.status1 {
    background-image: repeating-linear-gradient(20deg, #ccc, #ccc 15px, #dbdbdb 15px, #dbdbdb 30px);
}
.listaCasillas tbody tr.status2 {}




.estadisticaEntidad--title {
    font-size: 30px;
    border-left: 5px solid #D5137F;
    padding-left: 16px;
    font-weight: bold;
}
.darkMode .estadisticaEntidad--title {
    border-left-color: #ee55a1;
}
.estadisticaEntidad--actas .ubicacion {
    color: #fff;
    background-image: url("../img/urbnourb.png");
    background-repeat: no-repeat;
    background-size: contain;
    //background-size: 200px 300px;
    //width: 200px;
    //height: 300px;
    padding-top:60px;
}
.darkMode .estadisticaEntidad--actas .ubicacion {
    color: #1d1d1d;
}
.estadisticaEntidad--actas .ubicacion--urb {
    width:150px;
    height:71px;
    margin-right: 5px;
//    background-color:#d2127e;
}
.darkMode .estadisticaEntidad--actas .ubicacion--urb {
//    background-color: #f0b0d6;
}
.estadisticaEntidad--actas .ubicacion--nourb {
    width:150px;
    height:71px;
//    background-color:#83044c;
}
.darkMode .estadisticaEntidad--actas .ubicacion--nourb {
//    background-color: #e87ebc;
}

.estadisticaEntidad--lnominal .num {color:#D5137F;}
.darkMode .estadisticaEntidad--lnominal .num {color: #a97091;}

.estadisticaEntidad--participacion .pct {font-size: 38px;color: #D2127E;}
.darkMode .estadisticaEntidad--participacion .pct{color: #cfcfcf;}
.estadisticaEntidad--participacion .txt-considerando {color:#4B3943}
.darkMode .estadisticaEntidad--participacion .txt-considerando {color: #d1d1d1}

.darkMode .estadisticaEntidad--participacion .votosNorm {background-color: #1d1d1d}
.darkMode .estadisticaEntidad--participacion .votosNorm .num {color:#ddd}
.estadisticaEntidad--participacion .votosNorm .txt {}
.darkMode .estadisticaEntidad--participacion .votosEsp {background-color: #1d1d1d}
.darkMode .estadisticaEntidad--participacion .votosEsp .num {color:#ddd}
.estadisticaEntidad--participacion .votosEsp .txt {}
.darkMode .estadisticaEntidad--participacion .votosRP {background-color: #1d1d1d}
.darkMode .estadisticaEntidad--participacion .votosRP .num {color:#ddd}
.estadisticaEntidad--participacion .votosRP .txt {}
.estadisticaEntidad--participacion .total .txt {}
.estadisticaEntidad--participacion .total .num {}
.darkMode .estadisticaEntidad--participacion .total .num {color: #d187b4;}

.estadisticaEntidad--participacion .progress{
    background-color: #D9D9D9;
}
.darkMode .estadisticaEntidad--participacion .progress{
    background-color: #121212;
}
.estadisticaEntidad--participacion .progress-bar{
    background-color: #23233E;
}
.darkMode  .estadisticaEntidad--participacion .progress-bar{
    background-color: #ed98cb;
}


.estadisticaDiv {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}
.darkMode .estadisticaDiv {
    background-color: #1d1d1d;
    color: #ddd;
}
.estadisticaDiv--title {
    font-size: 30px;
    border-left: 5px solid #D5137F;
    padding-left: 16px;
    font-weight: bold;
}
.estadisticaDiv article {
    flex: 1 1 0;
    margin: 10px;
}
.estadisticaDiv--lnominal {}
.estadisticaDiv--lnominal .tit {}
.estadisticaDiv--lnominal .num {}
.estadisticaDiv--lnominal .txt {color: #4B3943}
.darkMode .estadisticaDiv--lnominal .txt {color: inherit}
.estadisticaDiv--part {color:#4B3943;}
.darkMode .estadisticaDiv--part {color: #d1d1d1;}
.estadisticaDiv--part .tit {color: #000;}
.darkMode .estadisticaDiv--part .tit {color: inherit;}
.estadisticaDiv--part .pct {color:#D2127E}
.darkMode .estadisticaDiv--part .pct {color: #ec97ca;}


.resultados--tvotos {font-size: 1.4rem;text-align: center}
.resultados--tvotos .tit {font-weight: bold}
.resultados--tvotos .num {font-size: 53px;line-height: 1;font-weight:bold;color: #D2127E}
.darkMode .resultados--tvotos .num {color: #e87ebc;}
.resultados--tvotos .pct {color: #E20382}
.darkMode .resultados--tvotos .pct {color: #7b4766;}

.estadisticaCas {}
.estadisticaCas .b-participacion {background-color: #F9F9F9;margin-top: 20px;}
.darkMode .estadisticaCas .b-participacion {background-color: #2c2c2c;}
.estadisticaCas .cas-tit {font-size: 18px;font-weight: bold}
.estadisticaCas .cas-pct {font-size: 33px;font-weight: bold}
.estadisticaCas .ln-tit {font-size: 18px;font-weight: bold}
.estadisticaCas .ln-num {font-size: 33px;font-weight: bold}
.estadisticaCas .progress {background-color: #E6E6E6;border: 1px solid #D9D9D9;height:40px;}
.darkMode .progress {background-color: #111;border-color:#000}
.estadisticaCas .progress-bar {background-color: #34344E}
.darkMode .estadisticaCas .progress-bar {background-color: #f292c3;}


@media (max-width: 767.98px) {
    .estadisticaCas {}
    .estadisticaCas .progress {height:10px;}
    .estadisticaCas .cas-tit {font-size: 15px}
    .estadisticaCas .cas-pct {font-size: 22px}
    .estadisticaCas .ln-tit {font-size: 24px}
    .estadisticaCas .ln-num {font-size: 64px}
    .estadisticaCas .ln-subtit {font-size: 14px;}
    .estadisticaCas .ln-info {font-size: 14px;color:#4B3943}

}


.observaciones {
    background-color: #F5F5F5;
    min-width: 400px;
    font-size: 1.25rem;/*20px*/
}
.darkMode .observaciones {background-color: #222222}
.observaciones .title {color: #D2127E;font-size: 24px;font-weight: bold}
.darkMode .observaciones .title {color: inherit}
@media (max-width: 767.98px) {
    .observaciones {
        min-width: unset;
        min-height: 120px;
        margin: 20px;
    }
}

.obsActa {
    color: #4B3943;
    background-color: #fff;
}
.darkMode .obsActa {
    color: #d1d1d1;
    background-color: #1d1d1d;
}
.obsActa dfn {
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    color: #000;
    display: block;
}
.darkMode dfn {color:#e1e1e1}

.obsActa--title {
    color: #000;
    font-size: 1.9rem;
    border-left: 15px solid #D5137F;
    padding-left: 1rem;
    font-weight: bold;
}
.darkMode .obsActa--title {
    color: #e1e1e1;
}
.obsActa--titleCont {
    color: #D2127E;
    font-size: 1.6rem;
    border-left: 15px solid #D2127E;
    padding-left: 1rem;
    font-weight: bold;
}
.darkMode .obsActa--titleCont {color:#e1e1e1;}
.obsActa--titleNoId {
    color: #7A4493;
    font-size: 1.6rem;
    border-left: 15px solid #7A4493;
    padding-left: 1rem;
    font-weight: bold;
}
.darkMode .obsActa--titleNoId {color:#e1e1e1;}
.obsActa--titleNoId b{color: #000;}
.darkMode .obsActa--titleNoId b{color: #e1e1e1;}

.obsActa--titleNoCont {
    color: #4199A0;
    font-size: 1.6rem;
    border-left: 15px solid #4199A0;
    padding-left: 1rem;
    font-weight: bold;
}
.darkMode .obsActa--titleNoCont {color:#e1e1e1;}


.vprogress {
    background-color: #E6E6E6;
    margin: auto;
    width: 72px;
    height: 135px;
    //margin-right: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.darkMode .vprogress {
    background-color: #1d1d1d;
}
.vprogress-bar {
    width: 100%;
    height: 0;
}
.vprogress-bar.esperadas {
    background-color: #D2127E;
}
.darkMode .vprogress-bar.esperadas {
    background-color: #fb2a71;
}
.vprogress-bar.capturadas {
    background-color: #79144C;
}
.darkMode .vprogress-bar.capturadas {
    background-color: #fc9caf;
}
.vprogress-bar.contabilizadas {
    background-color: #EFB5D3;
}
.darkMode .vprogress-bar.contabilizadas {
    background-color: #fcc4cc;
}

.participacionBar {
    background-color: #F4F4F4;
    color: #000;
}
.participacionBar-bar {
    background-color: #34344E;
    white-space: nowrap;
    color: #fff;
    width: 0;
}

.button--veracta1 {
    display: block;
    min-width: 12em;
    background-color: #D2127E;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    line-height: 2;
}
.darkMode .button--veracta1 {
    background-color: #ec97ca;
    color: #000;
}
.button--veracta1 origenacta {
    color: #fff;
}
.darkMode .button--veracta1 origenacta {
    color: #000;
}
.button--veracta1:hover {
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
}
.button--veracta1:disabled {

}

.gauge {
    width: 100%;
    max-width: 250px;
    font-size: 16px;
    color: #D5137F;
}
.gauge .txt {
    color:#4B3943;
}
.gauge .num {
    color:#000;
}
.darkMode .gauge,
.darkMode .gauge .txt,
.darkMode .gauge .num{
    color: #d1d1d1;
}

.gauge__body {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: #E6E6E6;
    position: relative;
    border-top-left-radius: 100% 200%;
    border-top-right-radius: 100% 200%;
    overflow: hidden;
    border-top: 4px solid;
    border-left: 4px solid;
    border-right: 3px solid;
    border-color: #E6E6E6;
}
.darkMode .gauge__body{
    background-color: #2c2c2c;
    border-color: #2c2c2c;
}


.gauge__fill {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: 100%;
    background: #D5137F;
    transform-origin: center top;
    transform: rotate(0.25turn);
    transition: transform 0.2s ease-out;
}
.darkMode .gauge__fill {background: #ec97ca}

.gauge__cover {
    width: 75%;
    height: 150%;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 4px solid;
    border-left: 4px solid;
    border-right: 4px solid;
    border-color: #E6E6E6;
    /* Text */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25%;
    box-sizing: border-box;
}
.darkMode .gauge__cover {background: #1d1d1d;border-color: #2c2c2c;}

.mapcontainer {
    width: 500px;
}
.mapcontainer2 {
    width: 100%;
}
.mapael {
    display: inline-block;
}
.mapael .mapTooltip {
    position: absolute;
    z-index: 10;
    min-width: 200px;
    max-width: 400px;
    display: none;
    box-shadow: 0 3px 6px #00000029;
}
.mapael .mapTooltip .wrapper {
    background-color: #fff;
    border-radius: 8px;
}
.mapael .mapTooltip .wrapper > div {
    padding-left: 10px;
}
.mapael .mapTooltip div.bNombre {
    background-color: #F5F5F5;
    font-size: 14px;
}
/* Specific mapael css class are below
 * 'mapael' class is added by plugin
*/

.mapael .map {
    background-color: #00000000;
    margin-bottom: 10px;
    position: relative;
}

/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;

    -webkit-user-select: none;
    -khtml-user-select : none;
    -moz-user-select: none;
    -o-user-select : none;
    user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 50px;
}


.bTablaMapa {
    min-width: 400px;
}
.bTablaMapa tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.darkMode .bTablaMapa tbody tr:nth-child(odd) {
    background-color: #373737;
}
.bTablaMapa tbody td:nth-child(2),.bTablaMapa thead th:nth-child(1) {
    border-right: 2px solid #f4bfde;
}
.darkMode .bTablaMapa tbody td:nth-child(2), .darkMode .bTablaMapa thead th:nth-child(1) {
    border-right-color: #e67dba;
}
.bTablaMapa tbody .numDivs {
    font-size: 1.5rem;
    font-weight: bolder;
    text-align: right;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.bTablaMapa thead .numVotos {
    text-align: center;
}
.bTablaMapa tbody .numVotos {
    color: #34344d;
    font-weight: 500;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: right;
}
.darkMode .bTablaMapa tbody .numVotos {
    color: #d1d1d1;
}

.bTablaMapa thead .pctVotos {
    font-size: 0.6rem;
    text-align: center;
}
.bTablaMapa tbody .pctVotos {
    font-size: 0.6rem;
    text-align: center;
}
.bTablaMapa tbody .pctVotos .progress {
    width: 80px;
    height: 10px;
}
.darkMode .bTablaMapa tbody .pctVotos .progress {
    background-color: #1d1d1d;
}
.bTablaMapa tbody tr.maxpid {
    border: 2px solid #D5137F;
    color: #D5137F;
}
.darkMode .bTablaMapa tbody tr.maxpid {
    border-color: #ef55a2;
    color: #ee55a1;
}
.bTablaMapa tbody tr.maxpid .numVotos {
    color: #D5137F;
}
.darkMode .bTablaMapa tbody tr.maxpid .numVotos {
    color: #ee55a1;
}

.bTablaMapa tfoot .numDivs {
    font-size: 1.5rem;
    font-weight: bolder;
    text-align: right;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}






.ng-hide:not(.ng-hide-animate) {
    /* These are just alternative ways of hiding an element */
    display: block!important;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.break-row {
  flex-basis: 100%;
  height: 0;
}
.break-column {
  flex-basis: 100%;
  width: 0;
}

.logo-pie-left {
    height: 2em;
}
.logo-pie-right {
    height: 2em;
    margin-left: 4em;
}
.pie-logos {
    background-color: #D2127E;
}
.darkMode .pie-logos {
    background-color: #1d1d1d;
}
.pie-escritorio {
    background-color: #34344E;
    color: #fff;
}
.pie-escritorio a {
    cursor: pointer;
}
.darkMode .pie-escritorio {
    background-color: #1d1d1d;
    color: #d187b4;
}
.pie-nombre {
    background-color: #34344E;
    color: #fff;
}
.darkMode .pie-nombre {
    background-color: #121212;
}



/*
Vivid CSS3 Spinner
Made by Kevin Jannis (@kevinjannis)
Inspired by http://gif.flrn.nl/post/111106392227
View more at www.janniskev.in
*/

div.spinner1 {
    -moz-animation: rotate 10s infinite linear;
    -webkit-animation: rotate 10s infinite linear;
    animation: rotate 10s infinite linear;
    position: relative;
    top: 50%;
    display: block;
    margin: auto;
    width: 142px;
    height: 142px;
}
div.spinner1 i {
    -moz-animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
    -webkit-animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
    animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
    -moz-transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    border: solid 6px transparent;
    border-bottom: none;
}
div.spinner1 i:nth-child(1) {
    -moz-animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
    animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
    width: 44px;
    height: 22px;
    margin-top: -22px;
    margin-left: -22px;
    border-color: #2172b8;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
}
div.spinner1 i:nth-child(2) {
    -moz-animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
    animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
    width: 58px;
    height: 29px;
    margin-top: -29px;
    margin-left: -29px;
    border-color: #18a39b;
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
}
div.spinner1 i:nth-child(3) {
    -moz-animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
    animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
    width: 72px;
    height: 36px;
    margin-top: -36px;
    margin-left: -36px;
    border-color: #82c545;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
}
div.spinner1 i:nth-child(4) {
    -moz-animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
    animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
    width: 86px;
    height: 43px;
    margin-top: -43px;
    margin-left: -43px;
    border-color: #f8b739;
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
}
div.spinner1 i:nth-child(5) {
    -moz-animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
    animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
    width: 100px;
    height: 50px;
    margin-top: -50px;
    margin-left: -50px;
    border-color: #f06045;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
div.spinner1 i:nth-child(6) {
    -moz-animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
    animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
    width: 114px;
    height: 57px;
    margin-top: -57px;
    margin-left: -57px;
    border-color: #ed2861;
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
}
div.spinner1 i:nth-child(7) {
    -moz-animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
    animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
    width: 128px;
    height: 64px;
    margin-top: -64px;
    margin-left: -64px;
    border-color: #c12680;
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
}
div.spinner1 i:nth-child(8) {
    -moz-animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
    animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
    width: 142px;
    height: 71px;
    margin-top: -71px;
    margin-left: -71px;
    border-color: #5d3191;
    border-top-left-radius: 78px;
    border-top-right-radius: 78px;
}

@-moz-keyframes rotate {
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
