/* =========================================================
   ELECCIONES 2026
   COLEGIO DE CONTADORES PÚBLICOS DE TUMBES
   ========================================================= */


/* =========================================================
   CONTENEDOR GENERAL
   ========================================================= */

.ccpt-elecciones-2026 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 35px 25px 60px;
    box-sizing: border-box;
}


/* =========================================================
   VOLVER
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-detalle-volver {
    margin-bottom: 25px;
}

.ccpt-elecciones-2026 .ccpt-detalle-volver a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #b40000;
    text-decoration: none;

    font-size: 15px;
    font-weight: 600;

    transition: .25s ease;
}

.ccpt-elecciones-2026 .ccpt-detalle-volver a:hover {
    color: #7d0000;
    transform: translateX(-3px);
}


/* =========================================================
   CABECERA
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-principal {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 45px;

    align-items: center;

    margin-bottom: 35px;
}


/* =========================================================
   CONTENIDO
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-contenido {
    min-width: 0;
}


/* =========================================================
   ETIQUETAS
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-etiquetas {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 18px;
}

.ccpt-elecciones-2026 .ccpt-evento-etiqueta {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 8px 13px;

    border-radius: 7px;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;
}

.ccpt-elecciones-2026 .ccpt-evento-etiqueta.principal {
    background: #b40000;
    color: #fff;
}

.ccpt-elecciones-2026 .ccpt-evento-etiqueta.secundaria {
    background: #fff;

    color: #26364a;

    border: 1px solid #e1e1e1;
}


/* =========================================================
   TÍTULO
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-contenido h1 {
    margin: 0 0 12px;

    color: #102b49;

    font-size: 44px;

    line-height: 1.12;

    font-weight: 800;
}

.ccpt-elecciones-2026 .ccpt-evento-contenido h2 {
    margin: 0 0 20px;

    color: #555d67;

    font-size: 18px;

    line-height: 1.5;

    font-weight: 400;
}


/* =========================================================
   DESCRIPCIÓN
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-descripcion {
    max-width: 680px;
    margin: 0 0 17px;

    color: #30343a;
    font-size: 15px;
    line-height: 1.75;

    text-align: justify;
}

.ccpt-elecciones-2026 .ccpt-evento-descripcion strong {
    color: #a90000;

    font-weight: 700;
}


/* =========================================================
   DATOS
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-datos {
    display: flex;

    align-items: stretch;

    margin: 25px 0 28px;

    padding: 18px 0;

    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.ccpt-elecciones-2026 .ccpt-evento-dato {
    flex: 1;

    display: flex;

    align-items: center;

    gap: 11px;

    padding: 0 15px;

    border-right: 1px solid #e5e5e5;
}

.ccpt-elecciones-2026 .ccpt-evento-dato:first-child {
    padding-left: 0;
}

.ccpt-elecciones-2026 .ccpt-evento-dato:last-child {
    border-right: none;
}

.ccpt-elecciones-2026 .ccpt-evento-dato > i {
    width: 42px;
    height: 42px;

    min-width: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff0f0;

    color: #b40000;

    font-size: 18px;
}

.ccpt-elecciones-2026 .ccpt-evento-dato div {
    display: flex;

    flex-direction: column;

    gap: 4px;
}

.ccpt-elecciones-2026 .ccpt-evento-dato span {
    color: #6b7077;

    font-size: 12px;
}

.ccpt-elecciones-2026 .ccpt-evento-dato strong {
    color: #20252b;

    font-size: 13px;

    line-height: 1.35;
}


/* =========================================================
   BOTONES
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-botones {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}


/* BOTÓN COMUNICADO */

.ccpt-elecciones-2026 .ccpt-btn-comunicado {
    background: #b40000;

    color: #fff;

    border: 1px solid #b40000;

    box-shadow:
        0 5px 15px rgba(180, 0, 0, .18);
}

.ccpt-elecciones-2026 .ccpt-btn-comunicado:hover {
    background: #900000;

    color: #fff;
}


/* BOTÓN HABILIDAD */

.ccpt-elecciones-2026 .ccpt-btn-habilidad {
    min-height: 50px;

    padding: 0 20px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    box-sizing: border-box;

    border-radius: 8px;

    background: #ffffff;

    color: #23753d;

    border: 1px solid #b8d8c1;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    transition: .25s ease;
}

