﻿#Inicio {
    z-index: 10;
}

.bg-image-paneles::before {
    content: '';
    background: url('https://luzzpstayee001.blob.core.windows.net/portadas-reporte/ReporteYLUZ2025.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
}



/* 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;
    }
}


/*********** 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 10%, #00aabb 0);
}

.grafico-94 {
    background: conic-gradient(#a7d577 9.4%, #83BF44 0);
}

.grafico-258 {
    background: conic-gradient(#5fccd7 23%, #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: 200px;
        height: 200px;
    }

    .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;
    }
}



/* === Resultados 2025 === */
.res24-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding: 0 4%;
    margin: 0 0% 1.5em 0%;
}

.res24-col {
    flex: 1;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1em;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    min-height: 100%;
}

.res24-col-header {
    text-align: center;
    margin-bottom: 15px;
}

    .res24-col-header h3 {
        font-size: 16px;
        color: #333;
        margin-bottom: 0.5em;
        font-family: 'DIN Regular';
        font-weight: 700;
        text-transform: uppercase;
    }

.res24-line {
    height: 3px;
    border-radius: 2px;
    width: 95%;
    margin: 0 auto;
}

    .res24-line.ambiental {
        background: #83BF44;
    }

    .res24-line.social {
        background: #FCB426;
    }

    .res24-line.operativa {
        background: #00aabb;
    }

    .res24-line.integridad {
        background: #00adef;
    }

.res24-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6em;
}

.res24-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.2em;
    padding: 0.2em;
}

    .res24-item strong {
        color: #00AABB !important;
        line-height:normal;
    }

    .res24-item p {
        font-size: 13px;
        color: #666;
        margin: 0;
        line-height: 1.3;
    }

.res24-item-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    -webkit-mask-image: var(--icon-url);
    mask-image: var(--icon-url);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

    .res24-item-icon.icon-lg {
        width: 65px;
        height: 28px;
    }

    .res24-col-ambiental .res24-item-icon {
        background-color: #83BF44;
    }

    .res24-col-social .res24-item-icon {
        background-color: #FCB426;
    }

    .res24-col-operativa .res24-item-icon {
        background-color: #00aabb;
    }

    .res24-col-integridad .res24-item-icon {
        background-color: #00adef;
    }

    .res24-col-ambiental .res24-item strong {
        color: #83BF44 !important;
    }

    .res24-col-social .res24-item strong {
        color: #FCB426 !important;
    }

    .res24-col-operativa .res24-item strong {
        color: #00aabb !important;
    }

    .res24-col-integridad .res24-item strong {
        color: #00adef !important;
    }

.res24-intro {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5em 2em;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin: 0 4% 1.5em 4%;
}

    .res24-intro h5 {
        font-family: 'DIN Regular';
        color: #565656;
        font-weight: 700;
        margin-bottom: 0.8em;
    }

    .res24-intro ul li {
        font-size: 15px;
        color: #444;
        margin-bottom: 0.4em;
    }

.res24-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

/*INICO CSS OTRA VERSION*/
.res24-items-h {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    justify-content: space-between;
}

.res24-item-h {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.res24-item-icon-h {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

.res24-item-h strong {
    display: block;
    color: #00AABB !important;
}

.res24-item-h p {
    margin: 0;
}
/*FIN CSS OTRA VERSION*/

@media (min-width: 768px) {
    .res24-grid {
        flex-direction: row;
        align-items: stretch;
    }

    .res24-col {
        display: flex;
        flex-direction: column;
    }

    .res24-items {
        flex: 1;
        align-content: space-evenly;
    }
}

@media (min-width: 768px) and (max-width: 1096px) {
    .res24-grid {
        flex-wrap: wrap;
        gap: 0.8em;
        padding: 0 2%;
    }

    .res24-col {
        flex: 0 0 calc(50% - 0.4em);
        padding: 1em;
    }
}

.img-parque-wrapper {
    height: 300px; /* ajustá el valor según necesites */
    overflow: hidden;
    margin-bottom: 0.5rem !important;
}

.img-parque-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}