.sostenibilidad-container {
    font-family: "IberPangea Text", sans-serif;
    color: #2C2C2C;
    padding: 0 16px 40px;
}

.sostenibilidad-titulo {
    font-family: "IberPangea", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #2C2C2C;
    margin-bottom: 32px;
    padding:0px;
}
.sostenibilidad-subtitulo {
    font-family: "IberPangea", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #1E1E1E;
    padding:0px;
    margin-bottom: 24px;
}
.sostenibilidad-container p {
    font-family: "IberPangea Text", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #2C2C2C;
    margin-bottom: 16px;
}
.sostenibilidad-container strong {
    font-family: "IberPangea Text", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #2C2C2C;
}
.sostenibilidad-fuente {
    font-size: 13px !important;
    color: #666 !important;
    margin-top: 4px;
}
.sostenibilidad-seccion {
    margin-bottom: 0px;

}
.sostenibilidad-seccion > p{
    margin-bottom: 24px;
}

.sostenibilidad-seccion > p{
    margin-bottom: 24px;
}
.sostenibilidad-seccion > p:last-child {
    margin-bottom: 32px;
}
.sostenibilidad-container > .sostenibilidad-seccion:last-child > p:last-child {
  margin-bottom: 0;
} 

.sostenibilidad-container a {
    color: #2F6852;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.sostenibilidad-enlace {
    color: inherit;
    text-decoration: underline;
}
.sostenibilidad-contexto {
    display: flex;
    gap: 12px;
    background-color: #F9F9F9;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    align-items: flex-start;
}
.sostenibilidad-icono {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}
.sostenibilidad-contexto p {
    margin-bottom: 8px;
    font-size: 14px !important;
}
.sostenibilidad-contexto p:last-child {
    margin-bottom: 0;
}
.sostenibilidad-contexto-plain {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 16px;
    background-color: transparent;
}
.sostenibilidad-contexto-plain p {
    margin-bottom: 0;
    font-size: 14px !important;
    line-height: 20px !important;
}
.sostenibilidad-imagen {
    width: 100%;
    height: 300px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center center;
    margin: 24px 0;
    display: block;
}
.sostenibilidad-imagen--top {
    object-position: center top;
}
.sostenibilidad-imagen--bottom {
    object-position: center bottom;
}
video.sostenibilidad-imagen {
    height: 185px;
}

/* ---------- GRÁFICO ---------- */
.sos-grafico-wrapper {
    border: 1px solid #CBD5E0;
    border-radius: 16px;
    padding: 20px 16px 16px;
    margin-bottom: 16px;
}
.sos-grafico-titulo {
    font-family: "IberPangea Text", sans-serif;
    font-size: 14px ;
    font-weight: 400 ;
    line-height: 18px ;
    color: #2C2C2C ;
    text-align: center;
    margin-bottom: 16px;
    width: 296px;
    min-height: 90px;
}
.sos-grafico-barras {
    display: flex;
    align-items: flex-end;
    height: 217px;
    width: 100%;
    gap: 8px;
}
.sos-grafico-eje-y {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 217px;
    font-size: 10px;
    color: #666;
    text-align: left;
    flex-shrink: 0;
    width: 34px;
    order: 2;
}