.ccpt-elecciones-2026 .ccpt-btn-habilidad:hover {
    background: #f0faf3;

    transform: translateY(-2px);
}

.ccpt-elecciones-2026 .ccpt-btn-habilidad i {
    font-size: 17px;
}


/* BOTÓN FACEBOOK */

.ccpt-elecciones-2026 .ccpt-btn-compartir {
    min-height: 50px;

    padding: 0 20px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    box-sizing: border-box;

    border-radius: 8px;

    background: #fff;

    color: #252525;

    border: 1px solid #dfe2e6;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    transition: .25s ease;
}

.ccpt-elecciones-2026 .ccpt-btn-compartir:hover {
    background: #f7f7f7;

    transform: translateY(-2px);
}


/* =========================================================
   IMAGEN DEL COMUNICADO
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-imagen {
    width: 100%;

    overflow: hidden;

    border-radius: 18px;

    background: #f4f4f4;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .10);
}

.ccpt-elecciones-2026 .ccpt-evento-imagen img {
    display: block;

    width: 100%;

    height: auto;

    max-height: 650px;

    object-fit: contain;
}


/* =========================================================
   INFORMACIÓN INFERIOR
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-informacion {
    display: grid;

    grid-template-columns: 1fr 1.55fr 350px;

    gap: 25px;

    padding-top: 32px;

    border-top: 1px solid #e7e7e7;
}


/* =========================================================
   SOBRE EL PROCESO
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-sobre h2,
.ccpt-elecciones-2026 .ccpt-evento-actividades h2,
.ccpt-elecciones-2026 .ccpt-evento-sidebar h2 {
    display: flex;

    align-items: center;

    gap: 10px;

    margin: 0 0 16px;

    color: #171b20;

    font-size: 19px;

    font-weight: 700;
}

.ccpt-elecciones-2026 .ccpt-evento-sobre h2 i,
.ccpt-elecciones-2026 .ccpt-evento-actividades h2 i,
.ccpt-elecciones-2026 .ccpt-evento-sidebar h2 i {
    color: #b40000;
}

.ccpt-elecciones-2026 .ccpt-evento-sobre p {
    margin: 0 0 15px;

    color: #4e545c;

    font-size: 14px;

    line-height: 1.7;
}

.ccpt-elecciones-2026 .ccpt-evento-sobre h3 {
    margin: 20px 0 12px;

    color: #b40000;

    font-size: 15px;
}


/* =========================================================
   LISTA
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-lista {
    padding: 0;

    margin: 0;

    list-style: none;
}

.ccpt-elecciones-2026 .ccpt-evento-lista li {
    display: flex;

    align-items: flex-start;

    gap: 9px;

    margin-bottom: 12px;

    color: #353b42;

    font-size: 13px;

    line-height: 1.5;
}

.ccpt-elecciones-2026 .ccpt-evento-lista i {
    color: #b40000;

    font-size: 15px;

    margin-top: 2px;
}


/* =========================================================
   INFORMACIÓN IMPORTANTE
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-actividades {
    padding: 20px;

    border-radius: 14px;

    background: #fafafa;

    border: 1px solid #eeeeee;
}

.ccpt-elecciones-2026 .ccpt-actividades-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 0;
}

.ccpt-elecciones-2026 .ccpt-actividad {
    padding: 5px 12px;

    text-align: center;

    border-right: 1px solid #e3e3e3;
}

.ccpt-elecciones-2026 .ccpt-actividad:last-child {
    border-right: none;
}

.ccpt-elecciones-2026 .ccpt-actividad > i {
    display: block;

    margin-bottom: 10px;

    color: #b40000;

    font-size: 23px;
}

.ccpt-elecciones-2026 .ccpt-actividad h3 {
    margin: 0 0 7px;

    color: #20252b;

    font-size: 13px;

    line-height: 1.3;
}

.ccpt-elecciones-2026 .ccpt-actividad p {
    margin: 0;

    color: #616870;

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   AVISO
   ========================================================= */

.ccpt-elecciones-aviso {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 20px;

    padding: 13px 15px;

    border-radius: 10px;

    background: #fff8e8;

    border: 1px solid #f2dfad;
}

