﻿#Inicio {
    z-index: 10;
}

.bg-image-paneles::before {
    content: '';
    background: url(/Content/images/Reporte2024/ReporteYLUZ2024.jpg);
    background-size: cover;
    /*background-size: 100%;*/
    /*background-attachment: fixed;*/
    background-position-y: 80%;
    background-position-x: center;
    background-repeat: no-repeat;
    max-height: var(--varBannerH);
    max-width: 100%;
    display: block;
    position: absolute;
    width: 100vw;
    height: var(--varBannerH);
    filter: brightness(0.6);
    z-index: -1;
}

/* -- Boton del banner -- */
.btn-reporte23 {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #00aabb;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-shadow: 1px 1px 1px #000;
}

@media (max-width: 900px) {
    .bg-image-paneles::before {
        background-position: 75% 80%;
        background-attachment: fixed;
    }

    .btn-reporte23 {
        line-height: 100%;
        font-size: 170%;
    }
}

@media (max-width: 450px) {
    .text-right-center h1 {
        font-size: 42px !important;
    }
}

@media (max-width: 1024px) and (min-width: 900px) {
    .text-right-center {
        max-width: 55%;
    }

        .text-right-center h4 {
            font-size: 5vh !important;
        }

        .text-right-center h1 {
            font-size: 5vh !important;
        }
}

.btn-reporte23:hover {
    color: #fff !important;
    text-shadow: 1px 1px 2px #929292;
    background-color: #00aabb77;
    transform: scale(1.1);
}
/* ------*/
.div-circle-icon {
    display: flex;
    justify-content: center;
}

    .div-circle-icon > .circle-icon-green {
        margin-left: 0;
    }

.chart-container {
    width: 100vw;
    max-width: 100%;
    height: 50vh;
    display: grid;
    place-items: center;
}

#myChart {
    width: 75vw;
    max-width: 80%;
    max-height: 50vh;
}

.transparent-header {
    position: absolute;
    box-shadow: unset;
}

.header:not(.is-sticky) {
    background-color: unset;
}

.m-p-0 > div {
    margin: 0px !important;
    padding: 0px !important
}

.destacadoscontainer {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    min-height: 80vh;
    flex-wrap: wrap;
    row-gap: 10vh;
}

    .destacadoscontainer > div {
        flex-basis: 20%;
        flex-shrink: 1;
        min-width: 30vh;
    }


/* -- Gobernanza -- */
.contenedor-gobernanza h3 {
    margin-bottom: 0px !important;
    padding: unset !important;
}

/* -- Sobrecargado -- */
.counter-area-inner [class^="col-"] .counter:after {
    content: unset;
}

.row > .col-6 {
    padding-left: unset !important;
}

.counter-area-inner {
    padding: 0px !important;
}

/* Noticias */
#noticiasdestacadas .noticias-img {
    margin-left: 60px;
    padding-left: 10px;
}

#noticiasdestacadas .noticias-text {
    margin-left: 15px;
}

@media (max-width: 992px) {
    #noticiasdestacadas {
        max-width: 720px;
        margin: 0 auto;
    }

        #noticiasdestacadas .noticias-img {
            margin-left: 0px;
        }

        #noticiasdestacadas .noticias-text {
            padding-left: 0px !important;
        }
}

@media (max-width: 992px) and (min-width: 768px) {
    #noticiasdestacadas .noticias-img {
        padding-left: 0px;
    }

    #noticiasdestacadas .noticias-text {
        margin-left: -15px;
    }

    #noticiasdestacadas .noticias-img .feature-area-image {
        float: right;
    }
}

@media (max-width: 768px) {
    #noticiasdestacadas {
        max-width: 540px;
        margin: 0 auto;
    }

        #noticiasdestacadas .noticias-img {
            padding-right: 10px;
        }

        #noticiasdestacadas .noticias-text, #noticiasdestacadas .noticias-text2 {
            padding-left: 0px !important;
            margin-left: 0px;
        }
}

@media (min-width: 768px) {
    #noticiasdestacadas .feature-area-image {
        width: 90% !important;
    }
}

/******************** DESEMPEÑO SOCIAL **************************/

