.nuestras-personas, .equipo__directorio {
    padding: 70px 0 0;
    overflow: hidden;
}

.nuestras-personas img {
    max-width: 100%;
}

.nuestras-personas h2 {
    margin-bottom: 40px;
}

.texto-np {
    padding: 0 60px;
}

.texto-np p {
    font-size: 18px;
    line-height: 24px;
    color: #848688;
    font-weight: normal;
    margin-bottom: 40px;
}

.texto-np h4 {
    color: #e56000;
    font-weight: bold;
}

.equipo__directorio h2 {
    margin-bottom: 90px;
}

.equipo__directorio ul {
    padding-left: 0px;
    list-style: none;
    overflow: hidden;
    margin-bottom: 120px;
}

.equipo__directorio ul li {
    border-left: 5px solid #e55b20;
    padding: 10px 0 10px 25px;
    margin-bottom: 40px;
}

.equipo__directorio ul li h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.equipo__directorio ul li span {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
}

.equipo__directorio img {
    display: block;
    margin-bottom: 20px;
    max-width: 120px;
}

/* HOME */
.centrales, .sustentabilidad {
    overflow: hidden;
    padding-bottom: 0;
}

.centrales__cont-items, .sustentabilidad__cont-items {
    padding: 42px 20px;
    background-color: rgba(241, 241, 242, 1);
    overflow: hidden;
}

.sustentabilidad__cont-items {
    padding: 42px 0px;
    background-color: white;
    overflow: hidden;
}

.proyectos__cont-items {
    padding: 42px 0px;
    background: #003773;
    overflow: hidden;
}

.item-centrales>div, .item-centrales-page>div {
    background-color: white;
}

.proyectos__cont-items .item-centrales-page>div {
    background: #003773;
}

.item-centrales .img-central {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1/1;
}

.item-centrales .img-central::after {
    display: none;
}

.item-centrales .texto-central {
    padding: 10px 15px 0px;
    width: 50%;
}

.item-centrales .texto-central p {
    font-size: 14px;
}

.item-centrales .texto-central .ic-central img {
    min-width: 38px;
}

.proyectos__cont-items .item-centrales-page .ic-central img {
    max-width: 50px;
}

/* PAGE INSTALACIONES */
.item-centrales-page {
    text-align: center;
    margin-bottom: 50px;
}

.item-centrales-page .img-central {
    width: 62%;
    float: left;
    position: relative;
    overflow: hidden;
}

.item-centrales-page:nth-child(even) .img-central {
    float: right;
}

.item-centrales-page .img-central::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: -30px;
    top: 45%;
    z-index: 99;
    transform: rotate(45deg);
    opacity: 0;
    transition: 0.3s 1s cubic-bezier(.77, 0, .175, 1);
}

.proyectos__cont-items .item-centrales-page .img-central::after {
    background-color: #003773;
}

.item-centrales-page:nth-child(even) .img-central::after {
    left: -15px;
    right: auto;
}

.item-centrales-page .img-central img {
    width: 100%;
    transition: all 2s ease;
}

.item-centrales-page .img-central:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

.item-centrales-page .img-central.animado:after {
    opacity: 1;
    right: -15px;
}

.item-centrales-page .texto-central {
    width: 38%;
    float: left;
    padding: 20px 40px;
}

