        .contenedor-simbologia {
        display: flex;
        flex-direction: column;
        div {
            display: flex;
            width: 100%;
            margin-bottom: 10px;
            border-radius: 3px;
            p {
                font-size: .8em;
                padding: 10px;
                color: #fff;
            }
            &.p-alta {
                background: -webkit-linear-gradient(110deg, $morado1 90%, $gris-azul-2 10%);
                background: -o-linear-gradient(110deg, $morado1  90%, $gris-azul-2 10%);
                background: -moz-linear-gradient(110deg, $morado1  90%, $gris-azul-2 10%);
                background: linear-gradient(110deg, $morado1  90%, $gris-azul-2 10%);
            }
            &.p-media {
                background: -webkit-linear-gradient(110deg, $morado2 80%, $gris-azul-2 20%);
                background: -o-linear-gradient(110deg, $morado2  80%, $gris-azul-2 20%);
                background: -moz-linear-gradient(110deg, $morado2  80%, $gris-azul-2 20%);
                background: linear-gradient(110deg, $morado2  80%, $gris-azul-2 20%);
            }
            &.p-baja {
                background: -webkit-linear-gradient(110deg, $morado3 70%, $gris-azul-2 30%);
                background: -o-linear-gradient(110deg, $morado3  70%, $gris-azul-2 30%);
                background: -moz-linear-gradient(110deg, $morado3  70%, $gris-azul-2 30%);
                background: linear-gradient(110deg, $morado3 70%, $gris-azul-2 30%);
            }
            &.p-m-baja {
                background: -webkit-linear-gradient(110deg, $morado4 60%, $gris-azul-2 40%);
                background: -o-linear-gradient(110deg, $morado4  60%, $gris-azul-2 40%);
                background: -moz-linear-gradient(110deg, $morado4  60%, $gris-azul-2 40%);
                background: linear-gradient(110deg, $morado4  60%, $gris-azul-2 40%);
            }
        }
    }
    .mv-3 {
        display:inline-flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        width: 31%;
        min-width: 50px;
        margin: 0px 1% 20px 0px;
        font-size: .8em;
        div {
            display: inline-flex;
            width: 30px;
            height: 30px;
            border-radius: 6px;
            position: relative;
            margin-bottom: 15px;
        }
        .rosa1 {
            background-color: $rosa1;
            &:before {
                border: 15px solid $rosa1;
                content: '';
                border-right-color: transparent;
                border-left-color: transparent;
                border-bottom-color: transparent;
                right: 0px;
                left: 0px;
                top:calc(50% + 8px);
                position: absolute;
            }
        }
        .rosa2 {
            background-color: $rosa2;
            &:before {
                border: 15px solid $rosa2;
                content: '';
                border-right-color: transparent;
                border-left-color: transparent;
                border-bottom-color: transparent;
                right: 0px;
                left: 0px;
                top:calc(50% + 8px);
                position: absolute;
            }
        }
        .rosa3 {
            background-color: $rosa3;
            &:before {
                border: 15px solid $rosa3;
                content: '';
                border-right-color: transparent;
                border-left-color: transparent;
                border-bottom-color: transparent;
                right: 0px;
                left: 0px;
                top:calc(50% + 8px);
                position: absolute;
            }
        }
        .rosa4 {
            background-color: $rosa4;
            &:before {
                border: 15px solid $rosa4;
                content: '';
                border-right-color: transparent;
                border-left-color: transparent;
                border-bottom-color: transparent;
                right: 0px;
                left: 0px;
                top:calc(50% + 8px);
                position: absolute;
            }
        }
        
    }
    .mv {
        display:inline-flex;
        flex-direction: column;
        align-items: center;
        width: 48%;
        margin: 0px 0px 20px 0px;
        font-size: .8em;
        div {
            display: inline-flex;
            width: 30px;
            height: 30px;
            border-radius: 6px;
            position: relative;
            margin-bottom: 15px;
        }
        .rosa1 {
            background-color: $rosa1;
            &:before {
                border: 15px solid $rosa1;
                content: '';
                border-right-color: transparent;
                border-left-color: transparent;
                border-bottom-color: transparent;
                right: 0px;
                left: 0px;
                top:calc(50% + 8px);
                position: absolute;
            }
        }
        .rosa2 {
            background-color: $rosa2;
            &:before {
                border: 15px solid $rosa2;
                content: '';
                border-right-color: transparent;
                border-left-color: transparent;
                border-bottom-color: transparent;
                right: 0px;
                left: 0px;
                top:calc(50% + 8px);
                position: absolute;
            }
        }
        .rosa3 {
            background-color: $rosa3;
            &:before {
                border: 15px solid $rosa3;
                content: '';
                border-right-color: transparent;
                border-left-color: transparent;
                border-bottom-color: transparent;
                right: 0px;
                left: 0px;
                top:calc(50% + 8px);
                position: absolute;
            }
        }
        .rosa4 {
            background-color: $rosa4;
            &:before {
                border: 15px solid $rosa4;
                content: '';
                border-right-color: transparent;
                border-left-color: transparent;
                border-bottom-color: transparent;
                right: 0px;
                left: 0px;
                top:calc(50% + 8px);
                position: absolute;
            }
        }
    }
        .mv-4 {
            display:inline-flex;
            flex-direction: column;
            align-items: center;
            align-content: center;
            width: 24%;
            min-width: 50px;
            margin: 0px 1% 20px 0px;
            font-size: .8em;
            div {
                display: inline-flex;
                width: 30px;
                height: 30px;
                border-radius: 6px;
                position: relative;
                margin-bottom: 15px;
            }
            .concentracion.n1 {
                background-color: #8DBAEE;
                &:before {
                    border: 15px solid #8DBAEE;
                    content: '';
                    border-right-color: transparent;
                    border-left-color: transparent;
                    border-bottom-color: transparent;
                    right: 0px;
                    left: 0px;
                    top:calc(50% + 8px);
                    position: absolute;
                }
            }
            .concentracion.n2 {
                background-color: #c4e399;
                &:before {
                    border: 15px solid #c4e399;
                    content: '';
                    border-right-color: transparent;
                    border-left-color: transparent;
                    border-bottom-color: transparent;
                    right: 0px;
                    left: 0px;
                    top:calc(50% + 8px);
                    position: absolute;
                }
            }
            .concentracion.n3 {
                background-color: #f2e857;
                &:before {
                    border: 15px solid #f2e857;
                    content: '';
                    border-right-color: transparent;
                    border-left-color: transparent;
                    border-bottom-color: transparent;
                    right: 0px;
                    left: 0px;
                    top:calc(50% + 8px);
                    position: absolute;
                }
            }
            .concentracion.n4 {
                background-color: #f1ab60;
                &:before {
                    border: 15px solid #f1ab60;
                    content: '';
                    border-right-color: transparent;
                    border-left-color: transparent;
                    border-bottom-color: transparent;
                    right: 0px;
                    left: 0px;
                    top:calc(50% + 8px);
                    position: absolute;
                }
            }
            .concentracion.n5 {
                background-color: #f85944;
                &:before {
                    border: 15px solid #f85944;
                    content: '';
                    border-right-color: transparent;
                    border-left-color: transparent;
                    border-bottom-color: transparent;
                    right: 0px;
                    left: 0px;
                    top:calc(50% + 8px);
                    position: absolute;
                }
            }
            .concentracion.n6 {
                background-color: #f89a38;
                &:before {
                    border: 15px solid #f89a38;
                    content: '';
                    border-right-color: transparent;
                    border-left-color: transparent;
                    border-bottom-color: transparent;
                    right: 0px;
                    left: 0px;
                    top:calc(50% + 8px);
                    position: absolute;
                }
            }
            .concentracion.n7 {
                background-color: #f5622e;
                &:before {
                    border: 15px solid #f5622e;
                    content: '';
                    border-right-color: transparent;
                    border-left-color: transparent;
                    border-bottom-color: transparent;
                    right: 0px;
                    left: 0px;
                    top:calc(50% + 8px);
                    position: absolute;
                }
            }
            .concentracion.n8 {
                background-color: #ef1527;
                &:before {
                    border: 15px solid #ef1527;
                    content: '';
                    border-right-color: transparent;
                    border-left-color: transparent;
                    border-bottom-color: transparent;
                    right: 0px;
                    left: 0px;
                    top:calc(50% + 8px);
                    position: absolute;
                }
            }
        }