img[alt]:after {
    background-color: transparent !important;
    z-index: ;
}
.sv2025-grandesbatallas {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}
.sv2025-grandesbatallas .box {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    border: 1px solid #e0e2e7;
    border-radius: 6px;
}
.sv2025-grandesbatallas .box .top {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 40px 0 40px;
}
.sv2025-grandesbatallas .box .top .titulo {
    display: block;
    position: relative;
    width: 100%;
}
.sv2025-grandesbatallas .box .top .titulo h2 {
    display: inline-block;
    color: #383F4A;
    font-size: 3em;
    font-weight: 900;
    padding: 10px 0 0 0;
    margin: 0;
}
.sv2025-grandesbatallas .box .top .titulo h2 img {
    margin: 0;
    width: 24px;
}
.sv2025-grandesbatallas .box .bottom {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 40px 20px 40px;
} 
.sv2025-grandesbatallas .box .bottom .servelDatos .box {
    display: block;
    width: 100%;
    text-align: center;
    border: 0;
}
.sv2025-grandesbatallas .box .bottom .servelDatos .box p {
    color: #9A9BA0;
    font-size: 1.4em;
    font-weight: 400;
}
.sv2025-grandesbatallas .box .middle {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 40px;
}
.sv2025-grandesbatallas .box .middle .box {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
    border: 0;
}
.sv2025-grandesbatallas .box .middle .box .item {
    display: block;
    position: relative;
    width: 32%;
    margin: 0 2% 2% 0;
    float: left;
    border: 2px solid #C7CACF;
    border-radius: 6px;
}
.sv2025-grandesbatallas .box .middle .box .item:nth-child(3n) {
    display: block;
    position: relative;
    width: 32%;
    margin: 0 0 2% 0;
    float: left;
}
.sv2025-grandesbatallas .box .middle .box .item .head {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 10px 3px 10px;
}
.sv2025-grandesbatallas .box .middle .box .item .head .box {
    display: block;
    position: relative;
    width: 100%;
    background: #f6f7f9;
    border: 1px solid #e0e2e7;
    border-radius: 5px;
    padding: 4px 10px;
    text-align: center;
    margin: 0;
}
.sv2025-grandesbatallas .box .middle .box .item .head .box h2 {
    color: #262626;
    font-weight: 900;
    font-size: 1.8em;
    text-transform: uppercase;
}
.sv2025-grandesbatallas .box .middle .box .item .head .box h2 .lugar {
    font-weight: 700;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados {
    display: inline-block;
    position: relative;
    width: 100%;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 4px 10px;
    border-top: 1px solid #C7CACF;
    margin: 6px 0;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato + .candidato {
    margin: 0 0 6px 0;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table,
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato tbody,
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato tbody tr {
    display: inline-block;
    position: relative;
    width: 100%;
    border-collapse: collapse;
    font-size: 1em;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.foto{
    display: block;
    position: relative;
    width: 15%;
    float: left;
    height: 50px;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.foto img {
    width: 90%;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.apellido{
    display: block;
    position: relative;
    width: 15%;
    float: left;
    height: 30px;;
    text-align: left;
    margin: 18px 0 0 0;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.porcentaje{
    display: block;
    position: relative;
    width: 17%;
    float: left;
    height: 30px;
    text-align: right;
    margin: 18px 0 0 0;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.graficoLinea{
    display: block;
    position: relative;
    width: 28%;
    float: left;
    height: 30px;
    margin: 18px 0 0 0;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.votos{
    display: block;
    position: relative;
    width: 25%;
    float: left;
    height: 30px;
    text-align: right;
    padding: 0 10px 0 0;
    margin: 18px 0 0 0;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.apellido p {
    color: #262626;
    font-size: 1.6em;
    font-weight: 500;
    text-transform: capitalize;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.porcentaje p {
    color: #262626;
    font-size: 1.6em;
    font-weight: 500;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.votos p {
    color: #262626;
    font-size: 1.6em;
    font-weight: 500;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.pacto p {
    color: #84868A;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.graficoLinea .base {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    background-color: #EAEDF1;
    height: 12px;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.graficoLinea .linea {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 0%;
    background-color: #F1372B;
    height: 12px;
    z-index: 9;
}
.sv2025-grandesbatallas .box .middle .box .item .resultados .candidato + .candidato table td.graficoLinea .linea {
    background-color: #2B92F1;
}
.sv2025-grandesbatallas .box .middle .box .item .footer {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 10px 10px 10px;
    text-align: right;
}
.sv2025-grandesbatallas .box .middle .box .item .footer p {
    color: #84868A;
    font-size: 1.4em;
    font-weight: 400;
    width: 100%;
}
/* variable de color */
.sv2025-grandesbatallas .box .middle .box .item.kast .head .box h2 {
    color: #2B92F1;
}
.sv2025-grandesbatallas .box .middle .box .item.boric .head .box h2 {
    color: #F1372B;
}   

@media (min-width:0) and (max-width:767px) {   
    .sv2025-grandesbatallas {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .sv2025-grandesbatallas .box .top {
        padding: 10px 10px 0 10px;
    }
    .sv2025-grandesbatallas .box .top .titulo h2 {
        font-size: 2.4em;
    }
    .sv2025-grandesbatallas .box .middle {
        padding: 0 10px;
    }
    .sv2025-grandesbatallas .box .middle .box {
        margin: 10px 0 0 0;
    }
    .sv2025-grandesbatallas .box .middle .box .item {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    .sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.foto img {
        width: 50px;
    }
    .sv2025-grandesbatallas .box .bottom {
        margin: 0;
        padding: 0 10px 10px 10px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .sv2025-grandesbatallas {
        width: 720px;
        margin: 0;
    }
    .sv2025-grandesbatallas .box .middle .box .item {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    .sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.foto img {
        width: 50px;
    }
}

@media (min-width:1024px) and (max-width:1160px) {  
    .sv2025-grandesbatallas {
        width: 1000px;
        margin: 0;
    }
    .sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.apellido,
    .sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.votos,
    .sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.graficoLinea,
    .sv2025-grandesbatallas .box .middle .box .item .resultados .candidato table td.porcentaje {
        margin: 10px 0 0 0;
    }
}

@media (min-width:1161px) and (max-width:1289px) {
    .sv2025-grandesbatallas {
        width: 1160px;
        margin: 0;
    }
}