INTER VLAN MICROTIK OS HELP

Hello Everyone
I need some help please.
I got a microtik router and a Cisco Smalbusiness, I've configured three vlans

192.168.10.0/24 vlan10
192.168.20.0/24 vlan20
192.168.30.0/24 vlan30

with their respective gateways:
192.168.10.1/24
192.168.20.1/24
192.168.30.1/24

And I need vlan10 and 30 comunicate with vlan20
But for some reason I 'm not able to do it.

The internet is working, the dhcp for every vlan is working, PCs in the same Vlan can see each other but I can't enable the intervlan routing, I can't ping vlan 20 PC with vlan 30 PC, I've tried some tips or articles from the forums but i'm still stuck at this, I don't know what im doing wrong.
Help please.

Here is the router configuration:

apr/25/2019 22:10:18 by RouterOS 6.34.4

software id = V038-NV6J

/interface bridge
add admin-mac=6C:3B:6B:8C:F3:9D auto-mac=no name=bridgeLocal
/interface ethernet
set [ find default-name=ether1 ] name="ether1 WAN"
set [ find default-name=ether2 ] name="ether2 LAN"
/interface vlan
add interface="ether2 LAN" name=ADMINISTRATIVO vlan-id=10
add interface="ether2 LAN" name=CLINICA vlan-id=20
/ip pool
add name=dhcp_pool1 ranges=192.168.10.100-192.168.10.200
add name=dhcp_pool2 ranges=192.168.20.100-192.168.20.200
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=ADMINISTRATIVO name=dhcp1
add address-pool=dhcp_pool2 disabled=no interface=CLINICA name=dhcp2
/interface bridge port
add bridge=bridgeLocal interface=ether3
add bridge=bridgeLocal interface=ether4
add bridge=bridgeLocal interface=ether5
/interface wireless cap
set bridge=bridgeLocal discovery-interfaces="ether1 WAN" enabled=yes
interfaces=wlan1
/ip address
add address=192.168.1.1/24 interface="ether2 LAN" network=192.168.1.0
add address=192.168.10.1/24 interface=ADMINISTRATIVO network=192.168.10.0
add address=192.168.20.1/24 interface=CLINICA network=192.168.20.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface="ether1 WAN"
/ip dhcp-server network
add address=192.168.10.0/24 dns-server=8.8.8.8,200.107.10.105 gateway=
192.168.10.1
add address=192.168.20.0/24 dns-server=8.8.8.8,200.107.10.105 gateway=
192.168.20.1
/ip dns
set servers=8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat out-interface="ether1 WAN"
/ip route
add distance=1 gateway="ether1 WAN"
add distance=1 dst-address=192.168.0.0/22 gateway=192.168.1.1
/system clock
set time-zone-name=America/Guayaquil
/system leds
set 0 interface=wlan1
/system routerboard settings
set protected-routerboot=disabled

These look wrong

/ip route
add distance=1 gateway="ether1 WAN"
add distance=1 dst-address=192.168.0.0/22 gateway=192.168.1.1

I would remove them as the DHCP client on ether1 will create a default route.

There doesn’t appear to be any configuration for vlan30.

concur there is no vlan 30 here…
would be good to see your ethernet interfaces defined how many etherports are there.
You have no interface bridge vlans defined either…

Check out this reference prior to constructing vlans…
http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1

Depends on the intended setup, vlan10 + vlan20 on ether2 only and ether3/4/5 in a bridge with no IP config - fine if ether2 is feeding a switch or similar and ether3/4/5 not in use.

Its up to the OP to properly describe the setup and even better to provide a diagram.
Providing advice based on guessing is not something I am apt to do.