/* =========================================================
   CONSEJO DIRECTIVO - ANCHO COMPLETO
========================================================= */

.consejo-directivo-section {
    width: 100% !important;
    max-width: none !important;
}

/* El contenedor interno aprovecha todo el ancho */
.consejo-directivo-section > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 40px;
    padding-right: 40px;
}

/* En pantallas grandes */
@media (min-width: 1200px) {
    .consejo-directivo-section > .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .consejo-directivo-section > .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* Celular */
@media (max-width: 600px) {
    .consejo-directivo-section > .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}
/* =========================================================
   LIBERAR EL CONTENIDO DEL ANCHO DE col-lg-8
========================================================= */

.blog-detail-area > .container {
    max-width: 100%;
    width: 100%;
}

.blog-detail-area > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.blog-detail-area .col-lg-8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
/* =========================================================
   BANNER CONSEJO DIRECTIVO - TAMAÑO
========================================================= */

.blog-detail-area .swiper {
    height: 430px;
    overflow: hidden;
}

.blog-detail-area .swiper-slide img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* TABLET */
@media (max-width: 991px) {

    .blog-detail-area .swiper,
    .blog-detail-area .swiper-slide img {
        height: 350px;
    }
}


/* CELULAR */
@media (max-width: 600px) {

    .blog-detail-area .swiper,
    .blog-detail-area .swiper-slide img {
        height: 240px;
    }
}
/* =========================================
   CONSEJO DIRECTIVO
========================================= */

.ccpt-consejo {
    width: 100%;
    max-width: 1450px;
    margin: 50px auto;
    padding: 0 25px;
    box-sizing: border-box;
}


/* =========================================
   ENCABEZADO
========================================= */

.ccpt-consejo-header {
    min-height: 105px;

    padding: 20px 35px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background:
        linear-gradient(
            120deg,
            #8d0b10,
            #b51218,
            #8d0b10
        );

    border-radius: 14px 14px 0 0;

    color: #fff;

    overflow: hidden;
}


/* TÍTULO */

.ccpt-consejo-title {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ccpt-consejo-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid rgba(255,255,255,.8);
    border-radius: 50%;

    font-size: 25px;
}

.ccpt-consejo-title h2 {
    margin: 0;

    color: #fff;

    font-size: 30px;
    font-weight: 800;

    letter-spacing: .5px;
}

.ccpt-consejo-title span {
    display: block;

    margin-top: 5px;

    color: #ffd54f;

    font-size: 15px;
    font-weight: 700;
}


/* LOGO */

.ccpt-consejo-logo img {
    width: 190px;
    max-height: 70px;

    object-fit: contain;

    filter: brightness(0) invert(1);
}


/* =========================================
   TABLA
========================================= */

.ccpt-consejo-table {
    width: 100%;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e4e7eb;
    border-top: none;

    border-radius: 0 0 14px 14px;

    box-shadow:
        0 8px 30px rgba(0,0,0,.08);
}


/* FILAS */

.ccpt-consejo-row {
    display: grid;

    grid-template-columns: 55% 45%;

    min-height: 70px;

    border-bottom: 1px solid #e7e9ec;

    transition: all .25s ease;
}

.ccpt-consejo-row:last-child {
    border-bottom: none;
}

.ccpt-consejo-row:not(.ccpt-consejo-head):hover {
    background: #fff8f8;

    transform: translateX(3px);
}


/* =========================================
   CABECERA
========================================= */

.ccpt-consejo-head {
    min-height: 52px;

    background:
        linear-gradient(
            90deg,
            #a30d13,
            #8d0b10
        );

    color: #fff;

    border-bottom: 3px solid #08a8e8;
}

.ccpt-consejo-head > div {
    color: #fff !important;

    font-size: 16px;
    font-weight: 800;

    letter-spacing: .5px;
}

.ccpt-consejo-head i {
    color: #fff;

    margin-right: 10px;
}


/* =========================================
   NOMBRE
========================================= */

.ccpt-consejo-name {
    display: flex;
    align-items: center;

    padding: 12px 22px;

    font-size: 17px;
    font-weight: 600;

    color: #17243a;

    border-right: 1px solid #e5e8ec;
}

.ccpt-consejo-name > span {
    line-height: 1.4;
}


/* ICONO PERSONA */

.ccpt-person-icon {
    width: 40px;
    height: 40px;

    min-width: 40px;

    margin-right: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #a20d13,
            #78080c
        );

    color: #fff;

    font-size: 17px;

    box-shadow:
        0 4px 10px rgba(141,11,16,.20);
}


/* =========================================
   CARGO
========================================= */

.ccpt-consejo-cargo {
    display: flex;
    align-items: center;

    padding: 10px 22px;
}


/* BADGE */

/* =========================================
   CARGO - TEXTO SIMPLE
========================================= */

.ccpt-cargo {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 0;
    margin: 0;

    border: none;
    border-left: none;

    border-radius: 0;

    background: transparent;

    color: #24344d;

    font-size: 16px;
    font-weight: 600;

    box-shadow: none;

    transition: none;
}

.ccpt-cargo i {
    color: #a20d13;
    font-size: 17px;

    width: 22px;
    text-align: center;
}

.ccpt-cargo:hover {
    background: transparent;
    border: none;
    transform: none;
}


/* DECANO */

.cargo-principal {
    background: transparent;
    border: none;
    font-weight: 700;
}

.cargo-principal i {
    color: #a20d13;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .ccpt-consejo {
        padding: 0 15px;
    }

    .ccpt-consejo-header {
        padding: 18px 22px;
    }

    .ccpt-consejo-title h2 {
        font-size: 24px;
    }

    .ccpt-consejo-logo img {
        width: 150px;
    }

    .ccpt-consejo-row {
        grid-template-columns: 52% 48%;
    }

    .ccpt-consejo-name {
        font-size: 15px;
    }
}


/* =========================================
   CELULAR
========================================= */

@media (max-width: 650px) {

    .ccpt-consejo {
        margin: 30px auto;
        padding: 0 10px;
    }

    .ccpt-consejo-header {
        min-height: auto;

        padding: 18px;

        flex-direction: column;

        gap: 15px;

        text-align: center;
    }

    .ccpt-consejo-title {
        justify-content: center;
    }

    .ccpt-consejo-title h2 {
        font-size: 21px;
    }

    .ccpt-consejo-title span {
        font-size: 12px;
    }

    .ccpt-consejo-icon {
        width: 45px;
        height: 45px;
        font-size: 19px;
    }

    .ccpt-consejo-logo img {
        width: 150px;
    }


    /* Tabla */

    .ccpt-consejo-row {
        display: block;

        padding: 13px 0;
    }

    .ccpt-consejo-head {
        display: grid;

        grid-template-columns: 1fr 1fr;

        padding: 0;

        min-height: 48px;
    }

    .ccpt-consejo-head .ccpt-consejo-name,
    .ccpt-consejo-head .ccpt-consejo-cargo {
        padding: 10px 12px;
    }

    .ccpt-consejo-head span {
        font-size: 12px;
    }

    .ccpt-consejo-name {
        padding: 5px 15px;

        border-right: none;

        font-size: 14px;
    }

    .ccpt-consejo-cargo {
        padding: 5px 15px 5px 70px;
    }

  .ccpt-cargo {
    font-size: 13px;
    padding: 0;
}

    .ccpt-person-icon {
        width: 34px;
        height: 34px;

        min-width: 34px;

        margin-right: 10px;
    }
}