One other thing. Have you upgraded from apache 2.2 to 2.4?
If so, there are a ton of things that have changed. See here http://httpd.apache.org/docs/trunk/en/upgrading.html
[edit] I see that you are running 2.4
Start here...
<Directory /home/me/www/testes.dev/public_html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
Notice the order deny allow has gone away.