/*
  Cascading style sheets for "Widget Elecciones Senado y Camara 2026 Caracol Radio"
  (C) 2026 Prisa Media - http://www.prisa.com
  OPTIMIZED VERSION - Reduced file size and improved performance
*/


/* ===== CSS VARIABLES ===== */

:root {
    /* Colores principales */
    --c-primary-text: #232323;
    --c-brand-red: #bf0000;
    --c-brand-red-alt: #fe0000;
    --c-white: #fff;
    --c-black: #000;
    /* Grises */
    --c-gray-lightest: #f2f2f2;
    --c-gray-lighter: #efefef;
    --c-gray-light: #e0e0e0;
    --c-gray-medium: #808080;
    --c-gray-medium-alt: #9c9c9e;
    --c-gray-dark: #727272;
    --c-gray-darker: #555555;
    --c-gray-darkest: #333333;
    --c-gray-text: #636262;
    --c-gray-text-light: #7f7f81;
    --c-gray-text-medium: #9f9f9f;
    --c-gray-borders: #bfbfbf;
    /* Colores específicos */
    --c-yellow: #f8d649;
    --c-yellow-light: #f2d763;
    --c-background-info: #e0dddd;
    /* Fuente */
    --font-family: "Poppins", Arial, Helvetica, sans-serif;
    /* Tamaños */
    --max-width-container: 1152px;
    --max-width-video: 1280px;
}

/* ===== ESTILOS COMUNES ===== */

