My CSS does not load the content when I started using the friendly URL. Try to use the tag <base href="localhost/guiacomercial/" />
and within .htaccess RewriteBase /
Because the load stays like this anyway:
Following the .htaccess code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^es/guarapari\/?$ cidade.php?acessando=contato [L]
</IfModule>