//*-- Forbidden --*\\
.icono-forbidden{
    @include square($U28);
    @extend .icono-stroke;
    border-width: $U3;
    border-radius: 50%;
    margin: $U3;
    transform: rotate(45deg);
    &:before{
        @extend .stickCenter;
        width: $U24;
        height: $U4;
        box-shadow: inset 0 0 0 $U32;
    }
}