.precio_normal {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.precio_original {
    position: relative;
    font-weight: 400;
}

.precio_original::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #575757;
    transform: translateY(-50%);
}

.precio_oferta {
    color: #034c8c;
    font-size: 20px;
}
