//*-- Gear --*\\
.icono-gear{
    width: $U32;
    height: $U32;
    border: $U3 dotted;
    border-radius: 50%;
    margin: $U1;
    &:before{
        @extend .stickCenter;
        width: $U22;
        height: $U22;
        box-shadow: 0 0 0 $U3, 0 0 0 $U2 inset;
        border-radius: 50%;
        border: $U6 solid transparent;
        box-sizing: border-box;
    }
}