.containerSocial {
    display: flex;
    justify-content: space-around;
    row-gap: 75px;
    column-gap: 25px;
    flex-wrap: wrap;
}

.cardSocial {
    border: 2px solid rgba(146, 146, 146, 10%);
    border-radius: 12px;
    padding: 15px;
    flex: 1 1 300px;
    max-width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.iconCircleSocial {
    width: 70px;
    height: 70px;
    background-color: white;
    border: 1px solid #FCB426;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -35px;
    padding: 8px;
}

.cardTitleSocial {
    margin-top: 40px;
    text-align: center;
    color: #FCB426;
    margin-bottom: 20px !important;
}

.card-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    min-height: 100px;
    margin-bottom: 8px;
}

    .card-items:has(.item:nth-child(odd):last-child) .item:last-child {
        grid-column: span 2;
    }

.item {
    padding: 10px 5px;
    text-align: center;
    border-radius: 4px;
}

.card-items .item p {
    font-size: 80%;
    margin: 0;
    line-height: 1.2;
}

.card-footer {
    margin-top: auto;
    width: 100%;
}

    .card-footer img {
        width: 100%;
        border-radius: 4px;
    }

@media (max-width: 1200px) and (min-width: 901px) {
    .cardSocial {
        max-width: 390px;
    }
}

@media (max-width: 900px) {
    .containerSocial {
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 1600px) {
    .iconCircleSocial {
        width: 90px;
        height: 90px;
        top: -55px;
    }
}

@media (min-width: 1900px) {
    .card-footer {
        width: 85%;
    }
}


/************* Desempeño ambiental ***************/
#Desempeno-Ambiental .box-gestion {
    max-width: 90%;
    min-width: 90%;
}

    #Desempeno-Ambiental .box-gestion h4 {
        margin-top: -2vh;
    }

#DesempenoAmbiental .flex-cuad {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    gap: 2%;
    row-gap: 2%;
}

#Desempeno-Ambiental .flex-cuad div {
    display: flex;
    align-items: center;
    margin-bottom: 2%;
    padding: 2%;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 1000px) {
    #Desempeno-Ambiental .box-gestion h4 {
        margin-top: -6vh;
        margin-bottom: 2vh !important;
    }
}

@media (min-width: 992px) {
    #Desempeno-Ambiental .img-up-box {
        width: 10% !important;
        transform: translateY(-50%);
    }
}

@media (max-width: 992px) {
    #Desempeno-Ambiental .img-up-box {
        width: 15% !important;
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    #Desempeno-Ambiental .flex-cuad div {
        flex-basis: 23%;
    }

    #Desempeno-Ambiental .desempeno-subtitulo {
        color: #83BF44;
        font-size: 157%;
        margin-bottom: 8%;
    }
}

@media (max-width: 768px) {
    #Desempeno-Ambiental .img-up-box {
        width: 22% !important;
        transform: translateY(-50%);
    }

    #Desempeno-Ambiental .desempeno-subtitulo {
        color: #83BF44;
        font-size: 145%;
        margin-bottom: 8%;
    }
}

@media (max-width: 512px) {

    #Desempeno-Ambiental .desempeno-subtitulo {
        color: #83BF44;
        font-size: 140%;
        margin-bottom: 8%;
    }

    #Desempeno-Ambiental .flex-cuad div {
        justify-content: flex-start;
    }

    .flex-cuad {
        row-gap: 20px;
    }

    .contenedor-ambiental {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
    }

    .container-ambiental {
        display: flex !important;
        flex-direction: column !important;
    }

    .contenedor-ambiental div {
        width: 100% !important;
        row-gap: 7px;
    }
}

#DesempenoSocial .box-gestion {
    min-height: 85vh;
}

#DesempenoSocial .flex-cuad div {
    justify-content: flex-start;
    margin-bottom: 5%;
}

@media (width < 768px) {
    #DesempenoSocial .box-gestion {
        min-height: auto;
    }
}



