.brand-final .devil-v {
  display: inline-block !important;
  margin: 0 3px !important;
  color: #ef143f !important;
  transform: scale(1.24) translateY(1px) !important;
  transform-origin: center bottom;
}

.brand-final .devil-v::before,
.brand-final .devil-v::after {
  top: -10px !important;
  width: 10px !important;
  height: 12px !important;
  opacity: 1 !important;
  background: #ef143f !important;
}

.brand-reference {
  position: relative;
  padding-bottom: 7px !important;
  overflow: visible !important;
}

.brand-reference strong { color: #fff !important; }

.brand-reference .devil-tail {
  position: absolute !important;
  display: block !important;
  width: 54px !important;
  height: 16px !important;
  right: -7px;
  bottom: -2px;
  margin: 0 !important;
  background: transparent !important;
  border-right: 3px solid #ef143f;
  border-bottom: 3px solid #ef143f;
  border-radius: 0 0 28px 0;
  transform: rotate(5deg);
}

.brand-reference .devil-tail::after {
  content: "";
  position: absolute;
  display: block;
  right: -8px;
  top: -7px;
  width: 11px;
  height: 11px;
  background: #ef143f;
  clip-path: polygon(0 50%, 100% 0, 82% 100%);
  transform: rotate(-20deg);
}

.brand-reference:hover .devil-v,
.brand-reference:hover .devil-tail { color:#ff315b !important; border-color:#ff315b; }
.brand-reference:hover .devil-v::before,
.brand-reference:hover .devil-v::after,
.brand-reference:hover .devil-tail::after { background:#ff315b !important; }

@media(max-width:600px){.brand-reference .devil-tail{width:45px!important;height:13px!important;right:-5px;bottom:0;border-width:2px}.brand-reference .devil-tail::after{width:9px;height:9px;right:-7px;top:-6px}}

/* Composición fiel al logo de referencia */
.brand-reference .horn-p,
.brand-reference .red-v {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit !important;
  line-height: inherit !important;
}
.brand-reference .horn-p{position:relative;color:#fff!important}.brand-reference .red-v{color:#ef143f!important}
.brand-reference .horn-p::before,.brand-reference .horn-p::after{content:"";position:absolute;display:block!important;top:-13px;width:11px;height:15px;background:#ef143f!important}.brand-reference .horn-p::before{left:-5px;clip-path:polygon(0 0,100% 100%,18% 88%);transform:rotate(-10deg)}.brand-reference .horn-p::after{right:-4px;clip-path:polygon(100% 0,82% 88%,0 100%);transform:rotate(10deg)}
.brand-reference:hover .horn-p::before,.brand-reference:hover .horn-p::after{background:#ff315b!important}.brand-reference:hover .red-v{color:#ff315b!important}
.brand-reference strong{position:relative}.brand-reference .horn-p::before,.brand-reference .horn-p::after{display:none!important}.brand-reference strong::before,.brand-reference strong::after{content:"";position:absolute;display:block;top:-12px;width:11px;height:15px;background:#ef143f;z-index:2}.brand-reference strong::before{left:-5px;clip-path:polygon(0 0,100% 100%,18% 88%);transform:rotate(-10deg)}.brand-reference strong::after{left:14px;clip-path:polygon(100% 0,82% 88%,0 100%);transform:rotate(10deg)}.brand-reference:hover strong::before,.brand-reference:hover strong::after{background:#ff315b}

.brand-final .devil-v::before {
  left: -5px !important;
  transform: rotate(-8deg) !important;
  clip-path: polygon(0 0, 100% 100%, 20% 92%) !important;
}

.brand-final .devil-v::after {
  right: -5px !important;
  transform: rotate(8deg) !important;
  clip-path: polygon(100% 0, 80% 92%, 0 100%) !important;
}
