.colors,
.colors-opa {
    width: 100%;
}
.colors ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0.5% auto;
    flex-wrap: wrap;
    padding: 0 0 12px 0;
    background-color: var(--bl-color);
}
.colors ul.x {
    background-color: var(--bl-colorx);
}
.colors ul li {
    width: 120px;
    height: 120px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--neut15);
}
.colors-opa ul li {
    width: 24%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.colors ul li small {
    display: block;
}
.colors ul .titulo {
    display: inline-block;
    width: 100%;
    padding: 4px 10px;
    font-family: var(--font3b);
    font-size: 22px;
}
.colors ul .titulo small {
    font-family: var(--font2);
    font-size: 15px;
}
.bl-text {
    width: 24%;
    display: inline-block;
    text-align: center;
    padding: 6px 0;
    font-size: 24px;
    font-family: var(--font1);
    font-weight: 600;
}