.nuevo {
    position: relative;
}
.nuevo::before {
    content: "";
    display: block;
    background: url(/img/logos/banda_juegos/novo_gp.png);
    width: 51%;
    height: 29px;
    position: absolute;
    z-index: 11;
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px;
    left: -5px;
}

.exclusivo {
    position: relative;
}
.exclusivo::before {
    content: "";
    display: block;
    background: url(/img/logos/banda_juegos/exclusivo_gp.png);
    width: 51%;
    height: 29px;
    position: absolute;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px;
    left: -5px;
}

.renovado {
    position: relative;
}
.renovado::before {
    content: "";
    display: block;
    background: url(/img/logos/banda_juegos/actualizado_gp.png);
    width: 51%;
    height: 29px;
    position: absolute;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px;
    left: -5px;
}

.torneo {
    position: relative;
}
.torneo::before {
    content: "";
    display: block;
    background: url(/img/logos/banda_juegos/TORNEIO.png);
    width: 51%;
    height: 29px;
    position: absolute;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px;
    left: -5px;
}

.promo {
    position: relative;
}
.promo::before {
    content: "";
    display: block;
    background: url(/img/logos/banda_juegos/promo_gp.png);
    width: 51%;
    height: 29px;
    position: absolute;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px;
    left: -5px;
}

.hot {
    position: relative;
}
.hot::after {
    content: "";
    display: block;
    background: url(/img/logos/banda_juegos/hot_gp.png);
    width: 51%;
    height: 29px;
    position: absolute;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    top: 40px;
    left: -5px;
}

.hot_solo {
    position: relative;
}
.hot_solo::before {
    content: "";
    display: block;
    background: url(/img/logos/banda_juegos/hot_gp.png);
    width: 51%;
    height: 29px;
    position: absolute;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px;
    left: -5px;
}


/*GP*/