#menu-item-5023 > a {
    background: orangered;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 30px;
    color:white;
}

@media only screen and (max-width: 1199px) {
.ribbon-image {
  position: relative;
}

.ribbon-image a::before {
        content: "";
        /* position: absolute; */
        top: 0;
        right: 0;
        width: 40px;
        height: 35px;
        background-image: url(https://www.integraciontic.com/wp-content/uploads/2025/04/cinta-nueva.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 10;
        pointer-events: none;
        float: left;
    }
}

@media only screen and (min-width: 1200px) {
.ribbon-image {
  position: relative;
}

.ribbon-image a::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 173px;
  width: 60px;
  height: 60px;
  background-image: url('https://www.integraciontic.com/wp-content/uploads/2025/04/ribbon-new.png'); /* Reemplazá con tu URL */
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  pointer-events: none; /* permite clics normales en el menú */
}
}