﻿.iconos-ficha-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.iconos-ficha {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
}

.icono-item {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

    .icono-item img {
        width: 34px;
        height: 34px;
        object-fit: contain;
        margin-bottom: 6px;
    }

.icono-valor {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    min-height: 22px;
}

.icono-leyenda {
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    min-height: 28px;
}