.ccpt-elecciones-aviso > i {
    color: #d28a00;

    font-size: 22px;
}

.ccpt-elecciones-aviso strong {
    display: block;

    margin-bottom: 3px;

    color: #282828;

    font-size: 13px;
}

.ccpt-elecciones-aviso p {
    margin: 0;

    color: #666;

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-sidebar {
    padding: 22px;

    border-radius: 15px;

    background: #ffffff;

    border: 1px solid #eeeeee;

    box-shadow:
        0 5px 22px rgba(0, 0, 0, .08);
}


/* =========================================================
   INFORMACIÓN SIDEBAR
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-info-lista {
    display: flex;

    flex-direction: column;

    gap: 14px;

    margin-bottom: 20px;
}

.ccpt-elecciones-2026 .ccpt-info-lista > div {
    display: grid;

    grid-template-columns: 78px 1fr;

    gap: 10px;

    font-size: 12px;
}

.ccpt-elecciones-2026 .ccpt-info-lista span {
    color: #686e75;
}

.ccpt-elecciones-2026 .ccpt-info-lista strong {
    color: #24282d;

    font-weight: 600;

    line-height: 1.45;
}


/* =========================================================
   BOTÓN HABILIDAD SIDEBAR
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-sidebar-habilidad {
    width: 100%;

    min-height: 46px;

    padding: 0 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    box-sizing: border-box;

    border-radius: 7px;

    background: #eff9f1;

    color: #23753d;

    border: 1px solid #b8d8c1;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition: .25s ease;
}

.ccpt-elecciones-2026 .ccpt-sidebar-habilidad:hover {
    background: #dff3e4;

    transform: translateY(-2px);
}

.ccpt-elecciones-2026 .ccpt-sidebar-habilidad i {
    font-size: 18px;
}


/* =========================================================
   NOTA ESTATUTARIA
   ========================================================= */

.ccpt-elecciones-nota {
    display: flex;

    align-items: flex-start;

    gap: 18px;

    margin-top: 30px;

    padding: 22px 25px;

    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            #fff8f8,
            #fffdfd
        );

    border: 1px solid #efdcdc;
}

.ccpt-elecciones-nota-icono {
    width: 45px;
    height: 45px;

    min-width: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #b40000;

    color: #ffffff;

    font-size: 20px;
}

.ccpt-elecciones-nota h2 {
    margin: 0 0 9px;

    color: #171b20;

    font-size: 18px;
}

.ccpt-elecciones-nota p {
    margin: 0 0 10px;

    color: #4e545c;

    font-size: 13px;

    line-height: 1.7;
}

.ccpt-elecciones-nota ul {
    margin: 10px 0 0;

    padding-left: 20px;
}

.ccpt-elecciones-nota li {
    margin-bottom: 7px;

    color: #4e545c;

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   REDES
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-redes {
    margin-top: 35px;

    padding: 18px 25px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    border-radius: 15px;

    background:
        linear-gradient(
            90deg,
            #fff4f4,
            #fffafa
        );

    border: 1px solid #f1dddd;
}

.ccpt-elecciones-2026 .ccpt-evento-redes-texto {
    display: flex;

    align-items: center;

    gap: 15px;
}

.ccpt-elecciones-2026 .ccpt-evento-redes-texto > i {
    color: #b40000;

    font-size: 30px;
}

.ccpt-elecciones-2026 .ccpt-evento-redes-texto strong {
    display: block;

    margin-bottom: 3px;

    color: #22272d;

    font-size: 14px;
}

.ccpt-elecciones-2026 .ccpt-evento-redes-texto p {
    margin: 0;

    color: #646b73;

    font-size: 12px;
}


/* =========================================================
   ICONOS REDES
   ========================================================= */

.ccpt-elecciones-2026 .ccpt-evento-redes-iconos {
    display: flex;

    align-items: center;

    gap: 13px;
}

.ccpt-elecciones-2026 .ccpt-evento-redes-iconos a {
    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff;

    text-decoration: none;

    font-size: 17px;

    transition: .25s ease;
}

.ccpt-elecciones-2026 .ccpt-evento-redes-iconos a:hover {
    transform: translateY(-3px);
}

.ccpt-elecciones-2026 .ccpt-evento-redes-iconos a:nth-child(1) {
    background: #1877f2;
}

.ccpt-elecciones-2026 .ccpt-evento-redes-iconos a:nth-child(2) {
    background: #c13584;
}

.ccpt-elecciones-2026 .ccpt-evento-redes-iconos a:nth-child(3) {
    background: #20b858;
}

.ccpt-elecciones-2026 .ccpt-evento-redes-iconos a:nth-child(4) {
    background: #ff0000;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .ccpt-elecciones-2026 .ccpt-evento-principal {
        grid-template-columns: 1fr 1fr;

        gap: 30px;
    }

    .ccpt-elecciones-2026 .ccpt-evento-contenido h1 {
        font-size: 38px;
    }

    .ccpt-elecciones-2026 .ccpt-evento-informacion {
        grid-template-columns: 1fr 1fr;
    }

    .ccpt-elecciones-2026 .ccpt-evento-sidebar {
        grid-column: 1 / 3;
    }

}


