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

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

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

    .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: #bf0b10;
    }

    .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: #bf0b10;
        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: 60px;        
    }
    
    .ui-row-card__image-container {
        position: relative;
    }
    
    .equipo-destacado-badge {
        position: absolute;
        bottom: 0;
        left: 0;
        display: none;
        align-items: center;
        gap: 5px;
        padding: 5px 8px;
        z-index: 10;
    }

    @keyframes rotate-star {
        0% {
            transform: rotateY(0deg);
        }
        33% {
            transform: rotateY(360deg);
        }
        100% {
            transform: rotateY(360deg);
        }
    }
    
    .equipo-destacado-badge i {
        color: #0066cc;
        font-size: 25px;
        flex-shrink: 0;
        animation: rotate-star 2.3s linear infinite;
    }
    
    .equipo-destacado-text {
        display: flex;
        flex-direction: column;
        line-height: 1.1;
        align-items: flex-start;
        font-family: 'Ubuntu Condensed';
    }
    
    .equipo-destacado-text span {
        color: #0066cc;
        font-size: 15px;
        font-weight: 700;        
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }


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

    .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;
    }

    /* PARTE DE CUOTAS SIN INTERES */

    .kinomap{
        top: 25px !important;
    }

    /* FIN PARTE DE CUOTAS SIN INTERES */
    
    .equipo-destacado-badge {
        display: flex;
        padding: 4px 6px;
    }
    
    .equipo-destacado-badge i {
        font-size: 25px;
    }
    
    .equipo-destacado-text span {
        font-size: 15px;
    }

}