.hide {
    display: none;
}
a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}
body {
    margin: 0;
    padding: 0;
}
[class*='col-'] {
    float: left;
    min-height: 1px;
    padding-right: 0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.bold {
    font-weight: 600;
}

/* ===== SISTEMA DE COLUMNAS RESPONSIVAS ===== */


/* Contenedor principal para columnas */

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.row::after {
    content: "";
    display: table;
    clear: both;
}

/* Columnas base */

.col-1, .col-2, .col-3, .col-4 {
    padding: 0 8px;
    box-sizing: border-box;
}

/* Sistema de 1 columna (100%) */

.col-1 {
    width: 100%;
    flex: 0 0 100%;
}

/* Sistema de 2 columnas (50% cada una) */

.col-2 {
    width: 50%;
    flex: 0 0 50%;
}

/* Sistema de 3 columnas (33.33% cada una) */

.col-3 {
    width: 33.333%;
    flex: 0 0 33.333%;
}

/* Sistema de 4 columnas (25% cada una) */

.col-4 {
    width: 25%;
    flex: 0 0 25%;
}

/* Clases adicionales para distribución flexible */

.col-1-1 {
    width: 100%;
}
.col-1-2 {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 8px;
    box-sizing: border-box;
}
.col-1-3 {
    width: 33.333%;
    flex: 0 0 33.333%;
    padding: 0 8px;
    box-sizing: border-box;
}
.col-2-3 {
    width: 66.666%;
    flex: 0 0 66.666%;
    padding: 0 8px;
    box-sizing: border-box;
}
.col-1-4 {
    width: 25%;
    flex: 0 0 25%;
    padding: 0 8px;
    box-sizing: border-box;
}
.col-3-4 {
    width: 75%;
    flex: 0 0 75%;
    padding: 0 8px;
    box-sizing: border-box;
}
.col-4-12 {
    width: 33%;
}
.col-1-6, .col-2-12 {
    width: 16.667%;
}
.col-8-12 {
    width: 64.90%;
    margin-right: 20px;
}
.col-10-12 {
    width: 83.333%;
}

/* Distribución 40%-60% */

.col-2-5 {
    width: 40%;
    flex: 0 0 40%;
    padding: 0 8px;
    box-sizing: border-box;
}
.col-3-5 {
    width: 60%;
    flex: 0 0 60%;
    padding: 0 8px;
    box-sizing: border-box;
}

/* Sin espaciado (para casos especiales) */

.row-no-gutter {
    margin: 0;
}
.row-no-gutter> [class*='col-'] {
    padding: 0;
}

/* Alineación vertical */

.row-align-top {
    align-items: flex-start;
}
.row-align-center {
    align-items: center;
}
.row-align-bottom {
    align-items: flex-end;
}

/* Alineación horizontal */

.row-justify-start {
    justify-content: flex-start;
}
.row-justify-center {
    justify-content: center;
}
.row-justify-end {
    justify-content: flex-end;
}
.row-justify-between {
    justify-content: space-between;
}
.row-justify-around {
    justify-content: space-around;
}

/* ===== ESTILOS INTERNAS COMUNES ===== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    height: 190px;
    font-family: sans-serif;
}
[class*='col-'] {
    float: left;
    min-height: 1px;
    padding-right: 0;
    /* column-space */
}
.col-menu {
    width: 100%;
}
.separador_col {
    clear: both;
    margin-bottom: 35px;
}
.push-right {
    float: right;
}
.grid {
    width: 1153px;

    max-width: 1153px;
    min-width: 748px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
.content {
    float: right;
}
.separador, .clear {
    clear: both;
}

/* ===== ESTILOS CABECERA ===== */

.cabezote {
    width: 100%;
    padding-top: 8px;
}
.cab {
    margin: 0;
    text-align: right;
}
.logo {
    margin: 1% 0;
    text-align: left;
}
.grid .content ul {
    list-style: none;
}
.grid .content ul li {
    /*Bordes redondeados*/
    -webkit-border-radius: 0px;
    /*Chrome y Safari*/
    -moz-border-radius: 0px;
    /*Firefox*/
    -o-border-radius: 0px;
    /*Opera*/
    border-radius: 0px;
    /*Estandar por defecto*/
    float: left;
    font-size: 14px;
    margin-right: 2px;
    text-align: center;
}
.grid .content ul li a {
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
    /*Transiciones*/
    -webkit-transition: 0.4s linear all;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    transition: 0.4s linear all;
    font-size: 12px;
    font-weight: 500;
}
.grid .content ul li a:hover {
    border-bottom: 3px solid #BF0000
}
.grid .content A.menu-active, A.menu-active:visited {
    color: #fff;
    background-color: #BF0000;
    display: block;
    padding: 10px;
    text-decoration: none;
    /*Transiciones*/
    -webkit-transition: 0.4s linear all;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    transition: 0.4s linear all;
}
.col-menu {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 2.9em;
    margin-top: -3px;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 0 15px;
}

/* ===== ESTILOS CUERPO ===== */

.titulos {
    width: 100%;
    margin: 1% 0;
}
.h20 {
    height: 20px;
}
.contenido {
    width: 100%;
    background-color: #FFF;
    height: auto;
    padding: 20px;
    overflow: hidden;
    position: relative;
    top: 10px;
    min-height:1000px
}
.contenido h2 {
    font-size: 20px;
    color: #232323;
    font-weight: 600;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.contenido h5 {
    font-size: 24px;
    font-weight: 600;
    text-align: right
}
.contenido .tit {
    float: left;
    width: 49%;
    margin-bottom: 34px;
}
.contenido .tit h3 {
    font-size: 19px;
    color: #760000;
    font-weight: 800;
}

/* ===== ESTILOS CUERPO - BLOQUES ===== */

.contenido .caja-roja {
    color: #fff;
    background-color: #BF0000;
    margin: 15px 0 0;
    padding: 15px;
    overflow: hidden;
}
.contenido .caja-gris2 {
    background-color: #EAEDF1;
    height: auto;
    overflow: hidden;
    margin-bottom: 35px;
    display: flex;
}
.contenido .caja-gris3 {
    height: auto;
    padding: 2px;
    overflow: hidden;
    margin: 8px 0 32px;
    border-bottom: 1px solid #ebebeb;
}
.contenido .caja-gris3 .caja-azul .corporacion {
    width: 32%;
    float: left;
}
.contenido .caja-gris3 .caja-azul .dvpol {
    width: 28%;
    float: left;
}
.contenido .caja-gris3 .caja-azul .ncur {
    width: 10%;
    float: left;
}
.cab-rojo {
    overflow: hidden;
    margin: 0;
}
.cab-rojo h2 {
    color: #bf0000;
}
.cab-rojo h2 span {
    font-size: 20px;
    color: #840000;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}
.contenido .caja-gris3 .caja-azul {
    color: #333;
    padding: 8px 16px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 8px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contenido .caja-gris3 .col-partido {
    height: auto;
    float: left;
    padding: 4px;
    vertical-align: middle;
    padding-left: 2.5%;
}
.contenido .caja-gris3 .img-partido {
    width: auto;
    padding: 4px !important;
}
.contenido .caja-gris3 .corporacion {
    width: 30.5%;
}
.contenido .caja-gris3 .dvpol {
    width: 28%;
}
.contenido .caja-gris3 .img-partido h4 img {
    width: 96%;
}
.contenido .caja-gris3 .partido {
    width: 30.5%;
}
.contenido .caja-gris3 h4 {
    font-size: 12px;
    font-stretch: normal;
}
.contenido .caja-gris3 h4 a {
    color: #232323;
}
.contenido .caja-gris3 .caja-azul .img-partido {
    width: auto;
    float: left;
}
.contenido .caja-gris3 .caja-azul .partido {
    width: 32%;
    float: left;
}
.contenido .caja-gris3 .caja-azul .corporacion {
    width: 32%;
    float: left;
}
.contenido .caja-gris3 .caja-azul .dvpol {
    width: 28%;
    float: left;
}
.contenido .caja-gris3 .caja-azul .ncur {
    width: 10%;
    float: left;
}
.contenido-internader {
    height: auto;
    padding: 10px;
    overflow: hidden;
    margin: 0px;
    font-size: 13px;
    text-transform: capitalize;
    border-bottom: solid thin #EEE;
    align-items: center;
    position: relative;
}
.contenido-internader[id]::after{
    content: "\203A";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg); /* abajo */
    transition: transform .5s ease;
    font-size: 18px;
}
.contenido-internader[id]:not(.menu_cerrado)::after{
    transform: translateY(-50%) rotate(270deg); /* arriba */
}
.contenido-internader.det-mesas {
    font-weight: 600;
}
.contenido-internader:first-child> .datos, .contenido-internader:first-child> .numero, .contenido-internader:nth-child(4)> .datos, .contenido-internader:nth-child(4)> .numero {
    text-transform: uppercase;
    color: #232324;
    font-weight: 600;
}
.contenido-internader:first-child, .contenido-internader:nth-child(4) {
    border-bottom: solid thin #000000;
    cursor: pointer;
}
.contenido-internader .datos {
    width: 50%;
    float: left;
}
.contenido-internader .numero {
    width: 25%;
    float: left;
    color: #8e9195;
    text-align: right;
}
.contenido-internader .porcentaje {
    width: 23%;
    float: right;
    color: #8e9195;
    text-align: right;
}
.contenido-interna .seleccion {
    width: 38%;
    margin: 0 10px 30px 0;
    float: left;
}
.contenido-interna .seleccion select {
    width: 90%;
    font-size: 13px;
    color: #616161;
    background-color: #ffffff;
    border: solid thin #C4C4C4;
    border-radius: 0px;
    padding: 2px;
}
.contenido-interna .seleccion h3 {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0;
    background-color: #6c6c6c;
    width: fit-content;
    color: var(--c-white);
    padding: 2px 8px;
    border-radius: 12px;
    margin: 12px 0;
}
.contenido-interna .tab_circu {
    width: 100%;
    border-top: solid thin #e0e0e0;
    height: 40px;
    background-color: #ffffff;
    margin: 0 0 18px;
}
.contenido-interna .tab_circu .tab_titulo {
    width: 33.3%;
    float: left;
    background: #e0e0e0;
    text-align: center;
    padding: 12px 0;
    display: none;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
}
.contenido-interna .tab_circu .tab_titulo.activo {
    display: block;
}
.contenido-interna .tab_circu .tab_titulo:hover {
    background: #808080;
    transition: all 0.3s ease;
}
.contenido-interna .tab_circu .tab_titulo.tabmarcada {
    background: #636262;
    border-bottom: solid 0;
    color: #fff;
    font-weight: 600;
}
.contenido-interna .tab_circu .tab_titulo.tabmarcada.activo {
    display: block;
}
.contenido-interna .columnaizq .tab_desa {
    display: none;
}
.contenido-interna .columnaizq .tab_desa.tabvisible {
    display: block;
    border-top: solid 0;
}
.contenido-interna .seleccion select#cboDpto {
    width: 90%;
}
.contenido-interna .bot_con {
    text-align: center;
    margin: 20px 0px;
    float: left;
    width: 20%;
}
.contenido-interna .bot_con a {
    background: #DC2128;
    color: #fff;
    margin: 0px 3px 0 3px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 12px;
    float: none;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contenido-interna .bot_con a:hover {
    background-color: #333333;
}
.contenido-interna .desc_ciudad {
    display: flex;
    background-color: #ffffff;
}
.contenido-interna .desc_ciudad div {
    width: 50%;
    color: #616161;
    padding: 16px 0;
}
.contenido-interna .desc_ciudad> div:last-child {
    text-align: right;
}
.contenido-interna .columnaizq .caja-roja {
    color: #232324;
    background-color: transparent;
    ;
    margin: 0;
    padding: 7px 0px;
    overflow: hidden;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.contenido-interna .columnaizq .caja-roja .candidato {
    width: 77%;
    float: left;
}
.contenido-interna .columnaizq .caja-roja .curultit {
    width: 23%;
    float: left;
    color: #ffffff;
}
.contenido-interna .columnaizq .caja-roja .curultit.cam, .contenido-interna .columnaizq .caja-roja .curultit.sen {
    color: #999;
    text-transform: uppercase;
}
.contenido-interna .columnaizq .caja-roja .porcentaje {
    width: 11%;
    float: left;
    text-align: center;
}
.contenido-interna .columnaizq .caja-roja .partido {
    width: 35%;
    float: left;
}
.contenido-interna .columnaizq .caja-roja .partido2 {
    width: 45%;
    float: left;
}
a.lista {
    background: none !important;
    border-radius: inherit !important;
    color: inherit;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 100%;
    float: inherit !important
}
.notapar {
    display: block;
    width: 100%;
    margin: 10px 0px;
    color: #9c9c9e;
    font-size: 14px;
}
.tab_circu.nover, .contenido-interna .tab_circu.nover .tab_titulo.tabmarcada.activo {
    display: none !important
}
.titelectoral {
        display: none;
    }
#descDepto, #descMuni {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    background-color: #6c6c6c;
    width: fit-content;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    margin: 12px auto;
}
#descDepto:empty, #descMuni:empty {
    display: none;
}

/* ===== ESTILOS PIE ===== */

.piepag {
    margin-top: 20px;
    background: #232323;
    padding: 10px;
    text-align: center;
}
.piepag p {
    margin: 5px 10px;
    color: #ffffff;
    font-size: 11px;
}

/* ===== COLUMNAS RESPONSIVAS ===== */


/* Tablets grandes y escritorio pequeño (hasta 920px) */

@media only screen and (max-width: 920px) {
    .col-3, .col-4 {
        width: 50%;
        flex: 0 0 50%;
    }
    .col-1-3, .col-2-3, .col-1-4, .col-3-4 {
        width: 50%;
        flex: 0 0 50%;
    }
}

/* Tablets (hasta 768px) */

@media only screen and (max-width: 768px) {
    .col-2, .col-3, .col-4 {
        width: 100%;
        flex: 0 0 100%;
    }
    .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 {
        width: 100%;
        flex: 0 0 100%;
    }
}

/* Móviles grandes (hasta 600px) */

@media only screen and (max-width: 600px) {
    .row {
        margin: 0 -4px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 {
        padding: 0 4px;
    }
}

/* Clases de visibilidad responsiva */

.hide-mobile {
    display: block;
}
.show-mobile {
    display: none;
}
.hide-tablet {
    display: block;
}
.show-tablet {
    display: none;
}
@media only screen and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1132px) {
    .hide-tablet {
        display: none;
    }
    .show-tablet {
        display: block;
    }
}

/* ===== CONTENEDOR PRINCIPAL ===== */

.conte_alca {
    width: 100%;
    max-width: var(--max-width-container);
    font-family: var(--font-family);
    padding: 6px 0;
    color: var(--c-primary-text);
    margin: 0 auto;
}

/* ===== CANDIDATOS Y CÍRCULOS ===== */

.conte_alca .circliful {
    position: relative;
}
.conte_alca .circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}
.conte_alca .circle-info, .circle-info-half {
    color: #999;
}
.conte_alca .circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}
.conte_alca .circle-text {
    color: var(--c-white);
}
.conte_alca .circulo {
    margin: 4px auto;
    position: relative;
}
.conte_alca .circulo img.candidato {
    width: 105px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
    margin: 12px;
    z-index: 2;
}
.conte_alca .avance, .mesas .avance {
    text-align: center;
    color: var(--c-black);
    font-size: 14px;
    font-weight: 500;
    padding-left: 0;
    position: absolute;
    right: 0;
    width: fit-content;
}
.conte_alca .avance span, .mesas .avance span {
    color: var(--c-brand-red);
}
.c-wid .tabcontent .mesas .hora {
    width: 20%;
    padding: 5px;
    color: var(--c-gray-medium);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
.mesas {
    position: relative;
}

/* ===== SECCIÓN MÁS INFORMACIÓN ===== */

.conte_alca .mas {
    width: 100%;
    background: var(--c-white);
    height: 26px;
}
.conte_alca .mas .link, .conte_alca .mas .avance, .conte_alca .mas .info, .conte_alca .mas .t-info {
    width: 46%;
    display: inline-block;
    color: var(--c-gray-medium);
    font-size: 13px;
    padding-left: 6px;
}
.conte_alca .mas .avance {
    text-align: right;
    color: var(--c-black);
    font-size: 14px;
    font-weight: 600;
    padding-left: 0;
}
.conte_alca .mas .avance span {
    color: var(--c-brand-red);
}
.conte_alca .mas .t-info {
    text-align: left;
    color: var(--c-black);
    font-size: 14px;
    font-weight: 600;
    padding-left: 6px;
}
.conte_alca .mas .t-info span {
    color: var(--c-gray-medium);
    font-weight: 300;
}
.conte_alca .mas .t-info span#ttit {
    color: var(--c-black);
    font-weight: 600;
}
.conte_alca .mas .info {
    text-align: right;
    padding-left: 0;
    padding-right: 20px;
    background: url(../img/ico-more.svg) calc(100% - 1px) 50% no-repeat;
    background-size: 14px;
    float: right;
}
.conte_alca .mas .info a, .conte_alca .mas .link a {
    color: var(--c-gray-medium);
}

