HomeNewsCosta RicaPHOTOS: Students, LGBT activists join public workers in May Day demonstration

PHOTOS: Students, LGBT activists join public workers in May Day demonstration

May Day in Costa Rica this year brought together protesters from public workers unions and a wide variety of other groups, including high school and public universities students, sex workers, indigenous people, LGBT activists, feminists and socialists.

The annual march started at about 10 a.m. in front of La Merced Park on San José’s Avenida 2. Another group of protesters joined the march a few blocks ahead. That bloc was formed by groups asking support for Cuba, Palestine, Venezuela and even a small group of self-identified anarchists who took the front of the march. The mostly scattered group covered some four blocks along Ave. 2.

Public workers unions marched, as always, to commemorate International Workers’ Day, also known as May Day or Labor Day, but they focused their protests this year against bills under discussion at the Legislative Assembly that would broaden taxes, and curb public sector salaries and benefits.

Along the march route and upon their arrival in front of the Assembly, protesters displayed banners and chanted slogans against the government, particularly President Luis Guillermo SolĂ­s and his cabinet members.

Some signs bore harsh insults aimed at the president. One read: “No more Luis Gui, or any of his ministers! We will never again accept any of those bourgeois oppressors of the working class!”

Wrath was also aimed at former presidents Óscar Arias and José María Figueres, both of whom are rumored to be interested in the 2018 presidential nomination from the National Liberation Party.

No major incidents

The May Day demonstrations ended peacefully around 1 p.m. In past years, groups have vandalized the Legislative Assembly buildings and clashed with cops.

National Police officers formed a perimeter around the Assembly’s main building early on Sunday morning. Security measures also included closing traffic access to all surrounding streets.

Agreements

Albino Vargas, secretary general of the National Association of Public and Private Employees, the country’s largest union, demanded lawmakers meet protesters on the street and accept a list of demands. After several minutes, Henry Mora from ruling Citizen Action Party and Broad Front’s Gerardo Vargas agreed to meet with protesters and accepted the documents.

Legislators had a long work day Sunday, negotiating for the election of a new directorate, which was sworn in Sunday evening. According to Vargas, Mora has pledged to propose an amendment to move the election of the Legislative Directorate to a different date “in order to leave May 1 only as a celebration date for workers.”

See photos from the Labor Day demonstration:

Trending Now

A Special Season to Rediscover RĂ­o Celeste

Hideaway RĂ­o Celeste, a 5-star hotel that combines the beauty of nature with the allure and wellness of RĂ­o Celeste Its Kantala restaurant is open...

Why Experts Say Costa Rica Is the Best Wellness Trip After 50

Costa Rica keeps turning up at the top of lists aimed at older travelers and retirees. The latest comes from Travel + Leisure, which...

What Costa Rica’s Record-Low Dollar Means for Expats and Retirees

The dollar fell to another all-time low on Costa Rica's Foreign Exchange Market (Monex) on Wednesday. The drop extends a slide that is steadily...

Forbes Spotlights La Fortuna’s Turn Toward Costa Rican Fine Dining

A Forbes travel feature published on the 14th argues that La Fortuna is quietly redefining what upscale dining looks like in Costa Rica, and...

Costa Rica Peace Festival Brings Art and Music to Alajuela

A Peace Festival de Arte will stretch out over five months with activities for everyone, starting with an inauguration on Wednesday, September 23 and...

Honduras Adopts El Salvador-Style Prison Measures Against Gangs

Honduras has approved stricter prison rules targeting suspected gang members and drug traffickers, adopting measures similar to those used in El Salvador’s anti-gang crackdown.

Why the Same Costa Rica Highways Keep Washing Out

Costa Rica has spent more than ₡86 billion patching and rebuilding roads after floods, slides, and storm damage — and the Comptroller General says...

Costa Rica Reaffirms Cuba Split After Havana Denies Being Notified

Costa Rica's foreign minister spent the weekend defending a diplomatic split with Cuba that Havana says it was never formally told about, and by...

Heavy Rains Hamper Access to Irazú Volcano and Costa Rica’s Caribbean

Heavy rains caused a landslide on Route 219 toward IrazĂş Volcano and forced another closure of Route 32, disrupting travel across two important Costa Rica routes.
L. Arias
L. Arias
Reporter | The Tico Times |
🌴 The Weekly Pura Vida

Costa Rica, Once a Week

The week's top stories, weather & insider tips — delivered every Sunday. One email, zero clutter.

đź”’ Free. No spam. Unsubscribe anytime.

Loading…
Feels like Humidity Wind
Full Costa Rica Forecast →
Data: OpenWeatherMap
(function(){ var apiKey = '9e9319f5829bcece983394a6b8a5cc80'; var gradients = { clear: 'linear-gradient(135deg,#f5a623 0%,#e67e22 100%)', clouds: 'linear-gradient(135deg,#6b8cae 0%,#4a6b8a 100%)', rain: 'linear-gradient(135deg,#4a6b8a 0%,#2c3e50 100%)', drizzle: 'linear-gradient(135deg,#5b8bb0 0%,#3a6384 100%)', thunderstorm: 'linear-gradient(135deg,#3a3a5c 0%,#1a1a2e 100%)', mist: 'linear-gradient(135deg,#8ca5b8 0%,#607888 100%)', fog: 'linear-gradient(135deg,#8ca5b8 0%,#607888 100%)', default: 'linear-gradient(135deg,#4a90d9 0%,#2c5f9e 100%)' }; function loadCity(city, label){ var body = document.getElementById('tt-weather-body'); var loading = document.getElementById('tt-weather-loading'); var content = document.getElementById('tt-weather-content'); loading.style.display = 'block'; loading.textContent = 'Loading…'; content.style.display = 'none'; var url = 'https://api.openweathermap.org/data/2.5/weather?q=' + encodeURIComponent(city) + '&units=imperial&appid=' + apiKey; fetch(url).then(function(r){return r.json();}).then(function(d){ if(d.cod && d.cod !== 200){ loading.textContent = 'Weather unavailable.'; return; } var main = d.weather[0].main.toLowerCase(); body.style.background = gradients[main] || gradients.default; document.getElementById('tt-weather-location').textContent = label + ', Costa Rica'; document.getElementById('tt-weather-temp').textContent = Math.round(d.main.temp) + '°'; document.getElementById('tt-weather-desc').textContent = d.weather[0].description; document.getElementById('tt-weather-feels').textContent = Math.round(d.main.feels_like) + '°'; document.getElementById('tt-weather-humidity').textContent = d.main.humidity + '%'; document.getElementById('tt-weather-wind').textContent = Math.round(d.wind.speed) + ' mph'; document.getElementById('tt-weather-icon').src = 'https://openweathermap.org/img/wn/' + d.weather[0].icon + '@2x.png'; loading.style.display = 'none'; content.style.display = 'block'; }).catch(function(){ loading.textContent = 'Weather temporarily unavailable.'; }); } var tabs = document.querySelectorAll('.tt-tab'); tabs.forEach(function(tab){ tab.addEventListener('click', function(){ tabs.forEach(function(t){ t.style.opacity='0.6'; t.style.borderBottom='3px solid transparent'; t.style.fontWeight='400'; }); tab.style.opacity='1'; tab.style.borderBottom='3px solid #ffb300'; tab.style.fontWeight='600'; loadCity(tab.getAttribute('data-city'), tab.getAttribute('data-label')); }); }); loadCity('San Jose,CR', 'San José'); })();

Latest News from Costa Rica

Costa Rica Coffee Maker Chorreador
Costa Rica Car Rentals
Costa Rica Travel Insurance
Costa Rica Travel