.beneficios-programa .item-beneficio-programa:nth-of-type(1) .icono-beneficio-programa {
    background: url("../../iconos/tsuAuditoria/1B.svg") center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.beneficios-programa .item-beneficio-programa:nth-of-type(2) .icono-beneficio-programa {
    background: url("../../iconos/tsuAuditoria/2B.svg") center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.beneficios-programa .item-beneficio-programa:nth-of-type(3) .icono-beneficio-programa {
    background: url("../../iconos/tsuAuditoria/3B.svg") center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.beneficios-programa .item-beneficio-programa:nth-of-type(4) .icono-beneficio-programa {
    background: url("../../iconos/tsuAuditoria/4B.svg") center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* .beneficios-programa .item-beneficio-programa:nth-of-type(5) .icono-beneficio-programa {
    background: url("../../iconos/tsuAuditoria/1B.svg") center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
} */





.beneficios-programa .item-beneficio-programa:nth-of-type(1):hover .icono-beneficio-programa {
    background: url("../../iconos/tsuAuditoria/hover/1V.svg") center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.beneficios-programa .item-beneficio-programa:nth-of-type(2):hover .icono-beneficio-programa {
    background: url("../../iconos/tsuAuditoria/hover/2V.svg") center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.beneficios-programa .item-beneficio-programa:nth-of-type(3):hover .icono-beneficio-programa {
    background: url("../../iconos/tsuAuditoria/hover/3V.svg") center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.beneficios-programa .item-beneficio-programa:nth-of-type(4):hover .icono-beneficio-programa {
    background: url("../../iconos/tsuAuditoria/hover/4V.svg") center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