/* ===== BARRA DE ACTUALIZACIÓN ===== */

#actu {
    background: #dedede;
    height: 2px;
    width: 100%;
    position: relative;
}
#pr {
    background: var(--c-brand-red);
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    z-index: 8;
}

/* ===== ESTILOS ADICIONALES DEFAULT.ASPX ===== */

.conte_dato {
    margin-bottom: 0;
}
.contenedor_hijo_cand {
    position: relative;
    overflow: hidden;
}
.cubrelnk {
    display: block;
    position: absolute;
    width: 100%;
    height: 1200px;
    z-index: 100;
    left: 0;
    top: 0;
}
.numder {
    text-align: center;
}
.contaIfr {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 29.73%;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* ===== WIDGET COALICIÓN ===== */

.conte_alca {
    position: relative;
    margin: 8px auto;
    justify-content: flex-start;
    min-height:264px
}
.conte_alca #actu {
    height: 2px;
    background: var(--c-white);
    margin-bottom: 0;
}
.conte_alca #actu #pr {
    background: var(--c-brand-red-alt);
    height: 2px;
    width: 0;
}
.conte_alca .avance {
    text-align: center;
    color: var(--c-black);
    font-size: 14px;
    font-weight: 500;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    width: fit-content;
}
.conte_alca .avance span {
    color: var(--c-brand-red);
}
.conte_alca .avance span.hora {
    font-size: 12px;
    font-weight: 400;
    color: var(--c-gray-medium-alt);
}
.conte_alca .tit {
    margin: 10px auto 20px auto;
    display: block;
    width: 100%;
}
    .conte_alca .tit h3, #contenedor-curules .tit h3 {
        font-size: 20px;
        color: var(--c-primary-text);
        float: none;
        font-weight: 600;
        margin: auto;
        display: block;
        width: 38%;
        text-align: center;
        border-bottom: 1px solid #cdcdcd;
    }
