
.nuevo-item{
    position: relative;
}

.nuevo-item::before{
content: "Nuevo";
width: 54px;
height: 16px;
top: -21px;
left: 69px;
padding: 0px 8px;
border-radius: 100px;
position: absolute;
background-color: #B0ECDA;
border: 1px solid #00C389;
text-align: center;
color: #2C2A29;
font-family: "Open Sans";
font-size: 12px;
font-weight: 600;
line-height: 16px;
}

.nuevo-item-lateral{
    position: relative;
}
.nuevo-item-lateral::before{
    content: "Nuevo";
    width: 54px;
    height: 16px;
    top: 3px;
    left: 210px;
    padding: 0px 8px;
    border-radius: 100px;
    position: absolute;
    background-color: #B0ECDA;
    border: 1px solid #00C389;
    text-align: center;
    color: #2C2A29;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    }


@media (max-width: 820px){
    .nuevo-item::before{
        top: 3px;
        left: 205px;
        }

        .nuevo-item-lateral::before{
            top: 3px;
            left: 196px;
        }
}


.nuevo-item-eng{
    position: relative;
}

.nuevo-item-eng::before{
content: "New";
width: 54px;
height: 16px;
top: -21px;
left: 36px;
padding: 0px 8px;
border-radius: 100px;
position: absolute;
background-color: #B0ECDA;
border: 1px solid #00C389;
text-align: center;
color: #2C2A29;
font-family: "Open Sans";
font-size: 12px;
font-weight: 600;
line-height: 16px;
}

.nuevo-item-lateral-eng {
    position: relative;
}
.nuevo-item-lateral-eng::before{
    content: "New";
    width: 54px;
    height: 16px;
    top: 3px;
    left: 190px;
    padding: 0px 8px;
    border-radius: 100px;
    position: absolute;
    background-color: #B0ECDA;
    border: 1px solid #00C389;
    text-align: center;
    color: #2C2A29;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    }

    @media (max-width: 820px){
        .nuevo-item-eng::before{
            top: 3px;
            left: 143px;
            }
    
            .nuevo-item-lateral-eng::before{
                top: 3px;
                left: 176px;
            }
    }