.item-centrales-page .texto-central button {
    display: inline-block;
    /* width: 100%; */
    /* text-align: left; */
    border: none;
    background-color: transparent;
    color: #e56000;
    line-height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.item-centrales-page .texto-central h4 {
    font-size: 24px;
    font-weight: 500;
    color: #e56000;
    letter-spacing: 2px;
    margin-top: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.proyectos__cont-items .item-centrales-page .texto-central p {
    color: white;
}

.slide-centrales {
    margin-bottom: 0px;
    border: none;
    height: 100vh;
    max-height: 600px;
}

.slide-centrales ul {
    list-style: none;
    padding: 0;
}

.slide-centrales ul li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.slide-centrales ol {
    display: none;
}

.texto-central--cont-txt h4 {
    display: none;
}

.texto-central--cont-txt ul {
    display: block;
    text-align: left;
    padding-left: 0;
}

.texto-central--cont-txt ul li {
    display: list-item;
    list-style: disc;
    list-style-position: inside;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* TABLA CENTRALES */
.item-centrales-page .tabla-info {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.item-centrales-page .tabla-info>div {
    border: none;
    border-top: 2px solid #c5c5c5;
    padding: 14px 0 8px 10px;
}

.item-centrales-page .tabla-info>div h4 {
    color: #003773;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    width: 35%;
    vertical-align: top;
    text-align: left;
    text-transform: none;
}

.item-centrales-page .tabla-info>div p {
    font-size: 18px;
    font-weight: 400;
    color: #848688;
    display: inline-block;
    margin-bottom: 0;
    width: 63%;
    vertical-align: top;
    text-align: left;
}

/* HOME CIFRAS */
.cifras {
    background: #fff;
    padding: 80px 0 40px;
    overflow: hidden;
}

.cifras span {
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: #e56000;
    line-height: 100%;
    position: relative;
}

.cifras span+span {
    font-size: 26px;
    text-transform: uppercase;
}

.cifras p {
    margin-top: 5px;
    font-size: 20px;
    color: #003770;
    font-weight: 300;
}

.cifras__item:last-child span:first-child {
    padding-left: 30px;
}

.cifras__item:last-child span:first-child::before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
}

/* NUESTRAS PERSONAS DATOS */
.datos {
    background: #fff;
    padding: 80px 0 80px;
    overflow: hidden;
}

.datos span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #e56000;
    line-height: 140%;
    position: relative;
    text-align: center;
}

.datos p {
    margin-top: 18px;
    text-align: center;
}

/*  */
.item-noticia ul {
    list-style: none;
    padding-left: 0px;
}

.item-noticia ul li {
    position: relative;
    display: inline-block;
    padding-right: 8px;
    font-size: 12px;
    text-transform: capitalize;
    color: #e56000;
}

.item-noticia ul li::after {
    content: ',';
    position: absolute;
    right: 5px;
    bottom: 0;
}

.item-noticia ul li:last-child::after {
    content: '';
    padding-right: 0px;
}

/* CLIENTES */
.requisitos__item {
    text-align: center;
}

.requisitos__item>div {
    display: block;
    background-color: white;
    aspect-ratio: 1/1;
    max-width: 50px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.requisitos__item span {
    display: inline-block;
    font-size: 42px;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #e56000;
}

.requisitos__item p {
    margin-top: 32px;
    color: white;
    padding: 0 15px;
}

/* MENU */
#menu-menu li {
    padding-bottom: 0px;
}

.menu>ul>li a {
    position: relative;
}

ul.menu>li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 2px solid #e56000;
    transition: all 0.3s ease;
}

ul.menu>li.active::after {
    width: 100%;
}

.menu ul li a:hover, .menu ul li a:focus {
    text-decoration: none;
}

.menu ul li:hover a {
    text-decoration: none;
    background: none;
}

.menu ul li:hover::after {
    width: 100%;
}

ul#menu-menu-1>li>a {
    position: relative;
    padding-bottom: 3px;
}

ul#menu-menu-1>li.active>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #e56000;
}

ul#menu-menu-1 .sub-menu li.active a {
    color: #e56000;
}

/* SUB MENU */

.menu ul.sub-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background-color: white;
    padding: 0px;
    margin-bottom: 0;
    transition: all 0.3s ease;
    height: 0;
    overflow: hidden;
}

.menu ul.sub-menu li {
    display: block;
    margin: 0;
    line-height: 100%;
    padding-bottom: 0px;
}

.menu ul.sub-menu li a {
    display: block;
    line-height: 100%;
    padding: 12px 14px;
    color: #003770;
}

.menu ul.sub-menu li a:hover, .menu ul.sub-menu li.active a {
    color: #003770;
    background-color: #d0d0d2;
}

.fixed .menu ul li ul.sub-menu {
    margin-top: 10px;
}