.sos-grafico-eje-y span {
    display: block;
    width: 34px;
    height: 18px;
    line-height: 18px;
    text-align: right;
}
.sos-grafico-columnas {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex: 1;
    height: 217px;
    order: 1;
}
.sos-barra-wrap {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.sos-barra {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.sos-barra--iberdrola {
    height: 195px;
    background-color: #00A443;
}
.sos-barra--espana {
    height: 154px;
    background-color: #006228;
}
.sos-grafico-leyenda {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0 16px;
    width: 264px;
    min-height: 48px;
    margin-top: 16px;
    flex-wrap: nowrap;
}
.sos-leyenda-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "IberPangea Text", sans-serif;
    font-size: 11px;
    color: #2C2C2C;
}
.sos-leyenda-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.sos-leyenda-dot--iberdrola {
    background-color: #00A443;
}
.sos-leyenda-dot--espana {
    background-color: #006228;
}
.sos-fuente {
    font-family: "IberPangea Text", sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: #707070 !important;
    text-align: center;
    width: 296px;
    min-height: 32px;
    margin-top: 12px;
}

@media (min-width: 1200px) {
    .sostenibilidad-container {
        max-width: 1200px;
        margin: 0;
        padding: 0 64px 32px 64px;
    }
}
@media (min-width: 576px) {
    .sos-grafico-wrapper {
        width: 460px;
    }
   .sos-grafico-titulo {
       width: 460px;
       min-height: 72px;
        font-size: 14px ;
       line-height: 18px ;
   }
    .sos-fuente {
        width: 460px;
    }
    .sos-barra-wrap {
        flex: none;
        width: 185px;
    }
    .sos-barra--iberdrola {
        height: 195px;
        background-color: #00A443 !important;
    }
    .sos-barra--espana {
        height: 154px;
        background-color: #006228 !important;
    }
    .sos-grafico-leyenda {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 0 16px;
        width: 428px;
        min-height: 48px;
        margin-top: 16px;
        flex-wrap: nowrap;
    }
   .sos-fuente {
        font-family: "IberPangea Text", sans-serif;
        font-size: 12px ;
        font-weight: 400 ;
        line-height: 16px ;
        color: #707070 ;
        text-align: center;
        width: 400px;
        min-height: 32px;
        margin-top: 12px;
}
    
@media (min-width: 768px) {

    .sos-grafico-wrapper {
        width: 674px;
        padding: 20px;
        border: 1px solid #CBD5E0;
        border-radius: 16px;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .sos-grafico-titulo {
        width: 632px;
        min-height: 56px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        margin-bottom: 16px;
    }

    .sos-grafico-barras {
        display: flex;
        align-items: flex-end;
        width: 632px;
        height: 217px;
        gap: 8px;
    }

    .sos-grafico-columnas {
        display: flex;
        align-items: flex-end;
        gap: 16px;
        width: 558px;
        height: 217px;
        flex: none;
    }

    .sos-grafico-eje-y {
        width: 34px;
        height: 217px;
        flex-shrink: 0;
    }

    .sos-grafico-eje-y span {
        width: 34px;
        height: 18px;
        line-height: 18px;
        text-align: right;
    }

    .sos-barra-wrap {
        flex: none;
        width: 271px;
        height: 195px;
    }

    .sos-barra {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .sos-barra--iberdrola {
        height: 195px;
        background-color: #00A443 !important;
    }

    .sos-barra--espana {
        height: 154px;
        background-color: #006228 !important;
    }

    .sos-grafico-leyenda {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
        width: 632px;
        min-height: 16px;
        padding: 0;
        margin-top: 16px;
    }

    .sos-leyenda-item {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
    }

    .sos-fuente {
        width: 632px;
        min-height: 16px;
        margin-top: 16px;
        font-size: 12px !important;
        line-height: 16px !important;
        text-align: center;
        color: #707070 !important;
    }

}
@media (min-width: 992px) {

    .sos-grafico-wrapper {
        width: 546px;
        padding: 20px;
        border: 1px solid #CBD5E0;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .sos-grafico-titulo,
    .sos-grafico-barras,
    .sos-grafico-leyenda,
    .sos-fuente {
        width: 504px;
    }

    .sos-grafico-columnas {
        width: 434px; /* 207 + 16 + 207 + 4 aprox */
    }

    .sos-barra-wrap {
        width: 207px;
        flex: none;
    }

    .sos-barra--iberdrola {
        height: 195px;
    }

    .sos-barra--espana {
        height: 155px;
    }
    
    @media (min-width: 1200px) {

    .sos-grafico-wrapper {
        width: 658px;
        padding: 20px;
        border: 1px solid #CBD5E0;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .sos-grafico-titulo,
    .sos-grafico-barras,
    .sos-grafico-leyenda,
    .sos-fuente {
        width: 616px;
    }

    .sos-grafico-columnas {
        width: 542px;
    }

    .sos-barra-wrap {
        width: 263px;
        flex: none;
    }

    .sos-barra--iberdrola {
        height: 195px;
    }

    .sos-barra--espana {
        height: 155px;
    }
        
    @media (min-width: 1920px) {

    .sos-grafico-wrapper {
        width: 882px;
        padding: 20px;
        border: 1px solid #CBD5E0;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .sos-grafico-titulo,
    .sos-grafico-barras,
    .sos-grafico-leyenda,
    .sos-fuente {
        width: 840px;
    }

    .sos-grafico-columnas {
        width: 766px;
    }

    .sos-barra-wrap {
        width: 375px;
        flex: none;
    }

    .sos-barra--iberdrola {
        height: 195px;
    }

    .sos-barra--espana {
        height: 155px;
    }
}