.conte_alca .tit h4 {
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 16px;
    color: var(--c-gray-medium-alt);
}
.conte_alca .caja-circ {
    display: flex;
}
.conte_alca .caja-circ .col-cand {
    height: 150px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c4;
}
.conte_alca .caja-circ .col-cand .circulo {
    margin: 4px auto;
    position: relative;
}
.conte_alca .caja-circ .col-cand .circulo.circliful {
    position: relative;
}
.conte_alca .caja-circ .col-cand .circulo img.candidato {
    width: 124px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
    margin: 12px;
    z-index: 2;
}
.conte_alca .caja-circ .col-cand .dat {
    width: 60%;
    height: 100%;
}
.conte_alca .caja-circ .col-cand .dat h4 {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 4px 0;
    width: 100%;
    color: black;
    display: block;
    height: 16px;
    overflow: hidden
}
.conte_alca .caja-circ .col-cand .dat .porc {
    text-align: center;
    font-size: 34px;
    line-height: 36px;
    color: var(--c-gray-medium-alt);
    font-weight: 600;
    width: 100%;
}
.conte_alca .caja-circ .col-cand .dat .vot {
    text-align: center;
    font-size: 17px;
    color: #7d7d7d;
    width: 100%;
    letter-spacing: 1px;
}
.conte_alca .caja-circ .col-cand .dat .vot span {
    font-weight: 600;
}
.conte_alca .caja-circ .col-cand .dat .logo {
    margin: 6px auto 0 auto;
    text-align: center
}
.conte_alca .caja-circ .col-cand .dat .logo img {
    width: 107px;
}

