//*-- Search --*\\
.icono-search{
    @include square($U22);
    border-radius: 50%;
    @extend .icono-stroke;
    transform: rotate(45deg);
    margin: $U4 $U4 $U8 $U8;
    &:before{
        width: $U4;
        height: $U11;
        @extend .stickCenterH;
        box-shadow: inset 0 0 0 $U32;
        top: $U19;
        border-radius: 0 0 $U1 $U1;
    }
}