/* =========================================================
   TABLET PEQUEÑA
   ========================================================= */

@media (max-width: 850px) {

    .ccpt-elecciones-2026 .ccpt-evento-principal {
        grid-template-columns: 1fr;
    }

    .ccpt-elecciones-2026 .ccpt-evento-imagen {
        max-width: 700px;

        margin: 0 auto;
    }

    .ccpt-elecciones-2026 .ccpt-evento-informacion {
        grid-template-columns: 1fr;
    }

    .ccpt-elecciones-2026 .ccpt-evento-sidebar {
        grid-column: auto;
    }

    .ccpt-elecciones-2026 .ccpt-actividades-grid {
        grid-template-columns:
            repeat(2, 1fr);

        row-gap: 20px;
    }

    .ccpt-elecciones-2026 .ccpt-actividad:nth-child(2) {
        border-right: none;
    }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 600px) {

    .ccpt-elecciones-2026 {
        padding: 25px 15px 45px;
    }

    .ccpt-elecciones-2026 .ccpt-evento-etiquetas {
        flex-wrap: wrap;
    }

    .ccpt-elecciones-2026 .ccpt-evento-contenido h1 {
        font-size: 31px;
    }

    .ccpt-elecciones-2026 .ccpt-evento-contenido h2 {
        font-size: 16px;
    }

    .ccpt-elecciones-2026 .ccpt-evento-descripcion {
        font-size: 14px;
    }

    .ccpt-elecciones-2026 .ccpt-evento-datos {
        display: block;
    }

    .ccpt-elecciones-2026 .ccpt-evento-dato,
    .ccpt-elecciones-2026 .ccpt-evento-dato:first-child {
        padding: 11px 0;

        border-right: none;

        border-bottom: 1px solid #eeeeee;
    }

    .ccpt-elecciones-2026 .ccpt-evento-dato:last-child {
        border-bottom: none;
    }

    .ccpt-elecciones-2026 .ccpt-evento-botones {
        flex-direction: column;

        align-items: stretch;
    }

    .ccpt-elecciones-2026 .ccpt-btn-comunicado,
    .ccpt-elecciones-2026 .ccpt-btn-habilidad,
    .ccpt-elecciones-2026 .ccpt-btn-compartir {
        width: 100%;
    }

    .ccpt-elecciones-2026 .ccpt-actividades-grid {
        grid-template-columns: 1fr;
    }

    .ccpt-elecciones-2026 .ccpt-actividad {
        padding: 15px;

        border-right: none;

        border-bottom: 1px solid #e5e5e5;
    }

    .ccpt-elecciones-2026 .ccpt-actividad:last-child {
        border-bottom: none;
    }

    .ccpt-elecciones-nota {
        flex-direction: column;

        padding: 20px;
    }

    .ccpt-elecciones-2026 .ccpt-evento-redes {
        flex-direction: column;

        text-align: center;

        padding: 20px 15px;
    }

    .ccpt-elecciones-2026 .ccpt-evento-redes-texto {
        flex-direction: column;
    }

    .ccpt-elecciones-2026 .ccpt-evento-redes-iconos {
        justify-content: center;
    }

}