//*-- Pin --*\\
.icono-pin{
    width: $U26;
    height: $U26;
    @extend .icono-stroke;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    margin: $U1 $U4 $U7;
    &:before{
        position: absolute;
        width: $U6;
        height: $U6;
        @extend .icono-stroke;
        border-radius: 50%;
        @extend .stickCenter;
    }
}