.ele2025-participacion {
    display: block;
    position: relative;
    width: 1290px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e0e2e7;
    border-radius: 6px;
}
.ele2025-participacion .box {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 40px;
}
.ele2025-participacion .box .header .titulo {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
}
.ele2025-participacion .box .header .titulo h2 {
    color: #000;
    font-size: 2.4em;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.ele2025-participacion .box .header .titulo h2 img {
    margin: 0;
    width: 40px;
}
.ele2025-participacion .box .top {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 0px 0px 20px;
}
.ele2025-participacion .box .top h2 {
    font-weight: 900;
    color: #25282F;
    font-size: 3em;
    position: relative;
}
.ele2025-participacion .box .top h2 img {
    margin: 0;
    width: 24px;
}
.ele2025-participacion .box .middle {
    display: inline-block;
    position: relative;
    width: 100%;
}
.ele2025-participacion .box .middle .box {
    padding: 10px 0 0 0;
    border: 0;
    border-radius: 0;
}
.ele2025-participacion .box .middle .box .item {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
}
.ele2025-participacion .box .middle .box .item .eleccion {
    display: block;
    position: relative;
    width: 30%;
    float: left;
    background-color: #fff;
    padding: 10px;
    height: 34px;
    border: 1px solid #d0d1d6;
    border-radius: 6px 0 0 6px;
}
.ele2025-participacion .box .middle .box .item .cifras {
    display: block;
    position: relative;
    width: 70%;
    float: left;
}
.ele2025-participacion .box .middle .box .item .eleccion p {
    color: #8B8D93;
    font-size: 1.6em;
    font-weight: 400;
    position: absolute;
    left: 20px;
    top: 7px;
}
.ele2025-participacion .box .middle .box .item .cifras .contenedor {
    display: block;
    position: relative;
    width: 100%;
    background-color: #f6f7f9;
    height: 34px;
    border-radius: 0 6px 6px 0;
}
.ele2025-participacion .box .middle .box .item .cifras .contenedor .barra {
    display: block;
    position: relative;
    float: left;
    background-color: #d0d1d6;
    height: 34px;
}
.ele2025-participacion .box .middle .box .item .cifras .contenedor .barra p {
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    padding: 0;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 7px;
}
.ele2025-participacion .box .middle .box .item.actual .cifras .contenedor .barra {
    background-color: #ffca26;
}
.ele2025-participacion .box .middle .box .item.actual .eleccion p {
    color: #000000;
    font-weight: 500;
}
.ele2025-participacion .box .middle .box .item.actual .cifras .contenedor .barra p  {
    color: #000;
}
.ele2025-participacion .box .middle .box .item.actual + .item + .item .eleccion p {
    font-weight: 400;
}
.ele2025-participacion .box .bottom .servelDatos {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.ele2025-participacion .box .bottom .servelDatos .box {
    border: 0;
    border-radius: 0;
}
.ele2025-participacion .box .bottom .servelDatos p.info {
    color: #9A9BA0;
    font-size: 1.4em;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 400;
}
.ele2025-participacion .box .leyenda {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    margin: -20px 0 0 0;
}
.ele2025-participacion .box .leyenda p {
    color: #777;
    font-size: 1.6em;
    font-weight: 400;
}

/* responsive */

@media (min-width: 0px) and (max-width: 767px) {

    .ele2025-participacion {
        width: 96%;
        padding: 0;
    }
    .ele2025-participacion .box {
        padding: 10px;
    }
    .ele2025-participacion .box .top h2 {
        font-size: 2.4em;
    }
    .ele2025-participacion .box .middle .box {
        padding: 0;
    }
    .ele2025-participacion .box .middle .box .item .eleccion {
        display: flex;
        align-items: center;
        justify-content: left;
        width: 65%;
        padding: 0 0 0 10px;
    }
    .ele2025-participacion .box .middle .box .item .cifras {
        width: 35%;
    }
    .ele2025-participacion .box .middle .box .item .eleccion,
    .ele2025-participacion .box .middle .box .item .cifras .contenedor .barra,
    .ele2025-participacion .box .middle .box .item .cifras .contenedor {
        height: 24px;
    }
    .ele2025-participacion .box .middle .box .item .eleccion p {
        font-size: 1.4em;
        left: unset;
        top: unset;
        position: relative;
    }
    .ele2025-participacion .box .middle .box .item .cifras .contenedor .barra p {
        font-size: 1.2em;
        top: 4px;
        right: 2px;
    }
    .ele2025-participacion .box .middle .box .item {
        margin: 0 0 4px 0;
    }
    .ele2025-participacion .box .leyenda p {
        font-size: 1.4em;
    }
    .ele2025-participacion .box .middle .box .item.actual .eleccion p {
        font-weight: 900;
        font-size: 1.4em;
    }
    .ele2025-participacion .box .bottom .servelDatos {
        margin: 10px auto 0 auto;
    }

}
@media (min-width: 0px) and (max-width: 389px) {
    .ele2025-participacion .box .middle .box .item .eleccion p {
        left: 4px
    }
    .ele2025-participacion .box .middle .box .item .eleccion{
        padding: 10px 4px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    
    .ele2025-participacion {
        width: 720px;
    }
    .ele2025-participacion .box .top h2 {
        font-size: 2.6em;
    }
    .ele2025-participacion .box .middle .box {
        padding: 0;
    }
    .ele2025-participacion .box .middle .box .item .eleccion p {
        font-size: 1.6em;
        top: 7px;
        left: 10px;
    }
    .ele2025-participacion .box .middle .box .item .cifras .contenedor .barra p {
        font-size: 2em;
        top: 4px;
    }
    .ele2025-participacion .box .middle .box .item .eleccion {
        width: 40%;
    }
    .ele2025-participacion .box .middle .box .item .cifras {
        width: 60%;
    }
    .ele2025-participacion .box .bottom .servelDatos .box {
        padding: 6px 20px;
    }

}

@media (min-width: 1024px) and (max-width: 1160px) {
    .ele2025-participacion {
        width: 1000px;
    }
    .ele2025-participacion .box .top h2 {
        font-size: 2.8em;
    }
}

@media (min-width: 1161px) and (max-width: 1289px) {
    .ele2025-participacion {
        width: 1160px;
    }
    .ele2025-participacion .box .top h2 {
        font-size: 2.8em;
    }
}