/* ===== SISTEMA DE TABS MODERNO ===== */


/* Contenedor principal de tabs */

.tabs-container {
    width: 100%;
    max-width: var(--max-width-container);
    margin: 0 auto;
    font-family: var(--font-family);
}

/* Lista de pestañas */

.tabs-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: var(--c-white);
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.tabs-nav::-webkit-scrollbar {
    height: 3px;
}
.tabs-nav::-webkit-scrollbar-track {
    background: var(--c-gray-lightest);
}
.tabs-nav::-webkit-scrollbar-thumb {
    background: var(--c-gray-medium);
    border-radius: 3px;
}

/* Ítem de pestaña - al 50% cada uno */

.tabs-nav li {
    flex: 0 0 50%;
    width: 50%;
}

/* Botón de pestaña */

.tabs-nav button, .tabs-nav a {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border: none;
    background: var(--c-gray-light);
    color: var(--c-white);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}
.tabs-nav button:hover, .tabs-nav a:hover {
    background-color: var(--c-gray-medium);
    color: var(--c-white);
}
.tabs-nav button.active, .tabs-nav a.active {
    background: var(--c-gray-text);
    color: var(--c-white);
    font-weight: 600;
}

/* Contenido de tabs */

.tabs-content {
    background-color: var(--c-white);
    padding: 20px;
    min-height:534px
}
.tab-panel {
    display: none;
    animation: fadeIn 0.3s ease;
}
.tab-panel.active {
    display: block;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */

@media (max-width: 989px) {
    .col-8-12, .col-4-12, .col-1-2 {
        width: 100%;
        margin: 0;
    }
    .cabezote .cab .logo {
        height: 74px;
        margin: 10px 15px;
    }
    .col-10-12 a .imacab {
        display: none;
    }
    .col-menu {
        margin: 0;
        height: fit-content;
    }
}
@media only screen and (max-width: 768px) {
    .tabs-nav button, .tabs-nav a {
        padding: 10px 12px;
        font-size: 13px;
    }
    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .contenido.separador {
        border-top: 1px solid var(--c-gray-borders);
    }
    .contenido h2 {
        font-size: 20px;
    }
    .contenido .caja-gris3 .caja-azul {
        font-size: 11px;
    }
    .contenido .caja-gris3 h4 {
        font-size: 11px;
    }
    .cab-rojo h2 {
        font-size: 17px !important;
        color: #bf0000;
        font-weight: 600;
        padding-left: 20px;
    }
    .cab-rojo h2 span {
        font-size: 17px;
    }
    .c-wid .contedat .lista-candidatos li .dat {
        width: 100%;
    }
    .c-wid .contedat .lista-candidatos {
        overflow: clip;
    }
}
@media only screen and (max-width: 560px) {
    .col-10-12 {
        display: none !important;
    }
    nav {
        border-bottom: 0;
        height: auto;
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
    }
    nav a {
        color: #fff;
        text-decoration: none;
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
    nav a#pull {
        display: block;
        width: 100%;
        position: relative;
        z-index: 12;
    }
    nav a#pull:after {
        content: "";
        background: url('/css/2/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: -56px;
    }
    nav ul {
        display: none;
        height: auto;
        width: 100%;
    }
    nav ul li {
        width: 100%;
        float: left;
        position: relative;
        background-color: #f9f9f9;
        border-radius: initial !important;
        border-bottom: 1px solid #d7d7d7;
    }
    nav ul li:hover {
        background: #dfdfdf;
    }
    .content nav ul {
        width: 100%;
    }
    .grid .content ul {
        margin: 0;
        z-index: 9;
    }
    .grid .content ul li {
        font-size: 13px;
    }
    .grid .content ul li a {
        font-size: 12px;
    }
    .col-menu {
        padding-right: 0px;
        display: inherit;
    }
    body {
        background: url(/img/fdomovil.gif?u=3) #ffffff repeat-x top;
    }
    .cabezote {
        padding-top: 0;
    }
    .cabezote .cab .logo {
        height: 74px;
        margin: 10px 15px;
    }
    .col-2-12.logo a#ImageLogo img {
        margin-top: 10px;
    }
    #contenido-der {
        order: 1;
        width: 100%;
    }
    .cab-rojo h2 {
        font-size: 12px;
        padding: 5px 5px;
    }
    .contenido .caja-gris3 .col-partido.img-partido, .contenido .caja-gris3 .caja-azul .img-partido {
        display: none;
    }
    .contenido .caja-gris3 .img-partido {
        width: 20%;
    }
    .contenido .caja-gris3 .caja-azul .corporacion {
        width: 28%;
    }
    .contenido .caja-gris3 .corporacion {
        width: 26.5%;
    }
    .contenido .caja-gris3 .caja-azul .dvpol {
        width: 24%;
    }
    .contenido .caja-gris3 .caja-azul .ncur {
        width: 20%;
    }
    .contenido .caja-gris3 .col-partido {
        margin: 0;
    }
    .contenido .caja-gris3 .partido {
        width: 32%;
    }
    .piepag {
        margin-top: 10px;
    }
    .contenido-interna .columnaizq .caja-roja, .contenido-interna .tab_circu .tab_titulo {
        font-size: 11px;
    }
}
@media only screen and (max-width: 480px) {
    .tabs-nav button, .tabs-nav a {
        padding: 8px 10px;
        font-size: 12px;
    }
    .tabs-content {
        padding: 0;
    }
    .cab-rojo h2, .cab-azul h2 {
        font-size: 11px;
        line-height: 1.5;
    }
}