/* SUSTENTABILIDAD */
.comunidad-int h2 {
    margin-bottom: 90px;
    text-transform: uppercase;
}

/* REPORTE SOSTENIBILIDAD */
.banner-interior--reporte {
    background-position: left top;
    background-attachment: scroll;
}

.banner-interior__titulo h1 {
    font-weight: 700;
    margin-bottom: 0;
}

.banner-interior__year span {
    display: block;
    font-size: 65px;
    color: white;
}

.bloque-texto--reporte h2 {
    color: #003774;
}

/* VIDEO */
.video-reporte {
    margin-bottom: 80px;
}

/* BANNER MENSAJE */
.banner-mensaje {
    margin-bottom: 100px;
}

.banner-mensaje__cont {
    position: relative;
    padding: 20px 0px;
}

.banner-mensaje__cont::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 112px;
    background-image: url('../assets/imgs/SVG/rayo-naranja.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-mensaje__cont>div {
    background-color: #003774;
    border-left: 18px solid #e74e0f;
    padding: 8px 0px;
}

.banner-mensaje__img {
    padding-left: 40px;
}

.banner-mensaje__img img {
    max-width: 100%;
    display: block;
}

.banner-mensaje__txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.banner-mensaje__txt span {
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
    display: block;
}

.banner-mensaje__txt a {
    font-size: 20px;
    font-weight: 300;
    color: white;
    text-decoration: underline;
}
.btn-descarga{
    text-align: center;
    margin-top: 60px;
}
.reportes-capitulos{
    padding: 80px 0px 120px;
    background-color: #e0e0e0;
}
.reportes-capitulos__item{
    margin-bottom: 30px;
}
.reportes-capitulos__item>div{
    height: 100%;
    background-color: white;
}
.reportes-capitulos__titulo{
    margin-bottom: 50px;
}
.reportes-capitulos__titulo span{
    font-size: 30px;
    color: #003774;
    display: block;
    text-transform: uppercase;
}
.reportes-capitulos__thumb{
    position: relative;
}
.reportes-capitulos__thumb::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 30px solid white;
}
.reportes-capitulos__thumb img{
    display: block;
    max-width: 100%;
}
.reportes-capitulos__textos{
    padding: 32px;
}
.reportes-capitulos__textos a, .reportes-capitulos__textos a:hover{
    text-decoration: none;
}
.reportes-capitulos__textos h2{
    line-height: 100%;
    position: relative;
    color: #003774;
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 80px;
    margin-bottom: 20px;
}
.reportes-capitulos__textos h2::after{
    content: '→';
    position: absolute;
    top: -20px;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e74e0f;
    color: white;
    line-height: 70px;
    text-align: center;
    font-weight: 700;
}
.reportes-capitulos__textos a:hover h2::after{
    background-color: #a3320a;
}
/* MEDIA QUERIES */
@media (max-width: 320px) {
    .banner-interior__year span {
        font-size: 30px;
    }
}

@media (min-width: 481px) {
    .banner-mensaje__cont::after {
        top: 0;
    }
}

@media (max-width: 480px) {
    .banner-interior__year span {
        font-size: 36px;
    }

    .banner-mensaje__img {
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .banner-mensaje__cont::after {
        bottom: 0;
        max-height: 80px;
        max-width: 60px;
    }
    .reportes-capitulos__titulo span{
        font-size: 20px;
    }
    .reportes-capitulos__textos{
        padding: 32px 16px;
    }
}

@media screen and (max-width: 39.9375em) {
    .texto-np {
        margin-top: 20px;
        padding: 0 15px;
    }

    .item-centrales-page .img-central {
        width: 100%;
    }

    .item-centrales-page .texto-central {
        width: 100%;
        padding: 20px 20px;
    }

    .slide-centrales {
        height: 50vh;
        max-height: 400px;
    }

    .item-centrales-page .tabla-info>div h4, .item-centrales-page .tabla-info>div p {
        width: 100%;
        display: block;
    }

    .item-centrales-page .tabla-info>div p {
        margin-bottom: 8px;
    }
}