.icono-creditCard{
    width: $32;
    height: $24;
    @extend .icono-stroke
    border-radius: $3;
    margin: $5 $1;
    &:before{
        position: absolute;
        top: $4;
        width: 100%;
        height: $6;
        box-shadow: inset 0 0 0 $32;

}
    &:after{
        left: $3;
        bottom: $3;
        position: absolute;
        width: $4;
        height: $2;
        box-shadow: inset 0 0 0 $32, $6 0;

}

}