/* ===== ESTILOS SENADO Y CÁMARA ===== */

.c-wid {
    width: 100%;
    max-width: var(--max-width-container);
    margin: 0 auto 48px;
    justify-content: flex-start;
    font-family: var(--font-family);
    color: var(--c-primary-text);
}
.c-wid .tab {
    overflow: hidden;
    border-bottom: 2px solid var(--c-gray-medium);
    background-color: var(--c-white);
}
.c-wid .tab button {
    background-color: var(--c-gray-lighter);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    transition: 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    width: 50%;
    color: #909090;
}
.c-wid .tab button:hover {
    background-color: var(--c-white);
    color: var(--c-black);
}
.c-wid .tab button.active {
    background-color: var(--c-gray-medium);
    color: var(--c-white);
}
.c-wid #actu {
    height: 2px;
    background: var(--c-white);
    margin-bottom: 0;
}
.c-wid #actu #pr {
    background: var(--c-brand-red-alt);
    height: 2px;
    width: 0;
}
.c-wid .tabcontent {
    padding: 6px 12px;
    background-color: var(--c-white);
}
.c-wid .tabcontent .mesas {
    display: flex;
    text-align: right;
    font-size: 13px;
    padding: 10px;
    border-bottom: solid thin var(--c-light);
    align-items: center;
}
.c-wid .tabcontent .mesas .info {
    width: 64%;
    padding: 5px;
}
.c-wid .tabcontent .mesas .info span {
    font-weight: 600;
}
.c-wid .tabcontent .mesas .hora {
    width: 20%;
    padding: 5px;
    color: var(--c-gray-medium);
    text-align: center;
}
.c-wid .tabcontent .mesas .hora span {
    font-weight: 600;
}
.c-wid .tabcontent .mesas .boletin {
    width: 10%;
    padding: 5px;
    position: relative;
    background-color: var(--c-gray-medium);
    color: var(--c-white);
    text-align: center;
    font-weight: 600px;
}
.c-wid .tabcontent .mesas .boletin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-left-color: var(--c-gray-medium);
}
.c-wid .contedat .lista-candidatos {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-wid .contedat h3 {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0;
    background-color: #6c6c6c;
    width: fit-content;
    color: var(--c-white);
    padding: 2px 8px;
    border-radius: 12px;
    margin: 12px auto;
}
.c-wid .contedat .lista-candidatos .item-header, .c-wid .contedat .lista-candidatos .item-candidato {
    width: 100%;
    padding: 0;
    display: flex;
    margin-bottom: 15px;
}
.c-wid .contedat .lista-candidatos .item-header {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    margin: 16px 0 8px;
}
.c-wid .contedat .lista-candidatos .item-header .imgpar {
    width: 10%;
}
.c-wid .contedat .lista-candidatos .item-header .nom {
    width: 69% !important;
    font-size: 14px;
    font-weight: 600 !important;
}
.c-wid .contedat .lista-candidatos .item-header .por {
    font-size: 14px;
}
.c-wid .contedat .lista-candidatos .item-header .num {
    font-size: 14px;
}
.c-wid .contedat .lista-candidatos li .imgpar {
    width: 9%;
    padding: 1px;
}
.c-wid .contedat .lista-candidatos li .cand {
    display: flex;
    font-size: 12px;
    position: relative;
    width: 100%;
}
.c-wid .contedat .lista-candidatos li .cand .nom {
    width: 77%;
    font-weight: 300;
    color: #525252;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-wid .contedat .lista-candidatos li .cand .por {
    width: 10%;
    font-weight: 600;
    text-align: center;
}
.c-wid .contedat .lista-candidatos li .cand .num {
    width: 12%;
    text-align: right;
    padding-right: 1%;
    margin-right: 3%;
    color: #525252;
}
.c-wid .contedat .lista-candidatos li .imgpar img {
    width: 77%;
}
.c-wid .contedat .lista-candidatos li .dat {
    width: 90%;
    display: grid;
    align-items: center;
}
.c-wid .contedat .lista-candidatos li .dat .cand {
    display: flex;
    font-size: 12px;
}
.c-wid .contedat .lista-candidatos li .dat .cand .nom {
    width: 70%;
    font-weight: 300;
    color: #525252;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-wid .contedat .lista-candidatos li .dat .cand .nom .dpto {
    font-weight: 600;
}
.c-wid .contedat .lista-candidatos li .dat .cand .nom a {
    color: #525252;
}
.c-wid .contedat .lista-candidatos li .dat .cand .nom a:hover {
    color: #000000;
}
.c-wid .contedat .lista-candidatos li .dat .cand .num {
    width: 12%;
    text-align: right;
    padding-left: 2%;
    margin-right: 0;
    color: #525252;
}
.c-wid .contedat .lista-candidatos li .dat .cand .por {
    width: 10%;
    font-weight: 600;
    text-align: center;
}
.c-wid .contedat .lista-candidatos li .barraProgreso {
    background-color: #EEE;
    height: 8px;
    margin-top: 4px;
    width: 98%;
    border-radius: 2px;
}
.c-wid .contedat .lista-candidatos li .barraProgreso .g-porcentaje {
    position: relative;
    height: 8px;
    width: 11.45%;
    border-radius: 2px;
    background: var(--c-gray-medium);
}
.c-wid .contedat .lista-candidatos li:not(:has(.imgpar)) .dat {
    width: 100%;
}
.c-wid .contedat article {
    width: 100%;
    padding: 0;
    display: flex;
    margin-bottom: 15px;
}
.c-wid .contedat article .imgpar {
    width: 9%;
    padding: 1px;
}
.c-wid .contedat article .imgpar img {
    width: 77%;
}
.c-wid .contedat article .dat {
    width: 90%;
}
.c-wid .contedat article .dat .cand {
    display: flex;
    font-size: 12px;
}
.c-wid .contedat article .dat .cand .nom {
    width: 70%;
    font-weight: 300;
    color: #525252;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-wid .contedat article .dat .cand .num {
    width: 12%;
    text-align: right;
    padding-right: 1%;
    margin-right: 3%;
    color: #525252;
}
.c-wid .contedat article .dat .cand .por {
    width: 10%;
    font-weight: 600;
    text-align: center;
}
.c-wid .contedat article .barraProgreso {
    background-color: #EEE;
    height: 8px;
    margin-top: 4px;
    width: 98%;
    border-radius: 2px;
}
.c-wid .contedat article .barraProgreso .g-porcentaje {
    position: relative;
    height: 8px;
    width: 11.45%;
    border-radius: 2px;
    background: var(--c-gray-medium);
}
.c-wid .contedat .info p {
    font-size: 12px;
    color: #9E9E9E;
    line-height: 1.5;
}

/* ===== MEDIA QUERIES ===== */

@media only screen and (max-width: 920px) {
    .conte_alca .mas .link, .conte_alca .mas .avance, .conte_alca .mas .info {
        width: 48%;
    }
}
@media only screen and (max-width: 768px) {
    .conte_alca .tit h3 {
        font-size: 16px;
        width: 55%;
    }
    .conte_alca .mas .link, .conte_alca .mas .t-info {
        width: 64%;
    }
    .conte_alca .mas .avance, .conte_alca .mas .info {
        width: 30%;
    }
    .conte_alca .caja-circ .col-cand {
        display: grid;
        margin-bottom: 20px;
        padding-bottom: 10px;
        height: auto;
    }
    .conte_alca .caja-circ .col-cand .row {
        flex-wrap: nowrap;
    }
    .conte_alca .caja-circ .col-cand .dat {
        width: 100%;
    }
    .conte_alca .caja-circ .col-cand .dat .porc {
        font-size: 28px;
    }
    .conte_alca .caja-circ .col-cand .dat .vot {
        font-size: 15px;
        letter-spacing: normal;
    }
    .conte_alca .caja-circ .col-cand .dat .logo img {
        margin: 6px 12%;
    }
    .contenido-interna .seleccion {
        width: 45%;
        margin: 0 10px 10px 0;
    }
    .contenido-interna .bot_con {
        margin: 18px 0px 32px;
    }
    .contenido-interna .seleccion select#cboDpto, .contenido-interna .seleccion select#cboMunicipio {
        width: 100%;
        font-size: 12px;
    }
}
@media only screen and (max-width: 640px) {
    .c-wid .contedat {
        flex-wrap: wrap;
    }
    .c-wid .contedat .colizq, .c-wid .contedat .colder, .c-wid .contedat .col-2, .c-wid .contedat .col-1-3, .c-wid .contedat .col-2-3 {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .c-wid .contedat article .barraProgreso, .c-wid .contedat .lista-candidatos li .barraProgreso {
        height: 5px;
        overflow: hidden;
    }
    .c-wid .contedat article .barraProgreso .g-porcentaje, .c-wid .contedat .lista-candidatos li .barraProgreso .g-porcentaje {
        height: 5px;
        width: 11.45%;
        max-width: 100% !important;
    }
    .c-wid .tabcontent .mesas .info {
        width: 49%;
    }
    .c-wid .tabcontent .mesas .boletin {
        width: 16%;
        max-height: 16px;
    }
    .c-wid .tabcontent .mesas .hora {
        width: 28%;
    }
    .c-wid .contedat h3 {
        font-size: 13px;
        font-weight: 500;
    }
    .c-wid .tabcontent {
        padding: 6px 0;
    }
    .c-wid .tabcontent .mesas {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 600px) {
    .conte_alca .mas {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    .conte_alca .mas .link {
        width: 48%;
        padding-left: 6px;
        margin: 0;
    }
    .conte_alca .mas .avance {
        width: 30%;
        padding: 0;
        margin: 0;
    }
    .conte_alca .mas .t-info {
        width: 68%;
        padding: 0;
        margin: 0;
    }
    .conte_alca .mas .info {
        width: 48%;
        margin: 0 6px 0 0;
    }
    .watermark {
        width: 100vw;
        background-size: 92%;
        left: 0;
        background-position: center;
    }
    .contenido.separador {
        border-top: 1px solid var(--c-gray-borders);
    }
    .conte_alca .caja-circ {
        flex-wrap: wrap;
    }
    .conte_alca .avance {
        position: relative;
        margin: 0 auto 4%;
    }
}
@media only screen and (max-width: 400px) {
    .c-wid .tabcontent .mesas .boletin {
        width: 20%;
    }
}
@media only screen and (max-width: 392px) {
    .conte_alca .mas .t-info {
        font-size: 12px;
    }
    .conte_alca .mas .link, .conte_alca .mas .avance, .conte_alca .mas .info, .conte_alca .mas .t-info {
        font-size: 10px;
    }
}
@media (max-width: 980px) {
    .conte_alca.home.video #actu {
        margin-bottom: 2px;
    }
    .conte_alca.home.video {
        height: 378px;
    }
    .conte_alca.home.video .conte .c-dat1 {
        height: 62px;
        margin: 0 0 0 30px;
    }
    .conte_alca.home.video .conte .c-dat1 span.tit {
        width: 100%;
        margin: 13px 0;
    }
    .conte_alca.home.video .caja-circ {
        padding: 0 0 0 25px;
    }
    .conte_alca.home.video .caja-circ .col-cand .circulo.circliful {
        display: inline-block;
        width: 20%;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .conte_alca.home.video .caja-circ .col-cand .circulo.circliful canvas {
        width: 93px;
    }
    .conte_alca.home.video .caja-circ .col-cand .circulo.circliful img.candidato {
        width: 77px;
        margin: 7px;
    }
    .conte_alca.home.video .caja-circ .col-cand .cand {
        font: 600 14px/19px var(--font-family);
        margin-top: 50px;
        max-height: 38px;
    }
    .conte_alca.home.video .caja-circ .col-cand .ciud {
        top: 3px;
    }
    .titelectoral {
        font-weight: 600;
        font-size: 22px;
        margin: 0 auto 40px;
        text-align: center;
        position: relative;
        display: inline-block;
        width: 100%;
        display: block;
    }
    .titelectoral::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #efefef;
        margin-top: 12px;
    }
    .titelectoral::before {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: linear-gradient( to right, #FCD116 0%, #FCD116 50%, #003893 50%, #003893 75%, #CE1126 75%, #CE1126 100%);
    }
}
@media (max-width: 768px) {
    .c-wid .contedat .lista-candidatos li .dat .cand {
        display: grid;
        grid-template-columns: 2fr 43px 55px;
        align-items: center;
        column-gap: 8px;
    }
    .c-wid .contedat .lista-candidatos li .dat .cand .nom {
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: auto;
    }
    .c-wid .contedat .lista-candidatos li .dat .cand .por {
        text-align: right;
        font-weight: 600;
    }
    .c-wid .contedat .lista-candidatos li .dat .cand .num {
        text-align: right;
    }
}



#contesvg {
    width: 100%;
}

#imgsen {
    width: 100%;
}

    #imgsen svg {
        display: block;
        width: 100%;
        height: auto;
    }