/* Economico - Gobernanza */
.contenedor-economico, .contenedor-gobernanza {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    row-gap: 3vh;
}

    .contenedor-economico > div, .contenedor-gobernanza > div {
        flex: 0 0 auto;
        width: 27%;
    }

        .contenedor-economico > div > h3 {
            color: #ADCC48;
            padding: 10px;
            font-size: 24px;
            margin-bottom: 0 !important;
        }

        .contenedor-gobernanza > div > h3 {
            color: #37A8B7;
            padding: 10px;
            font-size: 24px !important;
        }

.icono-destacados {
    width: 30%;
}

@media (max-width: 575px) {
    .img-dest-responsive {
        padding: 0 8px;
        border-radius: 7px !important;
    }

    .textoLiderMater {
        padding-left: 0 !important;
    }
}



@media (max-width: 680px) {
    .contenedor-economico, .contenedor-gobernanza {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

        .contenedor-economico > div, .contenedor-gobernanza > div {
            flex: 0 0 auto;
            width: 100%;
        }

            .contenedor-economico > div > h3, .contenedor-gobernanza > div > h3 {
                font-size: 22px;
            }
}


/* DESEMPEÑO SOCIAL */

.box-gestion2 {
    padding-bottom: 1% !important;
    border: 3px solid rgba(146,146,146, 10%);
    /*border: 3px solid rgb(0, 0, 0);*/
    line-height: 100%;
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    justify-items: left;
    justify-content: space-around;
    transition: all 500ms;
    text-align: left;
    align-items: center;
}

    .box-gestion2 h4 {
        align-self: baseline !important;
        justify-self: center;
        width: 100%;
        line-height: 100%;
        height: 90%;
        max-height: 10vh;
        color: #00aabb;
        margin-top: -8vh;
        text-align: center;
        padding-top: 4vh;
    }

.box-social {
    width: 30%;
}

.gestion-cuerpo {
    width: 100%;
}

@media (max-width: 1240px) {
    .box-social {
        width: 48%;
    }
}

@media (max-width: 850px) {
    .box-social {
        width: 100%;
        min-width: 25vw;
        max-width: 40vh;
    }
}

@media (max-width: 600px) {
    .box-social {
        width: 100%;
        min-width: 25vw;
        max-width: 55vh;
    }
}

@media (max-width: 1242px) and (min-width: 850px) {
    .box-gestion2 {
        min-height: 625px;
    }
}

@media (min-width: 1243px) {
    .box-gestion2 {
        min-height: 580px;
        max-height: 580px;
    }
}

@media (min-width: 1400px) {
    .box-gestion2 {
        min-height: 620px;
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    .box-social {
        width: 48%;
        min-width: 25vw;
        max-width: 70vh;
    }

    .box-gestion2 {
        min-height: 100vh;
        max-height: 100vh;
    }
}

/************** DESEMPEÑO ECONÓMICO ****************/


.icon-economic {
    border: 1px solid #00aabb;
    position: absolute;
    width: 7.5%;
    left: 45%;
    top: 2%;
}

.container-ingresos {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.margen {
    margin-right: 3%;
}

.responsive-container {
    border-radius: 25px !important;
    margin-top: 70px;
}

.bg-container-responsive {
    max-width: 90% !important;
    margin-left: 6%;
}

.alturas {
    min-height: 650px;
    align-content: center;
    padding-left: 1% !important;
}

@media (min-width: 1700px) {

    .margen {
        margin-right: auto !important;
    }
}

@media(max-width: 600px) {
    .alturas {
        min-height: 1600px;
    }

    .icon-economic {
        top: 0.8%;
        width: 18%;
        left: 40%;
    }

    .margen-potencia {
        margin-right: 30px;
    }

    .energia-img-responsive {
        position: relative !important;
        width: 100% !important;
        top: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .alturas {
        min-height: 850px;
    }

    .icon-economic {
        width: 12%;
        left: 44%;
        top: 1%;
    }

    .width-responsive {
        width: 100%;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .alturas {
        min-height: 1850px;
    }

    .icon-economic {
        top: 1%;
        width: 15.5%;
        left: 42%;
    }
}

@media(min-width: 1700px) {
    .alturas {
        min-height: 820px;
    }

    .icon-economic {
        width: 6.5%;
        left: 45%;
        top: 2%;
    }
}

@media(min-width: 2000px) {
    .icon-economic {
        width: 120px;
    }
}

@media (max-width: 450px) {

    .responsive-container {
        padding-right: 12%;
        padding-left: 0;
    }

    .bg-container-responsive {
        max-width: 95% !important;
        margin-left: 6%;
        padding: 0 !important;
    }

    .report-block {
        height: 170px;
    }

    .margen {
        margin-left: -15px;
    }

    .img-responsive {
        width: 150px !important;
    }
}

@media (min-width: 451px) and (max-width: 767px) {

    .margen {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .report-block {
        height: 165px;
    }
}

@media (max-width: 540px) {

    .report-block {
        height: 175px;
    }

    .responsive-container {
        padding-right: 12%;
        padding-left: 0;
    }
}




/****************AMBICIONES**************************/
.ambitions-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-family: 'DIN Regular';
    max-width: 100%;
    margin-top: 2%;
}

.ambitions-container-details {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    font-family: 'DIN Regular';
}

.ambition {
    width: 170px;
    height: 90px;
    padding: 8px;
    color: white;
    text-align: center;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .ambition strong {
        font-size: 21px;
        margin-bottom: 4px;
        font-family: 'DIN Regular';
    }

    .ambition p {
        font-size: 13px;
        line-height: 1.2;
        margin: 0;
        font-family: 'DIN Regular';
    }

    .ambition .small {
        font-size: 10px;
        color: white;
        font-family: 'DIN Regular';
    }

.green {
    /*background-color: #a2d66a;*/
    background-color: #b7d76e;
}

.yellow {
    background-color: #fcd76a;
    color: white;
}

    .yellow span {
        font-family: Arial;
    }

.blue {
    /*background-color: #60cce2;*/
    background-color: #8dd5e7;
}

/*.ambition-img {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}*/

.ambitions-wrapper {
    text-align: center;
    margin-top: 22px;
}

.titulo-ambiciones {
    font-size: 22px;
    color: #565656;
    font-weight: bold;
    margin-bottom: 19px;
    font-family: 'DIN Regular';
    text-align: start;
}

/*.parrafo {
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
    margin-top: 15px;
    width: 100%;
    max-width: 240px;
    width: 100%;
    max-width: 571px;
}*/

.parrafo-ambicion {
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
    margin-top: 15px;
    width: 100%;
    max-width: 240px;
    width: 100%;
    max-width: 857px;
}

/****************AMBICIONES-PILARES ESTRATEGICOS**************************/
.table-grid {
    display: grid;
    grid-template-columns: 140px 1fr 1fr 1fr 1fr;
    gap: 12px;
    padding: 20px;
}

/* Encabezados */
.grid-header {
    padding: 20px 10px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 4px 20px rgb(255 255 255 / 15%);
}

.header-pilares h1 {
    font-family: "DIN Regular" !important;
    font-size: 26px;
    color: #565656;
}

.header-ambiental {
    background: #83BF44;
}

.header-social {
    background: #FCB426;
}

.header-operativa {
    background: #00adbd;
}

.header-integridad {
    background: #00adef;
}

/* Etiquetas de fila */
.row-label {
    padding: 20px 10px;
    background: linear-gradient(135deg, rgba(0, 125, 138, 0.1), rgba(0, 170, 187, 0.05));
    border-radius: 4px;
    border: 1px solid rgba(0, 125, 138, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #007D8A;
    letter-spacing: 0.8px;
    min-height: 100%;
}

/* Celdas principales */
.grid-cell {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 125, 138, 0.08);
    border: 1px solid rgba(0, 170, 187, 0.1);
}

/* Lista de prioridades */
.priorities-list {
    list-style: none;
    padding-left: 0;
}

    .priorities-list li {
        font-size: 14px;
        color: #777777;
        margin-bottom: 8px;
        padding-left: 20px;
        position: relative;
    }

        .priorities-list li:before {
            content: "●";
            color: #00AABB;
            position: absolute;
            left: 0;
        }

/* ODS */
.ods-numbers {
    font-size: 14px;
    font-weight: 600;
    color: white;
    background: #007D8A;
    padding: 12px 16px;
    border-radius: 4px;
    text-align: center;
}

/* Ambiciones */
.ambition-item {
    background: linear-gradient(135deg, rgba(0, 170, 187, 0.08), rgba(0, 125, 138, 0.05));
    padding: 12px 16px;
    border-left: 3px solid #00AABB;
    border-radius: 8px;
    margin-bottom: 8px;
}

.ambition-metric {
    font-weight: 600;
    font-size: 13px;
    color: #007D8A;
}

.ambition-detail {
    font-size: 11px;
    color: #5a6c7d;
    font-style: italic;
    margin-top: 4px;
}

/* Avances */
.progress-item {
    background: linear-gradient(135deg, rgba(131, 191, 68, 0.12), rgba(131, 191, 68, 0.06));
    padding: 12px 16px;
    border-left: 3px solid #83BF44;
    border-radius: 8px;
    margin-bottom: 8px;
}

.progress-metric {
    font-weight: 600;
    font-size: 13px;
    color: #5a8430;
}

.progress-detail {
    font-size: 11px;
    color: #6a9e37;
    font-style: italic;
    margin-top: 4px;
}

/* Estado */
.estado {
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

    .estado.cumplido {
        background: linear-gradient(135deg, rgba(100, 150, 40, 0.2), rgba(100, 150, 40, 0.12));
        color: #5a8430;
        border: 1px solid rgba(131, 191, 68, 0.3);
    }

    .estado.en-proceso {
        background: linear-gradient(135deg, rgba(220, 140, 20, 0.18), rgba(220, 140, 20, 0.12));
        color: #b8730d;
        border: 1px solid rgba(252, 180, 38, 0.3);
    }

/* Responsive */
@media (max-width: 768px) {
    .table-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(35, auto);
        gap: 10px;
        padding: 15px;
    }

    .grid-header {
        font-size: 14px;
    }

    .row-label {
        background: #007D8A;
        color: white;
        font-size: 12px;
    }
}



@media (max-width: 992px) {
    .ambitions-container {
        padding: 0 10px;
    }

    .ambitions-wrapper {
        margin-top: 20px;
        text-align: center;
    }

    .ambitions-container-details {
        justify-content: center;
    }

    .ambition {
        width: 140px;
        height: auto;
        padding: 12px 8px;
    }

        .ambition strong {
            font-size: 18px;
        }

        .ambition p {
            font-size: 12px;
        }

    .parrafo-ambicion {
        font-size: 14px;
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .titulo-ambiciones {
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .ambition {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .ambitions-container-details {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .titulo-ambiciones {
        font-size: 18px;
        text-align: center;
    }

    .parrafo-ambicion {
        padding: 0 10px;
    }
}


/******GOBERNANZA*******/
@media (max-width: 500px) {
    .icon-gobernanza {
        width: 24% !important;
    }
}

@media (min-width: 501px) and (max-width: 699px) {
    .icon-gobernanza {
        width: 15.5% !important;
    }
}

@media (min-width: 700px) and (max-width: 1100px) {
    .icon-gobernanza {
        width: 11% !important;
    }
}


/****************************PILARES EN TARJETAS**************************************/

.dashboard-container {
    /*max-width: 1400px;*/
    margin: 0 auto;
    font-family: 'DIN Regular';
}

/* KPIs Title */
.kpis-title {
    font-size: 24px;
    font-weight: 700;
    color: #007D8A;
    margin-bottom: 20px;
    text-align: center;
}

/* Improved Quick Stats Grid */
.quick-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.stat-item {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #c2c2c2;
    border-left: 4px solid #00AABB;
    box-shadow: 0 2px 10px rgba(0, 125, 138, 0.08);
}

.stat-number {
    font-size: 30px;
    font-weight: 700;
    color: #007D8A;
    margin-bottom: 5px;
}

.stat-item-v {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #c2c2c2;
    border-left: 4px solid #83BF44;
    box-shadow: 0 2px 10px rgba(0, 125, 138, 0.08);
}

.stat-number-v {
    font-size: 28px;
    font-weight: 700;
    color: #83BF44;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Pillars Grid */
.pillars-section {
    margin-top: 40px;
}

.pillars-title {
    font-size: 24px;
    font-weight: 700;
    color: #007D8A;
    margin-bottom: 20px;
    text-align: center;
}

.pillars-grid {
    /*display: grid;
    grid-template-columns: repeat(2, minmax(280px, 400px));
    gap: 25px;
    justify-content:center;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 25px;
    max-width: 1000px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

.pillar-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 6px 25px rgba(0, 125, 138, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #c2c2c2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

    .pillar-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 40px rgba(0, 125, 138, 0.2);
    }

.pillar-header {
    text-align: center;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 12px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* .pillar-ambiental { background: linear-gradient(135deg, #83BF44 0%, #6a9e37 100%); }
        .pillar-social { background: linear-gradient(135deg, #FCB426 0%, #e09e1f 100%); }
        .pillar-operativa { background: linear-gradient(135deg, #00AABB 0%, #007D8A 100%); }
        .pillar-integridad { background: linear-gradient(135deg, #007D8A 0%, #005a63 100%); } */

.pillar-ambiental {
    background: #83BF44;
}

.pillar-social {
    background: #FCB426;
}

.pillar-operativa {
    background: #00AdBd;
}

.pillar-integridad {
    background: #00adef;
}

.pillar-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pillar-metrics {
    flex: 1;
    margin-bottom: 20px;
}

.pillar-metric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid;
    flex-wrap: wrap;
    gap: 10px;
}

    .pillar-metric.ambiental {
        border-left-color: #83BF44;
    }

    .pillar-metric.social {
        border-left-color: #FCB426;
    }

    .pillar-metric.operativa {
        border-left-color: #00Adbd;
    }

    .pillar-metric.integridad {
        border-left-color: #00adef;
    }

.metric-info {
    flex: 1;
    min-width: 200px;
}

    .metric-info p {
        margin-bottom: 0px;
    }

    .metric-info h4 {
        font-size: 17px;
        color: #333;
        margin-bottom: 10px !important;
    }

    .metric-info p {
        font-size: 12px;
        color: #666;
    }

.metric-status {
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.status-cumplido {
    background: rgba(131, 191, 68, 0.1);
    color: #5a8430;
    border: 1px solid rgba(131, 191, 68, 0.3);
}

.status-proceso {
    background: rgba(252, 180, 38, 0.1);
    color: #b8730d;
    border: 1px solid rgba(252, 180, 38, 0.3);
}

/* ODS Section - Aligned */
.ods-section {
    margin-top: auto;
    padding-top: 15px;
}

.ods-badge {
    display: inline-block;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

/* Focus Section */
.focus-toggle {
    background: none;
    border: 2px solid rgba(0, 170, 187, 0.3);
    color: #007D8A;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 15px;
    font-family: inherit;
}

    .focus-toggle:hover {
        background: rgba(0, 170, 187, 0.1);
        border-color: rgba(0, 170, 187, 0.5);
    }

    .focus-toggle.activate {
        background: linear-gradient(135deg, #00AABB 0%, #007D8A 100%);
        color: white;
        border-color: transparent;
    }

.focus-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: linear-gradient(135deg, rgba(0, 170, 187, 0.05) 0%, rgba(0, 125, 138, 0.02) 100%);
    border-radius: 8px;
    margin-top: 15px;
}

    .focus-content.activate {
        max-height: 800px;
        padding: 15px;
    }

.focus-text {
    line-height: 1.5;
    text-align: justify;
}

.focus-icon {
    transition: transform 0.3s ease;
    margin-left: 8px;
}

.focus-toggle.activate .focus-icon {
    transform: rotate(180deg);
}

/* Section styles */
.section-divider {
    margin: 30px 0;
    border-bottom: 2px solid rgba(0, 170, 187, 0.2);
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #007D8A;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.priorities-listt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 8px;
    margin-bottom: 20px;
}

.priority-item {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    border-left: 3px solid;
    transition: all 0.2s ease;
}

    .priority-item:hover {
        background: rgba(255, 255, 255, 1);
        transform: translateX(5px);
    }

    .priority-item.ambiental {
        border-left-color: #83BF44;
    }

    .priority-item.social {
        border-left-color: #FCB426;
    }

    .priority-item.operativa {
        border-left-color: #00Adbd;
    }

    .priority-item.integridad {
        border-left-color: #00adef;
    }

/* Responsive adjustments for metrics */
@media (max-width: 500px) {
    .pillar-metric {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .metric-status {
        align-self: flex-end;
        margin-top: 10px;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .quick-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .dashboard-header {
        padding: 20px;
    }

        .dashboard-header h1 {
            font-size: 24px;
        }

    .quick-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .pillars-grid {
        grid-template-columns: 1fr;
    }

    .pillar-card {
        padding: 20px;
    }

    .priorities-listt {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .quick-stats {
        grid-template-columns: 1fr;
    }

    .stat-item, .stat-item-v {
        padding: 15px;
    }

    .stat-number, .stat-number-v {
        font-size: 24px;
    }

    .dashboard-container {
        padding: 10px;
    }
}

/* Responsive MAPA REPORTE 2024 */
@media (min-width: 1800px) {
    .mapaReporte {
        margin-left: 156px;
    }
}

/*********** GRAFICOS CIFRAS ************/
.contenedor {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fila {
    display: grid;
    grid-template-columns: 60px 1fr 1fr 2fr;
    align-items: center;
    gap: 20px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.icono {
    width: 55px;
    height: 55px;
}

.texto, .info-extra {
    font-size: 15px;
    line-height: 1.5;
}

.texto-green, .info-extra-green {
    font-size: 15px;
    line-height: 1.5;
}

    .texto strong,
    .info-extra strong {
        color: #00aabb;
        font-size: 25px;
    }

.texto-green strong,
.info-extra-green strong {
    color: #83BF44;
    font-size: 25px;
}

.grafico {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #e0e0e0;
}

    .grafico::before {
        content: "";
        position: absolute;
        top: 20%;
        left: 20%;
        width: 60%;
        height: 60%;
        background-color: white;
        border-radius: 50%;
        z-index: 1;
    }

.texto-grafico {
    position: relative;
    z-index: 2;
    line-height: 1.2;
}

    .texto-grafico strong {
        font-size: 25px;
    }

.grafico-93 {
    background: conic-gradient(#5fccd7 9.3%, #00aabb 0);
}

.grafico-94 {
    background: conic-gradient(#a7d577 9.4%, #83BF44 0);
}

.grafico-258 {
    background: conic-gradient(#5fccd7 25.8%, #00aabb 0);
}

@media (max-width: 1024px) {
    .fila {
        grid-template-columns: 60px 1fr 1fr 1fr;
        grid-template-areas: unset;
    }

    .info-extra-green {
        flex-wrap: wrap;
        gap: 20px;
    }

        .info-extra-green > div {
            width: 48% !important;
        }
}

@media (max-width: 768px) {
    .fila {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .grafico {
        margin: auto;
    }

    .info-extra,
    .info-extra-green {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

        .info-extra-green > div {
            width: 100% !important;
        }
}

@media (max-width: 480px) {
    .icono {
        width: 45px;
        height: 45px;
    }

    .texto strong,
    .info-extra strong,
    .texto-green strong,
    .info-extra-green strong,
    .texto-grafico strong {
        font-size: 20px;
    }

    .grafico {
        width: 150px;
        height: 150px;
    }

    .contenedor {
        padding: 0 10px;
    }
}
@media (min-width: 1600px) {
    .contenedor {
        max-width: 90%;
        gap: 40px;
    }

    .fila {
        padding: 30px;
        gap: 30px;
    }

    .grafico {
        width: 240px;
        height: 240px;
    }

        .grafico::before {
            top: 18%;
            left: 18%;
            width: 64%;
            height: 64%;
        }

    .icono {
        width: 65px;
        height: 65px;
    }

    .texto strong,
    .info-extra strong,
    .texto-green strong,
    .info-extra-green strong,
    .texto-grafico strong {
        font-size: 28px;
    }

    .texto,
    .info-extra,
    .texto-green,
    .info-extra-green {
        font-size: 17px;
    }
}

