.text-agotado h3 {
        color: #27272747;
    }

    .nl-box {
        z-index: 1;
    }

    .nl-box:hover {
        box-shadow: 0 0 8px 0px #ddcbffff;
    }

    .nl-box-imagen {
        z-index: 1;
    }

    .b20-boxDatos-areaPrecio .b20-boxDatos-areaDescuento-precioTachado {
        color: #888888;
    }

    .b20-boxDatos-areaPrecio .precio-listado {
        color: #783ef8;
    }

    .b20-highBlue {
        display: inline-block;
        color: #ffffff;
        /* margin-top: 8px; */
        padding: 5px 8px;
        background-color: #783ef8;
        font-weight: bold;
        font-size: 13px;
    }

    .up-cuotas p {
        color: #ffffffff;
    }

    .promo-desc-efvo {
        font-weight: 700;
        color: #14a4ec;
    }

    .porcentaje-off-container {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .porcentaje-off-section {
        font-size: 3.5rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Termina W00 Heavy';
        color: #14a4ec;
        text-shadow: 2px 2px 0 #f5f5f5, -2px 2px 0 #f5f5f5, 2px -2px 0 #f5f5f5, -2px -2px 0 #f5f5f5;
    }

    .porcentaje-off-text-span {
        display: flex;
        flex-direction: column;
        font-size: 1.5rem;
    }

    .porcentaje-off-text-span span:first-child {
        margin: 0 0 -7px -25px;
    }

    .img-medalla-dest {
        max-width: 65px;
    }
    
    .bloq-medalla-dest-cinta {        
        top: 45px;        
    }
    


@media screen and (min-width:360px) and (max-width:480px) {
    .nl-box {
        height: 250px;
    }

    .nl-box-img-marca-hs {
        width: 60px;
    }

    .precio-listado {
        font-size: 17px;
    }

    .b20-highBlue {
        padding: 3px 6px !important;
        font-size: 10px;
    }

    /* .porcentaje-off-section {
        font-size: 3.5rem;
    }

    .porcentaje-off-text-span {
    font-size: 1.5rem;
    } */

    .porcentaje-off-container {
        left: 20px;
    }

    .porcentaje-off-text-span span:first-child {
        margin: 0 0 -8px -20px;
    }

}