.senpar {
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-size: 11px;
    color: var(--c-primary-text);
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}

    .senpar .vinfo {
        color: #000;
        margin-left: auto;
        white-space: nowrap;
        font-size: 10px;
        padding-right: 4px
    }

@media (max-width: 768px) {
    .col-3-5,
    .col-2-5 {
        width: 100%;
        flex: 0 0 100%;
    }

    .col-2-5 {
        margin-top: 16px;
    }

    .senpar {
        font-size: 12px;
        color: var(--c-primary-text);
        padding: 2px 0;
        margin-left: 2px;
    }

        .senpar .nombre {
            display: inline-block;
            height: 14px;
            overflow: hidden
        }
}

.glosen {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 19px;
    height: 19px;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    margin-right: 8px;
    flex-shrink: 0;
}

.sen-titulo {
    text-align: center;
    font-family: var(--font-family);
    font-size: 11px;
    font-weight: 700;
    color: var(--c-gray-darker);
    padding: 6px 0 4px;
    border-bottom: 2px solid #ddd;
    margin-top: 4px;
}

#contenedor-curules {
    background: #fff;
    padding-bottom: 20px
}

#info-boletin {
    font-family: var(--font-family);
    font-size: 13px;
    color: var(--c-primary-text);
    padding: 4px 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

    #info-boletin .ib-sep {
        color: #ccc;
        font-size: 10px;
    }

    #info-boletin .ib-escrutado {
        background: #f2f2f2;
        border-radius: 10px;
        padding: 2px 10px;
        font-size: 12px;
        color: #555;
    }

@media (min-width: 769px) {
    #lstsen {
        overflow-y: auto;
        padding-right: 8px;
    }
}

#btn-toggle-demo {
    display: block;
    margin: 10px auto 0;
    padding: 8px 20px;
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: 600;
    color: #555;
    background: #e8e8e8;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

    #btn-toggle-demo:hover {
        background: #d0d0d0;
        color: #333;
    }

    #btn-toggle-demo.active {
        background: #555;
        color: #fff;
        border-color: #444;
    }